/* mail css */
* {
    box-sizing: border-box;
}

div#mlist {
    background-color: #3F4E4C;
}

.header-mlist label.goptin_checkbox span {
    white-space: nowrap;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}

input,
select {
    background: transparent;
    padding: 0 0.5vw;
    box-sizing: border-box;
    color: var(--label-text-color);
    width: 100%;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

body .mlform input.email,
body .singleStepForm select {
    font-style: normal;
    border: 1px solid #EEF2CF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: var(--label-text-color);
    border: 2px solid var(--label-text-color);
    -webkit-text-fill-color: var(--label-text-color);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:focus,
select:focus {
    outline: none;
}

:focus {
    outline: none;
}

:focus {
    outline: none !important;
}

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


.header-mlist .mlistwrapper form.mlistFormOne {
    width: 100%;
}

.header-mlist .mlistwrapper .mlform .terms {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.mlistwrapper {
    text-align: center;
    margin: 0 auto;
}

.mlistwrapper .mlform .terms.active a {
    font-size: 0;
}

.mlistwrapper div.plain-ml-wrapper {
    width: 100%;
    margin: 0 auto;
}

form.mlistFormTwo .postal_country {
    width: 68%;
    display: inline-block;
}

form.mlistFormTwo .dobMonth.fieldWrap,
form.mlistFormTwo .dobDay {
    width: 49%;
    display: inline-block;
}

form.mlistFormTwo .dobDay {
    margin-right: 2%;
}

form.mlistFormTwo .postalcode,
.plain-ml-wrapper div.dobday.fieldWrap {
    width: 30%;
    margin-right: 2%;
    display: inline-block;
}

.mlistwrapper .mlform input.email.errored,
.errored {
    color: red;
}

.secondform input:not([type="submit"]),
.secondform select {
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #EEF2CF;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-input-placeholder {
    color: #EEF2CF;
    -webkit-text-fill-color: #EEF2CF;
    opacity: 1;
    text-transform: uppercase;
}

input::-moz-placeholder {
    color: #EEF2CF;
    -webkit-text-fill-color: #EEF2CF;
    opacity: 1;
    text-transform: uppercase;
}

input:-ms-input-placeholder {
    color: #EEF2CF;
    -webkit-text-fill-color: #EEF2CF;
    opacity: 1;
    text-transform: uppercase;
}

input:-moz-placeholder {
    color: #EEF2CF;
    -webkit-text-fill-color: #EEF2CF;
    opacity: 1;
    text-transform: uppercase;
}


.mlistwrapper form.mlistFormOne>div {
    display: inline-block;
    vertical-align: top;
}

.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

.mlistwrapper {
    max-width: 50vw;
    /*margin: 5vw auto;*/
}

div#firstMlistForm>div {
    max-width: none;
    margin: 0 0 0 auto;
}

p.message-description {
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
    margin: 0 0 2vw;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    color: #EEF2CF;
}

.message {
    display: block;
}

.plain-ml-wrapper select {
    /* background: url(../images/arrow.png) no-repeat right center transparent; */
    background: none;
    background-size: 1.5vw;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.plain-ml-wrapper .email.fieldWrap label {
    display: none;
}

.header-mlist .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.fieldWrap {
    width: 90%;
}

.mlistwrapperform .mlistFormOne>div {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.mlistwrapper .plain-ml-wrapper div.fieldWrap {
    position: relative;
}

.header-mlist form.mlistFormOne>div.submit {
    width: 10%;
    position: relative;
}

#block-plainjsmailinglist input:-webkit-autofill,
#block-plainjsmailinglist select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: var(--label-text-color);
}

.header-mlist {
    display: none;
    position: absolute;
    top: 8vh;
    left: auto;
    right: 0;
    width: 25.5%;
    margin: 0px 2%;
    z-index: 1000;
    padding: 0px 1%;
}

.header-mlist .mlistwrapper .mlform input.email {
    box-sizing: border-box;
    padding-left: 0.366vw;
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #EEF2CF;
    color: #EEF2CF;
    letter-spacing: 0px;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: 500;
    font-size: 0.885vw;
    line-height: 1.042vw;
    text-transform: uppercase;
}

.header-mlist .mlistwrapper .mlform .mlistFormOne input.submit {
    background: transparent;
    background: url('../images/right-arrow.svg') no-repeat;
    color: #EEF2CF;
    text-transform: none;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 1.048vw;
    line-height: 3vw;
    height: 3vw;
    background-size: 2vw;
    background-position: center;
}

.header-mlist .mlistwrapper .mlform .mlistFormOne input.submit~i.fa-circle-chevron-right {
    color: #EEF2CF;
    font-size: 2vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.header-mlist .mlistwrapper .mlform .mlistFormOne input.submit~i.fa-circle-chevron-right:hover {
    opacity: 0.6;
}

.header-mlist .mlistwrapper .mlform input.submit:hover {
    border-bottom: 1px solid #EEF2CF;
}

.header-mlist .mlistwrapper .mlform input.submit:hover~i {
    opacity: 0.8;
}

.firstMlistForm .terms .close {
    display: none;
}


.header-mlist .mlistwrapper .secondform input:not([type="submit"]) {
    background: transparent;
    width: 100%;
    color: #EEF2CF;
    height: 3vw;
    padding: 0 0.366vw;
    border: 1px solid #EEF2CF;
    font-size: 1.0248vw;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}

input.submit {
    background-color: transparent;
    text-transform: lowercase;
    border-color: var(--button-color);
}

.mlistwrapper .mlform input {
    width: 100%;
    height: 3vw;
    line-height: 1.2;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 0.8vw;
    text-transform: none;
    font-style: normal;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}


.mlistwrapper div.mlform {
    width: 92%;
    margin: 0px auto;
    padding: 2%;
    background: transparent;
}

.mlistwrapper form.mlistFormOne.fadeOut .mlistwrapper form.mlistFormOne,
.mlistwrapper .mlform .terms {
    width: 90%;
    margin: 0 auto;
}

.mlistwrapper form.mlistFormOne {
    width: 62%;
    margin: 0 auto;
}

.header-mlist .mlistwrapper .mlform input {
    border: none;
    border-bottom: 1px solid #EEF2CF;
}

.mlistwrapper input.submit:hover {
    opacity: 1;
    color: var(--label-text-color);
    border-color: transparent;
}


.mlistwrapper .plain-ml-wrapper .terms {
    position: relative;
    text-align: left;
    /* padding-left: 0.2vw; */
}

div#block-plainjsmailinglist .plain-ml-wrapper .terms {
    max-width: 82%;
}

.mlistwrapper .mlform p.terms-message a:hover,
.mlistwrapper .secondform p.terms-message a:hover {
    opacity: 0.5;
}

.mlistwrapper .mlform .terms,
.secondform .terms {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9vw;
    /* border-bottom: 1px solid var(--label-text-color); */
    color: var(--label-text-color);
    line-height: 0;
}

.mlist-message {
    font-size: 5.2708vw;
    line-height: 4.0263vw;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2.9282vw;
}

.mlistwrapper .mlform .terms:hover,
.mlistwrapper .secondform .terms:hover {
    /* color: #DDA6CB; */
    /* opacity: 0.5; */
}

.mlistwrapper .mlform .terms:active,
.mlistwrapper .secondform .terms:active .mlistwrapper .mlform .terms:focus,
.mlistwrapper .secondform .terms:focus {
    color: var(--label-text-color);
}

.mlistwrapper form.mlistFormTwo .globaloptin {
    position: relative;
    margin: 0vw auto;
    width: 100%;
    text-align: left;
}

.mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked),
.globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 2vw;
    height: 2vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.header-mlist .mlistwrapper form.mlistFormTwo .globaloptin .goptin_checkbox {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.2445vw;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 1.0248vw;
    padding-left: 2vw;
}


.header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked)+label:before,
.header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0.3vw;
    top: 0.38vw;
    width: 1vw;
    height: 1vw;
    border: 1px solid #EEF2CF;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked)+label:after,
.header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.3vw;
    line-height: 1;
    left: 0.38vw;
    font-size: 1vw;
    color: var(--label-text-color);
    font-weight: 700;
    text-align: center;
    color: #EEF2CF;
}

.mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.plain-ml-wrapper span.secondFormClose:hover {
    opacity: 0.5;
}

.header-mlist .mlistwrapper .mlform .terms p.terms-message,
.header-mlist .mlistwrapper .mlform .terms p.terms-message-2 {
    position: relative;
    bottom: auto;
    top: 0;
    font-size: 0.7320vw;
    line-height: 0.8784vw;
    z-index: 1;
    width: 100%;
    background: #000;
    color: #EEF2CF;
    text-align: left;
    text-transform: none;
    padding: 1vw;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}

.header-mlist .mlistwrapper .plain-ml-wrapper .terms .terms {
    width: auto;
    border-bottom: 0;
    text-decoration: none;
    font-size: 0.7320vw;
    line-height: 0.8784vw;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#block-plainjsmailinglist .mlform p.terms-message a,
#block-plainjsmailinglist .terms a.terms {}

.header-mlist .mlistwrapper .mlform p.terms-message a,
.header-mlist .mlistwrapper .secondform p.terms-message a {
    font-size: 0.7320vw;
    line-height: 0.8784vw;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.header-mlist .mlistwrapper .mlform p.terms-message a:hover,
.header-mlist .mlistwrapper .secondform p.terms-message a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.mlistwrapper .secondform {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.mlistwrapper form.mlistFormTwo div.terms {
    width: 100%;
}

.mlistwrapper div.plain-ml-wrapper {
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
}

.firstMlistForm .terms .close:hover {
    opacity: 0.5;
}

.firstMlistForm .terms .close {
    position: absolute;
    top: 38%;
    left: auto;
    right: 0.5vw;
    width: 1.5vw;
    height: 1.5vw;
    text-align: center;
    line-height: 1.7;
    color: var(--label-text-color);
    background: var(--button-color);
    cursor: pointer;
}

.firstMlistForm .terms p {
    position: relative;
}

.mlistwrapper .mlform,
.mlistwrapper .secondform {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.mlistwrapper .plain-ml-wrapper .terms .terms:hover {
    opacity: 0.5;
}

.mlistwrapper .secondform .welcome {
    padding: 2vw 0 1vw;
}

.header-mlist .secondform.singleform.fadeIn {
    position: absolute;
    top: 1vw;
    left: 1vw;
    background: #000;
    padding: 4%;
}

.mlistwrapper .plain-ml-wrapper p.terms-message-2 a:hover {
    color: unset;
    opacity: 0.5;
}

.mlistwrapper .plain-ml-wrapper p.terms-message-2 a {
    color: #EEF2CF;
    border: 0;
}

.mlistwrapper div.plain-ml-wrapper span.secondformClose {
    position: absolute;
    right: 0;
    font-size: 1.3vw;
    top: -1vw;
    cursor: pointer;
    color: var(--label-text-color);
    display: block;
}

.mlistwrapper div.plain-ml-wrapper span.secondformClose:hover {
    opacity: 0.5;
}

.header-mlist div.plain-ml-wrapper span.secondFormClose {
    position: absolute;
    right: 4px;
    cursor: pointer;
    font-size: 1.0641vw;
    color: #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}

.mlistwrapper form.mlistFormOne,
.mlistwrapper form.mlistFormTwo {
    font-size: 0;
    /* width: 82%; */
    margin: 0 auto;
}

#block-plainjsmailinglist .plain-ml-wrapper {
    max-width: 980px;
    /* margin-left: 22vw; */
}

.header-mlist .mlistwrapper form.mlistFormTwo div.terms {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
}

.mlistwrapper .plain-ml-wrapper p.terms-message-2,
.mlistwrapper div#nav .plain-ml-wrapper p.terms-message-2 a {
    position: static;
    top: initial;
    left: initial;
    background: 0 0;
    font-size: 1vw;
    text-transform: none;
    margin: 0;
}

.mlistwrapper .mlform .terms p.terms-message-2 {
    width: 100%;
    padding-right: 1vw;
}

.header-mlist .mlistwrapper form.mlistFormOne span.input-error {
    font-size: 0.65vw;
    bottom: auto;
    top: -5px;
    text-align: left;
    line-height: 2;
    left: 0;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    position: absolute;
}
.header-mlist .mlistwrapper form.mlistFormOne .consent-placeholder span.input-error{
    top: -20px;
}
.mlistwrapper form.mlistFormTwo label {
    /* position: relative;*/
    text-align: left;
    top: initial;
    left: initial;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.02vw;
}

.header-mlist .mlistwrapper form.mlistFormOne,
.header-mlist .mlistwrapper form.mlistFormTwo {
    padding-bottom: 0.366vw;
}

.header-mlist .mlistwrapper form.mlistFormTwo .postal_country {
    padding-top: 0px;
    position: relative;
}

.mlistwrapper .mlform input.submit:hover {
    border-color: transparent;
    color: var(--label-text-color);
}

#block-plainjsmailinglist .mlform p.terms-message a:hover,
#block-plainjsmailinglist .secondform p.terms-message a:hover {
    opacity: 0.5;
}

#header .region-header div#block-homepagemailinglistblock {
    padding-top: 63px;
}

input.submit {
    font-size: 1vw;
}

.mlistwrapper div#thankyou {
    width: 100%;
    font-size: 1.3vw;
    color: var(--label-text-color);
    text-align: center;
    text-transform: uppercase;
}

