section.newsletter form#form-nl{
	position: relative;
	margin: 0px auto;
}
section.newsletter form#form-nl ol,section.newsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
section.newsletter form#form-nl ol {
	margin: 0;
}
section.newsletter form#form-nl ol li {
	position: relative;
	padding: 0 10px;
	width: 33.333%!important;
	float: left;
	clear: none;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
	display: none;
}
section.newsletter form#form-nl ol li#NewsletterSubmitHeader {
	float: none;
	clear: both;
	width: auto!important;
	padding: 10px;
	text-align: center;
}
section.newsletter form#form-nl label.field-title {
	display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
	border: 1px solid #eee;
	font-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #555;
	padding: 10px 15px;
	outline: none !important;
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0px;
	border-radius: 10px;
	transition: border-color .4s, color .4s;
}
section.newsletter form#form-nl .txtbox-long:focus {
	color: #000;
	border-color: #ccc;
}
section.newsletter form#form-nl .required{
	color:#f00;
}
section.newsletter form#form-nl #NewsletterSubmitHeader{
	text-align: right;
}
section.newsletter form#form-nl #subscriber-submit {
	font-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	outline: none !important;
	background: #a21b19;
	border: none;
	width: auto;
	height: auto;
	z-index: 5;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: none;
	transition: background .4s, box-shadow .4s;
}
section.newsletter form#form-nl #subscriber-submit:hover {
	background: rgba(162, 27, 25, .85);
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.newsletter form#form-nl .clearFix{
	display:none;
}

@media only screen and (max-width : 767px) {
	section.newsletter form#form-nl ol li {
		float: none;
		clear: both;
		width: auto!important;
		padding: 10px 0;
	}
}