
/* JONES BI² brand update */
.site-header .brand-lockup,
.footer-brand-lockup{
  display:flex;
  align-items:center;
  gap:14px;
  color:#10cdb8;
}
.site-header .brand-symbol{
  width:78px;
  height:58px;
  fill:currentColor;
  overflow:visible;
  flex:0 0 auto;
}
.footer-brand-symbol{
  width:62px;
  height:48px;
  fill:currentColor;
  overflow:visible;
  flex:0 0 auto;
}
.site-header .brand-text,
.footer-brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.site-header .brand-name,
.footer-brand-name{
  color:#fff;
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
}
.site-header .brand-name{font-size:30px}
.footer-brand-name{font-size:22px}
.site-header .brand-name b,
.footer-brand-name b{
  color:#10cdb8;
  position:relative;
  display:inline-block;
}
.site-header .brand-name sup,
.footer-brand-name sup{
  font-size:.48em;
  line-height:0;
  position:relative;
  top:-.55em;
  margin-left:2px;
  font-weight:800;
  color:#10cdb8;
}
.site-header .brand-tagline{
  color:#72ded3;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.12em;
  margin-top:8px;
  white-space:nowrap;
}
.footer-brand-tagline{
  color:#72ded3;
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.11em;
  margin-top:6px;
  white-space:nowrap;
}
.site-header .nav-wrap{height:96px}
.site-header .brand{min-width:340px}
@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:8px}
  .site-header .nav-wrap{height:84px}
  .footer-brand-lockup{justify-content:center}
}
@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:6.8px;letter-spacing:.08em}
}
