.confmsglink {
    color: #fff;
    text-decoration: underline;
}

.confmsglink:hover {
    text-decoration: none;
}

.mlist-wrap {
    max-width: 520px;
    margin: 0 auto;
    width: 95%;
}

.mlist-header {
    font-size: 1.77vw;
    color: #fff;
    text-align: center;
    padding-bottom: 6.5vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*Mailing List styles*/

input::-webkit-input-placeholder {
    opacity: 1;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    line-height: 3.1vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

input:-ms-input-placeholder {
    opacity: 1;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 3.1vw;
}

select::-ms-expand {
    display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #fff;
    font-style: normal;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #494f5d inset;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25vw;
    background: #fe9dd2;
    border: unset;
    border-bottom: 1px solid #fff;
}

.thankswelcome-msg {
    margin: 10px 0px;
}

.mlist-wrapper {
    font-size: 0;
}

#secondary-values-wrapper .mlist-field {
    margin-bottom: 12px;
}

#secondForm label.global-list {
    font-size: 0.8vw;
    color: #fff;
    letter-spacing: 0.5px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#signupForm2 .mlist-field input#email {
    text-align: left;
}

#signupForm2 .mlist-field {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    max-width: 18.2vw;
    background: transparent;
    display: inline-block;
    margin-right: 2.6vw;
}

.mlist-submit {
    display: inline-block;
    width: 100%;
    color: #fff;
    max-width: 5.2vw;
    margin: 0 auto;
    margin-top: 0px;
}

.mlist-submit-new {
    margin-top: 19px;
    max-width: 150px;
    margin: 0 auto;
    padding-top: 30px;
}

.mlist-field.birthday {
    padding-bottom: 20px;
}

.termsWrapper.first .terms {
    padding-right: 1.55vw;
    margin-top: 0.78vw;
    text-align: right;
}

.termsWrapper.first a.terms {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

label.error {
    font-size: 0.7vw;
    display: block;
    position: absolute;
    color: red;
    letter-spacing: 0.5px;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    bottom: -1vw;
}

.email-submit-wrap {
    font-size: 0;
}

input,
select {
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    height: 3.1vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    padding: 0px;
    width: 100%;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-indent: 0px;
    border: 1px solid #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: unset;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.5px;
}

.milstfooter input,
.milstfooter select {
    font-size: 12px;
}

#secondForm input,
select {
    height: 3.1vw;
}

#secondForm #secondary-values-wrapper .mlist-field {
    margin-bottom: 8px;
}

select {
    /*	background: linear-gradient(to right, #4872c7, #6a66c0, #8659b3, #9c49a2, #ac378c) !important;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent !important;*/
}

input.submit {
    cursor: pointer;
    font-size: 0.83vw;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: transparent;
    text-transform: uppercase;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    width: 5.2vw;
    text-align: center;
    border: unset;
    border: 1px solid #fff;
    text-indent: unset;
    height: 3.1vw;
    line-height: 3.2vw;
}

select {
    background: url(../images/triangle-down-new.svg) no-repeat 88% center;
    padding-right: 20px;
    background-size: 14px;
    background-color: transparent;
    font-size: 1.25vw;
    box-sizing: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    line-height: 3.1vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-align-last: left;
}

fieldset {
    border: medium none;
    padding: 0;
    margin: 0;
}

.terms a {
    text-decoration: unset;
    border: none;
    font-size: 0.83vw;
    color: #fff;
    border-bottom: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
}

.terms a:hover {
    text-decoration: underline;
}

.terms a.terms:hover {
    text-decoration: unset;
}

.termsContent {
    text-align: left;
    clear: both;
    padding-top: 5px;
    display: none;
}

.termsWrapper a.terms:after {
    content: "Terms";
}

.termsWrapper a.terms.showing:after {
    content: "Hide";
}

