/*--------------------------------------------*/
/* CSS Created by Penny Arcade - 04-28-2023 --*/
/* www.penny-arcade.com ----------------------*/
/*--------------------------------------------*/
/* All Icons */
.icon-bank {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-bank.svg);
  background-repeat: no-repeat; }

.icon-calendar {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-calendar.svg);
  background-repeat: no-repeat; }

.icon-distribution {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-distribution.svg);
  background-repeat: no-repeat; }

.icon-donate-coin {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-donate-coin.svg);
  background-repeat: no-repeat; }

.icon-fundraiser {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-fundraiser.svg);
  background-repeat: no-repeat; }

.icon-game-guide {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-game-guide.svg);
  background-repeat: no-repeat; }

.icon-hospital-map {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-hospital-map.svg);
  background-repeat: no-repeat; }

.icon-hospital {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-hospital.svg);
  background-repeat: no-repeat; }

.icon-in-kind-donation {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-in-kind-donation.svg);
  background-repeat: no-repeat; }

.icon-kid-help {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-kid-help.svg);
  background-repeat: no-repeat; }

.icon-parent {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-parent.svg);
  background-repeat: no-repeat; }

.icon-play-games {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-play-games.svg);
  background-repeat: no-repeat; }

.icon-play {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-play.svg);
  background-repeat: no-repeat; }

.icon-quote {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-quote.svg);
  background-repeat: no-repeat; }

.icon-sponsor {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-sponsor.svg);
  background-repeat: no-repeat; }

.icon-testimonial {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-testimonial.svg);
  background-repeat: no-repeat; }

.icon-wishlist {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-wishlist.svg);
  background-repeat: no-repeat; }

.icon-role-controller {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-controller.svg);
  background-repeat: no-repeat; }

.icon-role-coordinator {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-coordinator.svg);
  background-repeat: no-repeat; }

.icon-role-director {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-director.svg);
  background-repeat: no-repeat; }

.icon-role-fundraiser {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-fundraiser.svg);
  background-repeat: no-repeat; }

.icon-role-game-tech {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-game-tech.svg);
  background-repeat: no-repeat; }

.icon-role-partner {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-role-partner.svg);
  background-repeat: no-repeat; }

.icon-childs-play-logo {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-childs-play-logo.svg);
  background-repeat: no-repeat; }

.icon-childs-play {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-childs-play.svg);
  background-repeat: no-repeat; }

.icon-promotional-assets {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-promotional-assets.svg);
  background-repeat: no-repeat; }

.icon-twitch {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-twitch.svg);
  background-repeat: no-repeat; }

.icon-youtube {
  background-image: url(https://assets.childsplaycharity.org/img/site/icon-youtube.svg);
  background-repeat: no-repeat; }

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ffffff;
  color: #203136;
  padding: 0;
  font-family: pt-sans, verdana, sans-serif;
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: var(--lh-body); }

hr {
  display: none; }

address, cite {
  font-style: normal; }

img, fieldset {
  border: none; }

iframe {
  border: 0; }

img {
  display: block; }

sup {
  font-size: 50%; }

a {
  color: #187c6c; }
  a:hover, a:focus {
    color: #000000;
    background-color: #a5d6cf;
    text-decoration: underline; }

/*------------------------*/
/* Slick Slider Framework */
/*------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:root {
  --gutter: 24px;
  --gap: 20px;
  --spacing: 48px;
  --text-align: center;
  --btn-padding: 8px 16px;
  --body-width: 780px;
  /* Fonts */
  --fs-body: 18px;
  --lh-body: 28px;
  --fs-title: 32px;
  --lh-title: 40px;
  --fs-head: 28px;
  --lh-head: 36px;
  --fs-hero-head: 46px;
  --lh-hero-head: 48px;
  --fs-hero-body: 24px;
  --lh-hero-body: 36px;
  --fs-subhead: 24px;
  --lh-subhead: 32px;
  --fs-news: 24px;
  --lh-news: 32px;
  --fs-btn: 18px;
  --lh-btn: 20px;
  --fs-nav: 22px;
  --lh-nav: 20px; }

.content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--gutter); }
  .content.flush {
    padding: 0 !important; }

.btn {
  color: #ffffff;
  font-family: filson-soft, verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-btn);
  line-height: var(--lh-btn);
  border: 2px solid #188577;
  border-radius: 80px;
  display: inline-block;
  padding: var(--btn-padding);
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
  border-color: #188577;
  color: #188577;
  background-color: white; }
  .btn:hover, .btn:focus {
    transition: all 80ms ease-in;
    background-color: #188577;
    border-color: #188577;
    color: #ffffff;
    text-decoration: none; }
  .btn.small {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px; }

.btn-main {
  color: #ffffff;
  font-family: filson-soft, verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-btn);
  line-height: var(--lh-btn);
  border: 2px solid #188577;
  border-radius: 80px;
  display: inline-block;
  padding: var(--btn-padding);
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
  border-color: transparent;
  background-color: #f2407d;
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 1px rgba(0, 56, 33, 0.2); }
  .btn-main:hover, .btn-main:focus {
    transition: all 80ms ease-in;
    background-color: #188577;
    border-color: #188577;
    color: #ffffff;
    text-decoration: none; }
  .btn-main.small {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px; }

/*------*/
/* ARIA */
/*------*/
#aria-skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#aria-skip {
  display: flex;
  justify-content: center; }

#aria-skip a:focus,
#aria-skip a:active {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 10px 0 0 47px;
  color: #ffffff;
  font-family: filson-soft, verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-btn);
  line-height: var(--lh-btn);
  border: 2px solid #188577;
  border-radius: 80px;
  display: inline-block;
  padding: var(--btn-padding);
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
  border-color: #188577;
  color: #188577;
  background-color: white; }
  #aria-skip a:focus:hover, #aria-skip a:focus:focus,
  #aria-skip a:active:hover,
  #aria-skip a:active:focus {
    transition: all 80ms ease-in;
    background-color: #188577;
    border-color: #188577;
    color: #ffffff;
    text-decoration: none; }
  #aria-skip a:focus.small,
  #aria-skip a:active.small {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px; }

.aria-show {
  position: absolute;
  clip-path: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.link-offset {
  margin-top: -96px;
  height: 96px;
  width: 100%; }
  .link-offset#main-content {
    margin-top: -144px;
    height: 144px; }

.faq-category .link-offset {
  margin-top: -56px;
  height: 56px; }

