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

#waterMarkAnimation.drawMark
{
	display: none !important;
}


/* Banner */

#noNavBar
{
	display: none;
}

#banner
{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: calc(100% + 160px);
	height: 452px;
	margin: 111px 0 30px -80px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	box-sizing: border-box;
}

#bannerImage
{
	order: 2;
	position: relative;
	left: inherit;
	height: 452px;
	width: 100%;
}

#bannerImage &gt; picture &gt; img
{
	height: 452px;
	width: 100%;
	object-fit: cover;
}

#bannerImage:after
{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 452px 206px 0 0;
	border-color: #013C4D transparent transparent transparent;
}

#bannerContent
{
	order: 1;
	flex-grow: 1;
}

#bannerContent
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 551px;
	height: 100%;
	padding: 0 0 0 9vw;
	background: #013C4D;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Manrope', Arial, sans-serif;
	font-size: 3.2rem;
	font-weight: 300;
}

#bannerContent h1#pageTitle,
#bannerContent #likePageTitle
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: 'Manrope', Arial, sans-serif;
	font-size: 3.2rem;
	font-weight: 300;
	line-height: 1.1;
}

#bannerContent span#officeState
{
	margin-top: 10px;
	color: #889FA7;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#banner + #resourcePopup
{
	margin-top: -30px;
}

@media (max-width: 1349px)
{
	#banner
	{
		width: calc(100% + 80px);
		margin: 111px 0 30px -40px;
	}
}

@media (max-width: 1150px)
{
	#bannerContent
	{
		width: 451px;
		padding: 0 0 0 40px;
	}
}

@media (max-width: 1024px)
{
	#banner,
	#bannerImage,
	#bannerImage &gt; picture &gt; img
	{
		height: 252px;
	}
	
	#bannerImage:after
	{
		border-width: 252px 100px 0 0;
	}
}

@media (max-width: 919px)
{
	#banner,
	#bannerImage,
	#bannerImage &gt; picture &gt; img
	{
		height: 152px;
	}
	
	#bannerImage:after
	{
		border-width: 152px 60px 0 0;
	}
	
	#banner
	{
		width: calc(100% + 32px);
		margin: 111px 0 30px -16px;
	}
	
	#bannerContent
	{
		width: 351px;
		padding: 0 0 0 16px;
		font-size: 2rem;
	}
	
	#bannerContent h1#pageTitle,
	#bannerContent #likePageTitle
	{
		font-size: 2rem;
	}

	#bannerContent span#officeState
	{
		margin-top: 8px;
		font-size: 0.85rem;
	}
}

.blog .search_form div
{
	float: none;
}

.blog #subContent form &gt; div &gt; div:last-of-type
{
	 text-align: right;
}

.blog #subContent form &gt; div &gt; div
{
	flex-basis: 100%;
}

.blog .subscribe_view_more
{
	text-align: right;
	 margin: 0 0 30px 0;
}

.blog .subscribe_view_more a
{
	box-sizing: border-box;
	width: auto;
	padding: 5px 14px 6px 14px;
	border: 0 solid #d6d6d6;
	background: #969696;
	color: #fff;
	cursor: pointer;
}

.blog .subscribe_view_more a:hover,
.blog .subscribe_view_more a:focus
{
	background: #868686;
}

.blog #bannerText
{
	padding: 20px;
	background: #ddd;
	border-radius: 10px;
}

.blog #searchMessage
{
	padding-bottom: 8px;
	margin-bottom: 1.3em;
	border-bottom: 1px solid currentColor;
	background-size: 12px 1px;
}

.blogPosts div.title
{
	margin-bottom: 1em;
	font-size: 1.3em;
	margin-right: 62px;
}

.blogPosts img
{
	height: auto;
	max-width: 100%;
}

.blogPosts .socialshare
{
	padding: .5em 0;
	border-bottom: 1px solid currentColor;
	text-align: right;
}

.blogPosts .image:not(:empty)
{
	float: left;
	margin-right: 1em;
}

/* in listing, make image a max height */
.blogPosts &gt; div &gt; div:not(.postDetail) img
{
	display: block;
	width: auto;
	max-height: 9.5em;
}

.blogPosts .sp_pencil img
{
	display: inline !important;
}

/* in listing, make sure the read more shows inline with the intro */
.blogPosts &gt; div &gt; div:not(:only-child) .intro p:last-child
{
	display: inline;
}

.blogPosts &gt; div &gt; div
{
	clear: both;
	margin-bottom: 2.5em;
}

/* fields within each blog post */
.blogPosts &gt; div &gt; div &gt; div + div
{
	margin-top: .5em;
}

.blogPosts .blogComments
{
	margin-bottom: 0;
}

.blogPosts .blogComments &gt; div &gt; div
{
	padding: 10px 0;
	border: 1px solid currentColor;
	border-width: 1px 0 0 0;
}

.blogPosts .blogComments &gt; div &gt; div &gt; div
{
	margin: 0 10px;
}

.blogPosts .blogComments .comment
{
	margin-top: 10px;
}

#addComment
{
	border-top: 1px solid currentColor;
}

.blog #historyLinks a
{
	float: left;
}

.blog #historyLinks a:last-child
{
	float: right;
}

.blogtag
{
	line-height: 1.5;
	margin: 1em 0;
}

.blogFilters ul,
.blogFilters li
{
	list-style: none;
	margin: 0 0 .5em 0;
}

#subContent .blogFilters .results_list &gt; li:nth-child(n+6)
{
	display: none;
}

#mainContent #blogArchives .results_list
{
	column-count: 2;
}

@media (min-width: 480px)
{
	#mainContent #blogArchives .results_list
	{
		column-count: 3;
	}
}

#mainContent #blogArchives .results_list,
#mainContent #blogArchives .results_list &gt; li
{
	display: block;
	list-style: none;
	margin: 0 0 15px 0;
}

#mainContent #blogArchives .results_list &gt; li
{
	margin: 0;
	padding: 0;
}

.blogAuthors .title
{
	margin: 0 0 .3em 0;
	font-size: 1.3em;
}

.blogAuthors .photo
{
	float: left;
	margin-right: 1em;
}

.blogAuthors ul,
.blogAuthors li
{
	list-style: none;
	margin: 0 0 10px 0;
}

.blogAuthors li
{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid currentColor;
}

#searchMessage.blogAuthors li
{
	padding-bottom: 0;
	border-bottom: 0;
}

.blogAuthors .abstract
{
	margin: 5px 0;
}

.vlog .image
{
	position: relative;
}

.vlog .image a::before,
.vlog .image a::after
{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 43.3px;
	border-color: transparent transparent transparent white;
}

.vlog .image a::before
{
	border-left-color: #808080;
	filter: blur(8px);
}

#blogLinkedIn
{
	margin: 20px 0;
}

#blogLinkedIn &gt; a
{
	position: relative;
	line-height: normal;

	display: block;
	padding-left: 35px;
}

#blogLinkedIn &gt; a svg
{
	position: absolute;
	top: 1px;
	left: 0;
}

/* newsroom search areas */

#newsroom form &gt; div &gt; div
{
	position: relative;
	width: calc(33.3% - 14px);
	margin: 0 0 28px 0;
}

/* pdf link */
#pdfLink
{
	position: absolute;
	top: -9px;
	right: 0;
}

#pdfLink a#pdfLink
{
	display: inline-block;
	width: 39px;
	height: 39px;
	margin: 0 0 20px 0;
}

#pdfLink a#pdfLink svg .st0
{
	fill: none;
	stroke: #107F66;
}

#pdfLink a#pdfLink svg .st1
{
	fill: #008066;
}

#pdfLink a#pdfLink:hover svg .st0,
#pdfLink a#pdfLink:focus svg .st0
{
	fill: #DAA900;
	stroke: #DAA900;
}

#pdfLink a#pdfLink:hover svg .st1,
#pdfLink a#pdfLink:focus svg .st1
{
	fill: #ffffff;
}


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