/* Hide the Locations tab in the header navigation */
a[href*="locations"], 
.nav a:has([href*="locations"]) { 
  display: none !important; 
}