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 {
    margin-bottom: 60px;
}

.navbar .navbar-nav > li > a:hover {
    background-color: dimgray;
}

.BannerHeading {
    font-family: Verdana, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 40.512px !important;
    line-height: normal;
    color: #084484 !important;
    margin-bottom: 2rem;
}

.NewContainer {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
}

.UserPermissionAddButton {
    text-align: right !important;
}

.language-bar {
    background: #ebebeb;
}

.language-bar {
    font-weight: 400;
    padding: 0.25em 1em;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 28px;
}

    .language-bar div, .language-bar span {
        font-size: 0.8rem;
        line-height: 0.9em;
    }

.language-bar-left {
    margin-right: auto;
    padding-left: 0.25em;
    max-width: 60%;
}

.language-bar .language-bar-left a {
    color: #404040;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

img.lang-logo {
    width: 20px;
    height: 20px;
    margin-left: -5px;
    margin-right: 5px;
}

a img {
    border: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

div.language-bar-left span {
    line-height: 1.1rem;
}

.language-bar div, .language-bar span {
    font-size: 0.8rem;
    line-height: 0.9em;
}

.language-bar .language-bar-left a span {
    line-height: 1.42857143;
}

footer {
    position: relative;
    background: #003146;
}

    footer ul {
        margin: 0;
        list-style: none;
    }

    footer li {
        line-height: 1.4;
    }

    footer a {
        text-decoration: none;
        color: #FAFAFA;
        font-weight: 400;
        line-height: 1.4;
    }

        footer a:hover, footer a.-hover {
            text-decoration: underline;
        }

@media screen and (max-width: 63.99875em) {
    footer .columns {
        width: 100% !important;
    }
}

footer #state-footer-nav {
    padding: 50px 0;
    background: #2E2E2E;
    color: #FFFFFF;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .row {
        padding: 0 20px;
    }
}

footer #state-footer-nav .menu-item {
    float: left;
    width: 100%;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 320px) {
    footer #state-footer-nav .footer-menu {
        padding: 0;
    }
}

footer #state-footer-nav .footer-left {
    padding-right: 30px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-left {
        width: 100%;
        padding: 0;
    }

        footer #state-footer-nav .footer-left .menu-link {
            width: 100%;
            text-align: left;
        }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-left .columns {
        padding: 0;
    }
}

footer #state-footer-nav .footer-right {
    padding-left: 30px;
    border-left: 1px solid #FFFFFF;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #FFFFFF;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-right .columns {
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }

        footer #state-footer-nav .footer-right .columns:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-img {
        width: 100%;
        text-align: center;
    }
}

footer #state-footer-nav .footer-img img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .footer-img img {
        max-width: 240px;
        width: 100%;
    }
}

footer #state-footer-nav li.show-for-small-only {
    text-align: center;
}

footer #state-footer-nav a, footer #state-footer-nav p {
    position: relative;
    color: #b8b7b4;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}

footer #state-footer-nav i {
    position: absolute;
    top: 2px;
    left: -24px;
    padding-right: 4px;
    width: 23px;
    color: #FFFFFF;
}

    footer #state-footer-nav i.fa-external-link {
        position: static;
    }

footer #state-footer-nav .main-menu-link {
    margin-bottom: 10px;
    color: #FAFAFA;
    letter-spacing: .1em;
    display: inline-block;
    text-transform: uppercase;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .main-menu-link {
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }
}

footer #state-footer-nav .main-menu-link + ul {
    margin-left: 24px;
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav .main-menu-link + ul {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #state-footer-nav {
        padding: 40px 20px 0 20px;
    }

        footer #state-footer-nav ul.footer-menu {
            padding: 1.5625em 0 1.5625em 1em;
            display: block;
            margin: auto;
        }

        footer #state-footer-nav li {
            padding: 0;
        }

            footer #state-footer-nav li ul {
                margin-bottom: 1.25em;
            }

            footer #state-footer-nav li a {
                width: 100%;
            }

                footer #state-footer-nav li a.main-menu-link {
                    margin: 0;
                    padding: 20px;
                    border: none;
                }

            footer #state-footer-nav li .main-menu-link {
                position: relative;
            }

                footer #state-footer-nav li .main-menu-link:before {
                    content: '';
                    display: block;
                    width: 18px;
                    height: 13px;
                    background-position: -90px -60px;
                    position: absolute;
                    z-index: 1;
                    background-size: 210px 760px;
                    top: 25px;
                    right: 20px;
                }

                footer #state-footer-nav li .main-menu-link:hover:before, footer #state-footer-nav li .main-menu-link.-hover:before {
                    right: 20px;
                    width: 18px;
                    opacity: 1;
                }
}

footer #copyright {
    padding: 8px 20px;
    color: #FAFAFA;
    width: 100%;
    min-width: 100%;
}

    footer #copyright a,
    footer #copyright p {
        font-size: 12px;
        letter-spacing: .1em;
        font-weight: 400;
        margin: 0;
    }

    footer #copyright p {
        text-transform: initial;
        font-size: 12px;
        text-align: right;
    }

@media screen and (max-width: 63.99875em) {
    footer #copyright p {
        padding-right: 0;
    }
}

footer #copyright li:first-child a,
footer #copyright ul {
    padding-left: 0;
}

@media screen and (max-width: 63.99875em) {
    footer #copyright li {
        width: 100%;
    }
}

footer #copyright li a {
    color: #FFFFFF;
    border-right: solid 1px #666;
    padding: 3px 20px;
    float: left;
    text-transform: uppercase;
}

    footer #copyright li a:hover, footer #copyright li a.-hover {
        text-decoration: underline;
    }

@media screen and (max-width: 63.99875em) {
    footer #copyright li a {
        border: none;
        padding: 0;
        width: 100%;
        text-align: left;
        text-transform: capitalize;
        font-size: .9em;
        line-height: 2;
    }
}

footer #copyright li:last-child a {
    border-right: 0;
}

@media screen and (max-width: 63.99875em) {
    footer #copyright {
        color: #2E2E2E;
        padding: 0 40px 40px 40px;
    }
}

@media screen and (max-width: 63.99875em) {
    footer #copyright {
        text-align: left;
    }

        footer #copyright p {
            padding-left: 0;
            text-align: left;
        }

        footer #copyright ul {
            width: 100%;
            padding: 0;
        }

            footer #copyright ul li {
                float: none;
                display: inline-block;
            }
}

th a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    color: #001849;
    font-family: Zilla Slab, serif;
    line-height: 120%;
}

th span {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    color: #001849;
    font-family: Zilla Slab, serif;
    line-height: 120%;
}

.kds-headline-xs {
    font-size: 1rem !important;
}
