/*--------------------------------------------------------------
## Gravity Forms Footer
--------------------------------------------------------------*/
body .footer_form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label{ display: none; }
body .footer_form .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .footer_form .gform_wrapper .gform_body .gform_fields .gfield select { background-color: #ffffff; height: 43px; }
body .footer_form .gform_wrapper .gform_body .gform_fields .gfield textarea { background-color: #ffffff; height: 77px; }
body .footer_form .gform_wrapper .gform_footer input[type="submit"], body .footer_form .gf_browser_ie.gform_wrapper .gform_footer input.button{ background-color: transparent; border: 2px solid #ffffff; height: 55px; width: 180px; }
body .footer_form .gform_wrapper .gform_footer input[type=submit]:hover, body .footer_form .gform_wrapper .gform_footer input[type=submit]:focus { background-color: #ffffff; color: #1f3962; }

/*--------------------------------------------------------------
## Gravity Forms Main
--------------------------------------------------------------*/
body .form_sec .gform_wrapper .gform_body .gform_fields li.gfield { margin-bottom: 0 !important; }
body .form_sec .gform_wrapper .gform_body .gform_fields .gfield .gfield_label{ display: none; }
body .form_sec .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .form_sec .gform_wrapper .gform_body .gform_fields .gfield select { width: 100%; height: 42px; border: 1px solid #d4d4d4; background-color: #ffffff; margin-bottom: 24px; padding: 5px 15px; border-radius: 4px;}
body .form_sec .gform_wrapper .gform_body .gform_fields .gfield textarea { width: 100%; height: 140px; border-radius: 4px;padding: 15px; background-color: #ffffff; border: 1px solid #d4d4d4; margin-bottom: 24px; }
body .form_sec .gform_wrapper .gform_footer input[type="submit"], 
body .form_sec .gf_browser_ie.gform_wrapper .gform_footer input.button{ height: 42px; border: 2px solid #98d4bf; background-color: #98d4bf; font-weight: 700; color: #ffffff; width: 140px; text-transform: uppercase; text-align: center; text-transform: uppercase; margin-top: 24px; border-radius: 5px; padding: 0 15px; }
body .form_sec .gform_wrapper .gform_footer input[type=submit]:hover, 
body .form_sec .gform_wrapper .gform_footer input[type=submit]:focus { background-color: #ffffff; color: #98d4bf;}