div#mailinglist {
	margin: 0 auto 113px;
}
.bandImageWrapper {
	margin: 0 auto 32px;
}
fieldset {
	border: 0;
	padding: 0;
}
select::-ms-expand {
	display: none;
}
input::-webkit-input-placeholder {
	color: #ffffff;
	text-align: left;
	opacity: 1;
}
input:-moz-placeholder {
	color: #ffffff;
	text-align: left;
	opacity: 1;
}
input::-moz-placeholder {
	color: #ffffff;
	text-align: left;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #ffffff;
	text-align: left;
	opacity: 1;
}
input, select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	border-bottom: 1px solid #ffffff;
	color: #ff2b56;
	height: 70px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	font-size: 20px;
	border-radius: 0;
	letter-spacing: 4px;
	background: transparent;
	text-transform: uppercase;
}
input.submit {
	height: 50px;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	color: #ff2b56;
	letter-spacing: 3px;
	line-height: 1;
	text-align: center;
}
.mlist-outer-wrapper {
	max-width: 640px;
	margin: 0 auto;
}
.mlist-outer-wrapper .mlist_header {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	margin-bottom: 26px;
}
.mlist-outer-wrapper .mlist-field.email {
	display: inline-block;
	width: calc(100% - 229px);
	vertical-align: middle;
}
.mlist-outer-wrapper .mlist-submit {
	margin-left: 45px;
	display: inline-block;
	vertical-align: middle;
}
.mlist-outer-wrapper label.error {
	color: red;
	font-size: 12px;
	text-align: left;
	display: inline-block;
	width: 100%;
}
.mlist-outer-wrapper .termsWrapper {
	position: relative;
	margin: 9px auto 0;
}
.mlist-outer-wrapper .termsWrapper .terms {
	text-align: left;
}
.mlist-outer-wrapper .termsWrapper a.terms {
	font-size: 12px;
	color: #ff2b56;
	letter-spacing: 4px;
}
.mlist-outer-wrapper .termsWrapper a.terms:after {
	content: 'terms';
}
.mlist-outer-wrapper .termsWrapper a.terms.showing:after {
	content: 'hide';
}
.mlist-outer-wrapper .termsWrapper .termsContent {
	display: none;
	text-align: center;
	position: absolute;
	background: #000;
	padding: 10px;
	font-size: 10px;
	border: 1px solid #fff;
	z-index: 1;
	top: 30px;
}
.mlist-outer-wrapper .termsWrapper .termsContent span {
	display: inline-block;
}
.mlist-outer-wrapper .termsWrapper .termsContent a {
	display: inline-block;
	text-decoration: underline;
}
.mlist-outer-wrapper .termsWrapper .termsContent a:hover {
	color: #ff2b56;
}
.mlist-outer-wrapper #thankyouBlock .thankyou-message.embed {
	display: none;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
}
.mlist-outer-wrapper #thankyouBlock .thankswelcome-msg {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	margin: 0 auto 30px;
}
.mlist-outer-wrapper #thankyouBlock div#thankyoublock-innerwrapper .thankyou-message.embed {
	display: block;
	margin-bottom: 28px;
}
.mlist-outer-wrapper #thankyouBlock.final-screen .thankyou-message.embed {
	display: block;
	font-size: 30px;
	margin-top: 110px;
}
.mlist-outer-wrapper #thankyouBlock .mlist-field {
	max-width: 415px;
	margin: 0 auto 26px;
}
.mlist-outer-wrapper .mlist-field label.birthdaylabel {
	font-size: 20px;
	letter-spacing: 4px;
	width: 100%;
	display: inline-block;
	margin: 8px auto 0;
}
.mlist-outer-wrapper .mlist-field.birthday select#dobDay {
	margin: 0 auto 26px;
}
option {
	background: #000;
}
.mlist-outer-wrapper .mlist-checks {
	position: relative;
	text-align: left;
	margin: 24px auto 0;
	display: inline-block;
}
.mlist-outer-wrapper label.global-list {
	font-size: 12px;
	margin-left: 37px;
	letter-spacing: 4px;
	vertical-align: top;
	display: inline-block;
	line-height: 20px;
}
.mlist-outer-wrapper label.global-list span {
	display: inline-block;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked),
.mlist-outer-wrapper [type="checkbox"]:checked {
	display: inline;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	z-index: 10;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) +
label:before, .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	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: 0px;
	left: 4px;
	font-size: 15px;
	color: #ffffff;
}
.mlist-outer-wrapper input.error, .mlist-outer-wrapper select.error {
	border-bottom: 1px solid red;
}
.mlist-outer-wrapper [type="checkbox"].error:not(:checked) +
label:before {
	border: 1px solid red;
}
.mlist-outer-wrapper [type="checkbox"]:not(:checked) +
label:after {
	opacity: 0;
	transform: scale(0);
}
.mlist-outer-wrapper [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.mlist-outer-wrapper .termsWrapper.second {
	margin: 38px auto 46px;
}
.mlist-outer-wrapper .termsWrapper.second .terms {
	text-align: center;
}
body .mlist-outer-wrapper .mlist-submit .viewmorebtn a {
	width: 173px;
}
.secondFormCloseWrap {
	text-align: right;
}
.secondFormCloseWrap a:hover {
	color: #ff2b56;
}

@media only screen and (max-width: 767px) {
	div#mailinglist {
		margin: 0 auto 66px;
	}
	input, select, .mlist-outer-wrapper .mlist-field label.birthdaylabel {
		font-size: 16px;
	}
	.mlist-outer-wrapper {
		padding: 0 10px;
	}
	.mlist-outer-wrapper .mlist_header {
		font-size: 18px;
	}
	.mlist-outer-wrapper .mlist-field.email {
		width: 100%;
	}
	.mlist-outer-wrapper .mlist-submit {
		display: block;
		margin: 40px auto 0;
	}
	.mlist-outer-wrapper .termsWrapper .terms {
		text-align: center;
	}
	.mlist-outer-wrapper #thankyouBlock .thankswelcome-msg br {
		display: none;
	}
	.mlist-outer-wrapper #thankyouBlock .thankyou-message.embed {
		font-size: 18px;
	}
	.mlist-outer-wrapper #thankyouBlock .thankswelcome-msg {
		line-height: 20px;
		font-size: 12px;
	}
	.mlist-outer-wrapper #thankyouBlock.final-screen .thankyou-message.embed {
		font-size: 25px;
		margin-top: 66px;
	}
	body .mlist-outer-wrapper .mlist-submit .viewmorebtn a {
		width: 188px;
	}
}
/*Page Styles*/
#mlistPage .mlist-outer-wrapper .mlist-field {
	width: 100%;
	margin: 0 auto 26px;
}
#mlistPage .mlist-outer-wrapper .mlist-checks {
	margin: 24px auto 45px;
}
#mlistPage .mlist-outer-wrapper .mlist-submit {
	margin: 0 auto;
}
#mlistPage .mlist-outer-wrapper .termsWrapper .terms {
	text-align: center;
}
#mlistPage .mlist-outer-wrapper #thankyouBlock .thankyou-message.embed {
	display: block;
}
#mlistPage .contentWrapper {
    min-height: calc(100vh - 122px);
}