.mlistwrapper .secondform .globaloptin {
    margin: 0;
}

.mlistwrapper .secondform .globaloptin label {
    text-transform: none;
}

.mlistwrapper .secondform select option {
    background: #000;
    color: #EEF2CF;
}

.mlistwrapper div#firstMlistForm>div {
    margin: 0 auto;
}

section.email-section .section-title h2 {
    font-size: 30px;
}

.header-mlist .mlistwrapper .secondform .welcome p,
.header-mlist .mlistwrapper .secondform .welcome span {
    font-size: 1.0248vw;
    line-height: 1.2445vw;
    color: #EEF2CF;
    display: inline;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}


.mlistwrapper form.mlistFormTwo label {
    font-size: 1vw;
    text-transform: capitalize;
    color: var(--label-text-color);
}

.mlistwrapper form.mlistFormTwo>div {
    padding-bottom: 1vw;
}

.mlistwrapper .secondform input,
.mlistwrapper .secondform select {
    font-size: 1vw;
    text-transform: capitalize;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}

.mlistwrapper .secondform input.submit {
    font-size: 1vw;
    height: 3vw;
    color: var(--label-text-color);
    background: var(--default-bg-color);
    width: 100%;
    border-color: transparent;
    cursor: pointer;
}

.header-mlist .mlistwrapper .secondform .submit {
    width: 50%;
    margin: 0 auto;
}