.termsContent,
.termsContent a {
    font-size: 10px;
    color: #fff;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.termsContent {
    position: unset;
    background: #E39AC6;
    color: #fff;
    z-index: 99999;
    max-width: 24.9vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 0.7vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border: 1px solid #fff;
    padding: 0.5vw;
    line-height: 1vw;
}

.termsContent a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 0.7vw;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.termsContent a:hover {
    text-decoration: unset;
}

input.error,
select.error {
    border: unset;
    border-bottom: 1px solid #ff0000;
}

#errorMsg,
#serverError {
    color: #fe0000;
    font-size: 10px;
    padding-bottom: 10px;
}

.termsWrapper {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    /* padding-right: 26px; */
    text-align: right;
    position: relative;
}

#thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
}

.secondFormCloseWrap a {
    font-size: 25px;
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: absolute;
    top: -10px;
    margin-bottom: 0px;
    right: 0px;
    display: block;
    color: #fff;
    font-weight: 500;
    z-index: 1000;
}

.secondFormCloseWrap a:hover {
    opacity: 0.5;
}

.thankswelcome-msg {
    clear: both;
    font-size: 20px;
    text-align: left;
    text-align: left;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#secondForm #thankyoublock-innerwrapper .thankswelcome-msg {
    font-size: 0.9vw;
    text-align: center;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 1vw 0px;
    letter-spacing: 0.5px;
}

#secondForm .termsContent {
    left: 0;
    letter-spacing: 0.5px;
    max-width: initial;
    width: 24.9vw;
    position: absolute;
    top: unset;
    bottom: 1.25vw;
    background: #E39AC6;
}

div#thankyoublock-innerwrapper .mlist-field label {
    padding-bottom: 5px;
    /* display: block; */
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
}

.mlist-field.country,
.mlist-field.postalcode {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.mlist-field.postalcode {
    margin-right: 4%;
}

.mnt-date,
.zip-country {
    font-size: 0;
}

.mlist-field.bdayfield,
.mlist-field.mlist-fname,
.zip-country {
    padding-bottom: 10px;
}

.mlist-checks {
    text-align: left;
    position: relative;
    /* padding: 10px 0; */
}

input.global-list-checkbox {
    width: 15px;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 0;
    margin: 0;
    background: transparent;
    border: 2px solid #000;
    margin-right: 5px;
    display: none;
}

input.global-list-checkbox:checked:after {
    content: '\2713';
    color: #B9F0DB;
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 11px;
    box-sizing: border-box;
}

label.global-list {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

label.global-list:before {
    content: '\2713';
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fde5de;
    margin-right: 5px;
    text-indent: -9999px;
    font-size: 9px;
    text-align: center;
    line-height: 11px;
    box-sizing: border-box;
}

.mlist-checks [type=checkbox]:not(:checked),
.mlist-checks [type=checkbox]:checked {
    display: inline;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    padding-left: 0;
}

#secondForm .mlist-checks [type=checkbox]:not(:checked)+label:before,
#secondForm .mlist-checks [type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
}

#secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
#secondForm .mlist-checks [type=checkbox]:checked+label:after {
    content: "\2713";
    font-size: 14px;
    color: #494f5d;
    text-align: center;
    line-height: 4px;
    padding-left: 2.5px;
    font-style: normal;
    display: block;
    top: 8px;
    position: absolute;
    left: 2px;
}

#secondForm .mlist-checks {
    padding-top: 5px;
}

.milstfooter .termsContent {
    position: absolute;
    background: #fff;
    color: #fff;
    z-index: 99999;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 10px;
    max-width: 384px;
    float: none;
    margin: 0 auto;
    width: 100%;
    right: 6px;
}

.milstfooter #secondForm .termsContent {
    left: 60px;
    position: absolute;
    right: auto;
}

.milstfooter .termsContent a {
    color: #fff;
}

.mlist-checks [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(1);
}

