div#mailinglistSectionnew {
    padding-bottom: 4vw;
    padding-top: 5vw;
}

.plain-ml-wrapper {
    max-width: 24.66%;
    margin: 0 auto;
}

form#mlistFormOne {
    width: 24.635416666666668vw;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

div#mlform>#terms {
    max-width: 24.635416666666668vw;
    position: relative;
    right: -52%;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

input:-ms-input-placeholder {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

input::placeholder {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

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: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: #000;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}

.plain-ml-wrapper #mlform,
.plain-ml-wrapper #secondform {
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px;
    transition: all .5s ease-in-out;
    color: #ffffff;
}

.plain-ml-wrapper #mlform .message-header {
    font-size: 25px;
    text-transform: uppercase;
}

.plain-ml-wrapper #mlform input {
    width: 100%;
    height: 2.1vw;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.25vw;
    font-family: 'tex_gyre_herosbold';
    transition: all 0.5s ease-in-out;
    border-radius: 0;
}

.plain-ml-wrapper form#mlistFormOne div.fieldWrap,
.plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
    position: relative;
}

.plain-ml-wrapper form#mlistFormTwo .postal_country {
    font-size: 0;
    display: inline-block;
    width: 48%;
}

.plain-ml-wrapper input:focus,
*:focus {
    outline: none;
}

form {
    font-size: 0;
}

.email.fieldWrap {
    display: inline-block;
    width: 94.3%;
    vertical-align: top;
}

.plain-ml-wrapper form#mlistFormOne div.submit {
    display: inline-block;
    width: 5.7%;
    vertical-align: top;
}

.plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
    margin-bottom: 1.5vw;
}

div#secondform input#submit {
    background: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0.2vw;
}

div#secondform .submit:hover input#submit {
    padding: 0;
}

div#secondform .submit {
    position: relative;
    display: block;
    transition: opacity 300ms;
    width: 100%;
    height: 2.6vw;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.5625vw;
    font-family: 'tex_gyre_herosbold';
    color: #ffffff;
    border: 1px solid #ffffff;
}

div#secondform .submit::before {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div#secondform .submit::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: rgb(212 207 201 / 75%) 0 0 15px 2px;
    background: #d4cfc9;
    height: 1px;
    opacity: 0;
}

div#secondform .submit:hover {
    background: transparent;
    cursor: pointer;
    -webkit-animation: glitch 750ms infinite;
    animation: glitch 750ms infinite;
    transition: all 0.3s ease-in;
}

div#secondform .submit:hover::before {
    opacity: 1;
}

div#secondform .submit:hover::after {
    -webkit-animation: scan 2s infinite;
    animation: scan 2s infinite;
    opacity: 1;
}

@-webkit-keyframes glitch {
    0% {
        transform: skewX(0deg);
    }

    5% {
        transform: skewX(2deg);
        opacity: 0.75;
    }

    10% {
        transform: skewX(0deg);
        opacity: 1;
    }

    15% {
        transform: skewX(-5deg);
        opacity: 0.75;
    }

    20% {
        transform: skewX(0deg);
        opacity: 1;
    }

    45% {
        transform: skewX(3deg);
        opacity: 0.75;
    }

    50% {
        transform: skewX(0deg);
        opacity: 1;
    }

    55% {
        transform: skewX(0deg);
        opacity: 0.75;
    }

    60% {
        transform: skewX(0deg);
        opacity: 1;
    }

    75% {
        transform: skewX(2deg);
    }

    80% {
        transform: skewX(0deg);
    }

    85% {
        transform: skewX(-8deg);
        opacity: 0.75;
    }

    90% {
        transform: skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: skewX(0deg);
    }
}

@keyframes glitch {
    0% {
        transform: skewX(0deg);
    }

    5% {
        transform: skewX(2deg);
        opacity: 0.75;
    }

    10% {
        transform: skewX(0deg);
        opacity: 1;
    }

    15% {
        transform: skewX(-5deg);
        opacity: 0.75;
    }

    20% {
        transform: skewX(0deg);
        opacity: 1;
    }

    45% {
        transform: skewX(3deg);
        opacity: 0.75;
    }

    50% {
        transform: skewX(0deg);
        opacity: 1;
    }

    55% {
        transform: skewX(0deg);
        opacity: 0.75;
    }

    60% {
        transform: skewX(0deg);
        opacity: 1;
    }

    75% {
        transform: skewX(2deg);
    }

    80% {
        transform: skewX(0deg);
    }

    85% {
        transform: skewX(-8deg);
        opacity: 0.75;
    }

    90% {
        transform: skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: skewX(0deg);
    }
}

@-webkit-keyframes scan {
    0% {
        top: 0%;
    }

    50% {
        top: 95%;
    }

    100% {
        top: 100%;
    }
}

