.mailingList {
	max-width: 39vw;
	margin: 0 auto;
	padding: 3.8vw 0;
}
form {
	font-size: 0;
}

.termsWrapper.second .terms a.terms {
	 margin-left: 8%;
}
form#signupForm2 {
    width: 90%;
    margin: 0 auto;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.mlist-header {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	/*font-size: 36px;*/
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 80px;
	/* margin: 0.7vw 0 0.9vw 0; */
}
fieldset .mlist-field {
	width: 72%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	position: relative;
}
fieldset .mlist-submit {
	display: inline-block;
    vertical-align: bottom;
    width: 24%;
    margin-left: 3%;
    text-align: center;
}
input, select {
	background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
    padding: 0 10px;
    outline: none;
    height: 30px;
}
#secondary-list-values{
	width:99%;
}

input#email {
	text-align: center;
    -webkit-text-size-adjust: none;
    height: 30px;
    margin-top: 8%;
    line-height: 1;
    border-width: 0.5px;
    padding: 0;
    display: block;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 11px;
	text-transform: initial;
	letter-spacing: 0.5px;
}
.m-required.error {
	border-color: red;
}
input:focus, select:focus {
	outline: none;
}
input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #fff;
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	-webkit-text-fill-color: #fff;
	opacity: 1;
}
input::-moz-placeholder {/* Firefox 19+ */
	color: #fff;
	-webkit-text-fill-color: #fff;
    font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:24px;
	font-style:normal;
	opacity: 1;
}
input:-ms-input-placeholder {/* IE 10+ */
	color: #fff;
	-webkit-text-fill-color:#fff;
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:24px;
	font-style:normal;
	opacity: 1;
}
input:-moz-placeholder {/* Firefox 18- */
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:24px;
	font-style:normal;
	opacity: 1;
}

label.error {
	font-size: 0.7vw;
	
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	bottom: -1.1vw;
	max-width: 24vw;
	text-align: left;
	width: 100%;
	left: 0;
	color: red;
	height: 1vw;
}

input.submit {
	
	background: #fff;
	cursor: pointer;
	letter-spacing: 0;
	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;
	font-family: 'Druk Wide';
	font-weight: 500;
	font-style: normal;
	border-width: .2vw;
	width: 68px;
	display: inline-block;
	padding: 0;
	font-size: 10px;
	height: 16px;
	line-height: 18px;
	border-width: 0px;
	color: black;
}
.termsWrapper.first.mobile {
    		display: none;
	}


.mlist-submit-new input.submit {

}
input.submit:hover {

	color: #fff;
    background: #000;
    box-sizing: border-box;
}
a.terms:after {
	content: "Terms";
}
a.terms.showing:after {
	content: "Hide";
}
.termsWrapper {
	text-align: center;
	position: relative;
}
.termsWrapper.first {
	padding: 0.4vw 0 0 0;
    text-align: right;
    text-decoration: underline;
	/* max-width: 39vw; */
}
.termsWrapper.second {
	padding: 0.5vw 0 0.5vw 0;
    margin: 0 auto;
	width: 100%;

}

a.terms {
	font-size: 9px;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
    font-family: 'proxima-nova,sans-serif';
	font-weight: 500;
	font-style: normal;
    display: inline-block;
	text-decoration: underline;
	margin-right: 8%;
    
}
a.terms:hover {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.termsContent {
	display: none;
	font-size: 0.7vw;
	font-family: 'proxima-nova,sans-serif';
	font-weight: 500;
	font-style: normal;
	line-height: 1.1vw;
}
.termsContent {
	background-color: #000;
    text-align: center;
    position: absolute;
    top: 1.4vw;
    width: 100%;
    color: #fff;
    z-index: 99999;
    text-decoration: none;
    color: #fff;
    text-transform: initial;
    font-size: 7px;
    font-family: 'Druk Wide';
    font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
   
}


.second .termsContent {
	width: 100%;
}
.termsContent a {
	color: #fff;
	/* border-bottom: 0.05vw solid #000; */
	text-decoration: underline;
}
.termsContent a:hover {
	color: #fff;
	border-color: transparent;
}

.secondFormCloseWrap a {
	color: #fff;
	font-size: 1.3vw;
	line-height: 1;
	text-decoration: none;
	width: 1.3vw;
	display: block;
	text-align: center;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
	margin-right: 0;
	margin-left: auto;
}
div#thankyouBlock > .thankyou-message.embed {
	display: none;
	font-size: 1.3vw;
    margin-top: 9%;
    text-transform: uppercase;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.03vw;
    color: #fff;
}
div#thankyouBlock.final-screen .thankyou-message.embed {
	display: block;
}
div#thankyoublock-innerwrapper .thankyou-message.embed {
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	text-transform: uppercase;
	color: #fff;
}
.thankswelcome-msg {
	padding: 0.8vw 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
}
#thankyoublock-innerwrapper .mlist-field {
	font-size: 0;
}
#thankyoublock-innerwrapper .mlist-field label {
	font-size: 10px;
	display: block;
	width: 100%;
	padding: 0.8vw 0;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
	letter-spacing: 0.02vw;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}
