footer#site-footer .container .item.usn_pod_searchlinks.footerGallery .inner nav ul {
    text-wrap:nowrap;
}

footer#site-footer .container .item .inner {
    text-align: center;
}

footer#site-footer .container .item .inner .heading::after {
    margin: 15px auto;
}
@media (min-width:768px) {
    footer#site-footer .container .item:not(:last-child) {
        border-radius:0;
        border-right:1px solid #fff;
    }
}

.footer-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-logos a img {
    width: 100px;
    height: auto;
}

footer#site-footer .site-credit .icon.usn_ion-md-open.after {
    display:none;
}

footer#site-footer .site-credit {
    font-size:15px!important;
}

footer#site-footer .site-credit span a {
    color:#e65d00!important;
}

i.usn_ion-md-fitness::before {
    content: "" !important;
    display: inline-block !important;
    background: url("/media/bitj5aud/bee-logo.svg") no-repeat!important;
    background-size: contain!important;
    width: 30px;
    height: 30px;
    position: relative;
}