@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
body {
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0 0;
  transition: background 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .header {
    background: none;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 35px 0 0;
  }
}
.header .row-1 {
  background-color: rgba(255, 255, 255, 0.85);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background: #333;
}
@media (max-width: 1024px) {
  .header .container {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header .container {
    background: none;
  }
}
.header .row-1 .container {
  height: 50px;
  align-items: stretch;
}
.header .row-2 .container {
  height: 60px;
  align-items: stretch;
  justify-content: flex-end;
  background: none;
}
@media (min-width: 768px) {
  .header .row-2 .container {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .header .row-2 .container {
    height: 90px;
  }
}
.header .row-2 .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: #333;
}
@media (min-width: 768px) {
  .header .row-2 .container::before {
    width: calc(100% - 90px);
  }
}

.header .utility-navigation {
  display: flex;
}
.header .utility-navigation a.item-alpha,
.header .utility-navigation button.item-alpha,
.header .utility-navigation .dropdown-item-alpha {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  font-size: 12px;
  color: #333;
  text-transform: none;
}
@media (min-width: 1024px) {
  .header .utility-navigation a.item-alpha,
  .header .utility-navigation button.item-alpha,
  .header .utility-navigation .dropdown-item-alpha {
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  .header .utility-navigation a.item-alpha,
  .header .utility-navigation button.item-alpha,
  .header .utility-navigation .dropdown-item-alpha {
    padding: 0 12px;
  }
}
.header .utility-navigation a.item-alpha::before,
.header .utility-navigation button.item-alpha::before,
.header .utility-navigation .dropdown-item-alpha::before {
  display: none;
}
.header .utility-navigation a.item-alpha:hover,
.header .utility-navigation button.item-alpha:hover,
.header .utility-navigation .dropdown-item-alpha:hover {
  background: rgba(0, 0, 0, 0.1);
}
.header .utility-navigation button.item-alpha-search {
  background: #555;
  color: #fff;
  border: none;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.header .utility-navigation .bravo-menu {
  background: red;
}
@media (min-width: 1024px) {
  .header .utility-navigation .alpha-parent:last-of-type .bravo-menu {
    left: auto;
    right: 0;
  }
}
.header .header-logo {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 9;
  display: flex;
  width: 90px;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .header .header-logo {
    width: 130px;
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .header .header-logo {
    width: 183px;
    margin-top: -75px;
  }
}

.header .main-navigation {
  display: flex;
  position: fixed;
  top: 75px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 75px);
  flex-direction: column;
  background: rgb(50, 50, 50);
  overflow-y: scroll;
  transition: all 350ms ease-out;
}
.header .main-navigation.active {
  right: 0;
}
@media (min-width: 768px) {
  .header .main-navigation {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    flex-direction: row;
    background: none;
    overflow-y: visible;
    align-items: center;
    transition: height 0ms ease-out;
  }
}
.header .main-navigation .tier-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #333;
}
@media (min-width: 768px) {
  .header .main-navigation .tier-1 {
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 0;
  }
}
.header .main-navigation .social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 0;
}
@media (min-width: 768px) {
  .header .main-navigation .social {
    display: none;
  }
}
.header .main-navigation .social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .main-navigation .social a img {
  width: 50px;
  height: auto;
}

.header nav button.item-alpha-search:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  display: inline-flex;
  mask-repeat: no-repeat;
  mask-image: url(/Content/images/icons/search-icon.svg);
  mask-size: contain;
}

