:root {
	--ws-width: clamp(7em, 1.231em + 12.31vw, 12em);
}

.news {
	position: relative;
	overflow: auto;
	margin-bottom: 1em
}

.news article {
	border-top: 0;
	line-height: 1.3em;
	padding: 10px 0;
}

.news article+article {
	margin-top: 0;
	border-top: 1px dotted rgba(0,0,0,.15)
}

.news .pagination {
	width: 100%;
	border-top: 0;
	margin-bottom: 0
}

.news article+.pagination {
	border: 0
}

.news div+.pagination {
	border-bottom: 0;
	margin-top: -3em
}

.pagination+article,article+.pagination {
	margin-top: .3em
}

.news article a {
	padding: 5px 0;
	clear: left;
	position: relative;
	display: block;
	overflow: hidden
}

.news article a:hover,.news article a:hover {
	background: rgba(0,0,0,.08)
}

.news article span {
	aspect-ratio: 1;
	background: no-repeat center / cover;
	width: var(--ws-width);
	display: block;
	float: left;
}

#content .news article h1 {
	font-size: 1.15em;
	margin-bottom: 0
}

.newsArticle .byline, .news article time {
	font-size: 1rem;
}

.news article p {
	margin-bottom: 0;
	color: #666
}

.news article a div {
	float: left;
	padding-left: 0;
	width: 100%
}

.news article a span+div {
	padding-left: 1em;
	width: calc(100% - var(--ws-width) - 1em);
}

.news>div {
	border-bottom: 1px solid rgba(0,0,0,.25);
	border-top: 1px solid rgba(0,0,0,.25);
	margin: 0 0 3em;
	display: table;
	width: 100%
}

.news>div+div {
	border-top: 0;
	display: flex;
}

.news section {
	width: 33%;
	overflow: hidden;
	padding: 0 1em;
	display: table-cell
}

.news section:first-child {
	padding-left: 0
}

.news section:last-child {
	padding-right: 0
}

.news section>a {
	float: right;
	padding: 5px
}

.news section+section {
	border-left: 1px dotted rgba(0,0,0,.15)
}

#content .news section h1 {
	padding: 5px;
	margin-bottom: 0;
	font-size: .9em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.news section div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.news section article {
	margin-top: 0
}

.news section div article div {
	width: 100%;
	height: 100px;
	margin-bottom: .5em
}

.news section+p {
	clear: both
}

.news footer img {
	position: relative;
	vertical-align: baseline;
	bottom: -.5ex
}

.news article+p {
	margin-top: .5em;
	font-size: .9em;
	font-style: italic;
	text-align: right
}

.newsArticle .byline {
	margin-bottom: 2em;
	line-height: 1.3em;
}

.newsArticle .byline>* {
	display: block
}

.news h2 {
	margin-top: 3em
}

.fb-comments, .fb-comments>span, .fb-comments>span>iframe {
	width: 100% !important
}

.fb-comments, .fb-comments iframe[style] {
	width: 100% !important;
}

@media only screen and (max-width: 699px) {
	.news article span span {
		width: 100%;
	}
}
