.content p { margin-bottom:10px; }
.content p + h2 { margin-top:20px; }

ul.sub-nav {
	margin:2px 0 20px 0; 
	border-bottom:3px double #e1e1e1;
	font-size:18px; line-height:42px; text-align:center;
	padding:0 12px;
	padding-bottom: 20px;
}

ul.sub-nav li { display:inline-block; position:relative; }
ul.sub-nav li a { white-space:nowrap; color:#333333; font-weight:inherit; padding: 12px; text-transform: uppercase; letter-spacing: .14em; }
ul.sub-nav li a:hover { color:dimgray; text-decoration:underline; }
/* selected element is a h1 */
#content ul.sub-nav li a.active:before , #content ul.sub-nav li h1:before, #content ul.sub-nav li.selected:before {
	content:""; 
	position:absolute; 
	bottom:-32px; right:40%;
	font-weight:normal;
	color:#12254C;
	
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #e1e1e1 transparent;
}
ul.sub-nav li h1 { display:inline; font-size:18px; line-height:18px; text-decoration:none; border:none; padding:0; font-weight: normal; color:white; font-family: "proxima-nova"; }

/* firefox fix for arrow */
@-moz-document url-prefix() {
	ul.sub-nav li h1:before {
		/*bottom:19px;*/
	}
}

