.anchor-link {
  margin: 0 -15px;
  background-color: #fff;
  overflow: auto;
  /* Make this anchor bar stick at the top of the page once scrolled. */
  position: sticky;
  top: 54px;
  z-index: 100;
}
.anchor-link ul {
  display: block;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.anchor-link ul li {
  position: relative;
  display: inline-flex;
}
[dir=ltr] .anchor-link ul li {
  margin-left: -3px;
}
[dir=rtl] .anchor-link ul li {
  margin-right: -3px;
}
.anchor-link ul li a {
  display: block;
  padding: 20px 8px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5;
  color: #240F6E;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .anchor-link ul li a {
    padding: 24px 15px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.anchor-link ul li a:hover {
  color: #240F6E;
}
.anchor-link ul li:last-child::after {
  display: none;
}

/*# sourceMappingURL=anchor-link.css.map */
