/* Site-wide additions: header logo, footer logo, legal pages */

.site-logo-link {
    display: inline-block;
    line-height: 0;
}

.site-logo-img {
    width: auto;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .site-logo-img {
        height: 78px;
    }
}

.site-footer-logo {
    text-align: center;
    margin-bottom: 18px;
}

.site-footer-logo img {
    width: auto;
    max-width: 100%;
    height: 96px;
    object-fit: contain;
}

/* ---- legal pages -------------------------------------------------- */

.geodoc-page {
    background: #ffffff;
}

.geodoc-page .geodoc-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 16px 48px;
    box-sizing: border-box;
}

.geodoc-page a {
    color: #1a56db;
    text-decoration: underline;
}

.geodoc-page a:hover {
    color: #12328a;
}
