@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== Start Customizer Color ===== */
/* ===== End Customizer Color ===== */
:root {
  --primary: #f2d411;
  --primary_hover: #ddc10c;
  --secondary: #084a5a;
  --secondary_hover: #074251;
  --tertiary: #8ccc57;
  --text: #666666;
  --accent: #000000;
  --light: #999999;
  --border: #ebebeb;
  --background: #ffffff;
  --e-global-typography-text-font-family: 'Humanii', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  --e-global-typography-accent-font-family: 'Humanii', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
textarea {
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  line-height: 1.8;
  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: 700; }
  .blog .entry-content h1, .archive .entry-content h1, .search .entry-content h1, .single-post .entry-content h1, .blog .entry-content
  h2, .archive .entry-content
  h2, .search .entry-content
  h2, .single-post .entry-content
  h2, .blog .entry-content
  h3, .archive .entry-content
  h3, .search .entry-content
  h3, .single-post .entry-content
  h3, .blog .entry-content
  h4, .archive .entry-content
  h4, .search .entry-content
  h4, .single-post .entry-content
  h4, .blog .entry-content
  h5, .archive .entry-content
  h5, .search .entry-content
  h5, .single-post .entry-content
  h5, .blog .entry-content
  h6, .archive .entry-content
  h6, .search .entry-content
  h6, .single-post .entry-content
  h6 {
    padding: 1em 0 0; }
  .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: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px; }

h2,
.beta {
  font-size: 2em;
  line-height: 1.214; }

h3,
.gamma {
  font-size: 1.618em; }

h4,
.delta {
  font-size: 1.41575em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

.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 1em; }

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

dd {
  margin: 0 0 1.41575em; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  font-size: 20px;
  font-family: "Humanii", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333; }
  blockquote p {
    position: relative; }
    blockquote p:last-child {
      margin-bottom: 0; }

.wp-block-quote.has-text-align-right, .wp-block-quote.has-text-align-right {
  border-color: var(--primary);
  padding-right: 30px; }

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: 700;
  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; }
  .site-content a:hover {
    text-decoration: underline; }

:focus {
  outline: none; }

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

.alert {
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  position: relative; }

.alert-info {
  background-color: #3d9cd2; }

.alert-success {
  background-color: #0f834d; }

.alert-error {
  background-color: #e2401c; }

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

body.give-form-templates {
  font-family: "Humanii", "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; }

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

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