.header-mlist .mlistwrapper .secondform .submit:hover {
    opacity: 0.6;
}

.header-mlist .mlistwrapper .secondform input.submit {
    background: transparent;
    color: #EEF2CF;
    text-transform: none;
    border: 1px solid #EEF2CF;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 1.0248vw;
    /* line-height: 3vw; */
    height: 2.5vw;
}

.mlistwrapper p.thankswelcome-msg {
    text-transform: capitalize;
    line-height: 1.2;
}

.mlistwrapper .mlform input.email.errored {
    border-color: red;
}

.plain-ml-wrapper p.terms-message-2 a {
    text-decoration: underline;
}

.mlistwrapper .secondform input,
.mlistwrapper .secondform select {
    border-radius: 0 !important;
    height: 3vw;
    background-color: transparent;
}

.header-mlist .mlistwrapper .secondform select {
    padding: 0 0.366vw;
    border: 1px solid #EEF2CF;
    color: #EEF2CF;
    font-size: 1.0248vw;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;
}

.mlistwrapper select#country {
    width: 100%;
    border: 1px solid var(--label-text-color);
    text-transform: uppercase;
}

.mlistwrapper input#goptin_checkbox label.goptin_checkbox {
    height: auto;
}

.mlistwrapper input#goptin_checkbox {
    position: absolute;
}

