form#signupForm3,
fieldset {
    font-size: 0;
    margin-left: 4%;
}

select::-ms-expand {
    display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #000000;
    -webkit-text-fill-color: #FF0504;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
}

.mlist-field.email-field {
    display: inline-block;
    vertical-align: middle;
    width: 22vw;
    position: relative;
    margin-left: -3%;
}

.mlist-submit {
    display: inline-block;
    max-width: 10vw !important;
    position: relative;
    background: url(../images/Icon\ awesome-arrow-right.svg);
    background-repeat: no-repeat;
    width: 1.5vw;
    background-size: 1.5vw;
    margin-left: -1.5vw;
    transition: 1s;
    margin-bottom: 0.5vw;
}

input.submit {
    border: none;
}

.email-field.mlist-field input#email {
    height: 2vw;
    color: #FF0504;
    font-size: 1.01vw;
    letter-spacing: 0;
    font-family: 'Bowlby One', cursive;
    font-weight: 400;
    font-style: normal;
    padding-left: 0;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 2px solid #FF0404;
}

.mlist-field:after {
    content: "";
    display: block;
    height: 3px;
    /* background: url(../images/border.svg)center top; */
    background-size: auto;
}

input,
select {
    -moz-appearance: none;
    color: #FF0504;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    height: 3vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #FF0404;
    padding: 0;
    font-size: 15px;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    text-transform: initial;
    border-width: 0 0 1px 0;
}

select {
    background: url("../images/dropdown_arrow.svg") no-repeat right center;
    padding-right: 20px;
    color: #FF0504;
    background-position: 99.5%;
    background-color: transparent;
    border-width: 0 0 1px 0;
    background-size: 8%;
}

select option {
    background-color: transparent;
    color: #000000;
}

fieldset {
    border: medium none;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    /* font-size: 0; */
}

.mlist-submit input.submit,
.mlist-submit-new input.submit {
    width: 100%;
    font-size: 0;
    color: #FF0404;
    outline: none;
    cursor: pointer;
    font-family: futura-pt-bold, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: opacity 300ms;
    position: relative;
}

.mlist-submit input.submit:hover,
.mlist-submit-new input.submit:hover {
    -webkit-animation: glitch 750ms infinite;
    animation: glitch 750ms infinite;
    transition: all 0.3s ease-in;
}

   
/* .mlist-submit::after{
content: url(../images/Icon\ awesome-arrow-right.svg);
border: none !important;
position: relative;
top: -1vw;
left: -1.5vw;
} */
/* input.submit {
display: none;
} */

.mlist-submit::after:hover {
    -webkit-animation: glitch 750ms infinite;
    animation: glitch 750ms infinite;
    transition: all 0.3s ease-in;
}

.terms {
    letter-spacing: 1px;
}

.terms a {
    text-decoration: none;
    border: none;
    font-size: 0.7vw;
    color: #FF0404;
    border-bottom: 1px solid #FF0404;
    display: inline-block;
    text-transform: uppercase;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 0;
    border: none;
    transition: 1s;

}

.terms a:hover {
    text-decoration: none;
}

.termsContent {
    clear: both;
    padding-top: 5px;
    color: #000000;
    display: none;
}

.termsWrapperV3.second .termsContent {
    letter-spacing: 0;
    left: 0;
    bottom: 1.5vw;
    width: 31.6vw;
    position: relative;
}

.mlist-field.email-field:after {
    content: "";
    display: block;
    height: 0.3vw;
    /* background: url('../images/border.svg') no-repeat center top; */
    background-size: contain;
}

.termsWrapperV3 a.terms:after {
    content: "Terms";
    font-family: aktiv-grotesk,sans-serif;
    font-style: italic;
}

.termsWrapperV3 a.terms.showing:after {
    content: "Hide";
}

.termsContent,
.termsContent a {
    font-size: 0.86vw;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF0504;
}

.termsContent a{
    color: #FF0504;
    display: inline-block;
    /* font-weight: 600; */
    font-family: 'Bowlby One', cursive;
    font-weight: 100;
    font-size: 0.7vw;
    transition: 1s;                                        
    font-style: italic;
    text-decoration: underline;
}

.termsContent a:hover {
    color: #CE3D4C;
    text-decoration: underline;
}

input::-webkit-input-placeholder {
    color: #601600;
    font-family: 'Bowlby One', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1vw;
}

input:-moz-placeholder {
    color: #601600;
    font-family: 'Bowlby One', cursive;
    font-style: normal;
    font-size: 1.1vw;
}

