<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1101px) {	
	#menuContainer {
		/*background-color: rgba(20,56,108,0.85);*/
		position: relative;
		z-index: 64000;
		float: right;
    	width: 70%;
    	top: 13px;
	}

	#topNav {
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		text-align:center;
	}
	
	#topNav &gt; li {
		background: transparent;
		float: left;
		border-radius: 10px;
		/*width: 14.285%;*/
	}

	#deptItem { width: 16%; }
	#servItem { width: 12%; }
	#commItem { width: 15%; }
	#resiItem { width: 13%; }
	#visiItem { width: 11%; }
	#busiItem { width: 12%; }
	#toolItem { width: 21%; }

	#topNav li {
		position: relative;
	}
	
	#home {
		margin: 0;
		padding: 0;
		border: 0 !important;
	}
	
	

	/* format top level a tags */
	#topNav &gt; li &gt; a {
		font-family: 'Gotham', sans-serif;
		font-size: 15px;
		line-height: 40px;
		border-radius: 10px;
		color: #fff;
		padding: 0 10%;
		overflow: hidden;
		white-space: nowrap;
		display: block;
		-webkit-transition: background 100ms linear;
	    -moz-transition: background 100ms linear;
	    -o-transition: background 100ms linear;
	    transition: background 100ms linear;
	}
	
	#topNav &gt; li:hover &gt; a {
		background: #404040;
		text-decoration: none;
	}
	
	#homeItem {
		float: left;
	}
	
	#topNav #homeItem #home {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: transparent url('/images/header/home-icon.png') center center no-repeat;
		width: 54px;
		margin: 0;
		padding: 18px 0 0;
		float: left;
	}
	
	#how, #topNav &gt; li:last-child {
		/*float: right;*/
	}
	
	#how, #topNav &gt; li:last-child &gt; a {
		border: 0;
		/*float: right;
		padding: 9px 21%;*/
	}

	#topNav &gt; li:hover {
		color: #404040;
	}
	
	#topNav ul {
		position: absolute;
		top: 71px;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 245px;
		background: rgba(167,67,0,0.9);
		border: 5px solid rgba(0,0,0,0.3);
    	border-top: 0;
		text-align: left;
	}

	#topNav #toolItem ul {
		left: -145px;
		text-align: right;
	}

	#topNav #toolItem ul ul {
	    left: -255px;
	    top: -5px;
		border: 5px solid rgba(0,0,0,0.3);
	}	
	
	#topNav ul a:hover {
		text-decoration: none;
	}
	
	#topNav ul li:hover {
		background: rgba(0,0,0,0.5);
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li a {
		width: 231px;
		color: #fff;
		padding: 2px 7px;
		display: block;
		font-weight: 100;
		font-size: 13px;
	}
	
	#topNav ul li:hover, #topNav ul li:hover a, #topNav ul li a:hover {
		color: #fff;
	}
	
	#topNav ul li:hover ul li:hover a, #topNav ul li:hover ul li:hover a:hover {
		color: #fff;
	}
	
	#topNav ul ul {
		left: 245px;
		top: 0;
		border-left: 0;
    	border-top: 5px solid rgba(0,0,0,0.3);
	}

 	#topNav ul li a.arrow:hover, #topNav ul li:hover a.arrow {
 		background: url('/images/menu/top-nav-arrow.png') 235px center no-repeat;
		color: #fff;
 	} 

	#topNav .arrow {
		background: url('/images/menu/top-nav-arrow.png') 235px center no-repeat;
	}


	/*left menu adjustment*/
	#topNav #toolItem ul li a.arrow:hover, #topNav #toolItem ul li:hover a.arrow {
 		background: url('/images/menu/top-nav-arrow-left.png') 4px center no-repeat;
		color: #fff;
 	} 

	/*left menu adjustment*/
	#topNav #toolItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 4px center no-repeat;
	}
	
	#menuToggleContainer {
		display: none;
	}
	
	.accordionToggle {
		display: none;
	}
}

	@media screen and (max-width: 1100px) {	

/*		.bottomBar {
			position: relative;
			left: 0;
			right: 0;
			bottom: 0;
			    padding: 5px 0 0;
		}*/

		#navPositioner {
			background-color: #14386c;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}

		#menuToggleContainer {
			text-align: left;
		}
		
		#menuContainer {
			margin: 0;
			text-align: left;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {

			padding: 4px 10px;
			z-index: 640;

			text-align: left;
			position: absolute;
			top: 10px;
			left: 25px;

		}
		
			#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;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 64000;
		}
		
		#topNav li {
			border-bottom: 1px solid #fff;
			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;
		}
	}</pre></body></html>