@media screen and (min-width: 1100px) {

	#navPositioner {
		
	}


	#nav {
		bottom: 2em;
		position: absolute;
		right: 0px;
		z-index: 10;
		width: 55rem;
	}

	#topNavContainer {
		/*max-width: 75rem;*/
	}

	#menuContainer {
	}

	#topNav {
		list-style: none;
		margin: 0 auto;
		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: #3c4d6a;
		color: #fff;

		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	}

	#topNav > li:hover a {
		color: #ffffff;
	}

	#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: 700;
		height: 2rem;
		line-height: 2rem;
		padding: 22px 25px;
		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: 38rem;
	}

	#topNav li:nth-of-type(2) ul.sub_1 {
		max-height: 28rem;
	}

	#topNav li:nth-of-type(3) ul.sub_1 {
		max-height: 18rem;
	}

	#topNav li:nth-of-type(4) ul.sub_1 {
		max-height: 25rem;
	}

	#topNav li:nth-of-type(5) ul.sub_1 {
		max-height: 25rem;
	}

	#topNav li:nth-of-type(6) ul.sub_1 {
		max-height: 25rem;
	}


	#topNav ul.sub_1 {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 20px 15px 20px 15px;
		width: 100%;
		max-width: 75rem;
		list-style: none;
		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;
	}


	/* 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: 35rem !important;
		max-height: 35rem !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: 35rem !important;
		max-height: 35rem !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: #fff;
		display: block;
		font-weight: normal;
		padding: 3px 12px;

	}

	#topNav ul.sub_1 > li > a {
		/*font-size: 1.2em;*/
		margin: 10px 0 10px 0;
		text-decoration: none;
		font-weight: 700;
	}

	#topNav ul.sub_1 > li > a {
		color: #fff;
	}

	#topNav ul.sub_1 > li > a:hover {
		color: #fff;
	}

	#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 > a {
		color: #fff;
	}

	#topNav ul.sub_2 > li > a:hover {
		color: #fff;
	}

	#topNav ul.sub_2 > li:before {
		color: #fff;
		content: "";
		font-size: .9em;
		left: 17px;
		position: absolute;
		top: 2px;
	}

	#topNav ul.sub_3 > li:before {
		color: #fff;
		content: "";
		font-size: 1.2em;
		left: 4px;
		position: absolute;
		top: 0px;
	}

	#topNav ul.sub_3 > li > a {
		color: #fff;
	}

	#topNav ul.sub_3 > li > a:hover {
		color: #fff;
	}


	ul.sub_1  { background: #3c4d6a; }


	#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: 1099.98px) {
		#navPositioner {
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}

		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}

		#menuToggleContainer {
			padding: 1px 80px 0 0 ;
			z-index: 640;
			text-align: right;
		}

		#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: "FontAwesome";
			font-size: 34px;
			height: 34px;
			line-height: 34px;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			background: #3c4d6a;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 20;
		}

		#topNav li {
			border-bottom: 1px solid #33425b;
			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: "FontAwesome";
			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;
		}

