<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 16.0 Homepage Styling */

.homepage-wrapper {
	padding: 24px 0 0 0;
}

.homepage-slider {
	width: 980px;
	position: relative;
	overflow: hidden;
}

.homepage-slider .tag {
	width: 81px;
	height: 81px;
	background: url(../images/top-stories-tag.png) 0 0 no-repeat;
	position: absolute;
	z-index: 1;
}

.homepage-slider .navigation {
	padding: 16px 0 10px 0;
	margin: 0px 0 0px 446px;
	overflow: hidden;
	z-index: 3;
}

.homepage-slider .navigation a {
	margin: 0 10px 0 0;
	width: 10px;
	height: 10px;
	background: url(../images/ico-bullet-8.png) 0 0 no-repeat;
	display: block;
	float: left;
}

.homepage-slider .navigation a:hover {
	background-position: 0 -10px;
}

.homepage-slider .navigation .active {
	background-position: 0 -10px;
}

.homepage-slider .btn-previous {
	width: 490px;
	height: 233px;
	text-indent: 5000px;
	position: absolute;
	z-index: 2;
}

.homepage-slider .btn-previous:hover {
	background: url(../homepage-slider-btn-previous-bg.png) center left no-repeat;
}

.homepage-slider .btn-next {
	margin: 0 0 0 490px;
	width: 490px;
	height: 233px;
	text-indent: 5000px;
	position: absolute;
	z-index: 2;
}

.homepage-slider .btn-next:hover {
	background: url(../homepage-slider-btn-next-bg.png) center right no-repeat;
}

.homepage-slider-item {
	width: 980px;
	height: 233px;
	float: left;
}

.homepage-slider-item .background {
	margin: 237px 0 0 0;
	width: 980px;
	height: 83px;
	background: url(../images/top-stories-info-bg.png) 0 0 no-repeat;
	position: absolute;
	z-index: 1;
}

.homepage-slider-item .title {
	margin: 237px 0 0 0;
	padding: 13px 220px 0 16px;
	width: 664px;
	height: 70px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: absolute;
	z-index: 2;
}

.homepage-slider-item .title i {
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

.homepage-slider-item .title:hover i {
	color: #00c6ff;
	text-decoration: underline;
}

.homepage-slider-item .title u {
	height: 36px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}


.homepage-columns {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.homepage-columns .last {
	margin: 0;
}

.homepage-columns-item {
	margin: 0 40px 0 0;
	width: 195px;
	float: left;
}

.homepage-columns-item .title {
	margin: 0 0 12px 0;
	padding: 0 0 9px 0;
	font-size: 18px;
	font-weight: bold;
	color: #004a7b;
	background: url(../images/homepage-columns-item-h2-bg.png) bottom center no-repeat;
}

.homepage-columns-item .title div {
	padding: 14px 0 0 60px;
	height: 34px;
}

.homepage-spacer {
	margin: 0 0 30px 0;
	height: 3px;
	line-height: 3px;
	background: url(../images/shortcode-spacer-2-bg.png) top left repeat-x;
}

.homepage-about {
	margin: 0 30px 0 0;
	width: 620px;
	float: left;
}

.homepage-about .caps:first-letter {
	margin: 5px 6px 0 0;
	font-size: 40px;
	font-weight: bold;
	float: left;
}

.homepage-about p {
	margin: 0 0 12px 0;
}

.homepage-footer .block-1 {
	float: left;
}

.homepage-footer .last {
	margin-bottom: 0;
}</pre></body></html>