<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #114159; }


/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.button,
button,
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  margin: 2% 0;
  color: #114059;
  background-color: #E2A63B; 
  border-radius: 20px;
  transition: 0.5s;
  border: none; }
.input[type="submit"] {
	display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  margin: 2% 0;
  color: #114059;
  background-color: #E2A63B; 
  border-radius: 20px;
  transition: 0.5s;
  border: none; }
.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #E2A63B;
  background-color:#114059;
  border-color: #383838;
  outline: 0; }
 .input[type="submit"]:hover,
 input[type="submit"]:focus, { 
  color: #E2A63B;
  background-color:#114059;
  border-color: #383838;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #114059;
  background-color: #E2A63B;
  border-color: #E2A63B; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #114059;
  background-color: #E2A63B;
  border-color: #E2A63B; }


/* Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label &gt; .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
  list-style: square inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre &gt; code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
hr.line {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  border-top: 2px solid #114159; }

/* Clearing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* General Classes
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.resize {
	width: 100%;
	height: auto; 
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.orange-button {
  color:#114159;
	background-color:#e2a63b;
	border:none;
	border-radius:4px;
	text-transform:uppercase;
	white-space:normal;
	font-size:1.5rem;
	line-height:normal;
	margin-top:2%;
}
.orange-button:hover {
  color:#e2a63b;
	background-color:#217caa;
}

.text-columns {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 500px){
  .text-columns {
    column-count: 1;}
}

/* Top Nav 
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.nav-container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.top-nav-bg {
	background-color: #FFFB76;
}
.top-nav {
	padding: 1% 0 1% 0;
  display:flex;
  align-items: center;
}
@media (max-width: 680px){
  .top-nav{
    display: block;
  }
}

.top-nav-text{
  text-align: center;
  padding-top: 1%;
  font-size: 2.5rem;
}

.top-nav a {
	color: #ffffff;
	text-decoration: none;
}
.top-nav a:hover {
	color:#adcfe6;
}
.top-nav button {
  color:#114159;
	background-color:#e2a63b;
	border:none;
	border-radius:4px;
	text-transform:uppercase;
	white-space:normal;
	font-size:2.0rem;
	line-height:normal;
	margin-top:2%;
}
.top-nav button:hover {
  color:#e2a63b;
	background-color:#217caa;
}
.contact {
	float: right;
	text-align:right;
}

@media (max-width: 500px){
  .top-nav-text{
    text-align: center;
  }
  .top-nav button{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Logo
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.logo {
	padding: 1% 0 0% 0;
}
@media screen and (max-width:550px) {
	.logo {
		text-align:center;
	}
}

.logo-flex {
  padding: 1% 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.logo-headline {
  text-align: center;
  font-size: 1.8rem;
}
/* Navigation
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.nav-bar {
  background-color: #217caa;
  margin-top: 1%;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 1%;
  overflow: hidden;
  text-align: center;
  font-size: 1.25rem;
}

ul.topnav li {
  display: inline;
  padding: 0 20px;
}

ul.topnav li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight:700;
  letter-spacing: 0.1rem;
}

ul.topnav li:first-child {
	padding-left:0;
}

ul.topnav li a:hover {
  color: #FFFB76;
  transition: 0.2s;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:765px) {
ul.topnav li.icon {
    display: block;
    float: none;
    top: 0;}
ul.topnav.responsive li {
    float: none;
    display: inline;}
ul.topnav.responsive li a {
    display: block;
    text-align: center;}
}
@media screen and (max-width:765px) {
ul.topnav li {display: none;}
ul.topnav li.icon {
    display: block;
    float: none;
    top: 0;}
}

ul.topnav.responsive li {
    float: none;
    display: inline;}
ul.topnav.responsive li a {
    display: block;
    text-align: center;}

@media (max-width:950px){
ul.topnav {
  font-size:1.5rem;}
}
@media (max-width: 650px) {
  ul.topnav {
    margin: 2% 0;
    display: block;}
  ul.topnav.responsive {
    position: relative;}
  ul.topnav.responsive li.icon {
    position: inherit;
    display: inline-block;}
}
.donate {
	border-style:solid;
	border-radius: 4px;
	border-color:#e2a63b;
	border: 3px;
	padding: 1em;
	background-color:#e2a63b;
}
/*.nav-bar {
  background-color: #217caa;
	color: #ffffff;
	padding: 2% 0 2% 0;
	float: right;
	text-align: right;
	margin: 5% 0 5% 0;
	
/*}
.nav-bar a {
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	padding: 0.5%;
	font-weight:700;
	font-size:1.4rem;
}
.nav-bar a:hover {
	border-bottom: 3px solid #0274b3;
	color:#656565;
}
.line {
	border-bottom: 2px solid #0274b3;	
}

.donate {
	border-style:solid;
	border-radius: 4px;
	border-color:#F93;
	border: 3px;
	padding: 1em;
	background-color:#F93;
}
.hamburger {
	display: none;
}

.hamburger i {
	font-size: 30px;
}
@media screen and (max-width:550px) {
	.nav-bar a.hamburger {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:900px) {
  .nav-bar a {display: none;}
  .nav-bar a.hamburger {
    display: inline-block;
  }
}

@media screen and (max-width:900px) {
  .nav-bar.responsive {position: relative;}
  .nav-bar.responsive header.hamburger {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-bar.responsive a {
    float: right;
    display: block;
	width: 100%;
	font-size: 1.5rem;
  }
}

@media screen and (max-width:550px) {
	.nav-bar {
		text-align:center;}
}

@media screen and (max-width:550px) {
  .nav-bar a {display: none;}
  .nav-bar a.hamburger {
    display: inline-block;
  }
}

@media screen and (max-width:550px) {
  .nav-bar.responsive {position: relative;}
  .nav-bar.responsive header.hamburger {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-bar.responsive a {
    text-align:center;
    display: block;
	width: 100%;
	font-size: 1.5rem;
  }
}*/

.nobr {
	white-space: nowrap;
}
/* Nav part 2
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#menu{
color: #ffffff;
height: 40px;
text-align:left;
}
#menu ul,#menu li{margin:0 auto;padding:0 0%; list-style:none; font-size:2.4vmin; float:left;}
#menu ul{float:left; height:45px; text-align:left;}
#menu li{float:left;display:inline;position:relative; font:1.5vmin;}
#menu a{display: block;
line-height: 40px;
padding: 0 10px;
text-decoration: none;
color: #383838;
}

#menu li:hover &gt; a,#menu li a:hover{
color: #656565;
border-bottom: 3px solid #0274b3;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
#menu input{display:none;margin:0 0;padding:0 0;width:80px;height:30px;opacity:0;cursor:pointer}
#menu label{font:bold 1.5vmin Arial;display:none;width:35px;height:36px;line-height:36px;text-align:center}
#menu label span{font-size:2.4vmin;position:absolute;left:35px}
#menu ul.menus{
height: auto;
overflow: hidden;
width: 170px;
background: #ffffff;
position: absolute;
z-index: 99;
display: none;
}
#menu ul.menus li{
display: block;
width: 100%;
text-transform: none;
text-shadow: none;
border-bottom: 1px solid #0274b3;
}
#menu ul.menus a{
color: #383838;
font-size:1.5vmin;
line-height: 25px;
}
#menu li:hover ul.menus{display:block}
#menu ul.menus a:hover{
background: #ffffff;
color: #656565;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
@media screen and (max-width: 1000px){
#menu li{float:left;display:inline;position:relative;font:1.8vmin;}
}
@media screen and (max-width: 650px){
#menu{position:relative}
#menu ul{background:#a8ccda;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;float:none;}
#menu ul.menus{width:100%;position:static;padding-left:20px;}
#menu li{display:block;float:none;width:auto; font:normal 1.8vmin;}
#menu input,#menu label{position:absolute;top:0;left:0;display:block}
#menu input{z-index:4}
#menu input:checked + label{color:white}
#menu input:checked ~ ul{display:block}
}
/* Hero Image
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.hero {
	width:100%;
	height:auto;
	overflow:hidden;
	
	/*Flexbox*/
	display: flex;
	justify-content: center;
	align-items: center;
	
	/*Text stuff*/
	text-align:center;
	color:#ffffff;
	
	/*Background*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("../images/silhouette-1082129_1920.jpg");
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hero h1 {
	font-size:5.0rem;
}
.hero a {
	color: #ffffff;
}

.hero p {
  font-size: 1.8rem;
}

.space {
	padding: 5%;
}

/* Sidebar
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.sidebar {
  margin-top: 2%;
	padding:2%;
	text-align:left;
	color:#227CAA;
  border: 2px solid #49D1E8;
  border-radius: 25px;
  background-color: #ffffff;
}
@media (max-width: 425px){
  .sidebar {
    text-align: center;
    margin-bottom: 5%;}
}

.sidebar ul{
  margin-bottom: 0;
  color:#227CAA;
}

.sidebar li {
  list-style:none;
	margin-bottom:2%;
	padding:1%;
}
.sidebar a{
	text-decoration:none;
	color:#227CAA;
  font-weight: bold;
  display: block;
}
.sidebar a:hover {
	color: #E2A63B;
  background-color: #fff;
}

/* Main Content
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.main {
	text-align: center;
	padding: 2%;
}
.main h1 {
	color: #217caa;
	font-size: 4.0rem;
	font-weight:700;
	padding: 2%;
}
.main h2 {
	color: #217caa;
	font-size: 3.0rem;
	font-weight:700;
}
.main a {
  text-decoration: none;
  font-weight: bold;
  color: #217caa;
}
.main a:hover{
  color: #e2a63b;
}
.main-2 {
	color: #000000;
	padding:2%;
}
.main-2 h1 {
	color: #217caa;
	font-weight:700;
}
.main-2 h2 {
	color: #49D1E8;
  font-size: 3.0rem;
	font-weight:700;
}
.main-2 a{
  color: #217caa;
  text-decoration: none;
  font-weight: bold;
}
.main-2 a:hover{
  color:#e2a63b;
}
.main-2 ul{ 
	list-style:square inside;
}
.accomplishments {
	color: #000000;
	text-align: center;
	padding:2%;
}
.accomplishments li a {
	color:#0274b3;
}
.contact {
	color: #000000;
	text-align: left;
}
.event {
	padding: 2%;
	border-color:#e2a63b;
  border-style: solid;
	background-color: #FFFB76;
	color:#000000;
}
.event h2 {
  color:#217caa;
	font-weight:700;
	text-align:center;
}
.event h3 {
  color:#217caa;
	font-size: 2.2rem;
	font-weight:700;
	text-align:center;
}
.about {
	background-color:#ADDFFF;
	border: 2px solid #0274b3;

}
.join {
	color: #ffffff;
	text-align: center;
	padding:2% 0 4% 0;
	display:flex;
}
.join h4 {
	color:#ffffff;
	font-weight:700;
}
.join-volunteer {
	background-color: #ffa500;
	padding: 2%;
	border-radius: 4px;
}
.join-grief {
	background-color: #0274b3;
	padding:2%;
	border-radius: 4px;
}
.join-us {
	background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("../images/perry-grone-lbLgFFlADrY-unsplash.jpg");
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 2%;
}
.join-us-org {
	background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("../images/organization.jpg");
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:2%;
}
.info {
	color:#000000;
}
.info a{
	color:#000000;
	text-decoration: none;
}
.info a:hover {
	color:#0274b3;
}

.how-to-help {
  background-color: #e2a63b;
  text-align: center;
  margin-bottom: 2%;
  padding-top: 1%;
}
.how-to-help h2{
  font-size: 3.0rem;
  color: #ffffff;
  font-weight:700;
}
.how-to-help a{
  color: #114159;
  text-decoration: none;
}
.how-to-help a:hover{
  color: #fff53e;
}

/* Sponsors
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.sponsor {
	margin-top:1%;
}

.sponsor img{
	vertical-align:middle;
}
.sponsor-row{
	margin-top:1%;
	text-align:center;
}
.slider button{
	color:#217caa;
	background-color:#217caa;
	border:none;
	border-radius:0;
	text-transform:uppercase;
	white-space:normal;
	font-size:1.5rem;
	line-height:normal;
	margin-top:2%;
}

/* Subscription Form
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.subscription-form {
  background-color: #227CAA;
  color: #ffffff;
  padding-top: 2%;
}
.subscription-form h1{
  font-size: 4.0rem;
  font-weight: bold;
}

/* Footer
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.footer-background{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/floating-candles.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  color: #fff;
}
.footer {
	padding: 2%;
	color: #ffffff;
}
.footer a {
	text-decoration: none;
	padding-bottom: 1%;	
	color: #ffffff;
	font-weight:700;
}
.footer a:hover {
	color:#adcfe6;
}
.footer li {
	list-style:none;
	margin-bottom: 0;
}
.footer h6{
	font-weight:700;
}

ul.footernav {
  list-style-type: none;
  margin: 0;
  padding: 1%;
  overflow: hidden;
  text-align: center;
  font-size: 1.25rem;
}

ul.footernav li {
  display: inline;
  padding: 0 20px;
}

ul.footernav li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight:700;
  letter-spacing: 0.1rem;
}

ul.footernav li:first-child {
	padding-left:0;
}

ul.footernav li a:hover {
  color: #FFFB76;
  transition: 0.2s;
}

ul.footernav li.icon {display: none;}

@media screen and (max-width:765px) {
ul.footernav li.icon {
    display: block;
    float: none;
    top: 0;}
ul.footernav.responsive li {
    float: none;
    display: inline;}
ul.footernav.responsive li a {
    display: block;
    text-align: center;}
}
@media screen and (max-width:765px) {
ul.footernav li {display: none;}
ul.footernav li.icon {
    display: block;
    float: none;
    top: 0;}
}

ul.footernav.responsive li {
    float: none;
    display: inline;}
ul.footernav.responsive li a {
    display: block;
    text-align: center;}

@media (max-width:950px){
ul.footernav {
  font-size:1.5rem;}
}
@media (max-width: 650px) {
  ul.footernav {
    margin: 2% 0;
    display: block;}
  ul.footernav.responsive {
    position: relative;}
  ul.footernav.responsive li.icon {
    position: inherit;
    display: inline-block;}
}
</pre></body></html>