input::-moz-placeholder {
    color: #601600;
    font-family: 'Bowlby One', cursive;
    font-style: normal;
    font-size: 1.1vw;
}

input:-ms-input-placeholder {
    color: #601600;
    font-family: 'Bowlby One', cursive;
    font-style: normal;
    font-size: 1.1vw;
}

input.error,
select.error {
    /*border-bottom: 1px solid red !important;*/
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.termsWrapperV3.first {
    display: block;
    text-align: left;
    position: relative;
    margin-left: 1.7vw;
}

#errorMsg,
#serverError,
label.error {
    color: red;
    font-size: 1.01vw;
    line-height: 18px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-transform: initial;
}

label.error {
    position: absolute;
    width: 100%;
    left: 0;
    top: -15px;
}

.termsWrapperV3 {
    margin: 0;
    padding: 0;
    font-size: 0.6vw;
    line-height: normal;
    text-align: left;
    padding-top: 0.75vw 0 0 0;
    font-family: aktiv-grotesk,sans-serif;;
    font-weight: 400;
    font-style: normal;
}

#thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
    max-width: 31vw;
    margin: 0 auto;
}

div#thankyoublock-innerwrapper {
    position: relative;
}

.secondFormCloseWrap a {
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: absolute;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
    font-style: normal;
    color: #FF0504;
    font-size: 1.5vw;
    top: -3.5vw;
    right: -1vw;
}

.secondFormCloseWrap a:hover {
    opacity: 0.5;
}

.thankyou-message-user.embed {
    color: #FF0504;
    letter-spacing: 0;
    font-size: 1.3vw;
    text-transform: initial;
    font-family: 'Bowlby One', cursive;
    font-weight: normal !important;
}

.thankswelcome-msg {
    clear: both;
    font-size: 0.9vw;
    color: #FF0504;
    padding: 1vw 0 1.2vw 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: initial;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
}

.thankyou-message {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6vw;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
}

div#thankyoublock-innerwrapper .mlist-field label {
    padding-bottom: 5px;
    display: block;
    text-align: left;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
    font-style: normal;
    color: #FF0504;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 1vw;
}

#thankyouBlock select#dobDay {
    margin-right: 0;
}

#thankyouBlock .mlist-field {
    padding-bottom: 1.02vw;
}

#thankyouBlock select#dobDay,
#thankyouBlock select#dobMonth {
    width: 49%;
}

.mlist-field.bdayfield,
.mlist-field.mlist-fname,
.zip-country {
    padding-bottom: 10px;
}

.mlist-field.postalcode,
.mlist-field.country {
    display: inline-block;
    width: 49%;
}

.mlist-checks {
    text-align: left;
    position: relative;
    cursor: pointer;
}

input.global-list-checkbox {
    display: none;
}

#thankyouBlock input,
#thankyouBlock select {
    font-size: 1.01vw;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
    display: inline;
    position: absolute;
    left: 0;
    width: 1.3vw;
    height: 1.3vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:before,
.mlist-outer-wrapper [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 1.3vw;
    height: 1.3vw;
    border: 0.16vw solid #FF0504;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after,
.mlist-outer-wrapper [type="checkbox"]:checked+label:after {
    content: '\2713';
    position: absolute;
    top: 0px;
    left: 0.3vw;
    font-size: 0.86vw;
    color: #FF0504;
    transition: all 0.2s;
    font-weight: 700;
}

.mlist-outer-wrapper [type="checkbox"].error:not(:checked)+label:before {
    border: 1px solid #000000;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.mlist-outer-wrapper [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

label.global-list {
    display: inline-block;
    padding-left: 2vw;
    color: #FF0504;
    font-size: 0.8vw;
    cursor: pointer;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    vertical-align: super;
    text-transform: initial;
}

.mlist-header {
    color: #FF0504;
    padding-bottom: 0;
    line-height: 0.8;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
    font-style: normal;
    width: 90%;
    font-size: 1.1vw;
    margin-bottom: 1.3vw;
}

.termsWrapperV3.second {
    text-align: center;
    padding-top: 0.4vw;
    margin-bottom: 3%;
}

.termsWrapperV3.second a {
    float: none;
}

div#errorLabelContainer2 {
    color: red;
    font-size: 1.01vw;
    text-transform: none;
    margin-bottom: 10px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

div#thankyouBlock .thankyou-message.embed {
    display: none;
}

div#thankyouBlock div#thankyoublock-innerwrapper .thankyou-message.embed {
    display: block;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
    display: block;
    padding: 1.2vw 0;
}

