.navbar-footer {
    background-color: #007eb2;
    color: #ffffff;
}

.navbar-footer .nav-link {
    color: #ffffff;
    display: block;
    margin-top: 0;
    text-decoration: none;
}

.footer-right-section {
    text-align: right;
}

.footer-right-section .social {
    margin-left: 1.1rem;
}

.footer-logo-heading {
    display: inline-block;
    font-size: 1.1rem;
}

.footer-logo {
    margin-right: 15px;
    margin-top: 5px;
    vertical-align: top;
}

.footer-content {
    margin-right: 1.2rem;
}

.footer-secondary_section {
    background-color: #00467f;
    padding-bottom: 1rem;
    padding-top: 1rem;
    color: #ffffff;
}

.footer-secondary_section a {
    color: #ffffff;
    text-decoration: none;
}

#minor_footer {
        background-color: inherit;
        color: white;
        white-space: nowrap;
        font-size: .8rem;
        font-weight: bold;
        padding: 0.4em 0.2em 0.3em 0em;
        height: auto;
        text-align: left;
        margin-bottom: 0;
        line-height: 1.1;
}

#minor_footer a {
        color: white;
        text-decoration: none;
}

#minor_footer .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

