.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

.thankyou.fadeOut.fadeIn {
    display: block;
}

.footerTotalWrapper {
    background-color: #292929;
}

.mail-wrapper {
    /* margin-top: 30px; */
    min-height: calc(100vh - 339px);
}

.mlistParent {
    margin-bottom: 5vw;
}

.mlistParent .mlistwrapper .mlform input:-webkit-autofill,
.mlistParent .mlistwrapper .mlform input:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform input:-webkit-autofill:focus,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill:focus,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill:focus {
    color: #000;
    border: 1px solid #D6D6D6;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    opacity: 1;
}

.mlistParent input:-webkit-autofill,
.mlistParent input:-webkit-autofill:hover,
.mlistParent input:-webkit-autofill:focus,
.mlistParent textarea:-webkit-autofill,
.mlistParent textarea:-webkit-autofill:hover,
.mlistParent textarea:-webkit-autofill:focus,
.mlistParent select:-webkit-autofill,
.mlistParent select:-webkit-autofill:hover,
.mlistParent select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    border: 1px solid #D6D6D6;
}

.mlistParent input::-webkit-input-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.mlistParent input::-moz-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.mlistParent input:-ms-input-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.mlistParent input:-moz-placeholder {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}

.mlistwrapper {
    width: 40%;
    margin: 0 auto;
    /* margin-top: 30px; */
}

.message-text {
    font-size: 3.5139vw;
    line-height: 3.0746vw;
    letter-spacing: 0.6325vw;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 3.1478vw;
    text-align: center;
    padding-top: 8.4919vw;
}

.mlistParent form.mlistFormOne.mlform.twostep {
    width: 100%;
    font-size: 0px;
}

.mlistParent .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.email.fieldWrap {
    width: 76%;
    display: inline-block;
    margin-right: 2%;
}

.mlistParent form.mlistFormOne>div.submit {
    width: 22%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    /* height: 2.9282vw;*/
    border: none;
    outline: none;
}

.mlistParent span.input-error {
    position: absolute;
    left: 0px;
    top: -1.3vw;
    color: #ff0000;
    font-size: 1vw;
    text-transform: none;
}

/*.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
    width: 100%;
    height: 2.9282vw;
    padding: 0px;
    border: none;
    outline: none;
    background: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.0248vw;
    color: #000000;
}
.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit:hover{
    opacity:0.5;
    cursor:pointer;
}*/
.mlistParent .mlistwrapper .mlform input.email {
    box-sizing: border-box;
    background: transparent;
    color: #FFFFFF;
    font-size: 1.0248vw;
    outline: none;
    width: 100%;
    height: 2.9282vw;
    line-height: 2.9282vw;
    padding-left: 0.778vw;
    border: 1px solid #D6D6D6;
    font-family: "typeka", sans-serif;
}

.primary-list-values {
    display: none;
    font-size: 0px;
}

.mlistParent .mlistwrapper .mlform .terms {
    padding-top: 1.7569vw;
    padding-left: 0.778vw;
    text-align: left;
    position: relative;
}

.mlistParent .mlistwrapper .mlform .terms,
.mlistParent .secondform .terms,
.mlistParent .mlistwrapper .mlform .terms p.terms-message,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2,
.mlistParent .mlistwrapper .mlform p.terms-message a,
.mlistParent .mlistwrapper .secondform p.terms-message a,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a {
    color: #000;
}

.mlistParent .mlistwrapper .mlform p.terms-message a,
.mlistParent .mlistwrapper .secondform p.terms-message a,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a {
    text-decoration: underline;
    color: #000;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.mlistParent .mlistwrapper .secondform p.terms-message a:hover,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a:hover {
    /* text-decoration:none; */
    opacity: 0.5;
}

.mlistParent .mlistwrapper form.mlistFormOne,
.mlistParent .mlistwrapper .mlform .terms {
    width: 100%;
    margin: 0;
}

.mlistParent form.mlistFormOne.mlform .terms {
    text-align: center;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
}

.mlistParent .mlistwrapper .mlform a.terms {
    text-align: left;
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 0.7320vw;
    line-height: 0.8784vw;
    padding-top: 0px;
    padding-left: 0px;
    font-family: "typeka", sans-serif;
}

