@media screen and (min-width: 950px) {

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

	#nav {
		top: 3.75em;
		position: absolute;
		right: 0;
		z-index: 10;
		width: 43rem;
	}

	#topNavContainer {
		max-width: 1120px;
		margin: 0 auto;
		
	}

	#menuContainer {
	}

	#topNav {
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 100;
		text-align: right;

		/*display: flex;*/
	}

	#topNav > li {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 25%;
		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 > span {
		display: none;
	}

	#topNav > li:hover {
		background-color: #a4233a;
		color: #fff;

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

	#topNav > li:hover a {
		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: #555;
		font-weight: 700;
		display: block;
		font-size: 17px;
		padding-top: 10px;
		/* padding: 10px 30px 5px 30px; */
		position: relative;
		text-transform: uppercase;
		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: #fff !important;
	}

	#topNav li:nth-of-type(1) ul.sub1 {
		max-height: 20rem;
	}

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

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

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

	#topNav li:nth-of-type(5) ul.sub1 {
		max-height: 20rem;
	}

	#topNav li:nth-of-type(6) ul.sub1 {
		max-height: 20rem;
	}


	#topNav ul.sub1 {
		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.sub1 > li {
		padding: 10px;
	}


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

	#topNav ul.sub3 {
		padding: 0;
		list-style: none;
	}

	#topNav ul.sub1 > li  {
		padding: 0 10px;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	#topNav ul.sub2 li {
		float: none;
		width: auto;
		position: relative;
		margin-left: 4px;
		/*display: none;*/
	}

	#topNav ul.sub3 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.sub1 > li > a {
		font-size: 1.2em;
		margin: 10px 0 10px 0;
		text-decoration: none;
	}

	#topNav ul.sub2 > 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.sub2 > li:before {
		content: "\2022";
		position: absolute;
		left: 17px;
		top: 2px;
		color: #fff;
		font-size: .9em;
	}

	#topNav ul.sub3 > li:before {
		content: "\2022";
		position: absolute;
		left: 4px;
		top: 0px;
		color: #fff;
		font-size: 1.2em;
	}


	ul.sub1  { 
		background: #a4233a;
		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;
	}

}


/********************************************************************************
 * Reposition Navigation
 ********************************************************************************/
@media screen and (max-width: 949px) {	
	#navPositioner {
		background: #a4233a;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#menuContainer {
		margin: 0;
	}
	
	#topNavContainer {
		position: absolute;
		right: 0;
		left: 0;
	}
	
	ul.sub2 {
		display: none !important;
	}
	
	#menuToggleContainer {
		background: #a4233a;
		padding: 4px 10px;
		z-index: 640;
	}
	
		#menuToggle {
		color: #fff;
		font-family: 'Open Sans', tahoma, arial, sans-serif;
		font-size: 1.3em;
		height: 34px;
		line-height: 34px;
		position: relative;
		top: -4px;
	}
	
	#menuToggle:before {
		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: #a4233a;
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 64000;
	}
	
	#topNav li {
		border-bottom: 1px solid #6c0f20;
		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 {
		color: #fff;
		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;
	}
	
	.sub1 li:last-child {
		border: 0 !important;
	}

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