<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	--------------------------------------
	Page structure and scaffolding
	-------------------------------------- */

	html { height: 100%; }
	body { height: 100%; font-family: Lato, Helvetica, Arial, sans-serif; font-size: 12pt; color: #303030; line-height: 1.5em; }

	#pageContainer { min-height: 100%; position: relative; }
	#environmentWarning { background-color: #dfdfdf; color: #aaaaaa; font-family: Helvetica, Arial, sans-serif; font-size: 8pt; font-weight: bold; padding: 1px; }
	#maintenanceWarning { background-color: #F9F2F4; color: #D02572; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; font-weight: normal; padding: 10px; }
	#console { background-color: #aaa; color: #eee; font-family: Helvetica, Arial, sans-serif; font-size: 10pt; font-weight: normal; padding: 10px; }
	#header { background-color: #eeeeee; padding-top: 25px; }
	#pageContent { margin: 0 auto; padding-bottom: 235px; }
	#footer { color: #aaaaaa; background-color: #eeeeee; position: absolute; bottom: 0; width: 100%; height: 200px; padding-top: 25px; padding-bottom: 10px; border-top: 1px dotted #cccccc; }
		/* to ensure footer remains anchored to bottom of page, footer height (plus top or bottom padding) must always match bottom padding of pageContent */
	.footerContainer { font-size: 12pt; }
	#footerLogo { padding-bottom: 25px; }
	.footerSubhead { font-weight: bold; }
	.footerColumn { margin-bottom: 15px; }
	#cmsPageBottomNav { margin-top: 15px; }
	#logo { background-image: url('/resources/img/grey_tile_background.png'); background-repeat: repeat-x; background-position: center top; }
	#logoMarginMobile { height: 5px; }
	#sidebar { margin-bottom: 25px; }

/*	--------------------------------------
	Headers
	-------------------------------------- */
	
	h1 { }
	h2 { font-size: 16pt; font-weight: bold; font-family: Lato, Roboto, Helvetica, Arial, sans-serif; margin-top: 0px; margin-bottom: 25px; }
	h3 { font-size: 14pt; font-weight: bold; font-family: Lato, Roboto, Helvetica, Arial, sans-serif; margin-top: 0px; margin-bottom: 15px; }
	h4 { font-size: 12pt; font-weight: bold; font-family: Lato, Roboto, Helvetica, Arial, sans-serif; }
	h5 { }
	h6 { }
	
	.hero { font-size: 38pt; line-height: 1em; }

/*	--------------------------------------
	Forms
	-------------------------------------- */
	
	form { padding: 0; margin: 0; }
	.inputMargins { margin-bottom: 10px; }
	.inputLabel { font-weight: bold; }
	.inputColumnLeft { float: left; width: 20%; margin-right: 5%; }
	.inputColumnRight { float: left; width: 75%; }
	.inputColumnClear { clear: left; }
	
	.multipicker { padding: 4px; border: 1px solid #ddd; overflow: scroll; overflow-x: hidden; }
	.multipickerSelectedValue { font-weight: bold; }
	.multipickerUnselectedValue { font-weight: normal; }

/*	--------------------------------------
	Links
	-------------------------------------- */

	a, a:visited { color: #6fa3e1; text-decoration: none; }
	a:hover, a:active { color: #4899ec; text-decoration: underline; }

	a.inverse, a.inverse:visited, a.inverse:hover, a.inverse:active { color: #ffffff; text-decoration: none; }

	a.subtle, a.subtle:visited { color: #c2c2c2; text-decoration: none; }
	a.subtle:hover, a.subtle:active { color: #959595; text-decoration: underline; }

	a.errorMessage, a.errorMessage:visited { color: #ff0000; text-decoration: underline; }
	a.errorMessage:hover, a.errorMessage:active { color: #ff0000; text-decoration: none; }

	a.warningMessage, a.warningMessage:visited { color: #ab8258; text-decoration: underline; }
	a.warningMessage:hover, a.warningMessage:active { color: #ab8258; text-decoration: none; }

	a.topNav, a.topNav:visited { color: #4899ec; text-decoration: none; }
	a.topNav:hover, a.topNav:active { color: #87b9ec; text-decoration: underline; }

	a.footerNav, a.footerNav:visited { color: #464646; text-decoration: none; }
	a.footerNav:hover, a.footerNav:active { color: #626262; text-decoration: underline; }


/*	--------------------------------------
	Lists
	-------------------------------------- */

	.hideBullets { list-style-type: none; padding-left: 0px; margin-left: 0px; }

/*	--------------------------------------
	Navigation
	-------------------------------------- */

	#sideNav &gt; div, #sideNav &gt; div &gt; div, #sideNav &gt; form &gt; div  { padding-top: 7px; }
	#sideNav &gt; div &gt; a, #sideNav &gt; div &gt; a:visited, #sideNav &gt; div&gt; div &gt; a, #sideNav &gt; div &gt; div &gt; a:visited { color: #9d9d9e; font-size: 10pt; font-weight: bold; text-transform: uppercase; text-decoration: none; }
	#sideNav &gt; div &gt; a:hover, #sideNav &gt; div &gt; a:active { text-decoration: underline; }

	#footer &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a, #footer &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a:visited { color: #464646; text-decoration: none; }
	#footer &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a:active, #footer &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a:hover { color: #464646; text-decoration: underline; }
</pre></body></html>