<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Portal Mode - News Blocks */

.gkNspPM-NewsBlocks &gt; figure {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0.75%;
	overflow: hidden;
	position: relative;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="1"] &gt; figure {
	margin: 0.75% 0;
	width: 100%;
}

.gkNspPM-NewsBlocks[data-cols="2"] &gt; figure {
	margin: 0.75%;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="3"] &gt; figure {
	margin: 0.75%;
	width: 31.8%;
}

.gkNspPM-NewsBlocks[data-cols="4"] &gt; figure {
	margin: 0.75%;
	width: 23.5%;
}

.gkNspPM-NewsBlocks &gt; figure &gt; img {
	float: left;
	width: 48%;
}

.gkNspPM-NewsBlocks &gt; figure &gt; figcaption {
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 32px 40px 32px;
	position: absolute;
	right: 0;
	width: 52%;
}

.gkNspPM-NewsBlocks &gt; figure &gt; figcaption h3 {
	font-size: 24px;
	font-weight: 300;
}

.gkNspPM-NewsBlocks &gt; figure &gt; figcaption strong {
	font-weight: 800;
}

.gkNspPM-NewsBlocks &gt; figure &gt; figcaption a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.gkNspPM-NewsBlocks &gt; figure.inverse {
	background: #000;
}

.gkNspPM-NewsBlocks &gt; figure.inverse &gt; figcaption h3 {
	color: #fff;
}

.gkNspPM-NewsBlocks &gt; figure.inverse &gt; figcaption a:active,
.gkNspPM-NewsBlocks &gt; figure.inverse &gt; figcaption a:focus,
.gkNspPM-NewsBlocks &gt; figure.inverse &gt; figcaption a:hover {
	color: #fff!important;
}

/* Image overlays */
.gkNspPM-NewsBlocks &gt; figure .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 48%;
}

.gkNspPM-NewsBlocks &gt; figure:hover .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}
</pre></body></html>