footer {
    background: #003349;
    font-size: .9rem;
    color: #fff
}

    footer .footer-inner {
        font-size: 1rem
    }

        footer .footer-inner #dnr-footer-chat a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            background-color: #0076a5;
            padding: 8px 18px;
            margin-right: 8px;
            -webkit-border-radius: 1rem;
            border-radius: 1rem;
            letter-spacing: .05em
        }

            footer .footer-inner #dnr-footer-chat a:before {
                content: '';
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: 'FontAwesome';
                margin-right: 4px;
                display: inline-block;
                color: #fff
            }

        footer .footer-inner ul#footer-resources, footer .footer-inner ul#dnr-footer-nondiscrimination {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-top: -15px;
            columns: 2
        }

            footer .footer-inner ul#footer-resources li, footer .footer-inner ul#dnr-footer-nondiscrimination li {
                break-inside: avoid;
                border-bottom: 1px dotted #fff;
                padding: 15px 0
            }

                footer .footer-inner ul#footer-resources li a, footer .footer-inner ul#dnr-footer-nondiscrimination li a {
                    display: block;
                    text-decoration: none;
                    color: #fff
                }

            footer .footer-inner ul#footer-resources#dnr-footer-nondiscrimination, footer .footer-inner ul#dnr-footer-nondiscrimination#dnr-footer-nondiscrimination {
                margin-top: 0;
                columns: 1
            }

    footer address {
        font-size: 1rem;
        font-style: normal;
        line-height: inherit
    }

    footer .copyright {
        background: #00283a;
        padding: 1rem 0;
        font-size: 14px
    }

    footer #site-links {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: .9rem
    }

        footer #site-links a {
            color: #fff
        }

.btn {
    text-transform: uppercase
}

.dnr-btn {
    background: #0076a5;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Fira Sans',sans-serif;
    border-width: 2px;
    border-style: solid;
    border-color: transparent
}

    .dnr-btn:hover {
        background: #003349;
        color: #fff;
        text-decoration: none
    }

.dnr-hidden-element {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px)
}

a, .btn-link {
    color: #0076a5;
    text-decoration: underline
}

.socials a i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 30px
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.x-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.x-debug {
    background-image: url(/securitygateway/wwwroot/img/x-debug.png)
}
