<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav {
    --bs-nav-link-color: #000; 
}
.nav-map-link.active {
    background-color: #dd3900 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
  
@media (max-width: 767px) {
    .navbar-expand-sm .navbar-collapse {
        display: block !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
}
  
@media (min-width: 768px) and (max-width: 1023px) {
    .dropdown {
        display: unset;
    }
}</pre></body></html>