/* Keep a consistent breathing space between the shared navigation and page banner. */
.main-header {
  margin-bottom: 16px !important;
}

.main-header + hr {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.main-header + main,
.main-header + section,
.main-header + .hero,
.main-header + [class*="hero"],
.main-header + [class*="banner"] {
  margin-top: 0 !important;
}
