@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: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  vertical-align: middle;
}

.give-goal-progress {
  font-size: 16px;
  font-size: 1rem;
}
.give-goal-progress .give-progress-bar {
  height: 10px;
  border-radius: 10px;
  order: -1;
  overflow: visible;
  background-color: var(--e-global-color-border);
}
.give-goal-progress .give-progress-bar .give-progress-varlue {
  position: relative;
  overflow: visible;
  background-color: var(--e-global-color-primary);
}
.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: var(--e-global-color-primary);
  -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: var(--e-global-color-primary);
  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-donation-level-button-wrap {
  margin-bottom: 28px;
  padding-bottom: 18px;
}
#give-donation-level-button-wrap > li {
  margin: 0 10px 10px 0;
}

.give-submit-button-wrap .give-submit,
[id^=give-user-login-submit] .give-submit,
.give-btn {
  position: relative;
  border: 1px solid;
  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.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;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.give-submit-button-wrap .give-submit:hover,
[id^=give-user-login-submit] .give-submit:hover,
.give-btn:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.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 {
  background-color: var(--e-global-color-background-light);
  border-color: var(--e-global-color-background-light);
  color: var(--e-global-color-text);
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.407rem 1rem;
}
.give-submit-button-wrap .give-submit.give-donation-level-btn:hover,
[id^=give-user-login-submit] .give-submit.give-donation-level-btn:hover,
.give-btn.give-donation-level-btn:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.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-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--e-global-color-primary);
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-left: 1px solid;
  border-color: var(--e-global-color-primary);
}
form[id*=give-form] .give-donation-amount #give-amount {
  font-size: 24px;
  font-size: 1.5rem;
  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-text);
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 490px;
  max-width: 70%;
}

.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% - 440px);
    float: left;
  }
}
[id*=give-form] div#give-sidebar-left {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div#give-sidebar-left {
    width: 410px;
    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 {
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  padding: 1.179em 1.41575em;
  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: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

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

#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-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-dark);
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: unset;
}

#give_purchase_form_wrap {
  padding-top: 28px;
  margin-top: 14px;
  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;
}

.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-2 .give-card__category, .give-grid-style-1 .give-card__category {
  position: absolute;
  top: 20px;
  left: 20px;
}
.give-list-style-2 .give-card__category:before, .give-list-style-1 .give-card__category:before {
  font-family: "ecofa-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: 6px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-primary);
}
.give-list-style-2 .give-card__category span, .give-list-style-1 .give-card__category span {
  margin: 12px 12px 12px 0;
  background-color: transparent;
  padding: 0;
  color: var(--e-global-color-lighter);
}
.give-card__category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.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);
  line-height: 1;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  padding: 8px 12px;
  background-color: #fff;
}

