.nav {
align-items: center;
display: inline-flex;
list-style: none;
margin: 0 !important;
padding: 0;
letter-spacing: -0.072px;
}

ul.nav>li {
display: flex;
flex-direction: column;
justify-content: space-between;
background: none !important;
padding: 0;
line-height: 16px !important;
margin: 0 !important;
padding-left: 0 !important;
}

.nav a, .nav svg {
color: #525261;
letter-spacing: 0;
text-decoration: none !important;
}

.gh-inner {
margin: 0 auto;
max-width: 1280px;
}

.gh-outer {
padding-left: 36px;
padding-right: 36px;
}

.gh-pre-header {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    background-color: #F4F4F8;
    width: 100%;
}
.gh-pre-header .gh-inner {
    font-size: 12px;
    line-height: 16px;
}

.gh-pre-header .nav {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    gap: 24px;
}

.gh-pre-header .nav .gh-separator {
    border-left: 1px solid #CBCCE1;
    height: 12px;
}

.gh-pre-header .nav>li>a {
color: #525261;
display: flex;
flex-direction: column;
justify-content: space-between;
text-decoration: none;
font-size: 12px;
line-height: 16px;
}

 .gh-pre-header .chevron {
    width: 16px;
    height: 16px;
  }

  .list {
    cursor: pointer;
  }
  .list-view {
  display: none;
  position: absolute; 
  border: 1px solid #F0F0F0; 
  background-color: white; 
  border-radius: 8px; 
  gap:4px; padding:8px; 
  width:auto;
}

.list-parent {
  display: flex;
  align-items:center;
}

.list:hover .chevron {
    transform: rotate(180deg);
  }
  
  .list:hover .list-parent  + .list-view {
    display: block;
    z-index: 2;
  }

.noImageLink {
min-height: 25px;
}


    @media (max-width: 767px) {
        .gh-pre-header {
padding: 5px 10px;
overflow-x: overlay;
display:none !important;
}

.gh-pre-header li {
flex: 0.5;
text-align: center;
}

.gh-pre-header .nav {
  gap: 0;
}

.gh-pre-header .nav .gh-separator {
margin: 0 5px;
}
    }
    