/*-----*/
/* Nav */
/*-----*/
#nav {
  background: #ffffff;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .6s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* Logo */ }
  #nav .content {
    max-width: 1600px;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
    align-items: center;
    /* Green nav bg bar - hide until desktop */ }
    #nav .content:after {
      right: 20px;
      border-radius: 0 100px 100px 0;
      background: #00a469;
      z-index: 1;
      width: 92vw;
      height: 72px;
      display: none; }
  #nav h2 {
    z-index: 2;
    flex: 0;
    margin-left: 20px;
    width: 70px;
    height: 70px; }
    #nav h2 a {
      background: url(https://assets.childsplaycharity.org/img/site/logo-childs-play.svg) no-repeat;
      background-position-x: -5px;
      background-position-y: 17px;
      background-size: 70px;
      display: block;
      width: 61px;
      height: 59px; }
      #nav h2 a:after {
        background: url(https://assets.childsplaycharity.org/img/site/logo-childs-play.svg) left -85px no-repeat;
        background-size: 145px;
        width: 145px;
        height: 30px;
        top: 21px;
        left: 91px; }
  #nav ul {
    gap: 0;
    /* Donate & Stats */
    /* Nav Links */ }
    #nav ul.right {
      margin-right: 20px;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0 16px; }
      #nav ul.right a {
        padding: 25px 0; }
      #nav ul.right .nav-stats {
        position: absolute;
        clip-path: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
        color: #ffffff;
        text-align: right;
        font-size: 18px;
        line-height: 22px; }
      #nav ul.right .nav-donate a {
        color: #ffffff;
        font-family: filson-soft, verdana, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: var(--fs-btn);
        line-height: var(--lh-btn);
        border: 2px solid #188577;
        border-radius: 80px;
        display: inline-block;
        padding: var(--btn-padding);
        text-align: center;
        cursor: pointer;
        transition: all 150ms ease-out;
        border-color: transparent;
        background-color: #f2407d;
        text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 2px 1px rgba(0, 56, 33, 0.2); }
        #nav ul.right .nav-donate a:hover, #nav ul.right .nav-donate a:focus {
          transition: all 80ms ease-in;
          background-color: #188577;
          border-color: #188577;
          color: #ffffff;
          text-decoration: none; }
        #nav ul.right .nav-donate a.small {
          padding: 8px 16px;
          font-size: 14px;
          line-height: 14px; }
      #nav ul.right .nav-menu a {
        background: url(https://assets.childsplaycharity.org/img/site/icon-menu-teal.svg) right center no-repeat;
        background-size: 26px;
        width: 30px;
        height: 30px; }
      #nav ul.right .nav-menu.open a {
        background: url(https://assets.childsplaycharity.org/img/site/icon-close.svg) right center no-repeat;
        background-size: 24px; }
    #nav ul.left {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), white 4px);
      display: none;
      z-index: 2;
      flex-grow: 3;
      order: 3;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
      #nav ul.left li {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        #nav ul.left li a {
          padding: 18px 20px;
          width: 100%;
          border-top: 1px solid #e8e8e7; }
          #nav ul.left li a:hover {
            color: #08473e;
            background: rgba(29, 153, 135, 0.1); }
        #nav ul.left li.active a:after,
        #nav ul.left li a:hover:after {
          display: block;
          position: absolute;
          content: "";
          width: 8px;
          height: 100%;
          background: #a5d6cf;
          top: 0;
          left: 0; }
    #nav ul li {
      list-style: none; }
      #nav ul li a {
        font-family: pt-sans, verdana, sans-serif;
        font-weight: 700;
        font-size: var(--fs-nav);
        line-height: var(--lh-nav);
        text-decoration: none;
        text-transform: uppercase;
        color: #188577;
        position: relative;
        display: block; }

/*--------*/
/* Header */
/*--------*/
.home #header {
  padding-top: 90px;
  background-image: linear-gradient(to top, #00a469, #00a469 51%, rgba(0, 173, 107, 0.4)), url(https://assets.childsplaycharity.org/img/site/img-home-header.jpg);
  background-size: 100vw, 120vw;
  background-repeat: no-repeat;
  background-position: center 70px; }

#header {
  padding-top: 62px;
  background: #00a469;
  margin-bottom: 28px;
  padding-bottom: 8px;
  box-shadow: 0 7px 0 0 #afb7ef, 0 14px 0 0 #ff6499, 0 21px 0 0 #fab133, 0 28px 0 0 #3bbce0; }
  #header #hero h1 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-size: var(--fs-hero-head);
    line-height: var(--lh-hero-head);
    margin: 20px 0 24px 0;
    text-shadow: -1px 2px 1px rgba(0, 56, 33, 0.5); }
  #header #hero sup {
    font-size: .5em;
    padding: 0 0 0 5px; }
  #header #hero p {
    color: #ffffff;
    width: 680px;
    max-width: 100%;
    font-size: var(--fs-hero-body);
    line-height: var(--lh-hero-body);
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: -1px 2px 1px rgba(0, 56, 33, 0.5); }

/*------*/
/* Main */
/*------*/
#main {
  padding: var(--spacing) 0; }

.page-title {
  padding-bottom: 12px;
  position: relative;
  text-align: var(--text-align);
  margin-bottom: 40px; }
  .page-title:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #188577; }
  .page-title.content:after {
    left: var(--gutter);
    width: calc(100% - (2 * var(--gutter))); }
  .page-title h1, .page-title h2 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    margin-bottom: 16px; }
    .page-title h1 a, .page-title h2 a {
      color: #203136; }
      .page-title h1 a:hover, .page-title h1 a:focus, .page-title h2 a:hover, .page-title h2 a:focus {
        color: #000000;
        background-color: #a5d6cf; }
  .page-title p {
    font-size: calc(var(--fs-body) + 2px);
    line-height: calc(var(--lh-body) + 2px);
    max-width: 720px;
    max-width: calc(var(--body-width) + 220px);
    margin-bottom: 24px; }

.inner-page-title {
  padding-bottom: 12px;
  position: relative;
  text-align: var(--text-align);
  margin-bottom: 40px;
  margin-bottom: 0; }
  .inner-page-title:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #188577; }
  .inner-page-title.content:after {
    left: var(--gutter);
    width: calc(100% - (2 * var(--gutter))); }
  .inner-page-title h1, .inner-page-title h2 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    margin-bottom: 16px; }
    .inner-page-title h1 a, .inner-page-title h2 a {
      color: #203136; }
      .inner-page-title h1 a:hover, .inner-page-title h1 a:focus, .inner-page-title h2 a:hover, .inner-page-title h2 a:focus {
        color: #000000;
        background-color: #a5d6cf; }
  .inner-page-title p {
    font-size: calc(var(--fs-body) + 2px);
    line-height: calc(var(--lh-body) + 2px);
    max-width: 720px;
    max-width: calc(var(--body-width) + 220px);
    margin-bottom: 24px; }
  .inner-page-title:after {
    display: none; }

.body-copy {
  max-width: var(--body-width);
  margin: 0 auto; }
  .body-copy p {
    margin-bottom: 24px; }
    .body-copy p:last-child {
      margin-bottom: 0; }
    .body-copy p.lrg {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-subhead);
      line-height: var(--lh-subhead); }
      .body-copy p.lrg a {
        color: #203136; }
        .body-copy p.lrg a:hover, .body-copy p.lrg a:focus {
          color: #000000;
          background-color: #a5d6cf; }

.img img {
  margin-bottom: 36px;
  border-radius: 28px;
  width: calc(100vw - (2 * var(--gutter)));
  max-width: calc(1360px - (2 * var(--gutter))); }

/* Card Lists */
.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0 24px;
  gap: calc(var(--gap) * 2) var(--gap); }
  .card-list .card {
    background-position: center top;
    background-size: 150px;
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    padding-top: 170px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px 0; }
    .card-list .card h3 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-subhead);
      line-height: var(--lh-subhead); }
      .card-list .card h3 a {
        color: #203136; }
        .card-list .card h3 a:hover, .card-list .card h3 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
      .card-list .card h3 br {
        display: none; }
    .card-list .card .info {
      width: 100%; }
    .card-list .card a.btn {
      align-self: flex-end; }

.divider-power {
  max-width: 880px;
  width: 80%;
  height: 30px;
  margin: 56px auto 72px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .divider-power:before {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid #00ad6b;
    width: 100%; }
  .divider-power:after {
    display: block;
    position: absolute;
    content: "";
    width: 75px;
    height: 30px;
    background: #ffffff center no-repeat; }
  .divider-power:after {
    background-image: url(https://assets.childsplaycharity.org/img/site/divider-power-icon.svg); }

.divider-star {
  max-width: 880px;
  width: 80%;
  height: 30px;
  margin: 56px auto 72px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .divider-star:before {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid #00ad6b;
    width: 100%; }
  .divider-star:after {
    display: block;
    position: absolute;
    content: "";
    width: 75px;
    height: 30px;
    background: #ffffff center no-repeat; }
  .divider-star:after {
    background-image: url(https://assets.childsplaycharity.org/img/site/divider-star-icon.svg); }

.topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 0; }
  .topic-list .topic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(8 * 136px);
    gap: 20px 48px; }
    .topic-list .topic .icon {
      flex-shrink: 0;
      background-size: 100%;
      width: 152px;
      height: 152px; }
    .topic-list .topic .copy h2 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-head);
      line-height: var(--lh-head); }
      .topic-list .topic .copy h2 a {
        color: #203136; }
        .topic-list .topic .copy h2 a:hover, .topic-list .topic .copy h2 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    .topic-list .topic .copy .btn {
      margin-top: var(--gap); }

/* !Testimonial Feature */
#testimonial-feature {
  border-top: 7px solid #188577;
  background: rgba(29, 153, 135, 0.1);
  text-align: center;
  padding: 48px 0;
  margin: calc(var(--spacing) * 2) 0 0 0;
  margin-bottom: calc(var(--spacing) - (var(--spacing) * 2)); }
  #testimonial-feature .content {
    max-width: 1000px; }
  #testimonial-feature .blockquote {
    font-size: var(--fs-news);
    line-height: var(--lh-news);
    font-weight: 700;
    font-style: italic; }
    #testimonial-feature .blockquote .quote-mark {
      padding: 0 4px;
      font-size: calc(var(--fs-news) + 2px);
      color: #188577; }
    #testimonial-feature .blockquote .cite {
      font-style: normal;
      color: #188577;
      margin: 16px 0 24px 0;
      text-transform: uppercase;
      font-size: calc(var(--fs-news) - 4px);
      line-height: calc(var(--lh-news) - 4px); }

/*------*/
/* Home */
/*------*/
/* Latest News Feature */
#news-feature header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  gap: var(--gap); }
  #news-feature header h3 {
    flex: 1;
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-head);
    line-height: var(--lh-head);
    text-align: var(--text-align);
    margin: 0;
    min-width: 200px; }
    #news-feature header h3 a {
      color: #203136; }
      #news-feature header h3 a:hover, #news-feature header h3 a:focus {
        color: #000000;
        background-color: #a5d6cf; }

#news-feature .feature-list {
  display: flex;
  flex-wrap: wrap; }

