/* Metanavigation Links Component Start*/

.top-bar {
  display: none;
  height: auto;
}

.segment-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: .25rem;
  height: auto;
  padding: 0 .25rem;
}

.top-bar .segment-nav-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin: 0;
}

.top-bar .segment-nav-list li {
  display: inline-block;
  font-weight: 300;
  border-radius: 0.25rem;
}

.top-bar .segment-nav-list li a {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: 40px;
  padding: 0 6px;
  border-bottom: solid 2px transparent;
  transition: all 0.2s ease-in-out;
}

.top-bar {
  --focus-color: var(--color-secondary);
}
.top-bar a:focus-visible {
  outline: 2px solid var(--focus-color);
}

.top-bar .segment-nav-list li:not(.with-bg).active a,
.top-bar .segment-nav-list li:not(.with-bg):hover a,
.top-bar .segment-nav-list li:not(.with-bg):focus a {
  color: #fff;
  border-bottom: solid 2px #FFC426;
}

.top-bar .segment-nav-list li.active {
  font-weight: 700;
}

@media only screen and (min-width: 64.063em) {
  .top-bar {
    display: block;
  }
}


/* Metanavigation Links Component End*/
