.standardtemplate_content_outerwrapper.contact-wrapper {
    margin-top: 30px;
}
/*.standardtemplate_content_container>.row:nth-child(2){
    border: 5px solid red !important;
}*/

#contact-row .contact-wrapper {

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b5b5), to(transparent));
    background-image: -webkit-linear-gradient(#b4b5b5, transparent);
    background-image: -moz-linear-gradient(#b4b5b5, transparent);
    background-image: -o-linear-gradient(#b4b5b5, transparent);
    background-image: linear-gradient(#b4b5b5, transparent);

    width: 100%;
}
#contact-row .contact-wrapper {
    padding-top: 10px;
}
.afsbhelper-contact-form-wrap {
    margin-top: 3.125em;
}
input[type="text"].afsbhelper-contact-form-input, input[type="password"].afsbhelper-contact-form-input, input[type="date"].afsbhelper-contact-form-input, input[type="datetime"].afsbhelper-contact-form-input, input[type="datetime-local"].afsbhelper-contact-form-input, input[type="month"].afsbhelper-contact-form-input, input[type="week"].afsbhelper-contact-form-input, input[type="email"].afsbhelper-contact-form-input, input[type="number"].afsbhelper-contact-form-input, input[type="search"].afsbhelper-contact-form-input, input[type="tel"].afsbhelper-contact-form-input, input[type="time"].afsbhelper-contact-form-input, input[type="url"].afsbhelper-contact-form-input, input[type="color"].afsbhelper-contact-form-input, textarea.afsbhelper-contact-form-input{
    background: white !important;
}
.contact-wrapper .map-wrapper #iframemap{
    width: 100% !important;
    height: 300px !important;
}
.contact-wrapper .map-wrapper #iframemap_link{
    margin-top: .5em;
}