@media screen and (min-width: 801px) {	

	#navPositioner {
		margin: 0 auto 0 auto;
		position: relative;
		z-index: 650;
	}

	#topNavContainer {

	}
	
	#menuContainer {
		/*float: right;*/
	}
	
	#topNav {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		z-index: 640;

		padding: 0;
		margin: 0;
		list-style: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: space-between;
	}
	
	#topNav > li {
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 15px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	#topNav > li:hover {
		background-color: #3F6C3D;
		color: #fff;

		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	#topNav > li:hover a.topLevel {
		color: #fff !important;
		/*text-shadow: 0px 2px 2px #000;*/
	}
	
	#topNav > li ul
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		color: #333333 !important;
		display: block;
		font-size: 16px;
		font-weight: 700;
		height: 50px;
		line-height: 50px;
		position: relative;
		text-decoration: none !important;
				
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}


	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
	
	#topNav #homeItem ul.sub_1 {
		max-height: 740px;
	}

	#topNav #goveItem ul.sub_1 {
		max-height: 491px;
	}

	#topNav #commItem ul.sub_1 {
		max-height: 414px;
	}

	#topNav #busiItem ul.sub_1 {
		max-height: 110px;
	}
	
	#topNav #recrItem ul.sub_1 {
		max-height: 260px;
	}

	#topNav #iwanItem ul.sub_1 {
		max-height: 390px;
	}
		
	#topNav ul.sub_1 {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 0 20px 0;
		list-style: none;
		max-width: 1100px;
		width: 100%;
		font-size: 1em;
		box-sizing: border-box;
		flex-direction: column;
		flex-wrap: wrap;

		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	#topNav ul.sub_1 > li {
		padding: 10px;
	}

	/* IE11 Fixes */

	.ie11 #topNav ul.sub_1 {
		width: 1100px !important;
	}

	.ie11 #topNav #homeItem ul.sub_1 {
		height: 491px !important;
		max-height: 491px !important;
	}

	.ie11 #topNav #goveItem ul.sub_1 {
		height: 491px !important;
		max-height: 491px !important;
	}

	.ie11 #topNav #commItem ul.sub_1 {
		height: 414px !important;
		max-height: 414px !important;
	}

	.ie11 #topNav #busiItem ul.sub_1 {
		height: 110px !important;
		max-height: 110px !important;
	}

	.ie11 #topNav #recrItem ul.sub_1 {
		height: 260px !important;
		max-height: 260px !important;
	}

	.ie11 #topNav #howdItem ul.sub_1 {
		height: 390px !important;
		max-height: 390px !important;
	}
	

	/* IE10 Fixes */

	.ie10 #topNav ul.sub_1 {
		width: 1100px !important;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
	}

	.ie10 #topNav ul.sub_1 {
		width: 1100px !important;
	}

	.ie10 #topNav #homeItem ul.sub_1 {
		height: 491px !important;
		max-height: 491px !important;
	}

	.ie10 #topNav #goveItem ul.sub_1 {
		height: 491px !important;
		max-height: 491px !important;
	}

	.ie10 #topNav #commItem ul.sub_1 {
		height: 414px !important;
		max-height: 414px !important;
	}

	.ie10 #topNav #busiItem ul.sub_1 {
		height: 110px !important;
		max-height: 110px !important;
	}

	.ie10 #topNav #recrItem ul.sub_1 {
		height: 260px !important;
		max-height: 260px !important;
	}

	.ie10 #topNav #iwanItem ul.sub_1 {
		height: 225px !important;
		max-height: 225px !important;
	}

	
	#topNav ul.sub_2 {
		margin: 0 0 0 0;
		padding: 0;
		list-style: none;
		font-size: 85%;
	}

	#topNav ul.sub_3 {
		padding: 0;
		list-style: none;
	}
	
	#topNav ul.sub_1 > li  {
		padding: 0 10px;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	
	#topNav ul.sub_2 li {
		float: none;
		width: auto;
		position: relative;
		margin-left: 4px;
		/*display: none;*/
	}

	#topNav ul.sub_3 li {
		float: none;
		width: auto;
		position: relative;
		margin-left: 33px;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li a {
		color: #fff;
		padding: 3px 12px;
		display: block;
		font-weight: normal;
	}
	
	#topNav ul li a:after {
		color: #fff;
	}

	#topNav ul.sub_1 > li > a {
		/*font-size: 1.2em;*/
		margin: 10px 0 10px 0;
		text-decoration: none;
		font-weight: bold;
	}
	
	#topNav ul.sub_2 > li > a {
		position: relative;
		left: 0px;
		padding-left: 30px;
		text-decoration: none;
		
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		-o-transition: all linear 0.2s;
		transition: all linear 0.2s;
	}

	#topNav ul.sub_3 > li > a {
		position: relative;
		left: 0px;
		padding-left: 30px;
		text-decoration: none;
		
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		-o-transition: all linear 0.2s;
		transition: all linear 0.2s;
	}

	#topNav ul.sub_2 > li:before {
		content: "\2022";
		position: absolute;
		left: 17px;
		top: 2px;
		color: #fff;
		font-size: .9em;
	}

	#topNav ul.sub_3 > li:before {
		content: "\2022";
		position: absolute;
		left: 17px;
		top: 0px;
		color: #fff;
		font-size: 1.2em;
	}
	
	
	ul.sub_1  { background: #3F6C3D; }
	
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;	
	 }
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

	#topNav a:after {
		color: #000;
	}

	span[class*="accordionToggle_"] {
		display: none;
	}

	#topNav a:after {
		color: #fff;
	}

}


/********************************************************************************
 * Reposition Navigation
 ********************************************************************************/
@media screen and (max-width: 800px) {	
		#navPositioner {
			background: #3F6C3D;
			left: 0;
			position: relative;
			right: 0;
			border-bottom: 2px solid #1c4e2a;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
			top: 40px;
		}
		
		/*ul.sub_2 {
			display: none !important;
		}*/
		
		#menuToggleContainer {
			background: #3F6C3D;
			padding: 3px 10px 0 10px;
			z-index: 640;
			text-align: left;
		}
		
			#menuToggle {
				color: #fff;
				font-size: 1.2em;
				height: 34px;
				line-height: 34px;
				position: relative;
				top: -4px;
				text-decoration: none;
			}
		
		#menuToggle:before {
			color: #fff;
			content: "\f0c9";
			display: inline-block;
			font-family: "Font Awesome 5 Pro";
			font-size: 34px;
			height: 34px;
			line-height: 34px;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			background: #3f6c3d;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 64000;
		}
		
		#topNav li {
			border-bottom: 1px solid #1c4e2a;
			list-style-type: none;
			margin: 0;	
			padding: 4px 10px;
		}
		
		#topNav li a {
			color: #fff;	
			font-size: 1.4em;
			text-decoration: none;
		}
		
		#topNav .arrow {
			background-image: none;
		}
		
		span[class*="accordionToggle_"] {
			color: #fff;
			display: block;
			float: right;
			font-family: "Font Awesome 5 Pro";
			font-size: 25px;
			height: 25px;
			line-height: 25px;
			overflow: hidden;
			text-decoration: none;
			white-space: nowrap;
			width: 25px;
		}
		
		.sub_1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

}