
/* KEEN Site-Wide Header + Nav Update V1 */
.topbar-phone,
.topbar-phone-drainage{
  justify-content:center !important;
  text-align:center;
}
.topbar-phone p,
.topbar-phone-drainage span{
  width:100%;
  margin:0;
  color:#fff !important;
  font-weight:800;
  letter-spacing:.02em;
  font-size:clamp(.95rem,2vw,1.05rem);
}
.site-header .brand img{
  width:auto !important;
  height:74px !important;
  max-width:none !important;
}
.footer-logo{
  width:210px !important;
  max-width:100% !important;
  height:auto !important;
}
.site-nav{
  gap:18px !important;
}
.site-nav a{
  white-space:nowrap;
}
@media (max-width:980px){
  .site-header .brand img{
    height:66px !important;
  }
}
@media (max-width:760px){
  .site-header .brand img{
    height:58px !important;
  }
  .footer-logo{
    width:180px !important;
  }
  .topbar-phone p,
  .topbar-phone-drainage span{
    font-size:.92rem;
  }
}

/* Contact page contact cards support */
.contact-info-card .text-link{
  word-break:break-word;
}