.alpha-parent-highlighted {
  position: relative;
  z-index: 5;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  border-left: 1px solid #555;
  font-weight: 700;
}
@media (min-width: 768px) {
  .alpha-parent-highlighted {
    display: none !important;
  }
}
.alpha-parent-highlighted a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.alpha-parent {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alpha-parent {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .tier-1 .alpha-parent {
    align-items: center;
    justify-content: center;
  }
}

.header nav a.item-alpha,
.header nav button.item-alpha,
.header nav .dropdown-item-alpha {
  position: relative;
  display: flex;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "inter", "Arial Narrow", Arial, sans-serif;
  padding: 20px 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d9ac44;
}
@media (min-width: 768px) {
  .header nav a.item-alpha,
  .header nav button.item-alpha,
  .header nav .dropdown-item-alpha {
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 0 9px;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .header nav a.item-alpha,
  .header nav button.item-alpha,
  .header nav .dropdown-item-alpha {
    font-size: 14px;
    padding: 0 16px;
  }
}
@media (min-width: 1250px) {
  .header nav a.item-alpha,
  .header nav button.item-alpha,
  .header nav .dropdown-item-alpha {
    font-size: 16px;
    padding: 0 23px;
  }
}
@media (min-width: 768px) {
  .header nav a.item-alpha::before,
  .header nav button.item-alpha::before,
  .header nav .dropdown-item-alpha::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #555;
    background-image: none !important;
  }
}
.header nav a.item-alpha.selected,
.header nav button.item-alpha.selected,
.header nav .dropdown-item-alpha.selected {
  background: #c79d3b;
  color: #333;
}
.header nav a.item-alpha.selected::before,
.header nav button.item-alpha.selected::before,
.header nav .dropdown-item-alpha.selected::before {
  display: none;
}

@media (min-width: 768px) {
  .header nav .alpha-parent:first-of-type a.item-alpha::before,
  .header nav .alpha-parent:first-of-type button.item-alpha::before,
  .header nav .alpha-parent:first-of-type .dropdown-item-alpha::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header nav .alpha-parent-contact a.item-alpha {
    background: pink;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 768px) {
  .header nav a.item-alpha:hover,
  .header nav button.item-alpha:hover,
  .header nav .dropdown-item-alpha:hover,
  .header nav .selected a.item-alpha,
  .header nav .selected button.item-alpha,
  .header nav .selected .dropdown-item-alpha {
    background: #c79d3b;
  }
  .header nav a.item-alpha:hover::before,
  .header nav button.item-alpha:hover::before,
  .header nav .dropdown-item-alpha:hover::before,
  .header nav .selected a.item-alpha::before,
  .header nav .selected button.item-alpha::before,
  .header nav .selected .dropdown-item-alpha::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header nav .tier-1 a.item-alpha,
  .header nav .tier-1 button.item-alpha,
  .header nav .tier-1 .dropdown-item-alpha {
    flex-direction: column;
    aspect-ratio: 1/0.8;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    gap: 5px;
  }
}
@media (max-width: 767px) and (min-width: 440px) {
  .header nav .tier-1 a.item-alpha,
  .header nav .tier-1 button.item-alpha,
  .header nav .tier-1 .dropdown-item-alpha {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 767px) {
  .header nav .tier-1 a.item-alpha::before,
  .header nav .tier-1 button.item-alpha::before,
  .header nav .tier-1 .dropdown-item-alpha::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #c79d3b;
    background: center center no-repeat;
    background-size: cover;
  }
}

.tier-1 > .alpha-parent:nth-child(1) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-license.svg");
}

.tier-1 > .alpha-parent:nth-child(2) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-hunt.svg");
}

.tier-1 > .alpha-parent:nth-child(3) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-fish.svg");
}

.tier-1 > .alpha-parent:nth-child(4) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-camp.svg");
}

.tier-1 > .alpha-parent:nth-child(5) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-state-parks.svg");
}

.tier-1 > .alpha-parent:nth-child(6) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-things-to-do.svg");
}

.tier-1 > .alpha-parent:nth-child(7) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-conservation.svg");
}

.tier-1 > .alpha-parent:nth-child(8) .item-alpha::before {
  background-image: url("/Content/images/icons/nav-icon-education.svg");
}

.bravo-menu {
  background: #777;
  color: #fff;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .bravo-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 100%;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    transition: all 0.2s ease-in-out;
  }
}

.alpha-dropdown-parent[data-open=true] .bravo-menu {
  height: auto;
  max-height: 400px;
}
@media (min-width: 768px) {
  .alpha-dropdown-parent[data-open=true] .bravo-menu {
    visibility: visible;
    opacity: 1;
  }
}

.bravo-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
  border-top: solid rgba(0, 0, 0, 0.2) 1px;
}
@media (min-width: 768px) {
  .bravo-menu-item {
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    justify-content: flex-start;
  }
}

.bravo-menu-item:focus,
.bravo-menu-item:hover {
  color: #fff !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  .bravo-menu-item:focus,
  .bravo-menu-item:hover {
    background-color: pink;
    color: #fff;
  }
}

.mobile-search {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  border: none;
  border-left: 1px solid #555;
  background: none;
}
.mobile-search img {
  width: 22px;
  height: 22px;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  line-height: 0;
  border-left: 1px solid #555;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid red;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.75s;
}

.menu-toggle.active:before {
  top: 40px;
}

.ham {
  position: relative;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  transition: transform 400ms;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.active .ham6 .top {
  stroke-dashoffset: -132px;
}

.active .ham6 .middle {
  stroke-dashoffset: -71px;
}

.active .ham6 .bottom {
  stroke-dashoffset: -132px;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-modal.active {
  display: flex;
}
.search-modal .search-close {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 900;
  color: #fff;
}
.search-modal .search-close img {
  width: 48px;
  height: auto;
  margin-bottom: 10px;
}
.search-modal .floating-close {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.search-modal button.close-text-link {
  position: relative;
  z-index: 9;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.search-container {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .search-container {
    padding: 60px;
  }
}
.search-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.search-container .search-input,
.search-container button {
  height: 60px;
  border: 2px solid #999;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .search-container .search-input,
  .search-container button {
    height: 80px;
    border-width: 4px;
    padding: 0 30px;
    font-size: 3.2rem;
  }
}
.search-container .search-input {
  width: 100%;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  background-color: #303030;
  font-weight: 300;
  text-align: center;
  border: 0;
  outline: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .search-container .search-input {
    height: 100px;
    font-size: 48px;
    line-height: 100px;
  }
}
.search-container button {
  cursor: pointer;
  margin-top: 5px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
  color: #fff;
  border-color: #c15727;
  background-color: #c15727;
}
@media (min-width: 768px) {
  .search-container button {
    font-size: 40px;
    padding: 0 80px;
  }
}
.search-container button:hover {
  border-color: #c15727;
  background: #c15727;
}

/*# sourceMappingURL=header.css.map */