.mlistwrapper form.mlistFormOne span.input-error {
    color: #ff0000;
}

div.thankyou {
    color: var(--label-text-color);
}

.header-mlist .plain-ml-wrapper div.select-drop-down-arrow:after {
    font-size: 1.3vw;
    color: #EEF2CF;
    right: -1.2vw;
    top: 50%;
    position: absolute;
    pointer-events: none;
    text-indent: 20px;
    content: "\25BC";
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header-mlist .plain-ml-wrapper div.select-drop-down-arrow.country:after {
    top: 45%;
}

.globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 2vw;
    height: 2vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.globaloptin .goptin_checkbox {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.6vw;
    color: #EEF2CF;
    ;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.02vw;
    font-size: 1vw;
    padding-left: 2vw;
}

.globaloptin [type="checkbox"]:not(:checked)+label:before,
.globaloptin [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2vw;
    height: 2vw;
    border: 1px solid #EEF2CF;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.globaloptin [type="checkbox"]:not(:checked)+label:after,
.globaloptin [type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.4vw;
    line-height: 1;
    left: 0.5vw;
    font-size: 1.4vw;
    color: var(--label-text-color);
    font-weight: 700;
    text-align: center;
}

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


option {
    background: #FFFFFF;
    color: #3F4E4C;
}

input.submit {
    text-transform: capitalize;
}

.email.fieldWrap {
    position: relative;
}

.mlform input.errored {
    border-color: #ff0000;
}

.message.fadeOut {
    display: none;
}

.header-mlist div.thankyou {
    font-size: 1.2445vw;
    line-height: 0;
    color: #EEF2CF;
    padding: 0.8vw 0;
    font-family: Helvetica Neue, "tex_gyre_herosregular", arial;
    font-weight: normal;
    font-style: normal;

}

@media only screen and (max-width: 1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .header-mlist {
        width: 100%;
        left: 15%;
        margin: 0 auto;
        right: auto;
        padding: 0;
        top: 85vh;
    }

    /* .headerWrap {
        background: url(../images/JL_MOBILE.jpg) top center no-repeat;
        background-size: cover !important;
    } */

    body .header-mlist .mlistwrapper form.mlistFormOne span.input-error {
        font-size: 6px;
        top: -7px;
    }

    body .header-mlist .secondform.singleform.fadeIn {
        padding: 2%;
    }

    .header-mlist .mlistwrapper .mlform .mlistFormOne input.submit~i.fa-circle-chevron-right {
        font-size: 12px;
    }

    .header-mlist .mlistwrapper div.mlform {
        width: 100%;
    }

    .plain-ml-wrapper div.select-drop-down-arrow:after {
        font-size: 20px;
        right: 22px;
        top: 18px;
        width: 20px;
    }

    .header-mlist .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.fieldWrap {
        margin-right: 0%;
    }

    .header-mlist form.mlistFormOne>div.submit {
        margin: 0 auto;
    }

    .header-mlist .mlistwrapper .plain-ml-wrapper form.mlistFormOne .email.fieldWrap {
        margin-bottom: 2px
    }

    .header-mlist .mlistwrapper .mlform input.email {
        padding-left: 0px;
        font-size: 10px;
        line-height: 23px;
        text-align: left;
        height: 25px;
    }

    .header-mlist .mlistwrapper .mlform .mlistFormOne input.submit {
        font-size: 15px;
        padding-left: 0px;
        line-height: 17px;
        text-align: center;
        height: 25px;
        background-size: 18px;
    }

    .header-mlist .mlistwrapper .mlform .terms {
        text-align: left;
        width: 100%
    }

    .header-mlist .mlistwrapper .plain-ml-wrapper .terms .terms {
        font-size: 10px;
        line-height: 12px;
    }

    .header-mlist .mlistwrapper .mlform .terms p.terms-message,
    .header-mlist .mlistwrapper .mlform .terms p.terms-message-2 {
        font-size: 8px;
        line-height: 10px;
        padding: 5px;
    }

    .header-mlist .mlistwrapper .mlform p.terms-message a,
    .header-mlist .mlistwrapper .secondform p.terms-message a {
        font-size: 8px;
        line-height: 10px;
    }

    .header-mlist div.plain-ml-wrapper span.secondFormClose {
        right: 6px;
        top: -5px;
        font-size: 20px;
    }

    body .header-mlist div.thankyou {
        padding: 0;
    }

    .header-mlist .mlistwrapper .secondform .welcome p,
    .header-mlist .mlistwrapper .secondform .welcome span {
        font-size: 14px;
        line-height: 17px;
    }

    .header-mlist .mlistwrapper .secondform input:not([type="submit"]) {
        height: 45px;
        padding: 0 5px;
        font-size: 15px;
    }

    .header-mlist .mlistwrapper .secondform select {
        padding: 0 5px;
        font-size: 15px;
        height: 45px;
    }

    .header-mlist .plain-ml-wrapper div.select-drop-down-arrow:after {
        font-size: 20px;
        right: -5px;
        top: 50%;
        width: auto;
    }

    .mlist-message {
        font-size: 49px;
        line-height: 57px;
        width: 60%;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .mlistwrapper {
        max-width: 65%;
        margin: 0;
        margin-left: 20px;
    }

    .views-field.views-field-field-header-image {
        display: block;
    }

    .views-field.views-field-field-header-image img {
        width: 100%;
        height: auto;
    }


    .block.block-views.block-views-blockheader-block-1,
    .block.block-block-content {
        position: relative;
    }

    .mlistwrapper .mlform input.email {
        padding-left: 5vw;
    }

    .mlistheader {
        font-size: 3vw;
    }

    .mlistwrapperform .mlistFormOne,
    .mlistwrapper div#block-plainjsmailinglist form.mlistFormTwo {
        font-size: 0;
        width: 100%;
        margin: 0 auto;
    }

    .mlistwrapper .mlform input,
    .mlistwrapper input.submit {
        font-size: 4vw;
        height: 12vw;
    }

    .firstMlistForm .terms .close {
        width: 5vw;
        height: 6vw;
    }

    .mlistwrapper form.mlistFormOne span.input-error {
        font-size: 3.5vw;
        top: -4vw;
    }

    .mlistwrapper .mlform .terms,
    .mlistwrapper .secondform .terms,
    .thankyou {
        font-size: 4vw;
    }

    .mlistwrapper .secondform input:not([type="submit"]),
    .mlistwrapper .secondform select {
        height: 12vw;
        font-size: 4vw;
        padding-left: 5vw;
    }

    .secondform.singleform.fadeIn {
        background: #3F4E4C;
        padding: 5%;
    }


    .mlistwrapper form.mlistFormTwo label {
        font-size: 2vw;
    }

    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin .goptin_checkbox {
        font-size: 14px;
        line-height: 17px;
        padding-left: 30px;
    }

    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:checked+label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 2px;
        width: 15px;
        height: 15px;
    }

    .mlistwrapper form.mlistFormTwo>div {
        padding-bottom: 8px;
    }

    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:not(:checked)+label:after,
    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin [type="checkbox"]:checked+label:after {
        top: 3px;
        line-height: 1;
        left: 3px;
        font-size: 12px;
    }

    .header-mlist .mlistwrapper .secondform .submit {
        width: 65%;
        margin: 0 auto;
    }

    .header-mlist .mlistwrapper .secondform input.submit {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
    }

    .header-mlist div.thankyou {
        font-size: 17px;
        line-height: 20px;
    }

    .mlistwrapper .secondform .welcome p,
    .mlistwrapper .secondform .welcome span {
        font-size: 4vw;
    }


    .mlistwrapper form.mlistFormOne,
    .mlistwrapper form.mlistFormTwo {
        padding-bottom: 3vw;
    }

    .mlistwrapper form.mlistFormOne,
    .mlistwrapper .mlform .terms,
    .mlistwrapper form.mlistFormTwo {
        width: 100%;
    }

    form.mlistFormTwo .postalcode,
    form.mlistFormTwo .postal_country {
        width: 100%;
        margin-right: 0;
    }

    .mlistwrapper div.mlform {
        width: 90%;
    }

    .mlistwrapper div.plain-ml-wrapper {
        padding: 0px;
        padding-bottom: 30px;
    }

    .page-node-type-miscellaneous_pages #main-wrapper {
        min-height: calc(100vh - 30.9vw);
    }

    span.input-error {
        font-size: 3.5vw;
        bottom: -3.3vw;
    }

    p.message-description {
        font-size: 4vw;
        line-height: 5vw;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .globaloptin [type="checkbox"]:checked+label:before {
        width: 6vw;
        height: 6vw;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:after,
    .globaloptin [type="checkbox"]:checked+label:after {
        font-size: 3.8vw;
        left: 0.9vw;
    }

    a.icon-mail-envelope-open {
        font-size: 20px;
    }

}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .email-icon img {
        width: 20px;
        height: auto;
    }

    .mlistwrapper div.mlform {
        width: 70%;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .globaloptin [type="checkbox"]:checked+label:before {
        width: 30px;
        height: 30px;
    }

    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin .goptin_checkbox {
        font-size: 10px;
        line-height: 13px;
        padding-left: 23px;
    }

}

@media only screen and (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    .header-mlist .mlistwrapper form.mlistFormTwo .globaloptin .goptin_checkbox {
        line-height: 2;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .globaloptin [type="checkbox"]:checked+label:before {
        width: 30px;
        height: 30px;
    }

    .header-mlist .mlistwrapper div.mlform {
        width: 56%;
        margin: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation: portrait) {
    .header-mlist {
        left: 31%;
    top: 86vh;
    }

    body .mlistwrapper div.mlform {
        margin: 0px;
    }

    body .header-mlist .mlistwrapper .mlform .mlistFormOne input.submit~i.fa-circle-chevron-right {
        font-size: 20px;
    }

    body .artist_name {
        font-size: 90px;
    }

    body .merchTitle {
        font-size: 90px;
    }

    .header-section .social-icons {
        top: 92%;
    }
}

@media only screen and (max-width:1023px) and (orientation: landscape) {


    body .header-mlist {
        position: absolute;
    }

    body .mlistwrapper {
        max-width: 48%;
    }

    .header-section .social-icons {
        top: 92%;
    }
    .mlistwrapper .mlform .terms{
        line-height: 0;
    }

}


@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .mlistwrapper form.mlistFormOne span.input-error {
        top: -2.5vw;
        left: 40% !important;
    }

    .header-mlist {
        top: 76%;
        left: 30%;
    }

    .headerWrap {
        background: url("../images/JL_DESKTOP.jpg") top center no-repeat;
        background-size: cover !important
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .header-mlist {
        width: 100%;
        left: 0;
        margin: 0 auto;
        right: 0;
        padding: 0;
        top: 85vh;
        text-align: center;
    }

    .open-envelop {
        position: absolute;
        top: 2vw;
        left: 10vw;
    }

    .mlistwrapper {
        max-width: 65%;
        margin: 0;
        margin-left: 20px;
        margin: 0 auto;
    }

    .header-mlist .secondform.singleform.fadeIn {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #000;
        padding: 4%;
        transform: translate(-50%, -80%);
        width: 100%;
    }

    .header-mlist .mlistwrapper .mlform .terms p.terms-message {
        top: -86px;
    }

}
@media only screen and (max-width: 1023px) and (orientation: landscape){
.header-mlist .mlistwrapper .mlform .terms p.terms-message {
    top: -62px;
}
.header-mlist .secondform.singleform.fadeIn {
    position: absolute;
    top: 50%;
    transform: translate(0%, -80%);
}
}
@media only screen and (max-width: 768px) and (orientation: landscape){
    .header-mlist {
        left: 5%;
}
.header-mlist .secondform.singleform.fadeIn{
    transform: translate(0%, -80%) !important;
}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    /* .header-mlist {
        width: 100%;
        left: 0;
        margin: 0 auto;
        right: 0;
        padding: 0;
        top: 85vh;
        text-align: center;
    } */

    .open-envelop {
        position: absolute;
        top: 2vw;
        left: 20vw;
    }

    .mlistwrapper {
        max-width: 65%;
        margin: 0;
        margin-left: 20px;
        margin: 0 auto;
    }

    .header-mlist .secondform.singleform.fadeIn {
        position: static;
        top: 50%;
        left: 50%;
        background: #000;
        padding: 4%;
        transform: translate(-50%, -80%);
        width: 100%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait)  {
    .header-mlist .mlistwrapper .plain-ml-wrapper .terms .terms{
        font-size: 12px;
    }
    .header-mlist .mlistwrapper .mlform .terms p.terms-message, .header-mlist .mlistwrapper .mlform .terms p.terms-message-2{
        font-size: 12px;
        line-height: 15px;
    }
    .header-mlist .secondform.singleform.fadeIn{
        top: -29vw;
    }
    .header-mlist .mlistwrapper .mlform .terms p.terms-message, .header-mlist .mlistwrapper .mlform .terms p.terms-message-2{
        font-size: 1vw;
        line-height: 1;
    }
}


.mlistwrapper .consent-placeholder{
    position: relative; 
    margin: 3.5vh auto 0; 
    display: block; 
  } 
  .plain-ml-wrapper label:not(.goptin_checkbox){
      position:static;
      transform:none;        
  }
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
  .mlistwrapper .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; 
  } 
  
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
  .mlistwrapper .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 #fff; 
    background: transparent; 
    border-radius: 0px; 
    box-sizing: border-box; 
  } 
  
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked) + label:before { 
    border-color: red; 
  } 
  
  .mlistwrapper .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;
      color: #fff;
  } 
  
  .mlistwrapper .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: #fff; 
    font-weight: 700; 
    text-align: center; 
  } 
  
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
    color: #ffffff; 
  } 
  
   .mlistwrapper .consent-placeholder span.input-error { 
    color: red; 
    position: absolute; 
    top: -3.25vh; 
    left: 0; 
    bottom: auto; 
  } 
  
  .mlistwrapper .secondform .consent-placeholder { 
    margin: 2vh auto; 
  } 
  .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a,
  .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label span {
      color: #fff;
  }
  .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a{
      text-decoration:underline;
  }
  .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
      opacity: 0.5;
  }
  @media only screen and (max-width: 1024px) and (orientation:portrait){ 
  
   .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
       font-size: 2vw; 
       padding-left: 6vw; 
    } 
  
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked, 
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
       width:4vw; 
       height: 4vw; 
    } 
  
    .mlistwrapper .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) {
  .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label{
      font-size: 1.268vw;
      padding-left: 3.54vw;
  }        
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after{
     top:0;
     font-size:2vw;
  }
  .mlistwrapper .consent-placeholder {
      position: relative;
      margin: 2vh auto ;
  }
  .mlistwrapper .consent-placeholder span.input-error{
     top: -1.5vh;
  }
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before, 
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
  .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
      width: 2.28vw;
      height: 2.28vw;
  }
  
  }