/* Generated by the BIA admin dashboard — edits here are overwritten. */
:root{
  --blue: #0a6b78;
  --blue-bright: #368590;
  --teal: #ad842d;
  --gold: #ad842d;
}
.vhero-mark{ width: 62px; }
.vhero-mark img{ animation: none; }
.vhero-bg::after{ opacity: 1.00; }

/* logo sizes — header scales down on scroll / on phones, up over the dark hero */
.nav .brand-logo,
.nav .brand-logo--split{ height: 54px; }
.nav.scrolled .brand-logo,
.nav.scrolled .brand-logo--split{ height: 46px; }
body.hero-dark .nav:not(.scrolled) .brand-logo--split{ height: 65px; }
@media (max-width:720px){
  .nav .brand-logo,
  .nav .brand-logo--split{ height: 46px; }
}
.foot-brand .brand-logo--footer{ height: 54px; }
@media (max-width:720px){
  .foot-brand .brand-logo--footer{ height: 46px; }
}
