#lb-block-simple-anchor-menu-block {
  position: relative;
  background: #eee;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  #lb-block-simple-anchor-menu-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: max(0px, calc((100vw - 540px) / 2));
    height: 100%;
    background: #004987;
  }
}

@media (min-width: 768px) {
  #lb-block-simple-anchor-menu-block::before {
    width: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  #lb-block-simple-anchor-menu-block::before {
    width: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  #lb-block-simple-anchor-menu-block::before {
    width: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1400px) {
  #lb-block-simple-anchor-menu-block::before {
    width: calc((100vw - 1320px) / 2);
  }
}

#lb-block-simple-anchor-menu-block .container {
  padding: 0;
}
.anchor-menu {
  overflow-x: auto;
}

.anchor-menu .nav-link {
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
}

.anchor-menu .nav.nav-pills.flex-row > li:first-child {
  background-color: #004987;
  a {
    color: #fff;
  }
}
