/* v12: horizontal section navigation in the footer */
.site-footer{flex-direction:column;gap:9px}
.footer-nav{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 11px}
.footer-nav a,.footer-legal a{color:inherit;text-decoration:none;transition:color .15s ease}
.footer-nav a{font-weight:700}
.footer-nav a[aria-current="page"]{color:var(--navy)}
.footer-nav a:hover,.footer-nav a:focus-visible,.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--navy)}
.footer-legal{display:flex;align-items:center;justify-content:center;gap:8px}
@media(max-width:560px){.site-footer{padding-top:16px;gap:8px}.footer-nav{gap:6px 9px;font-size:9.5px}.footer-legal{font-size:9.5px}}
