.search_widget_headerbox {max-width: 220px; width: 100%;}
.search_widget_headerbox .form-group {display: none; float: left; width: 170px; position: relative; z-index: 1009;}
.search_widget_headerbox.open .form-group {display: block;}
.search_widget_headerbox input[type="search"].form-control {
	background: #c41845;
	border: 0;
	color: #fff;
	margin: 0;
	height: 50px;
	padding: 15px;
	padding-right: 0;	
	font-family: "Proxima N W01 Smbd", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 19.2px;
}
.search_widget_headerbox input[type="search"].form-control:focus {
	-webkit-box-shadow: 0 0 0 0 #000;
	-moz-box-shadow: 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #000;
	-webkit-box-shadow: inset 0 0 0 0 #000;
	-moz-box-shadow: inset 0 0 0 0 #000;
	box-shadow: inset 0 0 0 0 #000;
}

.search_widget_headerbox input[type="search"].form-control::-moz-placeholder {color: #fff; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1;}
.search_widget_headerbox input[type="search"].form-control:-ms-input-placeholder {color: #fff; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1;}
.search_widget_headerbox input[type="search"].form-control::-webkit-input-placeholder {color: #fff; -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; opacity: 1;}
.search_widget_headerbox input[type="search"].form-control:focus::-moz-placeholder {color: #fff; -webkit-opacity: 0.3; -khtml-opacity: 0.3; -moz-opacity: 0.3; -ms-opacity: 0.3; -o-opacity: 0.3; opacity: 0.3;}
.search_widget_headerbox input[type="search"].form-control:focus:-ms-input-placeholder {color: #fff; -webkit-opacity: 0.3; -khtml-opacity: 0.3; -moz-opacity: 0.3; -ms-opacity: 0.3; -o-opacity: 0.3; opacity: 0.3;}
.search_widget_headerbox input[type="search"].form-control:focus::-webkit-input-placeholder {color: #fff; -webkit-opacity: 0.3; -khtml-opacity: 0.3; -moz-opacity: 0.3; -ms-opacity: 0.3; -o-opacity: 0.3; opacity: 0.3;}

.search_widget_headerbox .btn-search {float: left; width: 50px;}
.search_widget_headerbox .btn-search .button {height: 50px; margin: 0; padding: 15px; position: relative; z-index: 1009;}

@media only screen and (max-width: 1024px) {
	.search_widget_headerbox .form-group {float: none; clear: both; position: absolute; top: 0; left: 0; padding-right: 110px; width: 100%; z-index: 1009;}
	.search_widget_headerbox input[type="search"].form-control {height: 72px; padding: 25px 15px;}

	.search_widget_headerbox .btn-search {width: auto; float: none; clear: both;}
	.search_widget_headerbox .btn-search .button {height: auto; padding: 25px 15px; line-height: 22px;}
}




.search_results {margin:0 0 10px 0; }

.search_results .searchBox input[type="search"] {
	border: 1px solid #3399ba;
	color: #3399ba;
	font-family: "Proxima N W01 Smbd", sans-serif; font-size: 23px; line-height: 28px;
	height: 55px;
	margin-bottom: 0;
	padding: 15px 13px;	
}
.search_results .searchBox input[type="search"]:focus {
	-webkit-box-shadow: 0 0 0 0 #000;
	-moz-box-shadow: 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #000;
	-webkit-box-shadow: inset 0 0 0 0 #000;
	-moz-box-shadow: inset 0 0 0 0 #000;
	box-shadow: inset 0 0 0 0 #000;
	outline: none;
}
.search_results .searchBox .btn-submit {padding-left: 10px;}
.search_results .searchBox .btn-submit .button {
	border-radius: 3px;
	background-clip: padding-box;
	font-family: "Proxima N W01 Smbd", sans-serif; font-size: 20px; line-height: 26px;
	height: 55px;
	padding: 15px 20px;
	text-transform: uppercase;
	width: 100%;
}
.search_results .searchBox .btn-submit .button span.txt {float: left;}
.search_results .searchBox .btn-submit .button span.ico {float: right; margin-top: -2px;}

.search_results_items .search_results_above {float: left; width:100%; }
.search_results_items .search_results_above h4 { float: left; margin:2px 30px 0 0; color: #4e464e; font-family: 'Pacifico', cursive; font-size: 30px; line-height: 32px; }

.search_results_items .search_results_pagination {text-align: right;}
.search_results_items .search_results_pagination li {
	color: #4e464e;
	display: inline-block;
	font-size: 14px; line-height: 19.8px;
	margin-right: 5px;
}
.search_results_items .search_results_pagination li a {
	color: #c41845;
	font-size: 18px; line-height: 19.8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.search_results_items .search_results_pagination li.disabled a {color: #c1bec1; cursor: not-allowed;}

.search_results_items .search_results_notfound { margin: 15px 0;}

.search_results_items .search_results_filters {
	background: url(/includes/public/assets/tiles/light-blue-pattern.png) top left; 
	color: #fff; 
	padding: 20px; 
	margin: 15px 0;
}
.search_results_items .search_results_filters .search_results_facets {margin-top: 10px;}
.search_results_items .search_results_filters .search_results_facets a {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 4px;
}
.search_results_items .search_results_filters .removeFilter {color: #fff; font-size: 14px;}

.search_results_items .search_result_item {padding: 10px 0; margin: 0;}
.search_results_items .search_result_item_top {}
.search_results_items .row.collapse > .columns.img {padding-right: 10px;}
.search_results_items .search_result_item em {font-weight: bold;}
.search_results_items .search_result_item h4 { margin:0; display:inline-block; }
.search_results_items .search_result_item h4 a {color: #c41845; font-family: "Proxima N W01 Smbd", sans-serif; font-size: 24px; line-height: 24px;}
.search_results_items .search_result_item_bottom {}
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { color:#006621; line-height: 1.3rem; }
.search_results_items .search_result_item .search_result_item_bottom p { margin:2px 0 0 0;}

@media only screen and (max-width: 640px) {
	.search_results .searchBox .form-group {margin-bottom: 15px;}
	.search_results .searchBox .btn-submit {padding: 0;}

	.search_results_items .search_results_above h4 {float: none; margin: 2px 0 15px 0;}
	.search_results_items .search_results_pagination {text-align: center;}
	.search_results_items .row.collapse > .columns.img {padding-bottom: 15px; padding-right: 0;}
}
