html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #0b3554; /* dark blue AOC branding */
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.text-warning {
    color: #FFA000 !important;
}

.custom-tooltip {
    --bs-tooltip-bg: #005a9c;
    --bs-tooltip-color: #fff;
    --bs-tooltip-opacity: 1;
}

.table-transparent {
    --bs-table-bg: transparent !important;
}

.bg-nevada-blue {
    background-color: #005a9c !important;
    color: #fff;
}

.nevada-blue {
    color: #005a9c;
}

.aoc-gold {
    color: #c3a866;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .rotate.down {
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.spectral-extralight {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: normal;
}

.spectral-light {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: normal;
}

.spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
}

.spectral-medium {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal;
}

.spectral-semibold {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: normal;
}

.spectral-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: normal;
}

.spectral-extrabold {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: normal;
}

.spectral-extralight-italic {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: italic;
}

.spectral-light-italic {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: italic;
}

.spectral-regular-italic {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
}

.spectral-medium-italic {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: italic;
}

.spectral-semibold-italic {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: italic;
}

.spectral-bold-italic {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: italic;
}

.spectral-extrabold-italic {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: italic;
}

a.link-dark:link, a.link-dark:visited, a.link-dark:active {
    color: #666;
}

a.link-dark:hover {
    color: #000;
}

a.top-nav-link:link, a.top-nav-link:visited, a.top-nav-link:active {
    color: #000;
}

a.top-nav-link:hover {
    color: #005a9c;
    /*border-bottom: 2px solid #0d6efd !important;*/
}

.nav-underline .active {
    border-bottom: 2px solid #0d6efd !important;
}

.nav-link:hover {

}

.btn-link {
    color: #666;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

.menu-item-rounded-bg-hover {
    border-radius: 5px;
    padding: 2px 10px 5px 5px;
}

    .menu-item-rounded-bg-hover:hover {
        background-color: rgba(225, 225, 225, 0.25);
    }
