﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

.mywaa-sidenav {
  padding: 0px 20px 0px;
}

.mywaa-sidenav ul {
  list-style: none;
  padding: 0px;
}

.mywaa-sidenav ul li {
  list-style: none;
}

.mywaa-sidenav ul li a {
  background: #f0f0f0;
  display: block;
  padding: 15px;
  margin-top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #372e2b !important;
  text-decoration: none !important;
}

.mywaa-sidenav ul li a:hover {
  background: var(--waa-green);
  color: white !important;
}

.mywaa-sidenav ul li.active a {
  background: var(--waa-green);
  color: white !important;
}

.nav-donate {
  padding: 0 0px 0 30px;
}

.nav-donate a.btn.btn-primary {
  margin-top: 45px;
  width: 100% !important;
  padding: 10px 50px 10px 28px;
  background-image: url(/images/green-heart.svg);
  background-size: 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  height: auto;
  font-size: 16px;
  font-weight: 700;
}

.nav-donate a.btn.btn-primary:after {
  display: none;
}

.nav-donate a.btn.btn-primary:hover {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 50px 10px 28px;
  height: auto;
}

.navbar {
  background: var(--waa-green);
  height: 70px;
}

.navbar .btn.btn-primary {
  background-color: var(--waa-yellow);
  color: var(--waa-dark-grey);
  border: 0.094rem solid var(--waa-yellow);
  border-radius: var(--btn-border-radius);
  font-weight: var(--waa-font-bold);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  height: 69px;
  display: inline-flex;
  align-items: center;
  float: none;
  width: 210px;
  margin-left: auto;
  padding: 0;
  justify-content: center;
}

.navbar .btn.btn-primary:hover {
  background-color: white !important;
  color: var(--waa-green) !important;
  border-color: white !important;
  background-color: var(--waa-yellow);
  color: var(--waa-dark-grey);
  border: 0.094rem solid var(--waa-yellow);
  border-radius: var(--btn-border-radius);
  font-weight: var(--waa-font-bold);
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 18px;
  height: 69px;
  display: inline-flex;
  align-items: center;
}

.navbar .nav-bar-hub-link {
  color: white;
}

.navbar .navbar-brand {
  min-width: 158px;
  background: url(../images/site-logo-2x.png) no-repeat;
  height: 50px;
  text-indent: -99999rem;
}

.navbar .navbar-inset a {
  text-decoration: none;
  color: white;
}

.navbar .navbar-inset i {
  visibility: hidden;
}

.navbar .navbar-inset img {
  display: none;
}

.navbar .navbar-inset li {
  padding: 1rem 30px;
  border-top: 1px solid var(--waa-dark-grey);
}

.navbar .navbar-inset li.search-icon img {
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  height: 20px !important;
  margin-top: -2px;
}

.navbar .search-icon path {
  transition: 0.2s ease-in-out;
}

.navbar .search-icon:hover {
  path:first-of-type {
    fill: white;
  }
}

.navbar.shrink .navbar-inset li.search-icon img {
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  height: 20px !important;
  margin-top: -2px;
}

.navbar .navbar-inset li.search-icon,
.navbar.shrink .navbar-inset li.search-icon {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  padding: 6px 3px;
  width: 44px;
  height: 44px;
  margin: -5px -16px 0px 36px;
  position: relative;
  z-index: 9;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 1rem 50px;
  background: var(--waa-shades-light-grey);
  border-top: 1px solid rgba(55, 46, 43, 0.5);
}

.navbar .navbar-nav .nav-item .nav-link {
  background: var(--bs-white);
  color: white;
}

.navbar .navbar-nav .nav-item .nav-link.show {
  color: var(--waa-green);
  background: var(--waa-shades-light-grey);
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--bs-white);
}

.navbar .navbar-nav .nav-item.dropdown .nav-link {
  position: relative;
  color: var(--waa-dark-grey);
}

.navbar .navbar-nav .nav-item.dropdown .nav-link:before {
  position: absolute;
  content: var(--waa-btn-arrowdown-yellow) !important;
  right: 30px;
  top: calc(50% - 12px);
  width: 12px;
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
        position: absolute;
        content: '' !important;
        right: 30px;
        top: calc(50% - 12px);
        width: 12px;
    }
}

.navbar .navbar-nav .nav-item.dropdown:hover .nav-link:before {
  content: var(--waa-btn-horizontal-line-yellow);
}