select {
	background: url(../images/triangle-down.svg) no-repeat scroll transparent 0 0;
	background-position: right 1.05vw center;
	background-size: 10px;
	padding-left: 10px;
}
select#dobMonth {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
}
select#dobDay {
	width: 49%;
	display: inline-block;
}
.mlist-checks {
	position: relative;
	margin: 0.7vw 0;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
	position: absolute;
	left: 0px;
	z-index: 10;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	padding: 0;
	display: inline-block;
}
.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: 15px;
	height: 15px;
	border: 1px solid #fff;
	background: transparent;
	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: 2px;
    line-height: 1;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
    left: 4px;
    font-size: 15px;
    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: 8px;
	padding: 0px 0 0 18px;
	box-sizing: border-box;
	line-height: 1.2;
	color: #fff;
	text-align: left;
	letter-spacing: 0.5px;
	width: 100%;
	font-family: 'Druk Wide';
    font-weight: 500;
    font-style: normal;
}
.mlist-submit-new {
	margin: 0 auto;
    	text-align: center;
    	width: 25%;
}
select::-ms-expand {
	display: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #c1989c inset;
	-webkit-text-fill-color: #fff;
}
option {
	background: #151515;
	color: #fff;
}
.secondFormCloseWrap a:hover {
	opacity: 0.5;
}
.footer-mlist-wrapper {
	/* display: inline-block; */
	display: block;
	margin: 0 auto;
	text-align: center;
	/* width: 49%; */
	vertical-align: top;
}
.mlist-outer-wrapper.lightbox {
	position: static;
	left: 50%
}

.mlist-outer-wrapper.lightboxActive {
	position: fixed;
	z-index: 1000002;
	background-color: #c1989c;
	padding: 0.3vw;
	width: 100%;
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%);
	height: 100%;
}

.mlist-outer-wrapper.lightbox #thankyouBlock {
	background-color: #c1989c;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
	display: block;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
	display: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
	display: block;
}
form#secondForm2 {
	max-width: 100%;
	margin: 0 auto;
}
.mlist-wrapper {
	max-width: 285px;
	/* margin: 0 auto; */
	/* margin-left: 75px;
	margin-top: 20px; */
	width: 100%;
	font-family: 'Druk Wide';
    font-weight: 500;
	font-style: normal;
	position: absolute;
	right: 25px;
	top: 0px;
}
.complete-wrapper {
	font-size: 0;
	max-width: 90%;
	margin: 0 auto;
}
form#secondForm{
	max-width:100%;
	position:relative;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.termsWrapper.second {
		padding: 0.5vw 0 0.5vw 0;
		margin: 0 auto;
		width: 100%;
		
	}
	.termsWrapper.second .terms a.terms {
		margin-left: 0;
	}
	.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
		
		margin-top: 14%;
	}

	fieldset .mlist-submit {
		display: inline-block;
		vertical-align: bottom;
		width: 15%;
		margin-left: 4%;
		text-align: center;
	}
	input#email {
   		 height: 3.3vw;
	}

	a.terms {
		font-size: 10px;
		margin-right: 2px;
	
	}

	.termsWrapper.first .termsContent {
		top: 3.2vw;
		font-size: 8px;
        }
	input.submit {
			padding: 0;
			WIDTH :6vw;
	}

	select {
   		 font-size: 10px;
 }

	label.global-list {
   		 font-size: 8px;
 }

	form#secondForm {
	    max-width: 60vw;
	}
	.mlist-wrapper {
		max-width: 22vw;
		right: 8px;
	}
	div#thankyoublock-innerwrapper .thankyou-message.embed {
    		font-size: 10px;
    		line-height: 1.2;
 }

	.thankswelcome-msg {
    		font-size: 10px;
	}

	.mlist-submit-new input.submit {
		font-size: 10px;
		WIDTH: 9vw;
		height: 13px;
		line-height: 14px;
	
	}
.mlist-checks {
    margin-top: 10px;
}

	.termsContent {
    		font-size: 8px;
    		line-height: 1.2;
 }
.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: 17px;
    height: 17px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}
label.global-list {
	padding: 0px 0 0 25px;
    padding-bottom: 3px;
    line-height: 1.2;
    margin-top: 0px;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:after, .mlist-outer-wrapper [type="checkbox"]:checked + label:after {
	top: 2px;
    left: 3px;
    font-size: 13px;
}
.secondFormCloseWrap a {
	font-size: 17px;
    padding-bottom: 1px;

}
#thankyoublock-innerwrapper .mlist-field label {
    font-size: 10px;
}
.mlist-submit-new {
    margin: 0 auto;
    text-align: center;
    width: 45%;
}
}

