@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yvufnz');
  src:  url('fonts/icomoon.eot?yvufnz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yvufnz') format('truetype'),
    url('fonts/icomoon.woff?yvufnz') format('woff'),
    url('fonts/icomoon.svg?yvufnz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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;
  z-index: 10000;
    margin-bottom: 2.2%;
}

.nav-collapse li {
  float: left;
  width: 100%;
  color: #ffffff;
}
.nav-collapse a:hover {
	color: #e3dd68;
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
.nav-collapse li .active {
	color: #e3dd68;
    font-weight: 700;
}
.nav-collapse a {
  font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16pt;
  text-decoration: none;
  width: 100%;
  padding: 10px 0 0;
  float: left;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 581px) {
.nav-collapse li.small {
    width: 12%;
    *width: 12%; /* IE7 Hack */
    _width: 12%; /* IE6 Hack */
  }
  .nav-collapse li {
    width: 19%;
    *width: 19%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
.nav-collapse a:hover {
	color: #e3dd68;
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
.nav-collapse li .active {
	color: #e3dd68;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  padding: 0;
  width: 100%;
  padding: 0 1%;
  float: center;
  margin: auto;
  text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}
}

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

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

.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: 45px;
  float: left;
}


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

.nav-toggle.active::before {
  font-family: 'icomoon';
  font-size: 25pt;
  font-weight: bold;
  line-height: 45px;
  content: "\f00d";
  color: #efdeba;
}

@media only screen and (min-width: 769px) {
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: center;
  margin: auto;
}
.nav-collapse ul , .nav-collapse ul ul a {
	text-align: center;
    padding: 0 3%;
  }
.nav-collapse a {
    font-size: 10pt;
    padding: 0;
    margin: 0;
    color: #fff;
}
}