.navbar .navbar-toggler {
  font-size: 1.66667rem;
  box-shadow: none;
  border: none;
  padding: 0;
  outline: none;
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar-collapse {
  position: fixed;
  top: 70px;
  left: 0;
  padding-bottom: 15px;
  width: 100%;
  height: 100%;
  background: var(--bs-white);
  z-index: 50000;
  overflow-y: scroll !important;
}

.navbar-collapse.collapsing {
  transition: height 0s ease;
}

.navbar-collapse.show {
  transition: all 300ms ease-in-out;
}

.navbar-light .navbar-toggler .navbar-toggler-icon:after {
  transform: translateY(12px) rotate(-45deg);
  width: 30px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(12px) rotate(45deg);
  width: 30px;
  content: "";
  width: 22px;
  height: 2.5px;
  border-radius: 30px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}

.navbar-light .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  width: 22px;
  height: 2.5px;
  border-radius: 30px;
  position: absolute;
  background: #fff;
  transition: all 250ms ease-out;
  will-change: transform;
}

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  display: flex;
  outline: none;
  height: 30px;
  width: 30px;
  border: 0px;
  padding: 0px;
  top: 3px;
  right: 3px;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:after {
  transform: translateY(18px);
  width: 22px;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:before {
  transform: translateY(7px);
  width: 22px;
}

.navbar-nav {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-bottom: 48px !important;
  }
}

.navbar-nav .nav-link {
  text-transform: capitalize;
  padding: 1rem 30px;
}

.navbar-search {
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
}

.form-control-wrapper {
  position: relative;

  button {
    position: absolute;
    top: 40%;
    right: 80px;
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    box-shadow: none;

    @media (max-width: 991px) {
      top: 50%;
      right: 16px;
    }

    i {
      color: var(--waa-green);
    }
  }
}

.navbar-search #search #searchsubmit {
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--waa-dark-grey);
  padding: 3px 20px;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 5000;
  height: 54px;
  width: 54px;
  background-color: transparent; /* Remove previous background */
  background-size: 20px;
  background-position: center;
  outline: none;
  border: none;
  text-indent: -999px; /* Hide text */
  font-family: "Font Awesome 6 Free", sans-serif; /* Apply Font Awesome font */
  font-weight: 900; /* Solid icon style */
  font-size: 20px; /* Adjust icon size */
  color: var(--waa-dark-grey); /* Set icon color */
}

.navbar-search #search #searchsubmit::before {
  content: "\f002"; /* Unicode for Font Awesome search icon */
  font-family: "Font Awesome 6 Free"; /* Ensure Font Awesome font */
  font-weight: 900; /* Solid icon */
}

.navbar-search #search #searchsubmit:hover {
  filter: invert(25%) sepia(25%) saturate(6784%) hue-rotate(136deg)
    brightness(96%) contrast(101%);
}

.navbar-search .form-control {
  border-radius: 8px;
  background: #fff;
  border: 1.5px solid var(--waa-dark-grey);
  padding: 0.5rem 0.75rem;
  width: 100%;
  height: 54px;
  font-size: 16px;
  outline: none;
  color: var(--waa-dark-grey);
  font-family: var(--waa-font);
  margin: 0 !important;
  position: relative;

  &::placeholder {
    font-size: 16px;
  }
}

.navbar-search.show .hide-search {
  display: block;
}

.navbar-search.show .show-search {
  display: none;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
  transition: all 500ms ease-in-out;
}

