.hidden-news {
    height: 1px;
    max-height: 1px;
    overflow:hidden;
    border-top:none !important;
    margin-top:-15px !important;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.hidden-news.open {
    height: auto;
    max-height: 5000px;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.showLink a {
    color: #94c23f;
    font-size: 14px;
    font-family: "Akkurat-Light";
    cursor:pointer;
}

.news-article h2 {
    padding-right:0 !important;
}


.single-news h3 {
    font-family: "Akkurat-Light";
    line-height: 30px;
}

.single-news li {
    color: #5C676F;
    font-family: "Akkurat-Regular" !important;
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 20px !important;
}