.weby-nav-icon {
  width: 20px;
  height: 20px;
}

.weby-nav-right-icon {
  transform: rotate(180deg);
}

.weby-nav-icon path {
  stroke: #128234;
  stroke-width: 2;
}

@media (min-width: 801px) {
  /* Fix for Safari */
  .navPages-container .navPages {
    display: flex !important;
  }

  /* Menu sublist */
  .weby-inactive-child {
    display: none !important;
  }

  .weby-nav-childlist {
    cursor: pointer;
    font-weight: 600 !important;
    user-select: none;
    justify-content: normal !important;
  }

  .weby-nav-first-child {
    display: list-item !important;
  }

  .weby-nav-childlist-icon {
    display: block !important;
    transform: rotate(270deg) !important;
  }

  .weby-nav-childlist-icon svg,
  .weby-nav-childlist-icon svg:hover {
    fill: black !important;
    stroke: black !important;
  }

  .weby-nav-open-icon {
    transform: rotate(360deg) !important;
  }

  .weby-nav-sublist {
    padding-left: 10px !important;
  }
}

/*UX Audit adj*/

.navUser-item--recentlyViewed {
display: none !important;
} 
