.gr-footer {
    --gr-footer-teal: #2c897e;
    --gr-footer-deep: #31616c;
    --gr-footer-text: #34565c;
    --gr-footer-muted: #60767b;
    --gr-footer-line: #dceae7;
    --gr-footer-bg: #f6faf9;
    --gr-footer-utility: #f9fbfb;
    --gr-footer-white: #ffffff;
    font-family: inherit;
    color: var(--gr-footer-text);
    background: var(--gr-footer-bg);
    border-top: 1px solid var(--gr-footer-line);
    clear: both;
}

.gr-footer *,
.gr-footer *::before,
.gr-footer *::after {
    box-sizing: border-box;
}

.gr-footer__inner {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.gr-footer__main {
    padding: 62px 0 54px;
}

.gr-footer__main > .gr-footer__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1.12fr) minmax(0, 3.2fr);
    gap: 54px;
    align-items: start;
}

.gr-footer__brand {
    padding-right: 42px;
    border-right: 1px solid var(--gr-footer-line);
}

.gr-footer__logo {
    margin-bottom: 22px;
}

.gr-footer__logo .custom-logo-link,
.gr-footer__logo .gr-footer__salient-logo {
    display: inline-block;
    line-height: 0;
}

.gr-footer__logo .custom-logo,
.gr-footer__logo .gr-footer__salient-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 82px;
    object-fit: contain;
}

.gr-footer__site-name {
    color: var(--gr-footer-deep);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

.gr-footer__brand-copy {
    max-width: 290px;
    margin: 0 0 22px;
    color: var(--gr-footer-text);
    font-size: 14px;
    line-height: 1.65;
}

.gr-footer__contact-lines {
    display: grid;
    gap: 9px;
    margin-top: 17px;
}

.gr-footer__contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gr-footer-muted);
    font-size: 13px;
    line-height: 1.45;
}

.gr-footer__contact-line a {
    color: inherit;
    text-decoration: none;
}

.gr-footer__contact-line a:hover,
.gr-footer__contact-line a:focus-visible {
    color: var(--gr-footer-teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gr-footer__contact-icon {
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--gr-footer-teal);
}

.gr-footer__contact-icon svg,
.gr-footer__social svg,
.gr-footer__search button svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gr-footer__socials {
    display: flex;
    gap: 9px;
    margin-top: 20px;
}

.gr-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1px solid #c9ded9;
    border-radius: 50%;
    color: var(--gr-footer-teal);
    background: transparent;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.gr-footer__social svg {
    width: 17px;
    height: 17px;
}

.gr-footer__social:hover,
.gr-footer__social:focus-visible {
    background: var(--gr-footer-teal);
    border-color: var(--gr-footer-teal);
    color: #fff;
}

.gr-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(135px, 1fr)) minmax(190px, 1.05fr);
    gap: 38px;
}

.gr-footer__heading {
    margin: 0 0 22px;
    color: var(--gr-footer-teal);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gr-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gr-footer__links li {
    margin: 0 0 13px;
    padding: 0;
}

.gr-footer__links a {
    color: var(--gr-footer-text);
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.gr-footer__links a:hover,
.gr-footer__links a:focus-visible {
    color: var(--gr-footer-teal);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.gr-footer__search {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
}

.gr-footer__search input {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 48px 10px 14px;
    border: 1px solid #c9ded9;
    border-radius: 2px;
    background: var(--gr-footer-white);
    color: var(--gr-footer-text);
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.gr-footer__search input::placeholder {
    color: #839397;
    opacity: 1;
}

.gr-footer__search input:focus {
    border-color: var(--gr-footer-teal);
    box-shadow: 0 0 0 3px rgba(44, 137, 126, .12);
}

.gr-footer__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 48px;
    margin: 0;
    padding: 14px;
    border: 0;
    background: transparent;
    color: var(--gr-footer-deep);
    cursor: pointer;
}

.gr-footer__search button:hover,
.gr-footer__search button:focus-visible {
    color: var(--gr-footer-teal);
}

.gr-footer__utility {
    border-top: 1px solid var(--gr-footer-line);
    background: var(--gr-footer-utility);
}

.gr-footer__utility-inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    color: var(--gr-footer-muted);
    font-size: 12px;
}

.gr-footer__utility-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.gr-footer__utility-links a {
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: 0 16px;
}

.gr-footer__utility-links a + a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #c9d9d6;
}

.gr-footer__utility-links a:hover,
.gr-footer__utility-links a:focus-visible {
    color: var(--gr-footer-teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gr-footer__utility-location {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.gr-footer__utility-location .gr-footer__contact-icon {
    width: 17px;
    height: 17px;
}

.gr-footer__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gr-footer a:focus-visible,
.gr-footer button:focus-visible {
    outline: 2px solid var(--gr-footer-teal);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .gr-footer__main > .gr-footer__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .gr-footer__brand {
        padding-right: 0;
        padding-bottom: 34px;
        border-right: 0;
        border-bottom: 1px solid var(--gr-footer-line);
    }

    .gr-footer__brand-copy {
        max-width: 470px;
    }

    .gr-footer__nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gr-footer__utility-inner {
        grid-template-columns: auto 1fr;
    }

    .gr-footer__utility-location {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-bottom: 18px;
    }
}

@media (max-width: 760px) {
    .gr-footer__inner {
        width: min(100% - 34px, 1200px);
    }

    .gr-footer__main {
        padding: 44px 0 34px;
    }

    .gr-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 26px;
    }

    .gr-footer__search {
        max-width: none;
    }

    .gr-footer__utility-inner {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gr-footer__utility-links {
        justify-content: flex-start;
        gap: 10px 18px;
    }

    .gr-footer__utility-links a {
        padding: 0;
    }

    .gr-footer__utility-links a + a::before {
        display: none;
    }

    .gr-footer__utility-location {
        grid-column: auto;
        padding-bottom: 0;
        white-space: normal;
    }
}

@media (max-width: 470px) {
    .gr-footer__nav {
        grid-template-columns: 1fr;
    }

    .gr-footer__heading {
        margin-bottom: 15px;
    }

    .gr-footer__links li {
        margin-bottom: 10px;
    }
}
