.node--type-region-landing-page .node__content {
  display: initial;
}

.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
}

.toolbar-fixed .sticky-menu {
  top: 80px;
}

.sticky-menu .sticky-items {
  padding: 0 var(--size-128);
  padding-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0 white, 0px 0 white, 0 3px 5px -4px black;
  margin: var(--size-32) 0;
  overflow: auto;
  white-space: nowrap;
}
.node--type-bricky-page-commission .sticky-menu .sticky-items {
  padding: 0 var(--size-128);
  background: #ffffff;
  box-shadow: 0px 0 white, 0px 0 white, 0 3px 5px -4px black;
  margin: 0 0 !important;
}

.sticky-menu .sticky-items .field__item {
  display: inline-block;
}

.sticky-menu .sticky-items .field__item a {
  font-family: HelveticaNeue;
  font-weight: bold;
  font-size: var(--size-24);
  line-height: var(--size-36);
  color: #003478;
  text-decoration: none;
  padding: var(--size-20);
  display: inline-block;
  background: none;
  border-bottom: 3px solid transparent;
}

.sticky-menu .sticky-items .field__item a:hover,
.sticky-menu .sticky-items .field__item.active a {
  border-bottom: 3px solid #037fb0;
  border-left: none;
  border-right: none;
  padding-bottom: var(--size-20);
  cursor: pointer;
}

.sticky-menu .sticky-items::-webkit-scrollbar {
  height: var(--size-1);
  background-color: lightgray;
}
.sticky-menu .sticky-items::-webkit-scrollbar-thumb {
  background: #d4d0d0;
}

@media (max-width: 991px) {
  .sticky-menu .sticky-items .field__item a {
    font-size: 16px;
  }
  .sticky-menu .sticky-items::-webkit-scrollbar{
    height: 1px;
  }
}

@media (max-width: 767px) {
  .sticky-menu .sticky-items .field__item a {
    font-size: 12px;
    line-height: 24px;
    padding-right: 6px;
  }
}
