.mcePxmNewsletter form#form-nl{
	position: relative;
	margin: 0px;
}
.mcePxmNewsletter form#form-nl ol,.mcePxmNewsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
.mcePxmNewsletter form#form-nl ol {
	margin: 0 -1.5%;
}
.mcePxmNewsletter form#form-nl ol li {
	position: relative;
	clear: none;
	padding: 5px 0;
	width: 30.3333%!important;
	margin: 0 1.5%;
	float: left;
}
.mcePxmNewsletter form#form-nl ol li#NewsletterSubmitHeader {
	width: auto!important;
	float: none;
	padding-top: 15px;
	clear: both;
}
.mcePxmNewsletter form#form-nl label.field-title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.mcePxmNewsletter form#form-nl li > span{
	display: block;
}
.mcePxmNewsletter form#form-nl .txtbox-long{
	border: 1px solid #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666;
	padding: 5px 15px;
	outline: none !important;
	background: rgba(255,255,255,.75);
	width: 100%;
	height: 40px;
	margin: 0px;
	transition: background .4s;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.mcePxmNewsletter form#form-nl .txtbox-long:focus{
	background: #fff;
}
.mcePxmNewsletter form#form-nl .required{
	color:#c00;
}
.mcePxmNewsletter form#form-nl #NewsletterSubmitHeader{
	text-align: center;
}
.mcePxmNewsletter form#form-nl #subscriber-submit{
	font-family: "Dosis", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 5px 25px;
	outline: none !important;
	background: #ff738f;
	border: 0;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	height: 40px;
	transition: background .4s;
	z-index: 5;
	cursor: pointer;
}
.mcePxmNewsletter form#form-nl #subscriber-submit:hover{
	background: #f7375e;
	color: #fff;
}
.mcePxmNewsletter form#form-nl .clearFix{
	display:none;
}
.mcePxmNewsletter .formError {
	left: 0!important;
	top: 0!important;
}


@media only screen and (max-width : 992px) {
	.mcePxmNewsletter form#form-nl{
		width: auto;
	}
	.mcePxmNewsletter form#form-nl {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 480px) {
	.mcePxmNewsletter form#form-nl {
		margin: 10px 0 0;
		float: none;
		min-width: 0;
		width: auto;
	}
	.mcePxmNewsletter form#form-nl ol li {
		width: 100%!important;
		float: none;
		margin: 0;
	}
}
        