﻿#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: 100%;
	float: right;

}

nav.primary ul {
	float: right;
}

nav.primary ul li {
	float: left;
}

nav.primary ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;

}

nav.primary ul li a:hover {
	color: #fff !important;
}

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: #001f66;
	background: #fff;
	text-transform: uppercase;
}

nav.primary ul li li a:hover {
	/* appearance of the sub-level links on hover */


}


.manulogos img {
	width: 100%;
}

nav.primary ul li li.manulogo a {
	width: 27%;
	float: left;
	margin: 2%;
	padding: 1%;
}

#topnav {
	width: 100%;
	float: left;
}

#topnav ul {
	width: 90%;
	float: right;
	max-width: 1150px;
}

#topnav ul li {
	width: 25%;
	float: left;
}

#topnav ul li a {
	padding: 14px 15px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 16px;
}

#topnav ul li a:hover {
	background: #975c26;
}

#bottomnav {
	width: 100%;
	float: left;
}

#bottomnav ul {
	width: 90%;
	float: right;
	max-width: 1150px;
}

#bottomnav ul li {
	width: 20%;
	float: right;
}

#bottomnav ul li a {
	background: #202020;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 7px 30px;
	margin: 0 20px;
	font-weight: 700;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

#bottomnav ul li a:hover {
	background: #975c26;
}

#bottomnav ul li li {
	width: auto;
	float: none;
}

#bottomnav ul li li a {
	margin: 0;
	font-size: 13px !important;
	border-top: none !important;
}

#bottomnav ul ul {
	display: none;
	position: absolute;
	z-index: 999999;
	width: auto;
	float: none;
	max-width: none;
	margin-left: 20px;
}

#bottomnav ul li:hover>ul {
	display: block;
	line-height: 18px;
}

/* 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: auto;
	float: none;
	max-width: none;
}

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;
}

nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
}

@media screen and (max-width: 1367px) {
	#bottomnav ul li a {
		margin: 0 2.5%;
	}

}

/******** End of primary Nav ***************/

@media screen and (max-width: 1190px) {


	nav.primary {
		display: none;
	}

	.menubutton {
		float: left;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: bold;
	}

	.fa-bars {
		float: left;
		margin-right: 10px;
	}

	/*==============================
	Mobile Nav Styles			
================================*/
	#menu-button {
		/* initially will need to be hidden */
		display: block;
		position: relative;
		z-index: 999;
		/* needs to be lower than nav.mobile, adjust as needed */
		width: 100%;
		float: right;
		padding-right: 2.5%;
		box-sizing: border-box;
		margin: 12px 0;
	}

	#menu-button a {
		color: #fff !important;
		text-decoration: none;
		float: right;
		background: #202020;
		padding: 15px;
		box-sizing: border-box;
		border: 1px solid #fff;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 20px;
	}

	#menu-button a:hover {
		color: #fff !important;
		background: #975c26;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		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 #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: 6px 9px 5px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}

	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #ce8139 !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: #999 !important;
		text-decoration: none;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 500;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	nav.mobile ul li a:hover {
		background: #975c26;
		color: #fff !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: 650px) {
	#menu-button {
		margin: 4px 0;
	}

	#menu-button a {
		padding: 10px 15px;
	}

}

@media screen and (max-width: 340px) {
	#menu-button a {
		padding: 10px 5px;
	}

	.menubutton {
		font-size: 16px;
	}

	#menu-button a {
		font-size: 18px;
	}
}