/* ==================================================================
   Site Updates — footer & contact link styling
   Standalone stylesheet — does not modify style.css / custom.css
   ================================================================== */

.footer .footer-contact p a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.footer .footer-contact p a:hover {
    color: #fdbe33;
}

.contact .contact-text p a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.contact .contact-text p a:hover {
    color: #fdbe33;
}

.quote-contact-line span a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.quote-contact-line span a:hover {
    color: #fdbe33;
}
