/* NDP journey navigation and page-type orientation | v1.0 */
.journey-breadcrumb{background:#fff;border-bottom:1px solid var(--line,#dfe2ea)}
.journey-breadcrumb__inner{width:min(calc(100% - 32px),1180px);margin:0 auto;padding:10px 0}
.journey-breadcrumb ol{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}
.journey-breadcrumb li{display:inline-flex;align-items:center;gap:8px;color:var(--muted,#626675);font-size:.82rem;font-weight:700}
.journey-breadcrumb a{color:var(--nrm-blue,var(--blue,#02066f));text-decoration:none;text-underline-offset:3px}
.journey-breadcrumb a:hover{text-decoration:underline}
.journey-breadcrumb [aria-current="page"]{color:var(--ink,#242323)}
.page-type-badge{display:inline-flex!important;align-items:center;margin-bottom:14px!important;padding:7px 12px;border-radius:999px;font-size:.72rem!important;font-weight:900!important;letter-spacing:.11em!important;line-height:1.15!important;text-transform:uppercase}
.page-type-badge--overview{border:1px solid #02066f;background:#02066f;color:#fff!important}
.page-type-badge--advisory{border:1px solid #b28735;background:#fff;color:#02066f!important}
.page-type-badge--knowledge{border:1px solid #ed155d;background:#fff;color:#02066f!important}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:680px){.journey-breadcrumb__inner{width:min(calc(100% - 28px),1180px)}.journey-breadcrumb li{font-size:.76rem}.page-type-badge{font-size:.67rem!important}}
