.site-header {
  position: relative;
  background: #fff;
  color: #0b2348;
  border-bottom: 1px solid #d9e3f0;
}
.header-inner { min-height: 82px; }
.site-header .logo { color: #0b2348; }
.site-header .brand-logo .brand-symbol path:first-child { fill: #edf4ff; stroke: #0867ff; }
.site-header .brand-logo .brand-symbol path:last-child { stroke: #0867ff; }
.site-header .brand-logo .logo-copy { border-right-color: #cbd8e8; }
.site-header .brand-logo .logo-mark { color: #0867ff; border-color: #bdd0ec; opacity: 1; }
.site-header .nav { gap: 28px; color: #0b2348; font-size: .8rem; }
.site-header .nav > a:not(.button) { color: #233854; }
.site-header .menu-button { color: #0b2348; }
.inner-reference .inner-hero-person { padding-top: 36px; }
@media (max-width: 900px) {
  .site-header .nav { background: #fff; }
  .site-header .nav > a:not(.button) { color: #0b2348; }
}