.mlist-checks [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.mllister {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 57px;
    font-family: "Avenir LT W01_65 Medium1475532";
    color: #fff;
}

.thankyou-message.embed {
    text-align: right;
    font-size: 16px;
    color: #fff;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-style: normal;
    padding: 10px 10px 15px;
}

div#errorLabelContainer2 {
    color: red;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
    display: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
    display: block;
    font-size: 0.9vw;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
}

div#thankyouBlock.final-screen {
    position: static;
    display: inline-block;
    vertical-align: top;
    height: auto;
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect div#thankyouBlock.final-screen .thankyou-message.embed.final {
    margin: 24px auto;
    padding: 0;
}

.mlist-submit-new input.submit:hover,
input.submit:hover {
    opacity: 0.5;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    display: block;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    padding: 0px;
}

input#firstname,
select#country {
    border: unset;
    border-bottom: 1px solid #fff;
}

.mailer-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 20% 0;
}

form#secondForm {
    max-width: 26vw;
    margin: 0 auto;
}

div#thankyoublock-innerwrapper .mlist-field label.bday {
    margin-bottom: 8px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border: none;
    font-family: "Avenir LT W01_65 Medium1475532";
    border-top: 0px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}

#secondary-values-wrapper input {
    text-align: left;
}

select#dobMonth {
    /* border-top: 0px; */
    margin-right: 4%;
}

.mlist-field {
    font-size: 0;
}

form#secondForm .mlist-field {
    font-size: 0;
    padding: 0vw 0 1vw;
}

select#dobMonth,
select#dobDay,
select#country {
    background-position: 96% center;
}

label.bday {
    display: block;
    width: 100%;
}

select#dobMonth,
select#dobDay {
    display: inline-block;
    width: 48%;
    height: 3.1vw;
    border: unset;
    border-bottom: 1px solid #fff;
}

label.bday {
    width: 40%;
}

.mlist-submit-new input.submit {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 5.2vw;
    font-size: 0.83vw;
    letter-spacing: 0.5px;
    padding: 0px;
    line-height: 3.2vw;
}

.termsWrapper.second .terms {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 2%;
}

.mailinglist-section {
    background: url(../images/EmailBkgd.jpg);
    background-size: cover;
    background-position: center;
}


/*new changes*/

.mail-contact-wrapper {
    font-size: 0;
    width: 100%;
    display: block;
}

.mListOuterWrapper {
    max-width: 100%;
    margin: 0 auto;
}

.contact-wrapper {
    width: 40%;
    margin-left: 5%;
}

.mailer-wrapper {
    margin: 0 auto;
    display: block;
}

.arrowImage img {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    #secondForm .mlist-checks {
        padding-top: 0;
    }
    input.submit {
        background-size: 52%;
        font-size: 16px;
    }
    .mlist-submit,
    .mlist-submit-new {
        position: relative;
    }
    .playerSection {
        height: 160px;
        max-width: 90%;
        margin: 0 auto;
    }
    .mail-contact-wrapper {
        font-size: 0;
        width: 100%;
        display: block;
        padding-right: 0;
        margin: 0 auto;
        text-align: center;
        margin-top: 0;
        float: none;
    }
    .mlist-field.country,
    .mlist-field.postalcode {
        width: 48%;
    }
    form#secondForm {
        max-width: 90%;
        overflow-y: scroll;
    }
    label.global-list {
        font-size: 12px;
        font-style: normal;
        color: #fff;
        font-weight: 400;
        font-family: "Avenir LT W01_65 Medium1475532";
        letter-spacing: 1px;
        padding-left: 30px;
        display: inline-block;
        vertical-align: top;
    }
    .buy-button .dropdown.buy:before {
        width: 60%;
    }
    .mlist-submit:before {
        width: 51%;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect div#thankyouBlock.final-screen .thankyou-message.embed.final {
        margin-bottom: 86px;
    }
    div#thankyoublock-innerwrapper .mlist-field label.bday,
    #secondary-list-values input#firstname,
    #secondary-list-values input#postalcode,
    select {
        font-size: 16px;
        height: 35px;
    }
    select#dobMonth,
    select#dobDay,
    select#country {
        height: 35px;
        line-height: 35px;
    }
    #secondForm label.global-list {
        font-size: 12px;
    }
    #secondForm input,
    select {
        height: 35px;
    }
    input::placeholder {
        font-size: 16px;
    }
    .milstfooter .mlist-field {
        font-size: 0;
        display: inline-block;
        width: 93%;
    }
    .milstfooter .termsContent {
        width: 93%;
        right: 0;
    }
    .milstfooter #thankyoublock-innerwrapper .mlist-field {
        font-size: 0;
        display: inline-block;
        width: 100%;
    }
    .milstfooter #secondForm .termsContent {
        left: 0;
        position: static;
        right: auto;
    }
    form#secondForm {
        max-width: 90%;
        overflow-y: scroll;
        margin: 0 auto;
    }
    form#secondForm .mlist-field {
        padding: 12px 0;
    }
}

