/*
  Navbar chrome height — site override (do not edit the copied CF style.css).

  Match production's measured header dimensions. The template preserves the
  production 19px text-node gap before this spacer without inflating #nav.
*/
.navbar .wrapper {
  padding: 27px 12px 22px;
}

.navbar .rightside {
  top: 21px;
}

.js-nav-spacer {
  min-height: 76px;
}

@media (max-width: 992px) {
  .js-nav-spacer {
    height: auto;
    min-height: 92px;
  }
}
