@charset "UTF-8";
/*!
 * Give Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/* Text meant only for screen readers. */
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 11px 15px;
  border-color: var(--e-global-color-border);
  background-color: #f9f9f9;
}
form[id*=give-form] #give-gateway-radio-list > li input[type=radio] {
  vertical-align: middle;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--e-global-color-text);
  vertical-align: middle;
}

.give-goal-progress {
  font-size: 16px;
  font-size: 1rem;
}
.give-goal-progress .give-varlue {
  display: none;
}
.give-goal-progress .give-progress-bar {
  height: 5px;
  border-radius: 10px;
  overflow: visible;
  background-color: var(--e-global-color-border);
}
.give-goal-progress .give-progress-bar .give-progress-varlue {
  position: relative;
  overflow: visible;
  background-color: #0B4E3D !important;
}
.give-goal-progress .give-progress-bar .give-progress-varlue span {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: #fff;
  background-color: #0B4E3D !important;
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.single-give_forms .give-goal-progress .give-progress-bar .give-progress-varlue span {
  display: block;
  visibility: visible;
  opacity: 1;
}
.give-goal-progress .give-progress-bar .give-progress-varlue span:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  border-top-color: #0B4E3D !important;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.give-goal-progress .progress-bar-circle {
  order: -1;
  overflow: visible;
  background-color: var(--e-global-color-primary);
}
.give-goal-progress .progress-bar-circle .percentage {
  position: relative;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  fill: #fff;
}

#give-donation-level-button-wrap {
  margin-bottom: 25px;
  padding-bottom: 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#give-donation-level-button-wrap:after, #give-donation-level-button-wrap:before {
  display: none;
}
#give-donation-level-button-wrap > li {
  margin: 0;
}

