/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff"), url("../fonts/anton-v23-latin-regular.ttf") format("truetype"), url("../fonts/anton-v23-latin-regular.svg#Anton") format("svg"); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-regular.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-600.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-600.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-700.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-700.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-800.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-800.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
.nav-small__wrapper {
  position: relative;
}
.nav-small__border {
  height: 10px;
  background-color: #249E4D;
}

.nav-small-menu-1 {
  background-color: #007236;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-small-menu-1__link {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.7058823529rem 2.9411764706rem 0.7058823529rem 2.9411764706rem;
  font-weight: 900;
  line-height: 1;
  background: #008943;
  border-bottom: 2px solid #249E4D;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-small-menu-1__link:hover, .nav-small-menu-1__link:active {
  background: #008943;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-small-menu-1__item:first-child .nav-small-menu-1__link {
  border-top: 2px solid #249E4D;
}

.nav-small-menu-1__link__wrapper {
  display: block;
  position: relative;
}

.nav-small-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
}

.nav-small-toggle__icon {
  margin-bottom: 5px;
  height: 40px;
  width: 40px;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

.nav-small-menu-2 {
  margin: 0;
  padding: 1rem 0 1rem 0;
  list-style: none;
}
.nav-small-menu-2__item {
  margin: 0;
}
.nav-small-menu-2__link__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
  padding: 0 0 0 18px;
  border-left: 1px solid #008943;
}
.nav-small-menu-2__link {
  font-size: 0.9411764706rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
  color: #FFFFFF;
}
.nav-small-menu-2__link:hover, .nav-small-menu-2__link:active, .nav-small-menu-2__link:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

.nav-small-social {
  background-color: #008943;
}
.nav-small-social__list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.nav-small-social__item {
  font-size: 1.4705882353rem;
  display: inline-block;
  padding: 0.7em 0.6em 0.4em 0.6em;
}
.nav-small-social__link {
  color: #FFFFFF;
}
.nav-small-social__link:hover {
  color: #92cfa6;
}

.js .js-nav-small-toggle-content {
  display: none;
}

.js .js-nav-small-toggle-content.is-open {
  display: block;
}

.js-nav-small-toggle-control .fa-solid::before {
  content: "\f0c9";
}

.js-nav-small-toggle-control.is-active .fa-solid::before {
  content: "\f00d";
}

.js-nav-small-is-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.js-nav-small-is-open .js-nav-small-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}

.js .js-nav-small-accordion-content {
  display: none;
}

.js .js-nav-small-accordion-content.is-open {
  display: block;
}

.js-nav-small-accordion-control .fa-solid::before {
  content: "\f107";
}

.js-nav-small-accordion-control.is-active .fa-solid::before {
  content: "\f106";
}