@charset "UTF-8";

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; }

section {
  border-bottom: 1px solid #999;
  float: left;
  width: 100%;
  height: 800px;
}

.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 10%;
  float: left;
}

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

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

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

.nav-collapse a {
  font-family: 'Yrsa', Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 1pt;
  line-height: 30pt;
  text-decoration: none;
  width: 100%;
  padding: 6px 15px 0;
  float: left;
  color: #0b212d;
  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 10%;
  float: center;
  margin: auto;
	text-align: center;
}
	 .nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Yrsa', Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 1pt;
  text-decoration: none;
  width: 100%;
  padding: 0 15px;
  float: left;
  color: #0b212d;
  text-align: center;
}
}

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


/* ------------------------------------------
  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;
  overflow: hidden;
  width: 100%;
  height: 55px;
  float: right;
}


.nav-toggle:before {
  color: #0b212d;
  font-family: "icomoon", sans-serif;
  background: #75adab;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 40pt;
  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', Arial, Helvetica, sans-serif;
  font-size: 35pt;
  font-weight: bold;
  line-height: 55px;
  content:"\e905";
}

@media only screen and (min-width: 769px) {
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: center;
  margin: auto;
}

}