@charset "UTF-8";
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: LGPL-3.0-or-later */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 9, app/assets/stylesheets/pikaday.css */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 22, app/assets/stylesheets/pikaday.css */
.pika-single.is-hidden {
  display: none;
}

/* line 26, app/assets/stylesheets/pikaday.css */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 31, app/assets/stylesheets/pikaday.css */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 36, app/assets/stylesheets/pikaday.css */
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

/* line 49, app/assets/stylesheets/pikaday.css */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 60, app/assets/stylesheets/pikaday.css */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

/* line 83, app/assets/stylesheets/pikaday.css */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 88, app/assets/stylesheets/pikaday.css */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

/* line 95, app/assets/stylesheets/pikaday.css */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

/* line 102, app/assets/stylesheets/pikaday.css */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 108, app/assets/stylesheets/pikaday.css */
.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 113, app/assets/stylesheets/pikaday.css */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 120, app/assets/stylesheets/pikaday.css */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 126, app/assets/stylesheets/pikaday.css */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 134, app/assets/stylesheets/pikaday.css */
.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

/* line 149, app/assets/stylesheets/pikaday.css */
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 154, app/assets/stylesheets/pikaday.css */
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 162, app/assets/stylesheets/pikaday.css */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

/* line 169, app/assets/stylesheets/pikaday.css */
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/bootstrap-tour.css.scss */
.btn {
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color, 0.2s, ease-out;
  -moz-transition: background-color, 0.2s, ease-out;
  -ms-transition: background-color, 0.2s, ease-out;
  transition: background-color, 0.2s, ease-out;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Verdana, 'Droid Sans', sans-serif;
  line-height: 1.3;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  font-size: 14px;
  color: white;
  display: inline-block;
  background-color: #5FB88D;
}

/* line 68, app/assets/stylesheets/mixins.css.scss */
.btn:hover {
  background-color: #469e73;
}

/* line 22, app/assets/stylesheets/bootstrap-tour.css.scss */
.btn.disabled {
  background: rgba(128, 128, 128, 0.4);
  cursor: default;
}

/* line 25, app/assets/stylesheets/bootstrap-tour.css.scss */
.btn.disabled:hover {
  background: rgba(128, 128, 128, 0.4);
}

/* line 28, app/assets/stylesheets/bootstrap-tour.css.scss */
.btn-group {
  float: left;
}

/* line 30, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 340px;
  min-width: 230px;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 44, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 47, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 50, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 56, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover-title {
  margin: 0;
  padding: 9px 14px;
  font-size: 17px;
  background-color: #97c2c4;
  color: white;
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover-content {
  padding: 9px 14px;
  font-size: 15px;
  line-height: 1.4;
}

/* line 70, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover-navigation {
  overflow: auto;
}

/* line 72, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover-navigation *[data-role="end"] {
  float: right;
  clear: inherit;
  background-color: #97c2c4;
}

/* line 68, app/assets/stylesheets/mixins.css.scss */
.popover-navigation *[data-role="end"]:hover {
  background-color: #76afb2;
}

/* line 79, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 88, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 91, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 95, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 103, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 110, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 118, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 125, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 133, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 140, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 148, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 155, app/assets/stylesheets/bootstrap-tour.css.scss */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 164, app/assets/stylesheets/bootstrap-tour.css.scss */
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}

/* line 169, app/assets/stylesheets/bootstrap-tour.css.scss */
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}

/* line 173, app/assets/stylesheets/bootstrap-tour.css.scss */
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}

