#news-container {
    max-width: 980px;
    margin: auto;
    text-align: left;
}

#news-container .row {

}

#news-container .title {
    font-weight: bold;
    /*font-size: 1.6em;*/
    text-decoration: none;

}
/*
#news-container .excerpt, #news-container .excerpt p  {
    font-size: 1.4rem;

}

.news-content, .news-content p {
    font-size: 1.4rem;
}
*/

p.link{
    color:#777;
}

.link a {
    display: inline-block;
    padding: 0 1rem;
    color: #777;
    text-decoration: underline;
}

.link a.active {
    color: #777;
}
/*
.news-and-events-overlay{
    position: absolute;
    bottom: 14px;
    background-color: black;
    width: calc(100% - 30px);
    opacity: 0.5;
    padding: 1rem;

}*/
.news-and-events-overlay {

    position: absolute;
    bottom: -30px;
    background-color: white;
    width: calc(100% - 110px);
    /* opacity: 0.5; */
    padding: 1rem;
    align-content: center;
    text-align: center;
    margin: 0px 4rem;
    height: 100px;
    color: black;
}
/*
a, a:hover, body {
    color: #777 !important;
}*/

#news-and-events-row > h2{
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 3.875rem;
    text-align: center;
    background: url(../images/sp-dark.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
    color:#777;

}