@keyframes scan {
    0% {
        top: 0%;
    }

    50% {
        top: 95%;
    }

    100% {
        top: 100%;
    }
}

.plain-ml-wrapper div#secondform #terms {
    text-align: center;
}

.plain-ml-wrapper form#mlistFormOne input#submit {
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    font-size: 0;
    background: url('../images/mailer-arrow.png') no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.plain-ml-wrapper #mlform input#email {
    border: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
}

.plain-ml-wrapper #mlform input#email.errored {
    border-bottom: 1px solid red;
}

.plain-ml-wrapper #mlform .terms,
#secondform .terms {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.5vw;
    letter-spacing: 0.125vw;
    padding-top: 3px;
    width: 50%;
}

#secondform .terms {
    width: 15%;
}

.plain-ml-wrapper #mlform .terms {
    text-align: center;
    width: auto;
}

#secondform .terms {
    margin-top: 5px;
}

.plain-ml-wrapper #mlform #terms .terms-message,
.plain-ml-wrapper #secondform #terms .terms-message,
.plain-ml-wrapper p.terms-message-2,
.plain-ml-wrapper p.terms-message {
    color: #ffffff;
    margin: 0px auto;
    text-decoration: none;
    font-size: 0.625vw;
    letter-spacing: 0.125vw;
    padding: 1.3vw;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    z-index: 100;
    position: absolute;
    width: 100%;
}

.plain-ml-wrapper #mlform p.terms-message a,
.plain-ml-wrapper #secondform p.terms-message a {
    color: #ffffff;
    text-decoration: underline;
}

.plain-ml-wrapper #mlform p.terms-message a:hover,
.plain-ml-wrapper #secondform p.terms-message a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* first form style ends */

.plain-ml-wrapper .singleStepForm .name {
    display: block
}

.plain-ml-wrapper .singleStepForm .name div {
    display: inline-block;
    width: 49%;
}

.plain-ml-wrapper .singleStepForm .name input {
    width: 100%;
    padding: 0px 5px;
    font-size: 12px;
}

.plain-ml-wrapper .singleStepForm input#goptin {
    width: 15px;
    height: 15px;
}

.plain-ml-wrapper .singleStepForm select {
    width: 100%;
    height: 35px;
    padding: 0px 5px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    background: #000;
}

.plain-ml-wrapper #secondform {
    width: 100%;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    position: relative;
}

.plain-ml-wrapper #secondform .name {
    display: block
}

.plain-ml-wrapper #secondform .birthday div {
    display: inline-block;
    width: 48%;
}

.plain-ml-wrapper #secondform div.dobMonth.fieldWrap {
    margin-right: 4%;
}

.plain-ml-wrapper #secondform .name input {
    width: 100%;
    padding: 0px;
    font-size: 12px;
}

.plain-ml-wrapper #secondform input#goptin {
    width: 15px;
    height: 15px;
}

.plain-ml-wrapper #secondform select {
    width: 100%;
    padding: 10px 0px;
    height: 2.6vw;
    padding: 0;
    font-family: 'tex_gyre_herosbold';
    text-align: left;
    border-radius: 0;
    background: url('../images/select-arrows.svg?dsd') no-repeat;
    background-size: 9%;
    cursor:pointer;
    background-position: right;
    -webkit-appearance: none;
    padding-right: 2vw;
}

.plain-ml-wrapper #secondform input:not([type="submit"]) {
    width: 100%;
    background: transparent;
    height: 2.6vw;
    font-size: 1.4vw;
    border: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.3vw;
    text-transform: uppercase;
    padding-left: 3px;
}

.postalcode.fieldWrap {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}

.plain-ml-wrapper #secondform input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
}

.plain-ml-wrapper #secondform .globaloptin {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    margin-top: 0.5vw;
    font-size: 0.625vw;
    letter-spacing: 0.125vw;
    color: #ffffff;
}

.plain-ml-wrapper #secondform .welcome {
    text-transform: uppercase;
    font-size: 1.3vw;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

.plain-ml-wrapper #thankyou {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px auto;
    width: 100%;
    font-size: 1.5vw;
}

.plain-ml-wrapper input {
    width: 100%;
    height: 2.6vw;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.5625vw;
    font-family: 'tex_gyre_herosbold';
    color: #ffffff;
    border-radius: 0;
}

.plain-ml-wrapper #secondform select {
    color: #ffffff;
    font-size: 1.4vw;
    border: 1px solid #fff;
    /* background: transparent; */
    padding-bottom: 0.3vw;
    border: 0;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    padding-left: 3px;
}

option {
    color: #ffffff;
    background: #202020;
}

.plain-ml-wrapper #secondform input#goptin {
    vertical-align: middle;
}

a.terms {
    padding-top: 0.5vw;
    display: inline-block;
}

a.terms:hover {
    opacity: 0.8;
}

