#news-container {
    max-width: 980px;
    margin: auto;
    text-align: left;
    font-family: "Open Sans Condensed";

}

#news-container .row {

}

#categories-container p, .more{
    /*font-weight: 100;*/
    font-size: 1.3rem;
    font-family: "Open Sans Condensed";

}

#news-container .title {
    font-weight: 100;
    font-size: 1.5rem;
    text-decoration: underline;
}

#news-container .excerpt, #news-container .excerpt p  {
    font-size: 1.2rem;
    margin-top:5px;
}

.news-content, .news-content p {
    font-size: 1.2rem;
}

.link a {
    display: inline-block;
    padding: 0 1rem;
    color: #ccc;
    text-decoration: underline;
}

.link a.active {
    color: #666;
}


.news_and_events a {
    color: #777;
    font-size: 1.875rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 100;
}

#news-detail {
    max-width: 980px;
    margin: auto;
    text-align: left;
    font-family: "Open Sans Condensed";

}

.restoreHR{

    max-width: unset;
    margin: 1.25rem auto;
    background: unset;
    border-bottom: 1px solid #ccc;

    clear: both;
    height: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: unset;
}
/*
text-align: center;
background: url(../images/sp-dark.png);
background-position: bottom center;
background-repeat: no-repeat;
padding-bottom: 1.2rem;
margin-bottom: 1rem;*/



.news-and-events-img {
    color: #777;
    display: block;
    padding: 1rem;
    border: 5px solid #e8e4d9;
}

.news-and-events-img img {
    display: block;
    width: 100%;
    height: auto;
}

.news-and-events-img .date {
    font-size: 0.875em;
    font-weight: normal;
}

.news-and-events-img .txt {
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    /* border-left: 1px solid #000; */
    padding: 0.5rem 1rem;
    width: calc(100% - 2rem);
    color: #777;
    text-align: left;
    /* top: calc(100% - 3rem); */
    left: 1rem;
    z-index: 10;
    margin-top: -4rem;
    background: #fff;
    height:80px;
    overflow:hidden;
    font-family: 'Open Sans Condensed', sans-serif;
}

.news-and-events-img.small {
    width: calc(100% - 0.5rem);
    padding-bottom: calc(100%);
}

#news-and-events-section  {

    position: relative;
    /* background-image: url(../images/promotion-bg.jpg); */

    transition: background-image ease-in 100ms;
    background-size: cover;
    text-align: center;
    /*padding: 2rem 0 2rem 0;*/
    z-index: 1;
}
#news-and-events-section h2 {

    font-family: 'Open Sans';
    font-size: 1.875rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
}
.wp-block-gallery ul {
    list-style: none;
    margin-left: 0;
}
@media only screen and (max-width:960px){

    .news-and-events-img .txt {
        font-size:1rem;
    }

}
