@media screen and (min-width: 1120px) {

	#navPositioner {
		min-height: 50px;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		z-index: 1;
		background-color: #fff;
	}

	#nav {
		width: 100%;
		position: absolute;
	}

	#topNavContainer {
		max-width: 1200px;
		margin: 0 auto;
		
	}

	#menuContainer {
	}

	#topNav {
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 100;

		/*display: flex;*/
	}

	#topNav > li {
		display: inline-block;
		margin: ;
		padding: 0;
		width: 16.666%;
		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;

		/*flex-grow: 1;
		flex-shrink: 1;*/
		/*flex-basis: 0;*/
		/*justify-content: space-between;*/
	}

	#topNav > li:hover {
		background-color: #fff;
		color: #2D797C;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}

	#topNav > li ul
	{
		display: block;
		text-align: left;
	}

	/* format top level a tags */
	a.topLevel  {
		color: #333;
		font-weight: 700;
		display: block;
		font-size: 18px;
		padding: 11.5px 10px;
		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: #2D797C !important;
	}

	#topNav li:nth-of-type(1) ul.sub_1 {
		max-height: 13rem;
	}

	#topNav li:nth-of-type(2) ul.sub_1 {
		max-height: 35rem;
	}

	#topNav li:nth-of-type(3) ul.sub_1 {
		max-height: 25rem;
	}

	#topNav li:nth-of-type(4) ul.sub_1 {
		max-height: 30rem;
	}

	#topNav li:nth-of-type(5) ul.sub_1 {
		max-height: 30rem;
	}

	#topNav li:nth-of-type(6) ul.sub_1 {
		max-height: 50rem;
	}


	#topNav ul.sub_1 {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 0 0 20px 0;
		list-style: none;
		max-width: 75rem;
		width: 100%;
		font-size: 1.125em;
		box-sizing: border-box;
		flex-direction: column;
		flex-wrap: wrap;
		z-index: 700;
		box-shadow:  0 12px 12px 0 rgba(0, 0, 0, 0.25);

		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_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: #2D797C;
		padding: 3px 12px;
		display: block;
		font-weight: normal;

	}

	#topNav ul.sub_1 > li > a {
		/*font-size: 1.2em;*/
		margin: 10px 0 10px 0;
		text-decoration: none;
	}

	#topNav ul.sub_2 > li > a {
		position: relative;
		left: 0px;
		padding-left: 30px;
		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: 2px;
		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: #fff;
		z-index: 700;
	}


	#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;
	}

}





/********************************************************************************
 * ~1350px
 ********************************************************************************/
@media screen and (max-width: 1350px) {
	a.topLevel  {
		padding: 11.5px 25px;
	}
}


/********************************************************************************
 * ~1200px
 ********************************************************************************/
@media screen and (max-width: 1200px) {
	a.topLevel  {
		padding: 11.5px 15px;
	}
}

/********************************************************************************
 * ~1120px
 ********************************************************************************/
@media screen and (max-width: 1119.98px) {
		#navPositioner {
		}

		#nav {
			background: #3c4973;
			border-bottom: 1px solid #3c4973;
			left: 0;
			position: absolute;
			right: 0;
			top: -3rem;
		}
		

		#menuContainer {
			margin: 0;
		}

		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
			height: 2.5rem;
		}

		/*ul.sub_2 {
			display: none !important;
		}*/

		#menuToggleContainer {
			background: #;
			padding: 10px;
			z-index: 700;
			text-align: left;
		}

		#menuToggle {
			color: #fff;
			font-size: 1.2em;
			position: relative;
			top: 5;
			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;
			padding-left: 5px;
		}

		#topNav {
			background: #3c4973;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 100;
		}

		#topNav li {
			border-bottom: 1px solid #475688;
			list-style-type: none;
			margin: 0;
			padding: 10px 10px;
		}

		#topNav li a {
			color: #fff;
			font-size: 1.4em;
			text-decoration: none;
		}

		#topNav .arrow {
			background-image: none;
		}

		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;
		}

		.sub_1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

}