/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 09:40:44 -0500*/
/*Diego - fix input background color on focus (contact input fields) - ct- 11/23/16*/
input[type="text"]:focus, textarea:focus {background: #fff;} 

/*Diego - fix background color of submit button - JMG - 4/20/2021*/
.inquire input[type='submit'], .faso-contact-section-contactform input.faso-contact-input-submit {
    color: #fff;
    background: #000;
    border: 1px solid #F1C40F;
}
.inquire input[type='submit']:hover, .faso-contact-section-contactform input.faso-contact-input-submit[type='submit']:hover {background: #f1c40e;}

/*Diego-remove white box around logo -dw- 12/8/22*/
.faso-nav-heading img {border-width:0px !important;}


