
.mlist-wrap {
	max-width: 100%;
    background: rgba(0,0,0,.9);
    box-sizing: border-box;
    padding: 10px;
}

/*Mailing List styles*/
input::-webkit-input-placeholder {
	color: #000;
	opacity: 0.8;
}

input:-moz-placeholder {/* Firefox 18- */
	color: #000;
	opacity: 0.8;
}

input::-moz-placeholder {/* Firefox 19+ */
	color: #000;
	opacity: 0.8;
}

input:-ms-input-placeholder {
	color: #000;
	opacity: 0.8;
}
select::-ms-expand {
	display: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	color: #272727;
	-webkit-text-fill-color: #272727;
	-webkit-box-shadow: 0 0 0 1000px #fbfaf3 inset;
}

.mlist-header {
	font-size: 15.81px;
	text-align: center;
	color: #d71819;
	font-family: 'bodoniitalic';
	margin-top: 48px;
	margin-bottom: 28px;
}
.mlist-submit.submit-field, .mlist-field.email-field {
	display: inline-block;
	vertical-align: top;
}
label.error {
    font-size: 12px;
    margin: 9px 0px 0px;
    display: block;
    color: red;
}
.email-submit-wrap {
	font-size: 0;
}
.mlist-field.email-field {
	width: 63%;
}
.mlist-submit.submit-field {
	width: 35%;
	margin-left: 2%;
}

input, select {
	-moz-appearance: none;
	color: #272727;
	background: #fbfaf3;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	outline: none;
	height: 53px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0px none;
	padding: 0 10px 0 10px;
	font-size: 14px;
	width: 100%;
	text-transform: none;
	font-family: 'bodoniitalic';
	/* background-color: red; */
}
input.submit {
	padding: 0px 0 0 0;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #fbfaf3;
	background: #272727;
	border: 0px none;
}
input.submit:hover {
	color: #272727;
	background: #fbfaf3;
}
select {
	background: url(../assets/drop.svg?AS) no-repeat right 10px center transparent;
	padding-right: 20px;
	background-color: #fbfaf3;
	
}

fieldset {
	border: medium none;
	padding: 0;
	margin: 0;
}
.terms a {
	text-decoration: underline;
	border: none;
	font-size: 9px;
	color: #fbfaf3;
	border-bottom: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'bodoniitalic';
}
.terms a:hover {
	text-decoration: underline;
}
.termsContent {
	text-align: left;
	clear: both;
	padding-top: 5px;
}
.termsContent span {
    display: inline-block;
}
.termsWrapper a.terms:after {
	content: "Terms";
}
.termsWrapper a.terms.showing:after {
	content: "Hide";
}
.termsContent, .termsContent a {
    font-size: 13px;
    color: #fbfaf3;
    font-family: 'bodoniitalic';
    letter-spacing: 0.5px;
}
.termsContent a {
	color: #fbfaf3;
     display: inline-block;
}
.termsContent a:hover {
	text-decoration: none;
}

input.error, select.error {
	border: 1px solid #fe0000;
	box-shadow: 1px solid azure;
	outline: 1px solid red;
}
#errorMsg, #serverError {
	color: #fe0000;
	font-size: 10px;
	padding-bottom: 10px;
}

.termsWrapper {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: normal;
	text-align: left;
	padding-top: 12px;
	padding-left: 0;
}

#thankyouBlock {
	display: block;
    height: auto;
    padding: 0;
    color: #fbfaf3;
    font-family: 'bodoniitalic';
}
div#thankyoublock-innerwrapper {
    padding-top: 10px;
}
.secondFormCloseWrap a {
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: relative;
    top: -20px;
    margin-bottom: 0px;
    right: 0px;
    display: block;
    color: #fbfaf3;
}
.thankswelcome-msg {
    clear: both;
    font-size: 15px;
    text-align: center;
}

div#thankyoublock-innerwrapper .mlist-field label {

	padding-bottom: 5px;
	display: block;
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
}
.mlist-field.country, .mlist-field.postalcode, .mlist-field.bdayfield select {
	display: inline-block;
	width: 48%;
}

.mlist-field.bdayfield #dobMonth, .mlist-field.postalcode {
	margin-right: 4%;
}
.mnt-date, .zip-country {
	font-size: 0;
}
.mlist-field.bdayfield, .mlist-field.mlist-fname, .zip-country {
	padding-bottom: 10px;
}
.mlist-checks {
	text-align: left;
	position: relative;
	padding: 10px 0;
}
input.global-list-checkbox {
	width: 15px;
	height: 15px;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border: 0;
	margin: 0;
	background: #fbfaf3;
	border: 2px solid #000;
	margin-right: 5px;
	display: none;
}
input.global-list-checkbox:checked:after {
	content: '\2713';
	color: #d71819;
	display: block;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	box-sizing: border-box;
}

label.global-list {
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
}
label.global-list:before {
    content: '\2713';
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fbfaf3;
    border: 0px none;
    margin-right: 5px;
    text-indent: -9999px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
}
input.global-list-checkbox:checked + label:before {
	text-indent: 0;
}
.mllister {
	max-width: 580px;
	margin: 0 auto;
	margin-top: 57px;
	font-family: 'bodoniitalic';
	color: #d71819;
}
.thankyou-message.embed {
    text-align: center;
    font-size: 15px;
    text-transform: none;
    color: #fbfaf3;
    font-family: bodoniregular;
    margin-bottom: 10px;
    font-weight: normal;

}
span.emailAddress {
    font-weight: bold;
}

div#errorLabelContainer2 {
	color: red;
	text-align: center;
}

.secondFormCloseWrap a:hover {
	color: red;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
	display: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
	display: block;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
	display: block;
	padding-top: 6px;
}
div#thankyoublock-innerwrapper .mlist-field label.error{
    bottom: -27px;
    position: absolute;
}
.mlist-field.country{
    position: relative;
}
/*
.mlist-outer-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
    margin: 0 auto;
}
*/
/*end of mlist*/
@media all and (max-width: 767px){
   
    input,select{
        height: 24px;
    }
    .lightbox-wrapper.open{
        width: 90%;
    }

	label.global-list{
		font-size: 12px;
	}
	.mlist-wrap {
		max-width: none;
		width: 100%;
	}
    form#signupFormBasemntUK{
    background: #000;
    padding: 50px 0px;
}
}
@media all and (max-width:480px)
{
     div#thankyoublock-innerwrapper .mlist-field label.error{
        bottom:-41px;
    }
}
