﻿
#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}
.mobile-search-bar { /* hiding mobile search bar */
	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:100%;
		float:left;
		background:#00559a;
	z-index:3;
	position:relative;
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
	nav.primary ul {
		float: none; width: 90%; margin: 0 auto;display: flex;justify-content: space-between;align-items: center;
		}
nav.primary ul li {}
			
			nav.primary ul li a {
					padding:20px 25px;
					display:block;
					text-decoration:none;
					font-weight: 800;
					text-transform:uppercase;
					color:#fff!important;
					font-family: 'Oswald', sans-serif!important;
				}	
			nav.primary ul li a:hover {
					color:#fff!important;
					cursor: pointer;
				}
			nav.primary ul li li a { /* appearance of the sub-level links */
					padding:12px 20px;
					text-transform:none;
					font-weight:600;
					font-size:13px;
					color:#fff;
					background:#00559a;
					text-transform:uppercase;
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */			
			background:#00437A;
					color:#fff!important;
			}
			
			.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;
width: 200px;
}

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; 
    left: 100%;
    top:0;
	margin:0;
	padding:0;
	width:155px; 
}
  
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

/*======================================
NAVIGATION SEARCH BAR
======================================*/

.search-bar-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	padding: 3px 10px;
	margin: 10px 0px;
}

.search-bar input {
	font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: 600;
	color: #00559a;
	padding: 9px 0 9px 5px;
}

.search-bar button {
	font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: 600;
	background-color: #00559a;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
@media screen and (max-width: 1380px) {
	nav.primary ul li a {
		padding: 20px 23px
	}
	
}

@media screen and (max-width: 1335px) {
	
	nav.primary ul li a {
		padding: 20px 15px
	}
	
}

@media screen and (max-width: 1210px) {
	nav.primary ul li a {
		padding: 20px 15px;
		font-size:14px;
		font-weight:500;
	}
	.search-bar-wrapper {
		padding: 3px 5px;
	}
	.search-bar input {
		font-size: 14px;
	}
	.search-bar button {
		font-size: 14px;
		padding: 8px;
	}
}

@media screen and (max-width: 1050px) {
	
	nav.primary ul li a {
		padding: 20px 10px;
		font-size:13px;
		font-weight:500;
	}
	.search-bar input {
		font-size: 13px;
	}
	.search-bar button {
		font-size: 13px;
		padding: 6px;
	}
}

@media screen and (max-width: 1200px) {


	
}

@media screen and (max-width: 1250px) {
	
}

/******** End of primary Nav ***************/


@media screen and (min-width: 981px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 250px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
	cursor: pointer;
  }


	
nav.primary{
	display:none;
}

.menubutton {
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:7px;
}



/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	position: relative;
	z-index: 999;/* needs to be lower than nav.mobile, adjust as needed */
	padding:3px;
	box-sizing:border-box;
	width:100%;
		float:left;

		background:#00559a;
	
	position:relative;
	box-shadow: 4px 4px 6px #000;
}
	#menu-button a {
		 color:#fff!important;
		 text-decoration: none;text-align:center;
		width:100%;
		float:left;
	  }
	  #menu-button a:hover {
		 color:#fff!important;
		 cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #00559a;
	z-index: 999999; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 4px solid #fff;
					font-family: 'Oswald', sans-serif!important;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
    top: 0px;
    right: 10px;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #00559a!important;
	background-color: #fff;
	cursor: pointer;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-bottom: 1px solid #eee;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 15px 10px;
	color: #fff!important;
	text-decoration: none;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
					font-family: 'Oswald', sans-serif!important;
}
nav.mobile ul li a:hover {
	color:#00559a !important;
	background: #fff!important;
	cursor: pointer;
}

.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: #fff;
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #00559a !important ;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
	font-weight:500;
	}
	
	nav.mobile ul li li li {
		border-bottom: 1px solid #fff !important ;
	}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #eee;
	position: relative;
	display: block;
	padding: 15px 10px 15px 30px;
	color: #00559a !important ;
	text-decoration: none;
	
}
nav.mobile ul li li li li a { /* appearance of third level sub-level links if needed */
	background: #888;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #444!important;
	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: -47px 0 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 46px;
    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 li span.click {
		filter: brightness(.0) !important;
	}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
	
	.mobile-search-bar {
		display: block;
		padding-top: 40px;
	}
	.mobile-search-bar .search-bar-wrapper {
		justify-content: center;
	}
	.mobile-search-bar .search-bar input {
		margin-right: 300px;
		width: 100%;
	}
	.mobile-search-bar .search-bar button {
		padding: 10px;
	}
}

@media screen and (max-width: 370px) {
	.mobile-search-bar .search-bar input {
		margin-right: 100px;
	}
}


