
/* all4it V66 fixes
   - reinforces nav active underline
   - does not change layout or service-detail JS
*/

.site-nav a.active::after {
  width: 100% !important;
}

.site-nav a.active {
  color: #111 !important;
}