@media (min-width: 992px) {
  .navbar {
    position: relative !important;
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
    z-index: 1030;
    height: auto;
    padding: 0;
  }

  .nav-bar-hub-link {
    text-decoration: none;
    &:before {
      transform: none !important;
    }
  }

  .navbar .container {
    position: relative;
  }

  .navbar .nav-item.hide-shrink {
    display: block;

  }

  .navbar .nav-item.show-shrink {
    display: none;
  }

  .navbar .navbar-brand {
    min-width: 300px;
    background-image: url(/images/site-logo-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    text-indent: -99999rem;
  }

  .navbar .navbar-inset i {
    visibility: visible;
    margin-right: 5px;
  }

.navbar .navbar-inset a {
    transition: 0.2s ease-in-out;
}

    .navbar .navbar-inset a svg path:first-of-type {
        transition: 0.2s ease-in-out;
    }

    .navbar .navbar-inset a:hover {
        color: var(--waa-yellow) !important;
    }

        .navbar .navbar-inset a:hover svg path:first-of-type {
            fill: white;
        }

  .navbar .navbar-inset i.show-search {
    cursor: pointer;
  }

  .navbar .navbar-inset img {
    display: inline-block;
    display: unset;
  }

  .navbar .navbar-inset li {
    padding: 0;
    border-top: 0;
    margin-left: 40px;
    font-size: 15px;
  }

  .navbar .navbar-nav .nav-item {
    position: relative;
    margin-right: 10px;
    margin-top: 30px;
    padding: 0 5px 0;
  }

  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: unset;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    background: transparent;
  }

  .navbar .navbar-nav .nav-item .nav-link.show {
    background: none;
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    border-radius: 0;
    transition: all 0.1s ease;
    box-shadow: 0 0 30px rgba(41, 41, 59, 0.1);
    opacity: 0;
    visibility: hidden;
    top: 82px;
    top: 78px;
    left: 20px;
    right: 0;
    min-width: 280px;
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 12px 24px;
    background: var(--waa-cream);
    border-bottom: 1px solid var(--waa-shades-dark-grey);
    font-weight: var(--waa-font-medium);
    border-top: 0;
    white-space: initial;
    min-width: 280px;
    transition: all ease 0.1s;
    color: var(--waa-dark-grey);
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-white);
    font-weight: var(--waa-font-bold);
    transition: all ease 0.1s;
    color: var(--waa-green);
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li {
    position: relative;
    z-index: 2;
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:hover {
    position: relative;
    z-index: 3;
  }

  .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
    right: -5px;
    top: 20px;
    width: 14px;
  }

  .navbar .navbar-nav .nav-item.dropdown.more .nav-link {
    margin-left: 1.4em;
    margin-right: 50px;
  }

  .navbar .navbar-nav .nav-item.dropdown.more .nav-link:before {
    content: var(--waa-btn-plus-yellow) !important;
    color: var(--waa-green);
    font-size: 20px;
    right: auto;
    left: -10px;
    top: 21px;
  }

  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .navbar .navbar-nav .nav-item.dropdown:hover .nav-link:before {
    position: absolute;
    background: var(--waa-green) !important;
    right: -2px;
    font-size: 15px;
    top: calc(50% - 9px);
    display: block;
    width: 10px;
    display: block;
    border-radius: 5px;
    right: -5px;
    top: 23px;
    width: 14px;
    color: var(--waa-green);
  }

  .navbar .navbar-nav.me-auto {
    transform: translateY(18px);
  }

  .navbar .navbar-nav.me-auto .nav-item a {
    padding-bottom: 30px;
  }

  .navbar .navbar-nav.me-auto .nav-item a:hover {
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav.me-auto .nav-item.dropdown {
    position: relative;
  }

  .navbar .navbar-nav.me-auto .nav-item.dropdown:hover:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0px;
    left: 20px;
    height: 4px;
    border-radius: 3px 3px 0px 0px;
    background: var(--waa-yellow);
  }

  .navbar > .container {
    padding: 10px 0;
  }

  .navbar-collapse {
    background: transparent;
    position: unset;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow-y: unset !important;
  }

  .navbar-inset {
    position: absolute;
    top: -10px;
    right: 10px;
  }

  .navbar-inset a {
    color: var(--waa-dark-grey);
    font-weight: var(--waa-font-semibold);
  }

  .navbar-inset a:hover img {
    filter: invert(24%) sepia(25%) saturate(6784%) hue-rotate(136deg)
      brightness(90%) contrast(101%);
  }

  .navbar-inset img {
    vertical-align: middle;
    height: 16px !important;
    margin-top: -3px;
    margin-right: 4px;
    filter: invert(24%) sepia(0%) saturate(1308%) hue-rotate(248deg)
      brightness(100%) contrast(80%);
  }

  .navbar-inset img:hover {
    filter: invert(24%) sepia(25%) saturate(6784%) hue-rotate(136deg)
      brightness(90%) contrast(101%);
  }

  .navbar-inset li {
    display: inline;
    margin-left: 15px;
    padding: 0 5px 0 0;
  }

  .navbar-inset li a {
    color: white;
    text-decoration: none;
  }

  .navbar-nav {
    margin-top: 0;
  }

  .navbar-nav .nav-link {
    padding: 24px 16px 0 16px;
    border-top: 0;
  }

  .navbar-nav.me-auto {
    position: relative;
    margin-right: 30px !important;
    margin-left: auto;
  }

  .navbar-search {
    position: absolute;
    right: 0;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    position: absolute;
    top: -10px;
    left: unset;
    right: 30px;
  }

  .navbar-search #search {
    position: relative;
  }

  .navbar-search #search #searchsubmit {
    position: absolute;
    right: 60px;
    top: -10px;
    color: var(--waa-dark-grey);
    padding: 3px 20px;
    border: none;
    text-align: center;
    cursor: pointer;
    z-index: 5000;
    height: 54px;
    width: 54px;
    background: url(../images/nav-search.svg) no-repeat;
    background-size: 20px;
    background-position: center;
    outline: none;
    border: none;
    text-indent: -999px;
  }

  .navbar-search #search #searchsubmit:hover {
    filter: invert(25%) sepia(25%) saturate(6784%) hue-rotate(136deg)
      brightness(96%) contrast(101%);
  }

  .navbar-search .form-control {
    border-radius: 8px;
    background: white;
    border: none;
    height: auto;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    color: var(--waa-dark-grey);
    font-family: var(--waa-font);
    margin: 0 !important;
    position: relative;
    right: 60px;
    top: -5px;
    width: 350px;
    padding: 10px 30px 10px 24px;
  }

  .navbar-search .form-control::placeholder {
    font-size: 16px;
    color: var(--waa-dark-grey);
    font-family: var(--waa-font);
  }

  .navbar-search.show {
    visibility: visible;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    z-index: 1;
    height: 100%;
    top: -13px;
    right: 0px;
    position: absolute;
    justify-content: center;
    width: auto;
    flex-direction: column;
    padding: 0px 40px 0px 0px;
  }

  .navbar.shrink {
    height: 105px;
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(10px);
  }

  .navbar.shrink .nav-donate a.btn.btn-primary {
    margin-top: 10px;
  }

  .navbar.shrink .nav-item.hide-shrink {
    display: none;
  }

  .navbar.shrink .nav-item.show-shrink {
    display: block;
  }

  .navbar.shrink .navbar-brand {
    background-image: url(/images/site-logo-shrink-2x.png);
    background-repeat: no-repeat;
    filter: grayscale(0%) brightness(100%);
    min-width: 210px;
    height: 70px;
  }

  .navbar.shrink .navbar-inset {
    position: absolute;
    top: 19px;
    right: 250px;
  }

  .navbar.shrink .navbar-inset li {
    font-size: 15px;
    color: var(--waa-dark-grey);
    text-decoration: none;
  }

  .navbar.shrink .navbar-inset li a {
    font-size: 15px;
    color: var(--waa-dark-grey);
    text-decoration: none;
  }

  .navbar.shrink .navbar-inset li:hover img,
  .navbar.shrink .navbar-inset li a:hover img {
    filter: invert(23%) sepia(81%) saturate(5641%) hue-rotate(149deg)
      brightness(93%) contrast(101%);
    cursor: pointer;
  }

  .navbar.shrink .navbar-inset li:hover,
  .navbar.shrink .navbar-inset li a:hover {
    color: var(--waa-green);
    text-decoration: none;
  }

  .navbar.shrink .navbar-inset li:nth-child(1),
  .navbar.shrink .navbar-inset li:nth-child(2) {
    display: none;
  }

  .navbar.shrink .navbar-nav .nav-item {
    margin-top: 0;
  }

  .navbar.shrink .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 87px;
  }

  .navbar.shrink .navbar-nav.me-auto {
    transform: translateY(8px);
  }

  .navbar.shrink .navbar-nav.me-auto .nav-item.dropdown:hover:after {
    bottom: -5.5px;
  }

  .navbar.shrink .navbar-search {
    top: -8px;
    right: -40px;
  }

  .navbar.shrink > .container {
    padding: 5px 0;
  }
}
.shrink {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px!important;

}
@media (min-width: 1600px) {
  .navbar .navbar-inset li {
    font-size: 18px;
  }

  .navbar .navbar-inset li a {
    font-size: 18px;
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 80px;
  }

  .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
    right: 3px;
    top: 22px;
    width: 14px;
    transition: 0.2s ease-in-out;
  }

  .navbar .navbar-nav .nav-item.dropdown:hover .nav-link:before {
    right: 5px;
    top: calc(50% - 20px);
    height: 2px;
    width: 12px;
    display: block;
    border-radius: 5px;
  }

  .navbar .navbar-search.show {
    right: -30px;
  }

  .navbar > .container {
    padding: 20px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 24px 20px 0 20px;
  }

  .navbar.shrink .navbar-inset a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-inset a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-inset a:hover {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar.shrink .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 84px;
  }

  .navbar.shrink .navbar-nav.me-auto .nav-item a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav.me-auto .nav-item a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav.me-auto .nav-item a:hover {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar.shrink .navbar-search.show {
    top: 18px;
    right: 200px;
  }

  .navbar.shrink > .container {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .nav-bar-hub-link {
    color: white;
    text-decoration: none;
    font-weight: 600 !important;
  }

  .nav-donate {
    padding: 23px 30px;
    background-color: var(--waa-cream);
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    order: 999;
    height: 200px;
    overflow: clip;
  }

  .nav-donate a.btn.btn-primary {
    margin-top: 0px !important;
    color: var(--waa-green);
    font-size: 16px;
    background-image: url(/images/green-heart.svg);
    background-size: 25px;
    background-position: right 30% center;
    background-repeat: no-repeat;
  }

  .navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    max-width: 100vw;
  }
  .navbar-collapse.show {
    height: 100vh;
  }

  .navbar .nav-bar-hub-link {
    color: var(--waa-dark-grey);
  }

  .navbar .nav-item {
    border-bottom: 1px solid rgba(55, 46, 43, 0.5);
  }

  .navbar .navbar-brand {
    height: 100% !important;
    background-image: url(/images/site-logo-2x.png);
    margin-left: -32px;
  }

  .navbar-collapse {
    width: 100vw !important;
  }

  .navbar .navbar-brand,
  .navbar.shrink .navbar-brand {
    min-width: 200px;
    background-size: contain;
    background-position: left center;
    height: 50px;
  }

  .navbar .navbar-inset a {
    color: var(--waa-dark-grey);
    margin-left: -3px;
  }

  .navbar .navbar-inset a svg {
    display: none;
  }

  .navbar .navbar-inset li {
    border-top: 0px solid rgba(55, 46, 43, 0.5);
    border-bottom: 1px solid rgba(55, 46, 43, 0.5);
  }

  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    background: var(--waa-cream);
  }

  .navbar .navbar-nav .nav-item .nav-link {
    color: var(--waa-dark-grey);
  }

  .navbar .navbar-nav .nav-item .nav-link.show {
    color: var(--waa-green);
    background: var(--waa-cream);
  }

  .navbar .navbar-nav .nav-item .nav-link.show .nav-bar-hub-link {
    color: var(--waa-green);
    font-weight: 700 !important;
  }

  .navbar .navbar-nav .nav-item.dropdown:hover .nav-link.show:before {
    position: absolute;
    background: var(--waa-green) !important;
    content: "" !important;
    right: 32px;
    top: calc(50% - 1px);
    display: block;
    height: 3px;
    width: 12px;
    display: block;
    border-radius: 5px;
  }

  .navbar .navbar-nav .nav-item.more {
    display: none;
  }

  .navbar .navbar-nav.me-auto .nav-item .nav-link.show {
    font-weight: var(--waa-font-bold) !important;
    color: #1a5632;
  }

  .navbar .navbar-nav.me-auto .nav-item a {
    font-size: 15px !important;
    font-weight: var(--waa-font-medium) !important;
  }

  .navbar .navbar-nav.me-auto .nav-item a:hover {
    color: var(--waa-dark-grey);
  }

  .navbar .search-icon {
    display: none !important;
  }

  .navbar > .container {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .nav-donate {
    display: none;
  }

  .navbar .navbar-search.show {
    right: -30px;
    top: 5px;
  }

  .navbar-inset {
    top: 10px;
    right: 18px;
  }

  .navbar.shrink .navbar-inset {
    top: 20px;
    right: 18px;
  }

  .navbar.shrink .navbar-nav.me-auto .nav-item a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav.me-auto .nav-item a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav.me-auto .nav-item a:hover {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar.shrink .navbar-search.show {
    top: 18px;
    right: -30px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(.more).dropdown:hover .nav-link:before {
    transform: rotate(180deg);
    transform-origin: center;
    height: auto;
    top: unset;
  }

  .nav-item.more {
    &:hover {
      .nav-link:before {
        top: 50% !important;
        transform: translateY(-50%) !important;
        height: auto !important;
      }
    }
    .nav-link:before {
      top: 50% !important;
      transform: translateY(-50%) !important;
      height: auto !important;
      font-size: 15px !important;
    }
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 68.5px;
  }

  .navbar .navbar-nav .nav-item.dropdown .nav-link:before {
    top: 23px;
  }

  .navbar .navbar-nav.me-auto .nav-item.dropdown:hover:after {
    bottom: 8px;
  }

  .navbar.shrink .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 84px;
  }
}

@media (max-width: 1499px) {
  .navbar .navbar-brand,
  .navbar.shrink .navbar-brand {
    min-width: 200px;
    background-position: center;
    height: 95px;
  }

  .navbar .navbar-inset a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 0px;
  }

  .navbar .navbar-nav.me-auto .nav-item a {
    font-size: 16px !important;
    font-weight: var(--waa-font-medium);
  }
}

@media (max-width: 1599px) {
  .nav-donate a.btn.btn-primary {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .navbar .navbar-search.show {
    right: -30px;
  }

  .navbar.shrink .navbar-inset {
    right: 200px;
  }

  .navbar.shrink .navbar-search.show {
    top: 18px;
    right: 150px;
  }
}
