.scholarship-search #scholarships_results-search-response ol.ais-Hits-list li.ais-Hits-item {
    padding: 30px;
    background-color: #f2f2f2;
    margin-bottom: 1.5em;
    list-style: none;
}

.scholarship-search #scholarships_results-search-response ol.ais-Hits-list {
    padding-left: 0px;
}

.scholarship-search #scholarships_results-search-response ol.ais-Hits-list li.ais-Hits-item h3 {
    font-size: 1.1em;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scholarship-search .top_container {
    padding: 25px;
}
.scholarship-search .scholarship_search_label {
    cursor: pointer;
    font-size: 11.2px;
    font-size: .7rem;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.scholarship-search .ais_scholarship_search_filter {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.scholarship-search .scholarship_search_taglist {
    padding-bottom: 10px;
}
.scholarship-search ul.ais-RefinementList-list {
    padding-left: 0px;
}

.scholarship-search .scholarship_search_reset_button {
    text-align: right;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .scholarship-search .scholarship_search_reset_button {
        text-align: center;
        margin-top: 15px;
    }
}

.scholarship-search .scholarship_search_filter_option label {
    margin-left: .3rem;
    vertical-align: middle;
}

.scholarship-search .ais-RefinementList-checkbox {
    border: none;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.scholarship-search .ais-RefinementList-checkbox:before {
    content: "";
}
.scholarship-search .ais-RefinementList-checkbox:after {
    content: "";
}

.scholarship-search .ais-RefinementList-checkbox:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 18px;
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    left: 20px;
}

.scholarship-search .scholarship_search_container {
    margin-bottom: 20px;
}

.scholarship-search .scholarships_results_container {
    padding-top: 30px;
    background-color: #fff;
}

.scholarship-search ul li {
    list-style: none;
}

.scholarship-search .ais-RefinementList-labelText {
    padding-left: 5px;
}

.scholarship-search .ais-SearchBox-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.scholarship-search .ais-SearchBox-submit {
    position: absolute;
    right: 30px;
    top: 20%;
    background: none;
    border: none;
    color: grey;
    cursor: pointer;
}

.scholarship-search .ais-SearchBox-submit:hover {
    color: #000;
}

.scholarship-search .ais-SearchBox-submitIcon {
    font-size: 2rem;
    width: 24px;
    height: 24px;
    fill: grey;
}

.scholarship-search .ais-RefinementList-count {
    visibility: hidden;
}
.scholarship-search #scholarships_results_pagination .ais-Pagination {
    display: flex;
    justify-content: center;
}

.scholarship-search #scholarships_results_pagination .ais-Pagination-item {
    display: inline-block;
    text-align: center;
}

.scholarship-search #scholarships_results_pagination .ais-Pagination-link {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    border-radius: 5px;
}

.scholarship-search #scholarships_results_pagination .ais-Pagination-item--selected .ais-Pagination-link {
    background-color: #333;
    color: #fff !important;
    font-weight: bold;
}

.scholarship-search .ais-Pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.scholarship-search .ais-Pagination-item--previousPageItem {
    font-size: 2.5rem;
    color: grey;
    height: 115%;
    vertical-align: middle;
}
.scholarship-search .ais-Pagination-item--nextPageItem {
    font-size: 2.5rem;
    color: grey;
    height: 115%;
    vertical-align: middle;
}

.scholarship-search #scholarships_results-search-stats .ais-Stats-text {
    color: rgb(128, 128, 128);
    font-size: small;
}

