.sticky-nav-section-button a {
  color: #086ea1;
  display: block;
  font-family: 'Nimbus Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 64px;
  letter-spacing: 0.0012em;
  outline: none;
  padding: 24px 0 24px 24px;
  text-decoration: none;
  border-bottom: #e9ebed 1px solid;
}
.sticky-nav-section-button a:active {
  color: #ffffff;
  background: #07608d;
}
.sticky-nav-section-button a:hover {
  color: #ffffff;
  background: #07608d;
}
.sticky-nav-section-button .active {
  background: #07608d;
  color: #ffffff;
  font-family: 'Nimbus Sans Regular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.0012em;
  transition: all 1s ease;
}
.sticky-nav-section-button .sticky-band {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sticky-nav-section-button .sticky-band.sticky-inner {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 48px;
  z-index: 99;
}
.sticky-nav-section-button .sticky-label-section {
  background-color: #f4f5f6;
  cursor: pointer;
  font-family: 'Nimbus Sans Bold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 18px;
  padding: 16px;
  width: 100%;
  z-index: 99;
}
.sticky-nav-section-button .sticky-label-section.sticky-inner-label {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.sticky-nav-section-button .sticky-items {
  background: #f9fafa;
  flex-basis: 100%;
}
.sticky-nav-section-button .sticky-narrow__icon {
  border: 1.5px solid #086ea1;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  height: 9px;
  transition: transform 0.25s linear;
  width: 9px;
  float: right;
  margin-right: 4px;
  margin-top: 4px;
}
.sticky-nav-section-button .sticky-narrow__icon.sticky-narrow__icon_collapsed {
  transform: rotate(45deg);
}
.sticky-nav-section-button .sticky-narrow__icon.sticky-narrow__icon_expanded {
  transform: rotate(225deg);
}

@media all and (min-width: 671px) {
  .sticky-nav-section-button a {
    font-family: 'Nimbus Sans Bold', Arial, Helvetica, sans-serif;
    padding: 14px 5px 5px;
    line-height: 18px;
    height: 56px;
  }
  .sticky-nav-section-button .sticky-band {
    flex-wrap: nowrap;
    height: 56px;
  }
  .sticky-nav-section-button .sticky-band.sticky-inner {
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .sticky-nav-section-button .sticky-label-section {
    display: none;
  }
  .sticky-nav-section-button .sticky-items {
    text-align: center;
    border-left: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
  }
}

