.search_widget_headerbox {
	display: none;
	position: relative;
	float: right;
	padding: 0 40px 0 0;
	height: 40px;
	background-image: url("/includes/public/assets/search/search-icon.png");
	background-color: #69a0b9;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
}
@media only screen and (min-width: 1025px) {
	.search_widget_headerbox {
		display: block;
	}
}
.search_widget_headerbox form { height: 40px; }
.search_widget_headerbox input[type=search] {
	width: 1px;
	opacity: 0;
	transition: all 200ms ease-in;
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 40px;
	border: none;
	font-family: 'Motiva Sns W01 Lt', serif;
	font-size: 16px;
	color: #96a0aa;
	box-shadow: none;
}
.search_widget_headerbox input[type=search]:focus { background-color: #fff; }
.search_widget_headerbox input[type=search]::-webkit-input-placeholder { font-style: italic; color: #969ba0; }
.search_widget_headerbox input[type=search]:-moz-placeholder { font-style: italic; color: #969ba0; }
.search_widget_headerbox input[type=search]::-moz-placeholder { font-style: italic; color: #969ba0; }
.search_widget_headerbox input[type=search]:-ms-input-placeholder { font-style: italic; color: #969ba0; }

.search_widget_headerbox.open {
	width: auto;
	background-image: url("/includes/public/assets/search/search-submit.png");
	background-color: #e65500;
}
.search_widget_headerbox.open input[type=search] {
	width: 266px;
	padding: 3px 20px;
	opacity: 1;
	box-shadow: none;
}

.search_widget_headerbox .close { display: none; }
.search_widget_headerbox.open .close {
	position: absolute;
	display: block;
	top: 0;
	right: 40px;
	height: 40px;
	width: 40px;
	background-image: url("/includes/public/assets/search/search-close.png");
	background-repeat: no-repeat;
	z-index: 1;
}
.search_widget_headerbox .searchBtn { cursor: pointer; display: none; margin-left: 0px; }

.search_widget_mobile_headerbox {
	margin: 15px 0 10px;
	width: 205px;
}

.top .search-wrapper .search_widget_mobile_headerbox {
	margin: 0px 0 10px;
}


@media only screen and (min-width: 1025px) {
	.search_widget_mobile_headerbox {
		display: none;
	}
}

.search_widget_mobile_headerbox input[type=search] {
	width: 150px;
	padding: 3px 10px;
	margin: 0;
	height: 40px;
	border: 1px solid #323c46;
	font-family: 'Motiva Sns W01 Lt', serif;
	font-size: 16px;
	color: #323c46;
	box-shadow: none;
}
.search_widget_mobile_headerbox input[type=search]:focus { box-shadow: none; border: 1px solid #323c46; background-color: #fff; }
.search_widget_mobile_headerbox input[type=search]::-webkit-input-placeholder { font-style: italic; color: #969ba0; }
.search_widget_mobile_headerbox input[type=search]:-moz-placeholder { font-style: italic; color: #969ba0; }
.search_widget_mobile_headerbox input[type=search]::-moz-placeholder { font-style: italic; color: #969ba0; }
.search_widget_mobile_headerbox input[type=search]:-ms-input-placeholder { font-style: italic; color: #969ba0; }
.search_widget_mobile_headerbox .searchBtn {
	width: 50px;
	height: 40px;
	background-color: #e65500;
	font-family: 'Motiva Sns W01 XBd', serif;
	font-size: 15px;
	line-height: 40px;
	color: #fafafa;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.search_results { padding: 15px; margin: 0 0 10px 0; }
.search_results .searchBox { position: relative; margin-right: 60px; }
.search_results .searchBox input[type=search] {
	padding: 3px 10px;
	margin: 0;
	height: 40px;
	border: 1px solid #323c46;
	font-family: 'Motiva Sns W01 Regular', serif;
	font-size: 16px;
	color: #323c46;
	box-shadow: none;
}
.search_results .searchBox input[type=search]:focus { box-shadow: none; border: 1px solid #323c46; background-color: #fff; }
.search_results .searchBox input[type=search]::-webkit-input-placeholder { font-style: italic; color: #969ba0; }
.search_results .searchBox input[type=search]:-moz-placeholder { font-style: italic; color: #969ba0; }
.search_results .searchBox input[type=search]::-moz-placeholder { font-style: italic; color: #969ba0; }
.search_results .searchBox input[type=search]:-ms-input-placeholder { font-style: italic; color: #969ba0; }
.search_results .searchBox .searchBtn {
	cursor: pointer;
	width: 50px;
	height: 40px;
	background-color: #e65500;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -60px;
	text-align: center;
	line-height: 40px;
}
.search_results .searchBox .searchBtn:after {
	content: "GO";
	display: block;
	width: 50px;
	font-family: 'Motiva Sns W01 XBd', serif;
	font-size: 15px;
	line-height: 40px;
	color: #fafafa;
	text-align: center;
}

.search_results_items .search_results_above { float: left; width: 100%; }
.search_results_items .search_results_above h4 { float: left; margin: 2px 30px 0 0; }

.search_results_items .search_results_pagination { margin: 7px 0; float: right; line-height: 26px; height: 26px; }
.search_results_items .search_results_pagination a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: top;
	text-indent: -9999px; 
}
.search_results_items .search_results_pagination a span.fa-caret-left { background-image: url("/includes/public/assets/search/left.png"); }
.search_results_items .search_results_pagination a span.fa-caret-right { background-image: url("/includes/public/assets/search/right.png"); }
.search_results_items .search_results_pagination a span.fa-caret-left { padding: 0 8px 0 5px; }

.search_results_items .search_results_notfound { margin: 10px 0; }

.search_results_items .search_results_filters {
	background: #f8fafa;
	border: 2px solid #e8ebf4;
	padding: 10px;
	margin: 10px 0;
}
.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: 14px; }

.search_results_items .search_result_item { padding: 10px 0; margin: 0; }
.search_results_items .search_result_item_top { font-size: 14px; }
.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: #e65500; }
.search_results_items .search_result_item_bottom { color: #777; }
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { color:#69a0b9; }
.search_results_items .search_result_item .search_result_item_bottom p { color: #545454; margin: 2px 0 0 0; }

/* BEGIN - forced search fixes for full width changes */
@media only screen and (min-width: 1024px) {
	.search_results_items .search_result_item .large-4 {
		width: 210px !important;
	}
	.search_results_items .search_result_item .large-8 {
		width: calc(100% - 210px) !important;
	}
}
@media only screen and (max-width: 640px) {
	.search_results_items .search_result_item .large-4 img {
		width: 100%;
	}
}
/* END - forced search fixes for full width changes */

/* for content area - c1 */
.c1 .search_widget_headerbox {
	display: none;
}
.c1 .search_widget_mobile_headerbox {
	display: block;
}
@media only screen and (min-width: 520px) {
	.c1 .search_widget_mobile_headerbox {
		width: 460px;
		float: none;
		margin:10px 0 20px;
	}
	.c1 .search_widget_mobile_headerbox input[type=search] {
		width:400px;
	}
}
