@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
p {
  color: #8A8A9B;
  font-size: 18px;
}
.h1 {
  color: #21203C;
  font-size: 48px;
  font-weight: bold;
}
.h2 {
  color: #21203C;
  font-weight: bold;
  font-size: 27px;
}
.h3 {
  color: #158B84;
  font-weight: bold;
  font-size: 24px;
}
.gform_button, .glendora-btn {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 17px;
  font-weight: bold;
  background: #158B84;
  padding: 15px 50px;
  display: inline-block;
  border: none;
}
.gform_button:hover, .glendora-btn:hover {
  text-decoration: underline;
}
.gform-field-label {
  color: #158B84;
}
.gfield input, .gfield textarea, .gfield select {
  border: 1px solid #158B84;
  border-radius: 10px;
  padding: 15px !important;
}
.gfield select {
  margin-top: 13px;
  background: #fff;
}
#header-custom-area-1 {
  padding-top: 5px;
}
@media only screen and (max-width: 575px) {
  .navbar-header .navbar-toggler {
    float: right;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-header .navbar-toggler {
    float: right;
    margin-top: 10px;
  }
}
#wsMobileMenu ul li {
  border-bottom: 1px solid #158B84;
}
#wsMobileMenu ul li:last-child {
  border: none;
}
#wsMobileMenu ul li a {
  color: #158B84;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 0;
  display: block;
}
.home-hero {
  padding-bottom: 220px;
}
.home-hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: 64px;
  margin-bottom: 40px;
}
.home-hero h2 {
  color: #158B84;
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 60px;
}
.home-hero .hero-content {
  max-width: 530px;
}
.home-treatment {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-top: -250px;
  overflow: visible;
}
.home-treatment .treatment-content {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 75px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .home-treatment .treatment-content {
    padding: 30px;
  }
}
.home-treatment .treatment-content .h1 {
  margin-bottom: 30px;
}
.home-treatment .treatment-content .h3 {
  margin-bottom: 40px;
}
.home-treatment .treatment-content .gl-circle {
  margin-top: 40px;
  margin-bottom: -145px;
}
.home-boxes {
  text-align: center;
}
.home-boxes .h2 {
  margin-bottom: 50px;
}
.home-boxes .col {
  display: flex;
}
.home-boxes .home-box {
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-boxes .home-box img {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -30px;
  max-width: unset;
}
.home-boxes .home-box .h3 {
  margin: 30px 0;
}
.home-boxes .home-box .hb-actions {
  margin-top: 30px;
}
.home-boxes-2 {
  padding-top: 0;
}
.home-testimonials {
  padding-top: 0;
}
.home-quote {
  text-align: center;
}
.home-quote .quote {
  color: #158B84;
  font-weight: bold;
  font-size: 64px;
}
.home-quote .quote-text {
  color: #fff;
  font-size: 26px;
}
.home-quote .title {
  color: #fff;
}
.home-contact {
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 575px) {
  .home-contact {
    padding: 30px;
  }
}
.content-hero {
  text-align: center;
  padding: 250px 0;
}
.content-hero .h1 {
  font-size: 64px;
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 2px 2px 5px #000;
}
@media only screen and (max-width: 575px) {
  .content-hero .h1 {
    font-size: 50px;
  }
}
.content-hero img {
  max-width: 96px;
}
.donate-sponsor {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-top: -250px;
}
.donate-sponsor .sponsor-content {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 75px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .donate-sponsor .sponsor-content {
    padding: 30px;
  }
}
.donate-sponsor .sponsor-content .col {
  display: flex;
}
.donate-sponsor .sponsor-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.donate-sponsor .sponsor-box .desc {
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
  flex-grow: 1;
  margin: 30px 0;
  line-height: 1.8;
}
.donate-form-container {
  padding: 0;
  overflow: visible;
}
.donate-form {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 75px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .donate-form {
    padding: 30px;
  }
}
.donate-check-container {
  overflow: visible;
}
.donate-check {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 75px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .donate-check {
    padding: 30px;
  }
}
.donate-privacy .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.donate-privacy .desc {
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
}
.hero-description {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-top: -250px;
}
.hero-description .hero-description-content {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 75px 150px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .hero-description .hero-description-content {
    padding: 30px;
  }
}
.fundraising-boxes {
  text-align: center;
}
.fundraising-boxes .h2 {
  margin: 30px 0;
}
.fundraising-boxes .col {
  display: flex;
}
.fundraising-boxes .fundraising-box {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fundraising-boxes .fundraising-box img {
  margin: 0 auto;
}
.video-trigger {
  cursor: pointer;
}
.video-trigger video, .video-trigger img {
  border-radius: 10px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .video-trigger video, .video-trigger img {
    max-height: 231px;
  }
}
.basement {
  padding: 50px 0;
}
.basement .menu-title {
  color: #158B84;
  font-size: 20px;
  font-weight: bold;
}
.basement .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.basement .nav-link:hover {
  text-decoration: underline;
}
.basement #basement-custom-area-1 .wp-image-94 {
  width: 288px;
}
.basement .footer-newsletter p {
  color: #C8C8C8;
}
.basement .footer-newsletter p.title {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  border: 1px solid #158B84;
  border-radius: 10px;
  padding: 10px;
  justify-content: space-between;
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields .gform-button {
  background: #158B84;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields input {
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields input {
    font-size: 16px;
  }
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields input:focus-visible {
  border: none;
  outline: none;
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields input::placeholder {
  color: #C8C8C8;
}
.basement .footer-newsletter .gform_wrapper.gravity-theme .gform_fields input::-ms-input-placeholder {
  color: #C8C8C8;
}
#input_4_5 label {
  margin-bottom: -10px;
}
/***** MEDIA QUERIES *****/
#field_4_21 ul.gfield_radio li input[type="radio"] {
  width: auto !important;
  display: none;
}
#field_4_21 ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 700;
  border: 1px solid;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  background-color: #1b6564;
  color: #ffffff;
  border-color: #1b6564;
}
#field_4_21 ul.gfield_radio li label {
  font-weight: 700;
  border: 1px solid;
  border-color: #1b6564;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  color: #1b6564;
}
#field_4_21 ul li {
  display: inline-block;
}