div#thankyouBlock .mlist-field.country {
    position: relative;
}

div#thankyoublock-innerwrapper .mlist-field label.error {
    position: absolute;
    bottom: -5px;
    left: 0px;
    color: red;
    font-size: 10px;
}

div#thankyoublock-innerwrapper .mlist-field option {
    background: #000;
    color: #FF0504;
}

#thankyouBlock .mlist-submit-new input.submit {
    font-size: 1vw;
    margin: 0 0 0;
    max-width: 7vw;
    font-family: 'Bowlby One', cursive;
    border-bottom: 2px solid #FF0504;
    transition: opacity 300ms;
    position: relative;
}

.thankyou-message.embed {
    color: #FF0504;
    font-family: 'Bowlby One', cursive;
}

.termsWrapperV3.second a:hover,
.termsWrapperV3 a:hover {
    opacity: 0.5;
}

.termsWrapperV3 .termsContent {
    background: #000;
    color: #FF0504;
    font-weight: 600;
    
    font-size: 0.86vw;
    text-align: left;
    padding: 0.7vw;
    position: absolute;
    bottom: 1vw;
    left: -1vw;
    width: 22vw;
    font-family: 'Bowlby One', cursive;
    font-weight: 100;
    font-size: 0.7vw;
    text-transform: uppercase;
    font-style: italic;
}

@media screen and (max-width: 1024px) {
    select#country {
        background-size: 3.7% !important;
    }
    input#email::placeholder {
        font-size: 14px;
        text-align: left;
    }
    .mlist-submit {
        width: 10.5vw;
        background-size: 5.5vw;
    }
    .wm {
        display: inline-block;
        width: 100% !important;
        font-size: 22px !important;
        color: #FF0504;
        font-family: 'Bowlby One', cursive;
        font-weight: normal;
    }
    .mlist-submit:before {
        display: none;
    }
    .icon {
        font-size: 4.5vw !important;
    }
    .mlist-field.email-field {
        width: 70vw !important;
    }
    ul.footer-social {
        padding-left: 0;
    }
    .termsWrapperV3.first {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        margin-left: 0;
        padding-top: 4px;
    }
    .termsWrapperV3.first a.terms {
        padding: 0;
        font-size: 12px;
        margin: 0;
    }
    .termsWrapperV3 {
        margin: 0 0 25px 0px;
    }
    .termsContent,
    .termsContent a {
        font-size: 10px;
        width: unset !important;
    }
    .termsContent {
        position: absolute;
        right: 0;
        background: #0e1425;
        padding: 10px 5px;
        text-align: center;
        border: 1px solid #9aa7b7;
        z-index: 999999;
        margin-top: 5px;
    }
    .mlist-field.email-field,
    .mlist-submit {
        display: inline-block;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .thankyou-message{
        font-size: 5vw;
    }
    .mlist-field.email-field {
        margin-left: 0;
    }
    .mlist-submit input.submit {
        border-left: none;
        line-height: 33px;
        height: auto;
        font-size: 0px;
    }
    .mlist-header {
        line-height: 23px;
        padding: 30px 0 12px 0;
        font-size: 14px;
    }
    .mlist-submit {
        margin-top: -11px;
        margin-left: -20px;
    }
    .email-field.mlist-field input#email {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        height: 35px;
    }
    input,
    select {
        height: 25px;
    }
    .mlist-field.email-field:after,
    .mlist-field:after {
        height: 3px;
    }
    label.error {
        top: -15px;
    }
    #errorMsg,
    #serverError,
    label.error {
        font-size: 12px;
    }
    div#thankyoublock-innerwrapper .mlist-field {
        display: block;
        width: 100%;
        font-size: 0;
        padding-bottom: 20px;
    }
                                          
    .termsWrapperV3 .termsContent {
        background: #000000;
        color: #FF0504;
        font-weight: normal;
        text-transform: initial;
        font-size: 10px;
        text-align: left;
        padding: 0;
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0;
        border: none;
        text-transform: uppercase;
    }
    #thankyouBlock {
        max-width: 400px;
    }
    .thankyou-message-user.embed {
        font-size: 18px;
        padding: 19px 0 10px 0;
    }
    .secondFormCloseWrap a {
        font-size: 16px;
        right: 0;
    }
    .thankswelcome-msg {
        padding: 10px 0;
        font-size: 16px;
    }
    div#thankyoublock-innerwrapper .mlist-field label {
        font-size: 16px;
        padding-bottom: 0;
    }
    #thankyouBlock input,
    #thankyouBlock select {
        font-size: 16px;
        height: 30px;
    }
    label.global-list {
        font-size: 12px;
        padding-left: 24px;
    }
    .mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:before,
    .mlist-outer-wrapper [type="checkbox"]:checked+label:before {
        width: 15px;
        height: 15px;
        border: 2px solid #FF0504;
    }
    .mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after,
    .mlist-outer-wrapper [type="checkbox"]:checked+label:after {
        left: 2px;
        font-size: 11px;
    }
    #thankyouBlock .terms a {
        font-size: 12px;
        padding-top: 7px;
    }
    .termsWrapperV3.second .termsContent {
        bottom: -5px;
    }
    #thankyouBlock .mlist-submit-new input.submit {
        font-size: 16px;
        margin: 0;
        max-width: 100px;
    }
    #thankyouBlock .termsWrapperV3 {
        margin: 0 0 12px 0px;
    }
    #thankyouBlock select#dobDay,
    #thankyouBlock select#dobMonth {
        width: 47%;
    }
    select#dobMonth {
        margin-right: 4%;
    }
    div#thankyouBlock.final-screen .thankyou-message.embed {
        display: block;
        font-size: 20px;
        padding: 30px 0;
    }
    .mlistSocialWrapper {
        padding: 60px 0 0;
    }
}

