/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;

}

.nav-collapse li {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	background-color: #dae6f6;
	margin-bottom: 5px;
  }
 
.nav-collapse a, .nav-collapse a:visited {
	color: #000!important;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

.nav-collapse a:hover, .nav-collapse a:active, .nav-collapse a:focus {
	width: 100%;
	height: auto;
	display: block;
	color: #FFF!important;
	background-color: #c6d0df;	
}	

.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;
}


.nav-collapse #current a {
	color: #fff!important;
	background-color: #732c7b;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.nav-collapse ul:hover #current {
	background-color: #732c7b;
	color: #FFF;
	}
.nav-collapse #active a {
	display: block;
	color: #FFF!important;
	background-color: #a73917;
	height: auto
}


@media screen and (min-width: 40em) {

  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  

}
@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: #c6d0df; }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -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: 100%;
	background-color:#732c7b;
    height: 45px;
    float: left;
    display: block;
    margin: 0 -2em 1em 0;
  }
  .nav-toggle:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 24px;
    text-transform: none;
    position: absolute;
    content: "Show Menu\00a0\00a0\00a0\25bc";
    text-indent: 0;
    text-align: center;
    line-height: 45px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
	
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: Show Menu\00a0\00a0\00a0\03a7";
  }
 
.nav-collapse #current a {
	display: none;
	}
.nav-collapse #current {
	display: none;
	}
}


@media screen and (min-width: 76em) {
  .nav-collapse { width: 100% }
}
