form.campaigns-wrapper label.error{
color: red !important;
font-size: 15px;
}
input#edit-ip-address {
    display: none;
}
div#edit-processed-text-01 {
    margin-bottom: 1.6rem;
}
.campaigns-wrapper a.hyperlink {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
.campaigns-wrapper .globalPrivacy.news-tnc.campaign_entry_page.campaign-form-details.js-form-item.form-item {
    margin-bottom: 1.6rem;
}
.campaigns-wrapper .webform-button--next, .campaigns-wrapper .webform-button--submit{
background-color: #ffffff;
color: #000000;
}
div#edit-phone--description {
    margin-bottom: 2.4rem;
}
.campaigns-wrapper .webform-button--next:focus, .campaigns-wrapper .webform-button--submit:focus, .campaigns-wrapper .webform-button--next:hover, .campaigns-wrapper .webform-button--submit:hover{
background-color: #ffffff;
color: #000000;
 }
.bannerwithcampaignimage p {
    margin: 0;
}
div#edit-thankyou{
display: none;
}
p.text-align-center.dsclmer-clr {
    color: #ffffff;
    margin-bottom: 1rem;
   font-style: italic;
}
@media only screen and (min-width: 275px) and (max-width: 767px){
p.text-align-center.dsclmer-clr {
    font-size: 8px;
}
}
div#edit-processed-text-03 {
    margin-top: 2.4rem;
}
.campaigns-wrapper .captcha{
    margin-bottom: 2rem;
}
form .captcha-type-challenge--recaptcha.error {
    border: 2px solid red !important;
    border-radius: var(--v-button-border-radius) !important;
}
p.text-align-center.dsclmer-clr { font-size: 1rem; font-family: 'DrupalPrimaryTypefaceFont'; }
@media only screen and (min-width: 275px) and (max-width: 767px){
h2.thank-you span {
    font-size: 36px;
}
h2.thank-you{
margin-top: 1rem;
margin-bottom: 1rem;
}
p.thank-you span {
    font-size: 24px;
}
p.thank-you {
        margin-top: 0rem;
        margin-bottom: 3rem;
        font-size: 24px;
    }
.campaigns-wrapper .prizedraw> :first-child {
    font-family: 'DrupalHeadlineCampaignFont';
}
}
@media only screen and (min-width: 768px) {
.campaigns-wrapper .prizedraw> :first-child {
    padding-bottom: 0px;
    font-family: 'DrupalHeadlineCampaignFont';
    font-size: 7rem;
}
p.thank-you {
        margin-top: 0rem;
        margin-bottom: 3rem;
        font-size: 30px;
}
}
.campaigns-wrapper a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}
.campaigns-wrapper.twix-campaign .box {
    width: 70%;
  text-align: left;
  color: #ffffff;
  margin: 0px auto 20px 0px;
}

.campaigns-wrapper.twix-campaign .button-modal {
    color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.3rem;
	padding: 0px;
}

.campaigns-wrapper.twix-campaign .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.campaigns-wrapper.twix-campaign .overlay .content:firstchild {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.campaigns-wrapper.twix-campaign .overlay:target {
    visibility: visible;
    opacity: 1;
}

.campaigns-wrapper.twix-campaign .popup {
    margin: 90px auto;
  border: 1px solid white;
  padding: 20px;
  background: black;
  border-radius: 2rem;
  width: 30%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.campaigns-wrapper.twix-campaign .popup h2 {
    margin-top: 0;
    color: #333;
}

.campaigns-wrapper.twix-campaign .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    border-bottom: none !important;
}

.campaigns-wrapper.twix-campaign .popup .content {
color: white;
    max-height: 30%;
    overflow: auto;
    text-align: center;
    font-size: 2rem;
}

.campaigns-wrapper.twix-campaign .barcodeimg {
    width: 35%;
    margin: 0px auto;
}
@media only screen and (max-width: 480px) {
    .campaigns-wrapper.twix-campaign .popup {
        width: 90%;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
     .campaigns-wrapper.twix-campaign .popup {
        width: 70%;
    }
}
.campaigns-wrapper .campaign_entry_page .form-item__description .webform-element-description {
font-size: 14px;
}
.campaigns-wrapper .webform-button--submit.sf-action-button {
    border-radius: 50px;
}
.webform-element-description.mandat {
    margin-bottom: 1.6rem;
}
.campaigns-wrapper a.default-link {
    background: #ffffff;
    color: #000000 !important;
}
.campaigns-wrapper .campaign_entry_page input {
color: #000000 !important;
}
.campaigns-wrapper .campaign_entry_page input::placeholder {
color: #666666 !important;
}