.company-wrapper {
    float: left;
    /*margin: 0 3.1% 20px 0;*/
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 190px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.company-link {
    text-align: center;

}

.company-link img {
    position: absolute;
    float: left;
    max-height: 75%;
    max-width: 80%;
    top: 56%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.company-title {
    padding: 3px 3px 3px 10px;
    border-bottom: 1px solid #ddd;
    /*background-color: #f1f1f1;*/
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.companies-nav a {
    color: #fff;
}

.no-companies {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.became-sponsor {

}

.became-sponsor .fa {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.became-sponsor a, .became-sponsor a:hover {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.became-sponsor a:hover {
    text-decoration: none;
}



