.ss-numbers {
    display: flex;
    padding: 0 0 40px 0;
}

.ss-numbers-circle {
    flex: 0 1 33.33%;
}

.ss-numbers-circle-inner {
    text-align: center;
    margin: 0 auto;
}

.ss-numbers-circle-number {
    display: block;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    padding-top: 50px;
}

.ss-numbers-circle-words {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-top: -5px;
}

.ss-filters {
    margin-top: 30px;
}

.ss-filters form {
    width: 100%;
}

.ss-filters.ss-has-columns form {
    display: flex;
}

.page .ui-autocomplete .ui-menu-item {
    padding: 5px 10px;
}

.ss-filters-column {
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 0 20px;
}

.ss-filters-field input,
.ss-filters-field select {
    max-width: 100%;
    padding: 3px 10px;
    border: 1px solid #7AC143;
    margin-bottom: 10px;
}

.ss-filters-field select,
.ss-filters-field input.ss-field-text,
.ss-filters-field input.ss-field-autocomplete {
    width: 100%;
}

.ss-filters-field input.ss-field-submit,
.ss-results-return-button {
    position: relative;
    display: inline-block;
    background: #7AC143;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    margin-top: 20px;
}

.ss-filters-field input.ss-field-submit:hover,
.ss-results-return-button:hover {
    background: #1cbeca;
    color: #fff;
    text-decoration: none;
}

.ss-results-list-header {
    display: flex;
    font-style: italic;
    border-bottom: 1px solid #bbb;
    padding: 5px 0;
}

.ss-results-list-item {
    display: flex;
    padding: 5px 0 0 10px;
}

.ss-results-list-item:nth-of-type( even ) {
    background: #f5f5f5;
}

.ss-results-list-header-column:nth-of-type(1),
.ss-results-list-item-column:nth-of-type(1) {
    flex: 0 1 20%;
}

.ss-results-list-header-column:nth-of-type(2),
.ss-results-list-item-column:nth-of-type(2) {
    flex: 0 1 35%;
}

.ss-results-list-header-column:nth-of-type(3),
.ss-results-list-item-column:nth-of-type(3) {
    flex: 0 1 13%;
}

.ss-results-list-header-column:nth-of-type(4),
.ss-results-list-item-column:nth-of-type(4) {
    flex: 0 1 15%;
}

.ss-results-list-header-column:nth-of-type(5),
.ss-results-list-item-column:nth-of-type(5) {
    flex: 0 1 12%;
    padding-right: 10px;
}

.ss-pagination {
    border-top: 1px solid #bbb;
    padding: 20px 0 0 0;
}

.ss-pagination a {
    display: inline-block;
    padding: 5px 10px;
    background: #7AC143;
    color: #fff;
    margin-right: 10px;
}

.ss-elip {
    padding: 0 10px 0 0;
}

.ss-elip.hidden,
.ss-pagination a.hidden {
    display: none;
}

.ss-pagination a:hover {
    background: #006A71;
    color: #fff;
}

.ss-pagination a.inactive,
.ss-pagination a.current {
    background: #ddd;
    color: #555;
}

.ss-results-search {
    padding: 20px 0;
}

.ss-results-search strong {
    margin-right: 5px;
}

.ss-results-search-count {
    color: #006A71;
}

h3.ss-project-company {
    margin-bottom: 0 !important;
}

.ss-error .whc-fullwidth-page h1.whc-inside-title.ss-project-company {
    margin-bottom: 20px;
    line-height: 1.3;
}

h1.ss-project-name {
    text-align: left !important;
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

h4.ss-project-certified {
    margin-top: 0;
    color: #333 !important;
}

.ss-map-box {
    float: right;
    width: 50%;
    height: 400px;
    background: #bbd2a7;
    margin-left: 30px;
    margin-bottom: 20px;
}

.ss-map-full .ss-map-box {
    float: none;
    width: 100%;
    margin-left: 0;
}

.ss-project-type-row {
    margin: 40px 0 40px 0;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px;
}

.ss-project-type-header,
.ss-project-type-item {
    flex: 0 0 49.9%;
    padding: 10px 20px 0 20px;
}

.ss-project-type-header {
    padding-bottom: 10px;
}

.ss-project-type-item {
    border-top: 1px solid #fff;
    padding-bottom: 6px;
}

.ss-project-type-header {
    font-style: italic;
}

.ss-project-type-item {
    font-size: 18px;
}

.ss-project-return {
    margin-top: -15px;
    padding-bottom: 20px;
}

p.ss-no-results {
    padding-top: 40px;
    font-style: italic;
}

@media (max-width: 767px) {




}

@media (max-width: 550px) {

    .ss-numbers {
        flex-wrap: wrap;
    }

    .ss-numbers-circle {
        flex: 0 0 100%;
    }

    .ss-numbers-circle-number {
        padding-top: 20px;
    }

    .ss-filters.ss-has-columns form {
        flex-wrap: wrap;
    }

    .ss-filters-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .ss-results-list-header {
        font-size: 13px;
    }

    .ss-results-list-item {
        font-size: 13px;
        line-height: 1.2;
    }

    .ss-results-list-header-column:nth-of-type(1),
    .ss-results-list-item-column:nth-of-type(1) {
        flex: 0 1 35%;
        padding-left: 10px;
    }

    .ss-results-list-header-column:nth-of-type(2),
    .ss-results-list-item-column:nth-of-type(2) {
        flex: 0 1 40%;
        padding-left: 10px;
    }

    .ss-results-list-header-column:nth-of-type(3),
    .ss-results-list-item-column:nth-of-type(3) {
        display: none;
    }

    .ss-results-list-header-column:nth-of-type(4),
    .ss-results-list-item-column:nth-of-type(4) {
        flex: 0 1 25%;
        padding-left: 10px;
    }

    .ss-results-list-header-column:nth-of-type(5),
    .ss-results-list-item-column:nth-of-type(5) {
        display: none;
    }

    .ss-project-return,
    h3.ss-project-company,
    h1.ss-project-name {
        padding-left: 0;
    }

    .ss-project-certified-row,
    .ss-project-location-row {
        padding-left: 15px;
    }

    .ss-map-box {
        float: none;
        width: 100%;
        height: 350px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .ss-project-type-row {
        margin: 10px 0 40px 0;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .ss-project-type-header,
    .ss-project-type-item {
        flex: 0 0 49.5%;
        padding: 10px 10px 0 10px;
        font-size: 14px;
    }

}