.microHdr, .microHdrDate {
	color: white;
	font-size: .9375rem;
	font-weight: var(--fwB);
	display: flex;
	align-items: center;
	line-height: 1.33em;
	margin-bottom: 1em;
}

.microHdr:before, .arrow:before {
	content: ' ';
	display: inline-block;
	height: 1px;
	background-color: var(--primColor);
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
	transition: width .25s;
}

.microHdr:before {
	margin-right: 24px;
}

.microHdrDate {
	margin-top: -0.75em;
	margin-left: 45px;
	color: var(--textColor);
}

.arrow {
	font-size: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
}

.arrow:hover {
	color: white;
	text-decoration: none;
}

.arrow:hover:before {
	width: 36px;
}

.itemList {
	display: flex;
	flex-flow: row wrap;
	margin-left: -1px;
	max-width: 1910px;
	margin-left: auto;
	margin-right: auto;
}

.item {
	width: 33.33333333333333333333333%;
	border: 1px solid #fff;
	border-width: 1px 0 0 1px;
	background: #000;
	background-clip: content-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
	text-decoration: none;
	color: white;
	aspect-ratio: 16/9;
	min-height: 14rem;
}

.item:nth-of-type(3n+1) {
	border-left-width: 0;
}

.item:hover {
	color: white;
	text-decoration: none;
}

.item:hover:before, .article__img a:hover:before {
	opacity: .6;
}

.item:before, .article__img a:before {
	padding: 0;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 60%) 0 100% no-repeat;
	content: ' ';
	display: block;
	opacity: .2;
	transition: opacity .3s;
}

.item__in {
	padding: 60px;
	flex: auto;
	color: white;
	text-decoration: none;
	position: relative;
	z-index: 2;
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.item__hdr {
	display: block;
	font-size: 1em;
	font-weight: var(--fwB);
	flex: auto;
	padding-right: 20px;
	max-width: 16em;
}

.item--cross .item__in {
	display: block;
}

.cross__hdr {
	font-weight: var(--fwB);
	font-size: 1.5em;
	display: block;
	margin-bottom: 20px;
}

.articleList {
	max-width: 1910px;
	margin: 0 auto;
	padding: var(--vSpace) 0;
}

.article {
	padding-top: 1px;
}

.article_in {
	display: flex;
	flex-flow: row wrap;
	background-color: white;
}

.article__img {
	width: 40%;
	max-width: 637px;
}

.article__img a {
	display: block;
	position: relative;
}

.article__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.article__cont {
	padding: 40px  60px;
	width: 60%;
	flex: auto;
}

.article .microHdr {
	color: var(--textColor);
}

.article__hdr {
	margin: .5em 0;
	font-size: 1.5em;
}

.wp-block-media-text {
	margin-bottom: 10px;
}
