:root {
  --primary: #F7CF47;
  --primary_hover: #f5c728;
  --secondary: #D54400;
  --secondary_hover: #bf3d00;
  --text: #535353;
  --accent: #000000;
  --light: #9B9B9B;
  --highlight: #EF262C;
  --border: #E8E8E8;
  --background: #ffffff;
  --background-light: #FCFAF2;
  --spacing_value: -1px;
  --spacing_value_2: -1px;
  --e-global-typography-text-font-family: "Plus Jakarta Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --e-global-typography-accent-font-family: "Plus Jakarta Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --container: 1290px;
}

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

body,
button,
input,
textarea {
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  font-size: 16px;
  line-height: 1.375;
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407911001em;
  color: var(--accent);
  font-weight: 600;
  font-family: var(--e-global-typography-accent-font-family);
}

h1,
.alpha {
  font-size: 60px;
  line-height: 1;
  letter-spacing: var(--spacing_value_2);
}

h2,
.beta {
  font-size: 48px;
  line-height: 1;
  letter-spacing: var(--spacing_value_2);
}

h3,
.gamma {
  font-size: 40px;
  line-height: 1;
  letter-spacing: var(--spacing_value);
}

h4,
.delta {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: var(--spacing_value);
}

h5 {
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: var(--spacing_value);
}

h6 {
  font-size: 18px;
  line-height: 1.2222222222;
}

.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: 600;
}

dd {
  margin: 0 0 1.41575em;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  font-size: 18px;
  color: var(--accent);
}
blockquote p {
  position: relative;
  margin-bottom: 1em;
}
blockquote p:first-child:before {
  color: var(--primary);
  font-style: normal;
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: -60px;
  text-shadow: none;
  z-index: -1;
}
blockquote p:last-child {
  margin-bottom: 0;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  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.5407911001em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  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.41575em;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

.wihelp-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: "Heebo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 10px 2px;
}

.give-embed-form {
  box-shadow: none;
  border: 1px solid;
  border-color: var(--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;
}
.give-embed-form ul {
  margin-left: 0;
}

.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;
  font-weight: 600;
  color: var(--accent);
}

.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(--border);
  font-size: 14px;
  font-weight: 600;
}
.form-footer .navigator-tracker .step-tracker:before {
  counter-increment: section;
  content: counter(section);
}
.form-footer .navigator-tracker .step-tracker.current {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.give-btn.advance-btn, .give-btn.download-btn, .give-btn.give-submit {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--accent);
  padding: 13px 20px !important;
}
.give-btn.advance-btn > i, .give-btn.download-btn > i, .give-btn.give-submit > i {
  font-size: 12px;
}
.give-btn:hover {
  background-color: var(--primary_hover) !important;
  border-color: var(--primary_hover) !important;
}

.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(--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(--primary) !important;
  border: 1px solid;
  border-color: var(--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(--accent);
  border: 2px solid var(--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(--accent) !important;
  border-color: var(--primary) !important;
  box-shadow: none;
}

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