/* Portal Mode - News Blocks */

.gkNspPM-NewsBlocks > figure {
	border: 0px 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"] > figure {
	margin: 0;
	margin-bottom:6px;
	width: 100%;
}

.gkNspPM-NewsBlocks[data-cols="2"] > figure {
	margin: 0.75%;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="3"] > figure {
	margin: 0.75%;
	width: 31.8%;
}

.gkNspPM-NewsBlocks[data-cols="4"] > figure {
	margin: 0.75%;
	width: 23.5%;
}

.gkNspPM-NewsBlocks > figure > img {
	float: right;
	width: 40%;
}

.gkNspPM-NewsBlocks > figure > figcaption {
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0px;
    display:inline-block;
	padding-right:10px;
	width: 60%;
}

.gkNspPM-NewsBlocks > figure > figcaption h3 {
	font-size: 13px;
	font-weight: normal;
}

.gkNspPM-NewsBlocks > figure > figcaption strong {
	font-weight: normal;
}

.gkNspPM-NewsBlocks > figure > figcaption a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}


/* Image overlays */
.gkNspPM-NewsBlocks > 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%;
	right: 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: 40%;
}

.gkNspPM-NewsBlocks > 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);
}


.gkNspPM-NewsBlocks > figure > figcaption h3 {
    font-size: 13px;
    font-weight: normal;
    max-height: 35px;
    line-height: 23px;
}
.uk-breadcrumb>li{font-size:13px !important;}