<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN ITEM-LISTING CSS ---------------------------------------&gt; */

#mainContent .ITEM_SEARCH.search_form
{
	position: relative;
	width: 100%;
	max-width: 1530px;
	margin: 0px auto 90px auto;
}

#mainContent .ITEM_SEARCH.search_form form &gt; div.search_form &gt; div.submit_wrapper
{
	width: unset;
}

#mainContent .ITEM_SEARCH.search_form button[type=submit]
{
	background: none;
	border: 0px;
	padding: 0px;
}

#mainContent .ITEM_SEARCH.search_form button[type=submit] svg
{
	width: 33px;
	height: 33px;
}

@media (min-width: 768px)
{
	body.newsroom-blogs #mainContent .ITEM_SEARCH.search_form form &gt; div.search_form
	{
		grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
	}
	
	#mainContent .ITEM_SEARCH.search_form form &gt; div.search_form
	{
		width: calc(100% - 70px);
	}
}

@media (min-width: 1350px)
{
	body.newsroom-blogs #mainContent .ITEM_SEARCH.search_form form &gt; div.search_form
	{
		grid-template-columns: repeat(auto-fill, minmax(475px, 1fr));
	}
}

.newsList
{
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin: 0px auto;
}

h2.newsListHeader
{
	padding-bottom: 28px;
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin: 0px auto;
}

.newsList &gt; ul.results_list &gt; li
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(112,112,112,0.48);
}

.newsList .image,
.newsList .photo
{
	position: relative;
	width: 100%;
	/*height: 200px;*/
	margin: 0 0 10px 0;
}

.newsList .image img,
.newsList .photo img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*object-position: top;*/
}

.newsList .info
{
	align-self: center;
}

.newsList .infoinner
{
	margin: 0 0 10px 0;
	color: #2F3351;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.newsList .title
{
	margin: 0 0 18px 0;
	color: #2F3351;
	font-size: 1.2rem;
	line-height: 1.4;
}

.newsList a:not(:hover):not(:focus)
{
	color: #2F3351;
}

.newsList .abstract p:first-child
{
	margin-top: 0px;
	padding-top: 0px;
}

.newsList .abstract p:last-child
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.view_more
{
	text-align: center;
}

.view_more a
{
	padding: 0;
	background: none;
	color: #292929;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.view_more a:hover,
.view_more a:focus
{
	color: #F09720;
	background: none;
	text-decoration: none;
}

span.splitter
{
	padding: 0px 8px;
}

@media (min-width: 768px)
{
	.newsList &gt; ul.results_list &gt; li
	{
		display: flex;
		gap: max(20px, 3.4vw);
		margin: 0 0 38px 0;
		padding: 0 0 38px 0;
	}

	.newsList .image,
	.newsList .photo
	{
		flex-grow: 0;
		flex-shrink: 0;
		width: 367px;
		height: 218px;
		margin: 0;
	}
	
	#mainContent .ITEM_SEARCH.search_form form &gt; div.search_form
	{
		width: unset;
	}
}


/* Newsroom Listing */

body#newsroom #breadCrumb
{
	opacity: 0;
}

.newsroomItem .newsroomItemImage
{
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 0 20px 0;
}

.newsroomItem .newsroomItemImage img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsroomItemList h2
{
	padding-bottom: 30px;
	--min-font-size: 22;
	--max-font-size: 30;
}

.newsroomItemList ul.results_list li
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid rgba(112,112,112,0.48);
	color: #000;
	font-size: 1.2rem;
	line-height: 1.4;
}

.newsroomItemList ul.results_list li a:not(:hover):not(:focus)
{
	color: #2F3351;
}

.newsroomItem .view_more
{
	text-align: left;
	margin-bottom: 30px;
}

body#newsroom .midpageSpotlight .leftside h2
{
	padding-bottom: 30px;
	--min-font-size: 22;
	--max-font-size: 30;
}

#staticNewsWrapper
{
	margin: 3.5vw 0px;
	text-align: center;
}

#allVideos
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 44px;
	border: 2px solid #3F67B1;
	margin: 30px 0 0 0;
	padding: 9px 34px;
	color: #1C1C1C;
	text-align: center;
}

#allVideos:hover,
#allVideos:focus
{
	border: 2px solid #F09720;
	background: #F09720;
	color: #ffffff;
}

#resultPageLinks
{
	max-width: 1340px;
    margin: 0px auto;
}

@media (min-width: 768px)
{	
	#newsroomGroup
	{
		padding: 40px 40px 0 40px;
	}
	
	.newsroomItem
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: max(20px, 6vw);
		margin: 0 0 38px 0;
		padding: 0 0 38px 0;
	}
	
	.newsroomItem .newsroomItemImage
	{
		order: 1;
		/*max-width: 678px;*/
		width: 40%;
		height: 405px;
		padding-bottom: 0px;
	}

	.newsroomItem .newsroomItemList
	{
		order: 2;
		/*flex-grow: 1;*/
		width: 60%;
	}
	
	#newsroomEventItem.newsroomItem .newsroomItemImage
	{
		order: 2;
	}

	#newsroomEventItem.newsroomItem .newsroomItemList
	{
		order: 1;
	}
	
	.newsroomItem .view_more
	{
		margin-bottom: 0px;
	}
	
	#newsroomEventItem
	{
		position: relative;
		padding-top: 90px;
	}

	#newsroomEventItem:before
	{
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: -38px;
		left: calc(50% - 50vw);
		width: 75vw;
		background: #F8F8FA;
	}
}


/* Client Results */

body#experience #breadCrumb
{
	opacity: 0;
}

body.experience #mainContent .ITEM_SEARCH.search_form
{
	max-width: 1200px;
}

@media (min-width: 768px)
{
	#caseStudies
	{
		position: relative;
		z-index: 5;
		left: calc(50% - 50vw);
		width: calc(100vw  + 0px);
		padding: 0px 40px;
		box-sizing: border-box;
	}
}

/* END ITEM-LISTING CSS -----------------------------------------&gt; */</pre></body></html>