
.clear{clear:both;}
body.down .header.clone nav.primary ul li a {line-height: 70px;}

/***** START OF PRIMARY NAV ******/
#menu-button{display: none;}
nav.mobile { display:none;}

.nav-width {width: 90%; margin: 0 auto;}

nav.primary {
	padding:0;
	float: right;
	margin:0 auto;
	position:relative;
	text-align: right;
	z-index: 99;
	}
	nav.primary ul {
		margin:0; 
		font-family: 'Roboto Condensed', sans-serif;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#000;
				font-size: 15px;
				letter-spacing: 1px;
				line-height:92px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				padding: 0 15px;
				position: relative;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 900;
				}	

			nav.primary ul li a:hover {
				background: rgba(0,49,158, .95);	
				color: #fff;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-weight: 500;
				line-height:40px;
				letter-spacing: 1px;
				padding: 2px 10px;
				color:#f4f4f4;
				background: rgba(0,153,203, .95);
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: .5px solid #ddd;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #ddd;
				background: #00319e;
				font-weight: bold;
			}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
	display: block;
}

@media screen and (max-width: 1750px)  {
}

@media screen and (max-width: 1650px)  {
	nav.primary ul li a {padding: 0 10px;}
}

@media screen and (max-width: 1500px)  {
	
}

@media screen and (max-width: 1380px) {
}

@media screen and (max-width: 1200px) {

}



/*=======================
	END OF MAIN NAVIGATION
=========================*/

a#mobile-search {
	display: none;
}

@media screen and (max-width: 1400px) {
	
a#mobile-search {
	display: inline-block;
}

	body.down .header.clone #menu-button {margin: 0 5%;}	
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 30px;
	height: 100%;
	display: block;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	color: #2a2a2a;
	margin: 20px 5%;
	text-align: right;
	cursor: pointer;
	float: right;
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	}
		a:hover#menu-button {
		color: #000;
		-webkit-transition:.2s ease-in;  
		-moz-transition:.2s ease-in;  
		-o-transition:.2s ease-in;  
		transition:.2s ease-in;	
		}
nav.mobile {
	display:inline-block!important;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #00319e;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	margin:20px auto;
	text-align: right;
}
/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	padding: 10px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #000;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li, nav.mobile ul li li {
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 18px 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	border-left: 3px solid transparent;
	letter-spacing: 1px;
	font-size: 14px;
}
nav.mobile ul li a:hover {
	background: #2a2a2a;
	border-left: 3px solid #ddd;
}
	nav.mobile ul li a .fas {
		margin-right: 7px;
		color: #ddd;
	}

/* SECOND LEVEL */
nav.mobile ul li li a {
	background: #001779;
	position: relative;
	display: block;
	padding: 10px 30px;;
	color: #ddd;
	text-decoration: none;
	border-left: none;
	text-shadow: none;
}
nav.mobile ul li li a:hover	{border-left: none;}

/* THIRD LEVEL */
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 10px 35px;
	color: #eeeeee;
	text-decoration: none;
	border-left:3px #c0c0c0 solid;
}
nav.mobile ul li li li a:hover {}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 22px 20px;
	color:#fff;

}
.nav-footer {color:#ccc; position:relative; text-align:center; font-size:11.5px; line-height:20px; padding:30px 5%; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 2px; text-transform: uppercase;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


nav.mobile ul li .fa-chevron-down {color:#999;}
}


@media screen and (max-width:785px){
	#menu-button {margin: 10px 5%;}
}

@media screen and (max-width:550px){
	#menu-button {margin: 8px 5%;}
}

@media screen and (max-width:415px){
	#menu-button {margin: 3px 5%; font-size: 25px;}
}

