/*$color-teal: #79a2a8;
$color-yellow: #f4d34f;






$color-bg-grey: #F4F4F4;
$color-bg-dark-grey: #6f6e6e;
$color-bg-green: #a3babb;
$color-border-grey: #ddd;*/
/**
 * Boost the specificity of this selector.
 * @param {integer} $count Number of times to boost.
 */
/**
 * Sets various font dimensions.
 * @param $font-size {integer}
 * @param $line-height {integer}
 * @param $letter-spacing {integer} [null]
 */
.c20-button {
  border-radius: 7px;
  font-size: 20px;
  line-height: 1.4;
}

.c20-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.c20-container--size--small {
  max-width: 540px;
}

.c20-dash {
  background-color: #FCD500;
  height: 6px;
  width: 62px;
}

.c20-heading {
  color: inherit;
  margin: 0;
}

.c20-heading__top {
  font-family: "Trade Gothic LT W01 Bd CnNo-20", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.c20-heading__bottom {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
}

.c20-heading--level--1 .c20-heading__top {
  font-size: 60px;
  line-height: 1.13333;
}

@media screen and (min-width: 1024px) {
  .c20-heading--level--1 .c20-heading__top {
    font-size: 102px;
    line-height: 0.90196;
  }
}

.c20-heading--level--1 .c20-heading__dash {
  margin: 30px 0;
}

.c20-heading--level--1 .c20-heading__bottom {
  font-size: 42px;
  line-height: 1.19048;
}

@media only screen and (min-width: 1025px) {
  .c20-heading--level--1 .c20-heading__bottom {
    font-size: 72px;
    line-height: 1.11111;
    letter-spacing: -2px;
  }
}

.c20-heading--level--2 .c20-heading__top {
  font-size: 60px;
  line-height: 0.96667;
}

@media screen and (min-width: 1024px) {
  .c20-heading--level--2 .c20-heading__top {
    font-size: 72px;
    line-height: 1;
  }
}

.c20-heading--level--2 .c20-heading__dash {
  margin: 20px 0;
}

.c20-heading--level--2 .c20-heading__bottom {
  font-size: 32px;
  line-height: 1.1875;
}

@media screen and (min-width: 1024px) {
  .c20-heading--level--2 .c20-heading__bottom {
    font-size: 52px;
    line-height: 1.11538;
    letter-spacing: -2px;
  }
}

.c20-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c20-input__prefix, .c20-input__input {
  background-color: #fff;
  line-height: 30px;
  padding: 8px;
}

.c20-input__prefix {
  border-radius: 7px 0 0 7px;
  color: #4C4C4C;
  font-family: "Trade Gothic LT W01 Bd CnNo-20", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.c20-input__input {
  border: 0;
  border-radius: 7px;
}

.c20-input__prefix + .c20-input__input {
  border-radius: 0 7px 7px 0;
}

.c20-picture__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c20-promo {
  background-color: #FCD500;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: -1px;
  font-weight: 700;
  padding: 40px 30px;
  text-align: center;
}

.c20-promo strong {
  font-weight: 800;
}

@media screen and (min-width: 1024px) {
  .c20-promo {
    font-size: 52px;
    line-height: 1.07692;
    letter-spacing: -2px;
    padding: 70px 80px;
  }
}

.c20-rich-text {
  font-size: 17px;
  line-height: 1.64706;
  font-weight: 600;
}

.c20-rich-text--align--center {
  text-align: center;
}

.c20-rich-text--with-lead p:first-child {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  margin: 20px 0;
}

.c20-rich-text * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.c20-rich-text *:first-child {
  margin-top: 0 !important;
}

.c20-rich-text *:last-child {
  margin-bottom: 0 !important;
}

.c20-section {
  color: #181818;
  padding: 50px 30px;
}

@media only screen and (min-width: 1025px) {
  .c20-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.c20-section--theme--grey {
  background-color: #E6E6E6;
}

.c20-section--theme--image {
  background-color: #000;
  color: #fff;
  position: relative;
}

.c20-section--theme--white {
  background-color: #fff;
}

.c20-section--theme--yellow {
  background-color: #FCD500;
}

.c20-section--full-height {
  min-height: calc(100vh - 46px);
}

@media screen and (min-width: 414px) {
  .c20-section--full-height {
    padding-top: 100px;
  }
}

@media screen and (min-width: 648px) {
  .c20-section--full-height {
    min-height: calc(100vh - 82px);
  }
}

@media screen and (min-width: 889px) {
  .c20-section--full-height {
    min-height: calc(100vh - 52px);
  }
}

@media screen and (min-width: 1024px) {
  .c20-section--full-height {
    padding-top: 180px;
  }
}

.c20-section__content {
  position: relative;
  z-index: 1;
}

.c20-section__content--align--center {
  text-align: center;
}

.c20-section__background, .c20-section__background-picture, .c20-section__background-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c20-section__heading {
    margin-bottom: 50px;
  }
}

.c20-section__picture {
  margin: 30px 0 40px;
}

@media only screen and (min-width: 1025px) {
  .c20-section__picture {
    margin: 0;
  }
}

.c20-section__links {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .c20-section__links {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .c20-section-2__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    grid-template-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .c20-section-2__heading {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column-start: 3;
    grid-column-end: 14;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .c20-section-2__picture {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column-start: 2;
    grid-column-end: 7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .c20-section-2__rich-text {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column-start: 8;
    grid-column-end: 14;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.c20-section-3 {
  padding: 50px 0 0;
}

.c20-section-3__rich-text {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}

.c20-section-3__picture {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c20-section-3 .c-donate-widget {
    border-radius: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c20-section-3 {
    padding: 140px 20px;
  }
  .c20-section-3__container {
    max-width: 1440px;
  }
  .c20-section-3__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    grid-template-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
  }
  .c20-section-3__rich-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column-start: 2;
    grid-column-end: 14;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 80px;
  }
  .c20-section-3__form, .c20-section-3__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c20-section-3__form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column-start: 2;
    grid-column-end: 8;
  }
  .c20-section-3__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column-start: 5;
    grid-column-end: 15;
  }
  .c20-section-3__image {
    max-width: 960px;
  }
}

@media screen and (min-width: 1024px) {
  .c20-section-4__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    grid-template-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .c20-section-4__heading {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column-start: 2;
    grid-column-end: 14;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .c20-section-4__rich-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column-start: 2;
    grid-column-end: 8;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .c20-section-4__picture, .c20-section-4__links {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column-start: 9;
    grid-column-end: 14;
  }
  .c20-section-4__picture {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .c20-section-4__links {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 70px;
  }
}

.c20-section-5 {
  padding-bottom: 0;
}

.c20-section-5__promo {
  position: relative;
  margin-top: 50px;
}

.c20-section-5__promo::after {
  content: "";
  background-color: #fff;
  bottom: 0;
  left: -30px;
  position: absolute;
  right: -30px;
  top: 50%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .c20-section-5 {
    padding: 20px 0 0;
  }
  .c20-section-5__container {
    max-width: 1440px;
  }
  .c20-section-5__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    grid-template-columns: 1fr 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 1fr;
    -ms-grid-rows: auto auto 1fr 0.4fr;
    grid-template-rows: auto auto 1fr 0.4fr;
  }
  .c20-section-5__content::after {
    background-color: #fff;
    content: "";
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column-start: 1;
    grid-column-end: 15;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 4;
    grid-row-end: 5;
    height: 100%;
    z-index: -1;
  }
  .c20-section-5__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column-start: 1;
    grid-column-end: 8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 20px 20px;
  }
  .c20-section-5__image {
    max-width: 720px;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c20-section-5__image {
      height: 100%;
    }
  }
  .c20-section-5__heading, .c20-section-5__rich-text {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column-start: 9;
    grid-column-end: 14;
  }
  .c20-section-5__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 120px;
  }
  .c20-section-5__rich-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .c20-section-5__promo {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column-start: 3;
    grid-column-end: 13;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row-start: 3;
    grid-row-end: 5;
    margin-top: 80px;
  }
  .c20-section-5__promo::after {
    content: none;
  }
}

.c20-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
