div#m_closeNav {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
}
#navigation {
	position: fixed;
	z-index: 1002;
	border-bottom: solid 1px #bbb;
	margin: 0px;
	right: -10000px;
	transition: background .5s;
	background: rgba(0,0,0,0);
}
div#navigation.active {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/* background: rgba(0,0,0,0.3); */
	z-index: 1010;
}
#mobile_nav_container {
	position: fixed;
	left: -310px;
	top: 0px;
	bottom: 0px;
	right: 10%;
	max-width: 300px;
	transition: left 0.4s;
	z-index: 20;
	/* padding-bottom: 100px; */
	background: #246;
}
#navigation.active #mobile_nav_container {
	left: 0px;
	overflow: auto;
}
#m_navigation {
	position: relative;
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #205698;
}
#m_navigation li {
	display: block;
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	clear: both;
}
form#m_searchForm {
	padding: 8px 10px 10px 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}
form#m_searchForm input {
	display: block;
	float: left;
	font-size: 20px !important;
	border: none;
	padding-left: 6px;
	font-weight: 200;
	height: 40px;
	width: 80%;
}
form#m_searchForm .submit {
	background: #336699;
	border: none;
	height: 40px;
	width: 20%;
	border-left: solid 1px #ccc;
}
#mobile_nav_container a {
	color: #fff;
	display: block;
	padding: 5px 30px 5px;
	margin: 0px;
	font-size: 16px;
	letter-spacing: -0.1px;
	text-align: left;
}
#m_navigation a {
	color: #fff;
	display: block;
	margin: 0px;
	padding: 15px 5px 9px 20px;
	font-size: 16px;
	font-weight: 300;
	border-bottom: solid 1px #246;
}
#m_navigation a.js-activate_parent:after {
	content: "\022C1";
	float: right;
	padding-right: 1rem;
	display: inline-block;
	margin-top: -4px;
}
#m_navigation a:hover {
	background: #407fbf;
	text-decoration: none;
}
#m_navigation .active > a {
/* background: #407fbf; */
}
#m_navigation .active a.js-activate_parent:after {
	content: "\022C0";
}
#m_navigation .dropDown {
	display: none;
	margin: 0px;
	padding: 0px;
	background: #369;
	border-bottom: solid 1px #246;
	position: relative;
}
#m_navigation .dropDown a {
	border-bottom: 0px;
	padding: 12px 5px 7px 35px;
	font-size: 16px;
}
#m_navigation .active .dropDown {
	display: block;
}