.mlistParent .mlistwrapper .mlform .terms:hover,
.mlistParent .mlistwrapper .mlform p.terms-message a:hover,
.mlistParent .mlistwrapper .secondform p.terms-message a:hover,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a:hover {
    /* text-decoration:none; */
    opacity: 0.5;
}

.firstMlistForm .terms .close {
    display: none;
}

.mlistwrapper .mlform .terms p.terms-message,
.mlistwrapper .mlform .terms p.terms-message-2 {
    position: absolute;
    bottom: auto;
    top: 3.5vw;
    font-size: 0.7320vw;
    line-height: 0.8784vw;
    z-index: 1;
    width: 95%;
    background: transparent;
    color: #FFFFFF;
    text-align: left;
    text-transform: none;
    margin: 0;
    font-family: "typeka", sans-serif;
}

.mlistParent .secondform.singleform.fadeIn {
    background: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 0.8vw;
    box-sizing: border-box;
    position: relative;
}

.mlistParent div.plain-ml-wrapper span.secondFormClose {
    color: #fff;
    position: absolute;
    right: -1.5vw;
    top: 0vw;
    font-size: 2vw;
    cursor: pointer;
    font-family: "typeka", sans-serif;
}

.mlistParent div.plain-ml-wrapper span.secondFormClose:hover {
    opacity: 0.5;
}

.mlistParent .welcome {
    text-align: center;
    margin-bottom: 1.3177vw;
}

.mlistParent .mlistwrapper .secondform .welcome p,
.mlistParent .mlistwrapper .secondform .welcome span {
    font-size: 1.054vw;
    display: inline;
    font-family: "typeka", sans-serif;
    color: #000;
}

.mlistParent .mlistwrapper form.mlistFormOne>div {
    padding-bottom: 1vw;
}

.mlistParent .mlistwrapper .plain-ml-wrapper div.fieldWrap {
    position: relative;
}

.mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
    background: transparent;
    width: 100%;
    height: 2.9282vw;
    padding: 0 0.7vw;
    font-size: 0.78125vw;
    font-family: "typeka", sans-serif;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #000;
}

.mlistParent form.mlistFormOne.mlform {
    font-size: 0px;
}

.mlistParent select.country.form-control,
.mlistParent .secondform div.dobDay.fieldWrap select,
.mlistParent .dobMonth.fieldWrap select {
    background: url("../images/down-arrow-black.svg") no-repeat transparent;
    /* background: url("../images/sel_double_arrow.png") no-repeat transparent; */
    background-size: 0.833vw;
    width: 100%;
    color: #000;
    height: 2.9282vw;
    padding: 0 0.7vw;
    border: 1px solid #000;
    font-size: 0.78125vw;
    font-family: "typeka", sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    padding-right: 2vw;
}
input.email.errored {
    border: 2px solid red !important;
}

.mlistParent form.mlistFormOne .postalcode.fieldWrap {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
}

.mlistParent .secondform div.dobDay.fieldWrap {
    width: 48%;
    margin-left: 4%;
    display: inline-block;
}

.mlistParent form.mlistFormOne .postal_country,
.mlistParent .dobMonth.fieldWrap {
    width: 48%;
    display: inline-block;
}

.mlistParent form.mlistFormOne>div.submit {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
    /* font-size:  7.81vw;
    height: 3vw; 
    line-height: 2vw;*/
    font-size: 2vw;
    height: 2vw;
    line-height: 2vw;
    color: #000;
    background: transparent;
    width: 100%;
    cursor: pointer;
    font-family: "typeka", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* -webkit-text-stroke: 1px #FFFFFF; */
    /* -webkit-text-fill-color: transparent; */
    padding: 0px !important;
    border: 0;
}