.wm {
    display: inline-block;
    width: 100%;
    padding: 0 5%;
    vertical-align: text-top;
    font-size: 2vw;
    color: #FF0504;
    font-family: 'Bowlby One', cursive;
    font-weight: normal;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect.home.footer.customPageName {
    display: inline-block;
    width: 79%;
    vertical-align: text-top;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .mlist-field.email-field {
        width: 43vw !important;
    }
    .mlist-submit {
        background-size: 3vw;
    }
    .termsWrapperV3.first {
        margin-left: 17%;
        width: 70%;
    }
    .icon {
        font-size: 2.5vw !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    .mlist-field.email-field {
        width: 33vw !important;
    }
    .termsWrapperV3.first {
        width: 50%;
    }
    .icon {
        font-size: 3.5vw !important;
    }
    .mlist-submit input.submit {
        line-height: 35px;
    }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
        .mlist-field.email-field {
            width: 68vw !important;
        }
        .mlist-submit {
            width: 10.5vw;
            background-size: 4vw;
        }
    }
.mlist-submit-new input.submit:hover::before {
        opacity: 1;
      }
      
.mlist-submit-new input.submit:hover::after {
        -webkit-animation: scan 2s infinite;
                animation: scan 2s infinite;
        opacity: 1;
      }
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

.mlist-field.email-field {
width: 66vw !important;
}
}
}

@media only screen 
and (max-width : 767px) 
and (orientation : landscape) {
.mlist-field.email-field {
width: 68vw !important;
}
.mlist-submit {
background-size: 3.5vw;
}
}
@media screen and (min-width:1024px){
.thankyou-message {
text-align: left;
}
}

.mlist-submit:hover {
opacity: 0.5;
}


.mlist-submit ::before {
content: '';
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=") repeat;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mlist-submit ::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
box-shadow:#fff 0 0 15px 2px;
background: #fff;
height: 1px;
opacity: 0;
}
.mlist-submit :hover {
-webkit-animation: glitch 750ms infinite;
animation: glitch 750ms infinite;
transition: all 0.3s ease-in;
cursor:pointer;
}
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;:hover::before {
opacity: 1;
}
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;:hover::after {
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;
opacity: 1;
}

/* submit second form button */

/* -webkit-animation: scan 2s infinite;
animation: scan 2s infinite;  {
position: relative;
display: block;
transition: opacity 300ms;
border:0.15vw solid #fff;
}
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;::before {
content: '';
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=") repeat;
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
} */
.mlist-submit-new::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
box-shadow:#fff 0 0 15px 2px;
background: #fff;
height: 1px;
opacity: 0;
}
.mlist-submit-new:hover {
-webkit-animation: glitch 750ms infinite;
animation: glitch 750ms infinite;

transition: all 0.3s ease-in;
cursor:pointer;
}
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;:hover::before {
opacity: 1;
}
.mlist-submit-new:hover::after {
-webkit-animation: scan 2s infinite;
animation: scan 2s infinite;
opacity: 1;
}
/* keyframe styles */