@media only screen and (min-width: 767px) {
    .buy-button.desktop,
    .watch-button {
        background-position: 22px 52%;
        margin-top: 20px;
    }
}


/*end of mlist*/

option {
    background: #494f5d;
    color: #fff;
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    .termsWrapper.first,
    .termsWrapper.second {
        padding-bottom: 17px;
        position: relative;
    }
    .copyright-section {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .mail-contact-wrapper {
        float: unset;
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .termsWrapper.first,
    .termsWrapper.second {
        max-width: 82%;
        margin: 0 auto;
    }
}

div#thankyoublock-innerwrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .firstimage-wrapper {
        max-width: 300px;
        width: 98%;
        margin: 0 auto;
    }
    .copyright-section {
        font-size: 0;
    }
    .copyright-section>span.cl1,
    .copyright-section>span.cl2 {
        display: block;
    }
    .copyright-section>span .sep2 {
        display: none;
    }
    .copyright-section>span {
        font-size: 7px;
    }
    .mailer-wrapper {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 30% 0;
        height: auto;
    }
    .contact-wrapper {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    #signupForm3 .mlist-field {
        width: 93%;
        max-width: 93%;
    }
    .mlist-submit {
        width: 100%;
        margin: 20px auto 4px;
        padding: 0;
        max-width: 85%;
    }
    #signupForm2 .mlist-field input#email {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    input::placeholder {
        font-size: 16px;
    }
    input::-webkit-input-placeholder {
        font-size: 16px;
    }
    label.error {
        font-size: 10px;
    }
    .termsContent {
        max-width: 90%;
        font-size: 10px;
    }
    select {
        background: url(../images/triangle-down-new.svg) no-repeat 96% center #fff;
    }
    .termsContent,
    .termsContent a {
        font-size: 13px;
    }
    .mlist-header {
        font-size: 24px;
        padding-bottom: 25px;
    }
    #signupForm2 .mlist-field {
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }
    input,
    select {
        font-size: 16px;
    }
    .mlist-submit input {
        height: 38px;
        line-height: 38px;
        padding-top: 0;
        font-size: 16px;
        border-radius: 25px;
    }
    .milstfooter .mlist-submit input.submit {
        height: 38px;
        line-height: 38px;
        padding-top: 0;
        font-size: 9px;
    }
    .termsWrapper.first .terms {
        padding-right: 0px;
        font-size: 8px;
    }
    .termsWrapper {
        width: 93%;
        margin: 0 auto;
    }
    input:-ms-input-placeholder,
    input::-moz-placeholder,
    input:-moz-placeholder,
    input::-webkit-input-placeholder {
        font-size: 16px;
    }
    select::-ms-expand {
        display: none;
    }
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        color: #fff;
        font-style: normal;
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #494f5d inset;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.25vw;
        background: #fe9dd2;
        border: unset;
        border-bottom: 1px solid #fff;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }
    #secondForm #thankyoublock-innerwrapper .thankswelcome-msg {
        font-size: 16px;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
        font-size: 16px;
    }
    #secondForm .termsContent {
        width: 100%;
    }
    .terms a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .mlist-submit {
        width: 27%;
    }
    .termsContent {
        max-width: 360px;
    }
}

