/*
This CSS file contains the CSS needed for the Hopp Footer.

@package Hopp FAW Footer
@since 1.0.0
@version 1.0.10

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Footer (F)

--------------------------------------------------------------*/
/*--------------------------------------------------------------
Footer (F)
--------------------------------------------------------------*/
/* Using CSS instead of removing from template because don't want to make a change to the theme until new footer live. */
.footer-border-top.container {
    display: none;
}

.faw-footer__main-heading {
    color: #fff;
    font-weight: 700;
}

#colophon .js-accordion--alt.faw-acc {
    border-top: 0;
}

#colophon .faw-acc__header {
    border-bottom-color: #ccc !important;
}

.faw-sp-logos.text-md-left .faw-sp-logo {
    margin: 0 1.5rem;
}

@media screen and (max-width: 575px) {
    .faw-sp-logos.faw-sp-logos--large .faw-sp-logo {
        flex-basis: 100%;
    }
}