#news-feature article {
  min-width: 250px;
  display: flex;
  flex: 1;
  align-items: stretch;
  border-left: 8px solid #ffffff; }
  #news-feature article h3 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 900;
    font-size: var(--fs-news);
    line-height: var(--lh-news);
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.45); }
  #news-feature article footer {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px; }
  #news-feature article a {
    padding: 32px 24px 40px 24px;
    display: block;
    text-decoration: none;
    width: 100%; }
    #news-feature article a:hover footer, #news-feature article a:focus footer, #news-feature article a:active footer {
      color: #ffffff; }
  #news-feature article:nth-child(1) {
    border-left-color: #4e6196;
    background: #808fd6; }
    #news-feature article:nth-child(1) footer {
      color: #384a72; }
    #news-feature article:nth-child(1) a:hover,
    #news-feature article:nth-child(1) a:focus,
    #news-feature article:nth-child(1) a:active {
      border-color: #384a72;
      background: #6273af; }
  #news-feature article:nth-child(2) {
    border-left-color: #93144e;
    background: #f2407d; }
    #news-feature article:nth-child(2) footer {
      color: #630c38; }
    #news-feature article:nth-child(2) a:hover,
    #news-feature article:nth-child(2) a:focus,
    #news-feature article:nth-child(2) a:active {
      border-color: #630c38;
      background: #e02470; }
  #news-feature article:nth-child(3) {
    border-left-color: #0f626d;
    background: #25a2bf; }
    #news-feature article:nth-child(3) footer {
      color: #0a474c; }
    #news-feature article:nth-child(3) a:hover,
    #news-feature article:nth-child(3) a:focus,
    #news-feature article:nth-child(3) a:active {
      border-color: #0a474c;
      background: #128193; }

/*--------*/
/* Impact */
/*--------*/
#impact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--gap) * 2); }
  #impact .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 152px;
    height: 152px; }

#initiative-list .initiative {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing);
  margin-bottom: var(--spacing); }
  #initiative-list .initiative img {
    width: 100%;
    max-width: 424px;
    border-radius: 28px; }
  #initiative-list .initiative .body {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    justify-content: center; }
    #initiative-list .initiative .body .body-copy {
      margin: 0; }
    #initiative-list .initiative .body h2 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-title);
      line-height: var(--lh-title);
      margin-bottom: 0;
      text-align: var(--text-align); }
      #initiative-list .initiative .body h2 a {
        color: #203136; }
        #initiative-list .initiative .body h2 a:hover, #initiative-list .initiative .body h2 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    #initiative-list .initiative .body .btn {
      max-width: 80vw; }

/*----------*/
/* Sponsors */
/*----------*/
#sponsors .sponsor-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap); }

#sponsors .sponsor-list .section-title {
  background: #00a469; }

#sponsors .section-title img {
  filter: drop-shadow(0px 2px 5px rgba(0, 56, 33, 0.3)); }

#sponsors li {
  list-style: none;
  width: 30%;
  min-width: 160px;
  justify-content: center;
  display: flex;
  background: #ffffff; }
  #sponsors li a {
    padding: var(--gap);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    z-index: 1;
    transition: all 150ms ease-out; }
  #sponsors li a:hover, #sponsors li a:focus {
    background: #ffffff;
    box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3);
    transition: all 80ms ease-in; }
  #sponsors li img {
    width: 100%;
    max-width: 175px; }

/*--------------*/
/* Get Involved */
/*--------------*/
#wishlist-map .frame {
  width: 100%;
  height: 480px; }

/*----------*/
/* Calendar */
/*----------*/
#calendar {
  margin-bottom: var(--spacing); }

#calendar .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 20px; }
  #calendar .title h2 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-subhead);
    line-height: var(--lh-subhead);
    margin: 0; }
    #calendar .title h2 a {
      color: #203136; }
      #calendar .title h2 a:hover, #calendar .title h2 a:focus {
        color: #000000;
        background-color: #a5d6cf; }
  #calendar .title .month-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #calendar .title .month-nav .btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-radius: 8px 50px 50px 8px;
      padding: 2px 16px; }
      #calendar .title .month-nav .btn svg {
        width: 16px;
        stroke: #188577; }
      #calendar .title .month-nav .btn:hover svg {
        stroke: #ffffff; }
      #calendar .title .month-nav .btn.btn-prev {
        transform: rotate(180deg);
        margin-right: 4px; }
  #calendar .title .event-btn {
    display: none; }

/*-----------------*/
/* Calendar Agenda */
/*-----------------*/
#calendar-agenda ul li {
  list-style: none;
  margin: 0 0 16px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }
  #calendar-agenda ul li.empty {
    padding: 10px;
    border-left: 8px solid #b2b2b2;
    color: #203136;
    font-style: italic; }
  #calendar-agenda ul li a {
    display: flex;
    gap: 0 10px;
    padding: 12px 12px;
    border-left: 8px solid #188577;
    text-decoration: none; }
    #calendar-agenda ul li a h4, #calendar-agenda ul li a p {
      font-size: calc(var(--fs-body) - 2px);
      line-height: calc(var(--lh-body) - 6px); }
    #calendar-agenda ul li a h4 {
      text-transform: uppercase;
      flex: 1;
      color: #203136; }
    #calendar-agenda ul li a p {
      flex: 2;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word; }
    #calendar-agenda ul li a:hover {
      background: #187c6c;
      border-left-color: #1d9987; }
      #calendar-agenda ul li a:hover h4, #calendar-agenda ul li a:hover p {
        color: #ffffff; }

/*----------------*/
/* Calendar Table */
/*----------------*/
#calendar-table {
  display: none;
  table-layout: fixed;
  box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3);
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse; }
  #calendar-table th {
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(178, 178, 178, 0.8);
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    padding: 8px;
    border-top: none; }
  #calendar-table td {
    border: 1px solid rgba(178, 178, 178, 0.8);
    height: 110px;
    vertical-align: top;
    width: 14.285714286%;
    padding: 5px; }
    #calendar-table td span {
      font-family: filson-soft, verdana, sans-serif;
      text-align: right;
      display: block;
      font-size: calc(var(--fs-body) + 2px);
      line-height: calc(var(--lh-body) + 2px);
      padding: 0 8px 0 0; }
    #calendar-table td.blank {
      background: rgba(232, 232, 231, 0.8); }
    #calendar-table td.today {
      background: rgba(59, 188, 224, 0.15); }
      #calendar-table td.today span {
        color: #25a2bf;
        font-weight: 900; }
  #calendar-table th:first-child,
  #calendar-table td:first-child {
    border-left: none; }
  #calendar-table th:last-child,
  #calendar-table td:last-child {
    border-right: none; }
  #calendar-table tr:last-child td {
    border-bottom: none; }
  #calendar-table .event {
    background: #a5d6cf;
    border: 2px solid #188577;
    color: #000000;
    display: block;
    width: 100%;
    padding: 4px 6px;
    margin-top: 5px;
    border-radius: 4px;
    text-decoration: none; }
    #calendar-table .event:hover {
      background: #188577;
      color: #ffffff; }
    #calendar-table .event p {
      font-weight: 500;
      align-self: center;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
      line-height: 16px; }

