@media screen and (min-width: 70rem) {	

	#navPositioner {
		left: 0;
		position: absolute;
		right: 0;
		top: 4.8rem;
		z-index: 640;
	}

	#topNavContainer {
		max-width: 75rem;
		margin: 0 auto;
	}
	
	#menuContainer {
	}
	
	#topNav {
		list-style: none;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		padding: 0;
		text-align: right;
		z-index: 100;
	}
	
	#topNav > li {
		display: inline-block;
		font-weight: 700;
		margin: 0;
		padding: 0 15px;
		text-align: center;
		
		-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;
	}
	
	#topNav > li > div {
		display: inline;
	}

	#topNav > li:hover,
	#topNav > li#activeItem,
	#topNav > li.focus {
		background-color: #104E76;
		color: #fff;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}


	#topNav > li:hover {
		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: #fff !important;
		display: block;
		font-size: 1rem;
		font-weight: 800;
		height: 2rem;
		line-height: 2rem;
		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 li:nth-of-type(1) ul.sub_1 {
		max-height: 11rem;
	}

	#topNav li:nth-of-type(2) ul.sub_1 {
		max-height: 35rem;
	}

	#topNav li:nth-of-type(3) ul.sub_1 {
		max-height: 35rem;
	}

	#topNav li:nth-of-type(4) ul.sub_1 {
		max-height: 46rem;
	}

	#topNav li:nth-of-type(5) ul.sub_1 {
		max-height: 11rem;
	}
	
	#topNav li:nth-of-type(6) ul.sub_1 {
		max-height: 32.8125rem;
	}
	
		
	#topNav ul.sub_1 {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 0 20px 0;
		list-style: none;
		max-width: 75rem;
		width: 100%;
		font-size: 1em;
		box-sizing: border-box;
		flex-direction: column;
		flex-wrap: wrap;
		z-index: 700;

		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;
	}

	#topNav ul.sub_1 > li a {
		color: #fff;
	}

	/* IE11 Fixes */

	.ie11 #topNav ul.sub_1 {
		width: 75rem !important;
	}

	.ie11 #topNav li:nth-of-type(1) ul.sub_1 {
		height: 11rem !important;
		max-height: 11rem !important;
	}

	.ie11 #topNav li:nth-of-type(2) ul.sub_1 {
		height: 30.5rem !important;
		max-height: 30.5rem !important;
	}

	.ie11 #topNav li:nth-of-type(3) ul.sub_1 {
		height: 30rem !important;
		max-height: 30rem !important;
	}

	.ie11 #topNav li:nth-of-type(4) ul.sub_1 {
		height: 46rem !important;
		max-height: 46rem !important;
	}

	.ie11 #topNav li:nth-of-type(5) ul.sub_1 {
		height: 11rem !important;
		max-height: 11rem !important;
	}

	.ie11 #topNav li:nth-of-type(6) ul.sub_1 {
		height: 32.8125rem !important;
		max-height: 32.8125rem !important;
	}




	/* IE10 Fixes */

	.ie10 #topNav ul.sub_1 {
		width: 75rem !important;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
	}

	.ie10 #topNav li:nth-of-type(1) ul.sub_1 {
		height: 11rem !important;
		max-height: 11rem !important;
	}

	.ie10 #topNav li:nth-of-type(2) ul.sub_1 {
		height: 30.5rem !important;
		max-height: 30.5rem !important;
	}

	.ie10 #topNav li:nth-of-type(3) ul.sub_1 {
		height: 30rem !important;
		max-height: 30rem !important;
	}

	.ie10 #topNav li:nth-of-type(4) ul.sub_1 {
		height: 46rem !important;
		max-height: 46rem !important;
	}

	.ie10 #topNav li:nth-of-type(5) ul.sub_1 {
		height: 11rem !important;
		max-height: 11rem !important;
	}

	.ie10 #topNav li:nth-of-type(6) ul.sub_1 {
		height: 32.8125rem !important;
		max-height: 32.8125rem !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.sub_1 > li{
		/*font-size: 1.2em;*/
		margin: 10px 0 10px 0;
		text-decoration: none;
		font-weight: 700;
	}
	
	#topNav ul.sub_2 > li {
		position: relative;
		left: 0px;
		padding-left: 15px;
		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 {
		position: relative;
		left: 0px;
		padding-left: 15px;
		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: 5px;
		color: #fff;
		font-size: .9em;
	}

	#topNav ul.sub_3 > li:before {
		content: "\2022";
		position: absolute;
		left: 4px;
		top: 0px;
		color: #fff;
		font-size: 1.2em;
	}
	
	
	ul.sub_1  { background: #104E76; }
	
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;	
	 }
	
	#menuToggleContainer {
		display: none;
	}
	
	
	span[class*="accordionToggle_"] {
		display: none;
	}

	#topNav a:after {
		color: #fff;
	}

}


/********************************************************************************
 * ~1115px
 ********************************************************************************/
@media screen and (max-width: 69.999rem) {
		#navPositioner {
			/*border-bottom: 2px solid #062c72;*/
			background: #104E76;
			left: 0;
			position: absolute;
			right: 0;
			top: -3.1rem;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
			height: 2.5rem;
		}
		
		/*ul.sub_2 {
			display: none !important;
		}*/
		
		#menuToggleContainer {
			background: #104E76;
			padding: 10px;
			z-index: 640;
			text-align: right;
		}
		
		#menuToggle {
			color: #fff;
			font-size: 1.2em;
			position: relative;
			top: -4px;
			text-decoration: none;
		}
		
		#menuToggle:after {
			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: #104E76;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 20;
		}
		
		#topNav li {
			border-bottom: 1px solid #0a3f60;
			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_1 {
		}

		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;
			cursor: pointer;
			position: relative;
			/*top: -1em;*/
		}
		
		.sub_1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

}