#news > div > div.row-fluid.team
{
    line-height: 20px;
}

#news > div > div.row-fluid.team > a > div > div.thumbnail.animated.fadeInDown
{
    transition: all 0.2s ease-in-out;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #2F343A;
    min-height: 320px;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

#news_image
{
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
    width: 280px;
    height: 160px;
    border: 3px solid #000;
}

#news_title
{
    text-rendering: optimizelegibility;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
    color: #FFF;
    margin-top: 10px;
    /* font-size: 20px; */
    font-weight: bold;
    min-height: 95px;
}

.navcontainer
{
    line-height: 20px;
    margin: 0 auto;
}

.navcatlinks
{
    margin: 0 auto;
    padding: 10px;
    color: #181A17;
    text-align: center;
    width: 80%;
}

.navcatlinks > a
{
    white-space: nowrap;
    line-height: 3;
    color: #181A17;
    background: #eee;
    font-weight: bold;
    padding: 8px;
}

.navcatlinks a:hover, .navcatlinks > a.navcathighlight
{
    white-space: nowrap;
    line-height: 3;
    color: #fff;
    background: #A32725;
    font-weight: bold;
    padding: 8px;
}

.navyearlinks
{
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    text-align: center;
    width: 80%;
}

.navyearlinks > a
{
    white-space: nowrap;
    line-height: 3;
    color: #fff;
    background: #181A17;
    font-weight: bold;
    padding: 8px;
}

.navyearlinks a:hover, .navyearlinks > a.navyearhighlight {
    color: #ccc;
    font-weight: bold;
    background: #000;
    z-index: 900;
}

#news > div > div.title > p {
    color: #000;
}