.plain-ml-wrapper #terms {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    font-size: 0;
}

.plain-ml-wrapper p.terms-message-2,
.plain-ml-wrapper p.terms-message {
    top: 1.3vw;
    left: 0;
    position: absolute;
    background: rgb(255, 255, 255);
    margin: 0;
    background: #000;
}

.plain-ml-wrapper p.terms-message-2 {
    top: 1.5vw;
    left: 0vw;
    width: 100%;
}

.plain-ml-wrapper .fadeOut {
    display: none;
}

.plain-ml-wrapper form#mlistFormOne.fadeOut {
    display: none;
}

.plain-ml-wrapper .fadeIn {
    display: block;
}

.plain-ml-wrapper #mlform p.terms-message a,
.plain-ml-wrapper p.terms-message-2 a,
.plain-ml-wrapper .singleform p.terms-message a {
    color: #ffffff;
    text-decoration: underline;
}

.plain-ml-wrapper #mlform p.terms-message a:hover,
.plain-ml-wrapper p.terms-message-2 a:hover {
    color: #ffffff;
    opacity: 0.8;
}

div.plain-ml-wrapper {
    position: relative;
    max-width: 53.177083333333336vw;
}

div.plain-ml-wrapper span#secondFormClose {
    position: absolute;
    right: 0;
    font-size: 1.5vw;
    cursor: pointer;
    top: -0.2vw;
}

div.plain-ml-wrapper span#secondFormClose:hover {
    opacity: 0.8;
}

.plain-ml-wrapper span.input-error {
    color: red;
    position: absolute;
    top: -1.2vw;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 0.8vw;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

input#submit:hover {
    opacity: 0.8;
}


/** custom checkbox **/

.globaloptin input[type="checkbox"] {
    opacity: 0;
}

.globaloptin label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 1.453vw;
    /* vertical-align: middle; */
    cursor: pointer;
}

.globaloptin label::before,
.globaloptin label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}


/*Outer box of the fake checkbox*/

.globaloptin label::before {
    height: 0.972vw;
    width: 0.972vw;
    border: 2px solid #fff;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
*to vertically center it.
*/
    top: 0;
}


/*Checkmark of the fake checkbox*/

.globaloptin label::after {
    height: 4px;
    width: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 3px;
    top: 4px;
}


/*Hide the checkmark by default*/

.globaloptin input[type="checkbox"]+label::after {
    content: none;
}


/*Unhide on the checked state*/

.globaloptin input[type="checkbox"]:checked+label::after {
    content: "";
}


/*Adding focus styles on the outer-box of the fake checkbox*/


/** custom checkbox ends **/


/** label css **/

.plain-ml-wrapper label:not(.goptin_checkbox) {
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.7s;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.plain-ml-wrapper label.moveUp {
    position: absolute;
    top: -8px;
    transform: translateX(-50%) scale(.9);
}

#mailinglistSectionnew .consent-placeholder {
    position: relative;
    margin: 3.5vh auto 0;
    display: block;
}

#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.8vw !important;
    height: 1.8vw !important;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    width: 1.8vw;
    height: 1.8vw;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
    border-color: red;
}

#mailinglistSectionnew .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.98vw;
    padding-left: 2.54vw;
    vertical-align: top;
    font-weight: 400;
    position: static;
    transform: none;
    padding-bottom: 1vw;
    pointer-events: auto;
}

#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.8vh;
    line-height: 1;
    left: 0.45vw;
    font-size: 1.4vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

#mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    color: #ffffff;
}

#mailinglistSectionnew .consent-placeholder span.input-error {
    color: red;
    position: absolute;
    top: -3.25vh;
    left: 0;
    bottom: auto;
}

#mailinglistSectionnew form#mlistFormTwo .consent-placeholder {
    margin: 0 auto 2vh;
}

#mailinglistSectionnew .plain-ml-wrapper .mlform .consent-placeholder label a,
#mailinglistSectionnew .plain-ml-wrapper .mlform .consent-placeholder label span {
    color: #fff;
}

#mailinglistSectionnew .plain-ml-wrapper .mlform .consent-placeholder label a {
    text-decoration: underline;
}

#mailinglistSectionnew .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 1024px) and (orientation:portrait) {
    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0.2vh;
    }
}

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

    #mailinglistSectionnew .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 4.024vw !important;
        padding-left: 7.94vw;
    }

    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
        width: 5.8vw !important;
        height: 5.8vw !important;
    }

    #mailinglistSectionnew .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0.528vh;
        left: 1.5vw;
        font-size: 4vw;
    }
}

