.newsletter_form{
	text-align: center;
 	font-family: ProximaNova-Regular,Arial,Helvetica;
 	margin-top: 10%;
}

.newsletter_form a.caption{
 	font-family: ProximaNova-Regular,Arial,Helvetica;
 	font-size: 0.95em;
 	color: #8B8778;
	background:url('../../images/newsletter_envelope.png') top center no-repeat;
	display: block;
	height: 50px;
	position: relative;
 }

 .newsletter_form a.caption:hover{
 	color: #000;
 }

.newsletter_form a.caption span{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
 }

.newsletter_form .row{
	width: 100%;
	margin-top: 2%;
}

.newsletter_form .row3{
	width: 100%;
	margin-top: 6%;
	margin-bottom: 6%;
}
.newsletter_form .row input{
	width: 65%;
	background: none;
	border: 1px solid #aaa;
	color: #8B8778;
	padding: 2% 4%;
}
.newsletter_form .row input.empty{
	color: #666;
}

.newsletter_form a.submit{
 	font-family: ProximaNova-Regular,Arial,Helvetica;
 	color: #8B8778;
	background-color:#b4b3ac;
	padding: 2% 4%;
	position: relative;
	font-size: 0.75em;
	color:#FFFFFF;
	margin-top: 10%;
	border: 1px solid #cfcfcf; 
 }
 
.newsletter_form a.submit:hover {
	background-color:#696659;
}
.newsletter_form .invalid{
	border: 1px solid #FF5757 !important;
	box-shadow: 0 0 3px rgba(255, 0, 0, 0.7) !important;
}
.newsletter_form .slideToggle{
	display: none;
	position: relative;
}

.newsletter_form .message{
	display: none;
	position: absolute;
    top: 32%;
	width: 100%;
	font-size:0.85em;
	color:#48463E;
}
.newsletter_form .message span{
	position: relative;
	text-align: center;
	width: 100%;
}