.mlistParent .mlistwrapper .secondform input.submit:hover {
    /* opacity:0.5; */
    background: transparent;
    border: 1px solid #000;
    opacity: 0.5;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin {
    position: relative;
    margin: 0vw auto;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 9px;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 0px;
    width: 1.5vw;
    height: 1.5vw;
    z-index: 10;
    top: 0;
    /* opacity: 0; */
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.mlistParent .globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.5vw;
    height: 1.5vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin .goptin_checkbox {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.4vw;
    color: #000;
    font-family: "typeka", sans-serif;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 1.054vw;
    padding-left: 2.1vw;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:before,
.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:checked+label:before {
    color: #000;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1.5vw;
    height: 1.5vw;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.mlistParent .globaloptin [type="checkbox"]:not(:checked)+label:after,
.mlistParent .globaloptin [type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.1vw;
    line-height: 1;
    left: 0.2vw;
    font-size: 1.4vw;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.mlistParent .globaloptin .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked),
.mlistParent .globaloptin .globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.5vw;
    height: 1.5vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.mlistParent .thankyou.fadeIn {
    text-align: center;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-family: "typeka", sans-serif;
    color: #000;
    padding: 5vw;
}

option {
    background: #fff;
    color: #000;
    padding: 0px;
}

.copyrightWrapper {
    text-align: center;
    background: #41606B;
    padding: 1vw 0;
}

.copyrightWrapper span,
.copyrightWrapper a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
}

.copyrightWrapper a:hover {
    opacity:0.5;
}

span.separator {
    font-family: auto;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
.copyrightWrapper span, .copyrightWrapper a {
    font-size: 10px;
}
}
@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    body .mlistParent select.country.form-control {
        /* font-size: 16px; */
        font-size: 10px;
    }

    .mlistParent {
        margin-bottom: 112px;
    }

    .mlistwrapper {
        width: 88%;
        margin: 0 auto;
        /* margin-top: 30px; */
    }

    .message-text {
        font-size: 35px;
        line-height: 40px;
        padding-top: 93px;
        padding-bottom: 50px;
        width: 60%;
        margin: 0 auto;
    }

    .mlform {
        width: 84%;
        margin: 0 auto;
    }

    .mlistParent .mlistwrapper .mlform input.email {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        text-align: left;
    }

    .mlistParent .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.email.fieldWrap {
        margin-right: 0%;
        width: 100%;
        display: block;
    }

    .mlistParent form.mlistFormOne>div.submit {
        width: 100%;
        display: block;
        box-sizing: border-box;
        vertical-align: top;
        /*height: 55px;*/
        margin-top: 15px;
    }

    /* .mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }*/
    .mlistParent span.input-error {
        position: absolute;
        left: 0px;
        top: -20px;
        color: #ff0000;
        font-size: 15px;
    }

    .mlistParent .mlistwrapper .secondform .welcome p,
    .mlistParent .mlistwrapper .secondform .welcome span {
        font-size: 18px;
        line-height: 27px;
    }

    .mlistParent .welcome {
        text-align: center;
        margin-bottom: 20px;
    }

    /* .mlistParent .mlistwrapper form.mlistFormOne>div {
        padding-bottom: 20px;
    } */

    .mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
        height: 37px;
        padding: 0 8px;
        /* font-size:  1.78125vw; */
        font-size: 16px;
        /* line-height:55px; */
        line-height: 37px;
    }

    .mlistParent select.country.form-control,
    .mlistParent .secondform div.dobDay.fieldWrap select,
    .mlistParent .dobMonth.fieldWrap select {
        height: 37px;
        padding: 0 8px;
        border: 1px solid #000;
        font-size: 15px;
        line-height: 37px;
        padding-right: 24px;
        background-position: 99% 50%;
    }

    .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked),
    .mlistParent .globaloptin [type="checkbox"]:checked {
        position: absolute;
        left: 0px;
        width: 20px;
        height: 20px;
    }

    .mlistParent .mlistwrapper form.mlistFormOne .globaloptin .goptin_checkbox {
        line-height: 20px;
        font-size: 15px;
        padding-left: 27px;
    }

    .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:checked+label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        background: transparent;
        border-radius: 0px;
        box-sizing: border-box;
    }

    .mlistParent .globaloptin [type="checkbox"]:not(:checked)+label:after,
    .mlistParent .globaloptin [type="checkbox"]:checked+label:after {
        top: 1px;
        line-height: 1;
        left: 4px;
        font-size: 17px;
        font-weight: normal;
        text-align: center;
    }

    .mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
        font-size: 40px;
        height: 30px;
        line-height: 30px;
    }

    .mlistParent div.plain-ml-wrapper span.secondFormClose {
        position: absolute;
        right: -4px;
        font-size: 30px;
    }

    .mlistParent .mlistwrapper .mlform .terms {
        padding-top: 15px;
        text-align: center;
    }

    @media only screen and (max-width: 1023px),
    (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
        .mlistParent .mlistwrapper .mlform .terms {
            padding-top: 15px;
            text-align: center !important;
        }
    }

    .mlistParent .mlistwrapper .mlform a.terms {
        font-size: 10px;
        line-height: 12px;
    }

    .mlistwrapper .mlform .terms p.terms-message,
    .mlistwrapper .mlform .terms p.terms-message-2 {
        font-size: 10px;
        line-height: 12px;
        top: 33px;
    }

    .mlistParent .thankyou.fadeIn {
        font-size: 20px;
        padding: 30px;
    }

}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    body .mlistParent select.country.form-control {
        /* font-size: 9px; */
        font-size: 16px;
    }

    .mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
        /* font-size: 2.5vw; */
        font-size: 16px;
    }

    .mlistParent span.input-error {
        position: absolute;
        left: 0px;
        top: -20px;
        color: #ff0000;
        font-size: 11px;
    }

    .mlistParent select.country.form-control,
    .mlistParent .secondform div.dobDay.fieldWrap select,
    .mlistParent .dobMonth.fieldWrap select {
        font-size: 15px;
    }
}