/*------------*/
/* Event Form */
/*------------*/
#add-event .inner-page-title {
  border-bottom: 3px solid #188577;
  margin-bottom: 32px; }

#add-event .form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: space-between;
  align-items: flex-start; }
  #add-event .form > * {
    width: 100%;
    flex-shrink: 0; }
  #add-event .form .form-left, #add-event .form .form-right {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    justify-content: space-between; }
  #add-event .form label {
    display: block;
    width: 100%;
    flex-shrink: 0; }
    #add-event .form label strong {
      display: block;
      line-height: calc(var(--lh-body) - 4px);
      font-weight: 400;
      margin-bottom: 8px; }
    #add-event .form label input,
    #add-event .form label textarea {
      font-family: pt-sans, verdana, sans-serif;
      background: #ffffff;
      border: 1px solid #b2b2b2;
      color: #203136;
      font-size: calc(var(--fs-body) - 2px);
      line-height: calc(var(--lh-body) - 4px);
      height: 45px;
      padding: 8px;
      width: 100%; }
      #add-event .form label input:focus,
      #add-event .form label textarea:focus {
        outline: 0;
        border-color: #188577;
        box-shadow: inset 0 0 0 1px #188577; }
    #add-event .form label textarea {
      height: 240px; }
  #add-event .form .form-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: var(--spacing); }
    #add-event .form .form-submit p {
      font-size: calc(var(--fs-body) - 2px);
      line-height: calc(var(--lh-body) - 4px); }
  #add-event .form .form-img .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto var(--gap) auto; }
  #add-event .form .form-img p {
    text-align: center;
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-head);
    line-height: var(--lh-head); }
    #add-event .form .form-img p a {
      color: #203136; }
      #add-event .form .form-img p a:hover, #add-event .form .form-img p a:focus {
        color: #000000;
        background-color: #a5d6cf; }

/*-----------*/
/* Slideshow */
/*-----------*/
.slideshow .btn-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .slideshow .btn-wrap.btn-prev {
    left: 8px; }
    .slideshow .btn-wrap.btn-prev svg {
      transform: rotate(180deg);
      margin-right: 2px; }
  .slideshow .btn-wrap.btn-next {
    right: 8px; }
    .slideshow .btn-wrap.btn-next svg {
      margin-left: 2px; }

.slideshow .btn-wrap button {
  width: 32px;
  height: 32px;
  padding: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3); }
  .slideshow .btn-wrap button svg {
    flex-shrink: 0;
    stroke: #188577;
    width: 10px; }
  .slideshow .btn-wrap button:hover svg, .slideshow .btn-wrap button:focus svg {
    stroke: #ffffff; }

.slideshow .slick-list {
  box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3); }

.slideshow .slide {
  max-height: 500px; }

.slideshow .slide img {
  margin: 0 auto;
  width: 100%; }

/*-------*/
/* About */
/*-------*/
#about.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* Video */
#video .video-embed .frame {
  /* Padding creates 16:9 aspect ratio for iframe */
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3);
  border-bottom: 8px solid #fab133;
  height: 0; }

#video .video-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#video .video-embed .frame {
  margin-bottom: var(--spacing); }

#contact .email {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing);
  margin-bottom: 40px; }
  #contact .email img {
    flex: 1;
    width: 100%;
    min-width: 150px;
    max-width: 432px;
    border-radius: 28px;
    flex-shrink: 1; }
  #contact .email .body {
    text-align: var(--text-align);
    flex: 1;
    min-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }
    #contact .email .body h2 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-title);
      line-height: var(--lh-title); }
      #contact .email .body h2 a {
        color: #203136; }
        #contact .email .body h2 a:hover, #contact .email .body h2 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    #contact .email .body p {
      margin-bottom: 16px; }
    #contact .email .body p:last-child {
      margin: 0; }

#contact .social {
  text-align: var(--text-align); }
  #contact .social h3 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-head);
    line-height: var(--lh-head);
    margin-bottom: var(--gap); }
    #contact .social h3 a {
      color: #203136; }
      #contact .social h3 a:hover, #contact .social h3 a:focus {
        color: #000000;
        background-color: #a5d6cf; }
  #contact .social .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    #contact .social .social-icons li {
      list-style: none;
      display: flex; }
    #contact .social .social-icons a {
      color: #ffffff;
      font-family: filson-soft, verdana, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      font-size: var(--fs-btn);
      line-height: var(--lh-btn);
      border: 2px solid #188577;
      border-radius: 80px;
      display: inline-block;
      padding: var(--btn-padding);
      text-align: center;
      cursor: pointer;
      transition: all 150ms ease-out;
      border-color: #188577;
      color: #188577;
      background-color: white;
      padding: 16px; }
      #contact .social .social-icons a:hover, #contact .social .social-icons a:focus {
        transition: all 80ms ease-in;
        background-color: #188577;
        border-color: #188577;
        color: #ffffff;
        text-decoration: none; }
      #contact .social .social-icons a.small {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 14px; }
      #contact .social .social-icons a svg {
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 24px;
        fill: #188577; }
      #contact .social .social-icons a:hover svg, #contact .social .social-icons a:focus svg, #contact .social .social-icons a:active svg {
        fill: #ffffff; }

/*-------*/
/* Staff */
/*-------*/
#staff {
  background-repeat: no-repeat;
  background-position-y: 36px;
  background-position-x: center;
  background-size: 56px;
  min-height: 580px;
  text-align: var(--text-align); }
  #staff h2 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #203136;
    margin-bottom: 20px;
    margin-bottom: calc(var(--gap) / 2);
    font-size: var(--fs-title);
    line-height: var(--lh-title); }
    #staff h2 a {
      color: #203136; }
      #staff h2 a:hover, #staff h2 a:focus {
        color: #000000;
        background-color: #a5d6cf; }
  #staff .staff-list {
    margin-top: 36px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing) var(--gap);
    justify-content: center; }
    #staff .staff-list li {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: var(--gap);
      width: 100%;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word; }
      #staff .staff-list li .icon {
        flex-shrink: 0;
        background-size: 100%;
        width: 150px;
        height: 150px;
        flex-shrink: 0; }
      #staff .staff-list li .copy {
        width: 100%; }
      #staff .staff-list li h3 {
        font-size: calc(var(--fs-body) + 6px);
        line-height: calc(var(--lh-body) + 2px);
        font-weight: 700; }
      #staff .staff-list li p {
        font-style: italic; }
      #staff .staff-list li a {
        font-weight: 700; }

