.search_widget_headerbox { float:right; font-size: 14px; background: #B84212; padding: 3px 15px 3px 3px; margin-right:10px; }
.search_widget_headerbox input[type=search] { width:1px; opacity:0; transition: all 200ms ease-in; display:inline-block; margin:0; padding:3px 0; height:32px; }
.search_widget_headerbox:hover input[type=search], .search_widget_headerbox input[type=search]:focus { width:157px;padding:3px 9px;opacity:1; }
.search_widget_headerbox .searchBtn { cursor:pointer;display:inline-block;margin-left:6px; }

.search_results { padding:15px;margin:0 0 10px 0; }

.search_results .searchBox { position:relative;margin-right:34px; }
.search_results .searchBox .searchBtn { cursor:pointer;font-size:14px;background:#043355;padding:11px 11px 12px 11px;border-radius:0px 4px 4px 0;display:inline-block;position:absolute;top:0;right:-34px; }

.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 { padding:5px;margin:2px 0;float:right; }
.search_results_items .search_results_pagination a span { color:#ce5323;font-size:1.3rem;display:inline-block;position:relative;top:2px;border-radius:10px;padding:0 6px 0 8px; }
.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:#02243c;border:2px solid #cac7b5;padding:10px;margin:10px 0;color: #fff; }
.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:0.8rem; }

.search_results_items .search_result_item { padding:10px 0;margin:0; }
.search_results_items .search_result_item_top { font-size:0.75rem; }
.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item h4 { margin:0;font-size:1.2rem;display:inline-block; }
.search_results_items .search_result_item h4 a { 
	font-size: 40px;
	font-family: "mostra-nuova";
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: rgba(0, 37, 60, 1);
	text-transform: none;
}
@media only screen and (max-width: 640px){ 
	.search_results_items .search_result_item h4,.search_results_items .search_result_item h4 a { margin-top: 20px; }
}
.search_results_items .search_result_item_bottom { color:#777;font-size:0.8rem; }
.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 { 
	font-size: 17px;
	line-height: 28px;
	color: rgba(0, 37, 60, 1);
	margin: 0px 0px 20px 0px;
	font-family: "Noto Sans";
	font-weight: 400;
	font-style: normal;
	text-align: left;
}
.search_results_items a.searchLink {
	color: #fff;
}
input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}
/*
 * Widget Search
 */

.widget-search { }
.widget-search .header-icon {
	padding-top: 14px;
}
.widget-search .header-icon i {
	font-size: 19px;
}
.widget-search.active {}
.widget-search .close-icon {
	display: none;
	padding-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.widget-search.active .close-icon {
	display: block;
}
.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
	height: 50px;
	position: relative;
	/*left: 114px;*/
	bottom: 14px;
	right: 0 !important;
	left: 0 !important;
}
.widget-search .form {
	position: absolute;
	max-width: 0px;
	overflow: hidden;
	width: 100%;
	right: 0;
	top: 67px;
	z-index: 9999;
}
.widget-search.active .form {
	max-width: 100%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition:    all 250ms ease-in-out;
	-o-transition:      all 250ms ease-in-out;
	transition:         all 250ms ease-in-out;
}
.widget-search.active .header-icon {background-image: url("/includes/public/assets/images/hamburger-close.png"); }
.widget-search.active .header-icon i { display: none; }
.widget-search form {position: relative;}
.widget-search form input[type="search"] {
	background-color: #f6a850;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 40px;
	padding: 6px 25px 4px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 18px;
}
.widget-search i.fa.fa-search {
	top: 20px;
	position: relative;
	height: 23px;
	width: 23px;
	left: 15px;
}
.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
	/*left: 141px;*/
	/*top: -13px;*/
	top: 0;
}
.widget-search ::-webkit-input-placeholder { 
	color: #fff; 
	opacity: 1;
	font-size: 16px;
	padding-top: 5px;
	position: relative;
	top: 3px;
	left: -3px; 
	} /* Webkit */
.widget-search :-moz-placeholder { color: #fff; opacity: 1;} /* Firefox 4-18 */
.widget-search ::-moz-placeholder { color: #fff; opacity: 1;} /* Firefox 19+ */
.widget-search :-ms-input-placeholder { color: #fff; opacity: 1; } /* IE10+ */
.widget-search form button {
	width: 46px;
	height: 40px;
	background-color: #fc6821;
	text-align: center;
	background-image: url("/includes/public/assets/images/icon-search-white.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -300px;
	top: 0;
	border-radius: 0;
}
.widget-search.active form button {
	right: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition:    all 500ms ease-in-out;
	-o-transition:      all 500ms ease-in-out;
	transition:         all 500ms ease-in-out;
}
.search_results .searchBox .searchBtn {
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -34px;
	background: #fc6821;
	padding: 7px 19px 7px;
	border-radius: 0px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/*  > 641px < 1024px   */
	.widget-search .form {top: 86px;}
}
@media only screen and (min-width: 40.063em){
/* > 641px  */ 
	.widget-search form button {
		height: 35px;
		border-left: solid 7px #fff;
		width: 50px;
	}
	.widget-search form input[type="search"] {
		height: 35px;
		font-size: 17px;
		padding-top: 2px;
	}
}
@media only screen and (min-width: 64.063em) { 
/*  > 1024px  */ 
	.widget-search .form {
		right: 20px;
		top: 59px;
		z-index: 1000;
	}
	.widget-search.active .form {
		max-width: 96%;
		right: 19px;
	}
	.widget-search .header-icon i::before {content: none;}
	.widget-search .header-icon i{
		content: none;
		display: block;
		width: 20px;
		height: 20px;
		background-image: url("/includes/public/assets/images/icon-search.png");
	}
	.juneau_cares .widget-search .header-icon i {
		background-image: url("/includes/public/assets/images/microsite/search.png");
	}
	.widget-search .header-icon {
		height: 23px;
		width: 23px;
	}
	.widget-search.active .header-icon {
		background-image: url("/includes/public/assets/images/close.png");
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 12px;
		height: 34px;
		left: 143px;
		position: relative;
		top: 0px;
	}
	.widget-search form button {
		border-left: solid 9px #fff;
		right: -100px;
	}
}
.searchBox input[type="search"], select {
	height: 39px;
	background-color: #fc6821;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	border: none;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	padding: 9px 12px 9px;
	margin-bottom: 20px;
	border-radius: 0;
}
	.searchBox input[type="search"]:focus{
		background-color: #fc6821;
		color:#fff;
	}
		
}
@media only screen and (max-width: 1024px) {
	.widget-search i.fa.fa-search {
		top: 0;
		position: relative;
		height: 23px;
		width: 23px;
		left: 0;
	}
	.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
		left: 0px;
		top: 0px;
	}
}
@media only screen and (max-width: 640px){
	.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
		left: 0px;
		top: 0px;
		height: 52px;
	}
}
@media only screen and (min-width: 40.063em){ /* > 641px  */ 
	.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
		height: 52px;
	}
}
@media only screen and (min-width: 64.063em) { /*  > 1024px  */ 
	.contentRender_name_plugins_search_headerbox .widget-search .header-icon.exit-button{
		height: 50px;
	}
	.contentRender_name_plugins_search_headerbox .widget-search.active .header-icon.exit-button {
		height: 38px !important;
		top: -2px;
	}
	.contentRender_name_plugins_search_headerbox .header-icon.exit-button {
		top: -13px;
	}
}