@charset "UTF-8";
.content__full .content__full--inner {
  padding: 35px 20px 40px;
}
.content__full .content__full--inner .content__full--title {
  font-size: 35px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 15px;
}
.content__full .content__full--inner .content__full--p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.content__full .content__full--inner .content__full--p.large {
  font-size: 24px;
  line-height: 30px;
}
.content__full .content__full--inner .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content__full .content__full--inner {
    margin: 0 auto;
  }
  .content__full .content__full--inner .content__full--title {
    font-size: 52px;
    line-height: 52px;
  }
}
.content__full--links {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content__full--links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.content__full.acf-block-blue {
  background-color: #70BAE3;
}
.content__full.acf-block-grey {
  background-color: #393A3B;
}
.content__full.acf-block-purple {
  background-color: #5C0F40;
}
.content__full.acf-block-blue .content__full--title, .content__full.acf-block-blue .content__full--p, .content__full.acf-block-grey .content__full--title, .content__full.acf-block-grey .content__full--p, .content__full.acf-block-purple .content__full--title, .content__full.acf-block-purple .content__full--p {
  color: #fff;
}
.content__full.acf-block-blue .content__full--title a, .content__full.acf-block-blue .content__full--p a, .content__full.acf-block-grey .content__full--title a, .content__full.acf-block-grey .content__full--p a, .content__full.acf-block-purple .content__full--title a, .content__full.acf-block-purple .content__full--p a {
  color: #fff;
}
.content__full.acf-block-white {
  background-color: #fff;
}
.content__full.acf-block-white .content__full--title {
  color: #0164AF;
}
.content__full.acf-block-white .content__full--p {
  color: #3A3A3A;
}
.content__full.acf-block-white .content__full--p a {
  color: #0164AF;
}

.quote_img {
  display: flex;
  flex-direction: column;
}
.quote_img .quote_img--content {
  background-color: #F1F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote_img .quote_img--inner {
  padding: 30px 20px 55px;
}
@media screen and (min-width: 1024px) {
  .quote_img .quote_img--inner {
    padding: 0;
  }
}
.quote_img .quote_img--inner h3 {
  color: #BFCD2F;
}
.quote_img .quote_img--bg {
  background-size: cover;
  background-position: center;
  height: 250px !important;
}
@media screen and (min-width: 540px) {
  .quote_img .quote_img--bg {
    height: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .quote_img .quote_img--bg {
    background-position: left;
    height: 450px !important;
  }
}
.quote_img .quote_img--copy {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .quote_img {
    flex-direction: row;
  }
  .quote_img--inner {
    margin: 0 auto;
    max-width: 400px;
  }
}
.title__description .title__description--inner {
  padding: 45px 25px 35px;
}
@media screen and (min-width: 768px) {
  .title__description .title__description--inner {
    margin: 0 auto;
    max-width: 825px;
  }
}
.title__description .title__description--inner .title__description--header {
  font-weight: 900;
}
.title__description .title__description--inner .title__description--copy {
  font-size: 19px;
  line-height: 22px;
}

.list_columns {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .list_columns {
    flex-direction: row;
  }
}
.list_columns .list_columns--col {
  background-color: #F1F2F2;
  padding: 35px 25px 40px;
}
.list_columns .list_columns--col--gutter {
  background-color: transparent;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .list_columns .list_columns--col--gutter {
    height: 100%;
    width: 20px;
  }
}
.list_columns .list_columns--col .list_columns--blurb {
  max-width: 560px;
}
.list_columns .list_columns--col .list_columns--title {
  color: #0164AF;
  font-size: 35px;
  line-height: 38px;
}
.list_columns .list_columns--col .list_columns--list {
  margin-bottom: 30px;
  padding: 0;
}
.list_columns .list_columns--col .list_columns--list-item {
  display: flex;
  font-weight: bold;
  list-style-type: none;
  margin-bottom: 15px;
}
.list_columns .list_columns--col .list_columns--list-item i.fa-check {
  color: #0164AF;
  display: inline-block;
  padding-top: 5px;
  padding-right: 15px;
}

.chart_w_captions {
  padding-top: 50px;
}
.chart_w_captions--single {
  padding: 0 40px 50px;
}
.chart_w_captions--single .chart__img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
}
.chart_w_captions--single .chart__value {
  color: #70BAE3;
  display: block;
  font-weight: 900;
  margin: 12px 0;
}

.location {
  margin-bottom: 25px;
}
.location__desc {
  margin-bottom: 10px;
}
.location__info {
  margin-bottom: 5px;
}

.resources {
  background-color: #F1F2F2;
  padding: 24px 20px;
}
@media screen and (min-width: 1024px) {
  .resources {
    padding: 40px 50px;
  }
}
.resources__list {
  margin: 0;
  padding: 0;
}
.resources__list li {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .resources__list li {
    flex-direction: row;
    justify-content: space-between;
  }
}
.resources__list li span {
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .resources__list li span {
    display: inline-block;
    min-width: 135px;
  }
}
.resources__title {
  margin-bottom: 18px;
}

.single_partner {
  margin: 0 25px;
}
.single_partner:nth-of-type(5n) {
  margin-bottom: 40px;
}

.success__story {
  display: block;
  max-width: 311px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .success__story {
    width: 24%;
  }
}
.success__story .story__name {
  font-weight: bold;
}
.success__story .story__name a {
  text-decoration: none;
}
.success__story .success__link {
  display: inline-block;
}
.success__story + .success__story {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .success__story + .success__story {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .success__story:nth-of-type(3), .success__story:nth-of-type(4) {
    margin-top: 15px;
  }
}

.font-bold {
  font-weight: bold;
}

.hero {
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.hero__main {
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero__main {
    height: 600px;
  }
}
.hero__main--inner {
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.hero__main--inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero__main--inner * {
  z-index: 2;
  position: relative;
}
.hero__main--inner .emptycol {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero__main--inner {
    position: relative;
  }
}
@media screen and (min-width: 1480px) {
  .hero__main--inner {
    background-position: top;
  }
}
.hero__main--inner .hero__main--img {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .hero__main--inner .hero__main--img {
    display: none;
  }
}
.hero__main--inner .hero__main--headline {
  font-weight: 900;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .hero__main--inner .hero__main--headline {
    margin-bottom: 25px;
  }
}
.hero__main--inner .hero__main--content {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .hero__main--inner .hero__main--content {
    background-color: transparent;
  }
}
.hero__short {
  /* monitors only */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero__short {
    background-size: contain;
    min-height: 420px;
  }
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .hero__short {
    min-height: 575px;
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1024px) {
  .hero__short {
    height: 600px;
  }
}
.hero--inner {
  bottom: 0;
  padding: 0;
  position: absolute;
}
.hero--inner h2 {
  padding: 0 10px;
}
.hero--content {
  padding: 30px 20px;
  /* monitors only */
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .hero--content {
    background-color: transparent !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 575px;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
  }
}

.subhero__simple .subhero__simple--inner .subhero__simple--content {
  margin: 0 auto;
  max-width: 824px;
  padding: 30px 0 40px;
}
.subhero__simple .subhero__simple--inner .subhero__simple--content p {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .subhero__simple .subhero__simple--inner .subhero__simple--content p {
    margin-bottom: 0;
  }
}

#main.donate-crypto #featured-wrapper {
  /* small screens only */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #main.donate-crypto #featured-wrapper {
    padding: 0 20px;
  }
}

#featured-wrapper .card {
  /* monitors only */
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  #featured-wrapper .card:nth-of-type(1) {
    margin: 0 10px 0 20px;
  }
  #featured-wrapper .card:nth-of-type(2) {
    margin: 0 10px;
  }
  #featured-wrapper .card:nth-of-type(3) {
    margin: 0 20px 0 10px;
  }
}

