body.loading:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255, .5) url("../images/loading.svg") no-repeat center;
}
.custom-ajax-search {
}
.custom-ajax-search #content.site-content,
.custom-ajax-search .footer-wrapper {
    width: 100%;
}
.primary-header > .container {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.custom-ajax-search #primary.container {
    max-width: 100%;
}

.custom-ajax-search .site-footer-widgets,
.custom-ajax-search .as-seen-on {
    display: none;
}
.custom-ajax-search .site-footer {
    color: #454545;
    background: #fff;
}
.custom-ajax-search .site-footer a {
    color: #454545;
}
.custom-ajax-search .site-footer a:hover {
    text-decoration: underline;
}
.custom-ajax-search .site-social,
.custom-ajax-search .filter-by-type-label,
.custom-ajax-search .search-radius-wrapper,
.custom-ajax-search .job_types,
.custom-ajax-search .filter_wide {
    display: none;
}
.custom-ajax-search .activity-map-wrapper {
    height: 480px;
}
.custom-ajax-search .activity-map-wrapper #map-canvas {
    height: 100%;
}
.custom-ajax-search .activity_filters label {
    margin-bottom: 5px;
    display: inline-block;
}
.custom-ajax-search .activity_filters input,
.custom-ajax-search .activity_filters .chosen-single {
    border-color: #acacac;
}
.custom-ajax-search .search_activity {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-end;
}

.custom-ajax-search .search_categories {
    padding-top: 20px;
}
.custom-ajax-search .search_categories ul {
    padding: 0;
    margin: 0;
    -moz-column-count: 2;
    -webkit-column-count:2;
    column-count: 2;
}
.custom-ajax-search .search_categories ul li {
    list-style: none;
    padding: 5px 0;
}
.custom-ajax-search .search_categories ul li label {
    margin-bottom: 0;
}
.custom-ajax-search .search_categories ul li input {
    border-color: #acacac;
    min-width: auto;
    margin-right: 5px;
}
.custom-ajax-search .activity-map-wrapper {
    display: none;
}
.pagin {
    text-align: center;
}
.pagin svg {
    fill: #256e37;
}
.pagin .prev svg {
    transform: rotate(180deg);
}
.custom-ajax-search .result-items {
    padding-top: 0;
}
.custom-ajax-search .result-info{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.custom-ajax-search .result-info .things-todo {
    display: none;
    margin-bottom: 0;
}
.custom-ajax-search .result-items .no-result {
    text-align: center;
    font-weight: bold;
    padding: 40px 20px;
}
.custom-ajax-search .button--wrap {
}
.custom-ajax-search .button--wrap .things-todo {
    display: none;
    margin: 30px 0 30px;
}
.custom-ajax-search .button--wrap .things-todo.show {
    display: inline-block;
}
body .archive-job_listing-filter-title {
    margin: 2em 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media all and (min-width: 768px){
    .custom-ajax-search #content.site-content,
    .custom-ajax-search .footer-wrapper {
        width: 60%;
    }
    .custom-ajax-search .activity-map-wrapper {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: grey;
        width: 40%;
    }
    .custom-ajax-search .search_categories ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}