.header-mailing-list {
	max-width: 46.72vw;
	padding-bottom: 10px;
	margin: 0 auto;
}
.secondFormCloseWrap {
    text-align: right;
   }
   .secondFormCloseWrap a {
	text-decoration: none;
	color: #7D52A2;
	
}
.secondFormCloseWrap a:hover {
	color: #39b54a;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.header-mailing-list .mlist-header {
	color: #fff;
	font-size: 17px;
	max-height: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}

.header-mailing-list .mlist-field {
	display: inline-block;
	width:100%;
}
.mlist-field.email {
	float: left;
	width: 60%;
}
.header-mailing-list .mlist-submit {
	display: inline-block;
	width: 40%;
}
a.terms:after {
	content: 'Terms';
}
a.terms.showing:after {
	content: 'Hide';
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select, .mlist-outer-wrapper .mlist-wrapper .mlist-field input {
	background: #fff;
	color: #000000;
	width: 100%;
	padding: 0.2em;
	height: 2.6em;
	padding-left: 1em;
	display: block;
	text-align: center;
	text-transform: uppercase !important;
	text-transform: none;
	text-align: left;
	margin: 0;
	border: none;
	text-indent: 0;
	text-overflow: "";
	font-size: 18px;
	font-family: "futura-pt";
	font-weight: bold;
	color: #ec1f27;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new {

	background: #39b54a;
	color: #ffffff !important;
	border: none;
	font-size: 18px;
	font-family: "futura-pt";
	font-weight: bold;
	cursor: pointer !important;
	text-transform: uppercase !important;
	box-sizing: border-box;
}

.mlist-outer-wrapper .mlist-wrapper input.submit:hover, .mlist-outer-wrapper .mlist-wrapper input.submit-new {
	background: none #7D52A2;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
	display: block !important;
}
.header-mailing-list .terms {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left !important;
	
	font-family: "futura-pt";
	font-weight: bold;
}

.termsContent {
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	position: static;
	font-family: "brownlight", Arial, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: none;
}
.mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new {
	
	width: 100%;
	margin: 0;
	height: 2.6em;
}
#header .inner a {
	padding: 4.5vw 0 1.1vw !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	    background: url(../images/bg_select_arrow1.png) #fff no-repeat right center !important;
	background-repeat: no-repeat;
	background-position: 97% center;
	padding-right: 2vw;
	background-color:#fff;
background-size: 20px!important;
    padding: 0 20px 0 5px;
}
input[type="text"], input[type="email"], input[type="textarea"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	outline: none;
}
input::-webkit-input-placeholder {
	color: #ec1f27;
}

input:-moz-placeholder {/* Firefox 18- */
	color: #ec1f27;
	opacity: 1;
}

input::-moz-placeholder {/* Firefox 19+ */
	color: #ec1f27;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #ec1f27;
}
select#country {
	text-transform: capitalize;
}

select::-ms-expand {
	display: none;
}
.mlist-field label {
	width: 100%;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 0px;
}
.mlist-outer-wrapper .mlist-wrapper input.submit-new {
	width: 30%;
}
.mlist-submit-new {
	width: 30%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#secondary-list-values .mlist-field #dobMonth, #secondary-list-values .mlist-field #dobDay {
	width: 47%;
	display: inline-block;

}
#secondary-list-values .mlist-field #dobMonth {
	margin-right: 4%;
	float:left;
}
#secondary-list-values .mlist-field #dobDay {
	
	float:right;
}

.thankyou-message.embed {
	padding-bottom: 10px;
}
div#thankyoublock-innerwrapper{
	color:#fff;
}
.mlist-checks {
    padding-bottom: 12px;
    float:left;
}
.thankyou-message.embed {
    color: #ffffff;
}
#thankyouBlock.final-screen  .thankyou-message {
	display: block;
	text-align: center;
}
.mlist-wrapper #thankyouBlock > .thankyou-message.embed {
		display: none !important;
	}
	
.termsContent a, .terms a {
	color: #fff;
	
    text-decoration: underline;
}
.termsContent a:hover, .terms a:hover {
	text-decoration: none;

}
@media only screen and (max-width: 768px){
	.termsWrapper.first {
       padding: 10px 0 !important;
}
	#header .inner a {
    padding: 6.7vw 0 5.2vw !important;
}
.header-mailing-list 	.mlist-field.email {
    display: block;
    width: 100%;
}

.header-mailing-list .mlist-submit {
    display: block;
    width: 100%;
}

	.mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new{
		font-size:15px;
	}
	.header-mailing-list .terms{
		font-size:12px;
	}
.header-mailing-list {
    max-width: 85.72vw;
   }
   .mlist-outer-wrapper .mlist-wrapper .mlist-field select, .mlist-outer-wrapper .mlist-wrapper .mlist-field input{
   	font-size: 15px;
   }
   .header-mailing-list .mlist-header{
   	font-size:13px;
   }
   .mlist-checks {
    font-size: 12px;
    width:100%;
}
.mlist-checks {
    font-size: 12px;
}

input.global-list-checkbox {
    float: left;
    width: 5%;
}

label.global-list {
    float: left;
    
    width: 92%;
    text-align: left;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select, .mlist-outer-wrapper .mlist-wrapper .mlist-field input{
	height: 3em;
}

}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select,  .mlist-outer-wrapper .mlist-wrapper .mlist-field input {
		border-radius: 0;
  }
  .mlist-wrapper fieldset .mlist-submit input,.mlist-submit-new input{
		border-radius: 0;
		-webkit-appearance: none;
	}
	
@media only screen and (min-width: 1900px){
	.header-mailing-list {
    max-width: 30vw;
   }
}
.termsWrapper.first {
    padding: 0 0 10px 10px;
}