.raised.raised-style {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .raised.raised-style {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.raised.raised-style > div {
  -ms-flex: 1 1 auto;
  flex: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #F4F8F0;
  border-radius: 10px;
  text-align: center;
  line-height: inherit;
  padding: 20px 10px;
  color: var(--e-global-color-dark);
}
.raised.raised-style .label {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.raised.raised-style .value {
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-primary);
  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);
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .raised.raised-style .value {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.raised.raised-style .percentage sup {
  font-size: 16px;
  font-size: 1rem;
  top: -0.3em;
}
.raised.raised-style + .give-progress-bar {
  margin-top: 50px;
}

.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: 10px;
  border-top-right-radius: 10px;
}
.give-wrap .give-card {
  border-radius: 10px;
  border: 1px solid var(--e-global-color-border);
  text-decoration: none;
  box-shadow: unset;
}
.give-wrap .give-card:hover {
  text-decoration: none !important;
}
.give-wrap .give-grid {
  grid-gap: 30px;
}
.give-wrap .give-progress-bar > span {
  background-color: var(--e-global-color-tertiary);
}
.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-size: 20px;
  font-size: 1.25rem;
  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);
  color: var(--e-global-color-text);
  margin-bottom: 0.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 30em) {
  .give-wrap .give-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.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: 30em) {
  .give-wrap .give-grid-style-1 .give-card__body {
    padding: 55px 30px 35px;
  }
}
.give-wrap .give-grid-style-1 .give-card__media {
  position: relative;
  display: block;
  margin: -1px -1px 0;
  padding-top: 62.5%;
}
.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 15px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 30em) {
  .give-wrap .give-grid-style-1 .give-card__progress {
    padding: 0 30px;
  }
}
.give-wrap .give-grid-style-1 .give-card__progress .goal-text,
.give-wrap .give-grid-style-1 .give-card__progress .income {
  font-size: 14px;
  font-size: 0.875rem;
}
.give-wrap .give-grid-style-1 .give-goal-progress {
  position: static;
  top: 0;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  padding: 20px 30px 12px;
  background-color: #fff;
}
.give-wrap .give-grid-style-1 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.65rem;
  color: var(--e-global-color-lighter);
}
.give-wrap .give-grid-style-1 .give-progress-bar {
  height: 5px;
  margin-bottom: 5px;
}
.give-wrap .give-grid-style-1:hover .give-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.give-wrap .give-grid-style-2 .give-card__body {
  position: relative;
  padding: 15px 15px 30px;
}
@media (min-width: 30em) {
  .give-wrap .give-grid-style-2 .give-card__body {
    padding: 30px;
  }
}
.give-wrap .give-grid-style-2 .give-card__media {
  position: relative;
  display: block;
  margin: -1px -1px 0;
  padding-top: 62.5%;
}
.give-wrap .give-grid-style-2 .give-card__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.give-wrap .give-grid-style-2 .give-card__progress {
  position: relative;
  margin-bottom: 20px;
}
.give-wrap .give-grid-style-2 .give-card__progress .goal-text,
.give-wrap .give-grid-style-2 .give-card__progress .income {
  font-size: 14px;
  font-size: 0.875rem;
}
.give-wrap .give-grid-style-2 .give-goal-progress {
  z-index: 1;
  background-color: #fff;
}
.give-wrap .give-grid-style-2 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  color: var(--e-global-color-lighter);
}
.give-wrap .give-grid-style-2 .give-progress-bar {
  height: 8px;
  margin-bottom: 10px;
}
.give-wrap .give-grid-style-2:hover .give-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.give-wrap .give-list-style-1 .give-card-wrap {
  display: flex;
  background-color: #F4F8F0;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-1 .give-card-wrap {
    flex-direction: unset;
  }
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-1 .give-card__thumbnail {
    flex: 0 0 350px;
    width: 350px;
    max-width: 40%;
  }
}
.give-wrap .give-list-style-1 .give-card__body {
  flex-grow: 1;
  position: relative;
  padding: 15px 15px 30px;
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-1 .give-card__body {
    padding: 20px 30px;
  }
}
.give-wrap .give-list-style-1 .give-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 93.145%;
  height: 100%;
}
.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;
}
.give-wrap .give-list-style-1 .give-card__title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-1 .give-card__title {
    margin-bottom: 2rem;
  }
}
.give-wrap .give-list-style-1 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.4rem;
}
.give-wrap .give-list-style-1 .give-goal-progress {
  margin-bottom: 10px;
}
.give-wrap .give-list-style-1 .give-goal-progress .raised {
  color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-1 .give-goal-progress .raised .income {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-dark);
}
.give-wrap .give-list-style-1 .give-goal-progress .goal-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-dark);
}
.give-wrap .give-list-style-1 .give-progress-bar {
  margin-bottom: 10px;
}
.give-wrap .give-list-style-1 .give-card {
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  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);
  display: inline-block;
  padding: 0 0 3px;
  width: auto;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 0;
  border-bottom-color: var(--e-global-color-primary);
  background-color: transparent;
  letter-spacing: 3px;
}
.give-wrap .give-list-style-1 .give-card:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
  border-bottom-color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-1 .give-card__progress {
  margin-bottom: 7px;
}
.give-wrap .give-list-style-1.give-grid__item .give-card__button {
  order: 2;
}
.give-wrap .give-list-style-2 .give-card-wrap {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--e-global-color-border);
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-2 .give-card-wrap {
    flex-direction: unset;
  }
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-2 .give-card__thumbnail {
    flex: 0 0 280px;
    width: 280px;
    max-width: 50%;
  }
}
.give-wrap .give-list-style-2 .give-card__body {
  flex-grow: 1;
  position: relative;
  padding: 15px 15px 30px;
}
@media (min-width: 30em) {
  .give-wrap .give-list-style-2 .give-card__body {
    padding: 20px 30px;
  }
}
.give-wrap .give-list-style-2 .give-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 111.43%;
  height: 100%;
}
.give-wrap .give-list-style-2 .give-card__media img {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.give-wrap .give-list-style-2 .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-2 .give-card__title {
    margin-bottom: 1.65rem;
  }
}
.give-wrap .give-list-style-2 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.4rem;
}
.give-wrap .give-list-style-2 .give-goal-progress {
  margin-bottom: 4px;
}
.give-wrap .give-list-style-2 .give-goal-progress .give-progress-bar {
  height: 5px;
}
.give-wrap .give-list-style-2 .give-goal-progress .raised {
  color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-2 .give-goal-progress .raised .income {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-dark);
}
.give-wrap .give-list-style-2 .give-goal-progress .goal-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-dark);
}
.give-wrap .give-list-style-2 .give-progress-bar {
  margin-bottom: 10px;
}
.give-wrap .give-list-style-2 .give-card {
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  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);
  display: inline-block;
  padding: 0 0 3px;
  width: auto;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-radius: 0;
  border-bottom-color: var(--e-global-color-primary);
  background-color: transparent;
  letter-spacing: 3px;
}
.give-wrap .give-list-style-2 .give-card:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
  border-bottom-color: var(--e-global-color-secondary);
}
.give-wrap .give-list-style-2 .give-card__progress {
  margin-bottom: 4px;
}
.give-wrap .give-list-style-2.give-grid__item .give-card__button {
  order: 2;
}
.give-wrap .give-grid-style-3 .give-goal-progress {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding-bottom: 20px;
}
.give-wrap .give-grid-style-3 .give-goal-progress .raised {
  color: var(--e-global-color-secondary);
  color: #FFFFFF;
  padding-bottom: 10px;
}
.give-wrap .give-grid-style-3 .give-goal-progress .raised strong {
  color: #FFFFFF;
}
.give-wrap .give-grid-style-3 .give-goal-progress .raised .income {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #FFFFFF;
}
.give-wrap .give-grid-style-3 .give-goal-progress .progress-bar-circle {
  margin: 0 auto 15px;
}
.give-wrap .give-grid-style-3 .give-goal-progress .progress-bar-circle .process-left {
  background: #fff;
}
.give-wrap .give-grid-style-3 .give-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56%;
}
.give-wrap .give-grid-style-3 .give-card__media:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 37, 57, 0.6) 0%, rgba(0, 37, 57, 0.6) 100%);
  opacity: 1;
  z-index: 1;
}
.give-wrap .give-grid-style-3 .give-card__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.give-wrap .give-grid-style-3 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  font-size: 13px;
  font-size: 0.8125rem;
}
.give-wrap .give-grid-style-3 .give-card {
  position: relative;
}
.give-wrap .give-grid-style-3 .give-card__body {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.give-wrap .give-grid-style-3 .give-card__body .give-card__content {
  flex: 1;
}
.give-wrap .give-grid-style-3 .give-card__body .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: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.give-wrap .give-grid-style-3 .progress-bar-circle div span {
  font-weight: 600;
}
.give-wrap .give-grid-style-3 .progress-bar-circle div span sup {
  font-size: 16px;
  font-size: 1rem;
  top: -0.4em;
}
.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: "ecofa-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: "ecofa-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;
}
@media (min-width: 1024px) {
  .give-summary-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .give-summary-inner .entry-summary-right {
    padding-left: 50px;
  }
}

.single-give_forms .give_forms {
  margin: 0;
  max-width: 100%;
}
.single-give_forms .give-form-title {
  font-size: 30px;
  font-size: 1.875rem;
  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);
  color: var(--e-global-color-secondary);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .single-give_forms .give-form-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.single-give_forms .give-form-grid-content__text {
  margin-bottom: 0;
}
.single-give_forms .give-card__category {
  display: inline-block;
}
.single-give_forms .give-card__category span {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: primarypx;
  font-size: primary/16rem;
  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-primary);
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.single-give_forms .give-grid-meta {
  margin-bottom: 2rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.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 img {
  border-radius: 10px;
}
.single-give_forms .give-goal-progress {
  margin-bottom: 0;
}

.single-give-content-wrap {
  padding-top: 56px;
  border-top: 1px solid var(--e-global-color-border);
}
.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 .give-final-total-amount {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  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);
  color: var(--e-global-color-primary);
  margin-left: 6px;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  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);
  color: var(--e-global-color-text);
}
@media (min-width: 768px) {
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.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.images {
  margin-bottom: 0;
}
[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: "ecofa-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 */
