#banner {
    margin-bottom:40px;
}
#banner img {
    width:100%;
}

.content {
    width:100%;
}

.main-heading {
    color:#299e46;
    font-size: 44px;
    font-weight: 800;
}

.sub-heading {
    font-size: 22px;
}

.main-heading span {
    color:#000;
}

.main-heading, .sub-heading {
    text-transform:uppercase;
}

.inner-content {
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    align-items: center;
}

#filters_wrapper {
    background-color:#f2f2f2;
}

#filters {
    clear:both;
    margin:20px auto;
}
#filters > div.filter-item,
#filters > div.filter-btn {
    float:left;
    box-sizing:border-box;
    padding:10px;
    /* max-width:210px; */
}

#filters > .btn-group > div.filter-btn {
    margin-top:13px;
    margin-left: 10px;
    padding: 0px !important;
    padding-top: 10px !important;
}

#filters > .btn-group > div.filter-btn button {
    background-color:#14a62f;
    border-radius:3px;
    color:#FFF;
    padding:4px 30px;
    margin-top:16px;

    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    white-space: normal;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px 30px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
    color: #fff;
    margin-right: 10px;
    border: 0 none;
    border-radius: 3px;
    font-weight: normal;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
}

/* Grid card styles: includes/company_search_result_grid.html (inline <style>) */

.company-list {
    width: 100%;
    margin: 0 auto;
}

.company-list > table {
    width: 100%;
}

.company-list > #companies-list-table_wrapper > table > thead {
    background: #14a62f;
    color: #fff;
}

.company-list > #companies-list-table_wrapper > table > thead > tr > th:first-child {
    padding-left: 1em;
}

.company-list > #companies-list-table_wrapper > table > tbody > tr > td {
    line-height: 3em;
}

.company-list > #companies-list-table_wrapper > table > tbody > tr > td:first-child > a {
    line-height: 3em;
    color: #14a62f;
    text-decoration: underline;
    padding-left: 1em;
}

.company-list > #companies-list-table_wrapper > table > tbody > tr:nth-child(odd){
    background-color: #eeeeee;
}

.page-link {
    color: #000 !important;
}

.page-item.active .page-link {
    color: #000 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

@media (max-width: 1250px) and (min-width: 810px) {

    .main-heading {
        font-size: 50px;
    }

    .sub-heading {
        font-size: 15px;
    }


}

@media (max-width: 810px) {

    .main-heading {
        font-size: 31px;
    }

    .sub-heading {
        font-size: 14px;
    }
}

.select2-container {
    display: block;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 0 none;
    padding: 10px 12px;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
    -webkit-appearance: none;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
}

a.view_mode {
    cursor: pointer;
    color: #444444;
}

a.view_mode.active {
    color: #14a62f;
    pointer-events: none !important;
}

a.view_mode:hover {
    color: #000000 !important;
}

.material-icons {
    font-size: 35px;
}

.view-mode-filters {
    padding: 0 !important;
    margin-top: 30px !important;
    /* justify-content: center;
    align-items: center; */
}

.filter-btn > input, .filter-btn > button {
    margin-right: 0px !important;
}


#compare_holder {
    position:fixed;
    bottom:0;
    left:20px;
    width:320px;
    border:1px solid #eee;
    border-radius:3px;
    background-color:#f9f9f9;
    max-width:100%;
}

#compare_holder ul {
    margin:0;
    padding:0;
}

#compare_holder li {
    display:block;
    margin:0;
    padding:10px 20px;
    list-style-image:none;
    list-style-type:none;
    border-bottom:1px solid #eee;
}

#compare_holder li .remove {
    float:right;
    cursor:pointer;
    color:#666;
}

.button.compare {
    display:block;
    margin:20px;
    box-sizing:border-box;
    margin-bottom:35px !important;
    padding:10px 30px;
    border-radius:3px;
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.2);
    background:#14A62F;
    text-align:center;
    color:#FFF;
    text-decoration:none;
}