@-webkit-keyframes glitch {
0% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
5% {
-webkit-transform: skewX(2deg);
transform: skewX(2deg);
opacity: 0.75;
}
10% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
15% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 0.75;
}
20% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
45% {
-webkit-transform: skewX(3deg);
transform: skewX(3deg);
opacity: 0.75;
}
50% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
55% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 0.75;
}
60% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
75% {
-webkit-transform: skewX(2deg);
transform: skewX(2deg);
}
80% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
85% {
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
opacity: 0.75;
}
90% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
}
@keyframes glitch {
0% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
5% {
-webkit-transform: skewX(2deg);
transform: skewX(2deg);
opacity: 0.75;
}
10% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
15% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 0.75;
}
20% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
45% {
-webkit-transform: skewX(3deg);
transform: skewX(3deg);
opacity: 0.75;
}
50% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
55% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 0.75;
}
60% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
75% {
-webkit-transform: skewX(2deg);
transform: skewX(2deg);
}
80% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
85% {
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
opacity: 0.75;
}
90% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
}
@-webkit-keyframes scan {
0% {
top: 0%;
}
50% {
top: 95%;
}
100% {
top: 100%;
}
}
@keyframes scan {
0% {
top: 0%;
}
50% {
top: 95%;
}
100% {
top: 100%;
}
}


.mlist-submit-new {
width: 20%;
margin: 0 auto;
margin-top: 0.7vw;

}
label {
    color: red;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .mlist-submit{
        background-size: 2vw;
    }
    .termsWrapperV3.first {
        margin-left: 23%;
    }
}
label[for=dobMonth] {
    width: 100%;
    display: inline-block;
}
.termsWrapperV3.second a.terms {
    padding-bottom: 1.5vw;
}
.thankyou-message.embed.thankyou.fadeIn {
    text-align: center !important;
}



/* new css */
.mlistSocialWrapper .consent-placeholder{
    position: relative; 
    margin: 3.5vh auto 0; 
    display: block; 
  } 
  .plain-ml-wrapper label:not(.goptin_checkbox){
      position:static;
      transform:none;        
  }
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked { 
    position: absolute; 
    left: 0px; 
    width: 1.28vw; 
    height: 1.28vw; 
    z-index: 10; 
    top: 0px; 
    opacity: 0; 
    cursor: pointer; 
    margin: 0; 
    -webkit-appearance: none; 
    padding: 0; 
  } 
  
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
    content: ""; 
    position: absolute; 
    left: 0px; 
    top: auto; 
    width: 1.28vw; 
    height: 1.28vw; 
    border: 2px solid #FF0504; 
    background: transparent; 
    border-radius: 0px; 
    box-sizing: border-box; 
  } 
  
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked) + label:before { 
    border-color: red; 
  } 
  
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
    display: inline-block; 
    box-sizing: border-box; 
    line-height: 1; 
    text-align: left; 
    text-transform: none; 
    letter-spacing: 0; 
    font-size: 0.68vw; 
    padding-left: 2.04vw; 
    vertical-align: top; 
    font-weight: 400; 
      position: static;
      transform: none;
      pointer-events: auto;
  } 
  
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    content: "\2713"; 
    position: absolute; 
    top: 0.58vh; 
    line-height: 1; 
    left: 0.25vw; 
    font-size: 1vw; 
    color: #FF0504; 
    font-weight: 700; 
    text-align: center; 
  } 
  
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    color: #FF0504; 
  } 
  
   .mlistSocialWrapper .consent-placeholder span.input-error { 
    color: red; 
    position: absolute; 
    top: -3.25vh; 
    left: 0; 
    bottom: auto; 
  } 
  
  .mlistSocialWrapper .secondform .consent-placeholder { 
    margin: 2vh auto; 
  } 
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder label a,
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder label span {
      color: #FF0504;
  }
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder label a{
      text-decoration:underline;
  }
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
      opacity: 0.5;
  }
  @media only screen and (max-width: 1024px) and (orientation:portrait){ 
  
   .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
       font-size: 3vw; 
       padding-left: 6vw; 
    } 
  
    .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
    .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked, 
    .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
    .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
       width:4vw; 
       height: 4vw; 
    } 
  
    .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
          top: 0.2vh;
          left: 0.5vw;
          font-size: 3.15vw;
    } 
  } 
  @media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
  .mlistSocialWrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label{
      font-size: 1.268vw;
      padding-left: 3.54vw;
  }        
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after{
     top:0;
     font-size:2vw;
  }
  .mlistSocialWrapper .consent-placeholder {
      position: relative;
      margin: 2vh auto ;
  }
  .mlistSocialWrapper .consent-placeholder span.input-error{
     top: -1.5vh;
  }
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before, 
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
  .mlistSocialWrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
      width: 2.28vw;
      height: 2.28vw;
  }
  
  }