/* Unified blue navigation treatment, with the quote action intentionally distinct. */
@media (min-width: 901px) {
  .site-header #nav > a:not(.nav-cta) {
    background: #e4f2ef !important;
    color: #0b5870 !important;
    border-color: #7fb5ad !important;
  }

  .site-header #nav > a:not(.nav-cta):hover {
    background: #0b5870 !important;
    color: #fff !important;
    border-color: #0b5870 !important;
  }
}