.give-submit-button-wrap .give-submit,
[id^=give-user-login-submit] .give-submit,
.give-btn {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1.0625rem 2rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 110px;
  background-color: var(--e-global-color-secondary);
  white-space: nowrap;
  color: #ffffff;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: none;
  letter-spacing: 1px;
  gap: 8px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 110px;
}
.give-submit-button-wrap .give-submit span,
[id^=give-user-login-submit] .give-submit span,
.give-btn span {
  position: relative;
  z-index: 2;
}
.give-submit-button-wrap .give-submit span i, .give-submit-button-wrap .give-submit span svg,
[id^=give-user-login-submit] .give-submit span i,
[id^=give-user-login-submit] .give-submit span svg,
.give-btn span i,
.give-btn span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.give-submit-button-wrap .give-submit:hover, .give-submit-button-wrap .give-submit:focus,
[id^=give-user-login-submit] .give-submit:hover,
[id^=give-user-login-submit] .give-submit:focus,
.give-btn:hover,
.give-btn:focus {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.give-submit-button-wrap .give-submit:hover .elementor-button-icon, .give-submit-button-wrap .give-submit:focus .elementor-button-icon,
[id^=give-user-login-submit] .give-submit:hover .elementor-button-icon,
[id^=give-user-login-submit] .give-submit:focus .elementor-button-icon,
.give-btn:hover .elementor-button-icon,
.give-btn:focus .elementor-button-icon {
  color: #ffffff;
}
.give-submit-button-wrap .give-submit.give-donation-level-btn,
[id^=give-user-login-submit] .give-submit.give-donation-level-btn,
.give-btn.give-donation-level-btn {
  padding: 1.0625rem 2rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 110px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  border-radius: 50px;
}
.give-submit-button-wrap .give-submit.give-donation-level-btn:hover, .give-submit-button-wrap .give-submit.give-default-level,
[id^=give-user-login-submit] .give-submit.give-donation-level-btn:hover,
[id^=give-user-login-submit] .give-submit.give-default-level,
.give-btn.give-donation-level-btn:hover,
.give-btn.give-default-level {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-border);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent;
  position: relative;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: transparent;
  margin-right: 11px;
  margin-top: -6px;
  line-height: 30px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgZmlsbD0ibm9uZSIgY2xhc3M9Im5jLWljb24td3JhcHBlciI+PHBhdGggZD0iTTEyIDBDNS4zNzMyMSAwIDAgNS4zNzMyMSAwIDEyQzAgMTguNjI2OCA1LjM3MzIxIDI0IDEyIDI0QzE4LjYyNjggMjQgMjQgMTguNjI2OCAyNCAxMkMyNCA1LjM3MzIxIDE4LjYyNjggMCAxMiAwWk0xMi41OTczIDE3LjgxNzlMMTIuNjAyNyAxOC42NjdDMTIuNjAyNyAxOC43ODQ4IDEyLjUwNjMgMTguODgzOSAxMi4zODg0IDE4Ljg4MzlIMTEuNjI3N0MxMS41MDk4IDE4Ljg4MzkgMTEuNDEzNCAxOC43ODc1IDExLjQxMzQgMTguNjY5NlYxNy44Mjg2QzkuMDM0ODIgMTcuNjUxOCA3LjkxNTE4IDE2LjI5NjQgNy43OTQ2NCAxNC44MjMyQzcuNzgzOTMgMTQuNjk3MyA3Ljg4MzA0IDE0LjU5MDIgOC4wMDg5MyAxNC41OTAySDkuMjQ2NDNDOS4zNTA4OSAxNC41OTAyIDkuNDQxOTYgMTQuNjY1MiA5LjQ1ODA0IDE0Ljc2N0M5LjU5NDY0IDE1LjYxNjEgMTAuMjU2MyAxNi4yNTA5IDExLjQ0MjkgMTYuNDA4OVYxMi41ODY2TDEwLjc4MTIgMTIuNDE3OUM5LjM4MDM2IDEyLjA4MyA4LjA0NjQzIDExLjIwOTggOC4wNDY0MyA5LjM5OTExQzguMDQ2NDMgNy40NDY0MyA5LjUzMDM2IDYuMzk2NDMgMTEuNDI2OCA2LjIxMTYxVjUuMzI3NjhDMTEuNDI2OCA1LjIwOTgyIDExLjUyMzIgNS4xMTMzOSAxMS42NDExIDUuMTEzMzlIMTIuMzkzOEMxMi41MTE2IDUuMTEzMzkgMTIuNjA4IDUuMjA5ODIgMTIuNjA4IDUuMzI3NjhWNi4yMDM1N0MxNC40NDI5IDYuMzg4MzkgMTUuODE5NiA3LjQ1OTgyIDE1Ljk4MDQgOS4xMjg1N0MxNS45OTM3IDkuMjU0NDYgMTUuODk0NiA5LjM2NDI5IDE1Ljc2NjEgOS4zNjQyOUgxNC41NjM0QzE0LjQ1NjMgOS4zNjQyOSAxNC4zNjUyIDkuMjgzOTMgMTQuMzUxOCA5LjE3OTQ2QzE0LjI0NDYgOC4zOTczMiAxMy42MTc5IDcuNzU5ODIgMTIuNTk3MyA3LjYyMDU0VjExLjIxNzlMMTMuMjc3NyAxMS4zNzU5QzE1LjAxMzQgMTEuODA0NSAxNi4xOTQ2IDEyLjYzNDggMTYuMTk0NiAxNC40OTM3QzE2LjE5NDYgMTYuNTEwNyAxNC42OTQ2IDE3LjYzNTcgMTIuNTk3MyAxNy44MTc5Wk05LjcxMjUgOS4yNzU4OUM5LjcxMjUgOS45NTYyNSAxMC4xMzMgMTAuNDgzOSAxMS4wMzg0IDEwLjgxMDdDMTEuMTY0MyAxMC44NjE2IDExLjI5MDIgMTAuOTAxOCAxMS40NDAyIDEwLjk0NDZWNy42MjMyMUMxMC40NTE4IDcuNzQ5MTEgOS43MTI1IDguMzAzNTcgOS43MTI1IDkuMjc1ODlaTTEyLjgzMyAxMi44OTczQzEyLjc1OCAxMi44ODEzIDEyLjY4MyAxMi44NjI1IDEyLjU5NzMgMTIuODM4NFYxNi40MTk2QzEzLjczODQgMTYuMzE3OSAxNC41MjU5IDE1LjY5MTEgMTQuNTI1OSAxNC42NDExQzE0LjUyNTkgMTMuODE4NyAxNC4xIDEzLjI4MyAxMi44MzMgMTIuODk3M1oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: var(--e-global-color-primary);
}
form[id*=give-form] .give-donation-amount #give-amount {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-border);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 90px;
  max-width: 70%;
  border-left: none;
  min-width: unset;
}

.give-modal .mfp-content {
  padding: 0 0 40px 0;
  background: transparent;
}
@media (min-width: 1024px) {
  .give-modal .mfp-content {
    width: 850px;
    max-width: 850px;
  }
}
.give-modal .mfp-content .give-form {
  border-radius: 5px;
  padding: 30px;
  background-color: #ffffff;
}

[id*=give-form] div.summary {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary {
    width: calc(100% - 380px);
    float: left;
  }
}
@media (min-width: 1025px) {
  [id*=give-form] div.summary {
    width: calc(100% - 528px);
    float: left;
  }
}
[id*=give-form] div#give-sidebar-left {
  width: 100%;
  float: none;
  display: none;
}
[id*=give-form] div#give-sidebar-left .widget {
  margin-bottom: 60px;
}
[id*=give-form] div#give-sidebar-left .widget .widgettitle {
  font-size: 26px;
  font-size: 1.625rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 30px;
  padding-bottom: 9px;
  width: 100%;
  display: block;
}
[id*=give-form] div#give-sidebar-left .widget .widgettitle:before {
  display: none;
}
[id*=give-form] div#give-sidebar-left .widget .widgettitle span {
  position: relative;
  padding-bottom: 9px;
}
[id*=give-form] div#give-sidebar-left .widget .widgettitle span:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--e-global-color-primary);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  [id*=give-form] div#give-sidebar-left {
    width: 330px;
    float: right;
    display: block;
  }
}
@media (min-width: 1025px) {
  [id*=give-form] div#give-sidebar-left {
    display: block;
    width: 448px;
    float: right;
  }
}
[id*=give-form] div#give-sidebar-left div.images {
  display: none;
}

