@charset "UTF-8";
form.user-register-form.user-form input,
form.user-register-form.user-form select {
    border: 2px solid #000;
}

form#signupForm3 {
    width: 522px;
    margin: 0 auto;
    font-size: 0;
}

form.user-register-form.user-form label {
    font-size: 14px;
}

.second .termsContent {
    bottom: 18px;
}

@media only screen and (max-width: 1023px) {
    label.error {
        display: block;
    }
    .content-wrap .left-container {
        max-width: 100%;
        padding: 30px;
    }
    .terms {
        padding-top: 1px;
    }
    /*.mlist-outer-wrapper.lightboxActive {

  	padding: 30px;

  }*/
    .thankswelcome-msg {
        overflow-wrap: break-word;
    }
    #thankyoublock-innerwrapper div.secondFormCloseWrap {
        top: 0px;
        right: 0px;
        padding: 10px;
    }
    .mlist-checks label.global-list {
        overflow-wrap: break-word;
        width: 100%;
    }
    .thankyou-message.embed {
        padding: 30px;
    }
}


/*.mlist-outer-wrapper.lightbox {

	position: static;

}*/


/* .mlist-outer-wrapper.lightboxActive {

 position: fixed;

 z-index: 1000002;

 background-color: var(--dark-grey);

 padding: 10px;

 width: 100%;

 } */

.mlist-outer-wrapper.lightbox #thankyouBlock {
    background-color: var(--dark-grey);
}

.mlist-container,
.termsWrapper #thankyouBlock {
    max-width: 680px;
    margin: 0 auto;
}

div#thankyoublock-innerwrapper .thankyou-message.embed span,
label.global-list span {
    display: inline-block;
}

form {
    font-size: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.mlist-header {
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 16px;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.mlist-header br {
    /*display: none;*/
}

fieldset .mlist-field {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

fieldset .mlist-submit {
    /* width: 115px; */
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 12px;
    font-size: 0;
    text-align: center;
}

input,
select {
    background: #fff !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    letter-spacing: 1px;
    height: 35px;
    padding-left: 5px;
    line-height: 35px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
}

input#email {
    text-align: left;
    -webkit-text-size-adjust: none;
    border: none;
    /* height: 50px; */
    /* padding: 0; */
    border: 1px solid #0000FE !important;
    padding: 0;
    padding-left: 9px;
    padding-right: 9px;
}

.headerWrapper input#email {
    padding: 0;
    padding-left: 9px;
    padding-right: 9px;
}

.m-required.error {
    border-color: #ff0000;
}

input:focus,
select:focus {
    outline: none;
}

input:placeholder {
    color: #000000;
    -webkit-text-fill-color: #000000;
    opacity: 1;
    height: 35px;
    line-height: 35px;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    -webkit-text-fill-color: #000000;
    opacity: 1;
}

label.error,
.headerWrapper label.error {
    font-size: 10px;
    color: darkred;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    right: auto;
    font-family: "Rubik", sans-serif;
}

input.submit {
    background: #0000FE !important;
    cursor: pointer;
    letter-spacing: 1.2px;
    padding: 0;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    color: #fff;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #0000FE !important;
    box-sizing: border-box;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

input.submit:hover {
    background: #fff !important;
    color: #000;
    border: 1px solid #0000FE;
}

.termsWrapper.first .terms {
    text-align: right;
    text-decoration: none;
}

a.terms:after {
    content: "Terms";
}

a.terms.showing:after {
    content: "Hide";
}

.termsWrapper {
    text-align: left;
    position: relative;
}

.termsWrapper.first {
    padding: 0;
    width: 100%;
    margin: 0 auto 0 0;
    padding-top: 10px;
}

.termsWrapper.second {
    padding: 5px 0 0 0;
}

.termsWrapper.second .terms {
    text-align: center;
}

a.terms {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #0000FE;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
}

a.terms:hover {
    /* color: var(--white); */
    border-color: transparent;
}

.termsContent {
    display: none;
    line-height: 1.2;
}

.termsContent {
    z-index: 1;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 10px;
    text-align: center !important;
    position: absolute;
    /* bottom: 15px; */
    background: #000;
    font-family: "Rubik", sans-serif;
    line-height: 1.4;
}

.termsContent a {
    color: #fff;
    text-decoration: underline;
}

.termsContent a,
.termsContent span {
    display: inline-block;
}

.termsContent a:hover {
    text-decoration: none;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
}

.secondFormCloseWrap a {
    color: #fff !important;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    width: 20px;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    font-family: "Rubik", sans-serif;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
    display: block;
    min-height: 70px;
    position: relative;
    padding-top: 33px;
    line-height: 2;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    color: #fff !important;
    font-style: normal;
    font-weight: 700;
}

div#thankyoublock-innerwrapper .thankyou-message.embed {
    text-align: center;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #fff !important;
    font-style: normal;
    font-weight: 700;
}

.thankswelcome-msg {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center !important;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Rubik", sans-serif;
}

#thankyoublock-innerwrapper .mlist-field {
    font-size: 0;
    margin-bottom: 10px;
}