/*-----*/
/* FAQ */
/*-----*/
.section-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px var(--gap);
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: var(--gap);
  margin-top: calc(var(--gap) * 2);
  border-radius: 100px;
  padding: 8px 12px 12px 24px;
  padding: 12px; }
  .section-title h2 {
    font-family: filson-soft, verdana, sans-serif;
    font-weight: 900;
    font-size: var(--fs-news);
    line-height: var(--lh-news);
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.45); }
  .section-title .btn:hover, .section-title .btn:active, .section-title .btn:focus {
    color: #ffffff !important; }

#faq .categories {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) / 2);
  justify-content: center; }
  #faq .categories li {
    list-style: none; }
    #faq .categories li .btn:hover, #faq .categories li .btn:active, #faq .categories li .btn:focus {
      color: #ffffff !important; }
    #faq .categories li:nth-child(1) .btn {
      border-color: #00a469;
      color: #00a469; }
      #faq .categories li:nth-child(1) .btn:hover, #faq .categories li:nth-child(1) .btn:active, #faq .categories li:nth-child(1) .btn:focus {
        background-color: #00a469; }
    #faq .categories li:nth-child(2) .btn {
      border-color: #f2407d;
      color: #f2407d; }
      #faq .categories li:nth-child(2) .btn:hover, #faq .categories li:nth-child(2) .btn:active, #faq .categories li:nth-child(2) .btn:focus {
        background-color: #f2407d; }
    #faq .categories li:nth-child(3) .btn {
      border-color: #25a2bf;
      color: #25a2bf; }
      #faq .categories li:nth-child(3) .btn:hover, #faq .categories li:nth-child(3) .btn:active, #faq .categories li:nth-child(3) .btn:focus {
        background-color: #25a2bf; }
    #faq .categories li:nth-child(4) .btn {
      border-color: #808fd6;
      color: #808fd6; }
      #faq .categories li:nth-child(4) .btn:hover, #faq .categories li:nth-child(4) .btn:active, #faq .categories li:nth-child(4) .btn:focus {
        background-color: #808fd6; }
    #faq .categories li:nth-child(5) .btn {
      border-color: #e24500;
      color: #e24500; }
      #faq .categories li:nth-child(5) .btn:hover, #faq .categories li:nth-child(5) .btn:active, #faq .categories li:nth-child(5) .btn:focus {
        background-color: #e24500; }
    #faq .categories li:nth-child(6) .btn {
      border-color: #d08022;
      color: #d08022; }
      #faq .categories li:nth-child(6) .btn:hover, #faq .categories li:nth-child(6) .btn:active, #faq .categories li:nth-child(6) .btn:focus {
        background-color: #d08022; }

#faq .faq-category h3 {
  font-family: filson-soft, verdana, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #203136;
  margin-bottom: 20px;
  margin-bottom: calc(var(--gap) / 2);
  font-size: var(--fs-subhead);
  line-height: var(--lh-subhead); }
  #faq .faq-category h3 a {
    color: #203136; }
    #faq .faq-category h3 a:hover, #faq .faq-category h3 a:focus {
      color: #000000;
      background-color: #a5d6cf; }

#faq .faq-category article {
  max-width: var(--body-width);
  margin: 0 auto var(--gap) auto; }

#faq .faq-category:nth-child(1) .section-title {
  margin-top: 0; }

#faq .faq-category:nth-child(1) .section-title {
  background: #00a469; }
  #faq .faq-category:nth-child(1) .section-title .btn {
    border-color: #ffffff;
    color: #008753; }
    #faq .faq-category:nth-child(1) .section-title .btn:hover, #faq .faq-category:nth-child(1) .section-title .btn:active, #faq .faq-category:nth-child(1) .section-title .btn:focus {
      background-color: #008753; }

#faq .faq-category:nth-child(2) .section-title {
  background: #f2407d; }
  #faq .faq-category:nth-child(2) .section-title .btn {
    border-color: #ffffff;
    color: #e02470; }
    #faq .faq-category:nth-child(2) .section-title .btn:hover, #faq .faq-category:nth-child(2) .section-title .btn:active, #faq .faq-category:nth-child(2) .section-title .btn:focus {
      background-color: #e02470; }

#faq .faq-category:nth-child(3) .section-title {
  background: #25a2bf; }
  #faq .faq-category:nth-child(3) .section-title .btn {
    border-color: #ffffff;
    color: #128193; }
    #faq .faq-category:nth-child(3) .section-title .btn:hover, #faq .faq-category:nth-child(3) .section-title .btn:active, #faq .faq-category:nth-child(3) .section-title .btn:focus {
      background-color: #128193; }

#faq .faq-category:nth-child(4) .section-title {
  background: #808fd6; }
  #faq .faq-category:nth-child(4) .section-title .btn {
    border-color: #ffffff;
    color: #6273af; }
    #faq .faq-category:nth-child(4) .section-title .btn:hover, #faq .faq-category:nth-child(4) .section-title .btn:active, #faq .faq-category:nth-child(4) .section-title .btn:focus {
      background-color: #6273af; }

#faq .faq-category:nth-child(5) .section-title {
  background: #e24500; }
  #faq .faq-category:nth-child(5) .section-title .btn {
    border-color: #ffffff;
    color: #dc4405; }
    #faq .faq-category:nth-child(5) .section-title .btn:hover, #faq .faq-category:nth-child(5) .section-title .btn:active, #faq .faq-category:nth-child(5) .section-title .btn:focus {
      background-color: #dc4405; }

#faq .faq-category:nth-child(6) .section-title {
  background: #d08022; }
  #faq .faq-category:nth-child(6) .section-title .btn {
    border-color: #ffffff;
    color: #af6412; }
    #faq .faq-category:nth-child(6) .section-title .btn:hover, #faq .faq-category:nth-child(6) .section-title .btn:active, #faq .faq-category:nth-child(6) .section-title .btn:focus {
      background-color: #af6412; }

/*--------------*/
/* Testimonials */
/*--------------*/
#video-feature {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px; }
  #video-feature .video {
    width: 100%;
    min-width: 320px;
    flex: 1; }
  #video-feature .frame {
    /* Padding creates 16:9 aspect ratio for iframe */
    padding-top: 56.25%;
    position: relative;
    box-shadow: 0 19px 40px rgba(0, 0, 0, 0.3);
    border-bottom: 8px solid #fab133;
    height: 0; }
  #video-feature iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #video-feature .copy {
    text-align: center;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 24px 0; }
    #video-feature .copy h3 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-subhead);
      line-height: var(--lh-subhead);
      font-style: normal;
      border: 2px solid #188577;
      border-radius: 28px;
      background: rgba(29, 153, 135, 0.1);
      color: #08473e;
      padding: 16px;
      margin-bottom: 0; }
      #video-feature .copy h3 a {
        color: #203136; }
        #video-feature .copy h3 a:hover, #video-feature .copy h3 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    #video-feature .copy .blockquote {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 28px; }
      #video-feature .copy .blockquote .icon {
        flex-shrink: 0;
        background-size: 100%;
        width: 110px;
        height: 110px; }
    #video-feature .copy .quote-text {
      display: flex;
      justify-content: flex-start; }
      #video-feature .copy .quote-text .quote-mark {
        font-size: 80px;
        line-height: 80px;
        height: 32px;
        color: #188577;
        flex-grow: 0;
        text-align: left; }
        #video-feature .copy .quote-text .quote-mark:last-child {
          align-self: flex-end !important; }
      #video-feature .copy .quote-text p {
        padding: 8px 0 8px 8px;
        font-style: italic;
        font-weight: 700; }
        #video-feature .copy .quote-text p em {
          color: #188577; }

#testimonial-list .content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px; }

#testimonial-list .testimonial-card {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  border: 2px solid #188577;
  width: 320px;
  flex-wrap: wrap;
  border-radius: 28px; }
  #testimonial-list .testimonial-card .copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-basis: 100%; }
    #testimonial-list .testimonial-card .copy h4 {
      border-bottom: 8px solid transparent;
      text-align: center;
      background: #188577;
      border-radius: 25px 25px 0 0;
      padding: 20px 16px;
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 900;
      font-size: var(--fs-news);
      line-height: var(--lh-news);
      text-decoration: none;
      color: #ffffff;
      text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.45); }
    #testimonial-list .testimonial-card .copy p {
      padding: 24px; }
  #testimonial-list .testimonial-card:nth-child(1) h4 {
    border-color: #ff6499; }
  #testimonial-list .testimonial-card:nth-child(2) h4 {
    border-color: #fab133; }
  #testimonial-list .testimonial-card:nth-child(3) h4 {
    border-color: #ff692e; }
  #testimonial-list .testimonial-card:nth-child(4) h4 {
    border-color: #afb7ef; }
  #testimonial-list .testimonial-card:nth-child(5) h4 {
    border-color: #3bbce0; }
  #testimonial-list .testimonial-card:nth-child(6) h4 {
    border-color: #ff6499; }
  #testimonial-list .testimonial-card .btn {
    align-self: flex-end;
    margin: 0 24px 24px 24px; }

