.tour-mlist-wrapper #subscribe {
    display: block;
    position: static;
    width: 9.0625vw;
}
.tour-mlist-wrapper{
    cursor: pointer !important;
}
.tour-mlist-wrapper div#mailinglistSection {
    padding: 0;
    text-align: left;
}

.tour-mlist-wrapper .plain-ml-wrapper .email.fieldWrap {
    max-width: none;
    float: left;
    width: 100%;
}

.tour-mlist-wrapper .submit {
    width: auto;
    /* position: static; */
    max-width: none;
}

.tour-mlist-wrapper div#secondMlistForm {
    width: 100%;
    position: relative;
}

.tour-mlist-wrapper input#submit {
    right: 0;
    left: auto;
    width: 1.04vw;
    padding: 0;
    cursor: inherit;
    bottom: -1.5vw;
    top: unset;
}

.tour-mlist-wrapper #mailinglistSection .consent-placeholder span.input-error {
    top: 0.25vw;
}

.tour-mlist-wrapper #mailinglistSection .consent-placeholder {
    display: inline-block;
    margin: 0;
}
.tour-mlist-wrapper  form#mlistFormOne{
    cursor: pointer !important;
}
.tour-mlist-wrapper span.input-error {
    top: 0;
}

.tour-mlist-wrapper #mailinglistSection .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    margin-top: 1vw;
    position: relative;
}

.tour-mlist-wrapper #mlform input#email {
    padding-right: 2vw;
}

.tour-mlist-wrapper {
    padding-left: 1.7vw;
    padding-top: 0;
}

.tour-mlist-wrapper span.input-error {
    font-size: 0.5vw;
    white-space: nowrap;
}

.tour-mlist-wrapper div#secondform {
    position: fixed;
    width: 30vw;
    top: 6vw;
    background: #fff;
    left: 0.5vw;
    padding: 1.5vw;
}

.tour-mlist-wrapper form#mlistFormTwo input#submit {
    width: 10vw;
}

.tour-mlist-wrapper div#thankyou {
    font-size: 1.2vw;
}

.tour-mlist-header {
    font-size: 1.0416666666666667vw;
    font-family: "Arimo", serif;
    font-weight: 800;
}

.tour-mlist-wrapper span.headertxtSub {
    display: none;
}

@media only screen and (max-width: 1024px) and (orientation: portrait),
only screen and (max-width:1023px) {
    .tour-mlist-wrapper #mailinglistSection .consent-placeholder span.input-error {
        top: -6px;
    }
    .tour-mlist-wrapper {
        /* width: 65vw;*/
        padding-top: 3vw;
    }

    .tour-mlist-wrapper {
        display: flex;
        justify-content: space-between;
        width: 88%;
        margin: 0 auto;
        padding-left: 0;
    }

    .tour-overall-wrapper .left-wrapper img {
        width: 25vw;
    }

    .tour-mlist-header {
        font-size: 14px;
        margin-bottom: 10px;
        padding-top: 6px;
        /* display: inline-block; */
        margin-right: 1%;
    }

    .tour-mlist-wrapper #subscribe {
        display: block;
        width: 100%;
    }

    .tour-overall-wrapper div#mlform input#email {
        font-size: 16px;
    }

    .tour-mlist-wrapper input#submit {
        width: 20px;
        bottom: 22px;
    }

    .tour-mlist-wrapper div#terms {
        text-align: left;
        top: -5vw;
    }

    .tour-mlist-wrapper #mlform .terms {
        /* color: #000; */
        /* font-size: 7px; */
    }

    .tour-mlist-wrapper div#mlform {
        max-width: none;
        padding-left: 0;
    }

    .tour-mlist-wrapper span.input-error {
        font-size: 9px;
        letter-spacing: 0;
        top: 0px;
    }

    .tour-mlist-wrapper div#secondform {
        width: 100%;
        left: 0;
        margin: 0 auto;
        overflow-y: scroll;
        height: 100vh;
        box-sizing: border-box;
        top: 0;
        padding: 6vw;
    }

    .tour-mlist-wrapper form#mlistFormTwo input#submit {
        width: 150px;
    }

    .tour-mlist-wrapper div#thankyou {
        font-size: 15px;
        display: block;
        padding: 0;
    }
}