<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Contact page - blocks ********************************************************************************************/
.site-content .category, .site-content article.contact-block{
	float:left;
	width:300px;
	margin-bottom:10px;
	padding-right:18px;
}
.contact-block &gt; header{
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	font-family:'source_sans_pro_semiboldRg', sans-serif;
	margin-bottom:18px;
	color:black;
}
.contact-block &gt; p{
	font-size:14px;
	line-height:20px;
	color:#4c4c4c;
}
.contact-block &gt; p &gt; a{
	display:inline-block;
	background:url(../images/sidepages-li.png) no-repeat left -17px;
	color:#589D39;
	padding-left:11px;
	margin-left:-11px;
	text-decoration:none;
}
.contact-block &gt; p &gt; a:hover{ text-decoration:underline; }

/* News page ********************************************************************************************/
.category  .site-content article, .search .site-content article{
	margin-bottom: 50px;
}

.category .site-content article figure,
.search .site-content article figure{
	float: left;
	margin:2px 20px 0 0;
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #ddd;
	background:url(../images/news-placeholder.jpg) no-repeat left top;
}

.category .site-content article span.date,
.search .site-content article span.date{
	color: #888888;
}

.category .site-content article h4,
.search .site-content article h4{
	font-family: 'source_sans_probold';
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
	max-height: 44px;
	overflow: hidden;
}

.category .site-content article p,
.search .site-content article p{
	font-size: 16px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 5px;
}

.category .site-content article a.button,
.search .site-content article a.button{
	font-family: 'source_sans_probold';
	padding: 3px 7px;
}


.category .site-content article a.button span,
.search .site-content article a.button span{
	font-size: 14px;
}

.nav-previous a, .nav-next a{
	text-decoration: none;
	font-size: 15px;
}

/* Inner pages - Generic ********************************************************************************************/
.entry-content #searchform{
	margin-bottom:20px;
}

.attachments.attachments-small{
	border: none !important;
	background-color: #F2F2F2 !important;
	width: auto !important;
	display: inline-block !important;
	margin:0 11px 3px 0 !important;
	padding:2px 6px 2px 0 !important;
}
.attachments.attachments-small a{
	font-size:14px;
	font-family: 'source_sans_probold';
	color:#4c4c4c;
	text-decoration:none;
	background:url(../images/attachment-icon.png) no-repeat 7px center;
	padding-left:38px;
}
.attachments.attachments-small a:hover{ color:#004885; }
.attachments.attachments-small dt{ display:none !important; }
.attachments.attachments-small dd.caption{ padding:0 !important; white-space: nowrap !important; }

.map {
	clear: left;
}

.map &gt; h4 {
font-size: 30px !important;
font-family: 'source_sans_pro_semiboldRg';
margin: 20px 0 !important;
}

.map &gt; h4 &gt; span {
font-size: 20px;
color: black;
}


/* Inner pages - Gallery ********************************************************************************************/


.ngg-galleryoverview {
	width: auto;
	margin-left: -13px;
	padding-top: 5px;
}

.int_gallery{
	background: #F7F7F7;
	padding: 15px 20px;
	box-shadow: 0 1px 1px rgba(18, 17, 13, 0.3);
	margin: 20px 0 30px;
}

.int_gallery h4{
	font-size:18px !important;
	line-height:17px !important;
	color:#000001;
	font-family:'source_sans_pro_lightregular';
	padding-bottom:5px;
	margin:0 0 20px 0 !important;
	border-bottom:1px solid #dfdedf;
}


.entry-content .int_gallery  img{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	margin: 0px;
	padding:3px;
	border:none;
	border-radius: 0px;
	margin-bottom: 13px;
}

.ngg-gallery-thumbnail-box {
	margin: 0 0px 0px 14px;
}

.ngg-gallery-thumbnail {
	margin-right: 0px;
	width: 73px;
}

.int_gallery .entry-content img:hover{
	background-color:darkGray;
}

.slideshowlink {
	display: none;
}</pre></body></html>