
/* v39 keyword page fixes */
@media (min-width:1200px){
  .navbar .navbar-inner{gap:18px!important;}
  .navbar .nav-links{justify-content:center!important;gap:clamp(22px,2.2vw,42px)!important;}
  .navbar .nav-links>a,.navbar .fg-service-menu>a{padding-left:0!important;padding-right:0!important;}
}
.nav-links>a.active,.fg-service-menu>a.active{color:#0068b7!important;position:relative;}
.nav-links>a.active:after,.fg-service-menu>a.active:after{content:"";position:absolute;left:0;right:0;bottom:-24px;height:4px;background:#0878c9;border-radius:2px 2px 0 0;}
.kw-page .contact-modal-overlay{z-index:10060!important;}
.kw-page .kw-btn.js-open-contact{cursor:pointer;pointer-events:auto!important;}
