<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global */
body{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	color: #414142 !important;
}
h1, .h1{
	font-size: 3rem !important;
	font-weight: 700 !important;
	color: #1D4387;
}
h2, h3
{
	font-family: 'Handlee', cursive;
}

h4, h5, h6
{
	font-weight:bold;
}

h4
{
	font-size:18px;
}

h3, h4
{
	color: #1D4387;
}

p + h2
{
	margin-top:32px;
}

p + h3,
p + h4
{
	margin-top:24px;
}

.people h4
{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:700;
}

p{
	width: 100%;
}

main a:not(.button),
p a:not(.button){
/*
	color: #1D4387;
	text-decoration: underline;
*/
}

br + p
{
	margin-top:-24px;
}

.page-title{
	font-family: 'Handlee', cursive;
	width: 100%;
	text-align: center;
	font-weight: 400 !important;
    color: #414141;
}
.faded-bar{
	text-align: center;
	margin-bottom: 30px;
	padding: 100px 20px;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(175,225,243,1) 50%, rgba(255,255,255,1) 100%);
}
.sidebar{
	background: #f1f1f1;
	padding: 20px;
}
.solid-bar{
	background: #B0E2F3;
	text-align: center;
	margin-bottom: 30px;
	padding: 100px 20px;
	color: #414142;
}
.stitched-bar{
	background: #1D4387;
	color: #fff;
	font-family: 'Handlee', cursive;
	text-align: center;
	font-size: 30px;
	padding: 8px;
}
.stitched-bar span{
	border: 2px dashed #fff;
    padding: 20px;
    display: block;
}
.stitched-box{
	background: #B1E2F3;
	text-align: center;
	padding: 8px;
}
.stitched-box span{
	border: 2px dashed #fff;
    padding: 20px;
    display: block;
}
.light-blue-box{
	background: #B1E2F3;
	padding: 11px 32px;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}

.square
{
	height:18px;
	width:18px;
	display:inline-block;
	border:1px solid #cccccc;
	background:#bbbdbf;
}

.region_states
{
	font-size:12px;
	margin:0 auto 24px;
}

/* Column headings */
.col-header{
	background: #bbbdbf;
	padding: 5px;
	text-align: center !important;
	color: #555;
	font-weight: bold;
}

.light-blue {
	background: #B1E2F3;
}
.dark-grey {
	background: #6d6e70;
	color: #fff;
}
.purple {
	background: #8589b3;
	color: #fff;
}
.dark-blue {
	background: #204385;
	color: #fff;
}

.button{
	background: #B1E2F3;
	font-weight: 700;
	color: #414142;
	padding: 4px 9px;
	border-radius: 5px;
	text-transform: uppercase;
}
.button:hover{
	text-decoration: none;
	background: #1D4387;
	color: #fff;
}
.button.dark{
	background: #1D4387;
	font-weight: 700;
	color: #fff;
	padding: 4px 9px;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
}
.button:hover{
	text-decoration: none;
	background: #001842;
	color: #fff;
}
.secondary.button{
	background: none;
	border: 1px solid #414142;
	font-weight: normal;
	color: #414142;
	text-transform: capitalize;
}
.stitched-box .secondary.button{
	width: 100%;
	display: block;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'Handlee', cursive;
}

input{
	background: #ebf7fc;
	border: 1px solid #fff;
	border-radius: 5px;
    padding: 10px 15px;
}

input[type="image"]
{
	border: 0px solid #fff;
	background:none;
    padding: 10px 5px;
}

input[type="radio"]
{
    margin-right:6px;
}

.find-chapter .button.dark{
	padding: 10px 16px;
}
/* Header */
header{
	border-bottom: 8px solid #1D4387;
}
.top-bar.button{
	background: #E6E7E8;
	color: #6E6F71;
	padding: 4px 35px;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 0;
}
.top-bar.button:hover{
	text-decoration: none;
	background: #B1E2F3;
}

.mini
{
	font-size:12px;
}

/* Nav */
.navbar-brand{
	position: relative;
	width: 160px;
}
.navbar-brand img{
	max-width: 124px;
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: auto;
	left: 0;
    right: 0;
}

