.header-wrapper .search form.search-wrapper{
    position: relative;

}
    .header-wrapper .search form.search-wrapper input{
        display: inline-block;
    }

	    .header-wrapper .search form.search-wrapper input.search-input{
	        border: 1px solid #e4e4e4;
	        box-shadow: none;
	        width: 183px;
	        height: 45px;
	    }

	    .header-wrapper .mobile-nav-wrapper .search form.search-wrapper input.search-input{
		    width: 155px;
		    float: right;
	    }
	    
		    .header-wrapper .search form.search-wrapper input.search-submit{
		        position: absolute;
		        top: 13px;
		        right: 13px;
		        background-color: transparent;
		        border: none;
		        height: 20px;
		        width: 20px;
		        background: url("/includes/public/assets/images/header/search.png");
		        text-indent: -9999px;
    			background-repeat: no-repeat;
		    }

/* Search Results */
form .searchBox .search-input{
	padding-left: 0px;
}

form .searchBox .searchBtn{
	background-color: #23B2C2;
	white-space: nowrap;
	color: #fff;
	text-align: center;
    height: 37px;
    padding-top: 7px;
}

form .searchBox .searchBtn{
}

.search_results_filters{}
.search_results_filters h5{
	font-family:'Futura LT W01 Medium';
}

.search_results_filters .filter-header{
	font-style: italic;
    font-size: 14px;
    margin: 10px 0px;
}

.search_results_filters .search_results_facets a{
    display: block;
}
	.search_results_filters .search_results_facets a .type{
		text-transform: capitalize;
    	font-family:'Futura LT W01 Medium';
	}

.search_results_items .search_results_above{}
	.search_results_items .search_results_above h4{
		float: left;
	}

	.search_results_items .search_results_pagination{
		float: right;
    	font-size: 12px;
		font-family:'Futura LT W01 Medium';
	}

	.search_results_items .search_results_pagination .paginationLink{
		font-family:'Futura LT W01 Medium';
	}

.search_results_items .search_result_item_top{
}
	.search_results_items .search_result_item_top h4{
		display: inline-block;
		font-family:'Futura LT W01 Medium';
	}

	.search_results_items .search_result_item_top .search_type{
		font-family:'Futura LT W01 Medium';
    	text-transform: capitalize;
	}

@media only screen and (max-width: 40.063em) {

form .searchBox .search-input {
    padding-right: 0px;
}


}