﻿.hidden {
    display: none;
}

section.news-links-module li:nth-child(n+4) {
    display: none;
}

section.news-links-module.fade {
    position: relative;
}

section.news-links-module.fade:after {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    background: url(../UI/assets/images/newsroom-text-fade.png) repeat-x left bottom;
    width: 100%;
    height: 75px;
    bottom: 83px;
    left: 0;
}

.toggle-collapsed-news-section {
    margin: 0 auto 40px;
    display: none;
}