/* =========================================================
   FramesCMS Universal Footer
   Shared by every public template.

   Change the footer background once here and every template
   will use the same value:
       --cms-universal-footer-bg: #0e110f;
   ========================================================= */

:root {
    --cms-universal-footer-bg: #0e110f;
    --cms-universal-footer-text: rgba(255,255,255,.72);
    --cms-universal-footer-muted: rgba(255,255,255,.46);
    --cms-universal-footer-border: rgba(255,255,255,.12);
}

.cms-universal-footer,
.cms-universal-footer * {
    box-sizing: border-box;
}

.cms-universal-footer {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--cms-universal-footer-bg) !important;
    color: var(--cms-universal-footer-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    overflow: hidden;
}

.cms-universal-footer a {
    color: inherit;
    text-decoration: none;
}

.cms-universal-footer img {
    display: block;
    max-width: 100%;
}

.cms-universal-footer .uf-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.cms-universal-footer .uf-accent {
    height: 3px;
    background: var(--brand-color, #0b6fb8);
}

.cms-universal-footer .uf-shell {
    width: min(1032px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.cms-universal-footer .uf-main {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(115px, .9fr) minmax(115px, .9fr) minmax(230px, 1.35fr);
    gap: 56px;
    padding: 68px 0 58px;
}

.cms-universal-footer .uf-brand-block,
.cms-universal-footer .uf-column {
    min-width: 0;
}

.cms-universal-footer .uf-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
}

.cms-universal-footer .uf-logo {
    width: 60px;
    height: 42px;
    object-fit: contain;
    background: #fff;
}

.cms-universal-footer .uf-brand-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.cms-universal-footer .uf-brand-name {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.cms-universal-footer .uf-tagline {
    margin-top: 4px;
    color: rgba(255,255,255,.47) !important;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-description {
    max-width: 315px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.67) !important;
    font-size: 13px;
    line-height: 1.75;
}

.cms-universal-footer .uf-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cms-universal-footer .uf-socials a {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,.17);
    color: rgba(255,255,255,.83) !important;
    font-size: 10px;
    font-weight: 600;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.cms-universal-footer .uf-socials a:hover {
    border-color: var(--brand-color, #0b6fb8);
    background: rgba(255,255,255,.035);
    color: #fff !important;
}

.cms-universal-footer .uf-column h2 {
    position: relative;
    margin: 1px 0 24px;
    padding-bottom: 14px;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-column h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 2px;
    background: var(--brand-color, #0b6fb8);
}

.cms-universal-footer .uf-column > a {
    display: block;
    margin: 0 0 11px;
    color: rgba(255,255,255,.77) !important;
    font-size: 12px;
}

.cms-universal-footer .uf-column > a:hover {
    color: #fff !important;
}

.cms-universal-footer .uf-contact-list {
    display: grid;
    gap: 11px;
}

.cms-universal-footer .uf-contact-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    color: rgba(255,255,255,.74) !important;
}

.cms-universal-footer .uf-contact-icon {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.13);
    color: var(--brand-color, #0b6fb8) !important;
    transition: border-color .18s ease, background .18s ease;
}

.cms-universal-footer .uf-contact-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cms-universal-footer .uf-contact-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.cms-universal-footer .uf-contact-copy small {
    margin-bottom: 2px;
    color: rgba(255,255,255,.37) !important;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-contact-copy strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: rgba(255,255,255,.90) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.cms-universal-footer .uf-contact-item:hover .uf-contact-icon {
    border-color: var(--brand-color, #0b6fb8);
    background: rgba(255,255,255,.03);
}

.cms-universal-footer .uf-contact-item:hover .uf-contact-copy strong {
    color: #fff !important;
}

.cms-universal-footer .uf-map-section {
    display: grid;
    grid-template-columns: 28% 72%;
    min-height: 264px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.015);
}

.cms-universal-footer .uf-map-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 35px 38px;
}

.cms-universal-footer .uf-map-eyebrow {
    margin-bottom: 9px;
    color: var(--brand-color, #0b6fb8) !important;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-map-copy h2 {
    margin: 0;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.cms-universal-footer .uf-map-copy p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.66) !important;
    font-size: 12px;
}

.cms-universal-footer .uf-directions {
    align-self: flex-start;
    margin-top: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--brand-color, #0b6fb8);
    color: rgba(255,255,255,.88) !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-map-frame {
    position: relative;
    min-width: 0;
    min-height: 264px;
    overflow: hidden;
    background: #dfe5e2;
}

.cms-universal-footer .uf-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 264px;
    border: 0;
    filter: saturate(.92) contrast(.98);
}

.cms-universal-footer .uf-bottom {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255,255,255,.36) !important;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.cms-universal-footer .uf-bottom-links {
    display: flex;
    gap: 24px;
}

.cms-universal-footer .uf-bottom a {
    color: rgba(255,255,255,.47) !important;
}

.cms-universal-footer .uf-bottom a:hover {
    color: #fff !important;
}

@media (max-width: 1050px) {
    .cms-universal-footer .uf-main {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 38px;
    }

    .cms-universal-footer .uf-contact-column {
        grid-column: 2 / -1;
    }

    .cms-universal-footer .uf-contact-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cms-universal-footer .uf-shell {
        width: min(100% - 34px, 1032px);
    }

    .cms-universal-footer .uf-main {
        grid-template-columns: 1fr 1fr;
        gap: 34px 28px;
        padding: 52px 0 44px;
    }

    .cms-universal-footer .uf-brand-block {
        grid-column: 1 / -1;
    }

    .cms-universal-footer .uf-contact-column {
        grid-column: 1 / -1;
    }

    .cms-universal-footer .uf-map-section {
        grid-template-columns: 1fr;
    }

    .cms-universal-footer .uf-map-copy {
        min-height: 190px;
        padding: 30px;
    }

    .cms-universal-footer .uf-map-frame,
    .cms-universal-footer .uf-map-frame iframe {
        min-height: 300px;
    }
}

@media (max-width: 520px) {
    .cms-universal-footer .uf-main {
        grid-template-columns: 1fr;
    }

    .cms-universal-footer .uf-contact-list {
        grid-template-columns: 1fr;
    }

    .cms-universal-footer .uf-bottom {
        min-height: 88px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
    }
}
