/*

  Level 1 navigation

*/

.nav1 { 
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.nav1 ul {
	padding: 0;
	margin: 0;
}

.nav1 li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
	font: 15px 'Montserrat', Arial;
	border-bottom: 1px solid #ccc;
	background: #ebe9ea;
	list-style-type: none;
}
  
.nav1 li a {
    display: block;
    padding: 3% 2% 3% 2.7%;
    color: #000000;
    text-decoration: none;
	width:95.3%;
}	

.nav1 li a:hover {
    background: #ffde3c;
}	



@media screen and (min-width: 1024px) {


	.nav1 { 
		position: relative;
		margin-bottom: 15px;
		width: 100%;
		background: #ebe9ea;
		overflow: hidden;
	}

	.nav1 li {
	    width: auto;
	    float: left;
		border-bottom: none;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
	}

	.nav1 li:first-child {
		border-left: none;
	}

	.nav1 li:last-child {
		border-right: none;
	}

	.nav1 li a {
	    display: block;
	    padding: 7px 11px 7px 10px;
	    color: #000000;
	    text-decoration: none;
		width:100%;
	}	

  .nav1 li.active a, #page .nav1 li.active a:hover, .nav1 li.active {
    background: #414152;
    color: #fff;
  }


}

    
/*

  Level 2 and 3 navigation

*/


  div#nav2 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CDC9CB;
  }

    div#nav2 li {
      display: block;
      margin: 0;
      padding: 0;
      border-top: 1px solid #CDC9CB;
    }
    
    div#nav2 li a,
    div#nav2 ul li.active ul li a {
      padding-left: 11px;
      padding-right: 11px;
	  padding-top: 13px;
	  padding-bottom: 13px;
      display: block;
      text-decoration: none;
      color: #333;
    }
    
    div#nav2 li.active a, 
    div#nav2 li.active li.active a {
      background-color: #424254;
	  background-image:none;
	  color:#FFFFFF;
    }
	
	div#nav2 li a:hover,
	div#nav2 li.active li a:hover {
		background-color: #FFDE3C;
		color:#424254;
	}
	
	 div#nav2 ul li.active ul li a {
	 	font-size:0.85em;
		line-height:1.25em;
		padding-left: 6px;
      	padding-right: 6px;
	  	padding-top: 11px;
	  	padding-bottom: 9px;
	 }
	 
	 div#nav2 ul li.active ul li a span,div#nav2 ul li.active ul li a:hover span {
		background:url(/themes/equity/front-end/gfx/build/sprit.png) -74px -67px no-repeat ;
		height:11px;
		padding-right:10px;
	 }
	
	 div#nav2 li li.inactive a {
	 	background-color: #EBE9EA;
	 }
	 
	 div#nav2 ul li ul li.active a span {
	 	background-image:none;
	 }
	
    
    div#nav2 ul ul {
      padding-left: 15px;
      border-bottom: none;
    }
    
      div#nav2 ul ul li {
        border-top: 1px solid #FFFFFF;
        font-weight: normal;
      }


/* Responsive Assets */

.hamburger {
	margin: 10px 0 0 0 ;
	width: 27px;
	height: 37px;
	font-size: 9px;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
	cursor: pointer;
	background: url(/themes/equity/front-end/gfx/icons/hamburger.png) no-repeat 0 0;
}

.jcarousel-wrapper {
    margin: 12px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}


.members-area .jcarousel-wrapper {
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.members-area .jcarousel li {
  border: none;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}


.jcarousel li img  {
  background-color: #000000;
    border: 2px solid #884AB8;
    float: left;
    margin-bottom: 13px;
    margin-right: 13px;

}

.jcarousel li.jcarousel-item {
  padding: 10px;
    width: 222px;
    height: 220px;
}

/** Carousel Controls **/

.members-area .jcarousel {
  margin-bottom: 20px;
  background: #EBE9EA;
  height: 172px;
}

#news-members .jcarousel {
  height: auto;
}

#news-members .members-area .jcarousel {
  height: auto;
  overflow: hidden;
}


.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 26%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

.members-prev-next {
  display: block;
  margin: 15px 0 0;
  float: right;
}

.members-area .jcarousel-control-prev,
.members-area .jcarousel-control-next {
    position: relative;
    display: block;
    top: 0;
    margin-right: 10px;
    left: initial;
    right: initial;
    background: none;
    color: #333;
    width: 11px;
    height: 19px;
    float: left;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    font-size: 14px;
}

.members-area .jcarousel p, .members-area .jcarousel h2 {
  padding: 0 10px;
}



@media screen and (min-width: 1024px) {
  
#news-members  .jcarousel {
  height: 172px;
  overflow: hidden;
}
  

}
