/* Upper Nav */
/**/
#uppernav {
	position: relative;
	z-index: 10;
	text-align: left;
}

#uppernav ul {
	list-style-type: none;
	padding: 0;
}

#uppernav a {
	display: block;
	text-decoration: none;
}

#uppernav li {
	position: relative;
}

#uppernav > ul ul {
	display: none;
	position: absolute;
	background: #85C01A;
	min-width: 100%;
}

#uppernav > ul > li a {
	padding: 5px 10px;
}

#uppernav > ul > li > ul a {
	color: #ffffff;
}

#uppernav > ul > li > ul ul {
	top: 0;
	left: 100%;
}

#uppernav > ul > li {
	display: inline-block;
}

#uppernav > ul > li:hover {
	background: #85C01A;
}

#uppernav > ul > li > a {
	font-weight: 700;
}

#uppernav > ul > li:hover > a {
	color: #ffffff;
}

#uppernav > ul li:hover > ul {
	display: block;
}

#uppernav > ul > li > ul li:hover {
	background: #76A916;
}

/* End Upper Nav */

/* Top Nav */
.top_nav_container {
	padding-bottom: 0;
}
#top_nav_wrapper {
	background: #E5F2FA;
}
#topnav {
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: 15px;
	margin-bottom: 15px;
}

#topnav ul {
	list-style-type: none;
	padding: 0;
}
#topnav > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 50px;
}
#topnav a {
	display: block;
	text-decoration: none;
}

#topnav li {
	position: relative;
}
#topnav > ul > li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: inherit;
	align-items: center;
	flex-grow: 1;
	border-right: 1px solid #666;
}
#topnav > ul > li:last-child {
	border-right: none;
}
#topnav > ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ccc;
	width: 100%;
}

#topnav > ul > li a {
	padding: 0;
	text-transform: uppercase;
}
#topnav > ul > li > a {
}
#topnav > ul > li {

}

#topnav > ul > li:hover {
	background-color: #ccc;
}

#topnav > ul > li > a {
	color: #000;
	font-weight: bold;
	height: inherit;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
}

#topnav > ul > li:hover > a {
}

#topnav > ul li:hover > ul {
	display: block;
}

#topnav > ul > li > ul li {
	display: flex;
	justify-content: center;
	text-align: center;
	background: url("../../images/site/top_nav_divider.png") no-repeat center bottom;
}
#topnav > ul > li > ul li:last-child {
	background: none;
}
#topnav > ul > li > ul a {
	color: #000;
	padding: 10px 15px;
}

#topnav > ul > li > ul ul {
	top: 0;
	left: 100%;
}

#topnav > ul > li > ul li:hover {
	background-color: #D2F1C4;
}

/* End Top Nav */

/* Left Nav */
#leftNav {
	position: relative;
	z-index: 5;
}

/*#leftNav > ul >li > a {
background:url(../../images/site/leftnavdiv.png) no-repeat center bottom;
}*/
#leftNav > ul > li:last-child > a {
	background: none;
}

#leftNav .menuTop > a {
	font-weight: 700;
}

#leftNav ul {
	list-style-type: none;
	padding: 0;
}

#leftNav a {
	position: relative;
	color: #012E82 !important;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 7px;
}

#leftNav a:hover {
	text-decoration: none;
}

#leftNav li {
	position: relative;
}

#leftNav > ul ul {
	position: absolute;
	margin: 0;
	background: #d9d9d9;
	width: 280px;
	/*padding-left: 0px;*/
	display: none;
	/*left: 190px;*/
	left: 100%;
	top: 0;
	/*padding-right: 7px;*/
	/*padding-bottom: 9px;*/
	/*padding-top: 9px;*/
}

/*#leftNav > ul > li{*/
/*padding-bottom: 10px;*/
/*}*/
#left {
	/*max-width: 280px;*/
}
#leftNav > ul > li:hover {
	background: #012E82;

}

#leftNav > ul > li:hover > a {
	color: #ffffff!important;
}

#leftNav > ul > li > ul li a {
	color: #ffffff;
	justify-content: center;
	display: flex;
}

#leftNav > ul li:hover > ul {
	display: block;
}

#leftNav > ul > li > ul > li > a:hover,
#leftNav > ul > li > ul > li > ul > li > a:hover {
	color: #d9d9d9 !important;
	background-color: #012E82 !important;
	border-color: #012E82 !important;
}

/*#leftNav > ul ul:hover {*/
/*padding: 0 0 0 0;*/
/*}*/
/*#leftNav > ul > li > ul > li:nth-of-type(3) > a:hover {*/
/*color: #eaa361!important;*/
/*background-color: #012E82!important;*/
/*border-color: #012E82!important;*/
/*margin: -9px -9px 0 0;*/
/*}*/

/* To prevent responsive menu flash on page load */
#responsiveMenuButtonContainer {
	display: block;
	margin-left: 10px;
}

#responsive_nav {
	visibility: hidden;
}

#responsive_nav.mm-menu {
	visibility: visible;
}

#responsive_nav a {
	text-decoration: none;
}