<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
	--color-1: #343434;
	--color-2: #e2fe54;
	--color-2-overlay: var(--color-1);
	--color-amber: var(--color-2);
	--color-amber-overlay: var(--color-1);
	--color-green: var(--color-2);
	--color-green-overlay: var(--color-1);
	--color-text: var(--color-1);
	--color-background: #f2f2f2;
}

/****/

@font-face{
font-family: "Body"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/inter-regular.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/inter-medium.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/inter-regular.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/inter-semibold.woff2") format("woff2");
}

@font-face{
font-family: "Button"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/inter-semibold.woff2") format("woff2");
}

@font-face{
font-family: "Recursive"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/recursive-semibold.woff2") format("woff2");
}

/****/

a.current, mark{
	color: var(--color-1);
	border-bottom: 2px solid var(--color-2) !important;
}

.home .loginText, .home #headerWrap{
    background: var(--color-background);
}

.labelSpan, .propertyInfoLabel, .dataTable th, .alertBanner .alertTag div{
	font-family: "Header", sans-serif;
	font-weight: 700;
}

.uiButton{
    border-radius: 0;
	font-size: 0.9em;
    padding: 1em 1.5em;
}

/****/

.home #mainWrap{
    padding-bottom: 0;
}

/****/

.home #headerWrap{
    position: static;
}

header h1 svg, header h1 img{
	min-width: 130px;
	max-width: 150px;
}

/****/

#footerWrap{
    background: #ffffff;
    text-align: left;
}

footer{
    text-align: left;
    color: #454545;
}

footer .logos{
	margin: 1em auto;
}

footer .logos img{
	height: 35px;
	width: auto;
	margin: 10px;
}

footer .logos svg{
	height: 35px;
	width: auto;
	margin: 10px;
	vertical-align: bottom;
}

footer a{
	font-weight: 400;
    color: #454545;
}

footer a.underlinedLink{
	border-bottom: 1px solid currentColor;
}

/****/

.navMenu li a{
	font-family: "Header", sans-serif;
}

.navMenu li a:hover, .navMenu li a:focus{
    border-bottom: 2px solid var(--color-2);
}

/****/

.adminModule{
    background: #ffffff;
    border-color: transparent;
}

.adminModule h1{
    font-size: 1.4em;
}

/****/

.module{
    padding: 2em;
    margin: 2em auto;
	max-width: 1000px;
}

@media screen and (max-width: 750px){

	.module{
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

}

.module.white{
	background: #ffffff;
}

.module.breakout{
	margin-bottom: 0;
	padding: 2em 6%;
}

.module.breakout .breakoutContent{
	max-width: 1000px;
    margin: 2em auto;
}

.module h1{
	font-size: 3.5em;
	margin-bottom: 1.5em;
	font-weight: 400;
}

.module h1 .subHeading{
	font-style: italic;
	background: var(--color-2);
	position: relative;
	top: 0.5em;
	left: 0.2em;
	padding: 0 0.2em;
	height: 0.8em;
	display: inline-block;
}

.module h1 .text{
	position: relative;
	top: -0.5em;
}

.module .large{
	font-size: 1.5em;
}

@media screen and (min-width: 750px){

	.module .bodyText{
		columns: 2;
	}

	.module .bodyText p{
		margin: 0;
		font-size: 0.8em;
	}

}

.module .totals{
	margin: 4em auto;
}

.module .totals .total{
	font-size: 4em;
}

.module .totals .description{
	font-size: 0.8em;
	margin-top: 1em;
}

.module .totals .totalGroup{
	border-top: 3px solid currentColor;
	margin: 2em;
	padding: 0.5em;
}

@media screen and (min-width: 750px){

	.module .totals{
		display: flex;
		align-items: flex-start;
	}

	.module .totals .totalGroup{
		flex: 1 1 275px;
		max-width: 275px;
		margin: 0.5em;
	}

}

.module .pledge{
	list-style: none;
	margin: 2em auto;
	padding: 0;
	max-width: 700px;
}

.module .pledge .principle{
	border-top: 1px solid currentColor;
	padding: 1.5em 0;
}

.module .pledge .principle .title{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.module .pledge .principle .description{
	font-size: 1em;
	font-weight: 700;
}

.module .signatories{
	list-style: none;
}

.module .signatories li{
	display: inline-block;
	width: 200px;
	padding: 0;
	margin: 0.2em;
}

.module .signatories a{
	font-weight: 400;
}

.module .alertBanner &gt; .alertTag{
	padding: 2em;
}

.module .alertBanner .alertTag h2{
	margin: 0 0 1em 0;
}

.module .propertyInfoList{
	max-width: 700px;
}

.module .formInput{
	border-bottom-color: transparent;
}

.module input.text, .module select, .module textarea{
    padding: 0.8em;
    background: #ffffff;
    border-color: transparent;
    border-radius: 2px;
}

.module input.text:hover, .module input.text:focus, .module select:hover, .module select:focus, .module textarea:hover, .module textarea:focus{
    border-color: var(--color-2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.module .uiButton{
    border-radius: 0;
	font-size: 0.8em;
    padding: 1.5em 4em;
    font-family: "Recursive", sans-serif;
}

.module .formAgreement{
	border-color: transparent;
}

@media only screen and (min-width: 1000px){

	.principle.imageDetail &gt; .image {
		flex: 1 1 30%;
	}

	.principle.imageDetail &gt; .detail {
		flex: 1 1 70%;
	}

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