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

.search-results {
	width: 100%;
	padding: 10px 20px 40px 20px;
	margin: 0;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
}

.search-results .col-md-8 header h4 {
	color: #505050;
	font-weight: bold;
}

.search-results .col-md-8 p {
	text-align: right;
	padding: 10px 0;
}

.search-results .col-md-6 p a {
	color: #7ba94f;
	text-align: right;
}

.search-results header h4 {
	display: inline-block;
}

.share-social {
	margin-top: -10px;
	text-align: center;
}

.share-social p {
	display: inline-block;
	padding: 15px 2px;
	margin: 0;
	font-size: 16px;
}

.share-social ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.share-social ul a:hover {
	text-decoration: none;
	filter: grayscale(0%);
}

.share-social ul li {
	display: inline;
	padding: 15px;
}

.fb-share {
	background-image: url('/images/icon/social-facebook-circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

.fb-share:hover {
	filter: grayscale(0%);
}

.tw-share {
	background-image: url('/images/icon/social-twitter-circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

.tw-share:hover {
	filter: grayscale(0%);
}

.gp-share {
	background-image: url('/images/icon/social_google_circle.png');
	background-size: 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

.gp-share:hover {
	filter: grayscale(0%);
}

.premium-header {
	margin-top: 20px;
	line-height: 30px;
}

.premium-header .premium-icon {
	background: url('/images/icon/premium.png') center no-repeat;
	border-radius: 100%;
	display: inline-block;
	width: 30px;
	height:30px;
}

.premium-header h5 {
	color: #252525;
	line-height: 30px;
	display: inline-block;
}

.pad5 {
	padding: 0 5px;
}

.free-header {
	width: 100%;
	display: block;
	clear: both;
}

.free-header h5 {
	color: #252525;
	padding: 30px 0px 0px 0px;
	margin-left: 10px;
}

.pgnum {
	display: inline;
	border: 1px dotted #7ba94f;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
}

.pgnum a {
	color: #7ba94f;
}

.pgnum a:hover {
	color: #587438;
	text-decoration: underline;
}

.pg-active {
	background-color: #f4f8f2;
	color: #587438;
	font-weight: bold;
	font-size: 20px;
}

.search-error {
	font-size: 14px;
	color: #252525;
	width:100%;
	text-align: center;
	padding: 80px 0;
}

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

	.premium-header h5 {
		font-size: 12px;
	}


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