.margin-bottom-45{
    margin-bottom: 45px;
}

#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 35px 0;
    margin-bottom: 30px;
}

#titlebar.gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 0, rgba(255, 255, 255, 0));
    padding-bottom: 0
}

#titlebar.white {
    background: #fff;
    padding-bottom: 0
}

#titlebar.transparent {
    background: 0 0
}

#titlebar span,
#titlebar span a {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    margin-top: 3px;
    display: block
}

#titlebar #breadcrumbs span {
    font-size: 14px
}

#titlebar h1,
#titlebar h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 1px 0 3px 0
}

.letters-list {
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 20px
}

.letters-list a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 4px;
    transition: .3s;
    margin: 0 -2px
}

.letters-list a.current {
    margin-right: 0;
    color: #fff;
    font-weight: 600;
    background-color: #66676b;
    box-shadow: 0 2px 8px rgba(102, 103, 107, .25)
}

.letters-list a:hover {
    color: #fff;
    background-color: #333;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}


.companies-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: calc(100% + 30px)
}

.companies-list .company {
    width: calc(33.3% - 30px);
    margin: 0 30px 30px 0;
    flex-grow: 1;
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: .3s
}

.companies-list .company:hover {
    transform: translateY(-3px)
}

@media (min-width:993px) {
    .companies-list .company:nth-child(3n) {
        border-right: none
    }
    .companies-list .company:nth-last-child(-n+3) {
        border-bottom: none
    }
}

.companies-list .company img {
    max-width: 120px;
    max-height: 60px;
    display: inline-block;
    margin: 0;
    transform: translate3d(0, 0, 0)
}

.companies-list .company .company-logo {
    height: 60px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.companies-list .company h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
    display: block
}

.companies-list .company span {
    color: #888
}

.companies-list .company .star-rating {
    margin-top: 5px
}
@media (max-width:992px) {
    .companies-list .company {
        width: calc(50% - 30px)
    }
}

@media (max-width:768px) {
    .companies-list .company {
        width: 100%
    }
}


.companies-list .company {
    width: calc(33.3% - 30px);
    margin: 0 30px 30px 0;
    flex-grow: 1;
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: .3s
}



.companies-list .company img {
    max-width: 120px;
    max-height: 60px;
    display: inline-block;
    margin: 0;
    transform: translate3d(0, 0, 0)
}

.companies-list .company .company-logo {
    height: 60px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.companies-list .company h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
    display: block
}

.companies-list .company span {
    color: #888
}

.companies-list .company .star-rating {
    margin-top: 5px
}

.job-listing .job-listing-company-logo {
    flex: 1;
    max-width: 55px;
    margin-right: 25px;
    position: relative;
    top: 3px
}

.job-listing .job-listing-company-logo img {
    border-radius: 4px;
    transform: translate3d(0, 0, 0)
}

@media (max-width:768px) {
    .job-listing .job-listing-company-logo {
        display: none
    }
    .job-listing .job-listing-title {
        padding-right: 10%
    }
}
.compact-list-layout .job-listing .job-listing-company-logo {
    max-width: 50px;
    margin-right: 30px;
    top: 0
}

.grid-layout .job-listing .job-listing-company-logo {
    max-width: 56px;
    margin-right: 24px;
    top: 1px;
    flex: 0 0 56px
}

.companies-list .company .company-logo {
    height: 60px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.job-listing .job-listing-company-logo .verified-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(7px, 7px)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .category-box {
        max-width: 25%;
        text-align: center
    }
    .category-box-counter {
        width: 50px!important
    }
}


.category-box-counter {
    width: auto;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 8px;
    color: #909090;
    background: rgba(0, 0, 0, .06);
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    transition: .35s;
    margin-bottom: 18px
}
.category-box:hover .category-box-counter {
    background: rgba(0, 0, 0, .2);
    color: #fff
}
.margin-top-70{
    margin-top: 70px;
}

@media (max-width:1366px) {
    .letters-list a {
        font-size: 16px;
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin: 0 -1px
    }
}

@media (max-width:768px) {
    .fun-fact {
        flex: 1 1 100%;
        max-width: 100%
    }
    #titlebar #breadcrumbs,
    .dashboard-headline #breadcrumbs {
        right: 0;
        position: relative;
        top: 0;
        transform: none;
        margin-top: 30px;
        max-width: 100%
    }
    .buttons-to-right:not(.single-right-button) {
        position: relative;
        transform: none;
        top: 0;
        margin: 10px 0 0 0;
        opacity: 1;
        right: auto;
        display: inline-block;
        box-shadow: none;
        width: 100%
    }
    .dashboard-box .headline .sort-by {
        float: none;
        display: inline-block;
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        top: 5px;
        left: -8px
    }
    .dashboard-box .headline .sort-by .bootstrap-select .dropdown-menu {
        left: 0;
        right: auto
    }
}
