@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
body {
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
  padding: 40px 0;
}
section .section-title {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  margin-bottom: 35px;
}

.grey-background {
  background-color: #f2f2f2;
}

img {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
}

p {
  line-height: 1.5em;
  font-size: 15px;
  color: #373a38;
}

a {
  color: #d52f4f;
}
a:hover {
  color: #d52f4f;
}

.blue-text {
  color: #198ab7;
  font-weight: 500;
}
.blue-text p {
  color: #198ab7;
}

.red-text {
  color: #d52f4f;
}

.blue-btn {
  color: #198ab7;
  font-size: 14px;
  padding: 10px 40px;
  height: auto;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  font-weight: bold;
  border: 2px solid #198ab7;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.77px;
}
.blue-btn:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #198ab7;
}

.red-btn {
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  height: auto;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background-color: #d52f4f;
  font-weight: bold;
  border: 2px solid #fff;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.77px;
  border: 2px solid #d52f4f;
}
.red-btn:hover {
  cursor: pointer;
  color: #d52f4f;
  text-decoration: none;
  background-color: #fff;
}

.grey-background {
  background-color: #f2f2f2;
}

.white-background {
  background-color: #fff;
}

h1 {
  color: #d52f4f;
  font-family: "Quicksand", sans-serif;
  font-size: 50px;
}

h2 {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
}

.page-banner {
  padding: 70px 0;
}
.page-banner h1 {
  font-weight: normal;
}
.page-banner h2 {
  font-weight: normal;
  width: 65%;
  margin: 20px auto;
}

.under-banner-text {
  width: 65%;
  margin: 0 auto;
}

.honeycomb {
  position: absolute;
}

.honeycomb-top {
  top: 0;
  left: 15%;
  width: 20%;
}

.honeycomb-bottom {
  bottom: 0;
  right: 15%;
  width: 20%;
}

.grey-btn {
  color: #fff;
  border-radius: 40px;
  padding: 5px 15px;
  background-color: #c6c6c6;
  border: 2px solid #c6c6c6;
  transition: 0.3s;
}
.grey-btn:hover {
  text-decoration: none;
  color: #c6c6c6;
  background-color: #fff;
}

.gform_wrapper input[type=submit], .program .program-content .button-container .learn-more, .newsletter-list ul li a, .story-col .story .story-img-container .read-story-container .read-story, .block-button {
  color: white;
  font-size: 14px;
  padding: 10px 40px;
  height: auto;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.77px;
}
.gform_wrapper input[type=submit]:hover, .program .program-content .button-container .learn-more:hover, .newsletter-list ul li a:hover, .story-col .story .story-img-container .read-story-container .read-story:hover, .block-button:hover {
  cursor: pointer;
  text-decoration: none;
}

.hexagon-container {
  position: absolute;
}
.hexagon-container img {
  width: 40%;
}

.hexagon-left-container {
  left: 0;
  top: 0;
}

.hexagon-right-container {
  right: 0;
  bottom: 0;
  text-align: right;
}

.free-text ul {
  padding: 0;
}
.free-text ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.free-text ul li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 1px;
  color: #198ab7;
  font-size: 10px;
  font-weight: bold;
}
.free-text iframe {
  width: 100%;
  min-height: 300px;
  height: auto;
}

.testimonials-section .slick-list-visible-overflow {
  overflow: visible !important;
}