#thankyoublock-innerwrapper .mlist-field label {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0.2px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

select {
    background: url(../assets/bg_select_arrow1.png) no-repeat scroll #fff 0 0 !important;
    background-position: calc(100% - 0px) !important;
}

select#dobMonth {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
}

select#dobDay {
    width: 49%;
    display: inline-block;
}

.mlist-checks {
    position: relative;
    margin: 18px 0 10px;
}

.mlist-outer-wrapper [type=checkbox]:not(:checked),
.mlist-outer-wrapper [type=checkbox]:checked {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.mlist-outer-wrapper [type=checkbox]:not(:checked)+label:before,
.mlist-outer-wrapper [type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff !important;
    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: 4px;
    line-height: 1;
    left: 5px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}

.mlist-outer-wrapper [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

label.global-list {
    display: inline-block;
    font-size: 12px;
    padding: 0px 0 0 32px;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-family: "Rubik", sans-serif;
}

.mlist-submit-new {
    margin: 10px auto 0;
    position: relative;
    width: 120px;
}

.mlist-submit-new input.submit {
    padding: 0;
}


/*.mlist-submit-new input.submit:hover {
  opacity: 0.7;
}*/

select::-ms-expand {
    display: none;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

option {
    background: var(--white);
    color: #000;
}

.secondFormCloseWrap a:hover {
    color: #000;
    opacity: 0.7;
}

#block-footer h2 {
    display: none;
}

.site-footer .layout-container {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.region.region-footer-first {
    width: 100%;
}

form#homePageSignup {
    width: 100%;
    margin: 0px 0 0 auto;
}


/*.mlist-outer-wrapper.lightboxActive {

	position: fixed;

	padding: 0;

	left: 0;

	top: 0;

	width: 100%;

	margin: 0 auto;

	text-align: center;

	background-color: #fff;

	height: 100%;

	z-index: 20000;

	overflow-y: scroll;

}*/

#thankyouBlock #thankyoublock-innerwrapper {
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* padding-top: 0; */
    /* color: #fff; */
    /* position: fixed; */
    /* background: #fff; */
    /* width: 100%; */
    /* height: 100%; */
    /* max-width: 100%; */
    /* z-index: 100; */
    /* justify-items: center; */
    /* align-items: center; */
    /* display: flex; */
    padding-top: 40px;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

div#thankyouBlock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .98) !important;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    z-index: 99999999;
}

div#thankyouBlock.final-screen {
    position: static;
    display: inline-block;
    vertical-align: top;
    height: auto;
    background: none;
    width: 100%;
}

.mlist-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #FF2625 !important;
    border-radius: 4px;
    padding: 25px;
    box-sizing: border-box;
}


/*.mlist-outer-wrapper {
  padding: 15px;
}*/

input#email.error,
.headerWrapper input#email.error {
    border: 2px solid darkred !important;
}

