.events-widget .article-row-section {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.events-widget .article-row-section-inner {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 100%;
}

.events-widget .article-row-section-header {
	padding: 1.5rem 0;
	margin: 0;
	line-height: 1;
}

.events-widget .article-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 1px solid #e6e6e6;
	padding: 1.5rem 0;
}

.events-widget .article-row-img img {
	width: 100%;
}

.events-widget .article-row-content {
	padding: 1.5rem 0 0;
	color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
	.events-widget .article-row-content {
		padding: 0 0 0 1.5rem;
	}
}

.events-widget .article-row-content-header {
	font-size: 1.5rem;
}

.events-widget .article-row-content-description {
	font-size: 1.25rem;
}

.events-widget .article-row-content-author,
.events-widget .article-row-content-time {
	font-size: 0.875rem;
	margin-bottom: 0;
	color: #8a8a8a;
}