.companies-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    text-align: center;
}

.companies-items .company-item .company-photo-tag {
    position: relative;
}

.companies-items .company-item .company-photo-tag .program-tag {
    position: absolute;
    bottom: -12px;
    display: inline-block;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
}

.companies-items .company-item{
    display: flex;
    align-items: center;
}

.companies-items .company-item .company-photo-tag .company-photo > img{
    filter: grayscale(100%);
    cursor: pointer;
    transition: all 0.5s;
}

.companies-items .company-item .company-photo-tag .company-photo > img:hover{
    filter: none;
}

.companies-items .company-item {
    padding: 20px 0;
}

.companies-items .company-item img {
    display: block;
}

.more-companies {
    display: flex;
    justify-content: center;
}

.more-companies a {
    display: inline-block;
    background-color: #253A7A;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 34px;
    height: 55px;
    line-height: 55px;
}

.ajax-loader {
    display: none;
    position: relative;
    top: 4px;
    left: 5px;
}

#companies-filter label {
    display: block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#companies-filter-select {
    margin-bottom: 10px;
}

.sf-field-taxonomy-industries input.sf-input-radio {
    display: none;
}

.sf-field-taxonomy-industries .sf-label-radio {
    cursor: pointer;
}

.searchandfilter ul {
    padding-left: 0 !important;
}

.sf-field-reset .search-filter-reset {
    color: #333;
}