            article form#form-nl{
	position: relative;
	margin-top: -10px;
}
article form#form-nl ol,article form#form-nl ol > li{
	margin:0;
	padding:0!important;
	list-style:none;
}
article form#form-nl ol li{
	width: auto !important;
	padding-bottom: 10px;
	list-style:none!important;
}
article form#form-nl li{
}
article form#form-nl label{
	display: block;
	padding: 7px 0px 2px;
	background: none;
	font-weight: bold;
	width: 15%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
article form#form-nl li > span{
	display: block;
}
article form#form-nl .txtbox-long{
	border: none;
	font: 14px/20px "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 18px;
	color: #666;
	padding: 10px;
	outline: none !important;
	background: #eee;
	border: 1px solid #dedede;
	width: 35%;
	height: 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
article form#form-nl .txtbox-long:focus{
	background: #fff;
	border-color: #eee;
	color: #656666;
}
article form#form-nl .required{
	color:#c00;
}
article form#form-nl #NewsletterSubmitHeader{
	text-align: left;
	margin-left:300px;
}
article form#form-nl #subscriber-submit{
	position: relative;
	cursor: pointer;
	padding: 5px 15px;
	text-decoration: none;
	margin: 0px;
	display: inline-block;
	font: 12px/30px "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #064068;
	border: none;
	border-radius: 3px;
	z-index: 5;
}
article form#form-nl #subscriber-submit:hover{
	background-color: #35B2E0;
}
article form#form-nl .clearFix{
	display:none;
}


@media only screen and (max-width : 480px) {
	article form#form-nl label,
	article form#form-nl .txtbox-long{
		width: 100%;
		margin: 0px;
	}
}
        