#mastheadNav {
  box-shadow: -1px 13px 24px -8px rgba(0, 0, 0, 0.75);
  left: 0;
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: 10000000000;
  background: #23527c;
}
#mastheadNav .navbar-nav {
  margin: 0 auto;
  max-width: 720px;
}
#mastheadNav .nav-item {
  position: relative;
}
#mastheadNav .nav-item .nav-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}
#mastheadNav .has-children a::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23FFF' d='m8.371 7-4.527 4.244a.955.955 0 0 0 .002 1.413c.42.393 1.09.391 1.506.002l5.284-4.954a.962.962 0 0 0 .311-.704.96.96 0 0 0-.311-.706L5.352 1.34a1.116 1.116 0 0 0-1.506.002.953.953 0 0 0-.002 1.413L8.37 7z'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 50%; /* Center vertically */
  right: 15px; /* Adjust as needed */
  transform: translateY(-50%); /* Center vertically */
}

.button__search--mobile {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 58px;
  border: none;
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  margin-top: 20px;
  padding: 0;
  text-align: center;
  width: 40px;
  width: 35px;
}
.button__search--mobile i {
  color: #00709e;
}

.button__sign-in {
  color: #396631;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

.navigation {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 61.938em) {
  .navigation {
    display: none;
  }
}

.navigation .container {
  position: static;
}
.navigation .container .menu-navigation {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.navigation .container .menu-navigation .menu {
  display: flex; /* Use flexbox to align children in a row */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove default list styling */
}
.navigation .container .menu-navigation .menu .menu-item {
  flex: 0 0 auto; /* Prevent items from stretching */
}
.navigation .container .menu-navigation .menu .menu-item a {
  color: #396631;
  font-size: 18.7px;
  font-weight: 400;
  display: block;
  padding: 15px 13px;
  text-decoration: none;
  position: relative;
  border-bottom: 4px solid transparent;
}
@media (max-width: 74.938em) {
  .navigation .container .menu-navigation .menu .menu-item a {
    padding: 15px 7px;
  }
}
.navigation .container .menu-navigation .menu .menu-item a:hover {
  border-bottom: 4px solid #396631;
  text-decoration: none !important;
}
.navigation .container .menu-navigation .menu .menu-item:hover {
  border-bottom-color: #396631;
}
.navigation .container .menu-navigation .menu current-menu-item > a {
  border-bottom-color: #396631;
}
.navigation .container .menu-navigation .menu .menu-item-has-children a::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23396631' d='m8.371 7-4.527 4.244a.955.955 0 0 0 .002 1.413c.42.393 1.09.391 1.506.002l5.284-4.954a.962.962 0 0 0 .311-.704.96.96 0 0 0-.311-.706L5.352 1.34a1.116 1.116 0 0 0-1.506.002.953.953 0 0 0-.002 1.413L8.37 7z'/%3E%3C/svg%3E");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  display: block;
  right: 8px;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  display: inline-block !important;
  position: relative !important;
  transform: rotate(90deg);
}

.navigation .container .menu-navigation .menu .menu-item .username {
  color: #396631;
  font-size: 18.7px;
  font-weight: 400;
  display: block;
  padding: 15px 13px;
  text-decoration: none;
  position: relative;
  border-bottom: 4px solid transparent;
}
.navigation .search,
.navigation .search__form {
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: right;
  height: 64px;
  padding-left: 15px;
  position: relative;
  width: 200px;
}
.navigation .search .gsc-search-box,
.navigation .search__form .gsc-search-box {
  margin: 0 auto;
  width: 100%;
  border: none;
  padding: 10px;
}
.navigation .search .gsc-search-box .fa-magnifying-glass,
.navigation .search__form .gsc-search-box .fa-magnifying-glass {
  color: #00709e;
}
.navigation .search .gsc-search-box input,
.navigation .search__form .gsc-search-box input {
  outline: none;
  border: none;
} /*# sourceMappingURL=navbar.css.map */
