/* Footer */
.usa-footer {
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.usa-footer__secondary-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* Primary Section */
#zone-footer-top-wrapper{
    background-color: #f0f0f0;
}

.usa-footer__nav {
    max-width: none;
}

.usa-footer {
    margin-top: 2rem;
}

.usa-footer a,
.usa-footer a:visited,
.usa-footer a:hover {
    text-decoration: none;
}

.usa-footer__primary-link a,
.usa-footer__primary-link a:visited,
.usa-footer__primary-link a:hover {
    color: #000;
}

h4.usa-footer__primary-link a,
h4.usa-footer__primary-link a:visited,
h4.usa-footer__primary-link a:hover {
    color: #000;
}


/* Secondary Section */
#zone-footer-middle-wrapper {
    background: #005885;
}

#zone-footer-middle-wrapper .block {
    display: none;
}

.usa-footer__secondary-section {
    padding: .5rem 0rem;
    background: #005885;
}

.usa-footer__secondary-section ul li {
    padding: 0 5px;
}

.usa-footer__secondary-section a,
.usa-footer__secondary-section a:visited,
.usa-footer__secondary-section a:hover {
    color: #fff;
}

.social-media-links-container-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-media-links-container-footer .bia-social-link {
    font-size: 32px;
    text-decoration: none;
    font-weight: normal;
    margin-left: .75rem;
    width: 2rem;
}

.social-media-links-container-footer .bia-social-link:first-child {
    margin-left: 0;
}

#block-footerlinksleft {
    margin: 2rem 0 0 0;
}

#block-footerlinksright {
    text-align: left;
    margin: 2rem 0 0 0;
}

.usa-footer__address-wrapper {
    display: flex;
    justify-content: flex-start;
}

.usa-footer__address {
    justify-content: flex-start;
    text-align: left;
    color: #fff;
    margin-top: 1rem;
}

.usa-footer__contact-links {
    margin-top: 1rem;
}


/* Identifier Section */
#zone-footer-bottom-wrapper {
    background-color: #1b1b1b;
}

.usa-identifier {
    padding: 1rem 0rem;
}

.usa-identifier__container {
    max-width: none;
}

.usa-footer__logo-img {
    max-width: 3rem;
}

.usa-identifier {
    background: inherit;
}

.usa-identifier__identity-domain {
    color: #fff;
}

.usa-identifier__section {
    padding-top: 0.5rem;
}

.usa-identifier__container {
    padding-left: 0;
}

.usa-identifier__container a, .usa-identifier__container a:visited {
    color: #dfe1e2;
    text-decoration: underline;
}

.usa-identifier__container a:hover, .usa-identifier__container a:active {
    color: white;
    text-decoration: underline;
}

.usa-identifier__required-links-item a, .usa-identifier__required-links-item a:visited {
    color: #a9aeb1;
    text-decoration: underline;
}

.usa-identifier__required-links-item a:hover, .usa-identifier__required-links-item a:active {
    color: #c6cace;
    text-decoration: underline;
}


/* Tablet and up Adjusments */
@media (min-width: 640px) {
    .usa-footer__logo-img {
        max-width: 5rem;
    }

    footer .bia-logo-wrapper {
        justify-content: flex-start;
    }

    footer .site-name {
        font-size: 2.4em;
    }

    .usa-footer__address {
        justify-content: flex-end;
        text-align: right;
    }

    .usa-footer__contact-links {
        margin-top: 0;
    }

    .usa-footer__secondary-section ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social-media-links-container-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .usa-footer__address-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .usa-footer__address {
        justify-content: flex-start;
        text-align: right;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Desktop and up Adjustments */

@media (min-width: 64em) {
    #block-footerlinksright {
        text-align: right;
    }

}