#newslettersignup_block {
	background: rgba(86,126,174,1);
	background: -moz-linear-gradient(left, rgba(86,126,174,1) 0%, rgba(122,175,225,1) 91%, rgba(122,175,225,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,126,174,1)), color-stop(91%, rgba(122,175,225,1)), color-stop(100%, rgba(122,175,225,1)));
	background: -webkit-linear-gradient(left, rgba(86,126,174,1) 0%, rgba(122,175,225,1) 91%, rgba(122,175,225,1) 100%);
	background: -o-linear-gradient(left, rgba(86,126,174,1) 0%, rgba(122,175,225,1) 91%, rgba(122,175,225,1) 100%);
	background: -ms-linear-gradient(left, rgba(86,126,174,1) 0%, rgba(122,175,225,1) 91%, rgba(122,175,225,1) 100%);
	background: linear-gradient(to right, rgba(86,126,174,1) 0%, rgba(122,175,225,1) 91%, rgba(122,175,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567eae', endColorstr='#7aafe1', GradientType=1 );
	width: 100%;
	height: 125px;
}

.newslettersignup-email {
	width: 65% !important;
	height: 45px;
	margin-left: 20px;
}

.newslettersignup-header {
	font-family: Open Sans;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 15px;
}

.newslettersignup-form {
	margin-left: 15px;
	margin-bottom: 20px;
}

.newslettersignup-text {
	color: #FFFFFF;
	position: absolute;
	right: 7%;
	top: 54px;
	line-height: 1.2;
}

.newsletterthankyou-text {
	color: #FFFFFF;
	margin-left: 25px;
}

.newslettererror-text {
	margin-left: 25px;
	color: #FFFFFF;
}

.newslettererrortext {
font-size: 16px;
color: #FFFFFF;
}

#newslettersignup-error{
margin-top: -12px;
margin-left: 20px;
}

.newslettersignup-email {
	margin-top:17px;
	font-size: 20px;
}

.newslettersignup-responsive-text {
	display:none;
}

#newsletter-spinner{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) !important;
	background-color: rgba(0,0,0,0) !important;
}

/*RESPONSIVE NEWSLETTER CSS*/
@media (max-width: 980px) {
	.newslettersignup-header {
		margin-top: 0px !important;
		padding-top: 5px !important;
	}
	.newslettersignup-text {
		display:none;
	}

	.newslettersignup-email {
		width: 90% !important;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}

	.newslettersignup-responsive-text {
		display:block;
		color:#FFFFFF;
		margin-top:0px;
		margin-bottom:-10px;
		text-align:center;
	}

}








