@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700&display=swap');

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  padding: 0;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse a:hover {
	color: #4e932c;
	font-family: 'Unbounded', Arial, Helvetica, sans-serif;
}
.nav-collapse li .active {
	color: #4e932c;
}

@media screen and (min-width: 581px) {
.nav-collapse li {
    width: 20%;
    *width: 20%; /* IE7 Hack */
    _width: 20%; /* IE6 Hack */
  }
.nav-collapse li.small {
    width: 13.333%;
    *width: 13.333%; /* IE7 Hack */
    _width: 13.333%; /* IE6 Hack */
  }
}

.nav-collapse a {
  font-family: 'Unbounded', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 1pt;
  line-height: 12pt;
  text-decoration: none;
  width: 100%;
  padding: 10px 0 0;
  float: left;
  color: #ece3d0;
  text-align: center;
}

@media screen and (min-width: 581px) {
.nav-collapse a {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  padding: 0;
  width: 100%;
  padding: 0 4%;
  float: center;
  margin: auto;
	text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Unbounded', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 0pt;
  text-decoration: none;
  width: 100%;
  padding: 9px 10px;
  float: left;
  color: #ece3d0;
  text-align: center;
}
}

.nav-collapse ul ul a {
  background: #000;
  padding-left: 0;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 55px;
  float: right;
}


.nav-toggle:before {
  color: #000;
  font-family: 'icomoon';
  background: #ede8db;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 45pt;
  text-transform: none;
  position: absolute;
  content: "\e902";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-family: 'icomoon';
  font-size: 35pt;
  color: #f15a24;
  font-weight: bold;
  line-height: 55px;
  content:"\e901";
  background: #000;
}

@media only screen and (min-width: 769px) {
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: center;
  margin: auto;
}
.nav-collapse a {
    font-size: 10pt;
    letter-spacing: 2pt;
    }
}