.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #0164AF;
}
.bg-ruby {
  background-color: #D3145A;
}
.bg-grey {
  background-color: #F1F2F2;
}
.bg-olive {
  background-color: #c2cc38;
}
.bg-lightblue {
  background-color: #70bae3;
}

.c6.inner-bg {
  padding: 0;
}

.divider__img {
  background-size: cover;
  background-position: center top;
  height: inherit;
}

.ds-inbl {
  display: inline-block;
}
.ds-inbl + img {
  display: block;
}
.ds-in {
  display: inline;
}
.ds-bl {
  display: block;
}

.flex {
  display: flex;
  flex-direction: column;
}
.flex-off {
  display: initial;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-on {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-align.center {
  align-items: center;
}
.flex-justify.center {
  justify-content: center;
}
.flex-justify.between {
  justify-content: space-between;
}
.flex-self-start {
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .flex {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1024px) {
  .flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.flex.flex-col {
  flex-direction: column !important;
  height: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner-bg {
    height: 250px !important;
  }
}

.layout__divider {
  height: 250px;
}
@media screen and (min-width: 1024px) {
  .layout__divider {
    height: 462px;
  }
}
.layout__bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.layout__two .inner {
  padding: 35px 0;
  /* monitors only */
}
.layout__two .inner h3.title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .layout__two .inner {
    padding: 55px 0;
  }
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .layout__two .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.margin-medium {
  margin-bottom: 21px;
}
.margin-medium.top {
  margin-bottom: 0;
  margin-top: 21px;
}
.margin-none {
  margin-bottom: 0 !important;
}
.margin-xlarge {
  margin-bottom: 42px !important;
}
.margin-50 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .margin-50 {
    margin-bottom: 50px !important;
  }
}
.margin-66 {
  margin-bottom: 66px !important;
}

.max {
  margin-left: auto;
  margin-right: auto;
}
.max-default {
  max-width: 824px;
}
.max-550 {
  max-width: 550px;
}
.max-770 {
  max-width: 770px;
}
.max-1030 {
  max-width: 1030px;
}
.max-1260 {
  max-width: 1260px;
}
.max-1386 {
  max-width: 1386px;
}

.padding {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.padding-medium {
  padding: 21px 0;
}
.padding-lg {
  padding: 60px 0;
}
.padding-lg + .padding-lg {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .padding-lg {
    padding: 35px 0;
  }
}
.padding-header {
  padding-bottom: 50px;
  /* small screens only */
  /* monitors only */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .padding-header {
    padding-bottom: 40px;
  }
  .padding-header--collapse {
    padding-bottom: calc(50px - 1em);
  }
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .padding-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.page-wrapper + #footer {
  margin-top: 60px;
}

.row.js-even-columsn {
  height: auto !important;
}

/* custom embeded donate crypto */
.donate-btc {
  height: 100%;
  min-height: 700px;
}

/* custom FAQ accordion */
/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: #3a3a3a;
  overflow: hidden;
}
.tab:first-of-type .tab-label {
  padding-top: 0;
}
.tab-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #70bae3;
  /* small screens only */
  /* Icon */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tab-label {
    padding: 1em 0;
  }
}
.tab-label:hover {
  border-color: #45a5db;
}
.tab-label::after {
  content: "❯";
  color: #3a3a3a;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-right: 0.25em;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(270deg) scaleX(-1) translateY(-5px) translateX(8px);
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: transparent;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #3a3a3a;
  cursor: pointer;
}
.tab-close:hover {
  border-color: #0164AF;
}

input:checked + .tab-label {
  color: #0164AF;
}
input:checked + .tab-label::after {
  transform: rotate(270deg) translateY(-5px) translateX(-8px);
  color: #0164AF;
}
input:checked ~ .tab-content {
  color: #3a3a3a;
  max-height: 200vh;
  padding: 1em;
}

.faq-header {
  /* monitors only */
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .faq-header.padding-header {
    padding: 0 2em;
  }
}

.banner {
  background-color: #0065b1;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
}
.banner a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 2px;
}
.banner a:hover {
  text-decoration-color: white;
}
.banner .banner__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px;
}
.banner .banner__image {
  max-width: 150px;
  height: auto;
}
.banner .banner__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .banner {
    font-size: 14px;
  }
  .banner .banner__image {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .banner {
    font-size: 15px;
  }
  .banner .banner__container {
    display: flex;
    align-items: center;
  }
  .banner .banner__image {
    margin-right: 30px;
  }
}