@media only screen and (max-width: 1023px) {
    form#homePageSignup {
        width: 100%;
        margin: 0 auto;
    }
    div#thankyouBlock.final-screen .thankyou-message.embed {
        padding: 0;
        letter-spacing: 1px;
        min-height: auto;
    }
    footer {
        padding: 20px 0;
    }
    .mlist-wrapper {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .mlist-outer-wrapper {
        padding: 0;
        margin-top: 15px;
    }
    .mlist-wrapper {
        margin: 0 auto;
        padding: 15px;
    }
    #thankyouBlock #thankyoublock-innerwrapper {
        max-width: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        z-index: 999999;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
    }
    div#thankyoublock-innerwrapper .thankyou-message.embed {
        font-size: 20px;
        padding: 0;
        line-height: 1.2;
    }
    input,
    select {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    div#secondary-list-values {
        padding: 0 10px;
    }
    #thankyoublock-innerwrapper .mlist-field label {
        font-size: 14px;
    }
    input.submit,
    .headerWrapper input.submit {
        font-size: 16px;
        line-height: 33px;
    }
    a.terms {
        font-size: 10.06px;
    }
    label.global-list {
        line-height: 1.2;
    }
    /*.mlist-outer-wrapper.lightboxActive {

  	overflow-y: scroll;

  }*/
    label.error {
        width: 100%;
        text-align: left;
    }
    input#email,
    .headerWrapper input#email {
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    fieldset .mlist-field {
        width: 100%;
    }
    fieldset .mlist-submit {
        width: 100%;
        margin: 12px 0 0;
    }
    .termsWrapper.second {
        margin-bottom: 10px;
    }
    form#signupForm3 {
        width: 100%;
    }
    .footerWrapper {
        padding-top: 20px;
    }
    .termsContent {
        position: static;
    }
    .mlist-header {
        padding-bottom: 30px;
    }
    form#secondForm {
        /* overflow-y: scroll; */
    }
}

#secondary-values-wrapper input,
#secondary-values-wrapper select {
    border: 0;
    -webkit-appearance: none;
}

.headerWrapper fieldset .mlist-field {
    width: calc(100% - 160px) !important;
}

.headerWrapper input,
.headerWrapper select,
.headerWrapper input#email {
    border: 1px solid #0000FE !important;
}

.headerWrapper .mlist-header {
    color: #fff !important;
}

.headerWrapper input.submit {
    background: #0000FE !important;
    border: 1px solid #0000FE !important;
    color: #fff !important;
}

.headerWrapper input.submit:hover {
    background: #fff !important;
    border: 1px solid #0000FE !important;
    color: #000 !important;
}

.headerWrapper a.terms {
    color: #0000FE !important;
}

.headerWrapper div#thankyouBlock.final-screen,
div#thankyouBlock.final-screen {
    background: transparent !important;
}

@media only screen and (max-width: 767px) {
    .headerWrapper fieldset .mlist-field {
        width: 100% !important;
    }
    .headerWrapper .mlist-outer-wrapper {
        padding: 0;
        margin-top: 0 !important;
    }
}

.headerWrapper .second a.terms,
.second a.terms {
    font-weight: bold !important;
}

@media only screen and (max-width: 1024px) {
    .mlist-outer-wrapper [type=checkbox]:not(:checked)+label:after,
    .mlist-outer-wrapper [type=checkbox]:checked+label:after {
        left: 3px !important;
    }
}

.mobileOnly {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobileOnly {
        display: block;
    }
    br.mobileOnly {
        display: inline;
    }
}


/*Sticky Email Hat CSS*/

.headerWrapper {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0;
}

.headerLogo {
    position: relative;
    margin-top: 220px;
}

div#thankyouBlock-wrapper {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .headerLogo {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .headerWrapper {
        position: static;
        width: 100%;
        z-index: 99999999;
        top: 0;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .headerLogo {
        margin-top: 200px;
    }
}

@media screen and (device-aspect-ratio: 3/4) {
    .headerLogo {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .headerLogo {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .headerWrapper {
        position: static;
        width: 100%;
        z-index: 99999999;
        top: 0;
    }
}


/*End of Sticky Email Hat CSS*/