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

body
{
	font-family: Arial;
	line-height: 1.7em;
	font-size: 1em;
	color: #404040;
	width: 100%;
}

input.search-field.needs-pie
{
	box-shadow: 6px 6px grey;
}

.nav-search-wrapper
{
	display: block;
}

/*Hides search bar from front-page skin*/

._Skins_HTML5_Herschel_Side_Nav nav.title-bar
{
	background-color: #ffffff;
}

/*Makes front-page header pure white*/

.search-bar.search-bar-container._Skins_SearchFront.mc-component .search-submit
{
	border: solid 2px #000000;
	border-left: none !important;
}

/*adds border to front-page search bar proxy*/

._Skins_HTML5_Herschel_Side_Nav .body-container
{
	padding: 0px;
	margin: 0px;
	border-top: none !important;
}

._Skins_HTML5_Herschel_Side_Nav1 nav.title-bar
{
	padding: 35px;
}

.body-container
{
	padding: 0px;
	border-top: none;
}

.main-section &gt; .row.outer-row
{
	max-width: 100%;
	padding: 0;
}

div.banner
{
	font-size: 64pt;
	background-color: #0054a6;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 50px;
	line-height: 1em;
}

div.FrontPageResp	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.FrontPageResp::before
{
	content: ' ';
	display: table;
}

div.FrontPageResp::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.FrontPageResp &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.FrontPageResp &gt; div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.FrontPageResp &gt; div:nth-child(2)
{
	width: 100%;
	margin-left: 0%;
}

div.FrontPageResp &gt; div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	div.banner
	{
		font-size: 48pt;
		background-color: #0054a6;
		color: #ffffff;
		padding-top: 50px;
		padding-bottom: 50px;
		line-height: 1em;
	}

	div.FrontPageResp &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FrontPageResp &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FrontPageResp &gt; div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.banner
	{
		font-size: 32pt;
		background-color: #0054a6;
		color: #ffffff;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 1em;
	}

	div.FrontPageResp &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FrontPageResp &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FrontPageResp &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

</pre></body></html>