#subscribe {
	max-width: 630px;
	margin: 0 auto 31px;
	text-align: center;

}

.mlist-logo-wrap {
	width: 190px;
	margin: 0 auto;
}

.mlist-header {
	font-size: 18px;
	color: #00ff00;
	text-align: center;
	font-family: 'emulogicregular';
	margin: 0 20px 0 0;
	display: inline-block;
	max-width: 290px;
	vertical-align: top;
	text-transform: uppercase;
}

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

form#signupForm2 {
	margin-top: calc(50vh - 70px);
}

.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;
}

.mlist-wrapper {
	position: relative;
}

.mlist-container {
	max-width: 480px;
	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: emulogicregular;
	width: 100%;
	display: inline-block;
	color: #00ff00;
	-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: 280px;
	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: 5px; */
	width: 200px;
}

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: emulogicregular;
	width: 100%;
	display: block;
	color: #00ff00;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 12px;
	/* height: 48px; */
	/* line-height: 48px; */
	padding: 8px 0;
	line-height: 1.2;
}

select {
	cursor: pointer;
}

input#email {
	text-align: left;
	-webkit-text-size-adjust: none;
	font-family: emulogicregular;
	/* padding: 18px 0; */
	border-bottom: 3px solid;
	/* height: 31px; */
	text-transform: uppercase;
	padding-bottom: 4px;
	letter-spacing: 2px;
}

input#email.error {
	border-bottom: 3px solid #ff0000;
	color: #ff0000;
}

input#email:focus,
input#email.error:focus {
	color: #00ff00;
}

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

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

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

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

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

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

label.error {
	font-size: 7px;
	color: #FF0000;
	font-family: emulogicregular;
	letter-spacing: 0.5px;
	text-align: left;
	display: block;
	position: absolute;
	bottom: -16px;
	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: #00ff00;
	/* border-bottom: 1px solid; */
	text-transform: uppercase;
	font-family: emulogicregular;
	font-size: 30px;
	padding: 0;
}

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: 480px;
	width: 100%;
	margin: 0 auto;
}

.termsWrapperV3.first .termsContent {
	margin-top: 0;
	padding: 5px;
	position: absolute;
	z-index: 1;
	max-width: 406px;
	color: #00ff00;
}

.termsWrapperV3.second {
	padding: 10px 0 0;
}

.termsWrapperV3.first .terms {
	text-align: right;
	margin-right: 40px;
	font-size: 8px;
	letter-spacing: 1px;
	margin-top: 2px;
}

a.terms {
	font-size: 8px;
	text-align: center;
	text-decoration: none;
	color: #00ff00;
	line-height: 16px;
	display: inline-block;
	font-family: emulogicregular;
	border-bottom: none;
	letter-spacing: 2px;
}

/*a.terms:hover, input.submit:hover {
	opacity:0.5;
}*/
.termsContent {
	display: none;
	font-size: 7px;
	font-family: emulogicregular;
	line-height: 1.7;
	color: #00ff00;
	text-align: left;
	background: #000;
	border: 1px solid;
	position: absolute;
	z-index: 1;
	letter-spacing: 1px;
}

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

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

.termsContent a {
	color: #00ff00;
	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: 20px;
	text-align: right;
	color: #00ff00;
	font-family: emulogicregular;
	display: inline-block;
}

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

.secondFormCloseWrap a:hover {
	opacity: 0.5;
}

#thankyouBlock {
	max-width: 600px;
	margin: 0 auto;
}

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

div#thankyouBlock>.thankyou-message.embed {
	display: none;
	font-size: 25px;
	text-transform: uppercase;
	font-family: emulogicregular;
	text-align: center;
	letter-spacing: 2px;
	color: #00ff00;
}

div#thankyouBlock.final-screen .thankyou-message.embed {
	display: block;
	width: 100%;
	font-family: emulogicregular;
	text-transform: unset;
	letter-spacing: 0;
	font-weight: normal !important;
	font-size: 37.85px;
}

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

div#thankyoublock-innerwrapper .thankyou-message.embed {
	font-size: 22px;
	text-align: center;
	line-height: 28px;
	color: #00ff00;
	font-family: emulogicregular;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.thankswelcome-msg {
	padding: 25px 0;
	font-size: 15px;
	font-family: emulogicregular;
	line-height: 1.2;
	color: #00ff00;
	text-align: center !important;
	letter-spacing: 1px;
}

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