@media screen and (max-width: 992px) {
  .slick-list-visible-overflow {
    overflow: auto;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .hexagon-container img {
    width: 20%;
  }
}
.home-program-box {
  -webkit-box-shadow: 1px 2px 22px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 22px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 22px -2px rgba(0, 0, 0, 0.75);
  padding: 30px 10%;
  background-color: #fff;
}
.home-program-box img {
  width: 100%;
}
.home-program-box .home-program-title {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home-program-box .program-link {
  position: relative;
}
.home-program-box .program-link .fa-hexagon {
  color: #198ab7;
  font-size: 30px;
}
.home-program-box .program-link .fa-arrow-right {
  position: absolute;
  top: -7px;
  left: 7px;
  font-size: 22px;
  color: #198ab7;
}
.home-program-box .program-link:hover {
  cursor: pointer;
}
.home-program-box .program-link:hover .fa-arrow-right {
  color: #fff;
}

.home-stories {
  padding: 0;
}

.stories-container h2 {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  margin-top: 20px;
}
.stories-container h3 {
  margin-top: 20px;
  font-size: 18px;
}
.stories-container .story-img-col {
  overflow: hidden;
}
.stories-container .story-img-col img {
  height: 400px;
  width: auto;
}
.stories-container .story-content {
  margin: 50px 0;
}
.stories-container .previous-arrow {
  position: absolute;
  left: -5%;
  top: 40%;
  color: #198ab7;
  font-size: 25px;
}
.stories-container .previous-arrow:hover {
  cursor: pointer;
}
.stories-container .next-arrow {
  position: absolute;
  right: 0;
  top: 40%;
  color: #198ab7;
  font-size: 25px;
}
.stories-container .next-arrow:hover {
  cursor: pointer;
}

.block-inner {
  padding: 30px 20px;
  box-shadow: 0 1px 1.5px 0 rgba(167, 167, 167, 0.5);
  border: 1px solid #fed04f;
}
.block-inner .block-title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 30px;
}
.block-inner .block-link-container {
  margin-top: 30px;
}

.events-section .event-link {
  text-decoration: none;
  color: #fff;
}
.events-section .events-title {
  color: #198ab7;
  margin-left: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}
.events-section .event-date {
  background-color: #00c0ee;
  width: 100%;
  height: 200px;
  color: #fff;
  font-weight: 900;
}
.events-section .event-date .month {
  font-size: 50px;
}
.events-section .event-date .day {
  font-size: 70px;
}
.events-section .col-12:nth-child(3) .event-date {
  background-color: #ff983b;
}
.events-section .col-12:nth-child(4) .event-date {
  background-color: #d52f4f;
}
.events-section .event-title {
  font-size: 15px;
  margin: 20px 0;
  letter-spacing: 1.5px;
}
.events-section .event-short-copy {
  width: 75%;
}

.blocks-with-icons-section .section-title {
  margin-bottom: 45px;
}
.blocks-with-icons-section .block-title-container {
  margin-bottom: 30px;
}
.blocks-with-icons-section .block-title-container img {
  display: inline-block;
  margin-right: 10px;
  width: 45px;
  height: 39px;
}
.blocks-with-icons-section .block-title-container h4 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
}
.blocks-with-icons-section .block-content-container {
  border: 2px solid #198ab7;
  background-color: #fff;
  padding: 20px;
}

.text-with-honeycomb h1, .text-with-honeycomb h2, .text-with-honeycomb h3, .text-with-honeycomb h4, .text-with-honeycomb h5, .text-with-honeycomb h6 {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
}
.text-with-honeycomb .read-more-toggle {
  font-style: italic;
}
.text-with-honeycomb #read-more-text {
  margin-top: 20px;
}

.testimonials-section .testimonial-col {
  border: 1px solid #198ab7;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.8;
}
.testimonials-section .testimonial-col .testimonial {
  padding: 20px 5px;
}
.testimonials-section .testimonial-col .testimonial h4 {
  font-size: 15px;
  margin: 15px 0;
}
.testimonials-section .testimonial-col .testimonial p {
  width: 150px;
  margin: 0 auto;
}
.testimonials-section .testimonial-col .testimonial .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-size: cover;
  margin: 10px auto;
}
.testimonials-section .arrow-container {
  position: absolute;
}
.testimonials-section .arrow-container .fa-hexagon {
  color: #198ab7;
  font-size: 30px;
}
.testimonials-section .arrow-container .fa-arrow-right, .testimonials-section .arrow-container .fa-arrow-left {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 22px;
  color: #198ab7;
}
.testimonials-section .arrow-container:hover {
  cursor: pointer;
}
.testimonials-section .arrow-container:hover .fa-arrow-right, .testimonials-section .arrow-container:hover .fa-arrow-left {
  color: #fff;
}
.testimonials-section .arrow-container-left {
  left: -5%;
  top: 45%;
}
.testimonials-section .arrow-container-right {
  right: -5%;
  top: 45%;
}
.testimonials-section .slick-track {
  padding: 15px 0;
}
.testimonials-section .slick-center {
  background-color: #e8f9ff;
  box-shadow: 0 0.5px 3px 0.5px rgba(91, 91, 91, 0.5);
  position: relative;
  z-index: 2;
  transform: scale(1.1);
  opacity: 1;
}

