@media screen and (min-width: 950px) {	

	#navPositioner {
		background: #ffffff;
	}

	#nav {
		max-width: 1100px;
		margin: 0 auto;
	}

	#topNavContainer {
		margin: 0 auto;
		max-width: 1100px;
	}
	

	#menuContainer {
		margin: 0 auto;
	}
	
	#topNav {
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 640;
		position: relative;
		text-align: center;
		display: block;
		flex-direction: row;
		justify-content: space-between;

		 display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
	
	#topNav > li {
		position: relative;
		-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	}
	
	#topNav > li:hover {
		color: #bb9207;
	}
	
	
	#homeItem, #abouItem, #depaItem, #busiItem, #resiItem, #howdItem
	{
		padding: 0 8px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
		
	}
	
	#howdItem {
		margin-right: 0;
	}
	
	#homeItem:hover, #abouItem:hover, #depaItem:hover, #busiItem:hover, #resiItem:hover, #howdItem:hover
	{
		background: #111d09;
		color: #fff;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
		
		
	}
	
	#homeItem:hover a.topLevel, #abouItem:hover a.topLevel, #depaItem:hover a.topLevel, #busiItem:hover a.topLevel, #resiItem:hover a.topLevel, #howdItem:hover a.topLevel
	{
		color: #fff !important;
		line-height: 40px;
		/*
		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);*/
		
	}
	
	#homeItem ul, #abouItem ul, #depaItem ul, #busiItem ul, #resiItem ul, #howdItem ul 
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		font-family: 'Merriweather', serif;
		color: #000000 !important;
		display: block;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
			
	#topNav ul {
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 216px;
	}
	
	/* left menu adjustment */
	#resiItem ul, 
	#howdItem ul {
		right: 0;
		left: auto;
	}
	
	#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;
		padding: 3px 12px 3px 3px;
		display: block;
		font-weight: normal;
		text-decoration: none;
	}
	
	/* left menu adjustment */
	#topNav #resiItem ul li a, 
	#topNav #howdItem ul li a {
		color: #fff;
		padding: 3px 3px 3px 18px;
		display: block;
		font-weight: normal;
	}
	
	ul.sub1  { background: #111d09; }
		ul.sub1 li:hover  { background: #515825; }
	ul.sub2  { background: #515825; }
		ul.sub2 li:hover  { background: #111d09; }
	ul.sub3  { background: #515825; }
		ul.sub3 li:hover { background: #111d09; }	
	
	
	#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: 216px;
		_left: 0;
		top: 0;
	}
	
	/* left menu adjustment */
	#topNav #resiItem ul ul,
	#topNav #howdItem 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 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

 	#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 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
 	} 

	/* left menu adjustment */
	#topNav #resiItem .arrow,
	#topNav #howdItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 6px center no-repeat;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	/* left menu adjustment */
 	#topNav #resiItem .arrow:hover,
 	#topNav #howdItem .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 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
 	} 
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}


	@media screen and (max-width: 950px) {	
		#navPositioner {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			background: #111c0a;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			background: #111c0a;
			padding: 4px 10px;
			z-index: 640;
		}
		
		#menuToggle {
			width: 34px;
			height: 34px;
			display: block;
			font-family: "FontAwesome";
			color: #fff;
			text-decoration: none;
			font-size: 34px;
			line-height: 34px;
		}
		
		#topNav {
			background: #111c0a;
			display: none;
			list-style-type: none;
			position: relative;
			padding: 0;
			z-index: 64000;
			width: 100%;
			margin: 0;
		}
		
		#topNav li {
			list-style-type: none;
			margin: 0;	
			padding: 4px 10px;
			border-bottom: 1px solid #515825;
		}
		
		#contactItem {
			border-bottom: none;
		}
		
		#topNav li a {
			font-size: 1.4em;
			color: #fff;	
			text-decoration: none;
		}
		
		#topNav .arrow {
			background-image: none;
		}
		
		.accordionToggle {
			display: block;
			float: right;
			overflow: hidden;
			white-space: nowrap;
			width: 25px;
			height: 25px;
			font-family: "FontAwesome";
			color: #fff;
			text-decoration: none;
			font-size: 25px;
			line-height: 25px;
		}
		
		.sub1 li:last-child {
			border: 0 !important;
		}
	}
	