.MailingList-Wrapper label {
	font-size: 17px;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}
.MailingList-Wrapper fieldset .mlist-field {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 13px auto;
	position: relative;
}
.MailingList-Wrapper .mlist-header {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.MailingList-Wrapper .mlist-checks {
	max-width: 500px;
	margin: 0 auto;
}
.MailingList-Wrapper fieldset .mlist-submit {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.MailingList-Wrapper input.submit {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-family: league_gothicregular;
}
.MailingList-Wrapper .termsWrapper.first {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 500px;
}
.MailingList-Wrapper a.terms {
	text-align: center;
	padding: 0;
}
.MailingList-Wrapper .termsContent {
	max-width: 500px;
}
.MailingList-Wrapper div#thankyouBlock > .thankyou-message.embed {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.MailingList-Wrapper .mailing-section {
	min-height: 81vh;
}
.MailingList-Wrapper input, .MailingList-Wrapper select {
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.MailingList-Wrapper select {
	cursor:pointer;
}
.MailingList-Wrapper {
	background: url('../assets/black-texture.jpg');
	background-size: 100% auto;
	border: none;
	/* padding: 40px 0; */
}

.MailingList-Wrapper fieldset {
	border: none;
}

.MailingList-Wrapper input, .MailingList-Wrapper select {
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.MailingList-Wrapper select#country {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.MailingList-Wrapper .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay, .MailingList-Wrapper .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .MailingList-Wrapper .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobYear {
	color: #fff;
	display: inline-block;
	width: 49%;
}

.MailingList-Wrapper option {
	background: #000;
}

.MailingList-Wrapper input.global-list-checkbox {
	height: 15px;
}
.MailingList-Wrapper label.global-list {
	font-size: 15px;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	width: 90%;
	font-family: league_gothicregular;
	text-transform: uppercase;
	padding-top: 0;
}

.MailingList-Wrapper .termsWrapper.first .termsContent {
	position: static;
	font-size: 12px;
	text-align: center;
	background: transparent;
}
.MailingList-Wrapper .termsWrapper.first .termsContent a {
	font-size: 12px;
}
.MailingList-Wrapper input.error, .MailingList-Wrapper select.error {
	border: 2px solid red;
}

.MailingList-Wrapper label.error {
	position: absolute;
	top: 70px;
	color: red;
}

.MailingList-Wrapper label {
	padding: 10px 0;
	font-family: league_gothicregular;
	letter-spacing: 2px;
}

.MailingList-Wrapper .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth {
	margin-right: 1%;
}

.MailingList-Wrapper .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
	margin-left: 1%;
}
.MailingList-Wrapper .mlist-submit:after {
	display: none;
}
.MailingList-Wrapper div#thankyouBlock {
	position: static;
	transform: none;
	background: transparent;
}
.MailingList-Wrapper  .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
	transform: none;
	position: static;
	background: transparent;
	color: #fff;
	font-size: 50px;
	padding: 50px 0;
	font-family: league_gothicregular;
	letter-spacing: 4px;
}
.MailingList-Wrapper  .mailer-section {
	padding: 70px 0;
}
.MailingList-Wrapper input.submit:hover {
    background: #b20d27;
    padding-left: 0;
    border-color: #b20d27;
}
@media only screen and (max-width: 767px) {
	.MailingList-Wrapper .mailing-section {
		max-width: 90%;
		margin: 0 auto;
	}
	.mailer-section {
		max-width: 90%;
		margin: 0 auto;
	}

	.MailingList-Wrapper label.global-list {
		font-size: 13px;
	}
	.MailingList-Wrapper .termsWrapper.first {
		margin-top: 0;
	}
}