#share-story.content {
  max-width: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px calc(2 * var(--gap)); }
  #share-story.content .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 200px;
    height: 200px; }
  #share-story.content .copy {
    max-width: 360px;
    min-width: 200px;
    text-align: center; }
    #share-story.content .copy p {
      margin-bottom: 28px; }
    #share-story.content .copy h3 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-subhead);
      line-height: var(--lh-subhead); }
      #share-story.content .copy h3 a {
        color: #203136; }
        #share-story.content .copy h3 a:hover, #share-story.content .copy h3 a:focus {
          color: #000000;
          background-color: #a5d6cf; }

#share-story.sponsor.content {
  max-width: 850px; }
  #share-story.sponsor.content .copy {
    max-width: 450px; }

/*------*/
/* News */
/*------*/
#event .post,
#news .post,
#letter .post {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: var(--spacing); }
  #event .post:first-child,
  #news .post:first-child,
  #letter .post:first-child {
    padding-top: 0;
    border: none; }
  #event .post header,
  #news .post header,
  #letter .post header {
    border-bottom: 3px solid #188577;
    padding-bottom: var(--gap);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px 8px; }
    #event .post header h2, #event .post header h1,
    #news .post header h2,
    #news .post header h1,
    #letter .post header h2,
    #letter .post header h1 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-head);
      line-height: var(--lh-head);
      flex-shrink: 0;
      width: 100%; }
      #event .post header h2 a, #event .post header h1 a,
      #news .post header h2 a,
      #news .post header h1 a,
      #letter .post header h2 a,
      #letter .post header h1 a {
        color: #203136; }
        #event .post header h2 a:hover, #event .post header h2 a:focus, #event .post header h1 a:hover, #event .post header h1 a:focus,
        #news .post header h2 a:hover,
        #news .post header h2 a:focus,
        #news .post header h1 a:hover,
        #news .post header h1 a:focus,
        #letter .post header h2 a:hover,
        #letter .post header h2 a:focus,
        #letter .post header h1 a:hover,
        #letter .post header h1 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    #event .post header h1,
    #news .post header h1,
    #letter .post header h1 {
      font-family: filson-soft, verdana, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #203136;
      margin-bottom: 20px;
      margin-bottom: calc(var(--gap) / 2);
      font-size: var(--fs-title);
      line-height: var(--lh-title); }
      #event .post header h1 a,
      #news .post header h1 a,
      #letter .post header h1 a {
        color: #203136; }
        #event .post header h1 a:hover, #event .post header h1 a:focus,
        #news .post header h1 a:hover,
        #news .post header h1 a:focus,
        #letter .post header h1 a:hover,
        #letter .post header h1 a:focus {
          color: #000000;
          background-color: #a5d6cf; }
    #event .post header p,
    #news .post header p,
    #letter .post header p {
      flex: 2;
      font-weight: 700; }
    #event .post header .share-btns,
    #news .post header .share-btns,
    #letter .post header .share-btns {
      flex: 1; }

.share-btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  list-style: none; }
  .share-btns a {
    color: #ffffff;
    font-family: filson-soft, verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: var(--fs-btn);
    line-height: var(--lh-btn);
    border: 2px solid #188577;
    border-radius: 80px;
    display: inline-block;
    padding: var(--btn-padding);
    text-align: center;
    cursor: pointer;
    transition: all 150ms ease-out;
    border-color: #188577;
    color: #188577;
    background-color: white;
    padding: 4px 8px;
    font-size: calc(var(--fs-btn) - 2px);
    line-height: calc(var(--lh-btn) - 2px);
    font-family: pt-sans, verdana, sans-serif;
    font-weight: 400;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 0 4px;
    color: white; }
    .share-btns a:hover, .share-btns a:focus {
      transition: all 80ms ease-in;
      background-color: #188577;
      border-color: #188577;
      color: #ffffff;
      text-decoration: none; }
    .share-btns a svg {
      fill: #ffffff;
      height: 16px; }
    .share-btns a.small {
      padding: 8px 16px;
      font-size: 14px;
      line-height: 14px; }
  .share-btns .twitter-share-btn {
    border-color: #1d9bf0;
    background-color: #1d9bf0; }
  .share-btns .fb-share-btn {
    border-color: #1877f2;
    background-color: #1877f2; }

.pagination {
  border-top: 3px solid #188577;
  margin-top: var(--gap);
  padding-top: var(--gap);
  display: flex;
  gap: 0 var(--gap);
  justify-content: space-between;
  align-items: flex-end; }
  .pagination li {
    list-style: none; }

/*--------------*/
/* Post Styling */
/*--------------*/
.post .body > *:last-child,
.post.body-copy > *:last-child {
  margin-bottom: 0; }

.post .body h1, .post .body h2, .post .body h3, .post .body h4, .post .body h5, .post .body h6,
.post.body-copy h1,
.post.body-copy h2,
.post.body-copy h3,
.post.body-copy h4,
.post.body-copy h5,
.post.body-copy h6 {
  font-family: filson-soft, verdana, sans-serif;
  text-align: left;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 700; }

.post .body h1,
.post.body-copy h1 {
  font-size: var(--fs-title);
  line-height: var(--lh-title); }

.post .body h2,
.post.body-copy h2 {
  font-size: var(--fs-head);
  line-height: var(--lh-head); }

.post .body h3,
.post.body-copy h3 {
  font-size: var(--fs-subhead);
  line-height: var(--lh-subhead); }

.post .body h4,
.post.body-copy h4 {
  font-size: calc(var(--fs-subhead) - 1px);
  line-height: calc(var(--lh-subhead) - 1px); }

.post .body h5,
.post.body-copy h5 {
  font-size: calc(var(--fs-subhead) - 2px);
  line-height: calc(var(--lh-subhead) - 2px); }

.post .body h6,
.post.body-copy h6 {
  font-size: calc(var(--fs-subhead) - 3px);
  line-height: calc(var(--lh-subhead) - 3px); }

.post .body p,
.post.body-copy p {
  margin-bottom: 24px; }

.post .body ul,
.post .body ol,
.post.body-copy ul,
.post.body-copy ol {
  margin: 0 0 24px 40px; }
  .post .body ul li,
  .post .body ol li,
  .post.body-copy ul li,
  .post.body-copy ol li {
    margin-bottom: 12px; }

.post .body img,
.post.body-copy img {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 24px; }

.post .body blockquote,
.post.body-copy blockquote {
  border-top: 2px solid #e8e8e7;
  border-bottom: 2px solid #e8e8e7;
  padding: 24px 20px 0 20px;
  margin-bottom: 24px;
  font-weight: 700;
  font-style: italic; }

/*--------*/
/* Footer */
/*--------*/
#footer {
  background-color: #187c6c;
  background-image: url(https://assets.childsplaycharity.org/img/site/footer-alien.svg), url(https://assets.childsplaycharity.org/img/site/footer-ship.svg);
  background-position: bottom left, 98% 20px;
  background-repeat: no-repeat;
  background-size: 95px, 0;
  border-bottom: 14px solid #1d9987;
  margin-top: 28px;
  color: #ffffff;
  padding: var(--gutter) 0;
  text-align: var(--text-align);
  /* !Stripes */
  box-shadow: 0 -7px 0 0 #3bbce0, 0 -14px 0 0 #fab133, 0 -21px 0 0 #ff6499, 0 -28px 0 0 #afb7ef; }
  #footer li {
    list-style: none; }
  #footer a {
    color: #ffffff; }
  #footer .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px var(--gap); }
    #footer .content > * {
      min-width: 200px; }
  #footer .footer-nav {
    display: flex;
    flex: 2;
    align-content: flex-start;
    justify-content: center;
    flex: 2;
    gap: 12px 24px;
    flex-wrap: wrap;
    font-weight: 700;
    text-transform: uppercase; }
    #footer .footer-nav li {
      min-width: 128px;
      max-width: 50%; }
  #footer .misc-info {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap); }
    #footer .misc-info h4 {
      font-size: var(--fs-body);
      line-height: var(--lh-body);
      font-family: filson-soft, verdana, sans-serif;
      margin-top: 16px; }
      #footer .misc-info h4:first-child {
        margin-top: 0; }
  #footer .footer-nav a:hover, #footer .footer-nav a:focus, #footer .footer-nav a:active, #footer .misc-info a:hover, #footer .misc-info a:focus, #footer .misc-info a:active {
    background-color: #08473e;
    box-shadow: 0 0 0 4px #08473e;
    border-radius: 1px;
    text-decoration: none; }
  #footer .social-icons {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 12px; }
    #footer .social-icons a svg {
      display: block;
      margin: 0 auto;
      width: 36px;
      height: 36px;
      fill: #a5d6cf; }
    #footer .social-icons a:hover svg {
      fill: #ffffff; }
  #footer .copyright {
    flex-shrink: 0;
    width: 100%;
    text-align: right; }

