/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

.navigation_container {
	text-align:center;
	width: auto;
}

#nav1 {
	position:relative;
	display:block;
	z-index:9000;
	margin:0 auto;
	padding:0 0 0 0;
	text-align: center;
	*float: right;
	width: 100%;
	max-width: 100%;
	background-color: #1D3D66;
}

#nav1 ul, #nav1 li {
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
	 
#nav1 ul li {
	display: inline-block;
	position: relative;
	*float:left;
	text-align:center;
	width: auto;
	margin: 0px 9px;
} 

#nav1 li ul {
	display: none;
}

#nav1 ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	/* font-size: 125%; */
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	letter-spacing: 1px;
}
 
#nav1 ul li a:hover {
	font-weight: 700;
}

#nav1 ul li li a {
	*width: 250px;
	width: 300px;
	display: block;
	padding: 8px 0 8px 15px;
	text-align: left;
	background: #1D3D66;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#nav1 ul li li a:hover {
	color: #fff;
}
    
/* Optional-use, Begin targeting styles of first and last links */
/* Optional-use, this targets last li */
#nav1 ul li:last-child  {
	/* border-right: 1px solid #ddd; */
} 

/* Optional-use, this targets last link */
#nav1 ul li:last-child a {
	/* border-right: 1px solid #ddd; */
}

/* Optional-use, this targets first li */
#nav1 ul li:first-child  {
	/* border-left: 1px solid #ddd; */
}
  
/* Optional-use, cancells out border for subnav li containers*/
#nav1 ul li li:last-child  {
	border-left: 0;
	border-right: 0;
}

#nav1 ul li li:last-child a {
	border-right: 1px solid #fff;
}

#nav1 ul li li:first-child  {
	border-left: 0;
	border-right: 0;
}
/* Optional-use, End targeting styles of first and last links */
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav1 ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#nav1 ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#nav1 ul li:hover > ul {
	display: block;
	line-height: 18px;
}

#nav1 ul ul li {
	float: none;
	position: relative;
}

/** MOBILE NAV**/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}



/************************************************ Responsive Styles **/
@media screen and (max-width: 1280px) {
	#nav1 ul li {
		width: auto;
	}
	
	#nav1 ul li a {
		font-size: 16px;
		padding: 4px;
		letter-spacing: 0px;
	}
	
	#nav1 ul li li a {
		padding: 6px 0px 6px 10px;
		font-size: 14px;
		width: 240px;
	}
}

@media screen and (max-width: 1000px)  {

    .head-right {
        display: none;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
	.navigation_container{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		width: 100%;
		display: block;
		padding:15px;
        box-sizing: border-box;
		position: relative;
        box-sizing: border-box;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #1D3D66;
        text-align: left;
        
	}
		#menu-button .menu-toggle{
         color: #fff;
          font-weight: bold;
            font-size: 16px;
            font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
            text-decoration: none;
		  }
	nav.mobile {
		display:none;
		position: relative;
		left: 0px;
		width: 100%;
		height: auto;
		background: #1D3D66;
		z-index: 500; 
		overflow:auto;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}



	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        position: relative;
        display: block;
        font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
        padding: 5px 10px;
        margin: 0px 5px;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        list-style: none;
        text-align: center;
	}
    nav.mobile ul li a span {
        transform: rotate(-90deg);
        display: inline-block;
        transition: all .2s ease-in-out;
        margin-left:7px;
    }
    nav.mobile ul li a.clickopen span {
        transform: rotate(0);
    }
	nav.mobile ul li a:hover {

	}



}



