@media screen and (min-width: 70rem) {	

	#navPositioner {
		margin: 0 auto;
		max-width: 75rem;
		position: relative;
		z-index: 10;
	}

	#nav {
		bottom: 1.4em;
		position: absolute;
		right: 0;
		z-index: 10;
		width: 53rem;
	}

	#topNavContainer {
		/*max-width: 75rem;*/
	}
	
	#menuContainer {
	}
	
	#topNav {
		list-style: none;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		padding: 0;
		text-align: right;
	}
	
	#topNav > li {
		display: inline-block;
		margin: 0;
		padding: 0;
		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:hover {
		background-color: #fff;
		color: #122663;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}


	#topNav > li:hover a {
		color: #122663 !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-family: 'Raleway', sans-serif;
		font-size: 1.2rem;
		font-weight: 700;
		height: 2rem;
		line-height: 2rem;
		padding: 0 20px;
		position: relative;
		text-decoration: none !important;
		
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}


	a.topLevel:hover  {
		text-decoration: none !important;
		color: #122663 !important;
	}
	
	#topNav li:nth-of-type(1) ul.sub_1 {
		max-height: 45rem;
	}

	#topNav li:nth-of-type(2) ul.sub_1 {
		max-height: 40rem;
	}

	#topNav li:nth-of-type(3) ul.sub_1 {
		max-height: 24rem;
	}

	#topNav li:nth-of-type(4) ul.sub_1 {
		max-height: 46rem;
	}

	#topNav li:nth-of-type(5) ul.sub_1 {
		max-height: 27rem;
	}
	
	#topNav li:nth-of-type(6) ul.sub_1 {
		max-height: 32.8125rem;
	}
	
		
	#topNav ul.sub_1 {
		box-sizing: border-box;
		flex-direction: column;
		flex-wrap: wrap;
		font-size: 1.125em;
		list-style: none;
		max-width: 65rem;
		padding: 0 0 20px 0;
		position: absolute;
		right: 0;
		width: 100%;

		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;
	}

	/* IE11 Fixes */

	.ie11 #topNav ul.sub_1 {
		width: 75rem !important;
	}

	.ie11 #topNav li:nth-of-type(1) ul.sub_1 {
		height: 15rem !important;
		max-height: 15rem !important;
	}

	.ie11 #topNav li:nth-of-type(2) ul.sub_1 {
		height: 30rem !important;
		max-height: 30rem !important;
	}

	.ie11 #topNav li:nth-of-type(3) ul.sub_1 {
		height: 24rem !important;
		max-height: 24rem !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: 27rem !important;
		max-height: 27rem !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 {
		display: -ms-flexbox;
		width: 75rem !important;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
	}

	.ie10 #topNav li:nth-of-type(1) ul.sub_1 {
		height: 15rem !important;
		max-height: 15rem !important;
	}

	.ie10 #topNav li:nth-of-type(2) ul.sub_1 {
		height: 30rem !important;
		max-height: 30rem !important;
	}

	.ie10 #topNav li:nth-of-type(3) ul.sub_1 {
		height: 24rem !important;
		max-height: 24rem !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: 27rem !important;
		max-height: 27rem !important;
	}

	.ie10 #topNav li:nth-of-type(6) ul.sub_1 {
		height: 32.8125rem !important;
		max-height: 32.8125rem !important;
	}



	#topNav ul.sub_2 {
		font-size: 85%;
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;
	}

	#topNav ul.sub_3 {
		list-style: none;
		padding: 0;
	}
	
	#topNav ul.sub_1 > li  {
		box-sizing: border-box;
		margin-bottom: 0;
		padding: 0 10px;
	}
	
	#topNav ul.sub_2 li {
		/*display: none;*/
		float: none;
		margin-left: 4px;
		position: relative;
		width: auto;
	}

	#topNav ul.sub_3 li {
		float: none;
		margin-left: 33px;
		position: relative;
		width: auto;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li a {
		color: #122663;
		display: block;
		font-weight: normal;
		padding: 3px 12px;
		
	}
	
	#topNav ul.sub_1 > li > a {
		/*font-size: 1.2em;*/
		font-weight: 700;
		margin: 10px 0 10px 0;
		text-decoration: none;
	}
	
	#topNav ul.sub_2 > li > a {
		left: 0px;
		padding-left: 30px;
		position: relative;
		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 {
		color: #122663;
		content: "\2022";
		font-size: .9em;
		left: 17px;
		position: absolute;
		top: 2px;
	}

	#topNav ul.sub_3 > li:before {
		color: #122663;
		content: "\2022";
		font-size: 1.2em;
		left: 4px;
		position: absolute;
		top: 0px;
	}
	
	
	ul.sub_1  { background: #fff; }
	
	
	#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 {
		}

		#nav {
			background: #122663;
			border-bottom: 1px solid #253e89;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			top: -3.5rem;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			height: 2.5rem;
			left: 0;
			position: absolute;
			right: 0;
		}
		
		/*ul.sub_2 {
			display: none !important;
		}*/
		
		#menuToggleContainer {
			background: #122663;
			padding: 10px;
			text-align: right;
			z-index: 640;
		}
		
		#menuToggle {
			color: #fff;
			font-size: 1.2em;
			position: relative;
			text-decoration: none;
			top: -4px;
		}
		
		#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: #122663;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 20;
		}
		
		#topNav li {
			border-bottom: 1px solid #253e89;
			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;
		}
		
		span[class*="accordionToggle_"] {
			color: #fff;
			cursor: pointer;
			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;
		}
		
		.sub_1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

}