#give-login-form label {
  margin-bottom: 5px;
  display: block;
}
#give-login-form input[type=text],
#give-login-form input[type=password] {
  width: 100%;
}
#give-login-form .give-login-submit {
  float: left;
}
#give-login-form .give-lost-password {
  float: right;
  margin-top: 12px;
}

#give-recurring-form .form-row .give-input-field-wrapper,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row .give-input-field-wrapper,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row .give-input-field-wrapper,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  padding: 14px 20px;
  background: #fff;
  color: var(--e-global-color-text);
}
#give-recurring-form .form-row .give-input-field-wrapper:focus,
#give-recurring-form .form-row input[type=email]:focus,
#give-recurring-form .form-row input[type=password]:focus,
#give-recurring-form .form-row input[type=tel]:focus,
#give-recurring-form .form-row input[type=text]:focus,
#give-recurring-form .form-row input[type=url]:focus,
#give-recurring-form .form-row select:focus,
#give-recurring-form .form-row textarea:focus,
form.give-form .form-row .give-input-field-wrapper:focus,
form.give-form .form-row input[type=email]:focus,
form.give-form .form-row input[type=password]:focus,
form.give-form .form-row input[type=tel]:focus,
form.give-form .form-row input[type=text]:focus,
form.give-form .form-row input[type=url]:focus,
form.give-form .form-row select:focus,
form.give-form .form-row textarea:focus,
form[id*=give-form] .form-row .give-input-field-wrapper:focus,
form[id*=give-form] .form-row input[type=email]:focus,
form[id*=give-form] .form-row input[type=password]:focus,
form[id*=give-form] .form-row input[type=tel]:focus,
form[id*=give-form] .form-row input[type=text]:focus,
form[id*=give-form] .form-row input[type=url]:focus,
form[id*=give-form] .form-row select:focus,
form[id*=give-form] .form-row textarea:focus {
  border-color: var(--e-global-color-primary);
}

#give-email-access-form label {
  display: block;
  margin-bottom: 5px;
}
#give-email-access-form input#give-email {
  display: block;
}

button.mfp-close {
  padding: 0;
  background-color: transparent;
}

#give-register-form .form-label,
#give-login-form .form-label {
  font-size: 1.15em;
  font-weight: 700;
  color: var(--e-global-color-accent);
}
#give-register-form fieldset,
#give-login-form fieldset {
  padding-top: 1.41577975em;
  padding-bottom: 1em;
  margin-top: 10px;
}

.give-donor .give-donor-container {
  padding: 1rem;
}
.give-donor .give-donor-container__image {
  margin-bottom: 22px;
}
.give-donor .give-donor-container-variation__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px !important;
}
.give-donor .give-donor-details {
  justify-content: center;
}
.give-donor .give-donor-details__wrapper {
  display: none;
  visibility: hidden;
}
.give-donor .give-donor-details__total {
  font-size: 16px;
  font-size: 1rem;
}

.single-give-donation-title {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 0px;
}

form[id*=give-form] .give-donation-amount {
  margin-bottom: 20px;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  height: 56px;
  line-height: 56px;
  padding: 0 0 0 20px;
}
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
  height: 56px;
  padding: 0;
}

#give-recurring-form .give-section-break,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form .give-section-break,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] .give-section-break,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  margin: 0 0 11px 0;
  color: var(--e-global-color-secondary);
  padding-bottom: 0;
  border: unset;
}

#give_purchase_form_wrap {
  padding-top: 21px;
  margin-top: 15px;
  border-top: 1px solid var(--e-global-color-border);
}
#give_purchase_form_wrap p {
  margin-bottom: 1.25rem;
}

