/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {}
.article-grid--hero {
	border-top: 1px solid hsl(0, 0%, 92%);
	border-bottom: 1px solid hsl(0, 0%, 92%);
}
.article-grid--hero .row .article-block--border:last-child:after {
	display: none;
}
.article-grid--hero .article-block--border.sm-half-width:after {
	display: none;
}
.article-grid--hero .article-block--border.sm-half-width:last-child {
	border-right: none;
}
.article-grid--hero .row:nth-child(2) .article-block--border.sm-half-width:nth-child(2) {
	border-right: 1px solid hsl(0, 0%, 92%);
}





/* Hero Template 1 - 2 small stories at top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.hero--template-1 > .container {
	padding-top: 1.5rem;
	border-top: 1px solid hsl(0, 0%, 92%);
	padding-bottom: 1.5rem;
	border-bottom: 1px solid hsl(0, 0%, 92%);
}
.hero--template-1 .article-block .article-block__image {
	height: 0px;
	padding-bottom: 54.0540541%;
	background-color: #efefef;
}
.hero--template-1 .article-block:nth-child(3) {
	float: right;
}
.hero--template-1 .article-block:nth-child(4) {
	margin-top: 3rem;
}
.hero--template-1 .article-block:nth-child(4):before {
	content: "";
	display: block;
	width: calc(100% - 3rem);
	margin-left: 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.5rem;
	border-bottom: 1px solid rgba(102,102,102,0.1);
	border-bottom: 1px solid hsl(0, 0%, 92%);
}
.hero--template-1 .article-block--list {
	margin-bottom: 3rem;
	position: relative;
}
.hero--template-1 .article-block--list:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	border-left: 1px solid hsl(0, 0%, 92%);
}
.hero--template-1 .article-block--list:after {
	content: "";
	display: block;
	width: calc(100% - 3rem);
	margin-left: 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5rem;
	border-bottom: 1px solid rgba(102,102,102,0.1);
	border-bottom: 1px solid hsl(0, 0%, 92%);
}*/
