﻿
#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/



			
			nav.primary ul li li.drop a {
				width:29.25%;
				float:left;
				margin:0%;
				padding:4px 2%;
				height:32px;
				background:#001f66;
				color:#dab400!important;
				box-sizing:content-box;
			}
			
			nav.primary ul ul.drop {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#001f66;
	
	width:560px;

}

.bar {
display:none;	
}

nav.primary {
		width:85%;
		float:right;
	
	}
	nav.primary ul {
			float:right;
		}
		nav.primary ul li {
				float:left;
			}
			nav.primary ul li a {
					padding:20px 13.5px 0 13.5px;
					display:block;
					text-decoration:none;
					font-weight: 500;
					text-transform:uppercase;
					color:#000!important;
					font-family: 'Roboto Condensed', sans-serif;
					font-size:20px;
					text-shadow: .25px .25px #000;
						-webkit-transition: all .0s ease; /* Safari and Chrome */
  		-moz-transition: all .0s ease; /* Firefox */
  		-ms-transition: all .0s ease; /* IE 9 */
  		-o-transition: all .0s ease; /* Opera */
  		transition: all .0s ease;
				
				}	
			nav.primary ul li a:hover {
					color:#000!important;
					border-top:5px solid #fe0000;
					padding-top:15px;
				}
			nav.primary ul li li a { /* appearance of the sub-level links */
					padding:12px 20px;
					text-transform:none;
					font-size:16px;
					color:#fff!important;
					background:#252525;
					text-transform:uppercase;
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */			
				color:#fff!important;
				background:#3E3E3E!important;
					border-top:3px solid #fe0000;
					padding-top:9px;
			}
			
			.manulogos img {
				width:100%;
			}
			
			nav.primary ul li li.manulogo a {
				width:27%;
				float:left;
				margin:2%;
				padding:1%;
			}
			
			
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */
  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#fff;

}

nav.primary ul ul.manulogos {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#eeeeee;
	padding-top:10px;
	margin-left:20px;
	width:500px;
	right:15%;
}
  
nav.primary ul ul ul {
    position: absolute; 
    right: 100%;
    top:0;
	margin:0;
	padding:0;
	width:155px; 
}
  
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px;
    width: 160px;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

@media screen and (max-width: 1672px) {
	nav.primary ul li a {

padding:15px 13.5px 0 13.5px;
}

	nav.primary ul li a:hover {

padding-top:10px;
}

}

@media screen and (max-width: 1531px) {
	
nav.primary ul li a {
font-size:18px;
text-shadow:none;
padding:15px 12px 0 12px;
}
	
}

@media screen and (max-width: 1374px) {

nav.primary ul li a {
    font-size: 16px;

    padding: 10px 11px 0 11px;
}


	nav.primary ul li a:hover {

padding-top:5px;
}



.topnav li a {
font-size:16px;	
}


	

	
}

@media screen and (max-width: 1227px) {
	

nav.primary ul li a {
    font-size: 15px;

    padding: 10px 6px 0 6px;
}

	nav.primary ul li a:hover {

padding-top:5px;
}


.topnav li a {
font-size:15px;	
padding:13px 15px 0;
}	
	
	.headfb {
	width:33px	
	}
	
	.topnav {
	height:40px	
	}
	
	.topleftnav {
	height:40px;	
	}
	
	.logo {
	margin-top:-25px;	
	}

	
}



/******** End of primary Nav ***************/



@media screen and (max-width: 1070px)  {

.topnav {
	height:46px	
	}
	
	.topleftnav {
	height:46px;	
	}
	
	.logo {
	margin-top:-35px;
	margin-bottom:0;	
	}
	
nav.primary{
	display:none;
}

.menubutton {
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	
	margin-top:7px;
}

.fa-bars {
float:left;	
margin-right:10px;
}

/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	position: absolute;
	z-index: 999;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1%;
	top:44px;
	right:44px;
	
}
	#menu-button a {
		 color:#252525!important;
		 text-decoration: none;
	  }
	  #menu-button a:hover {
		 color:#fe0000!important;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #252525;
	box-shadow:0 5px 10px #000;
	z-index: 999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 14px 10px 8px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 4px solid #222;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 2px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #fff!important;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fe0000!important;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff!important;
	text-decoration: none;
	font-size:15px;
	text-transform:uppercase;
	font-weight:500;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
  		-moz-transition: all .1s ease; /* Firefox */
  		-ms-transition: all .1s ease; /* IE 9 */
  		-o-transition: all .1s ease; /* Opera */
  		transition: all .1s ease;
}
nav.mobile ul li a:hover {
	background:#fe0000;
	color: #252525!important;
}

.manulogo img {
	width:100%;
}

nav.mobile ul li.manulogo {
	border:none;
}

nav.mobile ul li li.manulogo a {
	width:44%;
	float:left;
	margin:2%;
	padding:1%;
	background:#eee;
}

nav.mobile ul li li.manulogo a:hover {
	background:#fff;
}

nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 8px 10px 8px 15px;
	color: #ccc;
	text-decoration: none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
}

@media screen and (max-width: 934px) { 
#menu-button {
top:38px;
}
}

@media screen and (max-width: 839px) { 
.headfb {
width:28px;	
}

.topnav li a {
padding:11px 10px 0;	
}

.topnav {
height:38px;	
}

.topleftnav {
height:38px;
}

.logo {
margin-top:-26px;	
}

#menu-button {
top:32px;
font-size:26px;
}

.menubutton {
font-size:18px;
margin-top:4px;	
}

}

@media screen and (max-width: 690px)  { 
.bar {
display:block;
width:100%;
background:	#252525;
height:35px;
float:left;
}

#menu-button a {
color:#fff!important;	
}

#menu-button a:hover {
color:#fe0000;	
}

#menu-button {
top:109px;
left:44px;
}

.topnav {
height:35px;
width:100%;	
}

.topleftnav {
display:none;	
}

.logo {
margin:5px 0 0 1%;	
width:175px;
}

#menu-button{ /* initially will need to be hidden */
	width:45%;
}

.fusotwo {
width:52px;
float:left;
display:block;
margin:20px 0 0 30%;	
}

}

@media screen and (max-width: 475px)  {  

.topnav li a {
padding:11px 20px 0;	
}

.topnav ul {
float:left;
margin-left:2%;
}
#menu-button {
top:111px;
left:20px;
} 

.logo {
margin:5px 0 0 1%;	
width:175px;
}

.fusotwo {
width:52px;
float:left;
display:block;
margin:20px 0 0 20%;	
}


}

@media screen and (max-width: 378px)  {  

.topnav li a {
padding:11px 12px 0;	
}

.topnav ul {
margin-left:10%;	
}

 .logo {
margin:5px 0 0 1%;	
width:175px;
}

.fusotwo {
width:52px;
float:left;
display:block;
margin:20px 0 0 17%;	
}
}





