<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noMargins {
  margin: 0px;
}
.noPadding {
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  background-color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #1b1b1b;
  font-weight: 400;
}
#content_wrapper .dropdown:hover &gt; .dropdown-menu {
  display: block;
}
/* GENERIC */
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: #910000;
  text-decoration: underline;
}
a:hover {
  color: #710000;
  text-decoration: none;
}
a.LearnMoreLink {
  text-transform: uppercase !important;
  font-size: .875em;
  letter-spacing: 0.06em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold !important;
  margin-top: 15px;
  /* float: left;*/
  padding: 10px 20px;
  background-color: #910000;
  color: #fff !important;
  /* display: block; */
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 10px;
}




/* Evoq Simple editor link editing */
.redactor-link-tooltip a:link {
    color: #fff;
}
.redactor-link-tooltip a:focus, .redactor-link-tooltip a:hover {
    color: yellow;
}
/* End Evoq Simple editor link editing */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
H1 {
    color: #3a3a3a;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    padding: 30px 0px 10px 0px;
	margin:0px 0px 10px 0px;
    letter-spacing: -1px;
}
H2 {
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}
H2 a {
  color: #910000;
  text-decoration: none;
  font-weight: 600;
}
H3 {
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}
H4 {
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}
H5 {  
  color: #3a3a3a;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}

H5, DT {}
H6 {}

blockquote, blockquote p {
    margin: 0 0 1rem;
    font-size: 1.2em;
    line-height: normal;
    padding: 20px 20px;
    color: #903c3c;
    font-weight: 500;
    font-style: normal;
}

/* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
#content_wrapper {
  width: 100%;
  background-color: #fff;
}
li.nav-item.dropdown.show {
  background-color: #000;
}
.navbar-toggler-text {
  margin-left: 45px;
  font-size: .975em !important;
  color: #fff;
}
@media (max-width: 479px) {
	img {
	max-width: 100%; 
	height: auto !important;
}
	
.img_margin {
   padding: 0px;
   margin: 10px auto !important;
}
	
  #topbar {
    display: none;
    padding-top: 20px;
  }
  #content_wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
  }
  #site_header {
    background-color: #fff;
    width: 100%;
    position: unset;
    top: 0;
  }
  #header_container {
    padding: 10px 0px 10px 0px;
    /* height: 100px; */
    margin: 0px auto;
    max-width: 1400px;
  }
		h1 {font-size:2em;}
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
.collapse {
    display: block;
    /* padding-top: 10px; */
}
  .showhide {
    display:none;
  }
}


@media (max-width: 767px) {
		H1 {
    margin: 0px 0px 10px 0px;
			    border: 0;
}
  #main-nav {
    padding: 0px;
  }
  #nav_global a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #splash_banner {
    max-height: 300px;
	  background-position: center;
  }
	  .showhide {
    display:block;
  }
  .collapse.show {
    display: block;
    padding-top: 0px;
  }
  .menuGiving a:link, .menuGiving a:visited {
    background-color: #49943d;
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 0px;
    border-radius: 0px;
    display: block;
  }
  .menuApply a:link, .menuApply a:visited {
    background-color: #0081dd;
    /*background-color: #00ade6;*/
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 10px 0px 0px 0px;
    border-radius: 0px;
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    /* width: 90%; */
    padding: 0px 15px;
    margin: 0px auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .container {
    /*  width: 90%; */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
	#breadCrumb {padding:auto 20px;}
}

.show-hide {
  background-color: #ffa2a2;
  padding: 8px;
  display: none;
}





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