.site-footer{
		padding-bottom: 2rem !important;
}
.site-footer a{
		color: #3b94d9;
}

/* Styling for the Constant Contact Forms Plugin */
.g-recaptcha>div{
		max-width:100%;
}
.ctct-form-description+.ctct-button {
		
}
.ctct-form input[type="text"], 
.ctct-form input[type="email"]{
		width: 98%;
		padding: 0.58rem;
}
.ctct-form input[type="submit"]{
	font-family: "Gotham SSm 9r","Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    background: #ffc904;
    border: none;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    padding: 18px 32px;
    text-transform: uppercase;
}

@media (min-width: 576px)
{
.ctct-form-field-text {
		clear:both;
		float:none;
		width: 100%;
}
}
@media (min-width: 768px){
		.ctct-form-field-text {
			width: 49%;
			float: left;
			clear: none;
		}
		.ctct-form-field-email{
				clear:both;
				float:none;
		}
 {
	display: none;
}