/* Shared navigation feedback: no position or size changes on interaction. */
nav[aria-label="Main navigation"] a,
#kohn-home nav.kc-nav a{position:relative;transition:color 160ms ease,background-color 160ms ease;text-decoration:none!important}
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta),
#kohn-home nav.kc-nav a:not(.kc-navcta){border-bottom:0;padding-top:12px;padding-bottom:12px}
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta)::after,
#kohn-home nav.kc-nav a:not(.kc-navcta)::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:#eba830;opacity:0;transition:opacity 160ms ease;pointer-events:none}
nav[aria-label="Main navigation"] a[aria-current="page"]:not(.cta):not(.kc-navcta)::after,
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):focus-visible::after,
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):active::after,
#kohn-home nav.kc-nav a[aria-current="page"]:not(.kc-navcta)::after,
#kohn-home nav.kc-nav a:not(.kc-navcta):focus-visible::after,
#kohn-home nav.kc-nav a:not(.kc-navcta):active::after{opacity:1}
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):focus-visible,
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):active,
#kohn-home nav.kc-nav a:not(.kc-navcta):focus-visible,
#kohn-home nav.kc-nav a:not(.kc-navcta):active{color:#0076b3}
nav[aria-label="Main navigation"] a:focus-visible{outline:2px solid #0076b3;outline-offset:4px}
nav[aria-label="Main navigation"] a.cta:focus-visible,
nav[aria-label="Main navigation"] a.cta:active,
#kohn-home nav.kc-nav a.kc-navcta:focus-visible,
#kohn-home nav.kc-nav a.kc-navcta:active{background:#d99a24;color:#00234a}
@media(hover:hover){
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):hover,
#kohn-home nav.kc-nav a:not(.kc-navcta):hover{color:#0076b3}
nav[aria-label="Main navigation"] a:not(.cta):not(.kc-navcta):hover::after,
#kohn-home nav.kc-nav a:not(.kc-navcta):hover::after{opacity:1}
nav[aria-label="Main navigation"] a.cta:hover,
#kohn-home nav.kc-nav a.kc-navcta:hover{background:#d99a24;color:#00234a}
}
@media(prefers-reduced-motion:reduce){nav[aria-label="Main navigation"] a,nav[aria-label="Main navigation"] a::after,#kohn-home nav.kc-nav a,#kohn-home nav.kc-nav a::after{transition:none}}
/* Keep the contact-page active state from stripping the CTA's side padding. */
nav[aria-label="Main navigation"] a.cta,
nav[aria-label="Main navigation"] a.cta[aria-current="page"]{
  padding:15px 24px;
  min-height:48px;
  white-space:nowrap;
  flex-shrink:0;
  border-bottom:0;
}
