@charset "UTF-8";


/* Sub-Navigation */
nav {
	width: 100%;
	height: auto;
	margin: 0;
	background-color:#ffffff;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	color: #CCC;
	padding: .5% 1% .5% 1%;
	border: 0px solid #999;
	}
nav ul {
	width:100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
nav ul li {
	padding:.75% 1% .75% 1%;
    list-style: none;
    float: left;
    text-align: center;
    width: 16.6667%; /* fallback for non-calc() browsers */
    width: calc(100% / 2);
    box-sizing: border-box;
	min-width:180px;
}
nav ul li a:link, a:visited {
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	color: #CCC;
	padding: 1% 1% 1% 1%;
	border: 1px solid #fff;
	border-right: none;
    border-left: none;
	color:#4E4E4E;
    padding: 10px 4px;
	background-color: #F1F1F1;
	text-decoration: none;
	display:block;
}
nav ul li a:hover, a:active {
	color:#000;
	background-color:#fff;
	border-top-color:#999;
	border-bottom-color:#999;
	text-decoration: underline;
}
nav ul li a.current {
	color:#000;
	background-color:#fff;
	border-top-color:#999;
	text-decoration: underline;
}

ul.nav {
    list-style: none;
    margin-left: -1%; /* should match li left margin */
    }
ul.nav li {
	display: inline-block;
	padding: 6px;
	margin: 0 0 6px 6px;
	background: #eee;
	border: 1px solid #ccc;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    }
/* class for 2 columns */
    ul.nav.columns-2 li {
    width: 47.5%; /* this value + 2.5 should = 50% */
    }
/* class for 3 columns */
    ul.nav.columns-3 li {
    width: 30.83%; /* this value + 2.5 should = 33% */
    }
/* class for 4 columns */
    ul.nav.columns-4 li {
    width: 22.5%; /* this value + 2.5 should = 25% */
    }
/* class for 5 columns */
    ul.nav.columns-5 li {
    width: 17.5%; /* this value + 2.5 should = 20% */
    }
/* class for 6 columns */
    ul.nav.columns-6 li {
    width: 14.167%; /* this value + 2.5 should = 16.6667% */
    }	


/* ------------- START NEW SLIDER ------------- */


.csslider1 {
  display: inline-block;
  position: relative;
  max-width: 1651px;
  
  

  width: 100%;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_anchor {
  display: none;
}
.csslider1 > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.csslider1 > ul > .slide.img img {
  width: 100%;
}



.csslider1 > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.csslider1 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- Effect ------------- */

.csslider1 > #cs_slide1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_slide1_1:checked ~ ul > .slide.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide.num1 {
  opacity: 1;
  z-index: 2;
}

.csslider1 > ul > .slide {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;

  
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


@-webkit-keyframes fade1 {
  0%, 62.5%, 100%  { opacity: 0; }
  12.5%, 50%  { opacity: 1; }
  0%, 49.999%  { z-index: 2; }
  50.001%, 100%  { z-index: 1; }
}
@keyframes fade1 {
  0%, 62.5%, 100%  { opacity: 0; }
  12.5%, 50%  { opacity: 1; }
  0%, 49.999%  { z-index: 2; }
  50.001%, 100%  { z-index: 1; }
}

.csslider1 > #cs_play1:checked ~ ul > .slide.num0 {
  -webkit-animation: fade1 16000ms infinite -2000ms;
  animation: fade1 16000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num1 {
  -webkit-animation: fade1 16000ms infinite 6000ms;
  animation: fade1 16000ms infinite 6000ms;
}



.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}



/* ------------- END NEW SLIDER ------------- */



@media screen and (min-width: 768px) and (max-width: 1024px) {
ul.nav {
    margin-left: 0;
    }
ul.nav.columns-4 li {
    width: 47.5%;  
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px){
ul.nav {
    margin-left: 0;
    }
ul.nav li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 6px;
    }
	
	
}
@media only screen and (min-width: 0px) and (max-width: 320px){
	ul.nav {
    margin-left: 0;
    }
    ul.nav li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 6px;
    }
}