#results-wrapper{
	margin-bottom: 65px;
}
#results-wrapper select{
	background-image: url("/images/newFE/icons/arrow-down.svg");
}
#results-wrapper #search-options .filter-search{
	position: relative;
	margin-bottom: 15px;
}
#results-wrapper #search-options .filter-search input{
	margin: 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 1.7rem;
	padding-left: 40px;
}
#results-wrapper #search-options .filter-search:before{
	content: url("/images/newFE/icons/search-dark.svg");
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
#results-wrapper #search-options .filters{
	background: #F7F7F7;
	padding: 14px;
}
@media(min-width: 768px){
	#results-wrapper #search-options .filters{
		margin-top: 29px;
	}
}
@media(max-width: 991px){
	#results-wrapper #search-results{
		margin-top: 60px;
	}
}
#results-wrapper #search-options .filters h2{
	font-family: "lato", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.4rem;
	line-height: 1.7rem;
	position: relative;
	padding-left: 25px;
	text-transform: none;
	margin: 0;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E5E5E5;
}
#results-wrapper #search-options .filters h2:before{
	content: url("/images/newFE/icons/filters-dark.svg");
	position: absolute;
	left: 0;
	top: 0;
}
#results-wrapper #search-options .filters .filter + .filter{
	border-top: 1px solid #E5E5E5;
	margin-top: 25px;
}
#results-wrapper #search-options .filters .filter .content{
	display: none;
}
#results-wrapper #search-options .filters .filter h3{
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-family: "lato", sans-serif;
	letter-spacing: 0;
	font-weight: bold;
	color: #1b1b1b;
	position: relative;
	text-transform: none;
}
#results-wrapper #search-options .filters .filter h3:after{
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
}
#results-wrapper #search-options .filters .filter h3.open:after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#results-wrapper #search-options .filters .filter p{
	color: #1b1b1b;
}
#results-wrapper #search-options .filters .filter select,
#results-wrapper #search-options .filters .filter input:not([type=submit]){
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin: 0;
	min-width: 0;
	border: 1px solid #BDBDBD;
}
#results-wrapper #search-options .filters .filter select#range{
	height: 36px;
	margin-bottom: 8px;
}
#results-wrapper #search-options .filters .filter p,
#results-wrapper #search-options .filters .filter input#address,
#results-wrapper #search-options .filters .filter input#location-filter{
	width: 100%;
}
#results-wrapper #search-options .filters .filter input#address{
	margin-bottom: 3px;
	width: 100%;
}
#results-wrapper #search-options .filters .filter span{
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin: 0 6px;
}
#results-wrapper #search-options .filters .filter ul{
	padding-left: 0;
}
#results-wrapper #search-options .filters .filter ul li{
	margin-bottom: 0;
}
#results-wrapper #search-options .filters .filter ul li label{
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-left: 5px;
}
#results-wrapper #search-results table, 
#results-wrapper #search-results td, 
#results-wrapper #search-results th{
	border: 1px solid #E8E8E8;
}
#results-wrapper #search-results .tablesorter-header-inner{
	position: relative;
}
#results-wrapper #search-results .tablesorter-header-inner:before{
	content: url("/images/newFE/icons/sort-up.svg");
	top: -6px;
}
#results-wrapper #search-results .tablesorter-header-inner:after{
	content: url("/images/newFE/icons/sort-down.svg");
	top: 2px;
}
#results-wrapper #search-results .tablesorter-header-inner:before, 
#results-wrapper #search-results .tablesorter-header-inner:after{
	position: absolute;
	right: -15px;
	height: 5px;
	width: 8px;
	opacity: 0.3;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
#results-wrapper #search-results select{
	border: 1px solid #E8E8E8;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #1b1b1b;
	padding-left: 8px;
	padding-right: 30px;
}
#results-wrapper #search-results th{
	text-transform: none;
	font-family: "lato", sans-serif;
	font-size: 1.4rem;
	line-height: 1.7rem;
	letter-spacing: 0;
	padding-right: 20px;
	text-align: left;
}
#results-wrapper #search-results th:first-child{
	padding-left: 10px;
}
#results-wrapper #search-results th.tablesorter-headerUnSorted:hover .tablesorter-header-inner:before, 
#results-wrapper #search-results th.tablesorter-headerUnSorted:hover .tablesorter-header-inner:after{
	opacity: 1;
}
#results-wrapper #search-results th.tablesorter-headerAsc .tablesorter-header-inner:before{
	opacity: 1;
}
#results-wrapper #search-results th.tablesorter-headerDesc .tablesorter-header-inner:after{
	opacity: 1;
}
#results-wrapper #search-results tbody tr:nth-child(even){
	background: #FDFDFD;
}
#results-wrapper #search-results td{
	height: 60px;
	padding: 10px;
}
#results-wrapper #search-results td:first-child{
	padding: 12px 0 12px 12px;
}
#results-wrapper #search-results td .logo{
	width: auto;
	max-height: 36px;
	margin-right: 25px;
}
#results-wrapper #search-results td p{
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-align: left;
}
@media(min-width: 992px){
	#results-wrapper{
		display: grid;
		grid-template-columns: 280px 1fr;
		grid-gap: 30px;
	}
}
@media(max-width: 991px){
	#results-wrapper #search-options .filters{
		margin-bottom: 20px;
	}
	#results-wrapper #search-options .filters .filter h3{
		margin: 0 !important;
	}
	#results-wrapper #search-options .filters .filter + .filter{
		padding-top: 0;
		border-top: none;
	}
}
#business-table_length.dataTables_length{
	/* align entries-dropdown with search-input */
	margin-top: -40px;
}
div#business-table_wrapper.dataTables_wrapper div#business-table_length.dataTables_length{
	text-align: inherit;
}
div#business-table_wrapper.dataTables_wrapper div#business-table_filter.dataTables_filter{
	margin-top: 8px;
	float: right;
}
#business-table_filter.dataTables_filter input{
	margin: 0;
	width: 200px;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 3rem;
	padding: 0 10px;
}
#business-table_length.dataTables_length label{
	font-size: 1.4rem;
	line-height: 4.5rem;
}
#business-table_length.dataTables_length label select{
	margin: 0 5px 15px 5px;
}