.nav-small__wrapper {
  position: relative;
}

.nav-small__border {
  height: 10px;
  background-color: #009640;
  background: url("/themes/greens/dist/css/../assets/triangles01-100.svg");
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: 50% 50%;
}

.nav-small-menu-1 {
  background-color: #39B54A;
  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.70588rem 2.94118rem 0.70588rem 2.94118rem;
  font-weight: 700;
  line-height: 1;
  background: #009640;
  border-bottom: 2px solid #39B54A;
  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: #009640;
  color: #FFFFFF;
  text-decoration: none;
}

.nav-small-menu-1__item:last-child .nav-small-menu-1__link {
  border: 0;
}

.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 #009640;
}

.nav-small-menu-2__link {
  font-size: 0.94118rem;
  text-decoration: none;
  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;
}

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

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

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

.js-nav-small-toggle-control.is-active .fa::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::before {
  content: '\f107';
}

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