.longform .two-articles + nav {
	margin-top: 0;
}
.longform .two-articles > article {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.longform .two-articles > article p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.longform .two-articles {
	justify-content: flex-start;
}
.longform .two-articles > article:nth-child(2n) {
	margin-right: 0;
}
article.lighter-grey a.more {
	margin-top: 12px;
	background-position: right top;
}
.main-content {
	width: calc(100% - 380px);
}
/* =Pagination
-------------------------------------------------------------*/
#pagination {
	text-align: center;
	margin-bottom: 30px;
}
#pagination ul li {
	display: inline-block;
	width: auto;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 32px;
}
#pagination ul li a {
	display: block;
}
#pagination ul li a:hover {
	background: var(--light-grey);
	color: #fff;
}
.pagination li.pagination-previous {
	transform: rotate(180deg);
}
/* =Responsive 
-----------------------------------------------------*/
@media screen and (max-width:1380px) {
	.longform .two-articles > article {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.longform .two-articles > article:nth-child(2n) {
		margin-right: 0;
	}
	.longform .two-articles > article .article-data {
		padding-left: 20px;
		padding-right: 20px;
	}
	.longform .two-articles > article h2 {
		font-size: 17px;
	}
}
@media screen and (max-width:1180px) {
	.main-content {
		width: calc(100% - 370px);
	}
}
@media screen and (max-width:1000px) {
	.main-content {
		width: 100%;
	}
	.cat-heading {
		margin-bottom: 20px;
	}
	.cat-heading:after, .cat-heading h1:after {
		display: none;
	}
	.cat-heading h1 {
		width: 100%;
		box-sizing: border-box;
		border-bottom: 4px double var(--medium-grey);
		padding: 0 45px 10px 0;
		line-height: 1.1;
		font-size: 26px;
		background-color: transparent;
	}
}
@media screen and (max-width:580px) {
	.cat-heading h1 {
		font-size: 24px;
	}
}
@media screen and (max-width:500px) {
	.longform .two-articles > article {
		width: 100%;
		margin-right: 0 !important;
	}
}