@charset "UTF-8";
/* Text meant only for screen readers. */
:root {
  --e-global-color-primary: #0B4E3D;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #333333;
  --e-global-color-accent: #FF521A;
  --e-global-color-lighter: #808080;
  --e-global-color-dark: #000000;
  --e-global-color-border: #E5E5E5;
  --e-global-color-highlight: #FFCD29;
  --e-global-typography-primary-font-family: Gowun Batang, Cormorant Garamond, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 700;
  --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.6;
  --e-global-typography-secondary-font-family: Inter, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 500;
  --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.2;
  --e-global-typography-text-size: 16px;
  --e-global-typography-text-font-family: Inter, 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: Inter, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0;
  --e-global-typography-accent-line-height: 1.6;
  --container-max-width: 1410px;
  --grid-column-gap: 15px;
  --grid-row-gap: 15px;
  --e-global-column-to-show: 4;
  --e-global-border-radius: 0;
  --body-color: #fff;
}
@media (min-width: 768px) {
  :root {
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
  }
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-color);
  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: 36px;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1,
.alpha {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2,
.beta {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h2,
.beta {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

h3,
.gamma {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  h3,
.gamma {
    font-size: 32px;
    font-size: 2rem;
  }
}

h4,
.delta {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  h4,
.delta {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

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: #000;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1.2em;
  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;
}

.wp-block-quote,
blockquote {
  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-secondary);
  line-height: 1.3333;
  letter-spacing: 0;
  display: flex;
  padding: 0;
  position: relative;
  margin: 32px 127px;
  width: 572px;
  gap: 40px;
}
@media (max-width: 768px) {
  .wp-block-quote,
blockquote {
    margin: 24px auto;
    width: 85%;
    gap: 20px;
  }
}
.wp-block-quote:before,
blockquote: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: var(--e-global-color-primary);
  font-size: 45px;
  font-size: 2.8125rem;
}
@media (max-width: 1200px) {
  .wp-block-quote:before,
blockquote:before {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-quote:before,
blockquote:before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.wp-block-quote p,
blockquote p {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.wp-block-quote span,
blockquote span {
  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: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--e-global-color-accent);
}
.wp-block-quote cite,
.wp-block-quote .author,
blockquote cite,
blockquote .author {
  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;
  color: var(--e-global-color-lighter);
  letter-spacing: 2px;
  text-transform: uppercase;
}

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;
  object-fit: cover;
}

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;
}

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

.hidden {
  display: none !important;
}

.border-radius {
  border-radius: 20px;
}

: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 */