.list-section ul {
  column-count: 2;
  column-gap: 0;
  list-style: none;
  position: relative;
}
.list-section ul li {
  padding-left: 15%;
  position: relative;
  margin-left: 10px;
}
.list-section ul li .fa-hexagon {
  font-size: 10px;
  color: #198ab7;
  position: absolute;
  left: 10%;
  top: 6px;
}

.flex-content-form-section .gform_wrapper {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}
.flex-content-form-section .gform_wrapper .gform_title {
  display: block;
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  margin-bottom: 35px;
  text-align: center;
}
.flex-content-form-section .gform_wrapper .upload-resume .gfield_label {
  display: block !important;
  position: relative;
}
.flex-content-form-section .gform_wrapper .upload-resume #upload-resume-text {
  display: inline-block;
  margin-left: 45px;
  margin-top: 7px;
  color: #c3c3c3;
}
.flex-content-form-section .gform_wrapper .upload-resume input {
  border: 0;
  position: relative;
  display: none;
  content: "";
}
.flex-content-form-section .gform_wrapper .upload-resume .gfield_label::after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #198ab7;
  position: absolute;
  top: 0px;
  left: 0%;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .blocks-with-icons-section .block-with-icon-col {
    margin-bottom: 40px;
  }
  .blocks-with-icons-section .block-with-icon-col .block-title-container {
    margin-bottom: 20px;
  }
  .blocks-with-icons-section .block-with-icon-col:last-of-type {
    margin-bottom: 0;
  }

  .testimonials-section .arrow-container-left {
    left: -18%;
  }
  .testimonials-section .arrow-container-right {
    right: -18%;
  }
  .testimonials-section .slick-center {
    transform: scale(1);
  }

  .stories-container .story-img-col img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list-section ul {
    column-count: 1;
  }
  .list-section ul li {
    padding-left: 5%;
  }
  .list-section ul li .fa-hexagon {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .upload-resume {
    margin-bottom: 32px;
  }
}
section.basic-content p > iframe:first-child:last-child {
  display: block;
  margin: 0 auto;
}
section.basic-content.video-align-left p > iframe:first-child:last-child {
  margin-left: 0;
}
section.basic-content.video-align-right p > iframe:first-child:last-child {
  margin-right: 0;
}

