
/* JONES BI v3 — crisp vector header logo */
.site-header .brand{
  min-width: 300px;
}
.site-header .brand-lockup{
  display:flex;
  align-items:center;
  gap:14px;
  color:#10cdb8;
}
.site-header .brand-symbol{
  width:78px;
  height:58px;
  flex:0 0 auto;
  fill:currentColor;
  overflow:visible;
}
.site-header .brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1;
}
.site-header .brand-name{
  color:#ffffff;
  font-weight:800;
  font-size:30px;
  letter-spacing:.02em;
  white-space:nowrap;
}
.site-header .brand-name b{
  color:#10cdb8;
}
.site-header .brand-tagline{
  color:#72ded3;
  font-size:11px;
  font-weight:700;
  letter-spacing:.17em;
  margin-top:8px;
  white-space:nowrap;
}
.site-header .nav-wrap{
  height:96px;
}
@media (max-width: 900px){
  .site-header .brand{min-width:auto}
  .site-header .brand-symbol{width:60px;height:48px}
  .site-header .brand-name{font-size:24px}
  .site-header .brand-tagline{font-size:9px}
  .site-header .nav-wrap{height:84px}
}
@media (max-width: 620px){
  .site-header .brand-symbol{width:52px;height:42px}
  .site-header .brand-name{font-size:20px}
  .site-header .brand-tagline{font-size:7.5px;letter-spacing:.13em}
}
