<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/rms0bcq.css");
@import url('fontawesome-all.min.css');

/*
Warnock Pro Regular
font-family: warnock-pro, serif;

Warnock Pro Display
font-family: warnock-pro-display, serif;

Warnock Pro Caption
font-family: warnock-pro-caption, serif;

Warnock Pro Subhead
font-family: warnock-pro-subhead, sans-serif;

font-family: azo-sans-web, sans-serif;
*/


body {
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	color: #004238;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
}
input, select {
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
}
select {
    cursor: pointer;
}

.text-green-extraextralight {
	color: #c4e0ba;
}
.text-green-extralight {
	color: #549e7d;
}
.text-green-light {
	color: #126b5e;
}
.text-green {
	color: #004238;
}
.text-green-dark {
	color: #00332e;
}





a:hover,
.text-white a,
.text-green-extralight a,
.text-green-light a {
	color: #c4e0ba;
	border-bottom: 1px solid #c4e0ba;
}
.text-white a:hover,
.text-green-extralight a:hover,
.text-green-light a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.text-green-extraextralight a {
	color: #fff;
	border-bottom: 1px solid #fff;
}



.bg-light {
	background-color: #edf1f0 !important;
}
.bg-green-extraextralight {
	background-color: #c4e0ba;
}
.bg-green-extralight {
	background-color: #549e7d;
}
.bg-green-light {
	background-color: #126b5e;
}
.bg-green {
	background-color: #004238;
}
.bg-green-dark {
	background-color: #00332e;
}


.bg-green-extralight {
	color: #c4e0ba;
}
.bg-green-extralight a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.bg-green-extralight a:hover {
	color: #c4e0ba;
	border-bottom: 1px solid #c4e0ba;
}
.bg-green-extralight h1,
.bg-green-extralight h2,
.bg-green-extralight h3,
.bg-green-extralight h4,
.bg-green-extralight h6 {
	color: #fff;
}


.bg-green-light,
.bg-green,
.bg-green-dark {
	color: #FFF;
}
.bg-green-light a,
.bg-green a,
.bg-green-dark a {
	color: #c4e0ba;
	border-bottom: 1px solid #c4e0ba;
}
.bg-green-light a:hover,
.bg-green a:hover,
.bg-green-dark a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.bg-green-dark h1,
.bg-green-dark h2,
.bg-green-dark h3,
.bg-green-dark h4,
.bg-green-dark h6 {
	color: #549e7d;
}




a {
	color: #004238;
	font-weight: 500;
	border-bottom: 1px solid #004238;
}
a:hover {
	text-decoration: none;
}



b, strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
h1,h2,h3,h4,h5,.caption, blockquote {
	font-family: warnock-pro-display, serif;
	font-weight: 400;
}
p {                 font-size: 1rem; line-height: 1.5; }
p.introtext {       font-size: 1.25rem; font-weight: 400; }
h1 {                font-size: 3.5rem; }
h2 {                font-size: 3rem; }
h3, blockquote p {  font-size: 2rem; }
h4 {                font-size: 1.5rem; }
h5 {                font-size: 1rem; }
h6 {                font-size: .75rem; text-transform: uppercase; }
.caption {          font-style: italic;	font-size: 1rem; }

blockquote p {
	margin-top: 1rem;
	padding-top: .5rem;
	border-top: 1px solid #c4e0ba;
	border-bottom: 1px solid #c4e0ba;
}
p.caption{
    font-size:1.2rem;
}
/* ### TABLE ### */
table {
    border-spacing: 0px;
	width: 100%;
    overflow-x: auto;
	margin-bottom: 20px;
}
th, thead td {
    color:#1c3f93;
	font-size: 1rem;
	font-weight: 600;
}
td {
    padding: 10px;
}
table tr {
    border-top:2px solid rgba(0,0,0,0.1);
}
th, thead tr{
    border-top:0px;
}</pre></body></html>