.navbar-nav .nav-link{
	font-weight: 600;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.navbar-collapse.collapse.show{
	margin-top: 50px;
}
.navbar-toggler{
	border: 2px solid #b1e2f3 !important;
}
/* Home */
.hero{
	position: relative;
	margin-bottom: 60px;
}
.hero img{
	width: 100%;
}
.hero .overlay{
	position: absolute;
	top: 25%;
	text-align: center;
	left: 0;
	right:0;
	text-shadow: #aaa 1px 0 5px;
}
.hero .overlay .h1{
	font-size: 6vw !important;
}
.hero .overlay h4{
	font-size: 4vw !important;
}
.areas {
	font-family: 'Handlee', cursive;
	text-align: center;
}
.areas img, .news-icons img{
	max-width: 225px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.areas h4{
	margin-bottom: 40px;
	color: #808284;
}


.events{
	text-align: center;
	color: #414142;
}

.image-text{
	position: relative;
	margin: 60px auto;

}
.image-text:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.image-text:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.image-text img{
	width: 100%;
}
.image-overlay{
	position: absolute;
	top: 0;
	width: 50%;
    right: 30px;
    font-family: 'Handlee', cursive;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
}
.image-overlay .text{
	font-size: 4vw;
}
.image-overlay .sub-text{
	font-size: 2.5vw;
}
.feature-text{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 30px;
}
/* Footer */
.footer-icons img{
	max-height: 125px;
	margin-bottom: 30px;
}
footer{
	background: #E6E7E8;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	color: #414142;
}
.site-title{
	line-height: 1;
    font-size: 18px;
    margin-bottom: 10px;
}
.address, .phone{
	font-size: 14px;
}
.social-icons a{
	color: #BCBEC0;
	font-size: 30px;
}
.social-icons .list-group-item{
	background: none;
	border: none;
}
.social-icons a:hover{
	color: #fff;
}
.copyright{
	font-size: 12px;
}



/* Pages */
#accordion .card{
	border: none;
	margin-bottom: 15px;
}
#accordion .card-header{
	background: #fff;
    border: 1px solid #434343;
    border-radius: 10px;
}
#accordion .btn{
	width: 100%;
	text-align: left;
	color: #434343;
	font-size: 24px;
}
.card-header .btn {
    background: url(../assets/images/icon-arrow-up.jpg) no-repeat right center;
}
.card-header .btn.collapsed {
    background: url(../assets/images/icon-arrow-down.jpg) no-repeat right center;
}

.download {
	background: url(../assets/images/download-icon.jpg) no-repeat left center;
	padding-left: 40px;
	background-size: auto 24px;
}
.email {
	background: url(../assets/images/email-icon.jpg) no-repeat left center;
	padding-left: 40px;
	background-size: auto 20px;
}
.call {
	background: url(../assets/images/call-icon.jpg) no-repeat left center;
	padding-left: 30px;
	background-size: auto 24px;
}

.page-nav a{
	font-family: 'Handlee', cursive;
	font-weight: normal;
	padding: 10px;
}
.form-box-header{
	text-align: center;
	color: white;
	font-weight: 700;
	background:#BCBEC0;
	padding: 10px;
}
.form-boxes .col-md-4:nth-child(even) .form-box-header{
	background: #DADADA;
}
.form-box{
	padding: 20px;
	border: 1px solid #BCBEC0;
	margin-bottom: 20px;
}
.form-box a{
	display: block;
}

.form-cell
{
	display:inline-block;
	margin:0 18px 0 0;
}

.download-link{
	text-decoration: none !important;
	display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}

.news-results{
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 50px;
}
.news-results .entry{
	padding: 15px;
}
.news-results .entry:nth-child(even){
	background: #f1f1f1;
}
.event-header{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #1d4387;
	font-size: 20px;
	font-weight: 600;
}
.news-results .entry .date{
	font-weight: 700;
	margin-bottom: 10px;
}

ul.reflink
{

	margin:0 0 24px 20px;
	padding:0;
}

ul.reflink li
{
	margin:0 0 3px 0;
	padding:0;
	font-size:13px;
}

ol li
{
	margin:8px 0 14px;
}

main li
{
	margin-bottom:4px;
}

/*
*
*  extra stuff
*
*/
img
{
	max-width:100%;
}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.lead_photo
{
	max-width:1200px;
	margin:24px auto 32px;
	text-align:center;
}

.white
{
	color:#ffffff;
}

main .stitched-bar a,
.stitched-bar a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

main .stitched-bar a:hover,
.stitched-bar a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.chkoption
{
	margin-right:14px;
}

#results div[class="row"]:nth-child(even)
{
	background:#f1f1f1;
}

#results div[class="row"]:nth-child(odd)
{
	background:#f9f9f9;
}

#results div[class^="col-"] {
    outline: 1px dotted rgba(0, 0, 0, 0.5);
	padding-top:5px;
	padding-bottom:5px;
}

/* Styles the thumbnail */

a.lightbox img {
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

/*
*
*  for character counter under textarea
*/
.charcount{
	position: relative;
	box-sizing: border-box;
	padding:0 0 24px 0;
}

.charcount textarea{
	width: 100%;
	border-radius: 0px;
	display:block;
	box-sizing:border-box;
}

.charcount::after{
	content: attr(data-charcount) " chars";
	position: absolute;
	bottom: -1px;
	font-size: 10pt;
	color: #777;
}

.charcount .maxallowed{
	position: absolute;
	bottom: -1px;
	left:100px;
	font-size: 10pt;
	color: #777;
}

@media screen and (min-width: 767px)
{
	.navbar-brand img{
		max-width: 90%;
		top: -45px;
	}
}

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

	.navbar-brand {
		width: 180px;
	}
}

.errorText
{
	color:red;
	font-weight:bold;
}

.instrux
{
	font-size:0.74rem;
	color:#a9a9a9;
}

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