#main > footer address {
    display: block;
    clear: both;
}
/* Footer Form */
.footer-form {
	clear: both; 
	margin-top: 35px;
/*	padding:0 20px;*/
}
.footer-form div#gform_fields_1 {
	display: flex; 
}
.footer-form div#gform_fields_1 .gfield {
    flex: 1;
}
.footer-form div#gform_fields_1 input {
	color: #c7c6c6;
    border-color: #c7c6c6;
	font-family: "brandonreg", arial, sans-serif;
}
.footer-form div#gform_fields_1 input:focus{
	box-shadow: none; 
	outline: none; 
	border-color: unset; 
}
.footer-form .gform_heading h2.gform_title{
	font-size: 20px;
    line-height: 1.2em;
    color: #402e00;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-form .gform_heading .gform_required_legend{
	display: none;
}
.footer-form input#gform_submit_button_1 { 
	background: #419639;     
	color: #fff !important;
    width: 100%;
}
.footer-form input#gform_submit_button_1:hover { 
	background: #a9a3a1; 
}

@media only screen and (max-width: 768px) {
  
 /* .bluegreen {
  	width: 970px;
	}
	.gray{
  	width: 970px;
	}*/
	#subhead, .lightgray, .gray, .bluegreen {
  	width: 970px;
	}

}
#page-id-708 p {
	padding-top: 20px;
}
#motto, footer{
	padding: 20px;
}