body.linear.hd #siteName {
	width: 45%;
}

@media all and (max-width:700px) {
	body.linear.hd #siteName {
		padding: 4% 0 0;
		width: 90%;
	}
}

/* BEGIN .middle_content nav list */

.middle_content > li {
	border-top: 4px solid #d2d2d2;
	float: left;
	margin: 10px 0 0;
	padding: 20px 0 0;
	width: 100%;
}

.middle_content > li a:hover {
	color: #1e6b52 !important;
	text-decoration: underline !important;
}

.middle_content > li:last-of-type {
	border-bottom: 4px solid #d2d2d2;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.middle_content span.nav-header::after {
	clear: both;
	content: attr(title);
	float: left;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1.6em;
	margin-top: 0.6em;
	position: relative;
	text-align: right;
	text-transform: none;
}

.middle_content span.nav-header {
	color: #333 !important;
	float: left;
	font-family: "din-condensed", "din-condensed-web", sans-serif !important;
	font-size: 3rem !important;
	font-weight: normal;
	line-height: normal;
	margin: 0 10px 2px 0 !important;
	padding: 2%;
	text-align: right;
	text-shadow: none;
	text-transform: uppercase;
}

.middle_content li span {
	background-color: rgba(235, 232, 229, 1.0);
	border-radius: 6px 0 0 6px;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 117px;
	padding: 2% 1%;
	width: 43%;
}

.middle_content p {
	color: #333;
	font-size: 1rem;
	line-height: 1.6em;
	margin: 2px 10px;
	text-align: right;
}

.middle_content .nav-child {
	float: left;
	margin: 0;
	min-height: 100px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-top: 10px;
	width: 48%;
}

.middle_content ul.nav-child.small {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.middle_content .nav-child li {
	line-height: inherit;
	list-style: outside none none;
	padding: 0 0 1em 2em;
	text-indent: -1.5em;
}

.middle_content .nav-child li::before {
	color: #a4a4a4;
	content: "•";
	font-size: 2em;
	padding-right: 0.4em;
	vertical-align: sub;
}

.middle_content .nav-child a {
	color: #333;
	font-size: 1.2em;
}

#middle_content_bottom {
	background-repeat: no-repeat;
	height: 3px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.miniMiddleContent li span {
	min-height: 40px !important;
}

.miniMiddleContent span.nav-header {
	font-size: 2.5rem !important;
}


.rightBorderUABGreen {
	border-right: 9px solid #1e6b52;
}

.clear {
	clear: both;
}

@media screen and (max-width: 800px) {
	.middle_content li span {
		border-radius: 4px 4px 0 0;
		display: table;
		min-height: 0;
	}

	.middle_content .nav-child {
		min-height: 0;
	}

	.middle_content span.middleTitle {
		float: left;
		height: 20px !important;
		margin: auto;
		margin-bottom: 20px !important;
		text-align: center;
		width: 94%;
	}

	.middle_content span.middleTitle:after {
		font-size: 0.4em !important;
		text-align: center !important;
	}

	.middle_content li > ul {
		margin: auto;
		text-align: center;
		width: 94% !important;
	}

	.rightBorderUABGreen {
		border-bottom: 9px solid #1e6b52;
		border-right: none;
	}

	body.hd .middle_content h3,
	.middle_content p {
		font-size: 1.5rem;
		text-align: center;
	}

	ul.middle_links {
		font-size: 0.8em;
		padding: 0 4%;
		text-align: center;
		width: 92%;
	}

	.middle_links li {
		list-style: outside none none;
		padding: 0 0 0.8em;
	}

	.middle_links li::before {
		content: none;
		font-size: 0;
		padding-right: 0;
		vertical-align: sub;
	}
}

/* END .middle_content nav list */

/* BEGIN banner bar */

.bannerBar {
	display: block;
	height: 80px;
	width: 100%;
}

.bannerBarUABGreen {
	background-color: #1e6b52;
}

.innerBannerBar {
	height: 80px;
	margin: auto;
	max-width: 1200px;
	width: 90%;
}

.innerBannerBar h1 {
	color: #f4f4f4 !important;
	float: right;
	font-family: "din-condensed", "din-condensed-web", Helvetica, Arial, sans-serif !important;
	font-size: 3.4em;
	text-transform: uppercase;
}

/* END banner bar */
