/* Primary navigation sizing guard.
   The base stylesheet spaces the header for a four-item nav; "For Agents"
   makes five, which crowds the header on mid-width desktops. Below 951px the
   base stylesheet hides .nav nav entirely, so this only applies above that. */
.nav nav a{white-space:nowrap}
@media (min-width:951px) and (max-width:1240px){
  .nav{gap:16px;padding:0 20px}
  .nav nav{gap:14px;font-size:13px}
}
