/* Text meant only for screen readers. */
:root {
  --e-global-color-primary: #139C63;
  --e-global-color-secondary: #3E676E;
  --e-global-color-text: #333333;
  --e-global-color-accent: #002539;
  --e-global-color-lighter: #8F8F8F;
  --e-global-color-dark: #000000;
  --e-global-color-border: #E1E1E1;
  --e-global-color-background-light: #F4F8F0;
  --e-global-typography-primary-font-family: Instrument Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: normal;
  --e-global-typography-primary-line-height: 1.5;
  --e-global-typography-secondary-font-family: Instrument Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: normal;
  --e-global-typography-secondary-line-height: 1.125;
  --e-global-typography-tertiary-font-family: Instrument Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-tertiary-font-weight: 500;
  --e-global-typography-tertiary-text-transform: none;
  --e-global-typography-tertiary-font-style: normal;
  --e-global-typography-tertiary-text-decoration: none;
  --e-global-typography-tertiary-letter-spacing: normal;
  --e-global-typography-tertiary-line-height: 1.5;
  --e-global-typography-text-size: 16px;
  --e-global-typography-text-font-family: Instrument Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.5;
  --e-global-typography-accent-font-family: Instrument Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 600;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0.1em;
  --e-global-typography-accent-line-height: 1.5;
  --e-global-container-width: 1410px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
  --e-global-border-radius: 0;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  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-text);
  font-size: var(--e-global-typography-text-size);
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  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);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407797364em;
  color: var(--e-global-color-text);
  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);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 60px;
  font-size: 3.75rem;
}

h2,
.beta {
  font-size: 48px;
  font-size: 3rem;
}

h3,
.gamma {
  font-size: 36px;
  font-size: 2.25rem;
}

h4,
.delta {
  font-size: 26px;
  font-size: 1.625rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dd {
  margin: 0 0 1.41577975em;
}

b,
strong {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  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);
  line-height: 25px;
  color: var(--e-global-color-secondary);
  padding: 0 30px;
  border: none;
  letter-spacing: 1px;
  margin-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 15px;
    padding: 0 15px;
  }
}
blockquote p {
  position: relative;
  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-secondary);
  margin-bottom: 1em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote span {
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: var(--e-global-color-text);
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41577975em;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 10px;
}

a {
  color: var(--e-global-color-text);
  text-decoration: none;
  -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;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

:focus {
  outline: none;
}

.ecofa-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

:root {
  --give-donor-dashboard-accent-color: #f2d411;
}

body.give-form-templates {
  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);
  padding: 10px 2px;
}

.give-embed-form {
  box-shadow: none;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.give-embed-form.give-form-closed {
  position: relative;
  border-radius: 3px;
  padding: 10px 30px;
  background-color: #58bb53;
  width: auto;
  color: #fff !important;
}
.give-embed-form.give-form-closed > p {
  margin-bottom: 0;
  color: #fff !important;
}

.introduction {
  text-align: left;
}
.introduction .headline {
  display: block;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 18px;
  margin: 0;
  padding: 1rem;
  max-width: 100%;
  order: -1;
}
.introduction .image {
  order: 1;
}
.introduction .description {
  order: 2;
  margin-left: 30px;
  margin-right: 30px;
}
.introduction .seperator {
  display: none;
}
.introduction .progress-bar {
  order: 3;
}
.introduction .progress-bar .give-progress-bar {
  height: 15px;
  margin: 20px 30px;
}
.introduction .income-stats {
  order: 4;
  background-color: transparent;
}
.introduction .income-stats > div {
  background-color: transparent;
  border-width: 0 0 1px;
}
.introduction .income-stats .text {
  font-size: 10px;
  text-transform: uppercase;
  order: -1;
}
.introduction .income-stats .number {
  font-size: 14px;
  color: var(--e-global-color-secondary);
}

.form-footer .navigator-tracker {
  counter-reset: section;
}
.form-footer .navigator-tracker .step-tracker {
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  background-color: transparent;
  border: 2px solid;
  border-color: var(--e-global-color-border);
  font-size: 14px;
}
.form-footer .navigator-tracker .step-tracker:before {
  counter-increment: section;
  content: counter(section);
}
.form-footer .navigator-tracker .step-tracker.current {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}

.give-btn.advance-btn, .give-btn.download-btn, .give-btn.give-submit {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 5px;
  border-width: 1px !important;
  background-color: transparent !important;
  border-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-primary);
  padding: 13px 20px !important;
}
.give-btn.advance-btn > i, .give-btn.download-btn > i, .give-btn.give-submit > i {
  font-size: 12px;
}
.give-btn.advance-btn:hover, .give-btn.download-btn:hover, .give-btn.give-submit:hover {
  background-color: var(--e-global-color-primary) !important;
  color: #fff;
}

.give-form-navigator {
  background-color: #f6f6f6;
}
.give-form-navigator > .title {
  font-size: 18px;
  padding: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.choose-amount .content {
  text-align: left;
  margin: 20px 30px !important;
}
.choose-amount .give-donation-amount {
  box-shadow: none;
  padding: 0;
  border: 1px solid var(--e-global-color-border) !important;
  margin-left: 20px !important;
  margin-bottom: 5px !important;
}
.choose-amount .give-donation-amount .give-amount-top {
  font-size: 24px !important;
  font-weight: 700;
  text-align: left;
}
.choose-amount .give-donation-amount span.give-currency-symbol.give-currency-position-before {
  font-size: 24px;
  font-weight: 600;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background-color: var(--e-global-color-primary) !important;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  padding: 0 12px !important;
  border-right: 0 !important;
}
.choose-amount .give-donation-levels-wrap {
  display: block !important;
}
.choose-amount .give-donation-levels-wrap li {
  margin: 0 10px 10px 0 !important;
}
.choose-amount .give-donation-levels-wrap button.give-donation-level-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-border) !important;
  background-color: transparent !important;
  border-radius: 3px;
  padding: 5px 10px !important;
}
.choose-amount .give-donation-levels-wrap button.give-donation-level-btn:hover, .choose-amount .give-donation-levels-wrap button.give-donation-level-btn.give-default-level {
  color: var(--e-global-color-accent) !important;
  border-color: var(--e-global-color-primary) !important;
  box-shadow: none;
}

#give-donor-dashboard {
  max-width: 1290px !important;
}

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