/* line 179, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover[class*="tour-"] {
  z-index: 1100;
}

/* line 182, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}

/* line 185, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}

/* line 188, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}

/* line 193, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover[class*="tour-"] .popover-navigation *.disabled[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *.disabled[data-role="next"],
.popover[class*="tour-"] .popover-navigation *.disabled[data-role="end"] {
  cursor: default;
}

/* line 198, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.orphan[class*="tour-"] {
  position: fixed;
  margin-top: 0;
}

/* line 202, app/assets/stylesheets/bootstrap-tour.css.scss */
.popover.orphan[class*="tour-"] .arrow {
  display: none;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow {
  padding: 15px 15px 10px 15px;
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
}

/* line 11, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow-info {
  float: left;
  max-width: 85%;
}

/* line 15, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow h2 {
  margin: 0 0 1px 0;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow p {
  min-height: 21px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 0;
  line-height: 17px;
}

/* line 30, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow .fa-star {
  font-size: 14px;
  color: rgba(66, 179, 223, 0.9);
}

/* line 34, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
.titleRow img {
  float: left;
  padding-right: 15px;
  max-width: 15%;
  max-height: 55px;
}

/* line 40, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
#donate .closeButton {
  z-index: 1;
  top: 5px;
}

@media screen and (max-width: 350px) {
  /* line 46, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
  .titleRow {
    padding: 10px;
  }
  /* line 49, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
  .titleRow img {
    padding-right: 10px;
  }
  /* line 52, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
  .titleRow h2 {
    font-size: 15px;
  }
  /* line 55, app/assets/stylesheets/nonprofits/donation_form/title_row.css.scss */
  .titleRow p {
    font-size: 12px;
  }
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/nonprofits/donation_form/footer.css.scss */
.donateForm-footer {
  background: #fbfbfb;
  font-size: 12px;
  text-align: center;
  padding: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: gray;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 7, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps {
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .highlight {
  background: #E7F3ED;
}

/* line 13, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .content {
  background: white;
  display: table;
  height: 315px;
  width: 100%;
  text-align: center;
}

/* line 20, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .field {
  text-align: left;
}

/* line 23, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .wizard-step p {
  line-height: 1.2;
}

/* line 26, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.ff-wizard-body-step {
  display: block;
  overflow: auto;
  padding: 10px;
  margin-top: 40px;
}

/* line 33, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.internationalMessage {
  text-align: center;
  padding: 8px;
  margin: 0;
  background: #fbfbfb;
}

/* line 39, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.internationalMessage small {
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
}

/* line 46, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step {
  padding: 0 5px;
}

/* line 49, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step button.is-selected {
  background: #c5e2d4;
}

/* line 52, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step button .dollar {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  margin-right: 1px;
  margin-top: -2px;
  display: inline-block;
}

/* line 60, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .highlight.greyBg {
  background: rgba(128, 128, 128, 0.1) !important;
}

/* line 63, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step .prepend--dollar:before {
  line-height: 37px;
  left: 6px;
}

/* line 67, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step .custom-amount button {
  background: #b3b3b3;
  -ms-transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  transform: translateX(-2px);
  width: 25%;
  font-size: 16px;
  padding: 0;
  line-height: 37px;
}

/* line 75, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step input {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  border-width: 2px;
}

/* line 81, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step input.is-selected,
.wizard-steps .amount-step input:focus {
  border-color: #5faf87;
}

/* line 85, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.wizard-step p.singleAmount-message {
  line-height: 1.5;
  font-size: 22px;
  margin: 15px 0 20px 0;
}

/* line 91, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.dedication-form {
  background: #fcfcfc;
  padding: 10px;
  border-radius: 4px;
}

/* line 97, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.donationModal .ff-modal {
  width: 480px;
  margin-left: -240px;
}

/* line 101, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
.donationModal .ff-modal-body {
  padding: 0;
}

@media screen and (max-width: 350px) {
  /* line 107, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
  .wizard-steps {
    font-size: 13px;
  }
  /* line 110, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
  .info-step select {
    height: 29px;
  }
  /* line 113, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
  .wizard-steps .amount-step .custom-amount input {
    line-height: 32px;
  }
  /* line 116, app/assets/stylesheets/nonprofits/donation_form/form.css.scss */
  .wizard-steps .amount-step .custom-amount .button--inset {
    padding: 0 5px;
  }
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 7, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
.donate-popup {
  overflow: visible;
  position: absolute;
  min-width: 290px;
  width: 400px;
  max-width: 100%;
  top: 100px;
  left: 50%;
  margin: 0;
  margin-left: -200px;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 22, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
.donate-popup.is-embedded {
  margin: 0;
  top: 0;
  left: 0;
}

/* line 28, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
.donate-popup.is-modal .closeButton {
  display: block;
}

/* line 32, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
.donate-popup.is-embedded .titleRow,
.donate-popup.is-embedded .closeButton {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 38, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
  .donate-popup {
    top: 10px;
  }
}

@media screen and (max-width: 400px) {
  /* line 44, app/assets/stylesheets/nonprofits/donation_form/show/index.css.scss */
  .donate-popup {
    left: 0;
    margin-left: 0;
  }
}

/* # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/common/editable.css.scss */
.editable,
.editable--readOnly {
  font-size: 16px;
  line-height: 1.6;
}

/* line 10, app/assets/stylesheets/common/editable.css.scss */
.editable iframe,
.editable--readOnly iframe {
  max-width: 100%;
}

/* line 13, app/assets/stylesheets/common/editable.css.scss */
.editable ul,
.editable ol,
.editable--readOnly ul,
.editable--readOnly ol {
  padding-left: 40px;
}

/* line 17, app/assets/stylesheets/common/editable.css.scss */
.editable ul,
.editable--readOnly ul {
  list-style-type: disc;
}

/* line 20, app/assets/stylesheets/common/editable.css.scss */
.editable li,
.editable--readOnly li {
  margin-bottom: 5px;
}

/* line 23, app/assets/stylesheets/common/editable.css.scss */
.editable img,
.editable--readOnly img {
  width: auto !important;
}

/* line 26, app/assets/stylesheets/common/editable.css.scss */
.editable p, .editable pre,
.editable--readOnly p,
.editable--readOnly pre {
  margin: 0;
  min-height: 16px;
}

/* line 32, app/assets/stylesheets/common/editable.css.scss */
.editable--email {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 3, app/assets/stylesheets/components/admin_top_nav.css.scss */
.admin-topNav {
  width: 100%;
  background: rgba(251, 251, 251, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 9, app/assets/stylesheets/components/admin_top_nav.css.scss */
.admin-topNav .container {
  padding: 15px 10px;
}

/* line 13, app/assets/stylesheets/components/admin_top_nav.css.scss */
.admin-topNav .container > * {
  margin: 5px;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 4, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  height: 100px;
  width: 140px;
  cursor: pointer;
  overflow: hidden;
  border: 2px dashed #97c2c4;
  background-color: white;
  background-size: cover;
  background-position: center;
}

/* line 18, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--large {
  height: 146px;
  width: 192px;
}

/* line 23, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--banner {
  width: 100%;
  height: auto;
}

/* line 28, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload span {
  margin-top: 30px;
  padding: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #42B3DF;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--banner span {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 42, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--large span {
  margin-top: 60px;
}

/* line 46, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload:hover {
  border-color: #76afb2;
}

/* line 58, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload:hover span {
  color: #229ccc;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 3, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard {
  position: absolute;
  width: 100%;
  max-width: 350px;
  width: 100%;
  background: #fffef9;
  padding: 7px;
  border-radius: 7px 0 7px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/* line 13, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard table {
  width: 100%;
}

/* line 16, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard table td {
  padding: 4px 5px 4px 0;
  font-size: 13px;
}

/* line 20, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard table td:first-of-type {
  font-weight: bold;
  text-transform: capitalize;
  min-width: 90px;
}

/* line 25, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard table td:last-of-type {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 30, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* line 33, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard i.fa-times {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  right: 7px;
  top: 5px;
}

/* line 60, app/assets/stylesheets/mixins.css.scss */
aside.infoCard i.fa-times:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* line 41, app/assets/stylesheets/components/info_card.css.scss */
aside.infoCard .button--micro {
  margin-top: 10px;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed table,
.activityFeed tr {
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed tr:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0.01);
}

/* line 12, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed tr:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}

/* line 15, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed td {
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed-icon {
  font-size: 14px;
  padding: 10px 0 10px 7px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  opacity: 0.7;
  color: #5FB88D;
}

/* line 24, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed-body {
  width: 100%;
  padding: 10px 8px;
  font-size: 15px;
}

/* line 29, app/assets/stylesheets/components/activity_feed.css.scss */
.activityFeed-ago {
  padding: 10px 5px 10px 0;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
  min-width: 85px;
  font-size: 12px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 5, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs, .pageTabs--event, .pageTabs--top {
  position: absolute;
  bottom: -4px;
  right: 10px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs a, .pageTabs--event a, .pageTabs--top a {
  color: white;
  float: right;
  background: #97c2c4;
  padding: 10px 14px 14px 14px;
  margin: 0 8px;
  line-height: 1;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  -webkit-transition: transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out;
  -ms-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 23, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs a:hover, .pageTabs--event a:hover, .pageTabs--top a:hover {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 26, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs a.is-active, .pageTabs--event a.is-active, .pageTabs--top a.is-active {
  background: #59999c;
  pointer-events: none;
}

/* line 31, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs--top {
  top: -35px;
  bottom: initial;
}

/* line 37, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs--event {
  max-width: 500px;
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 41, app/assets/stylesheets/components/page_tabs.css.scss */
.pageTabs--event:before {
  display: none;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 3, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction {
  position: fixed;
  background: #f8f8f8;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction button {
  line-height: 1;
  font-size: 16px;
  padding: 8px;
}

/* line 17, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction a {
  font-weight: bold;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-title {
  margin: 0;
  display: inline;
  font-size: 17px;
}

/* line 27, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction .container {
  padding: 7px 0;
}

/* line 30, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-table {
  width: 100%;
  table-layout: fixed;
}

/* line 34, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-metrics {
  font-size: 13px;
  font-weight: bold;
  color: grey;
}

/* line 39, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-metrics > *:last-child:before {
  display: none;
}

/* line 42, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-metrics > * {
  padding-right: 16px;
  position: relative;
}

/* line 46, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-metrics > *:before {
  content: '\2022';
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 53, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction .progressBar--medium {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 7px;
  font-size: 13px;
  width: 200px;
}

/* line 60, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

/* line 64, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction--campaign .fixedTopAction-right {
  width: 450px;
}

/* line 67, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction--event .fixedTopAction-right {
  width: 200px;
}

/* line 70, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction--npo .fixedTopAction-right {
  width: 170px;
}

/* line 73, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-right {
  text-align: right;
}

/* line 76, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-goal {
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 7px;
  font-size: 15px;
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/components/fixed_top_action.css.scss */
.fixedTopAction-goal strong {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  opacity: 0.7;
  font-size: 13px;
  margin-right: 5px;
}

/* line 87, app/assets/stylesheets/components/fixed_top_action.css.scss */
.button.fixedTopAction-button--share {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 0;
  padding: 0;
  width: 37px;
  height: 37px;
  margin-right: 8px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  opacity: 0.9;
}

@media screen and (max-width: 980px) {
  /* line 98, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction .container {
    padding: 7px 10px;
  }
}

@media screen and (max-width: 800px) {
  /* line 104, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction .progressBar--medium {
    width: 150px;
  }
  /* line 107, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction--campaign .fixedTopAction-right {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  /* line 113, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction-hideWhenMobile {
    display: none !important;
  }
  /* line 116, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction--campaign .fixedTopAction-right {
    width: 200px;
  }
}

@media screen and (max-width: 460px) {
  /* line 121, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction--campaign .fixedTopAction-right {
    width: 100px;
  }
  /* line 124, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction--event .fixedTopAction-right {
    width: 120px;
  }
  /* line 127, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction--npo .fixedTopAction-right {
    width: 80px;
  }
  /* line 130, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction-promote {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  /* line 135, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction {
    font-size: 14px;
  }
  /* line 138, app/assets/stylesheets/components/fixed_top_action.css.scss */
  .fixedTopAction button {
    font-size: 14px;
    padding: 5px;
  }
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 3, app/assets/stylesheets/components/draggable.css.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/components/draggable.css.scss */
.gu-hide {
  display: none !important;
}

/* line 16, app/assets/stylesheets/components/draggable.css.scss */
.gu-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 20, app/assets/stylesheets/components/draggable.css.scss */
.gu-transit {
  background: rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  opacity: 0.3;
}

/* line 25, app/assets/stylesheets/components/draggable.css.scss */
.gu-mirror {
  display: table;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/components/draggable.css.scss */
.gu-mirror button,
.gu-mirror a {
  display: none;
}

/* line 35, app/assets/stylesheets/components/draggable.css.scss */
.draggable-item {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 40, app/assets/stylesheets/components/draggable.css.scss */
.draggable-item:hover .draggable-grip {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
}

/* line 44, app/assets/stylesheets/components/draggable.css.scss */
.draggable-grip {
  display: inline-block;
  height: 100%;
  width: 12px;
  background-image: url(/assets/graphics/icon-grip.svg);
  background-repeat: repeat-y;
  background-size: 8px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -ms-opacity: 0.1;
  opacity: 0.1;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 3, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGifts table {
  width: 100%;
}

/* line 6, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGifts table td {
  text-align: center;
}

/* line 9, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGifts table td:not(:nth-of-type(2)) {
  width: 35%;
}

/* line 12, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGifts table td:nth-of-type(2) {
  width: 30%;
}

/* line 15, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGift {
  padding: 15px;
  margin-bottom: 15px;
}

/* line 19, app/assets/stylesheets/campaigns/show/gift_levels.css.scss */
.sideGift i {
  color: rgba(95, 184, 141, 0.7);
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 7, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps {
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .highlight {
  background: #E7F3ED;
}

/* line 13, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .content {
  background: white;
  display: table;
  height: 315px;
  width: 100%;
  text-align: center;
}

/* line 20, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .field {
  text-align: left;
}

/* line 23, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .wizard-step p {
  line-height: 1.2;
}

/* line 26, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.ff-wizard-body-step {
  display: block;
  overflow: auto;
  padding: 10px;
  margin-top: 40px;
}

/* line 33, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.internationalMessage {
  text-align: center;
  padding: 8px;
  margin: 0;
  background: #fbfbfb;
}

/* line 39, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.internationalMessage small {
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
}

/* line 46, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step {
  padding: 0 5px;
}

/* line 49, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step button.is-selected {
  background: #c5e2d4;
}

/* line 52, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step button .dollar {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  margin-right: 1px;
  margin-top: -2px;
  display: inline-block;
}

/* line 60, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .highlight.greyBg {
  background: rgba(128, 128, 128, 0.1) !important;
}

/* line 63, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step .prepend--dollar:before {
  line-height: 37px;
  left: 6px;
}

/* line 67, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step .custom-amount button {
  background: #b3b3b3;
  -ms-transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  transform: translateX(-2px);
  width: 25%;
  font-size: 16px;
  padding: 0;
  line-height: 37px;
}

/* line 75, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step input {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  border-width: 2px;
}

/* line 81, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-steps .amount-step input.is-selected,
.wizard-steps .amount-step input:focus {
  border-color: #5faf87;
}

/* line 85, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.wizard-step p.singleAmount-message {
  line-height: 1.5;
  font-size: 22px;
  margin: 15px 0 20px 0;
}

/* line 91, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.dedication-form {
  background: #fcfcfc;
  padding: 10px;
  border-radius: 4px;
}

/* line 97, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.donationModal .ff-modal {
  width: 480px;
  margin-left: -240px;
}

/* line 101, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
.donationModal .ff-modal-body {
  padding: 0;
}

@media screen and (max-width: 350px) {
  /* line 107, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
  .wizard-steps {
    font-size: 13px;
  }
  /* line 110, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
  .info-step select {
    height: 29px;
  }
  /* line 113, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
  .wizard-steps .amount-step .custom-amount input {
    line-height: 32px;
  }
  /* line 116, app/assets/stylesheets/campaigns/show/../../nonprofits/donation_form/form.css.scss */
  .wizard-steps .amount-step .custom-amount .button--inset {
    padding: 0 5px;
  }
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 4, app/assets/stylesheets/campaigns/show/../common.css.scss */
body .campaign-banner {
  margin: auto;
  width: 980px;
  max-height: 120px;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/campaigns/show/page.css.scss */
.button--gift {
  font-size: 17px;
  padding: 8px 8px 5px 8px;
  width: 100%;
  line-height: 1;
}

/* line 26, app/assets/stylesheets/campaigns/show/page.css.scss */
.button--gift * {
  line-height: 1 !important;
}

/* line 29, app/assets/stylesheets/campaigns/show/page.css.scss */
.button--gift small {
  font-size: 12px;
}

/* line 32, app/assets/stylesheets/campaigns/show/page.css.scss */
.button--gift .dollar {
  font-size: 14px;
  margin-right: -3px;
}

/* line 37, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMedia-image {
  width: 100%;
}

/* line 40, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMedia-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background: #fbfbfb;
}

/* line 47, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMedia-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 54, app/assets/stylesheets/campaigns/show/page.css.scss */
.box,
.box-l {
  padding-right: 15px;
}

/* line 58, app/assets/stylesheets/campaigns/show/page.css.scss */
.box-l,
.box-r {
  margin-bottom: 15px;
}

/* line 62, app/assets/stylesheets/campaigns/show/page.css.scss */
.box {
  width: 62.5%;
  clear: left;
  float: left;
}

/* line 65, app/assets/stylesheets/campaigns/show/page.css.scss */
.box-l {
  vertical-align: top;
  width: 62.5%;
  display: inline-block;
}

/* line 68, app/assets/stylesheets/campaigns/show/page.css.scss */
.box-r {
  width: 37.5%;
  clear: right;
  float: right;
}

/* line 71, app/assets/stylesheets/campaigns/show/page.css.scss */
.adminSidebar--sidebar-pledge.is-done {
  text-decoration: line-through;
}

/* line 74, app/assets/stylesheets/campaigns/show/page.css.scss */
.adminSidebar--sidebar-pledge.is-done a {
  color: rgba(0, 0, 0, 0.1);
}

/* line 77, app/assets/stylesheets/campaigns/show/page.css.scss */
.showWhenMobile {
  display: none;
}

/* line 80, app/assets/stylesheets/campaigns/show/page.css.scss */
.globalFooter {
  margin-top: 40px;
}

/* line 83, app/assets/stylesheets/campaigns/show/page.css.scss */
.editVideoButton {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 88, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMetrics h4 {
  margin: 0 0 0 0;
  font-size: 32px;
  line-height: 32px;
}

/* line 94, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMetrics h4 .dollar {
  font-size: 20px;
  line-height: 25px;
  margin-right: 2px;
}

/* line 100, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaignMetrics p {
  margin-bottom: 15px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  opacity: 0.9;
}

/* line 105, app/assets/stylesheets/campaigns/show/page.css.scss */
.goalAmount .dollar {
  margin-right: 1px;
}

/* line 109, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

/* line 115, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 10px;
  align-self: flex-start;
}

/* line 123, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile > figure > .avatar {
  flex-basis: 20%;
  min-width: 100px;
  height: auto;
}

/* line 129, app/assets/stylesheets/campaigns/show/page.css.scss */
.avatar > img {
  clip-path: circle(50% at center);
}

/* line 133, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile > figure > figcaption {
  flex-basis: 40%;
  padding: 15px;
  text-align: left;
}

/* line 139, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile .reason {
  flex-basis: 60%;
}

/* line 143, app/assets/stylesheets/campaigns/show/page.css.scss */
.campaigner-profile .pastelBox-body {
  min-height: 100px;
}

@media screen and (max-width: 1000px) {
  /* line 148, app/assets/stylesheets/campaigns/show/page.css.scss */
  .box,
.box-l {
    padding: 0 15px;
  }
  /* line 152, app/assets/stylesheets/campaigns/show/page.css.scss */
  .box-r {
    padding-right: 15px;
  }
}

@media screen and (max-width: 700px) {
  /* line 157, app/assets/stylesheets/campaigns/show/page.css.scss */
  .box,
.box-l,
.box-r {
    width: 100%;
    clear: left;
    float: left;
    padding: 0 10px;
  }
  /* line 163, app/assets/stylesheets/campaigns/show/page.css.scss */
  .hideWhenMobile {
    display: none;
  }
  /* line 166, app/assets/stylesheets/campaigns/show/page.css.scss */
  .showWhenMobile {
    display: block;
  }
}