/* new programs 2020 */
#programs__hero.hero__main {
  background-size: 100%;
  height: 495px;
}
@media screen and (min-width: 768px) {
  #programs__hero.hero__main {
    height: 575px;
  }
}

body.page-template-p-programs-2020-php,
body.page-template-p-about-2020-php {
  background-color: #fff;
}

#services__emergency.row .row .c6 {
  padding: 0;
}
#services__hero.hero__main {
  height: 300px;
}
@media screen and (min-width: 1024px) {
  #services__hero.hero__main {
    height: 574px;
  }
}
#services__hero--inner {
  align-items: center;
  background-position: top center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#services__subhero .subhero__simple--content p {
  margin-bottom: 0;
}

.services.divider {
  height: 250px;
}
@media screen and (min-width: 1024px) {
  .services.divider {
    height: 462px;
  }
  .services.divider .divider__img:first-of-type {
    background-position: 50% 20%;
  }
  .services.divider .divider__img:nth-of-type(2) {
    background-position: 50%;
  }
}
.services.icon {
  margin-bottom: 30px;
}
.services.icon .icon__img {
  display: block;
  height: 130px;
  margin: 0 auto 15px;
  width: 130px;
}
.services.row.layout__one .c12 {
  padding: 0;
}
.services.row.layout__one .c12 .inner {
  padding: 35px 20px 0;
}
.services.row.layout__two {
  padding-left: 20px;
}
.services.row.layout__two.js-even-columns .c6 {
  padding: 0;
}

#main ul.styled-list,
#main .row ul {
  margin-bottom: 20px;
}
#main ul.styled-list li,
#main .row ul li {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.text-blue {
  color: #0164AF;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-default {
  font-size: 16px;
  line-height: 1.3;
}
.text-large {
  font-size: 35px;
  line-height: 1.1;
}
.text-left {
  text-align: left;
}
.text-medium {
  font-size: 21px;
  line-height: 1.3;
}
.text-weight-600 {
  font-weight: 600;
}
.text-white, .text-white a {
  color: #fff;
}
.text-xxlarge {
  font-size: 33px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .text-xxlarge {
    font-size: 52px;
  }
}

.purple {
  color: #5c0f40;
}