.mlistParent .mlistwrapper .mlform input {
    border-radius: 0;
    outline: none;
    appearance: none;
}

a.terms:after {
    content: "";
}

.terms {
    text-align: center !important;
    margin-top: 10px !important;
    width: 100%;
    margin: 0 auto;
}

.term-text {
    text-decoration: none !important;
    font-family: "typeka", sans-serif;
    font-size: 0.78125vw;
}

.term-text:hover {
    text-decoration: none !important;
    opacity: 0.5;
}

.terms-message {
    font-size: 0.625vw;
    line-height: 0.833vw;
    text-align: left;
    font-family: "typeka", sans-serif;
    color: #000;
}

@media only screen and (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    .terms-message {
        font-size: 13px;
        line-height: 16px;
    }
}

.bdayLblDiv {
    color: #000;
    font-size: 0.78125vw;
    text-align: left;
    font-family: "typeka", sans-serif;
}

.zipParentDiv {
    width: 100%;
    display: inline-block;
}

.zipLblDiv {
    color: #000;
    font-size: 0.78125vw;
    text-align: left;
    font-family: "typeka", sans-serif;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
}

.countryLblDiv {
    color: #000;
    font-size: 0.78125vw;
    text-align: left;
    font-family: "typeka", sans-serif;
    width: 48%;
    display: inline-block;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {

    .bdayLblDiv,
    .zipLblDiv,
    .countryLblDiv {
        font-size: 14px;
    }

    .term-text {
        font-size: 13px;
    }

    .terms-message {
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        font-family: "typeka", sans-serif;
    }
}


.footerWrapper {
    position: relative !important;
    padding-bottom: 0vw !important;
}

.mailpageLogo {
    font-size: 3.1vw;
    line-height: 5vw;
    cursor: pointer;
    font-family: "typeka", sans-serif;
    color: #FFFFFF;
    margin-top: 15px;
}

.mailpageLogo a {
    color: #fff !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .mailpageLogo {
        font-size: 5.1vw;
        line-height: 5vw;
    }
}
@media (max-width: 767px) and (orientation:portrait) {
    .mlistParent .thankyou.fadeIn {
    font-size: 14px;
    }
    .mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
        font-size: 30px;
    }
}
@media (max-width: 1024px) and (orientation:portrait) {
    .mlistParent select.country.form-control, .mlistParent .secondform div.dobDay.fieldWrap select, .mlistParent .dobMonth.fieldWrap select {
        background-size: 20px;
    }
}
@media only all and (max-width: 1023px) and (orientation: landscape) {
    .mlistParent select.country.form-control, .mlistParent .secondform div.dobDay.fieldWrap select, .mlistParent .dobMonth.fieldWrap select {
        background-size: 20px;
    }
}

