<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.sfPostTitle {
    margin: 20px 0 5px 0;
}

.searchFilter {margin: 0; font-size: .75em;}
.searchFilter h2 {margin-top: 20px;}
.searchFilter .filterOptions {margin-bottom: 20px;}
.searchFilter span {display: block; padding: 5px 0;}
.searchFilter input[type=checkbox] {margin-right: 4px;}
.searchFilter .level0 .counter {display: none;}
.searchFilter .level0 {margin: 20px 0 0 0; font-weight: bold;}
.searchFilter .level0:first-child {margin: 0;}
.searchFilter .level0 input {display: none; }
.searchFilter .level1 {margin: 0 0 0 0;}
.searchFilter .level2 {margin: 0 0 0 2em;}

.searchFilter input[type=submit] {margin: 0 8px 10px 0;}

.searchResultsListing ul li::before {content: none !important;}
.searchResultsListing ul li {padding-left: 0 !important;}
.searchResultsListing ul li .pubDate {color: #c4bfb6; font-size: .9em;}

.pager {font-size: .9em;}


.clear {
	clear: both;
}

#search_box {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	
}

#search_box .sfsearchSubmit {
	position: relative;
	float: right;
	box-sizing: border-box;
	text-align: center;
	width: 80px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	background: #FFCD00;
	color: #002B49;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

#search_box .sfsearchSubmit:hover {
	background: #009cb6;
	color: #ffffff;
}

#search_box input[type=text] {
	box-sizing: border-box;
	height: 40px;
	width: calc(100% - 85px);
	border: 1px solid #d4d4d4;
	margin: 0;
	padding: 0 10px;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#search_box input[type=text]:focus {
	border-color: #009cb6;
}

#search_results {
	position: relative;
	box-sizing: border-box;
	float: right;
	width: calc(100% - 310px);
	border-left: 1px solid #d4d4d4;
	padding: 10px 0 0 30px;
	margin: 0 0 30px 0;
}

#search_filter {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 280px;
	padding: 10px 0 0 0;
	margin: 0 0 30px 0;
	display: none;
}

#search_filter h2, #search_box h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 20px 0;
}


#search_filter h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #555555;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#search_filter h3:hover {
	color: #009cb6;
}

#search_filter h3 span {
	display: inline-block;
	float: right;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	color: #bebebe;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#search_filter h3:hover span {
	color: #009cb6;
}

.f_section {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
	margin: 0 0 20px 0;
	padding: 15px 15px 10px 15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.f_section:hover {
	/*border-color: #009cb6;*/
}

.f_sub {
	position: relative;
	box-sizing: border-box;
	display: none;
}

#cphWrapper_C005_btnFilter {
	position: relative;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	background: #FFCD00;
	color: #002B49;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

#cphWrapper_C005_btnFilter:hover {
	background: #009cb6;
	color: #ffffff;
}

#cphWrapper_C005_btnReset {
	position: relative;
	box-sizing: border-box;
	float: right;
	text-align: center;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	background: #FFCD00;
	color: #002B49;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

#cphWrapper_C005_btnReset:hover {
	background: #009cb6;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {

	#search_results {
		float: none;
		width: 100%;
		border: none;
		padding: 20px 0 0 0;
	}
	
	#search_filter {
		float: none;
		width: 100%;
		padding: 25px 0 0 0;
		border-top: 1px solid #d4d4d4;
	}
	
	
}
</pre></body></html>