/*! responsive-nav.js 1.0.39 by @viljamis */

@media screen and (max-width: 1023px) {
	
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 40px;
  right: 20px;
}
.nav-toggle:before {
  color: #cc0022; /* Edit this to change the icon color */
  /*font-family: "responsivenav", sans-serif;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 45px;
  text-transform: none;
/*position: absolute;*/
  content: "≡";
  text-indent: 0;
  text-align: left;
  /*line-height: 55px;*/
  speak: none;
  width: 100%;
  top: 0;
  left: 20;
}

 a.nav-toggle , a.nav-toggle:hover, a.nav-toggle:focus, a.nav-toggle:active {
    text-decoration: none !important;
	}
	
/*@media screen and (max-width: 767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
*/

/*a:link, a:visited {
	color: #000;
	}*/
.nav-collapse ul {
	list-style: none;
	padding: 15px 0 20px 15px;
}
.nav-collapse li {
	color: #000;
	display: block;
	padding-left:15px;
	font-size:14px;
	margin-bottom:0em;
}
.nav-collapse li a {
	text-decoration: none;
	color: #000;
	/*border-bottom: 2px solid #fff;*/
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}


.nav-collapse li a.active {
	color: #cc0022;
	font-weight: bold;
}

}
@media screen and (min-width: 1024px) {
	.js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}