#subscribe {
    max-width: 45.417vw;
    margin: 0 auto 3.1vw;
    text-align: center;
}

.tourMlist #subscribe {
    max-width: 48vw;
    margin-top: 5vh;
}

.mlist-logo-wrap {
    width: 18vw;
    margin: 0 auto;
}
body.interior.connect .total-wrapper a.tour-nav {
    text-decoration: none;
}
.total-wrapper a.connect-nav.nav {
    text-decoration: underline;
}
.mlist-header {
    font-size: 2.3vw;
    color: #fff;
    text-align: center;
    font-family: "ArialNarrowOSRegular";
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 3%;
    padding-top: 11vw
}

form#signupForm2 {
    margin-top: 0;
}

.mlist-image-container,
.mlist-outer-wrapper {
    display: block;
    vertical-align: middle;
}

.mlist-image-container {
    margin-right: 45px;
}

form {
    font-size: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: none;
    width:100%;
}

.mlist-wrapper {
    position: relative;
}

.mlist-container {
    max-width: 30vw;
    margin: 0 auto;
    border: 0;
    /* padding: 10px 15px; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
     font-family: "ArialNarrowOSRegular";
    width: 100%;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    /*background-image: -moz-linear-gradient( 90deg, rgb(204,32,142) 0%, rgb(103,19,210) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(204,32,142) 0%, rgb(103,19,210) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(204,32,142) 0%, rgb(103,19,210) 100%);*/
    vertical-align: top;
    /* border-bottom: 1px solid; */
    padding: 0;
    font-size: 0;
}

fieldset .mlist-field {
    width: 333px;
    width: 73%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* margin-right: 5px; */
    /* border-bottom: 2px solid; */
}

fieldset .mlist-submit {
	display: inline-block;
    vertical-align: middle;
    margin-left: 1vw;
    line-height: 1;	
}

input,
select {
    background: transparent;
    border: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
     font-family: "ArialNarrowOSRegular";
    width: 100%;
    display: block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 1.55vw;
    /* height: 48px; */
    /* line-height: 48px; */
    padding: .4vw 0;
    line-height: 1;
}

input#email {
    text-align: left;
    -webkit-text-size-adjust: none;
     font-family: "ArialNarrowOSRegular";
    border-bottom: .15vw solid;
    text-transform: uppercase;
    padding: 1vw 0;
    letter-spacing: 0;
    height: 3vw;
}

input#email.error {
    border-bottom: 1px solid #ff0000;
    color: #ff0000;
}
input#email.errored {
    border-color: red;
}
input#email:focus,
input#email.error:focus {
    color: #fff;
}

.m-required.error {
    border-color: #FF0000;
}

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

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    -webkit-text-fill-color: #fff;
    opacity: 1;
}

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

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    -webkit-text-fill-color: #fff;
    opacity: 1;
}

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

label.error {
    font-size: .9vw;
    color: #FF0000;
     font-family: "ArialNarrowOSRegular";
    letter-spacing: 0.015vw;
    text-align: left;
    display: block;
    position: absolute;
    bottom:-1.3vw;
    line-height: 1.3;
}

input.submit {
    cursor: pointer;
    /*transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;*/
    display: inline-block;
    border: transparent;
    color: #fff;
    /* border-bottom: 1px solid; */
    text-transform: uppercase;
     font-family: "ArialNarrowOSRegular";
    font-size: 30px;
    padding: 0;
    background: url('../images/submit.svg') no-repeat scroll center top / cover;
    height: 3vw;
    width: 3vw;
}

a.terms:after {
    content: "Terms";
    text-decoration: none;
}

a.terms.showing:after {
    content: "Hide";
}

.termsWrapperV3 {
    text-align: center;
    position: relative;
}

.termsWrapperV3.first {
    padding: 0;
    max-width: 28vw;
    width: 100%;
    margin: 0 auto;
}

.termsWrapperV3.first .termsContent {
    margin-top: 0;
    padding: 0.469vw;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    color: #fff;
}

.termsWrapperV3.second {
    padding: 0.521vw 0 0;
}

.termsWrapperV3.first .terms {
    text-align: center;
    font-size: 1.382vw;
    letter-spacing: 0;
    margin: .4vw auto .3vw;	
    text-transform: uppercase;
}

a.terms {
    font-size: 0.781vw;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: inline-block;
     font-family: "ArialNarrowOSRegular";
    border-bottom: none;
}


