.search_widget_headerbox {
    position: relative;
    width: 30px;
    height: 47px;
}
.search_widget_headerbox.mobile-search {
    width: 100%;
}

.search_widget_headerbox form {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 45px 0 0;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0s ease-in-out .3s;
            transition: background-color 0s ease-in-out .3s;
        
}
.search_widget_headerbox.expand form {
    padding-left: 15px;
    background-color: #ccc;
    -webkit-transition: background-color 0s ease-in-out;
            transition: background-color 0s ease-in-out;
}
.search_widget_headerbox.mobile-search form {
    width: 100%;
}

.search_widget_headerbox input[type=search] {
    margin: 4px 0;
    padding: 0;
    width: 0;
    height: 39px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
    color: #fff;
    border: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
        
}
.search_widget_headerbox input[type=search]:focus,
.search_widget_headerbox input[type=search]:active {
    background-color: transparent;
    box-shadow: none;
}
.search_widget_headerbox input[type=search]::-webkit-input-placeholder { color: #fff; }
.search_widget_headerbox input[type=search]:-moz-placeholder { color: #fff; }
.search_widget_headerbox input[type=search]::-moz-placeholder { color: #fff; }
.search_widget_headerbox input[type=search]:-ms-input-placeholder { color: #fff; }
.search_widget_headerbox input[type=search]::-ms-input-placeholder { color: #fff; }
.search_widget_headerbox.expand input[type=search] {
    width: 240px;
}
.search_widget_headerbox.mobile-search input[type=search] {
    width: 100%;
}

.search_widget_headerbox .searchBtn {
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 22px;
    color: #999;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
    cursor: pointer;
}
.search_widget_headerbox.expand .searchBtn {
    color: #fff;
}

.search_results {
    margin: 0 0 10px 0;
    padding: 0;
}

.search_results .search_results_filters { margin-bottom: 30px; }

.search_results_items .search_result_item { padding: 15px 0; }

.search_results form { margin-bottom: 2rem; }

.search_results .searchBox .searchField {
    margin: 0;
    padding: 0 12px;
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    color: #999;
    font-weight: 600;
    font-size: 16px;
}

.search_results .searchBox .searchBtn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0 0 .5rem;
    min-width: 140px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0;
    border-radius: 5px;
    background: #00728f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    transition: initial;
}

.search_results .searchBox .searchBtn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.search_results_items .search_results_above {
    float: left;
    width: 100%;
}

.search_results_items .search_results_above h4 {
    margin: 2px 30px 0 0;
    color: #00728f;
    font-size: 2rem;
}

.search_results_items .search_results_pagination {
    float: right;
    margin-top: .75rem;
    color: #00afdb;
    font-style: normal;
    font-size: 16px;
}

.search_results_items .search_results_pagination a span {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 0 6px 0 8px;
    border-radius: 10px;
    background: #eadbba;
    color: #ce5323;
    font-size: 1.3rem;
}

.search_results_items .search_results_pagination a.pageRight {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("/includes/public/assets/shared/nxt.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-decoration: none;
}

.search_results_items .search_results_pagination a.pageLeft {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("/includes/public/assets/shared/prv.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-decoration: none;
}

.search_results_items .search_results_notfound { margin: 10px 0; }

.search_results_items .search_results_filters .search_results_facets { margin: 10px 0; }

.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 {
    margin: 0;
    padding: 10px 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 {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
}

.search_results_items .search_result_item h4 a { color: #00afdb; }

.search_results_items .search_result_item h4 a:hover { color: #008CBA; }

.search_results_items .search_result_item_bottom .search_type {
    color: #545454;
    text-transform: uppercase;
}

.search_results_items .search_result_item .search_result_item_bottom .search_anchor {
    color: #000;
    font-weight: 700;
    line-height: 1.3rem;
}

.search_results_items .search_result_item .search_result_item_bottom p {
    margin: 2px 0 0 0;
    margin-top: .2rem;
    color: #545454;
    font-size: 1rem;
}

@media only screen and (max-width: 41.68em) {
    .search_results_items .search_result_item { padding: 5px 0; }
    .search_results_items .search_result_item img {
        padding-bottom: 5px;
        width: 100%;
    }
    .search_results .searchBox .searchField { margin-bottom: 20px; }
    .search_results .searchBox .searchBtn { width: 100%; }
    .search_results_items .search_results_pagination {
        float: none;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 15px;
    }
    .search_results_items .search_result_item .search_result_item_bottom .search_anchor {
        font-weight: normal;
        font-size: .8rem;
    }
    .search_results_items .search_result_item_bottom .search_type { font-size: .8rem; }
}
