/* public/css/footer.css */

/* base footer from style.css */
/*  [oai_citation:10‡style.css](sediment://file_000000005f8c720883ccd23d2f1357f2) */
.page-footer {
    padding: 0;
}
.page-footer .privacy a {
    color: #878787;
}
.page-footer .privacy a:hover,
.page-footer .privacy a:focus {
    color: #fff;
}

/* corporate + dark as in your HTML */
/*  [oai_citation:11‡style.css](sediment://file_000000005f8c720883ccd23d2f1357f2) */
.page-footer.page-footer-corporate.bg-gray-dark p:not(.rights),
.page-footer.page-footer-corporate.bg-gray-dark .contact-info a {
    color: #c1c1c1;
}
.page-footer.page-footer-corporate.bg-gray-dark .hr-custom {
    background: rgba(255, 255, 255, 0.2);
}
.page-footer.page-footer-corporate.bg-gray-dark .privacy {
    color: #878787;
}
.page-footer.page-footer-corporate.bg-gray-dark .contact-info .icon-primary {
    color: #b8784e;
}
.page-footer.page-footer-corporate.bg-gray-dark .contact-info a:hover,
.page-footer.page-footer-corporate.bg-gray-dark .contact-info a:focus {
    color: #b8784e;
}

/* map height from style.css */
/*  [oai_citation:12‡style.css](sediment://file_000000005f8c720883ccd23d2f1357f2) */
.google-map-container {
    width: 100%;
}
.page-footer-corporate .google-map {
    width: 100%;
    height: 350px;
}
.page-footer-corporate .footer-map {
    width: 100%;
    height: 250px;
}
@media (min-width: 768px) {
    .page-footer-corporate .footer-map {
        height: 550px;
    }
}
