@media only screen and (max-width: 767px) {
  .anchors-section {
    display: none;
  }
}
.anchors-section .anchors-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .anchors-section .anchors-inner {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.anchors-section .anchors-nav {
  text-align: center;
}

.anchors-section .anchors-nav-item {
  padding: 8px 40px;
  background-color: #004869;
}

@media only screen and (min-width: 768px) {
  .anchors-section .anchors-nav-item:hover {
    background-color: #FFFFFF;
  }
  .anchors-section .anchors-nav-item.active {
    color: #141E30;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
  }
}