@charset "UTF-8";
.headerWrapper form.user-register-form.user-form input,
.headerWrapper form.user-register-form.user-form select {
    border: 2px solid #000;
}

.headerWrapper form#signupForm4 {
    width: 526px;
    margin: 0 auto;
    font-size: 0;
}

.headerWrapper form.user-register-form.user-form label {
    font-size: 14px;
}

.headerWrapper .second .termsContent {
    bottom: 18px;
}

@media only screen and (max-width: 1023px) {
    .headerWrapper label.error {
        display: block;
    }
    .headerWrapper .content-wrap .left-container {
        max-width: 100%;
        padding: 30px;
    }
    .headerWrapper .terms {
        padding-top: 1px;
    }
    /*.mlist-outer-wrapper.lightboxActive {

  	padding: 30px;

  }*/
    .headerWrapper .thankswelcome-msg {
        overflow-wrap: break-word;
    }
    .headerWrapper #thankyoublock-innerwrapper div.secondFormCloseWrap {
        top: 0px;
        right: 0px;
        padding: 10px;
    }
    .headerWrapper .mlist-checks label.global-list {
        overflow-wrap: break-word;
        width: 100%;
    }
    .headerWrapper .thankyou-message.embed {
        padding: 30px;
        padding-bottom: 0;
        padding-top: 10px;
    }
}


/*.mlist-outer-wrapper.lightbox {

	position: static;

}*/


/* .mlist-outer-wrapper.lightboxActive {

 position: fixed;

 z-index: 1000002;

 background-color: var(--dark-grey);

 padding: 10px;

 width: 100%;

 } */

.headerWrapper .mlist-outer-wrapper.lightbox #thankyouBlock {
    background-color: var(--dark-grey);
}

.headerWrapper .mlist-container,
.headerWrapper .termsWrapper #thankyouBlock {
    max-width: 680px;
    margin: 0 auto;
}

.headerWrapper div#thankyoublock-innerwrapper .thankyou-message.embed span,
.headerWrapper label.global-list span {
    display: inline-block;
}

.headerWrapper form {
    font-size: 0;
}

.headerWrapper fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.headerWrapper .mlist-header {
    max-width: 745px;
    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: #000;
    font-style: normal;
    font-weight: 700;
}

.headerWrapper .mlist-header br {
    display: none;
}

.headerWrapper fieldset .mlist-field {
    width: calc(100% - 161px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.headerWrapper fieldset .mlist-submit {
    /* width: 115px; */
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 12px;
    font-size: 0;
    text-align: center;
}

.headerWrapper input,
.headerWrapper select {
    background: transparent;
    border: 2px solid #000;
    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;
}

.headerWrapper input#email {
    text-align: left;
    -webkit-text-size-adjust: none;
    border: none;
    /* height: 50px; */
    /* padding: 0; */
    border: 1px solid #000;
    padding: 9px 10px;
}

.headerWrapper .m-required.error {
    border-color: #ff0000;
}

.headerWrapper input:focus,
.headerWrapper select:focus {
    outline: none;
}

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;
}

.headerWrapper label.error {
    font-size: 10px;
    color: #ff0000;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    right: auto;
    font-family: "Rubik", sans-serif;
}

.headerWrapper input.submit {
    background: rgb(0, 0, 0);
    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%;
    font-weight: bold;
}

.headerWrapper input.submit:hover {
    background: #0000FE;
}

.headerWrapper .termsWrapper.first .terms {
    text-align: right;
    text-decoration: none;
}

.headerWrapper a.terms:after {
    content: "Terms";
}

.headerWrapper a.terms.showing:after {
    content: "Hide";
}

.headerWrapper .termsWrapper {
    text-align: left;
    position: relative;
}

.headerWrapper .termsWrapper.first {
    padding: 8px 0 0 0;
    width: 100%;
    margin: 0 auto 0 0;
}

.headerWrapper .termsWrapper.second {
    padding: 5px 0 0 0;
}

.headerWrapper .termsWrapper.second .terms {
    text-align: center;
}

.headerWrapper a.terms {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
}

.headerWrapper a.terms:hover {
    /* color: var(--white); */
    border-color: transparent;
}

.headerWrapper .termsContent {
    display: none;
    line-height: 1.2;
}

.headerWrapper .termsContent {
    z-index: 1;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #ffff;
    font-size: 10px;
    text-align: left;
    position: absolute;
    /* bottom: 15px; */
    background: #000;
    font-family: "Rubik", sans-serif;
    line-height: 1.4;
}

.headerWrapper .termsContent a {
    color: #fff;
    text-decoration: underline;
}

.headerWrapper .termsContent a,
.termsContent span {
    display: inline-block;
}

.headerWrapper .termsContent a:hover {
    text-decoration: none;
}

.headerWrapper div#thankyouBlock>.thankyou-message.embed {
    display: none;
}

.headerWrapper .secondFormCloseWrap a {
    color: #000;
    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;
}

.headerWrapper div#thankyouBlock>.thankyou-message.embed {
    display: none;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
}

.headerWrapper div#thankyouBlock.final-screen .thankyou-message.embed {
    display: block;
    min-height: 70px;
    position: relative;
    padding-top: 16px;
    line-height: 2;
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.headerWrapper 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: #000;
    font-style: normal;
    font-weight: 700;
}

