* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #f3f5f4;
    color: #242827;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

a {
    color: #235f83;
}

img {
    max-width: 100%;
}

.site-shell {
    min-height: 100vh;
    background: #fff;
}

.site-header {
    background: #020308;
}

.banner-link {
    display: block;
    line-height: 0;
}

.banner-link img {
    display: block;
    width: 100%;
}

.site-nav {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    background: #9dbf69;
    position: relative;
    z-index: 10;
}

.nav-accent {
    display: none;
}

.mobile-menu-button {
    display: none;
    width: 100%;
    border: 0;
    background: #9dbf69;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    text-transform: uppercase;
}

.nav-menu {
    background: #9dbf69;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link,
.nav-trigger {
    align-items: center;
    background: #9dbf69;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    min-height: 48px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-trigger::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    margin-left: 7px;
}

.nav-item:hover > .nav-link,
.nav-item:hover > .nav-trigger,
.nav-item.is-active > .nav-link,
.nav-item.is-active > .nav-trigger,
.nav-trigger:focus,
.nav-link:focus {
    background: #fff;
    color: #163e6f;
}

.nav-submenu {
    background: #fff;
    border: 0;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 300px;
    padding: 0;
    position: absolute;
    top: 100%;
}

.nav-item:hover > .nav-submenu,
.nav-item:focus-within > .nav-submenu {
    display: block;
}

.nav-submenu a {
    color: #163e6f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-submenu a:hover,
.nav-submenu a:focus {
    background: #9dbf69;
    color: #fff;
}

.page-body {
    min-height: 0;
}

.home-title {
    background: #ececec;
    padding: 1px 16px;
    text-align: center;
}

.home-title h1 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 16px 0;
}

.frame-section {
    background: #fff;
}

.frame-wrap {
    background: #fff;
    min-height: 320px;
    position: relative;
}

.frame-loading {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    display: none;
    inset: 0;
    justify-content: center;
    min-height: 320px;
    position: absolute;
    z-index: 2;
}

.frame-loading img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.frame-loading table {
    border-collapse: collapse;
    margin: 0 auto;
}

.frame-loading td {
    padding: 0;
    text-align: center;
}

.frame-wrap.is-loading .frame-loading {
    display: flex;
}

.frame-wrap.is-loading .content-frame {
    visibility: hidden;
}

.content-frame {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.content-page {
    margin: 0 auto;
    max-width: 1180px;
    padding: 34px 20px 54px;
}

.content-page h1 {
    color: #2d3432;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}

.content-page h2 {
    color: #2d3432;
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 12px;
}

.compact-page {
    max-width: 760px;
}

.people-table-wrap {
    overflow-x: auto;
    margin-top: 26px;
}

.people-table {
    border: 1px solid #dddada;
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.people-table th,
.people-table td {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
}

.people-table th {
    background: #ececec;
    font-weight: 700;
}

.people-table img {
    display: block;
    height: 52px;
    margin: 0 auto;
    width: 52px;
}

.credits p {
    margin: 5px 0;
}

.action-link {
    background: #64777d;
    border: 1px solid #52646a;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    padding: 9px 14px;
    text-decoration: none;
}

.action-link:hover,
.action-link:focus {
    background: #315f75;
}

.site-footer {
    background: #3e4240 url("/assets/img/footer.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
}

.footer-spacer {
    min-height: 132px;
}

.footer-main {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: 35fr 40fr 20fr 5fr;
    margin: 0;
    padding: 30px 0 18px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}

.footer-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px 8px;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #163e6f;
    text-decoration: none;
}

.ingv-link {
    display: block;
    justify-self: stretch;
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
}

.ingv-link img {
    display: inline-block;
    height: auto;
    max-height: 96px;
    max-width: 100%;
    width: auto;
}

.license {
    align-items: center;
    background: #666;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 7px 16px;
    text-align: center;
}

.license img {
    height: 21px;
    width: 60px;
}

@media (max-width: 900px) {
    .site-nav {
        grid-template-columns: 1fr;
    }

    .nav-accent {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-menu.is-open {
        display: flex;
    }

    .nav-link,
    .nav-trigger {
        justify-content: space-between;
        min-height: 44px;
        width: 100%;
    }

    .nav-submenu {
        border: 0;
        box-shadow: none;
        display: block;
        background: #fff;
        min-width: 0;
        padding: 0 0 0 18px;
        position: static;
    }

    .nav-submenu a {
        padding: 9px 14px;
    }

    .home-title h1 {
        font-size: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 24px 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
        padding-top: 0;
        text-align: center;
    }

    .footer-spacer {
        min-height: 72px;
    }
}
