
/* v3.11.97 — sitewide Bootstrap breadcrumbs */
.nlt-breadcrumb-bar{
  width:100%;
  background:var(--bs-body-bg);
  border-bottom:1px solid var(--bs-border-color);
}
.nlt-breadcrumb-bar .nlt-site-container,
.nlt-breadcrumb-bar .container{
  padding-top:.8rem;
  padding-bottom:.8rem;
}
.nlt-breadcrumb-bar .breadcrumb{
  --bs-breadcrumb-divider:"›";
  margin:0;
  align-items:center;
  flex-wrap:wrap;
  row-gap:.25rem;
  font-size:.82rem;
}
.nlt-breadcrumb-bar .breadcrumb-item a{
  color:var(--bs-link-color);
  text-decoration:none;
  font-weight:600;
}
.nlt-breadcrumb-bar .breadcrumb-item a:hover{
  text-decoration:underline;
  text-underline-offset:.18em;
}
.nlt-breadcrumb-bar .breadcrumb-item.active{
  color:var(--bs-secondary-color);
  max-width:min(72ch,72vw);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nlt-breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before{
  color:var(--bs-secondary-color);
}
@media(max-width:575.98px){
  .nlt-breadcrumb-bar .breadcrumb{font-size:.74rem}
  .nlt-breadcrumb-bar .breadcrumb-item.active{max-width:56vw}
}
