.ctnavcontainer ul {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	justify-content:flex-end;
}

.ctnavcontainer ul li {
	display: block;
	float: left;
	margin: 0;
	flex:0 1 auto;
	padding:0;
}

.ctnavcontainer ul li a {
	height: 30px;
	color: black;
	padding: 0 5px;
	margin: 0 15px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font: bold 20px/30px 'Open Sans', Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
}

.ctnavcontainer ul li a:visited {
	text-decoration: none;
}

.ctnavcontainer ul li a:hover,
.ctnavcontainer li a#active {
	color: #ff8f1c;
}

.LACHead {
	background: center / cover no-repeat url("/graphics/headers/HLACheaderbackground.jpg");
}
.LACHead > div:first-child {
	padding: 2% 6%;
}

.headFlex {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	width: 90%;
	min-width: 620px;
	margin: 0 auto;
	padding: 5px 0;
}
.headFlex > div {
	flex: 1 1 auto;
}
.headFlex > div:first-child {
	flex-basis:475px;
}
