.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;
}
.mcePxmNewsletter form#form-nl ol li {
	position: relative;
	clear: none;
	padding: 0 0 5px;
	width: 100%!important;
	margin: 0;
}
.mcePxmNewsletter form#form-nl ol li#NewsletterSubmitHeader {
	width: auto!important;
	float: none;
	clear: both;
	padding: 0;
	text-align: right;
}
.mcePxmNewsletter form#form-nl label.field-title{
	display: block;
	/*font-size: 14px;*/
	font-weight: bold;
	text-align: left;
}
.mcePxmNewsletter form#form-nl li > span{
	display: block;
}
.mcePxmNewsletter form#form-nl .txtbox-long{
	border: 0;
	line-height: 30px;
	padding: 5px 15px;
	outline: none !important;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
	height: 40px;
	margin: 0px;
	transition: background .4s, color .4s;
}
.mcePxmNewsletter form#form-nl .txtbox-long:focus{
	background: rgba(255,255,255,1);
	color: #333;
}
.mcePxmNewsletter form#form-nl .required{
	color:#f14200;
}
.mcePxmNewsletter form#form-nl #NewsletterSubmitHeader{
	text-align: left;
}
.mcePxmNewsletter form#form-nl #subscriber-submit{
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 15px;
	outline: none !important;
	background: #f14200;
	border: 0;
	width: auto;
	height: auto;
	transition: background .4s, color .4s;
	z-index: 5;
	cursor: pointer;
}
.mcePxmNewsletter form#form-nl #subscriber-submit:hover{
	background: #2E2E2E;
	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;
	}
}
        