@charset "utf-8";
.textMain.site_search_results_page h1 {
	margin: 20px 0 5px;
	color: #212529;
	font-family: Avenir
}
.textMain.site_search_results_page h2 {
	margin: 0 0 5px;
	color: #212529;
	font-weight: 700;
	font-family: Avenir;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 5px
}
.textMain .site_search_results {
	padding: 0
}
.textMain ul.site_search_results>li {
	margin: 30px 0 0;
	background: 0 0;
	padding: 0
}
.textMain ul.site_search_results>li.no_results {
	color: #04833c;
	font-size: 22px
}
.textMain ul.site_search_results li .og_img_lnk, .textMain ul.site_search_results li .srh_details {
	display: table-cell;
	vertical-align: top
}
.textMain ul.site_search_results li .og_img_lnk {
	vertical-align: middle;
	border: 1px solid #eee;
	padding: 5px
}
.textMain ul.site_search_results>li .og_img_lnk .og_img {
	float: right;
	max-width: 100px;
	max-height: 100px;
	padding: 2px;
	box-shadow: 0 5px 5px rgb(0 0 0 / .2)
}
.textMain ul.site_search_results>li .og_img_lnk:hover {
	opacity: .8
}
.textMain .site_search_results a {
	text-decoration: none;
	color: #00853f
}
.textMain .site_search_results a:hover {
	color: #000
}
.textMain .site_search_results a span.d-block {
	display: block;
	color: #666
}
.textMain .site_search_results p {
	line-height: 30px;
	padding: 0
}
.search_pagination {
	margin-top: 20px;
	text-align: center;
	font-weight: 700
}
.search_pagination a {
	margin: 0 2px;
	text-decoration: none;
	width: 30px;
	line-height: 30px;
	display: inline-block
}
.search_pagination .current_page, .search_pagination a:hover {
	background: #00853f;
	color: #fff;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	padding-top: 2px
}
.srh_frm select {
	width: 150px;
	margin-right: 10px;
	padding: 17px 5px 0 10px;
	padding-bottom: 22px;
	background: transparent;
	border: 1px solid #666;
	border-radius: 5px;
	font-size: 18px;
}
.srh_frm input {
	/*width: calc(100% - 160px);*/
	width: 100%;
	padding: 20px;
	border-radius:5px;
	border: 1px solid #666;
	font-size: 18px;
	font-family: Avenir;
	font-weight: 600
}
.srh_frm input.full_length_srh{
	width:100%;
}
.srh_frm {
	position: relative;
}
.srh_frm #search_list_loader {
	position: absolute;
	right: 50px;
	top: 11px;
	display: none;
}
.srh_frm #search_list_loader img{
	width:24px;
}
.srh_frm_button {
	position: absolute;
	height: 100%;
	border: none;
	width: 50px;
	background: 0 0;
	right: 0;
	top: 0
}
.srh_frm_button::after {
	content: '\e812';
	position: absolute;
	right: 20px;
	top: 16px;
	font-family: fontello;
	font-size: 25px;
	color: #a49e9e;
	font-weight: 100;
	cursor: pointer
}
.srh_frm_button:hover::after {
	color: #04833c
}
.textMain p.results_for {
	padding-bottom: 0;
	font-family: Avenir;
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px
}
#ui-id-2.ui-autocomplete {
	max-width:100% !important;
}
#ui-id-2.ui-menu .ui-menu-item-wrapper {
	background: none;
	font-size: inherit;
	padding: 12px 5px !important;
}
@media screen and (max-width:640px) {
.srh_frm select {
	width: 100px;
	padding: 8px 5px 0 10px;
	padding-bottom: 12px;
	font-size: 14px;
}
.srh_frm input {
	width: calc(100% - 110px);
	padding: 9px;
	font-size: 16px;
}
.srh_frm_button::after {
	right: 5px;
	top: 7px;
	font-size: 18px;
}
#ui-id-2.ui-menu .ui-menu-item-wrapper {
	font-size: small;
}
.srh_frm #search_list_loader {
	right: 25px;
	top: 4px;
}
.srh_frm #search_list_loader img {
	width: auto;
}
#ui-id-2.ui-autocomplete {
	max-width: 64% !important;
}
}