
/* Search Box */
.headerBar .search {    
    display: block;
    float: right;
    height: 25px;
    margin-left: 25px;
    position: relative;
    right: 0;
    top: 5px;
    width: 25px;    
}
.headerBar .search .search-icon {
	background: url("/includes/public/assets/images/search-icon.png") no-repeat scroll center center transparent;
	height: 25px;
	width: 25px;
	display: block;
	cursor: pointer;
}

.search-widget-headerbox {
    box-shadow: none;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: 3px 15px 3px 3px;
    position: relative;
    top: 0;
    width: 150px;
}
.search-widget-headerbox.active {display: block;}

.search-widget-headerbox input[type=search],
.site-search-box-mobile input[type=search] { 
	font-family: verdana, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, 1); 
	width:138px; 
	display:inline-block; 
	margin:0; 
	padding:3px 9px; 
	height:30px; 
	border: 0 none;
	box-shadow: none;
	color: #999;
}
.search-widget-headerbox:hover input[type=search], .search-widget-headerbox input[type=search]:focus { box-shadow: none; }
.search-widget-headerbox .searchBtn,
.site-search-box-mobile .searchBtn { 	
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 10px;
    width: 20px;
    z-index: 99;
    color: #999;    
}

.search-widget-headerbox .fa-search.searchBtn {}

/* Mobile Search Box */

.site-search-box-mobile {
	background-color: transparent; 
	display: block;
	height: 40px; 
	width: 70px; 
	right: 0;
    top: 5px;
	position: absolute;
 }
.site-search-box-mobile .fa.fa-search {
	color: #999;
    font-size: 18px;
    left: 33px;
    position: relative;
    text-align: center;
    top: 9px;
}
.site-search-box-mobile .fa-search.searchBtn {display: block; top: 8px; right: 5px;}
.site-search-dd .fa-search { 
    color: #999;
    position: absolute;
    right: 30px;
    top: 31px;
}    
.site-search-dd .fa-chevron-right {
	color: #b8c3c5;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 28px;
    width: 30px;
}
.mobilenav ul.dl-menu li.site-search-dd {position: relative; background-color: #eee; padding: 20px;}
.site-search-dd input[type=search] {
    font-family: verdana, sans-serif;
	font-size: 14px; 
	margin-bottom: 0;
	box-shadow: none;
	border: 0 none;
}
.site-search-dd input[type=search]:focus {
	box-shadow: none;
}

/* Search Results */

.search_results { padding:15px;margin:0 0 10px 0; }
.wrapper .body-section .search_results h4 { 
    color: #f54240;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0;
}
.search_results .searchBox { position:relative; margin-right:34px; }
.search_results .searchBox .searchBtn { 
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 5px 11px 0;
    position: absolute;
    right: -38px;
    top: 0;
}
.search_results .searchBox .searchBtn span {color: #236192;}

.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; color: #b8c3c5; }
.search_results_items .search_results_pagination a span { color:#236192; font-size: 16px; display:inline-block; position:relative; top:0px; 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:#999;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 { color: #fff; font-weight: bold; display:block; margin-bottom:4px; text-decoration: none; }
.search_results_items .search_results_filters .search_results_facets a.mediagallery {display: none;}
.search_results_items .search_results_filters .removeFilter { font-size:0.8rem; }

.search_results_items .search_result_item { padding:10px 0px;margin:0 0 20px;}
.search_results_items .search_result_item_top { font-size:0.75rem; }
.search_results_items .search_result_item img {margin-bottom: 20px;}
.search_results_items .search_result_item em { font-weight: 700; font-style: normal;}
.search_results_items .search_result_item h4 { margin:0; font-size: 36px;display:inline-block; }
.search_results_items .search_result_item h4 a { 
    color: #f9423a;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
}
.search_results_items .search_result_item_bottom { color:#236192;font-size:0.8rem; }
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { color:#236192; line-height: 1.3rem; }
.search_results_items .search_result_item .search_result_item_bottom p { color:#000;margin:2px 0 0 0;font-size:14px; }

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES (FIXES TO LINE UP WITH HEADER)
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 370px) {
    .search_results_items .search_results_pagination{
        text-align: left;
        float: left;
    }
    .search_results_items .search_result_item img {width: 100%;}
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .search_results_items .search_result_item img {width: 100%;}
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

    
}