@media only screen and (max-width: 767px) {
	#tourPage #mlistPage {
    display: none;
}
	label.error {
		font-size: 8px;
		
	}
	.second .termsContent{
		margin-top:7vw;
	}

	div#thankyouBlock.final-screen form#secondForm {
		height: auto;
	}
	div#thankyoublock {
		background: #000;
		padding: 10px;
		box-sizing: border-box;
	}
	section#mlistPage {
		display: block;
		position: absolute;
		bottom: 11%;
		left: 50%;
		transform: translate(-50%);
		z-index:999;
    } 

	.termsWrapper.first {
		padding: 2.1vw 0 0 0;
		text-align: right;
		text-decoration: underline;
	}


	form#signupForm2 {
		width: 100%;
		margin: 0 auto;
	}

	.mlist-wrapper {
		font-style: normal;
		position: relative;
		right: 0;
	}
	
	
	.footer-mlist-wrapper {
		display: block;
		width: 100%;
	}
    fieldset .mlist-submit {
		font-size: 20px;
		margin-left: 10%;
		width: 25%;
	}

	fieldset .mlist-field {
		width: 65%;
		margin: 0 auto;
		font-size: 20px;
 }


	input, select {
		font-size: 12px;
		border-width: 2px;
		height: 40px;
		line-height: 37px;
		padding-left: 5px;

	}
	.termsWrapper.second .terms a.terms {
   		 margin-left: 0;
	}

	input.submit {
		width: auto;
		text-align: center;
		font-family: 'Druk Wide';
		font-weight: 500;
		font-style: normal;
		height: 16px;
		line-height: 18px;
		font-size: 10px;
		border-width: 0px;
		letter-spacing: 0px;
		padding: 0 11px;
		margin: 0 auto;
		display: block;
	}

	.mailingList {
		padding: 20px 0;
	}
	.mlist-wrapper {
		width: 100%;
		max-width:100%;
                margin: 0; 
	}
	.mlist-header {
	    font-size: 18px;
		margin-bottom: 40px;
	    /* margin: 20px 10px 55px; */
	}
	input#email{
		height: 31px;
		line-height: 31px;
		border-width: 1px;
		padding-bottom: 2px;
		font-size: 12px;
	}

	.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
		font-size: 14px;
		padding-bottom: 10px;
		line-height: 1.2;
	}
	.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message{
		font-size:10px;
		margin-top:0;
	}
	.thankswelcome-msg {
		font-size: 10px;
		line-height:1.3;
		margin:10px 0;
		}

	.mlist-outer-wrapper.lightboxActive {
		overflow-y: scroll;
		/* height: 200%; */
	}
	#secondary-list-values{
		width:100%;
	}
	#thankyoublock-innerwrapper .mlist-field label {
		padding: 7px 0;
		font-size: 10px;
	}
	.secondFormCloseWrap a {
		font-size: 27px;
		width: 20px;
		/* display: inline-block; */
	}
	.termsWrapper.second {
		padding-bottom: 25px;
		padding-top: 15px;
	}
	.secondFormCloseWrap {
		/* position: absolute; */
		/* top: 0; */
		/* right: 4%; */
	}
	.mlist-checks {
		margin: 15px 0 25px;
	}
	.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:before, .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
		width: 25px;
		height: 25px;
		border-width: 2px;
	}
	.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:after, .mlist-outer-wrapper [type="checkbox"]:checked + label:after{
		font-size: 18px;
		left: 5px;
		top: 3px;
	}
	label.global-list {
		font-size: 7px;
		line-height: 1.3;
		padding-left: 36px;
	}
	
	.termsContent {
		width: 100%;
		margin: 0 auto;
		/* bottom: 43px; */
		position: absolute;
		margin-top: -106%;
		padding: 5px;
		border-width: 1px;
		font-size: 8px;
		line-height: 1.3;
	}
	form#secondForm {
		/*max-width: 90%;*/
		margin: 0 auto;
		height: 65vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.complete-wrapper {
		max-width: 98%;
	}

	.termsWrapper.first.mobile {
		display:block;
		max-width: 100%;
		padding-top: 20px;
	}
	a.terms {
		font-size: 10px;
		line-height: 1;
		margin-right: 0%;
	}
	div#thankyouBlock > .thankyou-message.embed {
		font-size: 33px;
	}
	.mlist-submit-new{
		width:59%;
	}
}

@media only screen and (min-width: 1900px) {

	
}
/*html {
	-webkit-text-size-adjust: 100%;
}*/