@media only screen and (min-width: 1025px) {
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        color: #fff;
        font-style: normal;
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #494f5d inset;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.25vw;
        background: #fe9dd2;
        border: unset;
        border-bottom: 1px solid #fff;
    }
    .mail-contact-wrapper {
        font-size: 0;
        width: 100%;
        display: block;
        height: 70vh;
        position: relative;
    }
    .mailer-wrapper {
        padding: 0;
    }
    .mailer-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .termsContent {
        left: 0;
        right: 0;
        line-height: 1vw;
        position: absolute;
    }
    .mlist-submit-new {
        max-width: 50%;
    }
    .secondFormCloseWrap a {
        font-size: 1.5vw;
    }
    .mlist-checks [type=checkbox]:not(:checked),
    .mlist-checks [type=checkbox]:checked {
        width: 1.5vw;
        height: 3vh !important;
    }
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:before,
    #secondForm .mlist-checks [type=checkbox]:checked+label:before {
        width: 1.5vw;
        height: 3vh;
    }
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        font-size: 1vw;
    }
    #secondForm label.global-list {
        padding-left: 2vw;
    }
}

form#signupForm2 {
    width: 26vw;
    margin: 0 auto;
}

.mlist-checks [type=checkbox]:not(:checked),
.mlist-checks [type=checkbox]:checked {
    border: unset;
    width: 1.3vw;
    height: 1.3vw !important;
}

#secondForm .mlist-checks [type=checkbox]:not(:checked)+label:before,
#secondForm .mlist-checks [type=checkbox]:checked+label:before {
    border: unset;
    width: 1.3vw;
    height: 1.3vw;
}

#secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
#secondForm .mlist-checks [type=checkbox]:checked+label:after {
    font-size: 1vw;
    height: unset;
    line-height: 1.3vw;
    top: 0.15vw;
    left: 0.12vw;
}

.termsContent,
.termsContent a,
#secondForm .termsContent,
#secondForm .termsContent a {
    letter-spacing: 1px;
    font-size: 0.75vw;
}

