
/* SiteOps 2026-09-12: keep footer information and responsive ad containers usable. */
@media (max-width: 767px) {
    #footer .footersidebar .inner > .one_third {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