@media only screen and (max-width: 1024px) {

    form#mlistFormOne,
    div#mlform>#terms,
    .plain-ml-wrapper #secondform {
        width: 91%;
        /* max-width: 339px; */
    }

    .plain-ml-wrapper #mlform input {
        height: 40px;
        font-size: 16px;
    }

    .plain-ml-wrapper #mlform .terms,
    #secondform .terms {
        font-size: 9px;
        letter-spacing: 1.8px;
        padding-top: 4px;
        text-align: left;
        display: block;
    }

    .plain-ml-wrapper div#secondform .terms {
        text-align: center;
        margin: 0 auto;
    }

    .plain-ml-wrapper span.input-error {
        font-size: 6px;
        top: 0px;
        letter-spacing: 1px;
    }

    .plain-ml-wrapper #secondform .welcome {
        font-size: 17px;
    }

    div.plain-ml-wrapper span#secondFormClose {
        font-size: 20px;
        top: -10px;
    }

    .plain-ml-wrapper #thankyou {
        font-size: 20px;
    }

    .plain-ml-wrapper #secondform input:not([type="submit"]) {
        height: 40px;
        font-size: 16px;
        padding-bottom: 0;
    }

    .plain-ml-wrapper #secondform select {
        font-size: 16px;
        height: 40px;
        padding: 0;
        padding-right: 19px;
        background-size: 11%;
    }

    .plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
        margin-bottom: 10px;
    }

    .plain-ml-wrapper #secondform input[type="checkbox"] {
        height: 18px;
        margin: 0;
    }

    .plain-ml-wrapper #secondform .globaloptin {
        font-size: 9px;
        letter-spacing: 1.8px;
    }

    div#secondform input#submit,
    div#secondform .submit {
        font-size: 16px;
        height: 40px;
    }

    div#secondform .submit {
        font-size: 16px;
        height: 40px;
    }

    .plain-ml-wrapper #mlform #terms .terms-message,
    .plain-ml-wrapper p.terms-message {
        font-size: 9px;
        letter-spacing: 1.8px;
        top: 100PX;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        MAX-WIDTH: 66%;
    }

    .plain-ml-wrapper #secondform #terms .terms-message,
    .plain-ml-wrapper p.terms-message-2 {
        font-size: 9px;
        letter-spacing: 1.8px;
        top: 5vw;
    }
}

#mlform {
    margin: 0 auto;
}

.mlist-header {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 26.302083333333332vw;
    font-size: 2.34vw;
    font-family: 'tex_gyre_herosbold';
    margin-right: 0;
}

@media only screen and (max-width: 1023px) {
    div.plain-ml-wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    #mlform {
        width: 85%;
        margin: 0 auto;
    }

    div#mailinglistSectionnew {
        margin: 30px 0;
        padding: 0;
    }

    .mlist-header {
        width: 100%;
        font-size: 34px;
        text-align: center;
        float: none;
        display: block;
        margin: 0 auto;
    }

    form#mlistFormOne,
    div#mlform>#terms,
    .plain-ml-wrapper #secondform {
        width: 100%;
        float: none;
    }

    form#mlistFormOne,
    div#mlform>#terms {
        max-width: 93%;
        text-align: left;
        position: static;
        margin: 0 auto;
        margin-top: 6px;
    }

    .plain-ml-wrapper #mlform .terms {
        text-align: left;
        position: static;
        transform: none;
        display: block;
    }

    .plain-ml-wrapper #secondform {
        max-width: 90%;
    }

    .plain-ml-wrapper #mlform #terms .terms-message,
    .plain-ml-wrapper #secondform #terms .terms-message,
    .plain-ml-wrapper p.terms-message-2,
    .plain-ml-wrapper p.terms-message {
        font-size: 9px;
        letter-spacing: 1.8px;
        top: 25px;
        width: 100%;
        left: 50%;
        position: static;
        text-align: center;
        margin: 0 auto;
        transform: none;
        max-width: 100%;
    }

    .plain-ml-wrapper #secondform {}

    div#mlform>#terms {
        max-width: 93%;
        MARGIN: 0 AUTO;
        POSITION: STATIC;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .mlist-header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    form#mlistFormOne,
    div#mlform>#terms,
    .plain-ml-wrapper #secondform {
        width: 50%;
    }

    .mlist-header {
        /* width: 42%; */
        /* font-size: 4vw; */
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #mlform {
        width: 80%;
    }

    div#mailinglistSectionnew {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .plain-ml-wrapper #secondform {
        width: 100%;
        text-align: center;
        max-width: 40%;
    }

    form#mlistFormOne,
    div#mlform>#terms {
        max-width: 96%;
        margin: 0 auto;
        POSITION: STATIC;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .plain-ml-wrapper #secondform {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .globaloptin label {
        padding-left: 3vw;
    }

    .globaloptin label::before {
        height: 1.872vw;
        width: 1.872vw;
    }

    .globaloptin label::after {
        height: 3px;
        width: 10px;
        left: 3px;
        top: 5px;
    }

    .plain-ml-wrapper #secondform select {
        background-size: 8%;
    }
}