.modal-backdrop {
    z-index: 10000 !important;
}

.modal {
    z-index: 10001 !important;
}

details {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

summary {
    margin-top: 0;
    margin-bottom: 0.5;
    font-family: "CenturyGothic", Arial, sans-serif;
    color: #008bc5 !important;
    text-decoration: none;
    font-weight: 800;
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex !important;
    transition: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 1.25rem 2.25rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
    border-radius: 0.25rem;
    text-transform: none;
    overflow: visible;
}

details .card-body {
    background-color: white;
}

.bg-primary .bg-white a:not(.btn):not(.nav-link) {
    color: #008bc5 !important;
}

h1 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h1 a:hover {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h2 a:hover {
    text-decoration: none;
}

h3 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h3 a:hover {
    text-decoration: none;
}

h4 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h4 a:hover {
    text-decoration: none;
}

h5 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h5 a:hover {
    text-decoration: none;
}

h6 a {
    text-decoration: none;
    font-weight: 300;
    color: #173447;
}

h6 a:hover {
    text-decoration: none;
}

.xxlarge {
    height: 20rem !important;
}

.faq-code code {
    color: inherit;
}

.bg__secondary hr {
    border-top: #fff 1px solid;
}

.image {
    margin-bottom: 0;
}

/** add this to _navigation_meta.scss */

@media (max-width: 991px) {
    body header.navbar #main-navigation.navbar-collapse {
        overflow-y: scroll;
        max-height: calc(100vh - 60px);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body header.navbar #main-navigation.navbar-collapse::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    body #navigation-main.navbar-nav {
        padding-top: 1rem;
    }

    body #navigation-meta.navbar-nav {
        padding-top: 1rem;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    body #navigation-meta .dropdown .dropdown-menu {
        transform: translate3d(-13px, 0px, 0px) !important;
        position: absolute;
    }

    body #navigation-meta .nav-link > i {
        color: #173447;
    }
}

