.header .search-widget {display: none;}
.header .header-search {
	background-color: #fbd100;
	position: absolute;
	width: 24.6875em;
	height: 3.75em;
	padding: .8em;
	box-sizing: border-box;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	top: 3.6em;
	left: -20em;
	z-index: 100;
	display: none;
}
.mobile-search {
	background-color: #fbd100;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 9px 1px;
	padding: .8em;
}
.header .header-search label, .mobile-search label {display: none}
.header .header-search input[type=text], .mobile-search input[type=text] {background-color: #fff; height: 30px; margin-bottom: 0;}
.header .header-search:before {
	content: "";
	display: inline-block;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 24px solid #fbd100;
	position: absolute;
	left: 315px;
	top: -14px;
}
.header .header-search.isActive {display: block;}

.secondary .header-search {
	background-color: transparent; 
	display: block; 
	padding: 0;
	width: 17.8125em;
	left: auto;
	right: 0;
}
.secondary .header-search input[type=text] {
	background-color: #292929;
	border: 1px solid #373737;
	color: #fff;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .25);
	padding: 5px 30px 5px 5px;
}
.secondary .header-search input[type=text]::-webkit-input-placeholder {color: #fff;}
.secondary .header-search input[type=text]:-moz-placeholder {color: #fff; opacity: 1;}
.secondary .header-search input[type=text]::-moz-placeholder {color: #fff; opacity: 1;}
.secondary .header-search input[type=text]:-ms-input-placeholder {color: #fff;}
.secondary .header-search:before {display: none;}

.mobile-search input[type=submit] {display: none;}


.search_results .resultForm {margin: 0 0 1em;}
.search_results .resultForm label {display: none;}
.search_results .resultForm input {float: left; margin: 0; width: 83%;}
.search_results .resultForm button {float: right; font-size: 0.875em; width: 15%;}

.search_results_items .search_results_pagination {margin: 0.5em 0;}
.search_results_items .search_results_pagination .pager {float: right;}
.search_results_items .search_results_pagination a span {
	color: #29dbe7; 
	font-size: 1em; 
	display: inline-block; 
	position: relative;
	padding: 0 0.5em;
}
.search_results_items .search_results_notfound { margin: 1em 0; }

.search_results_items .search_results_filters {background-color: #efefef; border: 1px solid #e1e1e1; padding: 0.625em; margin: 0.625em 0; }
.search_results_items .search_results_filters .search_results_facets { margin-top: 0.625em; }
.search_results_items .search_results_filters .search_results_facets a { display:inline-block; margin-bottom: 0.25em; }
.search_results_items .search_results_filters .removeFilter { font-size: 0.8em; }

.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item p.search-link {color:#777;}
.search_results_items .search_result_item .search_anchor {color:#006621;}

@media only screen and (max-width: 40em) {
	.search_results .resultForm input {
	    width: 66%;
	}

	.search_results .resultForm button {
		width: 25%;
	}
	
} 