.header {
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
.header .upper-header {
  padding: 10px 0;
}
.header .upper-header .header-link {
  color: #d52f4f;
  font-size: 12px;
  margin-right: 15px;
}
.header .upper-header .header-link .fas {
  margin-right: 10px;
  font-size: 14px;
}
.header .upper-header .donate-button {
  color: #fff;
  background-color: #d52f4f;
  border: 1px solid #d52f4f;
  border-radius: 40px;
  padding: 10px 45px;
  text-transform: uppercase;
  transition: 0.3s;
}
.header .upper-header .donate-button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #d52f4f;
}
.header .lower-header {
  padding: 20px 0;
  background-color: #fff;
}
.header .lower-header .header-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.header .lower-header .header-menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.header .lower-header .header-menu ul li a {
  color: #008cbf;
  font-weight: 400;
  font-size: 16px;
}
.header .lower-header .header-menu ul li:hover .sub-menu {
  display: block;
}
.header .lower-header .header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #d52f4f;
  border: 1px solid #d52f4f;
  z-index: 99;
  left: -30px;
  min-width: 180px;
  text-align: left;
  border-radius: 5px;
}
.header .lower-header .header-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  padding: 0;
}
.header .lower-header .header-menu .sub-menu li.current-menu-item a {
  color: #cacaca;
}
.header .lower-header .header-menu .sub-menu li a {
  padding: 5px 5px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.header .lower-header .header-menu .sub-menu li:hover a {
  color: #cacaca;
  text-decoration: none;
}
.header .lower-header .header-menu .sub-menu li:last-of-type {
  border-bottom: 0;
}
.header .lower-header .header-menu .sub-menu::before {
  content: "";
  width: 0;
  position: absolute;
  top: -10px;
  right: 40px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #d52f4f;
}
.header .lower-header .header-menu .show-children {
  color: #008cbf;
  font-weight: bold;
  margin-left: 5px;
}
.header .lower-header .header-menu .show-children:hover {
  cursor: pointer;
}
.header .lower-header .burger-container .fa-bars {
  color: #198ab7;
  font-size: 25px;
}
.header .lower-header .burger-container:hover {
  cursor: pointer;
}
.header .mobile-menu {
  display: block;
  position: fixed;
  top: -300%;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #198ab7;
  color: #fff;
}
.header .mobile-menu .close-mobile-menu {
  float: right;
  margin-right: 20px;
  margin-top: 25px;
  font-size: 20px;
}
.header .mobile-menu .close-mobile-menu:hover {
  cursor: pointer;
}
.header .mobile-menu .menu-lists-container {
  margin-top: 50px;
}
.header .mobile-menu ul {
  list-style: none;
  padding-left: 0;
}
.header .mobile-menu ul li {
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  padding-left: 0;
  margin: 0 5%;
}
.header .mobile-menu ul li .sub-menu {
  display: none;
  margin-top: 0;
}
.header .mobile-menu ul li .sub-menu li {
  border-bottom: 0;
  padding: 5px 0;
}
.header .mobile-menu ul li .sub-menu li a {
  opacity: 0.5;
}
.header .mobile-menu ul li .sub-menu li a:hover {
  opacity: 1;
}
.header .mobile-menu ul li .fa-plus, .header .mobile-menu ul li .fa-minus {
  float: right;
  margin-top: -20px;
}
.header .mobile-menu ul li .fa-plus:hover, .header .mobile-menu ul li .fa-minus:hover {
  cursor: pointer;
}
.header .mobile-menu ul li a {
  display: block;
  width: 95%;
  position: relative;
  font-size: 17px;
  color: #fff;
}
.header .mobile-menu ul li a:hover {
  text-decoration: none;
}
.header .mobile-menu-show {
  display: block;
  top: 0;
}

.home-banner {
  min-height: 370px;
}
.home-banner .banner-content {
  width: 350px;
  margin-left: 10%;
  max-width: 85%;
}
.home-banner .banner-content .home-banner-line {
  display: block;
  line-height: 50px;
}
.home-banner .home-banner-image-left {
  position: absolute;
  top: 0;
  left: 5%;
  width: 15%;
}
.home-banner .home-banner-image {
  position: absolute;
  right: 5%;
  width: 50%;
  top: 0;
  max-height: 425px;
  max-width: 665px;
  overflow: hidden;
}
.home-banner .home-banner-image svg {
  transform: translateY(-13%);
  -ms-transform: translateY(-13%);
}
.home-banner .home-banner-copy {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .home-banner .banner-content {
    margin-top: 100px;
  }
}
.facial-difference-filter {
  background-color: #3a3a3a;
  padding: 15px 0;
}
.facial-difference-filter .letters-filter {
  color: #fff;
  font-size: 25px;
}
.facial-difference-filter .letters-filter .letter {
  text-transform: uppercase;
}
.facial-difference-filter .letters-filter .letter:hover {
  cursor: pointer;
}
.facial-difference-filter .letters-filter .filter-letter-selected {
  color: #198ab7;
}

.type-filter {
  padding: 0;
}
.type-filter .filter-col {
  border-right: 2px solid #e9e9e9;
  padding: 15px 0;
}
.type-filter .filter-col-search {
  border-right: none;
}
.type-filter .row:nth-child(2).filter-col {
  border-left: 2px solid #e9e9e9;
}
.type-filter .filter-red {
  color: #d52f4f;
}
.type-filter .filter-red:hover {
  cursor: pointer;
}
.type-filter .filter-type-selected {
  color: #198ab7;
}
.type-filter .filter-light {
  color: #858585;
}
.type-filter p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.type-filter .fas {
  color: #d52f4f;
  font-size: 20px;
}
.type-filter .fas:hover {
  cursor: pointer;
}

.search-differences-filter {
  padding: 0;
  display: none;
  background-color: #198ab7;
}
.search-differences-filter .search-box .search-input-container {
  width: 90%;
  display: inline-block;
  position: relative;
}
.search-differences-filter .search-box input {
  width: 100%;
  padding: 15px 0;
  background-color: #198ab7;
  color: #fff;
  border: 0;
}
.search-differences-filter .search-box input:focus {
  outline: 0;
}
.search-differences-filter .search-box .fa-search {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.search-differences-filter .search-box .fa-times {
  color: #fff;
}
.search-differences-filter .search-box .fas:hover {
  cursor: pointer;
}
.search-differences-filter .search-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search-differences-filter .search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search-differences-filter .search-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search-differences-filter .search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.condition-list-section .condition-box {
  border: 2px solid #198ab7;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
.condition-list-section .condition-box .condition-title {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  transition: 0.3s;
  padding: 15px 20px;
}
.condition-list-section .condition-box .condition-title .fas {
  font-size: 25px;
}
.condition-list-section .condition-box .condition-title h3 {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  font-weight: 400;
  padding: 0;
  width: 80%;
  vertical-align: top;
}
.condition-list-section .condition-box .condition-title:hover {
  cursor: pointer;
  background-color: #198ab7;
}
.condition-list-section .condition-box .condition-title:hover h3, .condition-list-section .condition-box .condition-title:hover .fas {
  color: #fff;
}
.condition-list-section .condition-box .condition-description {
  padding: 15px 20px;
  display: none;
}

@media screen and (max-width: 992px) {
  .facial-difference-filter .letters-filter {
    font-size: 15px;
  }

  .type-filter {
    padding: 0;
  }
  .type-filter .filter-col {
    border-right: none;
    padding: 5px 0;
  }
}
.story-filter {
  background-color: #3a3a3a;
}
.story-filter ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.story-filter ul li:first-child {
  padding: 20px;
  padding-left: 0;
}
.story-filter ul li {
  display: inline-block;
  border-right: 1px solid white;
  color: #c3c3c3;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.story-filter ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 1.4px;
  font-size: 14px;
  padding: 20px;
}
.story-filter ul li a:hover {
  text-decoration: none;
}

.story-col {
  margin-bottom: 20px;
}
.story-col .story {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 50px;
}
.story-col .story .story-img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.story-col .story .story-img-container img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.story-col .story .story-img-container .read-story-container {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transformtransform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transformtransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.story-col .story .story-img-container .read-story-container .read-story {
  background-color: #198ab7;
  color: #fff;
  z-index: 2;
}
.story-col .story .story-img-container:hover img {
  opacity: 0.6;
}
.story-col .story .story-img-container:hover .read-story-container {
  display: block;
}
.story-col .story .story-content {
  padding: 10px 15px;
}
.story-col .story .story-content .story-title {
  font-family: "Quicksand", sans-serif;
  color: #198ab7;
}
.story-col .story .story-content .story-cat-button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
}

.single-story .back-stories {
  display: block;
  color: #d52f4f;
  margin-bottom: 10px;
}
.single-story .js-social-container {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .story-filter .story-categories li {
    display: block;
    border: none;
    text-align: center;
  }

  .story-content-column {
    margin-top: 30px;
  }
}
.supporters-section .donor-group .donor-group-title {
  font-size: 15px;
  font-weight: 400;
}
.supporters-section .donor-group .donor-donation-range {
  color: #198ab7;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
}
.supporters-section .donor-group .donor {
  margin-top: 10px;
  margin-bottom: 30px;
}
.supporters-section .donor-group .donor .donor-box {
  width: 100%;
  border: 1px solid #198ab7;
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
}
.supporters-section .donor-group .donor .donor-box img {
  height: 130px;
  width: auto;
  max-width: 90%;
}
.supporters-section .donor-group .donor .donor-name-box {
  text-align: left;
  padding: 25px 10px;
}
.supporters-section .donor-group .donor .donor-name-box p {
  margin: 0;
}
.supporters-section .donor-group .donor .donor-name {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .donor-col {
    margin-bottom: 20px;
  }
}
.staff .staff-pic-border {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 2px solid #fed04f;
  margin: 0 auto;
  display: flex;
}
.staff .staff-pic-container {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: auto;
}
.staff h4 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

.board-directors h4 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 30px;
}
.board-directors .board-box {
  background-color: #fff;
  border: 2px solid #198ab7;
  border-radius: 5px;
}
.board-directors .board-box .board-member-info {
  padding: 20px 10px;
}
.board-directors .board-box .board-member-info h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.board-directors .board-box .board-member-info .board-member-info-content {
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .staff .staff-col {
    margin-bottom: 40px;
  }

  .board-col {
    margin-bottom: 30px;
  }

  .board-directors h4 {
    margin-bottom: 10px;
  }
}
.news-col .news-item {
  border-bottom: 1px solid #d4ebf4;
  padding: 20px 0;
  flex-grow: 1;
}
.news-col .news-item a:hover {
  color: #198ab7;
}
.news-col .news-item .post-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #198ab7;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
}
.news-col .news-item .post-date {
  color: #c3c3c3;
}
.news-col .news-item .read-more {
  color: #d52f4f;
  font-weight: 500;
}
.news-col .news-item .read-more .fas {
  font-size: 12px;
}

.single-news-item p {
  display: inline-block;
  width: 100%;
}
.single-news-item .time, .single-news-item .place {
  margin-top: 15px;
}
.single-news-item .far, .single-news-item .fas {
  color: #198ab7;
  font-size: 18px;
  margin-right: 10px;
}

.newsletter-list {
  display: flex;
  margin-top: 50px;
}
.newsletter-list h3 {
  flex: 0 0 25%;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  display: flex;
}
.newsletter-list ul {
  flex: 0 0 75%;
  padding-left: 0;
  margin: 0;
  text-align: right;
}
.newsletter-list ul li {
  display: inline-block;
  width: 22%;
  text-align: right;
  margin-right: 1%;
}
.newsletter-list ul li a {
  border: 2px solid #198ab7;
  border-radius: 40px;
  color: #198ab7;
  font-size: 13px;
  padding: 10px 0;
  width: 100%;
}
.newsletter-list ul li a:hover {
  color: #fff;
  background-color: #198ab7;
}
.newsletter-list ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .newsletter-list {
    display: block;
  }
  .newsletter-list h3 {
    text-align: center;
    display: block;
  }
  .newsletter-list ul {
    display: block;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-list ul {
    text-align: center;
  }
  .newsletter-list ul li {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .newsletter-list ul li:last-child {
    margin: 0 auto;
  }
}
.program {
  margin-bottom: 40px;
  border: 2px solid #fed04f;
}
.program .program-image-background {
  background-size: cover;
  background-repeat: no-repeat;
}
.program .program-image-background.order-1 {
  background-position: left center;
}
.program .program-image-background.order-lg-3 {
  background-position: right center;
}
.program .program-content {
  padding: 20px 75px;
  position: relative;
}
.program .program-content h3 {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
}
.program .program-content .program-short-description {
  margin: 40px 0 60px 0;
}
.program .program-content .button-container .learn-more {
  color: #198ab7;
  border: 2px solid #198ab7;
}
.program .program-content .button-container .learn-more:hover {
  background-color: #198ab7;
  color: #fff;
}

.single-program .block .block-title {
  color: #198ab7;
  font-size: 20px;
}
.single-program .camp-details .location-select-container {
  background-color: #fed04f;
  padding: 10px 25px;
  border-radius: 10px;
}
.single-program .camp-details .location-select-container .location-select {
  text-align: center;
}
.single-program .camp-details .location-select-container .chosen-location {
  display: inline-block;
  width: 49%;
  text-align: center;
  transition: 0.3s;
}
.single-program .camp-details .location-select-container .chosen-location .fa-chevron-down {
  margin-left: 5px;
}
.single-program .camp-details .location-select-container .chosen-location:hover {
  cursor: pointer;
  color: #d52f4f;
}
.single-program .camp-details .locations-list-container {
  width: 400px;
  text-align: right;
  margin-top: 20px;
  position: absolute;
  z-index: 2;
  display: none;
}
.single-program .camp-details .locations-list-container ul {
  width: 50%;
  background-color: #d52f4f;
  padding: 0;
  list-style: none;
  border-radius: 10px;
}
.single-program .camp-details .locations-list-container ul li {
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
}
.single-program .camp-details .locations-list-container ul li:last-of-type {
  border-bottom: none;
}
.single-program .camp-details .locations-list-container::before {
  content: "";
  width: 0;
  position: absolute;
  top: -20px;
  left: 100px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #d52f4f;
}
.single-program .camp-info-wrapper {
  padding: 40px 30px 20px 30px;
  margin-top: 20px;
}
.single-program .camp-info-wrapper .flexed-row {
  display: flex;
}
.single-program .camp-info-wrapper .time, .single-program .camp-info-wrapper .place {
  margin: 10px 0;
}
.single-program .camp-info-wrapper .time-place-info {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.single-program .camp-info-wrapper .fa-clock {
  color: #198ab7;
  margin-right: 10px;
}
.single-program .camp-info-wrapper .fa-map-marker-alt {
  color: #198ab7;
  margin-right: 10px;
}
.single-program .program-logo-container {
  margin-top: 80px;
}
.single-program .program-logo-container img {
  height: auto;
}

.basic-single-program .program-line {
  border: solid 0.5px #606060;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .program .program-image-background {
    height: 340px;
  }
  .program .program-image-background.order-1, .program .program-image-background .order-3 {
    background-position: center;
  }
  .program .program-content {
    padding: 20px;
    position: relative;
  }
  .program .program-content h3 {
    color: #198ab7;
    font-family: "Quicksand", sans-serif;
  }
  .program .program-content .program-short-description {
    margin: 40px 0 60px 0;
  }
  .program .program-content .button-container {
    position: static;
    text-align: right;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-program .camp-info-wrapper .program-logo-container {
    margin: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .program .program-image-background {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .single-program .camp-details .location-select-container {
    width: 300px;
  }
  .single-program .camp-details .locations-list-container {
    width: 300px;
  }
  .single-program .camp-details .locations-list-container::before {
    left: 76px;
  }
}
.resource-col .news-item .post-title {
  white-space: normal;
}

.form-section {
  padding-top: 0;
}
.form-section h1 {
  font-weight: 400;
  margin-top: 40px;
}
.form-section h2 {
  font-weight: 400;
  margin-top: 40px;
}
.form-section .form-content {
  margin-top: 50px;
}
.form-section .form-container {
  background-color: #fff;
  position: relative;
}
.form-section .form-container .comb-container {
  text-align: right;
}
.form-section .form-container .comb-container img {
  width: 30%;
}
.form-section .form-container::before {
  content: "";
  width: 0;
  position: absolute;
  top: 16%;
  left: -29px;
  border-left: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
}

.gform_wrapper {
  width: 90%;
  margin: 0 auto !important;
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gfield_html {
  color: #198ab7;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
}
.gform_wrapper input {
  width: 100% !important;
  border: 2px solid #f99d1c;
}
.gform_wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3a3a3a;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}
.gform_wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3a3a3a;
  font-size: 14px;
}
.gform_wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3a3a3a;
  font-size: 14px;
}
.gform_wrapper textarea {
  border: 2px solid #f99d1c;
}
.gform_wrapper input[type=submit] {
  border: 2px solid #198ab7;
  color: #198ab7;
  width: auto !important;
  background-color: transparent;
}
.gform_wrapper input[type=submit]:hover {
  color: #fff;
  background-color: #198ab7;
}

.gform_ajax_spinner {
  margin-left: 20px;
  /* give it some space from the Submit button */
  animation: spinner 1.1s infinite linear;
  border-radius: 20px;
  width: 40px;
  /* match with height for a circle */
  height: 40px;
  background-color: transparent;
}

.select-year {
  display: inline-block;
  padding-top: 10px;
}

.year-container {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 20px;
  width: 150px;
  position: relative;
  z-index: 96;
}
.year-container .selected-year {
  padding: 10px 25px;
  background-color: #fed04f;
  border-radius: 10px;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.year-container .selected-year:hover {
  cursor: pointer;
}
.year-container .selected-year .fas {
  margin-left: 10px;
}
.year-container .year-options-container {
  margin-top: 10px;
  position: relative;
}
.year-container .year-options-container .year-options {
  display: none;
  background-color: #d52f4f;
  padding-left: 0;
  list-style: none;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.year-container .year-options-container .year-options li {
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
}
.year-container .year-options-container .year-options li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.year-container .year-options-container .year-options li:last-of-type {
  border-bottom: none;
}
.year-container .year-options-container .year-options::before {
  content: "";
  width: 0;
  position: absolute;
  top: -10px;
  right: 40px;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #d52f4f;
}
.year-container:hover .year-options-container .year-options {
  display: block;
}

div.pdfemb-inner-div-wantmobile-fswrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 95 !important;
}

.search-post-title {
  font-size: 18px;
}

.search {
  position: relative;
}
.search input {
  width: 100%;
  height: 40px;
  border: 2px solid #198ab7;
  padding-left: 5px;
}
.search input:focus {
  border: 2px solid #d52f4f;
  outline: none;
}
.search button {
  position: absolute;
  right: 0;
  z-index: 2;
  border: none;
  outline: none;
  background: transparent;
  top: 10px;
}

.return-home p {
  margin-top: 50px;
  font-size: 20px;
}

.pagination .page-numbers {
  padding: 4px 10px;
  border: 1px solid #d52f4f;
  margin: 3px;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  background-color: #d52f4f;
  color: #fff;
}
.pagination .current {
  background-color: #d52f4f;
  color: #fff;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

section.newsletters .newsletter {
  border-bottom: 1px solid #d4ebf4;
  padding: 25px 0;
}
section.newsletters .newsletter h3 {
  color: #198ab7;
  font-size: 30px;
  margin-bottom: 10px;
}
section.newsletters .newsletter a {
  color: #d52f4f;
  font-size: 15px;
}
section.newsletters .newsletter:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-page .blog-filters {
  background-color: #fdf5f7;
}
.blog-page .blog-filters .search-container {
  display: flex;
  position: relative;
}
.blog-page .blog-filters .search-container .search-icon {
  position: absolute;
  color: #d52f4f;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 6px;
  font-size: 15px;
}
.blog-page .blog-filters .search-container .search-icon:after {
  content: "";
  position: absolute;
  top: -7px;
  height: 29px;
  right: 0;
  width: 1px;
  background-color: #d52f4f;
}
.blog-page .blog-filters .search-container input {
  flex-grow: 1;
  border: 1px solid #d52f4f;
  color: #d52f4f;
  font-weight: bold;
  height: 40px;
  padding-left: 35px;
}
.blog-page .blog-filters .search-container input::placeholder {
  color: #d52f4f;
  font-weight: bold;
}
.blog-page .blog-filters .search-container .find-search {
  background-color: #d52f4f;
  color: #fff;
  border-radius: 6px;
  flex: 0 0 auto;
  padding: 5px 15px;
  border: 1px solid #d52f4f;
}
.blog-page .blog-filters .select-container {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.blog-page .blog-filters .select-container .select-label {
  flex: 0 0 auto;
  color: #d52f4f;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px;
}
.blog-page .blog-filters .select-container .select2-container {
  width: 100% !important;
}
.blog-page .blog-filters .select-container .select2-container .selection {
  height: 40px;
}
.blog-page .blog-filters .select-container .select2-container .select2-selection {
  height: 40px;
  background: transparent;
  border: none;
}
.blog-page .blog-filters .select-container .select2-container .select2-selection__rendered {
  line-height: 37px;
  font-weight: 700;
}
.blog-page .blog-filters .select-container select {
  flex-grow: 1;
  height: 40px;
  padding: 0 10px;
}
.blog-page .blog-filters .select-container .select2-selection__arrow b {
  top: 17px;
  border-color: #d52f4f transparent transparent transparent;
}
.blog-page .post-author {
  color: #c3c3c3;
}

.single-blog .post-author {
  color: #c3c3c3;
}

.footer {
  background-color: #383a39;
  color: #fff;
  padding: 40px 0;
}
.footer .footer-list, .footer .footer-list-logo {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-list {
  padding-left: 3px;
  list-style: none;
  margin-bottom: 0;
}
.footer li {
  color: #fff;
}
.footer .fas {
  color: #fff;
}
.footer .fa-envelope {
  margin-right: 5px;
}
.footer a {
  color: #fff;
  display: block;
}
.footer hr {
  border-color: #c3c3c3;
  margin: 5px;
}
.footer .footer-grey {
  color: #c3c3c3;
}
.footer .footer-grey-light {
  font-weight: 100;
}
.footer p {
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.footer .input-container {
  position: relative;
}
.footer .input-container input {
  background-color: #d4ebf4;
  border-radius: 5px;
  width: 100%;
  border: 0;
  padding-left: 10px;
  border: 1px solid #d4ebf4;
  height: 30px;
  color: #373a38;
}
.footer .input-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #373a38;
}
.footer .input-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #373a38;
}
.footer .input-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #373a38;
}
.footer .input-container :-moz-placeholder {
  /* Firefox 18- */
  color: #373a38;
}
.footer .input-container .submit-button-plane {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: transparent;
  border: 0;
}
.footer .input-container i {
  color: #373a38;
}
.footer .social-media-links {
  list-style: none;
  padding: 0;
}
.footer .social-media-links li {
  display: inline-block;
  padding-right: 5px;
}
.footer .social-media-links li a i {
  color: #c0e6f5;
  font-size: 20px;
  transition: 0.2s;
}
.footer .social-media-links li a i:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=main.css.map */