/*a.terms:hover, input.submit:hover {
	opacity:0.5;
}*/

.termsContent {
    display: none;
    font-size: 0.721vw;
     font-family: "ArialNarrowOSRegular";
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #000;
    border: 0.12vw solid;
    position: absolute;
    z-index: 1;
    letter-spacing: 0;
}

div#thankyouBlock.final-screen {
    margin-top: calc(50vh - 210px);
}

.termsContent {
    width: 100%;
    box-sizing: border-box;
}

.termsContent a {
    color: #fff;
    text-decoration: underline;
}

.termsContent a,
.termsContent span,
label.global-list span {
    display: inline-block;
}

.termsContent a:hover {
    opacity: 0.5;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
}

.secondFormCloseWrap a {
    font-size: 2vw;
    text-align: right;
    color: #fff;
     font-family: "ArialNarrowOSRegular";
    display: inline-block;
}

.secondFormCloseWrap {
    text-align: right;
    margin-bottom: 10px;
}

.secondFormCloseWrap a:hover {
    opacity: 0.5;
}

#thankyouBlock {
    max-width: 35vw;
    margin: 0 auto;
}

#thankyouBlock input,
#thankyouBlock select {
    border-bottom: 1px solid #fff;
    padding-left: 5px;
    padding-right: 30px;
}

div#thankyouBlock>.thankyou-message.embed {
    display: none;
    font-size: 25px;
    text-transform: uppercase;
     font-family: "ArialNarrowOSRegular";
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 5vw;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
    display: block;
    width: 100%;
     font-family: "ArialNarrowOSRegular";
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal !important;
    font-size: 3vw;
}

div#thankyouBlock.final-screen .secondFormCloseWrap a {
    display: none;
}

div#thankyoublock-innerwrapper .thankyou-message.embed {
    font-size: 1.502vw;
    text-align: center;
    line-height: 1.5;
    color: #fff;
     font-family: "ArialNarrowOSRegular";
    text-transform: uppercase;
    letter-spacing: 0;
}

div#thankyoublock-innerwrapper .thankyou-message.embed span {
    display: inline-block;
}

.thankswelcome-msg {
    padding: 1.502vw  0;
    font-size: 1.02vw;
     font-family: "ArialNarrowOSRegular";
    line-height: 1.2;
    color: #fff;
    text-align: center !important;
    letter-spacing: 0;
}

#thankyoublock-innerwrapper .mlist-field {
    font-size: 0;
    margin-bottom: 2.2vw;
}

#thankyoublock-innerwrapper .mlist-field label {
    font-size: 1.142vw;
    display: block;
    width: 100%;
    padding: 0.5em 0;
     font-family: "ArialNarrowOSRegular";
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

select {
    background: url("../images/drop-down.svg") no-repeat scroll 0 0;
    background-position: calc(100% - 1vw);
    background-size: 1.5vw;
}

select#dobMonth {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
}

select#dobDay {
    width: 49%;
    display: inline-block;
}

.mlist-checks {
    position: relative;
    margin: 1.1vw 0;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.8vw;
    height: 1.8vw;
    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: 1.8vw;
    height: 1.8vw;
    border: .15vw solid #fff;
    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: .2vw;
    line-height: 1;
     font-family: "ArialNarrowOSRegular";
    left: .5vw;
    font-size: 1.25vw;
    color: #fff;
    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: 1.2vw;
    padding: 0px 0 0 2.5vw;
    box-sizing: border-box;
     font-family: "ArialNarrowOSRegular";
    line-height: 1.5;
    text-align: left;
    float: left;
    color: #fff;
    /* margin-top: 6px; */
    letter-spacing: 0px;
}

.mlist-submit-new {
    margin: 1.5vw 0 0;
    clear: both;
    float: none;
}

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

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

option {
    background: #000;
    color: #fff;
}


/*.secondFormCloseWrap a:hover {
 color: rgba(255,255,255,0.6);
 }*/

#thankyouBlock .mlist-submit-new input.submit {
    width: 15vw;
    height: 3vw;
    line-height: 1;
    margin-top: 2.5vw;
    border-bottom: none;
    background: #fff;
    color: #000;
    font-size: 2vw;
    padding: 0px 0;
    box-sizing: border-box;
    text-align: center;
}

div#thankyoublock-innerwrapper {
    /*margin-top: 50px;*/
}

#thankyouBlock .termsWrapperV3.second .termsContent {
    padding: 8px
}


