/* BEGIN ITEM-LISTING CSS ---------------------------------------> */

@media (min-width: 1050px)
{
	#mainContent
	{
		float: left;
		margin-top: 40px;
		width: calc(100% - 31.4% - 90px);
	}

	#subContent,
	#bannerInfoWrapper
	{
		float: right;
		clear: right;
		width: 31.4%;
	}

	#subContent
	{
		padding-top: 40px;
	}

	#bannerInfoWrapper
	{
		min-width: 400px;
	}
}

.newsroom .view_more
{
	text-align: right;
}

.newsroom .view_more a
{
	background: none;
	color: #122B8D;
	font-size: 0.78rem;
	font-weight: 500;
	text-transform: uppercase;
}

.newsroom .view_more a:hover,
.newsroom .view_more a:focus
{
	color: #000;
}


/* Featured Item */

.newsroomListFeatured
{
	position: relative;
	width: 100vw;
	left: calc(50% - 50vw);
	height: 360px;
	background: #1F2022;
}

.newsroomListFeatured ul li,
.newsroomListFeatured ul li:last-child
{
	padding: 3vw 7.5vw  3vw 45vw;
	color: #ffffff;
}

.newsroomListFeatured ul li .image
{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 42vw;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.newsroomListFeatured ul li .image:after
{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	width: 180px;
	margin: auto 0px;
	overflow: hidden;
	background:linear-gradient(115deg, transparent, transparent 50%, #1F2022 50%, #1F2022);
}

.newsroomListFeatured ul li .image img
{
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
}

.newsroomListFeatured ul li .title,
.newsroomListFeatured ul li .info
{
	z-index: 3;
}

.newsroomListFeatured ul li .title
{
	display: block;
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.newsroomListFeatured ul li .info
{
	margin-bottom: 18px;
}

.newsroomListFeatured ul li a,
.newsroomListFeatured ul li .info .section,
.newsroomListFeatured ul li .info a
{
	color: #ffffff;
}

.newsroomListFeatured ul li .abstract p
{
	margin-bottom: 0px;
}

.newsroomListFeatured ul li a:hover,
.newsroomListFeatured ul li a:focus,
.newsroomListFeatured ul li .info a:hover,
.newsroomListFeatured ul li .info a:focus
{
	color: #ccc;
}

.newsroomListFeatured ul li .readmore a
{
	color: #E9CF2C;
}

.newsroomListFeatured ul li .readmore a:hover,
.newsroomListFeatured ul li .readmore a:focus
{
	color: #ccc;
}

@media (max-width: 919px)
{
	.newsroomListFeatured
	{
		height: auto;
	}

	.newsroomListFeatured ul li,
	.newsroomListFeatured ul li:last-child
	{
		padding: 0px 0vw  3vw 0;
	}

	.newsroomListFeatured ul li .image
	{
		position: relative;
		width: 100vw;
		height: auto;
		margin-bottom: 20px;
	}

	.newsroomListFeatured ul li .image img
	{
		/*object-fit: none;*/
		width: 100%;
		height: auto;
	}

	.newsroomListFeatured ul li .image:after
	{
		display: none;
	}

	.newsroomListFeatured ul li .title
	{
		font-size: 1.2rem;
	}

	.newsroomListFeatured ul li .info,
	.newsroomListFeatured ul li .abstract,
	.newsroomListFeatured ul li .readmore
	{
		position: relative;
		padding-right: 26px;
		padding-left: 26px;
	}
}

/* END ITEM-LISTING CSS -----------------------------------------> */