#give-recurring-form .form-row label,
form.give-form .form-row label,
form[id*=give-form] .form-row label {
  margin-bottom: 9px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.give_error, .give_success, .give_warning {
  margin: 20px 0;
  padding: 0.9em 1.5em 0.7em 2em;
}

.progress-bar-circle {
  position: relative;
  height: 80px;
  width: 80px;
}
.progress-bar-circle div {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.progress-bar-circle div span {
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 80px;
  height: 80px;
  width: 80px;
  left: 0;
  top: 0;
  text-align: center;
}
.progress-bar-circle .process-background {
  border-width: 3px;
  border-style: solid;
  border-color: white;
}
.progress-bar-circle .process-rotate {
  clip: rect(0 40px 80px 0);
  border-width: 3px;
  border-style: solid;
  border-color: var(--e-global-color-tertiary);
}
.progress-bar-circle .process-left {
  clip: rect(0 40px 80px 0);
  opacity: 1;
  border-width: 3px;
  border-style: solid;
  border-color: white;
}
.progress-bar-circle .process-right {
  clip: rect(0 40px 80px 0);
  transform: rotate(180deg);
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: white;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.give-grid-style-1 .give-card__category {
  position: absolute;
  top: 19px;
  left: 19px;
}
.give-list-style-1 .give-card__category {
  position: absolute;
  top: 19px;
  left: 19px;
}
.give-card__category span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #FFFFFF;
  border-radius: 8px;
  margin: 0 10px 12px 0;
  padding: 6px 11px;
  background-color: #011B1480;
}

.raised.raised-style {
  display: flex;
  margin: 13px 0 7px 0;
  align-items: center;
}
@media (max-width: 320px) {
  .raised.raised-style {
    flex-wrap: wrap;
  }
}
.raised.raised-style > div {
  -ms-flex: 1 1 auto;
  flex: 1;
  letter-spacing: 0;
  line-height: inherit;
  color: var(--e-global-color-primary);
}
.raised.raised-style .income-goal {
  display: flex;
  align-items: center;
}
.raised.raised-style .goal {
  margin-left: 6px;
}
.raised.raised-style .goal .label {
  font-size: 0px;
  font-size: 0rem;
}
.raised.raised-style .goal .value {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.1;
  color: #535353;
}
.raised.raised-style .income .label {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #535353;
  margin-left: 4px;
}
.raised.raised-style .progress {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  color: var(--e-global-color-lighter);
}
.raised.raised-style .label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  width: 100%;
}
.raised.raised-style .value {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 800;
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .raised.raised-style .value {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.raised.raised-style .percentage sup {
  font-size: 16px;
  font-size: 1rem;
  top: -0.3em;
}

.give-goal-progress .raised-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.give-goal-progress .income {
  font-size: 16px;
  font-size: 1rem;
}

.give-wrap .give-card__thumbnail {
  position: relative;
}
.give-wrap .give-card__thumbnail img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.give-wrap .give-card {
  height: 100%;
  border-radius: 24px;
  border: 1px solid var(--e-global-color-border);
  text-decoration: none;
  box-shadow: unset;
  transition: all 0.4s ease;
}
.give-wrap .give-card:hover {
  text-decoration: none !important;
}
.give-wrap .give-grid {
  grid-row-gap: 60px;
  grid-column-gap: 30px;
}
.give-wrap .give-card__progress {
  margin-top: 0;
}
.give-wrap .give-card__progress .raised.raised-style {
  margin-bottom: 20px;
}
.give-wrap .give-card__progress .raised-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.give-wrap .give-card__progress .income {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.give-wrap .give-card__title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2307692308;
  color: var(--e-global-color-secondary);
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 30em) {
  .give-wrap .give-card__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.give-wrap .give-card__title a {
  color: inherit;
}
.give-wrap .give-card__title:hover {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.give-wrap .give-grid-style-1 .give-card__body {
  position: relative;
  padding: 55px 15px 30px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-1 .give-card__body {
    padding: 71px 20px 30px;
  }
}
@media (min-width: 1025px) {
  .give-wrap .give-grid-style-1 .give-card__body {
    padding: 73px 40px 39px;
  }
}
.give-wrap .give-grid-style-1 .give-card__media {
  position: relative;
  display: block;
  margin: -1px -1px 0;
  padding-top: 74.1%;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzMzIj48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMCAwSDQ1MFYyODdDNDUwIDI4NyAzNjEuNSAzMzMgMjI2IDMzM0M5MC41IDMzMyAwIDI4MC41ODkgMCAyODAuNTg5VjBaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L2c+PC9zdmc+);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.give-wrap .give-grid-style-1 .give-card__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.give-wrap .give-grid-style-1 .give-card__progress .goal-text,
.give-wrap .give-grid-style-1 .give-card__progress .income {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--e-global-color-secondary);
}
.give-wrap .give-grid-style-1 .give-card__progress .goal-text strong,
.give-wrap .give-grid-style-1 .give-card__progress .income strong {
  color: var(--e-global-color-lighter);
  font-weight: 400;
}
.give-wrap .give-grid-style-1 .give-card-progress {
  position: absolute;
  bottom: -53px;
  transform: translate(-50%, 0%);
  left: 50%;
}
.give-wrap .give-grid-style-1 .give-card-progress .give-goal-progress {
  padding: 0;
  margin: 0;
  border: none;
}
.give-wrap .give-grid-style-1 .give-goal-progress {
  position: static;
  top: 0;
  z-index: 1;
  padding: 20px 0 20px 0;
  border-top: 1px solid var(--e-global-color-border);
}
.give-wrap .give-grid-style-1 .give-card__text {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--e-global-color-lighter);
  margin-bottom: 19px;
  margin-top: auto;
}
.give-wrap .give-grid-style-1 .progress-bar-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.give-wrap .give-grid-style-1 .progress-bar-circle .circle-bg {
  stroke: #FFFFFF66;
}
.give-wrap .give-grid-style-1 .progress-bar-circle .circle {
  stroke: #FFFFFF;
}
.give-wrap .give-grid-style-1 .give-btn {
  text-align: center;
  padding: 14px 20px !important;
  background-color: var(--e-global-color-accent) !important;
}
.give-wrap .give-grid-style-1 .give-btn:hover {
  background-color: #FFFFFF !important;
}
.give-wrap .give-grid-style-1 .give-btn:hover span {
  color: var(--e-global-color-secondary) !important;
}
.give-wrap .give-grid-style-1:hover .give-card {
  transition: all 0.4s ease;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  box-shadow: unset;
}
.give-wrap .give-grid-style-1:hover .give-card .progress-bar-circle {
  transition: all 0.4s ease;
  background-color: #FFFFFF;
}
.give-wrap .give-grid-style-1:hover .give-card .progress-bar-circle .circle {
  stroke: var(--e-global-color-primary);
}
.give-wrap .give-grid-style-1:hover .give-card .progress-bar-circle .circle-bg {
  stroke: var(--e-global-color-border);
}
.give-wrap .give-grid-style-1:hover .give-card .progress-bar-circle .percentage {
  fill: var(--e-global-color-secondary);
}
.give-wrap .give-grid-style-1:hover .give-card__title {
  color: #FFFFFF;
}
.give-wrap .give-grid-style-1:hover .give-card__title:hover {
  color: var(--e-global-color-accent);
}
.give-wrap .give-grid-style-1:hover .give-card__text {
  color: #FFFFFFB2;
}
.give-wrap .give-grid-style-1:hover .give-card__progress .goal-text,
.give-wrap .give-grid-style-1:hover .give-card__progress .income {
  color: #FFFFFF;
}
.give-wrap .give-grid-style-1:hover .give-card__progress .goal-text strong,
.give-wrap .give-grid-style-1:hover .give-card__progress .income strong {
  color: #9B9B9B;
}
.give-wrap .give-list-style-1 .give-card-wrap {
  transition: all 0.4s ease;
  display: flex;
  border: 1px solid var(--e-global-color-border);
  border-radius: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .give-wrap .give-list-style-1 .give-card-wrap {
    flex-direction: unset;
  }
}
@media (min-width: 1440px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 402px;
    width: 402px;
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 402px;
    width: 402px;
    max-width: 52%;
  }
}
@media (max-width: 1024px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 350px;
    width: 350px;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 290px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 255px;
  }
}
@media (max-width: 320px) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 214px;
  }
}
.give-wrap .give-list-style-1 .give-card__body {
  flex-grow: 1;
  position: relative;
  padding: 15px 30px 15px 68px;
}
@media (min-width: 1440px) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 50px 50px 41px 68px !important;
  }
}
@media (min-width: 1200px) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 30px 30px 30px 68px;
  }
}
@media (max-width: 1024px) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 30px 30px 30px 68px;
  }
}
@media (max-width: 768px) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 30px 30px 30px 60px;
  }
}
@media (max-width: 767px) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 60px 15px 30px 15px;
  }
}
.give-wrap .give-list-style-1 .give-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 89.555%;
  height: 100%;
  margin: -1px 0px -2px -1px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDMgMzYwIj48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMCAzNjBMLTMuNTA0NjJlLTA4IDBMMzY1LjQ0NCAtMS41OTc0ZS0wNUMzNjUuNDQ0IC0xLjU5NzRlLTA1IDQwMi4xMDYgNzAuOCA0MDIuMTA2IDE3OS4yQzQwMi4xMDYgMjg3LjYgMzYwLjMzNCAzNjAgMzYwLjMzNCAzNjBMMCAzNjBaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L2c+PC9zdmc+);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .give-wrap .give-list-style-1 .give-card__media {
    -webkit-mask-image: none;
  }
}
@media (max-width: 768px) {
  .give-wrap .give-list-style-1 .give-card__media {
    padding-top: 115.555%;
    margin: -1px 0px -1px -1px;
  }
}
@media (max-width: 767px) {
  .give-wrap .give-list-style-1 .give-card__media {
    margin: -1px 0 0;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzMzIj48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMCAwSDQ1MFYyODdDNDUwIDI4NyAzNjEuNSAzMzMgMjI2IDMzM0M5MC41IDMzMyAwIDI4MC41ODkgMCAyODAuNTg5VjBaIiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48L2c+PC9zdmc+);
    padding-top: 73.555%;
  }
  .give-wrap .give-list-style-1 .give-card__media img {
    border-top-right-radius: 20px !important;
  }
}
.give-wrap .give-list-style-1 .give-card__media img {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.give-wrap .give-list-style-1 .give-card__title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-1 .give-card__title {
    margin-bottom: 8px;
  }
}
.give-wrap .give-list-style-1 .give-card__text {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 19px;
  color: #000000B2;
}
.give-wrap .give-list-style-1 .give-goal-progress {
  padding: 20px 0 20px 0;
  margin: 0;
  border-top: 1px solid var(--e-global-color-border);
}
.give-wrap .give-list-style-1 .give-goal-progress .raised .income {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-1 .give-goal-progress .raised .income strong {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
}
.give-wrap .give-list-style-1 .give-goal-progress .goal-text {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-1 .give-goal-progress .goal-text strong {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
}
.give-wrap .give-list-style-1 .give-progress-bar {
  margin-bottom: 10px;
}
.give-wrap .give-list-style-1 .progress-bar-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  right: -12.4%;
  top: 34.5%;
}
.give-wrap .give-list-style-1 .progress-bar-circle .circle-bg {
  stroke: #FFFFFF66;
}
.give-wrap .give-list-style-1 .progress-bar-circle .circle {
  stroke: #FFFFFF;
}
@media (max-width: 768px) {
  .give-wrap .give-list-style-1 .progress-bar-circle {
    right: -17.4%;
  }
}
@media (max-width: 767px) {
  .give-wrap .give-list-style-1 .progress-bar-circle {
    bottom: -53px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.give-wrap .give-list-style-1 .give-card {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1.0625rem 2rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 110px;
  background-color: var(--e-global-color-secondary);
  white-space: nowrap;
  color: #ffffff;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: none;
  letter-spacing: 1px;
  gap: 8px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 110px;
  text-align: center;
  padding: 14px 20px !important;
  background-color: var(--e-global-color-accent) !important;
}
.give-wrap .give-list-style-1 .give-card span {
  position: relative;
  z-index: 2;
}
.give-wrap .give-list-style-1 .give-card span i, .give-wrap .give-list-style-1 .give-card span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.give-wrap .give-list-style-1 .give-card:hover, .give-wrap .give-list-style-1 .give-card:focus {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.give-wrap .give-list-style-1 .give-card:hover .elementor-button-icon, .give-wrap .give-list-style-1 .give-card:focus .elementor-button-icon {
  color: #ffffff;
}
.give-wrap .give-list-style-1 .give-card:hover {
  background-color: #ffffff !important;
  color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-1 .give-card-progress {
  margin-bottom: 0;
}
.give-wrap .give-list-style-1 .give-card-progress .give-goal-progress {
  padding: 0;
  margin: 0;
  border: none;
}
@media (max-width: 425px) {
  .give-wrap .give-list-style-1 .give-card-progress .give-goal-progress {
    align-items: center;
  }
}
.give-wrap .give-list-style-1.give-grid__item .give-card__button {
  order: 2;
}
.give-wrap .give-list-style-1:hover .give-card-wrap {
  transition: all 0.4s ease;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}
.give-wrap .give-list-style-1:hover .give-card__title {
  color: #FFFFFF;
}
.give-wrap .give-list-style-1:hover .give-card__text {
  color: #FFFFFFB2;
}
.give-wrap .give-list-style-1:hover .give-card__progress .goal-text,
.give-wrap .give-list-style-1:hover .give-card__progress .income {
  color: #FFFFFF;
}
.give-wrap .give-list-style-1:hover .give-card__progress .goal-text strong,
.give-wrap .give-list-style-1:hover .give-card__progress .income strong {
  color: #9B9B9B;
}
.give-wrap .give-list-style-1:hover .progress-bar-circle {
  transition: all 0.4s ease;
  background-color: #FFFFFF;
}
.give-wrap .give-list-style-1:hover .progress-bar-circle .circle {
  stroke: var(--e-global-color-primary);
}
.give-wrap .give-list-style-1:hover .progress-bar-circle .circle-bg {
  stroke: var(--e-global-color-border);
}
.give-wrap .give-list-style-1:hover .progress-bar-circle .percentage {
  fill: var(--e-global-color-secondary);
}
.give-wrap .give-page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.give-wrap .give-page-numbers > * {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
  color: var(--e-global-color-text);
}
.give-wrap .give-page-numbers > *.prev {
  margin-right: 7px;
}
.give-wrap .give-page-numbers > *:hover {
  background-color: var(--e-global-color-primary);
}
.give-wrap .give-page-numbers .page-numbers.dots {
  display: none;
}
.give-wrap .give-page-numbers .page-numbers.prev, .give-wrap .give-page-numbers .page-numbers.next {
  font-size: 0;
}
.give-wrap .give-page-numbers .page-numbers.prev:before, .give-wrap .give-page-numbers .page-numbers.next:before {
  font-size: 17px;
  font-size: 1.0625rem;
}
.give-wrap .give-page-numbers .page-numbers.prev:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.give-wrap .give-page-numbers .page-numbers.next:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.give-wrap .give-page-numbers span.current {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}

@media (min-width: 1024px) {
  .give-modal .mfp-content {
    width: 600px !important;
    max-width: 600px !important;
  }
}
button.mfp-close,
button.mfp-arrow {
  font-size: 30px;
  font-size: 1.875rem;
}

.give-summary-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.single-give-content-wrap {
  border: 1px solid var(--e-global-color-border);
  border-radius: 20px;
}
.single-give-content-wrap .give-display-button-only {
  padding: 20px 80px 60px 80px;
}

.single-give_forms .give_forms {
  margin: 0;
  max-width: 100%;
}
.single-give_forms .give_pre_form-content h3 {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.single-give_forms .give_pre_form-content .give-image {
  display: flex;
}
@media (max-width: 320px) {
  .single-give_forms .give_pre_form-content .give-image {
    flex-wrap: wrap;
  }
}
.single-give_forms .give_pre_form-content blockquote {
  margin: 33px 120px 29px 120px;
}
@media (max-width: 1200px) {
  .single-give_forms .give_pre_form-content blockquote {
    margin: 33px 30px 29px 30px;
  }
}
@media (max-width: 1200px) {
  .single-give_forms .give_pre_form-content blockquote {
    width: unset;
  }
}
@media (max-width: 320px) {
  .single-give_forms .give_pre_form-content blockquote {
    margin: 33px 15px 29px 15px;
  }
}
.single-give_forms .give_pre_form-content blockquote p {
  margin-bottom: 0;
}
.single-give_forms .give_pre_form-content blockquote .auth {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  color: var(--e-global-color-lighter);
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.single-give_forms .give-form-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .single-give_forms .give-form-title {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.single-give_forms .give-form-grid-content__text {
  margin-bottom: 28px;
}
.single-give_forms .give-card__category {
  display: inline-block;
}
.single-give_forms .give-card__category span {
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-primary);
  line-height: 1.5384615385;
  background-color: transparent;
}
.single-give_forms .give-card__category span:after {
  content: "|";
  color: #CCCCCC;
  margin-left: 22px;
  line-height: 1;
}
@media (max-width: 320px) {
  .single-give_forms .give-card__category span:after {
    margin-left: 10px;
  }
}
.single-give_forms .give-cate-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 11px;
}
@media (max-width: 320px) {
  .single-give_forms .give-cate-meta {
    gap: 10px;
  }
}
.single-give_forms .give-cate-meta .give-card__category span {
  margin: 0;
}
.single-give_forms .give-grid-meta {
  display: flex;
  gap: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  margin-top: 4px;
}
@media (max-width: 320px) {
  .single-give_forms .give-grid-meta {
    gap: 10px;
  }
}
.single-give_forms .give-grid-meta .post-author:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #CCCCCC;
  margin-right: 6px;
  margin-top: -6px;
  line-height: 1;
  width: 12px;
  height: 12px;
}
.single-give_forms .give-grid-meta .post-author:after {
  content: "|";
  color: #CCCCCC;
  margin-left: 15px;
  line-height: 1;
}
@media (max-width: 320px) {
  .single-give_forms .give-grid-meta .post-author:after {
    margin-left: 10px;
  }
}
.single-give_forms .give-grid-meta .posted-on:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #CCCCCC;
  margin-right: 6px;
  margin-top: -6px;
  line-height: 1;
  width: 12px;
  height: 12px;
}
.single-give_forms .give-grid-meta > span {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.single-give_forms .give-grid-meta > span:before {
  margin-right: 5px;
  margin-top: -2px;
  color: var(--e-global-color-lighter);
}
.single-give_forms .images {
  margin: -1px -1px 0px -1px;
}
.single-give_forms .images img {
  border-radius: 20px;
}
.single-give_forms .give-goal-progress {
  margin-bottom: 0;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .single-give_forms .give-goal-progress {
    padding: 0 60px 0 60px;
  }
}
@media (max-width: 1024px) {
  .single-give_forms .give-goal-progress {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 425px) {
  .single-give_forms .give-goal-progress {
    padding: 0 15px 0 15px;
  }
}
.single-give_forms .give-goal-progress .give-progress-bar {
  order: unset;
}
.single-give_forms .give-goal-progress .give-progress-bar .give-progress-varlue span {
  display: none;
}
.single-give_forms .give-display-onpage {
  padding: 0 80px 60px 80px;
}
@media (max-width: 1200px) {
  .single-give_forms .give-display-onpage {
    padding: 0 60px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .single-give_forms .give-display-onpage {
    padding: 0 30px 60px 30px;
  }
}
@media (max-width: 425px) {
  .single-give_forms .give-display-onpage {
    padding: 0 15px 60px 15px;
  }
}
.single-give_forms .give-display-onpage .give_warning {
  background: unset;
  box-shadow: unset;
  margin: 7px 0 21px 0;
}
.single-give_forms .give-display-onpage .give_warning p {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.single-give_forms .give-display-onpage .give-btn.give-donation-level-btn {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 7px 10px;
  background-color: transparent;
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-border);
  border-radius: 8px;
  text-transform: lowercase;
}
.single-give_forms .give-display-onpage .give-btn.give-donation-level-btn:hover, .single-give_forms .give-display-onpage .give-btn.give-default-level {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.single-give_forms .give-display-onpage .give-donation-levels-wrap {
  margin-bottom: 30px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.single-give_forms .give-display-onpage .give-donation-levels-wrap > li {
  margin: 0 10px 10px 0;
}
.single-give_forms .give-display-onpage .give-submit {
  padding: 14px 30px;
  background-color: var(--e-global-color-accent);
}
.single-give_forms .give-display-onpage .give-submit:hover {
  background-color: var(--e-global-color-primary);
}

.single-give-content-wrap .give-form-wrap form.give-form {
  margin-bottom: 0;
}
.single-give-content-wrap .give-form-closed {
  position: relative;
  border-radius: 3px;
  padding: 10px 30px 10px 60px;
  background-color: #58bb53;
  color: #fff;
  margin: 30px;
}
.single-give-content-wrap .give-form-closed > p {
  margin-bottom: 0;
}

form[id*=give-form] #give-final-total-wrap {
  margin: 10px 0 7px;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-accent);
  margin-left: 6px;
  line-height: 1.2222222222;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-text);
}
@media (min-width: 768px) {
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}

.give-form-tabs {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .give-form-tabs {
    margin-top: 50px;
  }
}
.give-form-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.give-form-tabs .ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
@media (min-width: 768px) {
  .give-form-tabs .ui-tabs-nav li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.give-form-tabs .ui-tabs-nav li span {
  color: var(--e-global-color-lighter);
}
.give-form-tabs .ui-tabs-nav li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .give-form-tabs .ui-tabs-nav li:not(:last-child) {
    margin-right: 45px;
  }
}
.give-form-tabs .ui-tabs-nav li:hover a,
.give-form-tabs .ui-tabs-nav li a:focus, .give-form-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: var(--e-global-color-primary);
}
.give-form-tabs .ui-tabs-nav li:hover a:after,
.give-form-tabs .ui-tabs-nav li a:focus:after, .give-form-tabs .ui-tabs-nav li.ui-tabs-active a:after {
  width: 100%;
}
.give-form-tabs .ui-tabs-nav a {
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.give-form-tabs .ui-tabs-nav a:after {
  transition: all ease-in-out 0.3s;
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
  width: 0;
  height: 1px;
  right: 50%;
  transform: translateX(50%);
}
.give-form-tabs .ui-tabs-nav a:hover {
  text-decoration: none;
}
.give-form-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 20px 0 30px;
  background: none;
}
@media (min-width: 768px) {
  .give-form-tabs .ui-tabs-panel {
    padding: 38px 0 55px;
  }
}
.give-form-tabs .gallery.gallery-columns-4 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (min-width: 768px) {
  .give-form-tabs .gallery.gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .give-form-tabs .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.give-form-tabs .gallery.gallery-columns-4 .gallery-item {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .give-form-tabs .gallery.gallery-columns-4 .gallery-item img {
    height: 185px;
    object-fit: cover;
  }
  .give-form-tabs .gallery.gallery-columns-4 .gallery-item:nth-child(6n+1), .give-form-tabs .gallery.gallery-columns-4 .gallery-item:nth-child(6n-3) {
    grid-row-end: span 2;
  }
  .give-form-tabs .gallery.gallery-columns-4 .gallery-item:nth-child(6n+1) img, .give-form-tabs .gallery.gallery-columns-4 .gallery-item:nth-child(6n-3) img {
    height: 400px;
  }
}
.give-form-tabs .gallery:before, .give-form-tabs .gallery:after {
  display: none;
}
.give-form-tabs .gallery .gallery-caption {
  display: none;
}

[id*=give-form] div.summary.single-give-form-multi {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary.single-give-form-multi {
    width: calc(100% - 440px);
    float: left;
  }
}
[id*=give-form] div.summary.single-give-form-multi + .give-embed-form-wrapper {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary.single-give-form-multi + .give-embed-form-wrapper {
    width: 410px !important;
    float: right;
  }
}

.give-embed-form, .give-embed-receipt {
  box-shadow: none !important;
}

.give_post_form-content > * {
  margin-bottom: 2em;
}
.give_post_form-content > h1, .give_post_form-content h2, .give_post_form-content h3, .give_post_form-content h4, .give_post_form-content h5, .give_post_form-content h6 {
  margin-bottom: 1em;
}

.list-content {
  margin: 0;
  padding: 0;
}
.list-content li {
  list-style: none;
  display: flex;
  align-items: center;
}
.list-content li:before {
  font-family: "kidhope-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-size: 1.125rem;
}
.list-content li:not(:last-child) {
  margin-bottom: 12px;
}
.list-content li i {
  margin-right: 6px;
  color: var(--e-global-color-primary);
}

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