/* input#email,
fieldset .mlist-submit input.submit {
    background: none;
} */
body.interior.connect {
    background: url(../images/backgroundImg-100451.jpg) no-repeat 0 0 #000;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
@media only screen and (max-width:1024px) and (min-width:768px)and (orientation:landscape) {
    body.interior.connect {
        background: url(../images/backgroundImg-100451.jpg) no-repeat 0 0 #000;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
}
@media only screen and (max-width:2560px) and (min-width:1600px)and (orientation:landscape) {
    body.interior.connect #subscribe {
        margin-top: 8vh;
    }
    .content-wrapper {
        min-height: calc(100vh - 34vh);
    }
}
@media only screen and (max-width:1024px) and (orientation:landscape) {
    body.interior.connect {
        background: url(../images/backgroundImg-100451.jpg) no-repeat 0 0 #000;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    div#thankyouBlock.final-screen {
        margin-top: 158px;
    }
    body.interior.connect #subscribe {
        max-width: 336px;
    }
    body.interior.connect.touch-device .total-wrapper footer.footer {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    body.interior.touch-device::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: 100% auto;
        z-index: -1;
        background-position: top center;
    }
 
    label.error {
        font-size: 10px;
    }
    .mlist-header {
        padding-top: 63%;
    }
    body.interior.connect .total-wrapper footer.footer {
        padding-top: 28%;
    }
}

@media only screen and (max-width: 767px) {
    #secondForm div#secondary-list-values{
        margin-bottom: 50px;
    }
    .total-wrapper footer.footer {
        padding-top: 31vh;
    }
    form#signupForm2 {
        margin-top: 80px;
    }
    .mlist-container {
        width: 90%;
        border: none;
    }
    fieldset .mlist-submit {
        margin-left: 10px;
    }
    input,
    select {
        font-size: 22px;
        padding: 0 0 5px 0;
        border-bottom: 1px solid;
    }
    input#email {
        text-align: left;
        height: 9vw;
        border-bottom: 0.5vw solid;
    }
    .mlist-header {
        font-size: 35px;
        margin: 0 auto 34px;
        max-width: 360px;
        line-height: 40px;
        padding-top: 66px;
    }
    body.interior.connect .mlist-header {
        padding-top: 141px;
    }
    /* .termsWrapperV3.first {
		margin: 13px 0 0px;
	} */
    .termsWrapperV3.first .terms {
        text-align: center;
        margin-right: 0;
        font-size: 12px;
    }
    #thankyoublock-innerwrapper .mlist-field label {
        font-size: 16px;
    }
    div#thankyoublock-innerwrapper .thankyou-message.embed {
        font-size: 18px;
    }
    .thankswelcome-msg {
        font-size: 12px !important;
    }
    #thankyouBlock,
    #thankyouBlock .mlist-submit-new input.submit {
		max-width: 100%;
	    font-size: 20px;
	    width: 80%;
	    margin: 0 auto;
    }
    /* body.interior.connect.touch-device form#secondForm {
        padding-top: 76px;
    } */
    body.interior.connect.touch-device div#thankyouBlock.final-screen {
        margin-top: calc(50vh - 127px);
    }
    body.interior.connect.touch-device .content-wrapper {
        min-height: calc(100vh - 368px);
    }
    #thankyouBlock {
        padding: 38vw 0 ;
    }
    a.terms {
        font-size: 12px;
    }
    #subscribe {
        margin-top: 30px;
        margin-bottom: 0;
    }
    body.interior.connect #subscribe {
        margin-top: 0;
        max-width: 100%;
    }
    .mlist-container {
    	max-width: 90vw;
    }
	.tourMlist #subscribe {
	    margin-top: 0;
	    max-width: 100%;
	}
    label.global-list {
        margin-top: 0;
        font-size: 12px;
        line-height: 1;
        padding: 0px 0 0 6.5vw;
    }
    fieldset .mlist-field {
        width: 80%;
        text-align: left;
    }
    .termsWrapperV3.first .termsContent {
        margin-top: 0;
        max-width: 100%;
            font-size: 17px;
    }
    .termsWrapperV3.first .terms {
        margin: 1.8vw auto 0.3vw;
    }
    .secondFormCloseWrap a {
    	font-size: 9vw;
    }
    .termsWrapperV3.first {
	    padding: 0;
	    max-width: 90vw;
    }
    input.submit {
        padding: 0;
        height: 9vw;
    	width: 9vw;
    }
    label.error {
        bottom:6vw;
        font-size: 3vw;
    }
    .termsContent {
        left: 50%;
        transform: translateX(-50%);
        max-width: 285px;
    }
    select#dobMonth {
        width: 47%;
    }
    #thankyouBlock .termsWrapperV3.second .termsContent {
        bottom: 15px;
        font-size: 3vw;
    }
    div#thankyouBlock.final-screen .thankyou-message.embed {
        font-size: 27px;
    }
    select {
        background-size: 6.5vw;
    }
	#thankyouBlock .mlist-submit-new input.submit {
	    width: 30vw;
	    height: 10vw;
    }
    .mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:before, .mlist-outer-wrapper [type="checkbox"]:checked+label:before,
    .mlist-outer-wrapper [type="checkbox"]:not(:checked), .mlist-outer-wrapper [type="checkbox"]:checked {
	    width: 5vw;
	    height: 5vw;
	    border: 0.5vw solid #fff;
    }
    .mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after, .mlist-outer-wrapper [type="checkbox"]:checked+label:after{
        font-size: 3.5vw;
        top: 1vw;
        left: 1vw;
    }
}

