@media screen and (min-width: 1100px) {	

	#navPositioner {
		position: relative;
	}

	#nav {
		position: absolute;
		top: -83px;
		right: 0;
		max-width: 600px;
		width: 100%;
	}

	#topNavContainer {

	}
	

	#menuContainer {
		margin: 0 auto;
	}
	
	#topNav {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 3700;

		
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-direction: normal;
	    -moz-box-direction: normal;
	    -webkit-box-orient: horizontal;
	    -moz-box-orient: horizontal;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-box-pack: justify;
	    -moz-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: space-between;
	    -ms-flex-line-pack: justify;
	    align-content: space-between;
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
    

	}
	
	#topNav > li {
		position: relative;
	}
	
	#topNav > li:hover {
		color: #fff;
	}
	
	
	#goveItem, #resiItem, #busiItem, #visiItem
	{
		float: left;
		margin: 0;
		padding: 0 1ex;

		box-sizing: border-box;	
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
			
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
	}
	
	#goveItem:hover, #resiItem:hover, #busiItem:hover, #visiItem:hover
	{
		background-color: #3c4d6a;
		color: #fff;

		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
	}
	
	#goveItem:hover a.topLevel, #resiItem:hover a.topLevel, #busiItem:hover a.topLevel, #visiItem:hover a.topLevel
	{
		color: #fff !important;
		line-height: 30px;
		
		text-shadow: 0px 2px 2px #000;
		/*-ms-transform: scale(1.1,1.1);
   		-webkit-transform: scale(1.1,1.1);
   		transform: scale(1.1,1.1);*/
	}
	

	/* Setup icons for top-level navigation */
	#topNav > li > a.topLevel:before {
		color: #fff;
		font-family: 'FontAwesome';
		font-weight: normal;
		margin-right: 7px;
	}

	#goveItem a.topLevel:before
	{
		content: '\f19c';
	}

	#resiItem a.topLevel:before
	{
		content: '\f015';
	}
	
	#busiItem a.topLevel:before
	{
		content: '\f0b1';
	}

	#visiItem a.topLevel:before
	{
		content: '\f0c0';
	}


	#goveItem ul, #resiItem ul, #busiItem ul, #visiItem ul
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		color: #ffffff !important;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
	}


	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
			
	#topNav ul {
		left: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 220px;
	}
	
	/* left menu adjustment */
	#visiItem ul {
		left: auto;
		right: 0;
	}
	
	#topNav .sub1 li  {
		position: relative;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li a {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: normal;
		padding: 3px 12px 3px 3px;
		text-decoration: none;
	}
	
	/* left menu adjustment */
	#topNav #visiItem ul li a {
		color: #fff;
		display: block;
		font-weight: normal;
		padding: 3px 3px 3px 18px;
	}
	
	ul.sub1  { background: #3c4d6a; }
		ul.sub1 li:hover  { background: #14305f; }
	ul.sub2  { background: #14305f; }
		ul.sub2 li:hover  { background: #3c4d6a; }
	ul.sub3  { background: #14305f; }
		ul.sub3 li:hover { background: #3c4d6a; }	
	
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */	 	
	 }
	
	#topNav ul ul {
		left: 220px;
		_left: 0;
		top: 0;
	}
	
	/* left menu adjustment */
	#topNav #visiItem ul ul {
		left: -216px;
		_left: 0;
		top: 0;
	}
	
	#topNav .arrow {
		background: url('/images/menu/top-nav-arrow.png') 200px center no-repeat;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
	}

 	#topNav .arrow:hover {
 		background: url('/images/menu/top-nav-arrow.png') 206px center no-repeat;
		color: #fff;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
 	} 

	/* left menu adjustment */
	#topNav #visiItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 6px center no-repeat;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
	}

	/* left menu adjustment */
 	#topNav #visiItem .arrow:hover {
 		background: url('/images/menu/top-nav-arrow-left.png') left center no-repeat;
		color: #fff;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-o-transition: all .3s; /* Opera */
		-webkit-transition: all .3s; /* Safari and Chrome */
 	} 
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}


	@media screen and (max-width: 1099px) {	
		#navPositioner {
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			/*background: #3c4d6a;*/
			padding: 1px 80px 0 0 ;
			z-index: 640;
			text-align: right;
		}
		
			.menuSolid {
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c4d6a+0,3c4d6a+100&1+0,0.65+100 */
				background: -moz-linear-gradient(top,  rgba(60,77,106,1) 0%, rgba(60,77,106,0.65) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  rgba(60,77,106,1) 0%,rgba(60,77,106,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  rgba(60,77,106,1) 0%,rgba(60,77,106,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4d6a', endColorstr='#a63c4d6a',GradientType=0 ); /* IE6-9 */
			}

		#menuToggle {
			color: #fff;
			font-family: 'Open Sans', tahoma, arial, sans-serif;
			font-size: 1.3em;
			height: 34px;
			line-height: 34px;
			position: relative;
			top: -4px;
		}
		
		#menuToggle:before {
			color: #fff;
			content: "\f0c9";
			display: inline-block;
			font-family: "FontAwesome";
			font-size: 34px;
			height: 34px;
			line-height: 34px;
			margin-right: 8px;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			background: #3c4d6a;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 64000;
		}
		
		#topNav li {
			border-bottom: 1px solid #14305f;
			list-style-type: none;
			margin: 0;	
			padding: 4px 10px;
		}
		
		#topNav li a {
			color: #fff;	
			font-size: 1.4em;
			text-decoration: none;
		}

		/* Setup icons for top-level navigation */
		#topNav > li > a.topLevel:before {
			color: #fff;
			font-family: 'FontAwesome';
			font-weight: normal;
			margin-right: 7px;
		}

		#goveItem a.topLevel:before
		{
			content: '\f19c';
		}

		#resiItem a.topLevel:before
		{
			content: '\f015';
		}
		
		#busiItem a.topLevel:before
		{
			content: '\f0b1';
		}

		#visiItem a.topLevel:before
		{
			content: '\f0c0';
		}
				
		#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;
			margin-right: 50px;
		}
		
		.sub1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

	}
	