.search_widget_headerbox {
	position: absolute;
	right: 0;
	width: 52px;
	height: 40px;
	color: #333;

	-webkit-transition: all .25s;
	transition: all .25s;
}
.search_widget_headerbox.open {
	width: 305px;
	background: #FFF;
}
.search_widget_headerbox input[type=search] {
	opacity: 0;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	width: 0;
	overflow: hidden;
	height: 40px;
	font: normal 13px/40px 'ITC Blair W01 Bold';
	color: #333;
	background-color: transparent;

	text-indent: 30%;
	-webkit-transition: all .25s, text-indent .6s;
	transition: all .25s, text-indent .6s;

}
.search_widget_headerbox.open input[type=search] {
	opacity: 1;
	width: 228px;
	padding: 0 8px;
	text-indent: 0;
}
.search_widget_headerbox input[type=search]:focus,
.search_widget_headerbox input[type=search]:active {
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.search_widget_headerbox input[type=search]::-webkit-input-placeholder {color: #333;}
.search_widget_headerbox input[type=search]:-moz-input-placeholder {color: #333;}
.search_widget_headerbox input[type=search]::-moz-placeholder {color: #333; opacity: 1;}
.search_widget_headerbox input[type=search]::-ms-input-placeholder {color: #333;}

.search_widget_headerbox .search-toggle{
	float: left;
	width: 52px;
	height: 40px;

	background-image: url("/includes/public/assets/icon-search.png");
    background-position: center;
    background-repeat: no-repeat;
}
.search_widget_headerbox.open .search-toggle{
	background-image: url("/includes/public/assets/icon-search-active.png");
}
.search_widget_headerbox .search-close{
	display: block;
  	float: left;
  	width: 0;
  	height: 40px;
  	line-height: 40px;
  	overflow: hidden;
  	cursor: pointer;
  	color: #f54325;
  	font-weight: bold;

  	-webkit-transition: all .25s;
  	transition: all .25s;
}
.search_widget_headerbox.open .search-close{
	  width: 25px;
}

/* Mobile */
.search_widget_mobile_headerbox{
	position: relative;
	padding-top: 20px;
}
.search_widget_mobile_headerbox input[type="search"]{
	height: 30px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #d8d8d0;
	box-shadow: none;
	font-size: 13px;
	color: #333;
}
.search_widget_mobile_headerbox .searchBtn{
	position: absolute;
	right: 0;
	width: 34px;
	height: 30px;

	background-image: url("/includes/public/assets/icon-search-green.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
body.fall .search_widget_mobile_headerbox .searchBtn{background-image: url("/includes/public/assets/icon-search-brown.png");}
body.winter .search_widget_mobile_headerbox .searchBtn{background-image: url("/includes/public/assets/icon-search-blue.png");}

.search_widget_mobile_headerbox input[type=search]::-webkit-input-placeholder {color: #333;}
.search_widget_mobile_headerbox input[type=search]:-moz-input-placeholder {color: #333;}
.search_widget_mobile_headerbox input[type=search]::-moz-placeholder {color: #333; opacity: 1;}
.search_widget_mobile_headerbox input[type=search]::-ms-input-placeholder {color: #333;}


/* Results */
.search_results { padding: 15px; margin: 0 0 10px 0; }

.search_results form {
	margin: 0;
	padding: 30px 30px;
	background-color: #221e20;
	background-image: url("/includes/public/assets/backgrounds/BG-Neutral-002-Lines.png");
	overflow: hidden;
}
.search_results form input {
	margin-bottom: 0;
	border: none;
	height: 40px;
	font-size: 15px;
	color: #231F20;
	background-color: #fff;
}
.search_results form input:focus,
.search_results form input:active {
	box-shadow: none;
	border: none;
	background-color: #fff;
}
.search_results .searchBox { position: relative; width: 100%; }
.search_results .searchBox .searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url("/includes/public/assets/icon-search-active.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
}
.search_results_items .search_results_above { float: left; width: 100%; }
.search_results_items .search_results_above h4 {
	float: left;
	font-size: 42px;
	line-height: 48px;
}
.search_results_items .search_results_notfound { margin: 10px 0; }
.search_results_items .search_results_filters {
	margin: 0 0 20px 0;
	padding: 10px 30px 30px;
	color: #fff;
	background-color: #221e20;
	background-image: url("/includes/public/assets/backgrounds/BG-Neutral-002-Lines.png");
}
.search_results_items .search_results_filters .search_results_facets { margin-top: 10px; }
.search_results_items .search_results_filters .search_results_facets a { display: inline-block; margin-bottom: 4px; }
.search_results_items .search_results_filters .removeFilter { font-size: 12px; }
.search_results_items .search_result_item .large-4 { width: 20%; padding: 0 15px; }
.search_results_items .search_result_item .large-8 { width: 80%; padding: 0 15px; }
.search_results_items .search_result_item .large-12 { padding: 0 15px; }
.search_results_items .search_result_item { padding: 10px 0; margin: 0; }
.search_results_items .search_result_item_top { font-size: 12px; }
.search_results_items .search_result_item em { font-weight: bold; }
.search_results_items .search_result_item h4 {
	margin: 0;
	font-size: 26px;
	line-height: 32px;
	display: inline-block;
}
.search_results_items .search_result_item h4 a { color: inherit; }
.search_results_items .search_result_item_bottom { font-size: 14px; line-height: 16px; }
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { line-height: 16px; }

.search_results_items .search_results_pagination { padding: 5px; margin: 2px 0; float: right; line-height: 30px; }
.search_results_items .search_results_pagination a {
	display: inline-block;
	width: 43px;
  	height: 43px;
	vertical-align: middle;
}
.search_results_items .search_results_pagination a span {
	display: inline-block;
	width: 43px;
  	height: 43px;
	background-image: url("/includes/public/assets/Misc/arrow-left.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.search_results_items .search_results_pagination a span.fa-caret-right {
	background-image: url("/includes/public/assets/Misc/arrow-right.png");
}
.search_results_items .search_results_pagination a span:before{
	display: none;
}

.search_results_items .image-col{max-width: 300px;}
.search_results_items .has-image.columns{float: left !important;}