/*-------------*/
/* XS - Purple */
/*-------------*/
@media only screen and (max-width: 348px) {
  :root {
    --gutter: 16px;
    --gap: 12px;
    --spacing: 32px;
    /* Fonts */
    --fs-body: 16px;
    --lh-body: 26px;
    --fs-title: 28px;
    --lh-title: 32px;
    --fs-head: 24px;
    --lh-head: 32px;
    --fs-hero-head: 36px;
    --lh-hero-head: 40px;
    --fs-hero-body: 20px;
    --lh-hero-body: 28px;
    --fs-subhead: 22px;
    --lh-subhead: 28px;
    --fs-news: 24px;
    --lh-news: 32px;
    --fs-btn: 18px;
    --lh-btn: 20px;
    --fs-nav: 20px;
    --lh-nav: 20px; }
  #nav .content h2 {
    margin-left: 8px; }
  #nav .content ul.right {
    margin-right: 8px;
    gap: 0 8px; } }

/*---------------*/
/* Small - Green */
/*---------------*/
@media only screen and (min-width: 510px) {
  :root {
    --gutter: 32px;
    --btn-padding: 12px 20px;
    --text-align: left; }
  .home #header {
    background-image: linear-gradient(to top, #00a469, rgba(0, 164, 105, 0.9) 51%, rgba(0, 173, 107, 0.4)), url(https://assets.childsplaycharity.org/img/site/img-home-header.jpg);
    background-size: cover; }
  #nav h2 a:after {
    display: block;
    position: absolute;
    content: ""; }
  #calendar-agenda ul li a h4, #calendar-agenda ul li a p {
    font-size: calc(var(--fs-body));
    line-height: calc(var(--lh-body) - 4px); }
  #add-event .form label.form-date {
    min-width: 40%;
    flex: 1; }
  #contact .social .social-icons {
    justify-content: flex-start; }
  #staff .staff-list {
    justify-content: flex-start;
    gap: var(--gap); }
    #staff .staff-list li {
      width: auto;
      flex: 1;
      min-width: 440px;
      justify-content: flex-start; }
      #staff .staff-list li .icon {
        flex-shrink: 0;
        background-size: 100%;
        width: 120px;
        height: 120px;
        min-width: 120px; }
      #staff .staff-list li .copy {
        flex: 2;
        width: auto; }
  #initiative-list .initiative .body {
    justify-content: flex-start; }
  #video-feature .copy h3 {
    padding: 24px 28px; }
  #video-feature .copy .quote-text p {
    min-width: 360px;
    font-size: calc(var(--fs-body) + 8px);
    line-height: calc(var(--lh-body) + 6px); }
  .section-title {
    padding: 12px 24px; }
  .slideshow .btn-wrap button {
    width: 40px;
    height: 40px; }
    .slideshow .btn-wrap button svg {
      width: 12px; }
  #footer .footer-nav {
    justify-content: flex-start; }
  #footer .social-icons {
    flex-shrink: 0;
    min-width: 100%; }
  #footer .copyright {
    text-align: center; } }

/*-----------------*/
/* Medium - Yellow */
/*-----------------*/
@media only screen and (min-width: 720px) {
  :root {
    --gap: 24px;
    --gutter: 48px;
    --fs-body: 18px;
    --lh-body: 28px;
    --fs-title: 40px;
    --lh-title: 48px;
    --fs-head: 32px;
    --lh-head: 40px;
    --fs-hero-head: 54px;
    --lh-hero-head: 54px;
    --fs-hero-body: 26px;
    --lh-hero-body: 40px;
    --fs-subhead: 28px;
    --lh-subhead: 36px;
    --fs-news: 28px;
    --lh-news: 36px;
    --fs-btn: 20px;
    --lh-btn: 20px; }
  .card-list .card h3 br {
    display: inline; }
  #header #hero p {
    margin-bottom: 80px; }
  #testimonial-feature .blockquote .quote-mark {
    font-size: calc(var(--fs-news) + 6px); }
  .section-title {
    justify-content: space-between;
    padding-right: 14px; }
  #contact .email img {
    order: 1; }
  #contact .email .body {
    order: 0;
    min-width: 350px; }
  #faq .categories {
    gap: var(--gap); }
  #faq .faq-category .section-title {
    margin-bottom: calc(var(--gap) * 2); }
  .topic-list .topic {
    gap: 60px 48px; }
  .topic-list .copy {
    flex: 2; }
  #impact .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 200px;
    height: 200px; }
  #initiative-list .initiative .body {
    justify-content: flex-start; }
  .slideshow .btn-wrap.btn-prev {
    left: 16px; }
    .slideshow .btn-wrap.btn-prev svg {
      margin-right: 3px; }
  .slideshow .btn-wrap.btn-next {
    right: 16px; }
    .slideshow .btn-wrap.btn-next svg {
      margin-left: 3px; }
  .slideshow .btn-wrap button {
    width: 48px;
    height: 48px;
    border-width: 3px; }
    .slideshow .btn-wrap button svg {
      width: 16px; }
  #footer {
    background-size: 120px, 120px; }
    #footer .footer-nav {
      flex: 1;
      min-width: 300px; }
    #footer .misc-info {
      flex: 2;
      justify-content: flex-start; } }

/*-------------*/
/* XM - Orange */
/*-------------*/
@media only screen and (min-width: 901px) {
  .home #header {
    background-image: linear-gradient(to right, #00a469, #00a469 35%, rgba(0, 164, 105, 0.9) 51%, rgba(0, 173, 107, 0.3)), url(https://assets.childsplaycharity.org/img/site/img-home-header.jpg);
    background-size: 100vw, 1000px;
    background-position: top right; }
  #news, #letter, #event {
    max-width: var(--body-width);
    padding: 0; }
  #contact .email img {
    max-width: 544px; }
  #add-event .form .form-left, #add-event .form .form-right {
    width: 40%;
    flex: 1; }
  #add-event .form label textarea {
    height: 176px; }
  #add-event .form .form-img .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 200px;
    height: 200px; }
  #impact .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 240px;
    height: 240px; }
  #impact .body-copy {
    flex: 2; }
  #initiative-list .initiative:nth-child(odd) .body {
    order: 0; }
  #initiative-list .initiative:nth-child(odd) img {
    order: 1; }
  #initiative-list .initiative img {
    align-self: flex-start; }
  #initiative-list .initiative .body {
    align-self: center;
    flex: 1; }
  #initiative-list.get-involved .initiative:nth-child(odd) .body {
    order: 1; }
  #initiative-list.get-involved .initiative:nth-child(odd) img {
    order: 0; }
  #initiative-list.get-involved .initiative:nth-child(even) .body {
    order: 0; }
  #initiative-list.get-involved .initiative:nth-child(even) img {
    order: 1; }
  #sponsors .sponsor-list ul {
    padding: 0 var(--spacing); }
  #footer {
    background-size: 160px, 170px; } }

