/*
 * EXT:news
 */

/* Smartphone & Global Styles */
/* -------------------------------------------------------------------------------------------------------------------*/
.news-list-view .datetime {
	font-family: HelveticaRoundedBold, Helvetica, Arial, sans-serif;
	color: #8a8a8a;
}
.news-list-view .datetime {
	line-height: 1.3333;
	margin-bottom: 0;
	font-size: 2.2rem;
}
.news-single .datetime {
	margin-top: 20px;
}
.news-single ul,
.news-single p,
.event-single-attachment {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop */
/* -------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .news-list-view .datetime {
        font-size: 3rem;
    }
    .news-single p.lead {
        max-width: 100%;
    }
    .news-single ul,
    .news-single p,
    .event-single-attachment {
        max-width: 800px;
    }
}