#thankyoublock-innerwrapper .mlist-field label {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	font-family: emulogicregular;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #00ff00;
	font-weight: 700;
	text-align: left;
}

select {
	background: url("../images/drop-down-arrow.png") no-repeat scroll 0 0;
	background-position: calc(100% - 10px);
}

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

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

.mlist-checks {
	position: relative;
	margin: 15px 0;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
	position: absolute;
	left: 0px;
	width: 22px;
	height: 22px;
	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: 22px;
	height: 22px;
	border: 2px solid #00ff00;
	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: 1px;
	line-height: 1;
	font-family: 'emulogicregular';
	left: 5px;
	font-size: 16px;
	color: #00ff00;
	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: 10.28px;
	padding: 0px 0 0 30px;
	box-sizing: border-box;
	font-family: emulogicregular;
	line-height: 1.5;
	text-align: left;
	float: left;
	color: #00ff00;
	/* margin-top: 6px; */
	letter-spacing: 0px;
}

.mlist-submit-new {
	margin: 30px 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 0 30px #000 inset;
	-webkit-text-fill-color: #00ff00;
}

option {
	background: #000;
	color: #00ff00;
}

/*.secondFormCloseWrap a:hover {
 color: rgba(255,255,255,0.6);
 }*/
#thankyouBlock .mlist-submit-new input.submit {
	width: 205px;
	margin-top: 24px;
	border-bottom: none;
	padding: 0;
}

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

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

input#email,
fieldset .mlist-submit input.submit {
	background: none;

}

@media only screen and (max-width: 767px) {
	span.input-error {
		font-size: 0.8vw;
	}
}

@media only screen and (max-width: 767px) {
	body span.input-error {
		font-size: 1.8vw;
	}

	.mlist-container {
		width: 285px;
		border: none;
	}

	fieldset .mlist-submit {
		margin: 20px 0 0 0;
	}

	input,
	select {
		font-size: 16px;
		padding: 0 0 5px 0;
		border-bottom: 1px solid;
	}

	input#email {
		text-align: center;
		/* margin-top: 13px; */
	}

	.mlist-header {
		font-size: 20px;
		margin: 0 auto 34px;
		max-width: 200px;
		line-height: 1.5;
	}

	/* .termsWrapperV3.first {
		margin: 13px 0 0px;
	} */
	.termsWrapperV3.first .terms {
		text-align: center;
		margin-right: 0;
	}

	#thankyoublock-innerwrapper .mlist-field label {
		font-size: 14px;
	}

	div#thankyoublock-innerwrapper .thankyou-message.embed {
		font-size: 16px;
	}

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

	#thankyouBlock,
	#thankyouBlock .mlist-submit-new input.submit {
		max-width: 285px;
	}

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

	#subscribe {
		margin-top: 30px;
	}

	label.global-list {
		margin-top: 0;
	}

	fieldset .mlist-field {
		width: 285px;
		text-align: left;
	}

	.termsWrapperV3.first .termsContent {
		margin-top: 0;
		max-width: 285px;
	}

	input.submit {
		padding: 0;
	}

	label.error {
		bottom: -16px;
		font-size: 7px;
	}

	.termsContent {
		left: 50%;
		transform: translateX(-50%);
		max-width: 285px;
	}

	select#dobMonth {
		width: 47%;
	}

	#thankyouBlock .termsWrapperV3.second .termsContent {
		bottom: 25px;
	}

	div#thankyouBlock.final-screen .thankyou-message.embed {
		font-size: 27px;
	}
}

@media only screen and (min-width:2200px) {
	div#thankyoublock-innerwrapper {
		margin-top: 17vh;
	}
}

@media (max-width: 1023px) and (orientation: landscape) {
	fieldset .mlist-submit {
		width: 190px;
	}

	fieldset .mlist-field {
		width: 290px;
	}
}

@media (max-width: 1023px) {

	input,
	select {
		font-size: 16px;
	}
}

div#thankyouBlock>.thankyou-message.embed {
	font-size: 24px;

}


@media screen and (max-width: 1024px) and (min-width: 767px) and (orientation:portrait) {
	div#thankyoublock-innerwrapper {
		margin-top: 300px;
	}
}

@media (min-width: 2500px) {
	body span.input-error {
		font-size: 0.3vw;
	}
}