/*-------------*/
/* Large - Red */
/*-------------*/
@media only screen and (min-width: 1088px) {
  :root {
    --gutter: 56px;
    --gap: 28px;
    --fs-nav: 18px;
    --lh-nav: 20px;
    --fs-nav: 18px;
    --lh-nav: 20px; }
  .content.flush {
    padding: 0 var(--gutter) !important; }
  #sponsors .sponsor-list ul {
    padding: 0 calc(var(--spacing) * 2); }
  #staff {
    background-image: url(https://assets.childsplaycharity.org/img/site/divider-logo.svg); }
    #staff .staff-list {
      justify-content: space-between; }
      #staff .staff-list li {
        max-width: 480px; }
  #initiative-list .initiative img {
    width: 50vw;
    flex: 1;
    max-width: 528px; }
  #initiative-list .initiative .body {
    width: 50vw; }
  #nav {
    background: none;
    box-shadow: none;
    position: static; }
    #nav .content {
      padding: 20px;
      flex-wrap: nowrap;
      gap: 0 20px; }
      #nav .content:after {
        display: block;
        position: absolute;
        content: ""; }
    #nav h2 {
      width: 100px;
      height: 100px;
      margin-left: 0; }
      #nav h2 a {
        background: #ffffff url(https://assets.childsplaycharity.org/img/site/logo-childs-play.svg) no-repeat;
        background-position-x: center;
        background-position-y: 20px;
        background-size: 70px;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 70px; }
        #nav h2 a:after {
          display: none; }
    #nav ul.right {
      margin-right: 13px;
      flex-grow: 0;
      flex-shrink: 0; }
      #nav ul.right .nav-menu {
        display: none; }
        #nav ul.right .nav-menu a {
          background: url(https://assets.childsplaycharity.org/img/site/icon-menu.svg) right center no-repeat; }
    #nav ul.left {
      background: none;
      display: flex !important;
      order: inherit;
      min-width: auto; }
      #nav ul.left .nav-home {
        display: none; }
      #nav ul.left li {
        height: 72px; }
        #nav ul.left li a {
          padding: 26px 10px;
          border: 0;
          text-align: center; }
          #nav ul.left li a:hover, #nav ul.left li a:focus {
            color: #ffffff;
            background: none; }
        #nav ul.left li.active a:after,
        #nav ul.left li a:hover:after,
        #nav ul.left li a:focus:after {
          display: block;
          position: absolute;
          content: "";
          background: #ffffff;
          width: calc(100% - (10px * 2));
          height: 4px;
          top: unset;
          left: 10px;
          bottom: 0;
          overflow: hidden; }
    #nav ul li a {
      color: #ffffff;
      text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.3); }
  .home #header {
    padding-top: 0;
    padding-bottom: 8px; }
  #header {
    padding-top: 0;
    padding-bottom: 0;
    /* Fixed Nav */ }
    #header.fixed {
      padding-top: 140px; }
      #header.fixed #nav {
        background: #ffffff;
        position: fixed;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        transition: all 0.6s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
        #header.fixed #nav .content {
          padding-top: 0;
          padding-bottom: 0;
          gap: 24px; }
          #header.fixed #nav .content:after {
            display: none; }
        #header.fixed #nav h2 {
          width: 65px;
          height: 70px; }
          #header.fixed #nav h2 a {
            background: url(https://assets.childsplaycharity.org/img/site/logo-childs-play.svg) center 15px no-repeat;
            background-size: 75px;
            border-radius: 0;
            width: 65px;
            height: 57px; }
        #header.fixed #nav .nav-stats p {
          color: #203136;
          font-size: 16px;
          line-height: 18px; }
        #header.fixed #nav ul.left li.active a:after,
        #header.fixed #nav ul.left li a:hover:after,
        #header.fixed #nav ul.left li a:focus:after {
          background: #188577; }
        #header.fixed #nav ul.left li a {
          color: #188577;
          text-shadow: none; }
          #header.fixed #nav ul.left li a:active, #header.fixed #nav ul.left li a:focus {
            color: #032620; }
  #calendar {
    margin-bottom: calc(var(--spacing) + 16px); }
    #calendar .title {
      flex-direction: unset; }
      #calendar .title .event-btn {
        display: block; }
      #calendar .title .month-nav .btn {
        padding: 4px 20px; }
        #calendar .title .month-nav .btn svg {
          width: 18px; }
  #calendar-agenda {
    display: none; }
  #calendar-table {
    display: table; }
  .slideshow .btn-wrap.btn-prev {
    left: -36px; }
    .slideshow .btn-wrap.btn-prev svg {
      margin-right: 4px; }
  .slideshow .btn-wrap.btn-next {
    right: -36px; }
    .slideshow .btn-wrap.btn-next svg {
      margin-left: 4px; }
  .slideshow .btn-wrap button {
    width: 72px;
    height: 72px;
    border-width: 4px; }
    .slideshow .btn-wrap button svg {
      width: 20px; }
  #impact .icon {
    flex-shrink: 0;
    background-size: 100%;
    width: 328px;
    height: 328px; }
  #impact .body-copy {
    max-width: var(--body-width); }
  #footer .content {
    justify-content: flex-end;
    padding-right: 140px; }
  #footer .footer-nav {
    max-width: 300px; }
  #footer .misc-info {
    flex: 0;
    min-width: 440px; }
  #footer .social-icons {
    flex: 1;
    flex-shrink: auto;
    min-width: unset;
    max-width: 180px;
    gap: 20px;
    justify-content: center;
    align-content: flex-start; }
  #footer .copyright {
    text-align: right; } }

/*-----------*/
/* XL - Pink */
/*-----------*/
@media only screen and (min-width: 1293px) {
  :root {
    --gutter: 64px;
    --fs-body: 20px;
    --lh-body: 32px;
    --fs-title: 40px;
    --lh-title: 48px;
    --fs-head: 32px;
    --lh-head: 40px;
    --fs-hero-head: 60px;
    --lh-hero-head: 62px;
    --fs-hero-body: 28px;
    --lh-hero-body: 40px;
    --fs-subhead: 28px;
    --lh-subhead: 36px;
    --fs-news: 30px;
    --lh-news: 40px;
    --fs-btn: 20px;
    --lh-btn: 20px; }
  #nav ul.right .nav-stats {
    position: absolute;
    clip-path: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: static;
    width: auto;
    height: auto;
    clip-path: unset; }
  #testimonial-feature .blockquote .quote-mark {
    font-size: calc(var(--fs-news) + 8px); }
  #staff {
    background-size: 64px;
    min-height: 640px; }
    #staff .staff-list li {
      max-width: 520px; }
  #add-event .form {
    justify-content: flex-start; }
    #add-event .form > * {
      flex: 1; }
    #add-event .form label {
      font-size: calc(var(--fs-body) - 2px);
      line-height: calc(var(--lh-body) - 4px); }
    #add-event .form .form-left {
      min-width: 30%;
      max-width: 380px; }
    #add-event .form .form-right {
      min-width: 45%;
      max-width: 490px; }
    #add-event .form label textarea {
      height: 154px; }
  .section-title {
    padding-right: 16px; }
  #footer .misc-info {
    min-width: 490px; } }

/*---------------*/
/* XXL - Magenta */
/*---------------*/
@media only screen and (min-width: 1410px) {
  :root {
    --spacing: 80px;
    --fs-nav: 21px;
    --lh-nav: 20px; }
  .home #header {
    background-image: linear-gradient(to right, #00a469, #00a469 35%, rgba(0, 164, 105, 0.9) 51%, rgba(0, 173, 107, 0.3)), url(https://assets.childsplaycharity.org/img/site/img-home-header.jpg);
    background-size: 100vw, calc(100vw/1.4); }
  #footer {
    background-position: bottom left, 95% center; }
    #footer .content {
      width: 1280px; } }

/*----------------*/
/* Reduced Motion */
/*----------------*/
@media screen and (prefers-reduced-motion: reduce) {
  *, *:after, *:before {
    transition: none !important; } }
