/* HEADERBOX */
.headerTop .search_widget_headerbox {
	position: relative;
	margin-top: 10px;
	margin-right: 25px;
	width: 0;
	height: 26px;
	overflow: hidden;
	/* -webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: al	l .25s;
	-o-transition: all .25s;
	transition: all .25s; */
}
.headerTop .search.open .search_widget_headerbox {
	width: 139px;
	/* -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; */
}
.headerTop .search_widget_headerbox form:after { clear: both; }
.headerTop .search_widget_headerbox input[type="search"] {
	float: left;
	margin-left: 5px;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	width: 105px;
	height: 26px;
	font-family: "Avenir65Medium", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 0.2rem 0.5rem;
}
.headerTop .search_widget_headerbox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.headerTop .search_widget_headerbox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox .searchBtn {
	position: absolute;
	float: left;
	margin-right: 5px;
	width: 24px;
	height: 26px;
	background-color: #fff;
	background-image: url("/includes/public/assets/search/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-mobile .search_widget_headerbox {
	position: relative;
	top: 9px;
	left: 10px;
	width: 292px;
	height: 26px;
	overflow: hidden;
}

.search-mobile .search_widget_headerbox form:after { clear: both; }
.search-mobile .search_widget_headerbox input[type="search"] {
	float: left;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	width: 263px;
	height: 26px;
	font-family: "Avenir65Medium", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.search-mobile .search_widget_headerbox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.search-mobile .search_widget_headerbox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox .searchBtn {
	float: left;
	width: 24px;
	height: 26px;
	background-color: #fff;
	background-image: url("/includes/public/assets/search/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
}


/* RESULTS */
.searchBox { position: relative; }
.searchBox input[type="search"] {
	float: left;
	padding-right: 36px;
	margin-right:-40px;
	box-shadow: none;
	width: 100%;
	height: 45px;
	font-family: "Avenir65Medium", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.searchBox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.searchBox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.searchBox .searchBtn { background-color: #b11000; }
.searchBox .searchBtn {
	position: relative;
	float: left;
	width: 40px;
	height: 45px;
	background-color: #b11000;
	background-image: url(/includes/public/assets/shell/icon-search.png);
	background-repeat: no-repeat;
	background-position: -25px center;
	cursor: pointer;
}
.searchBox .searchBtn .fa {
	display: none;
}
.search_results_item { padding: 15px 0; }
.search_result_item { padding: 10px 0; }
.search_result_item .columns { padding: 0 15px; }
.search_result_item .search_anchor { font-family:'Avenir95Black'; }
.search_result_item h4 a { font-weight: bold; }
.search_results_pagination {
	padding: 15px 0;
	height: 51px;
	line-height: 21px;
	text-align: right;
}
.search_results_pagination .paginationLink {
	display: inline-block;
	width: 19px;
	height: 21px;
	vertical-align: middle;
}
.search_results_pagination .paginationLink .fa {
	display: inline-block;
	width: 19px;
	height: 21px;
	background-image: url("/includes/public/assets/nav-media.png");
	background-size: auto 100%;
}
.search_results_pagination .paginationLink .fa::before {
	display: none;
}
.search_results_pagination .paginationLink .fa-caret-right { background-position: -19px 0; }
.search_results_pagination .paginationLink .fa-caret-left { background-position: 0 0; }
.search_results form:after { clear: both; }
.search_results_items { clear: both; }