@media(max-width: 1023px) {
    .mailer-wrapper {
        padding: 60vh 0px 30vh;
    }
    .mlist-header {
        font-size: 22px;
        padding-bottom: 180px;
    }
    form#signupForm2 {
        width: 90%;
        margin: 0 auto;
        max-width: 350px;
    }
    #signupForm2 .mlist-field input#email {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        -webkit-text-fill-color: #fff;
        text-align: center;
    }
    .mlist-submit input {
        height: 60px;
        border-radius: 0px;
        margin: 0 auto;
        width: 100px;
        font-size: 16px;
        line-height: 65px;
    }
    .mlist-submit {
        margin: 20px auto;
        width: 100px;
        max-width: 100px;
    }
    .termsWrapper.first a.terms {
        font-size: 16px;
    }
    .termsWrapper.first .terms {
        text-align: center;
        margin: 0 auto;
        padding: 0px;
    }
    .termsContent,
    .termsContent a,
    #secondForm .termsContent,
    #secondForm .termsContent a {
        font-size: 16px;
        line-height: 21px;
    }
    #signupForm2 .mlist-field {
        max-width: 100%;
    }
    .termsWrapper.first,
    .termsWrapper.second {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
    .termsContent {
        max-width: calc(100% - 20px);
        position: absolute;
        bottom: 25px;
        padding: 10px;
    }
    .mailinglist-section {
        background: url(../images/Email-BkgdM.jpg);
        background-size: cover;
        background-position: center;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
        font-size: 12px;
    }
    #secondForm #thankyoublock-innerwrapper .thankswelcome-msg {
        font-size: 12px;
        margin: 10px auto;
        max-width: 350px;
    }
    div#thankyoublock-innerwrapper .mlist-field label.bday,
    #secondary-list-values input#firstname,
    #secondary-list-values input#postalcode,
    select {
        font-size: 24px;
        background-color: transparent;
        height: 60px;
        line-height: 65px;
        -webkit-text-fill-color: #fff;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    select#dobMonth,
    select#dobDay,
    select#country {
        height: 60px;
        line-height: 65px;
        font-size: 24px;
        padding-right: 35px;
    }
    input::-webkit-input-placeholder {
        font-size: 24px;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    input:-moz-placeholder {
        font-size: 24px;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    input::-moz-placeholder {
        font-size: 24px;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    input:-ms-input-placeholder {
        font-size: 24px;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-text-fill-color: #fff;
    }
    option {
        color: #fff;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
        padding-top: 20px;
    }
    .secondFormCloseWrap a {
        font-size: 20px;
        top: 5px;
    }
    form#secondForm .mlist-field {
        padding: 0px;
        padding-bottom: 10px;
    }
    #secondForm label.global-list {
        font-size: 12px;
        padding-left: 25px;
    }
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:before,
    #secondForm .mlist-checks [type=checkbox]:checked+label:before {
        width: 15px;
        height: 15px;
    }
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        font-size: 12px;
        top: 6px;
        left: 0px;
    }
    .mlist-checks [type=checkbox]:not(:checked),
    .mlist-checks [type=checkbox]:checked {
        width: 15px;
        height: 15px !important;
    }
    .mlist-submit,
    .mlist-submit-new {
        padding-top: 10px;
    }
    #secondForm .mlist-submit-new input.submit {
        height: 60px;
        width: 150px;
        font-size: 16px;
        line-height: 65px;
    }
    #secondForm .termsContent {
        width: calc(100% - 22px);
        padding: 10px;
        bottom: 25px;
    }
    .termsWrapper.second .terms a.terms {
        font-size: 16px;
    }
    .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
        padding: 200px 0px;
    }
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    label.error {
        font-size: 12px;
        bottom: -20px;
        width: 100%;
    }
    .termsContent,
    .termsContent a,
    #secondForm .termsContent,
    #secondForm .termsContent a {
        letter-spacing: 0.5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    form#secondForm {
        max-width: 450px;
    }
    #secondForm .mlist-checks {
        padding-top: 0px;
    }
    .mlist-submit-new {
        padding-top: 20px;
    }
}

#signupForm2 .mlist-field {
    position: relative;
}

@media (max-width: 1023px) and (orientation: portrait) {
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        font-size: 12px;
        top: 7px;
        left: 1px;
    }
}

@media (max-width: 1023px) and (orientation: landscape) {
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        font-size: 12px;
        top: 4px;
        left: 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        top: 3.5px;
    }
    #secondForm .mlist-checks {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        top: 4px;
    }
}

#secondForm label.global-list {
    pointer-events: none;
}

@media (max-width: 1023px) and (orientation: portrait) {
    #secondForm .mlist-checks [type=checkbox]:not(:checked)+label:after,
    #secondForm .mlist-checks [type=checkbox]:checked+label:after {
        top: 4px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1050px) and (orientation: landscape) {
    #secondForm .mlist-checks {
        padding-top: 1px;
    }
}

@media(max-width: 1023px) {
    input::-webkit-input-placeholder {
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    input:-moz-placeholder {
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    input:-ms-input-placeholder {
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
}

@media(max-width: 760px) and (min-width: 730px) and (orientation: landscape) {
    .termsContent,
    .termsContent a,
    #secondForm .termsContent,
    #secondForm .termsContent a {
        font-size: 14px;
    }
}

@media(max-width: 1023px)and (orientation:landscape),
(min-width:1024px) and (max-width:1366px) and (orientation:landscape) {
    .mailinglist-section {
        background: url(../images/EmailBkgd.jpg);
        background-size: cover;
        background-position: center left 70%;
        background-repeat: no-repeat;
    }
}