:root {
  --dark-slate-gray-3: #333;
  --sandy-brown: #f8c740;
  --medium-sea-green: #30ad64;
  --khaki: #face6a;
  --indian-red: #cf404d;
  --indian-red-2: #af4173;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --goldenrod: #e2a62b;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --white-smoke-4: #f0f0f0;
  --dark-gray: #aaa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  line-height: 160%;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: sticky;
}

.button:hover {
  background-color: #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.social-icon-link {
  opacity: .36;
  width: 20px;
  margin-right: 9px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.nav-link {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: #2d3e4f;
}

.nav-link.w--current {
  color: #333;
}

.grey-rule {
  background-color: #c7c7c7;
  width: 90px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.site-name {
  color: #333;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.site-description {
  color: #aaa;
  line-height: 145%;
}

.built-with-webflow {
  color: #aaa;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 10px;
}

.webflow-link {
  color: #aaa;
  text-decoration: none;
}

.webflow-link:hover {
  color: #333;
}

.post-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  line-height: 100%;
  box-shadow: 0 0 0 1px #0000000f;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 250px;
  transition: opacity .2s;
  display: block;
}

.blog-image:hover {
  opacity: .8;
}

.blog-image.blog-page {
  height: 300px;
}

.post-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
}

.post-summary {
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  display: inline;
}

.post-info {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.post-info.link {
  text-decoration: none;
}

.post-info.link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-title-link:hover {
  opacity: .8;
}

.body-copy {
  float: left;
  clear: left;
  color: var(--dark-slate-gray-3);
  text-align: center;
  font-size: 12px;
}

.body-copy img {
  float: left;
  clear: none;
  text-align: left;
  object-fit: fill;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  line-height: 145%;
}

.body-copy figure {
  margin-bottom: 20px;
}

.success-message {
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.success-message.white-background {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.success-text {
  margin-bottom: 0;
  font-size: 17px;
}

.social-link-group {
  margin-bottom: 12px;
}

.read-more-link {
  color: #aaa;
  margin-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22%;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.read-more-link:hover {
  color: #333;
}

.content-wrapper {
  text-align: center;
  object-fit: contain;
  background-color: #fff;
  min-width: 70%;
  max-width: 100%;
  padding: 10px 10px 10px 300px;
  line-height: 100%;
  position: static;
  inset: 0% 0% auto;
}

.sidebar-wrapper {
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  width: 300px;
  height: 100%;
  padding: 20px 20px 0;
  position: fixed;
}

.blog-title {
  font-size: 30px;
  line-height: 37px;
}

.white-bg-heading {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 11px;
  box-shadow: 0 0 0 1px #0000000f;
}

.post-info-wrapper {
  margin-top: 16px;
}

.home-footer {
  color: #333;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.home---building-pic {
  float: none;
  clear: none;
  object-fit: fill;
  border: 1px solid #000;
  min-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.page-footer {
  z-index: auto;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  inset: auto 0% 0%;
}

.link-2 {
  font-style: italic;
  text-decoration: none;
}

.text-block-3 {
  color: #ff1200;
  margin: 0 0 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-5 {
  color: red;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
}

._2023 {
  background-color: var(--sandy-brown);
  margin-top: 20px;
  font-weight: 900;
}

.text-block-14, .text-block-15, .text-block-16 {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.rich-text-block {
  text-align: left;
  font-size: 12px;
}

.text-block-20 {
  font-weight: 400;
}

.text-span-5 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-21 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.text-span-7 {
  color: red;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-5 {
  margin-top: 20px;
}

.text-block-22 {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-span-10, .text-span-11 {
  color: var(--medium-sea-green);
}

.text-span-12 {
  color: red;
  font-size: 16px;
}

.text-span-13 {
  font-size: 16px;
}

.paragraph-2 {
  color: red;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-3 {
  color: #00f;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-4 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
}

.text-span-14 {
  color: var(--medium-sea-green);
}

.home-seasonal-header {
  color: #00f;
  background-color: #ffff0040;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.home-header {
  color: red;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 16px;
  font-style: italic;
}

.total-people-helped-in-recent-years {
  background-color: var(--khaki);
  color: #00f;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}

._2025-summary-block {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.podcast {
  color: #00f;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 16px;
}

.columns {
  margin-top: 40px;
}

.text-block-23 {
  overflow-wrap: normal;
  border: 0 solid #000;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-24 {
  overflow-wrap: anywhere;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.text-block-25, .text-block-26 {
  padding: 10px;
}

.italic-text {
  font-size: 24px;
}

.code-embed-3 {
  width: 100px;
  line-height: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 100%;
}

.text-block-28 {
  color: red;
  padding-bottom: 60px;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-11 {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 100%;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-12 {
  margin-bottom: 0;
}

.italic-text-2 {
  color: red;
  font-size: 24px;
}

.image-7 {
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .button {
    margin-left: 40px;
  }

  .post-wrapper {
    margin-bottom: 35px;
  }

  .blog-image {
    height: 190px;
  }

  .content-wrapper {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-left: 300px;
    padding: 0;
  }

  .sidebar-wrapper {
    width: 300px;
    padding: 30px;
  }

  .white-bg-heading {
    margin-bottom: 20px;
  }

  .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-left: 0;
  }

  .social-icon-link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-link {
    margin: 0 10px;
    display: inline-block;
  }

  .grey-rule {
    margin: 21px auto;
    display: block;
  }

  .site-name.w--current, .site-description {
    margin-bottom: 15px;
  }

  .built-with-webflow {
    margin-bottom: 0;
  }

  .post-wrapper {
    margin-bottom: 30px;
  }

  .post-content {
    padding: 20px;
  }

  .social-link-group {
    margin-bottom: 0;
  }

  .button-wrapper {
    text-align: center;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .sidebar-wrapper {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-right-style: none;
    width: 100%;
    position: static;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .navigation {
    margin-bottom: 15px;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8, .text-block-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .code-embed-2 {
    background-color: #514a6d;
    border: 1px solid #000;
    min-height: 800px;
    position: static;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-left: 0;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }

  .blog-image {
    height: 190px;
  }

  .post-content, .content-wrapper {
    padding: 0;
  }

  .sidebar-wrapper {
    padding: 0 0 10px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-footer {
    padding-bottom: 20px;
  }

  .page-footer {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .column-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8, .text-block-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11, .text-block-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-17 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block, .text-block-20 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .code-embed {
    background-color: var(--indian-red);
    height: 400px;
    min-height: 400px;
  }

  .text-block-27 {
    background-color: var(--indian-red-2);
  }
}

#w-node-_3bd69223-08c2-0abc-4bff-7668d5a7b755-2fd8fc51, #w-node-d97e3048-6ab9-3294-dc81-f5dbe1f40a2e-2fd8fc51, #w-node-_3e3bbabe-4ac4-fdab-f67c-f4e22993c335-2fd8fc51, #w-node-_6dd01dbc-f821-51a4-7b39-82caef422281-2fd8fc51 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}