@media only screen and (min-width:2200px) {
    div#thankyoublock-innerwrapper {
        margin-top: 17vh;
    }
}
/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.tourMlist #subscribe {
	    max-width: 80vw;
	    margin-top: 5vh;
	}
	.mlist-header {
    	font-size: 4.3vw;
	}
	.mlist-container {
    	max-width: 50vw;
	}
	input, select{
		font-size: 3vw;
		background-size: 5vw;
	}
	.term{
	    font-size: 2.182vw;
	}
	.termsContent {
    	font-size: 1.721vw;
	}
	.termsWrapperV3.first {
	    padding: 0;
	    max-width: 60vw;
	}
	#thankyouBlock {
	    max-width: 60vw;
	    margin: 0 auto;
	}
	div#thankyoublock-innerwrapper .thankyou-message.embed {
    	font-size: 3.502vw;
	}
	label.error {
    	font-size: 1.3vw;
        bottom: -2.3vw;
	}
	#thankyouBlock .mlist-submit-new input.submit {
	    width: 20vw;
	    height: 6vw;
	    line-height: 1;
	    margin-top: 2.5vw;
	    border-bottom: none;
	    background: #fff;
	    color: #000;
	    font-size: 3vw;
	    padding: 0px 0;
	    box-sizing: border-box;
	    text-align: center;
	}
	#thankyouBlock input, #thankyouBlock select {
    	border-bottom: 2px solid #fff;
	}
	#thankyoublock-innerwrapper .mlist-field label {
   	 font-size: 3.142vw;
	}
	.mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:before, .mlist-outer-wrapper [type="checkbox"]:checked+label:before,
    .mlist-outer-wrapper [type="checkbox"]:not(:checked), .mlist-outer-wrapper [type="checkbox"]:checked {
	    width: 5vw;
	    height: 5vw;
	    border: 0.25vw solid #fff;
    }
    .mlist-outer-wrapper [type="checkbox"]:not(:checked)+label:after, .mlist-outer-wrapper [type="checkbox"]:checked+label:after{
        font-size: 3.5vw;
        top: .5vw;
        left: 1vw;
    }
     input#email {
        text-align: left;
        height: 6vw;
        border-bottom: 0.5vw solid;
    }
    label.global-list {
	    display: inline-block;
	    font-size: 2.2vw;
	    padding: 0px 0 0 5.5vw;
    }
    #subscribe {
	    max-width: 75.417vw;
	    margin: 0 auto 3.1vw;
	    text-align: center;
	}
    .termsWrapperV3.second a.terms {
    	font-size: 3vw;
    }
    body.interior.connect #subscribe {
	    margin-top: 14vh;
	}

    #secondForm div#secondary-list-values{
        margin-bottom: 50px;
    }
}

.fadeOut, div#thankyouBlock.fadeOut > *,.terms a:after {
display: none;
}
.fadeIn, div#thankyouBlock.fadeOut .thankyou-message.fadeIn, div#thankyouBlock.fadeOut {
display: block;
}
span.input-error,
.terms>a,
div.terms {
font-size: max(14px, 1vw);
}
span.input-error {
color: red;
padding: 0 !important;
position: absolute;
top: -0.6vw;
left: 0;
}
