<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slideshow .photo:before {
	padding-top:24%;
}
.template1 .dynamic.padded {
	padding:25px 25px 0px 25px;
}
.newsContainer {
    display: table;
	table-layout:fixed;
	width:100%;
	margin:0px auto;
	text-align:left;
}
.newsNav {
	padding-right:10px;
}
.newsBody {
	display:table-cell;
    vertical-align: top;
	padding-left:25px;
	padding-bottom:25px;
}
.newsBody.articledetail {
	padding-right:25px;
}
.newsBody.articledetail .buttonContainer {
	position:absolute;
	top:0;
	left:-25px;
	text-align:left;
}
.newsBody .item .desc .button {
	position:absolute;
	bottom:0px;
	text-transform:none;
	font-style:italic;
}
.newsBody .photoContainer {
	width:50%;
	text-align:right;
	position:relative;
}
.newsBody .photoContainer &gt; img {
	width:100%;
}
.new.articlegroup {
	display:none;
}
.newsBody .firstitem {
	width:96%;
	float:none;
	background-color:#ededed;
	margin-bottom:20px;
	text-align:left;
	position:relative;
}
.newsBody .firstitem h3 {
	margin-top:10px;
}
.newsBody .firstitem .photo {
	display:table-cell;
	width:50%;
	vertical-align:top;
	line-height:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
    background-position:center center;
	position: relative;
}
.newsBody .firstitem .desc {
	display:table-cell;
	vertical-align:top;
	padding:20px;
	width:40%;
}
.newsBody .photo a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.newsBody .item {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-right:3%;
	margin-bottom:40px;
	position:relative;
	text-align:left;
	font-size:14px;
}
.newsBox .newsBody .item {
	width:22%;
}
.newsBody .item:nth-child(3n), .newsBox .newsBody .item:nth-child(4n) {
	margin-right:0;
}
.newsBox .newsBody .item:nth-child(3n) {
	margin-right:3%;
}
.newsBox .newsBody .editButtons {
	display:none;
}
.newsBody .item .photo {
	overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    position:relative;
}
.newsBody .item .photo:before {
    content: "";
    display: block;  
    padding-top: 64%;   /* initial ratio of 550x350*/
}
.newsBody .item .desc {
	padding:10px 0px;
}
.newsBody .item .photo:hover .desc {
	background:rgba(255,255,255,.90);
}
.newsBody .item .title {
	font-size:17px;
}
.newsBody .item .date, .newsdate {
	text-transform:uppercase;
	color:#ea675d;
	font-size:11px;
	font-weight:bold;
}
.newsdate {
	margin-bottom:10px;
}
.newsBody .item .readmore {
	text-decoration:none;
	position:absolute;
	text-transform:uppercase;
	font-size:13px;
	bottom:20px;
	left:15px;
	right:0;
}
.newsBody .item .readmore:after {
	content:"";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #511c3d;
	position:absolute;
	right:15px;
}
.newsBody .item .readmore:hover {
	text-decoration:underline;
}
.newsBody .item .blurb {
	padding-bottom:50px;
}
.newsSidebar {
    display:table-cell;
    vertical-align: top;
    margin-left:5px;
    padding-left:20px;
    width:180px;
	text-align:left;
}
.newsBody .articles {
}
.newsMonth {
}
.newsMonth a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.newsMonth a:hover {
	color:#1D8087;
}
.stButton {
}
.newsShare {
	width:165px;
/*	border:1px solid #ccc;*/
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:12px;
}
.newsShare.spacer{
	position:relative;
	clear:both;
	border:none;
}
.articleShare .newsShare {
	width:300px;
	margin-left:120px;
	border:none;
}
.newsSidebar .wrap {
	display:block;
	clear:both;
}
.newsNav {
	height: 29px;
	background-image: url('/uploads/images/slideshow/background_ssbar.png');
	text-align:right;
}
.newsNav a {
	padding: 0px 5px;
	color: #939598;
	text-decoration: none;
	font-size: 15px;
	cursor:pointer;
	line-height:22px;
	display:inline-block;
}
.newsNav a:hover {
	color:#fff;
}
.newsNav a.activeSlide {
	color:#25BEBE;
}
.newsText {
	display:block;
	overflow:hidden;
	padding:0px 0px 0px 40px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.articles .buttonContainer {
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	background:rgba(255,255,255,.8);
}
.articles .buttonContainer .button {
	margin:5px;
}
.articles .buttonContainer .button {
	display:inline-block;
	padding:2px 15px;
}
.morenews {
	font-size:15px;
	font-style:italic;
	cursor:pointer;
	display:inline-block;
	margin-bottom:20px;
}
.newsBody .navigate {
	float:right;
}
/* Tablet Portrait */
@media screen and (min-width : 760px) and (max-width : 905px)  {
	.newsBody .item {
		width:45%;
	}
}
/* Mobile only */
@media (max-width : 759px) {
	.newsBody td, .newsBody table, .newsBody tr, .newsBody tbody, .newsdate.container{
		display:block;
		width:auto;
		clear:both;
	}
	.newsdate.container {
	}
	.newsBody, .newsSidebar {
		display:block;
		float:none;
		width:auto;
		padding:0px 15px;
		border-left:0;
		margin:0;
	}
	.newsBody .firstitem .photo, .newsBody .firstitem .desc, .newsBody .photoContainer {
		display:block;
		width:auto;
	}
	.newsBody .photoContainer img {
		min-height:180px;
	}
	.newsBody .firstitem .photo {
		width:100%;
		height:150px;
	}
	.newsBody .item, .newsBody .firstitem {
		float:none;
		width:auto !important;
		margin-right:0;
	}
	.newsText {
		padding-top:10px;
		padding-right:0;
	}
	.newsNav {
		display:none;
	}	
	.newsBody .item {
		display:block;
		height:auto !important;
	}
	.newsBody .newsText {
		padding-left:0px;
	}
	.newsSidebar {
		text-align:center;
	}
}

</pre></body></html>