@media screen and (min-width: 1100px) {	

	#navPositioner {
		z-index: 650;
		left: 0;
		right: 0;
		background: rgba(0,0,0,.8);
		position: relative;
	}

	#topNavContainer {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	#menuContainer {
	}
	
	#topNav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 650;
		text-align: center;
	}
	
	#topNav > li {
		text-align: center;
	}
	
	#topNav > li:hover {
		color: #fff;
	}
	
	
	#homeItem, #goveItem, #abouItem, #busiItem, #whyItem, #contItem, #howdItem
	{
		display: inline-block;
		margin: 0;
		padding: 0 20px;
		font-weight: 700;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}
	
		
	#homeItem:hover, #goveItem:hover, #abouItem:hover, #busiItem:hover, #whyItem:hover, #contItem:hover, #howdItem:hover
	{
		background-color: #011740;
		color: #fff;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}

	#homeItem:hover a.topLevel, #goveItem:hover a.topLevel, #abouItem:hover a.topLevel, #busiItem:hover a.topLevel, #whyItem:hover a.topLevel, #contItem:hover a.topLevel, #howdItem:hover a.topLevel
	{
		color: #fff !important;
		text-shadow: 0px 2px 2px #000;
	}
	
	#homeItem ul, #goveItem ul, #abouItem ul, #busiItem ul, #whyItem ul, #contItem ul, #howdItem ul
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		color: #fff !important;
		display: block;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		position: relative;
		text-decoration: none !important;
		text-transform: uppercase;
		
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}


	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
	
	#topNav #homeItem ul.sub1 {
		max-height: 740px;
	}

	#topNav #goveItem ul.sub1 {
		max-height: 333px;
	}

	#topNav #abouItem ul.sub1 {
		max-height: 230px;
	}

	#topNav #busiItem ul.sub1 {
		max-height: 170px;
	}
	
	#topNav #findItem ul.sub1 {
		max-height: 600px;
	}

	#topNav #whyItem ul.sub1 {
		max-height: 120px;
	}

	#topNav #contItem ul.sub1 {
		max-height: 600px;
	}

	#topNav #howdItem ul.sub1 {
		max-height: 322px;
	}
		
	#topNav ul.sub1 {
		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.sub1 > li {
		padding: 10px;
	}

	/* IE11 Fixes */

	.ie11 #topNav ul.sub1 {
		width: 1100px !important;
	}

	.ie11 #topNav #homeItem ul.sub1 {
		height: 740px !important;
		max-height: 740px !important;
	}

	.ie11 #topNav #goveItem ul.sub1 {
		height: 333px !important;
		max-height: 333px !important;
	}

	.ie11 #topNav #abouItem ul.sub1 {
		height: 230px !important;
		max-height: 230px !important;
	}

	.ie11 #topNav #busiItem ul.sub1 {
		height: 170px !important;
		max-height: 170px !important;
	}

	.ie11 #topNav #whyItem ul.sub1 {
		height: 120px !important;
		max-height: 120px !important;
	}
	
	.ie11 #topNav #contItem ul.sub1 {
		height: 650px !important;
		max-height: 650px !important;
	}

	.ie11 #topNav #howdItem ul.sub1 {
		height: 322px !important;
		max-height: 322px !important;
	}

	/* IE10 Fixes */

	.ie10 #topNav ul.sub1 {
		width: 1100px !important;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
	}

	.ie10 #topNav ul.sub1 {
		width: 1100px !important;
	}

	.ie10 #topNav #homeItem ul.sub1 {
		height: 740px !important;
		max-height: 740px !important;
	}

	.ie10 #topNav #goveItem ul.sub1 {
		height: 333px !important;
		max-height: 333px !important;
	}

	.ie10 #topNav #abouItem ul.sub1 {
		height: 230px !important;
		max-height: 230px !important;
	}

	.ie10 #topNav #busiItem ul.sub1 {
		height: 170px !important;
		max-height: 170px !important;
	}

	.ie10 #topNav #whyItem ul.sub1 {
		height: 120px !important;
		max-height: 120px !important;
	}
	
	.ie10 #topNav #contItem ul.sub1 {
		height: 650px !important;
		max-height: 650px !important;
	}

	.ie10 #topNav #howdItem ul.sub1 {
		height: 322px !important;
		max-height: 322px !important;
	}
	
	#topNav ul.sub2 {
		margin: 0 0 0 0;
		padding: 0;
		list-style: none;
		font-size: 85%;
	}

	#topNav ul.sub3 {
		padding: 0;
		list-style: none;
	}
	
	#topNav ul.sub1 > li  {
		padding: 0 10px;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	
	#topNav ul.sub2 li {
		float: none;
		width: auto;
		position: relative;
		margin-left: 4px;
		/*display: none;*/
	}

	#topNav ul.sub3 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.sub1 > li > a {
		/*font-size: 1.2em;*/
		margin: 10px 0 10px 0;
		text-decoration: none;
		font-weight: bold;
	}
	
	#topNav ul.sub2 > 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.sub2 > li:before {
		content: "\2022";
		position: absolute;
		left: 17px;
		top: 2px;
		color: #fff;
		font-size: .9em;
	}

	#topNav ul.sub3 > li:before {
		content: "\2022";
		position: absolute;
		left: 4px;
		top: 0px;
		color: #fff;
		font-size: 1.2em;
	}
	
	
	ul.sub1  { background: #011740; }
	
	
	#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: #fff;
	}

}


/********************************************************************************
 * Reposition Navigation
 ********************************************************************************/
@media screen and (max-width: 1099px) {	
		#navPositioner {
			background: #011740;
			left: 0;
			position: absolute;
			right: 0;
			top: -40px;
			border-bottom: 2px solid #000;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			background: #011740;
			padding: 0 10px;
			z-index: 640;
			text-align: left;
		}
		
			#menuToggle {
			color: #fff;
			font-family: 'Open Sans', tahoma, arial, sans-serif;
			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: "FontAwesome";
			font-size: 34px;
			height: 34px;
			line-height: 34px;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			background: #011740;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 64000;
		}
		
		#topNav li {
			border-bottom: 1px solid #123e91;
			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;
		}
		
		.accordionToggle {
			color: #fff;
			display: block;
			float: right;
			font-family: "FontAwesome";
			font-size: 25px;
			height: 25px;
			line-height: 25px;
			overflow: hidden;
			text-decoration: none;
			white-space: nowrap;
			width: 25px;
		}
		
		.sub1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

}