/*	--------------------------------------
	Page structure and scaffolding
	-------------------------------------- */

	html { height: 100%; }
	body { height: 100%; font-family: Helvetica, Arial, sans-serif; font-size: 12pt; line-height: 1.5em; color: #000000; background-color: #ffffff; }

	#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: #7dc7ee; padding-top: 10px; padding-bottom: 5px; border-bottom:  1px solid #ffffff; }
	#pageContent { margin: 0 auto; padding-top: 25px; padding-bottom: 235px; }
	#footer { background-color: #eeeeee; color: #3d3b30; font-size: 10pt; position: absolute; bottom: 0; width: 100%; height: 200px; padding-top: 25px; padding-bottom: 10px; }
		/* to ensure footer remains anchored to bottom of page, footer height (plus top or bottom padding) must always match bottom padding of pageContent */
	#cmsPageBottomNav { margin-top: 15px; }
	.logo { padding-top: 10px; padding-bottom: 20px; }

	.pageModuleContent { padding: 25px; padding-top: 15px; padding-bottom: 15px; margin-bottom: 25px; border-radius: 10px; background-color: #f5f5f5; border: 1px solid #ebebeb; }
	.pageModuleContentHeader { padding: 25px; padding-top: 15px; padding-bottom: 15px; border-radius: 10px 10px 0px 0px; color: #000000; background-color: #bfd2bf; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; }
	.pageModuleContentHeaderError { padding: 25px; padding-top: 15px; padding-bottom: 15px; border-radius: 10px 10px 0px 0px; color: #000000; background-color: #744253; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; }
	.pageModuleContentBody { padding: 25px; padding-top: 15px; padding-bottom: 15px; margin-bottom: 25px; border-radius: 0px 0px 10px 10px; color: #000000; background-color: #ffffff; border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; }

/*	--------------------------------------
	Headers
	-------------------------------------- */
	
	h1 { font-size: 18pt; margin-top: 0px; margin-bottom: 0px; }
	h2 { font-size: 18pt; font-family: "Merriweather", serif; margin-top: 0px; margin-bottom: 25px; color: #000000; line-height: 1.25em; }
/*
	h2 { font-size: 18pt; font-family: "Inter", Verdana, Helvetica, Arial, sans-serif; margin-top: 0px; margin-bottom: 25px; color: #000000; line-height: 1.25em; }
*/
	h3 { font-size: 16pt; margin-top: 0px; margin-bottom: 15px; }
	h4 { font-size: 14pt; }
	h5 { font-size: 12pt; }
	h6 { font-size: 10pt; font-weight: bold; }
	
	.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: #41699a; text-decoration: none; }
	a:hover, a:active { color: #000000; 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.footer, a.footer:visited { color: #3d3b30; text-decoration: none; }
	a.footer:hover, a.footer:active { color: #000000; text-decoration: underline; }

	a.splitscreen, a.splitscreen:visited { color: #666666; text-decoration: none; }
	a.splitscreen:hover, a.splitscreen:active { color: #000000; text-decoration: underline; }

/*	--------------------------------------
	Lists
	-------------------------------------- */

	.hideBullets { list-style-type: none; padding-left: 0px; margin-left: 0px; }

/*	--------------------------------------
	Misc
	-------------------------------------- */

	.step-divider { border: 1px solid #eeeeee; height: 1px; }
