.btn-newsletter {
	background-color: hsl(62, 78%, 25%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3a714", endColorstr="#6e710e");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#a3a714), to(#6e710e));
	background-image: -moz-linear-gradient(top, #a3a714, #6e710e);
	background-image: -ms-linear-gradient(top, #a3a714, #6e710e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a714), color-stop(100%, #6e710e));
	background-image: -webkit-linear-gradient(top, #a3a714, #6e710e);
	background-image: -o-linear-gradient(top, #a3a714, #6e710e);
	background-image: linear-gradient(#a3a714, #6e710e);
	border-color: #6e710e #6e710e hsl(62, 78%, 22%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}
.newslettersignup {
	font-family: 'helvetica neue'; 
	font-size: 14pt; 
	color: #747B1D !important; 
	border-top: 1px dashed; 
	border-bottom: 1px dashed; 
}
#mc_embed_signup {
	border: 1px solid #999999;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom:20px;
}

#mce-EMAIL {
	width: 176px;
}

@media (min-width: 768px) and (max-width: 979px) {
	#mce-EMAIL {
		width: 106px;
	}
}

@media (max-width: 767px) {
	#mce-EMAIL {
		width: 170px;
	}
}