
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%;
  color: #1b1b1b;
}
.nav-collapse a:hover, .nav-collapse .order:hover {
	color: #06aeb0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.nav-collapse li .active {
	color: #d3213e;
    font-weight: 700;
}
.nav-collapse a {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 12.5pt;
  font-weight: 400;
  line-height: 20pt;
  text-decoration: none;
  width: 100%; 
  letter-spacing: 0.7px;
  padding: 10px 0 0;
  float: left;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.nav-collapse .order {
    color: #fff;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12.5pt;
    font-weight: 700;
    line-height: 20pt;
    border-top: 3px solid #1b1b1b;
    padding: 1.5% 0;
    background: #d3213e;
}
@media screen and (min-width: 681px) {
.nav-collapse li.sma {
    width: 12%;
    *width: 12%; /* IE7 Hack */
    _width: 12%; /* IE6 Hack */
  }
.nav-collapse li, .nav-collapse li.order {
    width: 16%;
    *width: 16%; /* IE7 Hack */
    _width: 16%; /* IE6 Hack */
}
.nav-collapse a:hover {
	color: #06aeb0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.nav-collapse .order:hover {
	color: #06aeb0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-top: 3px solid #06aeb0;
    border-bottom: 3px solid #06aeb0;
}
.nav-collapse li .active {
	color: #d3213e;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  padding: 0 2%;
  float: center;
  margin: auto;
  text-align: center;
}
.nav-collapse ul ul a {
    display: none;
	text-align: center;
  }
.nav-collapse a {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  line-height: 13pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #1b1b1b;
  text-align: center;
}
.nav-collapse .order {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  line-height: 13pt;
  text-decoration: none;
  width: 100%;
  float: left;
  color: #d3213e;
  text-align: center;
  background: none;
  border-top: 3px solid #d3213e;
  border-bottom: 3px solid #d3213e;
}  
}

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


.nav-toggle:before {
  color: #1b1b1b;
  font-family: 'icomoon', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 45pt;
  background: #fff;
  text-transform: none;
  position: absolute;
  content: "\e90f";
  text-indent: 0;
  text-align: center;
  line-height: 60px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-family: 'icomoon', sans-serif;
  font-size: 35pt;
  font-weight: bold;
  line-height: 60px;
  content:"\e907";
  color: #d3213e;
}

@media only screen and (min-width: 800px) {
.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: 10.5pt;
    line-height: 13pt;
}
.nav-collapse .order {
    font-size: 10pt;
    line-height: 13pt;
}
}