
.mainNav {
	display:block;
	position: relative;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 3em;
	margin-left: -25px;
	margin-right: -25px;
}

.topNav>li {
	float:left;
	width: 33.333%;
	margin-right: 0;
	vertical-align: top;
	padding: 1em 0.5em;
	border-bottom: 10px solid transparent;
	cursor:default;
}

.topNav.subMenuOpen>li {
	border-color: #D8D8D8;
}

.topNav>li.active {
	border-bottom: 10px solid #dd0000;
}

.subNav {
	max-height: 0;
	overflow:hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	left: 0;
	margin-top: 1.5em;
}

.subNav.open {
	max-height: 1000px;
}

.subNav>li>a {
	display:block;
	background-color:#D8D8D8;
	padding: 0.5em 1em;
}

.subNav>li>a:hover {
	color: #444;
}

.subNav>li:first-child>a {
	padding-top: 1em;
}

.subNav>li:last-child>a {
	padding-bottom: 1em;
}

.navFader {
	display:none;
	position: absolute;
}

.navFader.open {
	display:block;
	background-color: white;
	height: 0;
	width: 100%;
	z-index: 5;
	top: 240px;
}
	
/* desktop */
@media only screen and (min-width: 768px) {
	.mainNav {
		position: relative;
		font-size: 1.75em;
		line-height: 1.2em;
		max-width: 1200px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.topNav>li {
		width: 31%;
		margin-right: 3%;
		border-width: 15px;
	}
		
	.topNav:hover>li {
		border-color: transparent;
	}
	
	.topNav>li.active,
	.topNav>li.current,
	.topNav:hover>li.active {
		border-width: 15px;
		border-color: #dd0000;
	}

	.topNav>li:last-of-type {
		margin-right: 0;
	}
	
	.subNav {
		width: inherit;
		left: auto;
		margin-left: -0.5em;
		margin-top: 1em;
		transition: max-height 0.3s ease;
	}

	.subNav>li:first-child {
		border-top: 15px solid #dd0000;
	}
	
	.navFader,
	.navFader.open {
		display:none;
	}

}

/* desktop */
@media only screen and (min-width: 1200px) {
	.mainNav {
		height: 208px;
		margin-left: 80px;
		margin-bottom: 0;
	}
}