.widget-search{
    height: 75px;
    position: relative;
}
.widget-search .input{
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #054b8e;
    font-family: "Swift Neue LT W01 Light";
    font-size: 27px;
    height: 71px;
    width: 422px;
    padding-left: 12px;
    padding-top: 8px;
    position: absolute;
    right: -3px;
    text-transform: capitalize;
    top: 0px;
    z-index: 1;
    opacity: 0;
    background-image: url("/includes/public/assets/shared/background-search.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 44px;
    padding-right: 45px;
    -webkit-transition: opacity .2s, top .2s;
    transition: opacity .2s, top .2s;
}
.widget-search .input:focus{
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    background-image: url("/includes/public/assets/shared/background-search.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.widget-search ::-webkit-input-placeholder{
    color: #281203;
}
.widget-search  :-moz-placeholder{ /* Firefox 18- */
    color: #281203;  
}
.widget-search  ::-moz-placeholder{  /* Firefox 19+ */
    color: #281203;  
}
.widget-search  :-ms-input-placeholder{  
    color: #281203; 
}
.widget-search.active .input{
    opacity: 1;
    top:62px;
    -webkit-transition: opacity .1s, top .3s;
    transition: opacity .1s, top .3s;
}
.searchIcon{
}
.searchIcon{
    cursor: pointer;
    font-size: 18px;
    height: 75px;
    position: absolute;
    top:1px;
    width: 71px;
    z-index: 300;
    text-align: right;
}

.search_results_filters {
	border: 1px solid #333;
	background-color: #eeeeee;
	padding: 20px;
	margin-bottom: 25px;	
}
.search_results_filters .search_results_facets a {
	border-bottom: 1px solid;
}
.search_results_filters .search_results_facets a:hover {
	border: none;
}
.search_results_above {
	margin-bottom: 25px;
}
.search_results_items .search_result_item .search_anchor {
	color: #279392;
}
.search_results_items .search_result_item_top h4 {
	margin-bottom: 15px;
}
.search_results_items .search_result_item_top h4 a {
	border-bottom: 1px solid;
}
.search_results_items .search_result_item_top h4 a:hover {
	border: none;
}
.search_results_items .search_result_item {
	margin-bottom: 25px;
}
.search_results_items .search_result_item .search_type {
	font-weight: bold;
}
.search_results_items .search_result_item img {
	padding: 6px;
	border: 1px solid #333;
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
}
.search_results_pagination {
	margin-bottom: 25px;
}