@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/opensans-condbold.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

:root {
    --scw-archive-canvas: 1300px;
    --scw-archive-gutter: 20px;
    --scw-archive-green: #c2d1ac;
    --scw-archive-green-dark: #b7c9b4;
    --scw-archive-tan: #d8cfbd;
    --scw-search-sage: #cad8b8;
    --scw-archive-blue: #1d70a3;
    --scw-archive-focus: #145b88;
    --scw-archive-focus-border: #b1c8e5;
    --scw-archive-footer: #e0e2e4;
    --scw-archive-footer-bar: #b2b6bc;
    --scw-archive-ink: #333;
    --scw-archive-muted: #777;
}

.archived-shell {
    width: min(
        calc(100% - (2 * var(--scw-archive-gutter))),
        var(--scw-archive-canvas)
    );
    margin-inline: auto;
}

.site-header {
    background: #fff;
}

.utility-bar {
    color: #666;
    background: #f6f6f6;
    font-size: 12px;
}

.utility-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-tagline {
    flex: 1 1 auto;
    margin: 0;
    text-align: left;
}

.resource-tools {
    min-height: 26px;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    align-self: auto;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 83, 67, .18);
    border-radius: 3px;
    font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.resource-tools a,
.resource-tools span {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.resource-tools .account-resource {
    padding: 0 12px;
    border: 0;
    border-right: 1px solid rgba(74, 83, 67, .16);
    color: #425c63;
    background: #e8ece2;
}

.resource-tools .resource-count {
    padding: 0 13px;
    border: 0;
    color: #52604c;
    background: var(--scw-archive-green);
}

.resource-tools .add-resource {
    padding: 0 13px;
    border-left: 1px solid rgba(74, 83, 67, .14);
    color: #645b4d;
    background: var(--scw-archive-tan);
}

.resource-tools a:hover,
.resource-tools a:focus-visible {
    color: #fff;
    background: var(--scw-archive-blue);
}

.branding-row {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.site-logo img {
    width: 211px;
    height: auto;
    display: block;
}

.primary-navigation .menu {
    gap: 38px;
}

.primary-navigation a {
    padding: 52px 0 49px;
    border: 0;
    color: #555;
    font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a,
.primary-navigation a:hover,
.primary-navigation a:focus-visible {
    color: var(--scw-archive-blue);
    border: 0;
}

.menu-toggle {
    min-height: 52px;
    color: #555;
    font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.site-footer {
    padding: 0;
    color: #555;
    background: var(--scw-archive-footer);
    font-size: 12px;
}

.footer-widgets {
    min-height: 299px;
    padding: 72px 0 42px;
    background-color: var(--scw-archive-footer);
    background-image: url("../images/recovered/logo.png");
    background-position: center 24px;
    background-repeat: no-repeat;
    background-size: 96px 27px;
}

.footer-widget-grid {
    display: grid;
    grid-template-columns: 31fr 23fr 23fr 23fr;
    gap: 28px;
}

.footer-widget {
    min-width: 0;
}

.footer-widget h2 {
    margin: 0 0 20px;
    color: #383838;
    font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.footer-widget p {
    margin: 0;
    line-height: 20px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget li + li {
    margin-top: 8px;
}

.footer-widget li a {
    color: #507992;
    line-height: 18px;
}

.footer-widget li a::before {
    content: "›";
    margin-right: 8px;
    color: #6d7780;
    font-weight: 700;
}

.footer-widget a:hover,
.footer-widget a:focus-visible {
    color: #214e69;
    text-decoration: underline;
}

.footer-widget .search-form {
    display: flex;
    align-items: stretch;
}

.footer-widget .search-form label {
    min-width: 0;
    flex: 1 1 auto;
}

.footer-widget .search-field,
.footer-widget .search-submit {
    min-height: 36px;
}

.footer-widget .search-field {
    border: 1px solid #c7cbd0;
    background: #f5f5f5;
}

.footer-widget .search-submit {
    padding-inline: 13px;
    background: #507992;
}

.footer-lower {
    min-height: 61px;
    border-top: 1px solid #a4a9b0;
    color: #565b61;
    background: var(--scw-archive-footer-bar);
}

.footer-lower-inner {
    min-height: 60px;
    display: grid;
    grid-template-columns: 47% 47%;
    align-items: center;
    justify-content: space-between;
    gap: 6%;
}

.site-credit {
    margin: 0;
    white-space: normal;
}

.footer-navigation {
    justify-self: end;
}

.footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 25px;
}

.footer-navigation a {
    color: #4f555b;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible {
    color: #1b455f;
    text-decoration: underline;
}

@media (max-width: 968px) {
    .site-tagline {
        display: block;
    }

    .branding-row {
        min-height: 159px;
        padding-top: 22px;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
    }

    .menu-toggle {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-top: 1px solid #eee;
    }

    .primary-navigation {
        width: 100%;
        display: none;
        border-top: 1px solid #eee;
    }

    .primary-navigation.is-open {
        display: block;
    }

    .primary-navigation .menu {
        display: block;
        padding: 5px 0 12px;
        text-align: center;
    }

    .primary-navigation a {
        min-height: 44px;
        padding: 12px 10px;
    }
}

@media (max-width: 768px) {
    .footer-widgets {
        min-height: 0;
        padding: 75px 0 45px;
    }

    .footer-widget-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-widget h2 {
        margin-bottom: 12px;
    }

    .footer-widget .search-form {
        max-width: 360px;
        margin-inline: auto;
    }

    .footer-lower-inner {
        min-height: 132px;
        padding-block: 23px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 18px;
        text-align: center;
    }

    .footer-navigation {
        justify-self: auto;
    }

    .footer-navigation .menu {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .archived-shell {
        width: min(calc(100% - 28px), var(--scw-archive-canvas));
    }

    .utility-inner {
        min-height: 116px;
        padding-block: 14px;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 12px;
    }

    .site-tagline {
        flex: 0 1 auto;
        display: block;
        text-align: center;
        line-height: 20px;
    }

    .resource-tools {
        min-height: 32px;
        margin: 0;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .resource-tools a,
    .resource-tools span {
        min-height: 32px;
    }

    .resource-tools .resource-count {
        display: inline-flex;
    }

    .branding-row {
        min-height: 154px;
        padding-top: 20px;
    }

    .site-logo img {
        width: 192px;
    }

    .footer-navigation .menu {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header *,
    .site-footer * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
