@charset "UTF-8";

a:link {
    text-decoration: none;
    color: #00a175;
}

a:visited {
    text-decoration: none;
    color: #00a175;
}

a:hover {
    outline: 0;
    text-decoration: underline;
}

a:active {
    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; }





/* -- NAVIGATION -- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}

.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%;
  float: left;
  padding: 1em 3em 1em 3em;
  background-color: #f8fff8;
}

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

.nav-collapse a {
  font-family: 'Titillium Web';
  color: #00a175;
  line-height: 0.1em;
  background: #f8fff8;
}

@media screen and (min-width: 64em) {
  .nav-collapse a {
    letter-spacing: 1px;
    font-size: 1.125em;
    width: 100%;
    padding: 1em 2em 2em 1em;
  }
  .nav-collapse li {
    width: 20%;
    *width: 20%; /* IE7 Hack */
    _width: 20%; /* IE6 Hack */
  }
  .nav-collapse li {
    padding: 3em 0 1.5em 0;
  }
  .nav-right {
    width: 90%;
    float: right;
  }
}

@media screen and (min-width: 48.13em) and (max-width: 63.999em) {
  .nav-collapse a {
    letter-spacing: 1px;
    font-size: 1em;
    width: 80%;
    padding: 1.3em 0em 2em 0em;
    margin: 1em;
  }
  .nav-collapse li {
    width: 20%;
    *width: 20%; /* IE7 Hack */
    _width: 20%; /* IE6 Hack */
  }
  .nav-collapse li {
    padding: 0.9em 0 1.5em 0;
  }
  .nav-collapse,
  .nav-collapse ul {
    padding: 1em 0em 0em 0.5em;
  }
  .nav-right {
    width: 85%;
    float: right;
  }
}
@media screen and (max-width: 48.1298em) {
  .nav-collapse a {
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 1em !important;
    width: 80%;
    padding: 0.5em 0em 0.5em 0em;
  }
  .nav-collapse,
  .nav-collapse ul {
    list-style: none;
    float: left;
    padding: 0em 3em 0em 3em;
    background-color: #f8fff8;
  }
}


@media screen and (min-width: 48.1299em) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
  }
}

.nav-collapse ul ul a {
  background: #D0F5A9;
  padding-left: 2em;
}

@media screen and (min-width: 48.1299em) {
  .nav-collapse ul ul a {
    display: none;
  }
}



/* ------------------------------------------
  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: fixed;
  -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: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  right: 50%;
  margin-top: 2.7em;
  margin-right: -35px;
}

.nav-toggle:before {
  color: #00a175; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 30px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 30px;
  content:"x";
}