.headerWrapper .thankswelcome-msg {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center !important;
    text-transform: uppercase;
    color: #000;
    font-family: "Rubik", sans-serif;
}

.headerWrapper #thankyoublock-innerwrapper .mlist-field {
    font-size: 0;
    margin-bottom: 10px;
}

.headerWrapper #thankyoublock-innerwrapper .mlist-field label {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0.2px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.headerWrapper select {
    background: url("../assets/bg_select_arrow1.png") no-repeat scroll transparent 0 0;
    background-position: calc(100% - 0px);
}

.headerWrapper select#dobMonth {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
}

.headerWrapper select#dobDay {
    width: 49%;
    display: inline-block;
}

.headerWrapper .mlist-checks {
    position: relative;
    margin: 18px 0 10px;
}

.headerWrapper .mlist-outer-wrapper [type=checkbox]:not(:checked),
.headerWrapper .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;
}

.headerWrapper .mlist-outer-wrapper [type=checkbox]:not(:checked)+label:before,
.headerWrapper .mlist-outer-wrapper [type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.headerWrapper .mlist-outer-wrapper [type=checkbox]:not(:checked)+label:after,
.headerWrapper .mlist-outer-wrapper [type=checkbox]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 4px;
    line-height: 1;
    left: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.headerWrapper .mlist-outer-wrapper [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.headerWrapper label.global-list {
    display: inline-block;
    font-size: 12px;
    padding: 0px 0 0 32px;
    box-sizing: border-box;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-family: "Rubik", sans-serif;
}

.headerWrapper .mlist-submit-new {
    margin: 10px auto 0;
    position: relative;
    width: 120px;
}

.headerWrapper .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;
}

.headerWrapper option {
    background: var(--white);
    color: #000;
}

.headerWrapper .secondFormCloseWrap a:hover {
    color: #000;
    opacity: 0.7;
}

.headerWrapper #block-footer h2 {
    display: none;
}

.headerWrapper .site-footer .layout-container {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.headerWrapper .region.region-footer-first {
    width: 100%;
}

.headerWrapper 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;

}*/

.headerWrapper #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;
}

.headerWrapper div#thankyouBlock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .98);
    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;
}

.headerWrapper div#thankyouBlock.final-screen {
    position: static;
    display: inline-block;
    vertical-align: top;
    height: auto;
    background: none;
    width: 100%;
}

.headerWrapper .mlist-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    padding: 0px;
    box-sizing: border-box;
}


/*.mlist-outer-wrapper {
  padding: 15px;
}*/

.headerWrapper input#email.error {
    border: 2px solid #ff0000;
}

@media only screen and (max-width: 1023px) {
    .headerWrapper form#homePageSignup {
        width: 100%;
        margin: 0 auto;
    }
    .headerWrapper div#thankyouBlock.final-screen .thankyou-message.embed {
        padding: 0;
        letter-spacing: 1px;
        min-height: auto;
    }
    .headerWrapper footer {
        padding: 20px 0;
    }
    .headerWrapper .mlist-wrapper {
        margin: 0 auto;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .headerWrapper .mlist-outer-wrapper {
        padding: 0;
        margin-top: 15px;
    }
    .headerWrapper .mlist-wrapper {
        margin: 0 auto;
        padding: 0;
        padding: 30px 0;
        padding-top: 10px;
    }
    .headerWrapper #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;
    }
    .headerWrapper div#thankyoublock-innerwrapper .thankyou-message.embed {
        font-size: 20px;
        padding: 0;
        line-height: 1.2;
    }
    .headerWrapper input,
    .headerWrapper select {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    .headerWrapper div#secondary-list-values {
        padding: 0 10px;
    }
    .headerWrapper #thankyoublock-innerwrapper .mlist-field label {
        font-size: 14px;
    }
    .headerWrapper input.submit {
        font-size: 15px;
        line-height: 37px;
    }
    .headerWrapper a.terms {
        font-size: 11px;
    }
    .headerWrapper label.global-list {
        line-height: 1.2;
    }
    /*.mlist-outer-wrapper.lightboxActive {

  	overflow-y: scroll;

  }*/
    .headerWrapper label.error {
        width: 100%;
        text-align: left;
    }
    .headerWrapper input#email {
        padding: 0 5px;
        line-height: 1;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .headerWrapper fieldset .mlist-field {
        width: 100%;
    }
    .headerWrapper fieldset .mlist-submit {
        width: 100%;
        margin: 12px 0 0;
    }
    .headerWrapper .termsWrapper.second {
        margin-bottom: 10px;
    }
    .headerWrapper form#signupForm4 {
        width: 92%;
    }
    .headerWrapper .footerWrapper {
        padding-top: 20px;
    }
    .headerWrapper .termsContent {
        position: static;
    }
    .headerWrapper .mlist-header {
        padding-bottom: 20px;
    }
    .headerWrapper form#secondForm {
        /* overflow-y: scroll; */
    }
    .headerWrapper .mlist-header {
        font-size: 20px;
        letter-spacing: 0;
    }
    .headerWrapper .mlist-header span {
        display: block;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .headerWrapper .mlist-header span {
        display: inline;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .headerWrapper .mlist-header {
        font-size: 19px;
        letter-spacing: 0;
    }
}