:has(> .sticky-top) {
  position: sticky;
  top: 64px;
  z-index: 1000;
  background: #fff;
}
@media (min-width: 888px) {
  :has(> .sticky-top) {
    top: 143px;
  }
}
@media (min-width: 1000px) {
  :has(> .sticky-top) {
    top: 98px;
  }
}
/* remove PI/ISI links, vertical bars on desktop */
.branding,
.header-content
  .links
  .nni-hcp--button-style--branding-slab
  :first-of-type.nni-hcp--text--color-grey,
.toggle_isi {
  display: none;
}

/* Change button color */

.nni-hcp--button.nni-hcp--button-size--medium a.btn-teal-outline {
  border: 2px solid #006373;
  color: #64656a;
  background-color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: normal;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 888px) {
  .nni-hcp--button.nni-hcp--button-size--medium a.btn-teal-outline {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .nni-hcp--button.nni-hcp--button-size--medium a.btn-teal-outline {
    font-size: 18px;
  }
}
.scroll-anchor {
  top: -110px;
  position: relative;
}
@media (min-width: 888px) {
  .scroll-anchor {
    top: -100px;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .scroll-anchor {
    top: -180px;
    position: relative;
  }
}
