/*!
 * Give Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2016, GiveWP
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-item-label-gray {
  background-color: #929292;
}
.give-item-label-orange {
  background-color: #ffba00;
}
.give-item-label {
  border-radius: 0.25em;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 0.2em 0.4em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.give-item-label:hover {
  color: #fff;
  text-decoration: none;
}

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*="hint--"] {
  display: inline-block;
  position: relative;
}
[class*="hint--"]:after,
[class*="hint--"]:before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateZ(0);
  transition: 0.3s ease;
  transition-delay: 0s;
  visibility: hidden;
  z-index: 1000000;
}
[class*="hint--"]:hover:after,
[class*="hint--"]:hover:before {
  opacity: 1;
  transition-delay: 0.1s;
  visibility: visible;
}
[class*="hint--"]:before {
  background: 0 0;
  border: 6px solid transparent;
  content: "";
  position: absolute;
  z-index: 1000001;
}
[class*="hint--"]:after {
  background: #383838;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px;
  text-shadow: 0 -1px 0 #000;
  white-space: nowrap;
}
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}
[aria-label=""]:after,
[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
  display: none !important;
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--top:after,
.hint--top:before {
  bottom: 100%;
  left: 50%;
}
.hint--top:before {
  left: calc(50% - 6px);
  margin-bottom: -11px;
}
.hint--top:after {
  transform: translateX(-50%);
}
.hint--top:hover:before {
  transform: translateY(-8px);
}
.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}
.hint--bottom:after,
.hint--bottom:before {
  left: 50%;
  top: 100%;
}
.hint--bottom:before {
  left: calc(50% - 6px);
  margin-top: -11px;
}
.hint--bottom:after {
  transform: translateX(-50%);
}
.hint--bottom:hover:before {
  transform: translateY(8px);
}
.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}
.hint--right:before {
  border-right-color: #383838;
  margin-bottom: -6px;
  margin-left: -11px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:after,
.hint--right:before {
  bottom: 50%;
  left: 100%;
}
.hint--right:hover:after,
.hint--right:hover:before {
  transform: translateX(8px);
}
.hint--left:before {
  border-left-color: #383838;
  margin-bottom: -6px;
  margin-right: -11px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:after,
.hint--left:before {
  bottom: 50%;
  right: 100%;
}
.hint--left:hover:after,
.hint--left:hover:before {
  transform: translateX(-8px);
}
.hint--top-left:after,
.hint--top-left:before {
  bottom: 100%;
  left: 50%;
}
.hint--top-left:before {
  left: calc(50% - 6px);
  margin-bottom: -11px;
}
.hint--top-left:after {
  margin-left: 12px;
  transform: translateX(-100%);
}
.hint--top-left:hover:before {
  transform: translateY(-8px);
}
.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}
.hint--top-right:after,
.hint--top-right:before {
  bottom: 100%;
  left: 50%;
}
.hint--top-right:before {
  left: calc(50% - 6px);
  margin-bottom: -11px;
}
.hint--top-right:after {
  margin-left: -12px;
  transform: translateX(0);
}
.hint--top-right:hover:after,
.hint--top-right:hover:before {
  transform: translateY(-8px);
}
.hint--bottom-left:after,
.hint--bottom-left:before {
  left: 50%;
  top: 100%;
}
.hint--bottom-left:before {
  left: calc(50% - 6px);
  margin-top: -11px;
}
.hint--bottom-left:after {
  margin-left: 12px;
  transform: translateX(-100%);
}
.hint--bottom-left:hover:before {
  transform: translateY(8px);
}
.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}
.hint--bottom-right:after,
.hint--bottom-right:before {
  left: 50%;
  top: 100%;
}
.hint--bottom-right:before {
  left: calc(50% - 6px);
  margin-top: -11px;
}
.hint--bottom-right:after {
  margin-left: -12px;
  transform: translateX(0);
}
.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
  transform: translateY(8px);
}
.hint--large:after,
.hint--medium:after,
.hint--small:after {
  word-wrap: break-word;
  line-height: 1.4em;
  white-space: normal;
}
.hint--small:after {
  width: 80px;
}
.hint--medium:after {
  width: 150px;
}
.hint--large:after {
  width: 300px;
}
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}
.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}
.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}
.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}
.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:before {
  transform: translateY(-8px);
}
.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
  transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
  transform: translateY(8px);
}
.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  transform: translateX(8px);
}
.hint--rounded:after {
  border-radius: 4px;
}
.hint--no-animate:after,
.hint--no-animate:before {
  transition-duration: 0s;
}
.hint--bounce:after,
.hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*!
 * Float Labels
 *
 * @version: 3.2.0
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 */
[id*="give-form"].give-fl-form .give-fl-wrap {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
[id*="give-form"].give-fl-form input.give-fl-input,
[id*="give-form"].give-fl-form select.give-fl-select,
[id*="give-form"].give-fl-form textarea.give-fl-textarea {
  background-color: inherit;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  outline: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
[id*="give-form"].give-fl-form input.give-fl-input:-moz-placeholder,
[id*="give-form"].give-fl-form input.give-fl-input::-moz-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select:-moz-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select::-moz-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea:-moz-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea::-moz-placeholder {
  color: #757575;
}
[id*="give-form"].give-fl-form input.give-fl-input:-ms-input-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select:-ms-input-placeholder,
[id*="give-form"].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder {
  color: #757575;
}
[id*="give-form"].give-fl-form input.give-fl-input::-webkit-input-placeholder,
[id*="give-form"].give-fl-form select.give-fl-select::-webkit-input-placeholder,
[id*="give-form"].give-fl-form
  textarea.give-fl-textarea::-webkit-input-placeholder {
  color: #757575;
}
[id*="give-form"].give-fl-form select.give-fl-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #757575;
  cursor: pointer;
  position: relative;
}
[id*="give-form"].give-fl-form .give-fl-is-active input.give-fl-input,
[id*="give-form"].give-fl-form .give-fl-is-active select.give-fl-select,
[id*="give-form"].give-fl-form .give-fl-is-active textarea.give-fl-textarea {
  background-color: inherit;
  border-color: #ccc;
  color: #333;
}
[id*="give-form"].give-fl-form .give-fl-has-focus input.give-fl-input,
[id*="give-form"].give-fl-form .give-fl-has-focus select.give-fl-select,
[id*="give-form"].give-fl-form .give-fl-has-focus textarea.give-fl-textarea {
  background-color: inherit;
  border-color: #ccc;
}
[id*="give-form"].give-fl-form label.give-fl-label {
  border-radius-top-left: 0;
  color: #757575;
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: -12px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
[id*="give-form"].give-fl-form .give-fl-is-active label.give-fl-label {
  opacity: 1;
  visibility: visible;
}
[id*="give-form"].give-fl-form .give-fl-has-focus label.give-fl-label {
  color: #1976d2;
}
[id*="give-form"].give-fl-form .give-fl-is-required:before {
  color: #d32f2f;
  content: "*";
  display: block;
  font-size: 16px;
  line-height: 1.75;
  opacity: 1;
  padding: 6px 0 0;
  position: absolute;
  right: 18px;
  top: 1px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
[id*="give-form"].give-fl-form .give-fl-is-required.give-fl-is-active:before {
  opacity: 0;
}
[id*="give-form"].give-fl-form.give-fl-style-1 input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-1 select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-1 textarea.give-fl-textarea {
  padding: 6px 12px;
}
[id*="give-form"].give-fl-form.give-fl-style-1 select.give-fl-select {
  height: 44px;
}
[id*="give-form"].give-fl-form.give-fl-style-1
  .give-fl-is-active
  input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-1
  .give-fl-is-active
  select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-1
  .give-fl-is-active
  textarea.give-fl-textarea {
  padding: 6px 12px;
}
[id*="give-form"].give-fl-form.give-fl-style-1 label.give-fl-label {
  background-color: transparent;
  left: 10px;
  padding: 12px 3px;
  top: 1px;
}
[id*="give-form"].give-fl-form.give-fl-style-1 label.give-fl-label:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 19px;
  z-index: -1;
}
[id*="give-form"].give-fl-form.give-fl-style-1
  .give-fl-is-active
  label.give-fl-label {
  padding: 3px;
  top: -9px;
}
[id*="give-form"].give-fl-form.give-fl-style-1
  .give-fl-is-active
  label.give-fl-label:before {
  top: 9px;
}
[id*="give-form"].give-fl-form.give-fl-style-2 input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-2 select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-2 textarea.give-fl-textarea {
  padding: 12px;
}
[id*="give-form"].give-fl-form.give-fl-style-2 select.give-fl-select {
  height: 56px;
}
[id*="give-form"].give-fl-form.give-fl-style-2
  .give-fl-is-active
  input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-2
  .give-fl-is-active
  select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-2
  .give-fl-is-active
  textarea.give-fl-textarea {
  padding: 18px 12px 6px;
}
[id*="give-form"].give-fl-form.give-fl-style-2 label.give-fl-label {
  left: 10px;
  padding: 6px 3px 3px;
  top: 1px;
}
[id*="give-form"].give-fl-form.give-fl-style-2 .give-fl-is-required:before {
  padding-top: 12px;
}
[id*="give-form"].give-fl-form .give-fl-wrap-select:after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>")
    no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  content: "";
  display: block;
  height: calc(100% - 2px);
  position: absolute;
  right: 6px;
  top: 1px;
  width: 15px;
  z-index: 2;
}
.mfp-bg {
  background: #0b0b0b;
  opacity: 0.8;
  overflow: hidden;
  z-index: 1000001;
}
.mfp-bg,
.mfp-wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.mfp-wrap {
  -webkit-backface-visibility: hidden;
  outline: none !important;
  z-index: 1000002;
}
.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1000004;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1000003;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1000005;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}
.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: -55px 0 0;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  border: inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.mfp-title {
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: give-icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icomoon.eot?kdnr3d);
  src: url(../fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.woff?kdnr3d) format("woff"),
    url(../fonts/icomoon.svg?kdnr3d#icomoon) format("svg");
}
.give-icon:before {
  font-style: normal;
}
[class*=" give-icon-"],
[class^="give-icon-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: give-icomoon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.give-icon-lamp:before {
  content: "\e603";
}
.give-icon-heart:before {
  content: "\e604";
}
.give-icon-question:before {
  content: "\e602";
}
.give-icon-info:before {
  content: "\e601";
}
.give-icon-new-tab:before {
  content: "\ea7e";
}
.give-icon-alert:before {
  content: "\f02d";
}
.give-icon-help:before {
  content: "\e606";
}
.give-icon-spinner:before {
  content: "\e605";
}
.give-button-with-loader span.give-loading-animation:before,
.give-icon-spinner2:before,
form[id*="give-form"] .give-loading-animation:before {
  content: "\e607";
}
.give-icon-plus:before {
  content: "\e040";
}
.give-icon-minus:before {
  content: "\e041";
}
.give-icon-locked:before,
[id*="give_secure_site_wrapper"] span.padlock:before {
  content: "\e600";
}
.dashicons-give:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  font-family: give-icomoon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.fa-spin,
.give-button-with-loader span.give-loading-animation,
form[id*="give-form"] .give-loading-animation {
  animation: spin 1s linear infinite;
}
body.give_receipt_page {
  background-color: #fff;
  color: #141412;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}
body.give_receipt_page #give_receipt_wrapper {
  margin: 0 auto;
  padding: 50px 0;
  width: 660px;
}
body.give_receipt_page table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
body.give_receipt_page td,
body.give_receipt_page th {
  border-top: 1px solid #ededed;
  display: table-cell;
  font-weight: 400;
  padding: 6px 10px 6px 0;
  text-align: left;
}
body.give_receipt_page th {
  font-weight: 700;
  text-transform: uppercase;
}
body.give_receipt_page h3 {
  clear: both;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 5px;
}
table#give_donation_receipt,
table#give_donation_receipt_products {
  width: 100%;
}
table#give_donation_receipt td,
table#give_donation_receipt th {
  text-align: left;
}
table#give_donation_receipt .give-receipt-thead-text {
  display: block;
  font-size: 18px;
  text-align: center;
}
table#give_donation_receipt .give-receipt-thead-text > span {
  font-size: 16px;
}
table#give_donation_receipt li {
  margin: 0 0 8px 10px;
}
table#give_donation_receipt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table#give_donation_receipt .give_receipt_payment_status.failed,
table#give_donation_receipt .give_receipt_payment_status.pending,
table#give_donation_receipt .give_receipt_payment_status.revoked {
  color: #f73f2e;
}
table#give_donation_receipt span.donation-level-text-wrap {
  display: block;
  font-style: italic;
}
[id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-give select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-give textarea.give-fl-textarea {
  background-color: #fff;
  line-height: inherit;
  padding: 12px;
}
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="email"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="number"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="password"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="search"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="tel"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="text"],
[id*="give-form"].give-fl-form.give-fl-style-give
  input.give-fl-input[type="url"] {
  height: auto;
  min-height: 50px;
}
[id*="give-form"].give-fl-form.give-fl-style-give select.give-fl-select {
  line-height: inherit;
}
[id*="give-form"].give-fl-form.give-fl-style-give
  .give-fl-is-active
  input.give-fl-input,
[id*="give-form"].give-fl-form.give-fl-style-give
  .give-fl-is-active
  select.give-fl-select,
[id*="give-form"].give-fl-form.give-fl-style-give
  .give-fl-is-active
  textarea.give-fl-textarea {
  padding: 20px 12px 4px;
  transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}
[id*="give-form"].give-fl-form.give-fl-style-give label.give-fl-label {
  left: 13px;
  padding: 6px 0 0;
  right: 0;
  top: 1px;
}
[id*="give-form"].give-fl-form.give-fl-style-give .give-fl-is-required:before {
  padding-top: 12px;
}
[id*="give-form"].give-fl-form.give-fl-style-give
  label.give-fl-label
  .give-required-indicator {
  display: none;
}
[id*="give-form"].give-fl-form.give-fl-style-give
  label.give-fl-label
  .give-tooltip {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[id*="give-form"].give-fl-form.give-fl-style-give
  label.give-fl-label
  .give-tooltip:before {
  content: unset;
}
.give-clearfix {
  *zoom: 1;
}
.give-clearfix:after,
.give-clearfix:before {
  content: " ";
  display: table;
}
.give-clearfix:after {
  clear: both;
}
[id*="give-form"] .give-hidden {
  display: none;
}
[id*="give-form"] fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
[id*="give-form"] .give-form-title {
  margin: 0 0 15px;
  padding: 0;
}
[id*="give-form"] div#give-sidebar-left {
  float: left;
  width: 38%;
}
[id*="give-form"] div.images {
  margin: 0 0 15px;
}
[id*="give-form"] div.images img {
  box-shadow: none;
  display: block;
  height: auto;
  width: 100%;
}
[id*="give-form"] .give-custom-amount-text {
  clear: both;
}
[id*="give-form"] div.summary {
  float: right;
  width: 58%;
}
[id*="give-form"] div.summary.give-full-width {
  float: none;
  width: 100%;
}
[id*="give-form"] .give_form select.give-select.required {
  color: #000;
}
[id*="give-form"] div.give-form-content-wrap {
  margin: 0 0 20px;
}
[id*="give-form"] div.give-form-content-wrap.give_post_form-content {
  margin: 20px 0 0;
}
[id*="give-form"].give-display-modal form .give_notices {
  display: none;
}
[id*="give-form"].give-display-modal .give-btn,
[id*="give-form"].give-display-reveal .give-btn {
  margin: 0 0 15px;
}
[id*="give-form"].give-display-modal #give-payment-mode-select,
[id*="give-form"].give-display-modal #give_purchase_form_wrap,
[id*="give-form"].give-display-reveal #give-payment-mode-select,
[id*="give-form"].give-display-reveal #give_purchase_form_wrap {
  display: none;
}
[id*="give-form"] .cc-address {
  margin-bottom: 15px;
}
.single-give_forms.et_right_sidebar #main-content .container:before {
  display: none;
}
.single-give_forms .give_forms {
  *zoom: 1;
  margin: 50px auto;
  max-width: 1230px;
}
.single-give_forms .give_forms:after,
.single-give_forms .give_forms:before {
  content: " ";
  display: table;
}
.single-give_forms .give_forms:after {
  clear: both;
}
#give-purchase-gravatars .give-gravatars-title {
  margin: 0 0 15px;
}
#give-purchase-gravatars .give-purchase-gravatars-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#give-purchase-gravatars .give-purchase-gravatars-list li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px 0 0;
  padding: 0;
}
#give-recurring-form,
form.give-form,
form[id*="give-form"] {
  margin: 0 0 25px;
  padding: 0;
}
#give-recurring-form .give-hidden,
form.give-form .give-hidden,
form[id*="give-form"] .give-hidden {
  display: none;
}
@media (min-width: 481px) {
  #give-recurring-form .give-title-prefix-wrap .form-row-first,
  #give-recurring-form .give-title-prefix-wrap .form-row-last,
  form.give-form .give-title-prefix-wrap .form-row-first,
  form.give-form .give-title-prefix-wrap .form-row-last,
  form[id*="give-form"] .give-title-prefix-wrap .form-row-first,
  form[id*="give-form"] .give-title-prefix-wrap .form-row-last {
    float: left;
    width: 40%;
  }
  #give-recurring-form .give-title-prefix-wrap .form-row-title,
  form.give-form .give-title-prefix-wrap .form-row-title,
  form[id*="give-form"] .give-title-prefix-wrap .form-row-title {
    float: left;
    width: 15%;
  }
}
#give-recurring-form .give-tooltip,
form.give-form .give-tooltip,
form[id*="give-form"] .give-tooltip {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  margin: 0 3px;
  padding: 0;
  transition: all 0.2s linear;
}
#give-recurring-form .give-tooltip:hover,
form.give-form .give-tooltip:hover,
form[id*="give-form"] .give-tooltip:hover {
  color: #333;
}
#give-recurring-form .give-section-break,
#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form .give-section-break,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*="give-form"] .give-section-break,
form[id*="give-form"] h3.give-section-break,
form[id*="give-form"] h4.give-section-break,
form[id*="give-form"] legend {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.15em;
  font-weight: 700;
  margin: 10px 0 15px;
  padding: 0 0 5px;
  width: 100%;
}
#give-recurring-form .give-section-break span.sub-text,
#give-recurring-form h3.give-section-break span.sub-text,
#give-recurring-form h4.give-section-break span.sub-text,
#give-recurring-form legend span.sub-text,
form.give-form .give-section-break span.sub-text,
form.give-form h3.give-section-break span.sub-text,
form.give-form h4.give-section-break span.sub-text,
form.give-form legend span.sub-text,
form[id*="give-form"] .give-section-break span.sub-text,
form[id*="give-form"] h3.give-section-break span.sub-text,
form[id*="give-form"] h4.give-section-break span.sub-text,
form[id*="give-form"] legend span.sub-text {
  font-style: italic;
  font-weight: 400;
}
#give-recurring-form .form-row,
form.give-form .form-row,
form[id*="give-form"] .form-row {
  *zoom: 1;
  box-sizing: border-box;
  margin: 0 0 15px;
  overflow: visible;
  padding: 0;
}
#give-recurring-form .form-row:after,
#give-recurring-form .form-row:before,
form.give-form .form-row:after,
form.give-form .form-row:before,
form[id*="give-form"] .form-row:after,
form[id*="give-form"] .form-row:before {
  content: " ";
  display: table;
}
#give-recurring-form .form-row:after,
form.give-form .form-row:after,
form[id*="give-form"] .form-row:after {
  clear: both;
}
#give-recurring-form .form-row:last-child,
form.give-form .form-row:last-child,
form[id*="give-form"] .form-row:last-child {
  margin-bottom: 15px;
}
#give-recurring-form .form-row label,
form.give-form .form-row label,
form[id*="give-form"] .form-row label {
  display: block;
  line-height: 1.7;
  margin: 0 0 5px;
  position: relative;
}
#give-recurring-form .form-row label.checkbox,
form.give-form .form-row label.checkbox,
form[id*="give-form"] .form-row label.checkbox {
  display: inline;
}
#give-recurring-form .form-row .give-input-field-wrapper,
#give-recurring-form .form-row input[type="email"],
#give-recurring-form .form-row input[type="password"],
#give-recurring-form .form-row input[type="tel"],
#give-recurring-form .form-row input[type="text"],
#give-recurring-form .form-row input[type="url"],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row .give-input-field-wrapper,
form.give-form .form-row input[type="email"],
form.give-form .form-row input[type="password"],
form.give-form .form-row input[type="tel"],
form.give-form .form-row input[type="text"],
form.give-form .form-row input[type="url"],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*="give-form"] .form-row .give-input-field-wrapper,
form[id*="give-form"] .form-row input[type="email"],
form[id*="give-form"] .form-row input[type="password"],
form[id*="give-form"] .form-row input[type="tel"],
form[id*="give-form"] .form-row input[type="text"],
form[id*="give-form"] .form-row input[type="url"],
form[id*="give-form"] .form-row select,
form[id*="give-form"] .form-row textarea {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  margin: 0;
  outline: none;
  padding: 0.5em;
  width: 100%;
}
#give-recurring-form .form-row .give-input-field-wrapper:focus,
#give-recurring-form .form-row input[type="email"]:focus,
#give-recurring-form .form-row input[type="password"]:focus,
#give-recurring-form .form-row input[type="tel"]:focus,
#give-recurring-form .form-row input[type="text"]:focus,
#give-recurring-form .form-row input[type="url"]:focus,
#give-recurring-form .form-row select:focus,
#give-recurring-form .form-row textarea:focus,
form.give-form .form-row .give-input-field-wrapper:focus,
form.give-form .form-row input[type="email"]:focus,
form.give-form .form-row input[type="password"]:focus,
form.give-form .form-row input[type="tel"]:focus,
form.give-form .form-row input[type="text"]:focus,
form.give-form .form-row input[type="url"]:focus,
form.give-form .form-row select:focus,
form.give-form .form-row textarea:focus,
form[id*="give-form"] .form-row .give-input-field-wrapper:focus,
form[id*="give-form"] .form-row input[type="email"]:focus,
form[id*="give-form"] .form-row input[type="password"]:focus,
form[id*="give-form"] .form-row input[type="tel"]:focus,
form[id*="give-form"] .form-row input[type="text"]:focus,
form[id*="give-form"] .form-row input[type="url"]:focus,
form[id*="give-form"] .form-row select:focus,
form[id*="give-form"] .form-row textarea:focus {
  background-color: #fff;
}
#give-recurring-form .form-row .give-input-field-wrapper.required,
#give-recurring-form .form-row input[type="email"].required,
#give-recurring-form .form-row input[type="password"].required,
#give-recurring-form .form-row input[type="tel"].required,
#give-recurring-form .form-row input[type="text"].required,
#give-recurring-form .form-row input[type="url"].required,
#give-recurring-form .form-row select.required,
#give-recurring-form .form-row textarea.required,
form.give-form .form-row .give-input-field-wrapper.required,
form.give-form .form-row input[type="email"].required,
form.give-form .form-row input[type="password"].required,
form.give-form .form-row input[type="tel"].required,
form.give-form .form-row input[type="text"].required,
form.give-form .form-row input[type="url"].required,
form.give-form .form-row select.required,
form.give-form .form-row textarea.required,
form[id*="give-form"] .form-row .give-input-field-wrapper.required,
form[id*="give-form"] .form-row input[type="email"].required,
form[id*="give-form"] .form-row input[type="password"].required,
form[id*="give-form"] .form-row input[type="tel"].required,
form[id*="give-form"] .form-row input[type="text"].required,
form[id*="give-form"] .form-row input[type="url"].required,
form[id*="give-form"] .form-row select.required,
form[id*="give-form"] .form-row textarea.required {
  color: #333;
}
#give-recurring-form .form-row .give-input-field-wrapper iframe,
form.give-form .form-row .give-input-field-wrapper iframe,
form[id*="give-form"] .form-row .give-input-field-wrapper iframe {
  margin-bottom: 0;
}
#give-recurring-form .form-row-first,
#give-recurring-form .form-row-title,
form.give-form .form-row-first,
form.give-form .form-row-title,
form[id*="give-form"] .form-row-first,
form[id*="give-form"] .form-row-title {
  margin-right: 2.5%;
}
#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
form.give-form .form-row-first,
form.give-form .form-row-last,
form[id*="give-form"] .form-row-first,
form[id*="give-form"] .form-row-last {
  float: left;
  width: 48.5%;
}
#give-recurring-form .form-row-last,
form.give-form .form-row-last,
form[id*="give-form"] .form-row-last {
  float: right;
}
#give-recurring-form .form-row-wide,
form.give-form .form-row-wide,
form[id*="give-form"] .form-row-wide {
  *zoom: 1;
  clear: both;
}
#give-recurring-form .form-row-wide:after,
#give-recurring-form .form-row-wide:before,
form.give-form .form-row-wide:after,
form.give-form .form-row-wide:before,
form[id*="give-form"] .form-row-wide:after,
form[id*="give-form"] .form-row-wide:before {
  content: " ";
  display: table;
}
#give-recurring-form .form-row-wide:after,
form.give-form .form-row-wide:after,
form[id*="give-form"] .form-row-wide:after {
  clear: both;
}
#give-recurring-form .form-row-two-thirds,
form.give-form .form-row-two-thirds,
form[id*="give-form"] .form-row-two-thirds {
  float: left;
  width: 65.75%;
}
#give-recurring-form .form-row-two-thirds.form-row-first,
form.give-form .form-row-two-thirds.form-row-first,
form[id*="give-form"] .form-row-two-thirds.form-row-first {
  margin-left: 0;
}
#give-recurring-form .form-row-one-third,
form.give-form .form-row-one-third,
form[id*="give-form"] .form-row-one-third {
  float: left;
  margin-left: 3%;
  width: 31.25%;
}
#give-recurring-form .form-row-one-third.form-row-first,
form.give-form .form-row-one-third.form-row-first,
form[id*="give-form"] .form-row-one-third.form-row-first {
  margin-left: 0;
}
@media (max-width: 480px) {
  #give-recurring-form .form-row-responsive,
  form.give-form .form-row-responsive,
  form[id*="give-form"] .form-row-responsive {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#give-recurring-form .give-error,
#give-recurring-form .give-required-indicator,
form.give-form .give-error,
form.give-form .give-required-indicator,
form[id*="give-form"] .give-error,
form[id*="give-form"] .give-required-indicator {
  color: #a00;
}
#give-recurring-form .card-expiration > select,
form.give-form .card-expiration > select,
form[id*="give-form"] .card-expiration > select {
  margin: 0;
  width: 44%;
}
#give-recurring-form .card-expiration > span.exp-divider,
form.give-form .card-expiration > span.exp-divider,
form[id*="give-form"] .card-expiration > span.exp-divider {
  display: inline;
  text-align: center;
}
#give-recurring-form .card-expiration select.card-expiry-year,
form.give-form .card-expiration select.card-expiry-year,
form[id*="give-form"] .card-expiration select.card-expiry-year {
  float: right;
}
#give-recurring-form .give-disabled,
#give-recurring-form [disabled],
form.give-form .give-disabled,
form.give-form [disabled],
form[id*="give-form"] .give-disabled,
form[id*="give-form"] [disabled] {
  cursor: not-allowed;
}
form[id*="give-form"] #give-company-radio-list-wrap ul.give-company-radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
form[id*="give-form"]
  #give-company-radio-list-wrap
  ul.give-company-radio-list
  li {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}
form[id*="give-form"]
  #give-company-radio-list-wrap
  ul.give-company-radio-list
  li
  label {
  cursor: pointer;
  display: inline;
  margin: 0;
}
form[id*="give-form"] .give-donation-amount {
  margin: 0 0 15px;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}
form[id*="give-form"]
  .give-donation-amount
  .give-currency-symbol.give-currency-position-before {
  border-left: 1px solid #ccc;
  border-right: none;
}
form[id*="give-form"]
  .give-donation-amount
  .give-currency-symbol.give-currency-position-after {
  border-left: none;
  border-right: 1px solid #ccc;
}
form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  min-width: 125px;
  padding: 0 12px;
}
form[id*="give-form"] .give-donation-amount #give-amount-text.invalid-amount,
form[id*="give-form"] .give-donation-amount #give-amount.invalid-amount {
  border: 1px solid red;
}
form[id*="give-form"] .give-donation-amount input.give-amount-top {
  width: 125px;
}
form[id*="give-form"] .give-donation-amount span.give-final-total-amount {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  cursor: not-allowed;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}
form[id*="give-form"] #give_terms_agreement legend {
  display: none;
}
form[id*="give-form"] #give_terms_agreement label {
  display: inline-block;
}
form[id*="give-form"] #give-final-total-wrap {
  *zoom: 1;
  margin: 10px 0 25px;
  padding: 0;
}
form[id*="give-form"] #give-final-total-wrap:after,
form[id*="give-form"] #give-final-total-wrap:before {
  content: " ";
  display: table;
}
form[id*="give-form"] #give-final-total-wrap:after {
  clear: both;
}
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}
@media (max-width: 480px) {
  form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    display: block;
    float: none;
  }
}
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}
@media (max-width: 480px) {
  form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    border: 1px solid #ccc;
    border-top: 0;
    display: block;
    float: none;
  }
}
.give-display-button-only > :not(.give-btn-modal) {
  display: none;
}
form[id*="give-form"] input[type="radio"] {
  margin: 0 0.5em 0 0;
}
form[id*="give-form"] #give-donation-level-radio-list {
  clear: both;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
form[id*="give-form"] #give-donation-level-radio-list > li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form[id*="give-form"] #give-donation-level-radio-list > li label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
form[id*="give-form"] #give-donation-level-radio-list > li input[type="radio"] {
  margin: 0 0.5em 0 0;
  outline: none;
  width: auto;
}
form[id*="give-form"] #give-gateway-radio-list {
  *zoom: 1;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
form[id*="give-form"] #give-gateway-radio-list:after,
form[id*="give-form"] #give-gateway-radio-list:before {
  content: " ";
  display: table;
}
form[id*="give-form"] #give-gateway-radio-list:after {
  clear: both;
}
form[id*="give-form"] #give-gateway-radio-list > li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 480px) {
  form[id*="give-form"] #give-gateway-radio-list > li {
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
  }
}
form[id*="give-form"] #give-gateway-radio-list > li label.give-gateway-option {
  cursor: pointer;
  display: inline;
  margin: 0;
}
form[id*="give-form"] #give-gateway-radio-list > li input[type="radio"] {
  display: inline;
  margin: 0 0.25em 0 0;
  outline: none;
  width: auto;
}
form[id*="give-form"] input[type="checkbox"] {
  margin: 0 0.25em 0 0;
}
div[data-field-type="checkbox"] {
  display: flex;
}
div[data-field-type="checkbox"] label {
  order: 2;
}
div[data-field-type="checkbox"] input[type="checkbox"] {
  order: 1;
}
form[id*="give-form"] select.give-select-level {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 0;
  clear: both;
  color: #333;
  display: block;
  margin: 0 0 15px;
  max-width: 100%;
  min-width: 155px;
  outline: none;
  padding: 0.5em;
}
#give-donation-level-button-wrap {
  *zoom: 1;
  clear: both;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
#give-donation-level-button-wrap:after,
#give-donation-level-button-wrap:before {
  content: " ";
  display: table;
}
#give-donation-level-button-wrap:after {
  clear: both;
}
#give-donation-level-button-wrap > li {
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0 5px 5px 0;
}
.give_terms_links {
  float: right;
}
[id*="give_secure_site_wrapper"] {
  font-size: 16px;
  line-height: 20px;
  padding: 4px 4px 15px 0;
}
[id*="give_secure_site_wrapper"] span.padlock {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: give-icomoon;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  line-height: 20px;
  text-transform: none;
}
[id*="give_secure_site_wrapper"] span.padlock :before {
  display: inline-block;
}
#give_purchase_form_wrap input.give-input.card-cvc.valid,
#give_purchase_form_wrap input.give-input.card-expiry.valid,
#give_purchase_form_wrap input.give-input.card-number.valid {
  background-image: url(../images/tick.png);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}
#give_purchase_form_wrap
  input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),
#give_purchase_form_wrap
  input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),
#give_purchase_form_wrap
  input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry) {
  background-position: right 55px top 50%;
}
#give_purchase_form_wrap span.card-type {
  background-size: 37px 26px !important;
  height: 26px;
  position: absolute;
  right: 0;
  top: -2px;
  width: 37px;
}
#give_purchase_form_wrap .fl-wrap span.card-type {
  right: 11px;
  top: calc(0.5em + 6px);
}
#give_purchase_form_wrap span.card-type.off {
  display: none;
}
#give_purchase_form_wrap span.card-type.visa {
  background: url(../images/visa.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.mastercard {
  background: url(../images/mastercard.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.discover {
  background: url(../images/discover.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.amex {
  background: url(../images/amex.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.maestro {
  background: url(../images/maestro.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.dinersclub {
  background: url(../images/diners-club.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.jcb {
  background: url(../images/jcb.svg) no-repeat;
}
#give_purchase_form_wrap span.card-type.dankort {
  background: url(../images/dankort.png) no-repeat;
}
#give_purchase_form_wrap span.card-type.unionpay {
  background: url(../images/unionpay.svg) no-repeat;
}
form[id*="give-form"] p.give-loading-text,
form[id*="give-form"] span.give-loading-text {
  display: none;
  float: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  height: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: 16px;
}
form[id*="give-form"] .give-loading-animation {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  float: left;
  font-family: give-icomoon;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: none;
  width: 16px;
}
form[id*="give-form"] .give-payment-mode-label .give-loading-text {
  float: right;
}
[id*="give-form"] .give-login-account-wrap {
  margin: 0 0 15px;
  position: relative;
}
[id*="give-form"] .give-login-account-wrap .give-login-message {
  margin: 0;
  padding: 0;
  text-align: right;
}
[id*="give-form"] .give-login-account-wrap .give-loading-text {
  position: absolute;
  right: 0;
  top: 0.25em;
}
[id*="give-form"] fieldset[id^="give-login-fields"] {
  margin: 0 0 15px;
}
[id*="give-form"] .give-new-account-link {
  margin: 0 0 15px;
  padding: 0;
}
[id*="give-form"] .give_login_forgot_password {
  float: right;
}
.give-submit-button-wrap input.give-cancel-login,
[id^="give-user-login-submit"] input.give-cancel-login {
  margin-left: 5px;
}
.give-submit-button-wrap span.give-loading-animation,
[id^="give-user-login-submit"] span.give-loading-animation {
  display: none;
  margin: 0 0 0 0.5em;
}
.give-submit-button-wrap .give-submit,
[id^="give-user-login-submit"] .give-submit {
  float: left;
}
.give-user-login-fields-container:after {
  clear: both;
  content: "";
  display: block;
}
#give-login-form div.give-login,
#give-login-form legend,
#give-register-form div.give-login,
#give-register-form legend {
  line-height: 2;
  margin-bottom: 15px;
}
#give-login-form label,
#give-register-form label {
  display: inline-block;
  min-width: 100px;
}
div.give-form-wrap.mfp-hide {
  display: block !important;
}
div.mfp-content fieldset ol,
div.mfp-content fieldset p,
div.mfp-content fieldset ul {
  line-height: 1.4;
  margin-bottom: 1.2em;
}
div.mfp-content form[id*="give-form"] .give_notices {
  display: block !important;
}
.give-btn {
  background: #ededed;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  padding: 8px 10px;
}
.give-btn:hover {
  background: #dbdbdb;
}
#give_profile_editor_form legend {
  border-bottom: 0;
  padding: 0 5px 5px;
  width: auto;
}
form#give-email-access-form div.g-recaptcha,
form#give-email-access-form input#give-email {
  margin: 0 0 15px;
}
form#give-email-access-form input#give-email {
  width: 305px;
}
@media (max-width: 768px) {
  [id*="give-form"] div#give-sidebar-left,
  [id*="give-form"] div.images,
  [id*="give-form"] div.summary {
    float: none;
    width: 100%;
  }
}
.give-form-wrap .give-form h3.give-section-break,
.give-form-wrap .give-form h4.give-section-break {
  margin: 10px 0 0;
}
.give-do-validate input.error {
  border-color: red !important;
}
.give-button-with-loader span.give-loading-animation {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: none;
  float: right;
  font-family: give-icomoon;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  margin: 0 0 0 5px;
  position: relative;
  text-transform: none;
  top: 3px;
  width: 16px;
}
.give-active span.give-loading-animation {
  display: inline;
}
@media (min-width: 481px) {
  html[dir="rtl"] form.give-form .give-title-prefix-wrap .form-row-first,
  html[dir="rtl"] form.give-form .give-title-prefix-wrap .form-row-last,
  html[dir="rtl"] form.give-form .give-title-prefix-wrap .form-row-title {
    float: right !important;
  }
}
html[dir="rtl"] form.give-form .form-row-first,
html[dir="rtl"] form.give-form .form-row-title {
  margin-left: 2.5%;
  margin-right: 0 !important;
}
html[dir="rtl"] form.give-form .form-row-first,
html[dir="rtl"] form.give-form .form-row-last {
  float: right !important;
}
html[dir="rtl"] form.give-form .form-row-last {
  float: left !important;
}
html[dir="rtl"] form.give-form .form-row-two-thirds {
  float: right !important;
}
html[dir="rtl"] form.give-form .form-row-two-thirds.form-row-first {
  margin-right: 0 !important;
}
html[dir="rtl"] form.give-form .form-row-one-third {
  float: right !important;
  margin-left: 0 !important;
  margin-right: 3%;
}
html[dir="rtl"] form.give-form .form-row-one-third.form-row-first {
  margin-right: 0 !important;
}
html[dir="rtl"] form.give-form .card-expiration select.card-expiry-year {
  float: left !important;
}
.give-form-grid {
  display: flex;
  height: 100%;
}
.give-form-grid-media {
  border-radius: 2px;
  min-width: 40%;
  position: relative;
}
.give-form-grid-media img {
  border-radius: 2px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.give-form-grid-media__tags {
  align-items: center;
  border-radius: 2px;
  bottom: 0;
  display: flex;
  gap: 10px;
  left: 0;
  padding: 10px 16px;
  position: absolute;
  right: 0;
}
.give-form-grid-media__tags > span {
  border-radius: 5px;
  font-size: max(0.975rem, 15.6px);
  font-weight: 600;
  padding: 4px 10px;
}
.give-form-grid-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
#row-media {
  max-width: 40%;
  min-width: 40%;
}
#row-media img {
  border-radius: 2px;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.give-form-grid-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 18px;
}
.give-form-grid-content .give-form-grid-media__tags_no_image {
  background: none;
  border-radius: 2px;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.give-form-grid-content .give-form-grid-media__tags_no_image > span {
  border-radius: 5px;
  font-size: max(0.975rem, 15.6px);
  font-weight: 600;
  padding: 4px 10px;
}
.give-form-grid-content > h3 {
  font-size: max(1.375rem, 22px) !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.give-form-grid-content > p {
  font-size: 1rem;
  font-weight: 400;
}
.give-form-grid-content > button {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  font-size: max(1rem, 16px);
  font-weight: 400;
  padding: 0 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.give-form-grid-btn {
  align-items: center;
  background-color: var(--give-primary-color);
  border: 0.125rem solid var(--give-primary-color);
  border-radius: 0.4rem;
  color: #fff;
  font-family: inherit;
  font-size: max(1rem, 16px);
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color;
  transition-timing-function: ease-in;
}
.give-form-grid-progress {
  background: #f6f6f6;
  padding: 10px 20px;
}
.form-grid-raised {
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
}
.form-grid-raised__details {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.form-grid-raised__details > span:first-child {
  font-size: 1rem;
  font-weight: 700 !important;
}
.form-grid-raised__details > span:last-child {
  font-size: max(0.875rem, 14px);
  font-weight: 400;
}
.form-grid-raised__details_donations {
  text-align: right;
}
.give-form-grid-progress-bar {
  margin: 12px 0;
}
.give-form-grid-progress-bar .give-progress-bar {
  background: #d9dfdb;
  border-radius: 25px;
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.11);
  height: 12px;
  position: relative;
}
.give-form-grid-progress-bar .give-progress-bar > span {
  border-radius: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.give-embed-form-wrapper {
  position: relative;
  width: 100% !important;
}
.give-embed-form-wrapper .iframe-loader {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.give-embed-form-wrapper iframe {
  width: 100% !important;
}
.give-embed-form-wrapper.is-hide {
  left: -9999px;
  position: fixed;
}
.give-embed-form-wrapper.modal {
  height: 100% !important;
  left: 0;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden auto;
  padding: 0 !important;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 999999;
}
.give-embed-form-wrapper.modal .modal-inner-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.give-embed-form-wrapper.modal .modal-content {
  margin: 35px auto auto;
  max-width: 572px;
  position: relative;
  width: 100%;
}
.give-embed-form-wrapper.modal .close-btn-wrap {
  margin-top: 15px;
}
.give-embed-form-wrapper.modal .close-btn {
  background: #000;
  border-radius: 24px;
  color: #fff !important;
  font-size: 0.5em;
  font-weight: 700;
  opacity: 0.3;
  outline: none;
  padding: 2px 10px;
  position: absolute;
  right: 9px;
  text-decoration: none;
  top: -14px;
}
.give-embed-form-wrapper.modal .close-btn:hover {
  opacity: 0.8;
}
.give-embed-form-wrapper.modal .close-btn span {
  font-size: 1.5em;
  line-height: 0.7em;
  margin-left: 3px;
}
.give-embed-form-wrapper.modal:after {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.js-give-grid-modal-launcher + div.js-give-embed-form-modal-launcher-wrap {
  display: none;
}
.give_notices {
  position: relative;
}
.give_notices .notice-dismiss {
  background: 0 0;
  border: none;
  color: #72777c;
  cursor: pointer;
  margin: 0;
  max-width: 28px !important;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.give_notices .notice-dismiss:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  background: 0 0;
  color: #72777c;
  content: "\f153";
  display: block;
  font: 400 16px/20px dashicons;
  height: 20px;
  text-align: center;
  width: 20px;
}
.give_notices .notice-dismiss:hover {
  background-color: transparent;
}
.give_notices .notice-dismiss:hover:before {
  color: #dc3232;
}
.give_error,
.give_success,
.give_warning {
  background: #f9f9f9;
  border-left: 4px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  clear: both;
  margin: 15px 0;
  padding: 1em 1.5em 1em 2em;
  position: relative;
}
.give_error > p,
.give_success > p,
.give_warning > p {
  color: #333;
  margin: 0 !important;
}
.give_error:before,
.give_success:before,
.give_warning:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  color: #fff;
  font-family: give-icomoon;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 30px;
  left: -17px;
  line-height: 1;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: none;
  top: 50%;
  width: 30px;
}
.give_error {
  border-color: #a00;
}
.give_error:before {
  background-color: #a00;
  content: "\f02d";
}
.give_success {
  border-color: #7ad03a;
}
.give_success:before {
  background-color: #7ad03a;
  content: "\e601";
}
.give_warning {
  border-color: #ffba00;
}
.give_warning:before {
  background-color: #ffba00;
  content: "\f02d";
}
.twentythirteen .give_forms {
  padding: 40px 0;
}
.twentyfourteen .tfgive {
  margin: 0 auto;
  max-width: 474px;
  padding: 12px 10px 0;
}
.twentyfourteen .tfgive .give_forms .entry-summary {
  margin: 0 0 1.618em !important;
  padding: 0 !important;
}
.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail {
  margin-top: 0;
}
.twentyfourteen .tfgive .give_forms .images img {
  margin-bottom: 1em;
}
@media screen and (min-width: 673px) {
  .twentyfourteen .tfgive {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfgive {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfgive {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfgive {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfgive {
    margin-right: auto;
  }
}
.twentyfifteen .t15give {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 7.6923%;
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
}
.twentyfifteen .t15give .page-title {
  margin-left: 0;
}
.twentyfifteen .t15give div.summary {
  padding: 0;
}
@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15give {
    margin-left: 7.6923%;
    margin-right: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15give {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
.avada-row > div.give-wrap #content {
  width: 100%;
}
.components-base-control__field input[type="text"]:focus {
  box-shadow: none !important;
}
.give-goal-progress {
  clear: both;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.give-goal-progress .income {
  color: #333;
  font-size: 46px;
  letter-spacing: -1px;
  line-height: 48px;
}
.give-goal-progress .raised {
  margin-bottom: 15px;
}
.give-goal-progress .progress-bar {
  background: none;
  padding-bottom: 10px;
  width: 100%;
}
.give-goal-progress .give-progress-bar {
  background: #eee;
  border-radius: 25px;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.give-goal-progress .give-progress-bar > span {
  background: none;
  border-radius: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
table.give-table {
  background: #eaebec;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom: none;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  text-shadow: 1px 1px 0 #fff;
  width: 100%;
}
table.give-table thead {
  font-weight: 700;
}
table.give-table thead th:first-child {
  border-left: none;
  text-align: left;
}
table.give-table th {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-top-color: #e8e8e8;
  border-right: none;
  font-weight: 700;
  padding: 21px 25px;
  text-align: center;
}
table.give-table tbody tr {
  text-align: center;
}
table.give-table tbody tr td {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top-color: #fff;
  border-right: none;
  padding: 18px;
  text-align: center;
}
table.give-table tbody tr td:first-child {
  border-left: 0;
  text-align: left;
}
table.give-table tbody tr:nth-child(2n) td {
  background: #fcfcfc;
}
body.give-twentysixteen div.entry-summary {
  margin: 0;
}
body.give-twentysixteen button.give-btn {
  color: #333;
}
body.give-twentysixteen .give-submit {
  color: #fff;
}
body.give-twentysixteen fieldset#give_terms_agreement {
  padding-left: 0;
}
body.give-twentyseventeen.colors-dark
  div#give_purchase_form_wrap
  span.give-final-total-amount,
body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,
body.give-twentyseventeen.colors-dark div.give_notices p {
  color: #000;
}
body.give-twentyseventeen.colors-dark form[id*="give"] fieldset {
  background-color: transparent;
}
body.give-twentynineteen .give-form .give-btn:focus {
  color: #fff;
}
body.theme-twentytwenty .give-wrap {
  margin: 60px auto;
  max-width: 1200px;
}
html[class*="avia"] body#top form[id*="give-form"] input.give-amount-top {
  border: 1px solid #ccc;
  border-left: none;
  width: unset;
}
html[class*="avia"]
  body#top
  [id*="give-form"].give-fl-form.give-fl-style-give
  label.give-fl-label {
  left: 7px;
}
html[class*="avia"]
  body#top
  [id*="give-form"].give-fl-form
  div.give-fl-is-active
  input {
  padding: 8px 6px 0;
}
.give-donation-history .give-table {
  table-layout: auto;
}
.give-donation-history .give-table .give-security-column {
  float: left;
}
.give-donation-history
  .give-table
  .give-security-column.give-security-description-wrap {
  font-size: 12px;
  font-style: italic;
  padding: 16px 13px;
  width: 75%;
}
.give-donation-history
  .give-table
  .give-security-column.give-security-button-wrap {
  padding: 25px 5px;
  width: 25%;
}
.give-donation-history
  .give-table
  .give-security-column.give-security-button-wrap
  span {
  display: none;
  padding: 0 20px;
}
.give_user_history_main .give-mobile-title {
  display: none;
}
@media screen and (max-width: 480px) {
  #give_user_history thead {
    display: none;
  }
  #give_user_history tbody {
    border-top: 1px solid #e0e0e0;
  }
  #give_user_history tr {
    background: #fff;
    padding: 0.5rem 0;
  }
  #give_user_history tr:nth-child(2n) {
    background-color: #fafafa;
  }
  #give_user_history td {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  #give_user_history td,
  #give_user_history tr {
    border-left: none;
    display: block;
    text-align: left;
  }
  #give_user_history .give-mobile-title {
    display: inline-block;
    font-weight: 700;
    min-width: 6em;
  }
}
.give-modal {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  overflow: hidden;
  top: 0;
  -webkit-transform: translateZ(0);
  width: 100%;
  z-index: 2148482499;
}
.give-modal form[id*="give-form"],
.give-modal form[id*="give-form"] .give-submit {
  margin-bottom: 0;
}
.give-modal form[id*="give-form"] .give-payment-mode-label {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 580px) {
  .give-modal form[id*="give-form"] .give-input {
    font-size: 16px;
  }
}
.give-modal .mfp-content {
  background: #fff;
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 650px;
  padding: 20px;
  position: relative;
  width: auto;
  z-index: 2148482599;
}
.give-modal .mfp-content [id*="give-form"] #give-payment-mode-select,
.give-modal .mfp-content [id*="give-form"] #give_purchase_form_wrap,
.give-modal
  .mfp-content
  [id*="give-form"].give-display-button-only
  .give-donation-amount,
.give-modal
  .mfp-content
  [id*="give-form"].give-display-button-only
  .give-donation-levels-wrap {
  display: block;
}
.give-modal .mfp-content .mfp-close:hover {
  background-color: transparent;
}
.give-modal form.give-form button.mfp-close {
  display: block !important;
  position: absolute;
}
.give-modal .mfp-container:after {
  display: none;
}
.give-modal .mfp-content {
  transform: translateY(-100px);
  vertical-align: middle;
}
.give-modal.mfp-bg,
.give-modal .mfp-content {
  opacity: 0;
  transition: all 0.2s;
}
.give-modal.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.give-modal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.give-modal.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(-50px);
}
.give-modal.mfp-removing.mfp-bg {
  opacity: 0;
}
.give-donation-grid-item-form {
  background-color: #fff;
  margin: 0 auto;
  max-height: 85vh;
  max-width: 100%;
  overflow-y: auto;
  padding: 1rem 1.5rem;
  position: relative;
  width: 720px;
}
.give-donation-grid-item-form #give_purchase_form_wrap {
  display: block !important;
}
.give-donation-grid-item-form .give-btn-modal,
.give-donation-grid-item-form .give-btn-reveal {
  display: none !important;
}
.modal-fade-slide.give-modal .mfp-content {
  max-width: 100%;
  padding: 0;
}
.modal-fade-slide .give-modal--slide {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(0);
  transition: all 0.2s ease-out;
}
.modal-fade-slide.mfp-ready .give-modal--slide {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}
.modal-fade-slide.mfp-removing .give-modal--slide {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(0);
}
.modal-fade-slide.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.modal-fade-slide.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.modal-fade-slide.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close:hover {
  background-color: transparent;
}
.mfp-content .give-display-button-only .give-form-title {
  display: none;
}
.mfp-content .give-display-button-only > :not(form),
.mfp-content .give-display-button-only form > :not(.give-btn-modal) {
  display: block;
}
.give-donor {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #00160a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  max-height: 100%;
  padding: 18px 0;
  position: relative;
  transition: all 0.2s ease-out;
  width: 100%;
}
.give-donor-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 5%;
}
.give-donor-container__image {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}
.give-donor-container__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.give-donor-container__image__name_initial {
  position: absolute;
}
.give-donor-container__image[data-anonymous-donation="0"]
  img[src*="anonymous-user.svg"],
.give-donor-container__image[data-anonymous-donation="1"]
  .give-donor-header__name_initial {
  visibility: hidden;
}
.give-donor-container__image[data-anonymous-donation="0"][data-has-valid-gravatar="0"] {
  border: 1px solid #e5e5e5;
}
.give-donor-container-variation {
  display: flex;
  justify-content: space-between;
}
.give-donor-container-variation__name {
  font-size: max(1.5rem, 24px);
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px !important;
}
.give-donor-container-variation__timestamp {
  color: #525252;
  font-size: max(0.75rem, 12px);
  margin: 0 0 10px !important;
}
.give-donor-wrapper {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  word-break: normal !important;
}
.give-donor-content {
  border-left: 2px solid #219653;
  flex: 1;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 12px 0;
  padding-left: 16px;
  width: 100%;
}
.give-donor-content p {
  color: #00160a;
  font-size: max(0.875rem, 14px);
  font-style: italic;
  line-height: 20px;
  margin: 0 !important;
  width: 100%;
}
.give-donor-content__excerpt .give-donor-content__read-more {
  cursor: pointer;
  white-space: nowrap;
}
.give-donor-content__excerpt + .give-donor-content__comment {
  display: none;
}
.give-donor-details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.give-donor-details__wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  word-break: normal !important;
}
.give-donor-details__wrapper span:first-child {
  color: #00160a;
  font-size: max(1rem, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}
.give-donor-details__wrapper span:last-child {
  color: #00160a;
  font-size: max(0.8rem, 12.8px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.give-donor-details__total {
  color: #219653;
  font-size: max(1.25rem, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: right;
  word-break: normal !important;
}
.give-donor-tribute {
  align-items: center;
  display: flex;
  margin-top: 32px;
  min-height: 32px;
  width: 100%;
}
.give-donor-tribute span svg {
  display: block;
  height: 22px;
  margin: 0 15px 0 32px;
  width: 22px;
}
.give-donor-tribute__message {
  color: #00160a;
  font-size: max(0.75rem, 12px);
  text-align: center;
}
.give-donor-tribute__message span:last-child {
  font-weight: 600;
}
.give-donor-wall-modal p:last-child {
  margin-bottom: 0;
}
#give-processing-state-template {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}
#give-processing-state-template.active {
  display: flex;
}
#give-processing-state-template div {
  align-self: center;
  color: #fff;
  font-size: 26px;
  margin: 0 0 0 10px;
}
#give-processing-state-template h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 5px;
}
#give-processing-state-template p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#give-processing-state-template .loader {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 349 348' style='enable-background:new 0 0 349 348;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M25.1,204.57c-13.38,0-24.47-10.6-24.97-24.08C0.04,178.09,0,175.97,0,174C0,77.78,78.28-0.5,174.5-0.5 c13.81,0,25,11.19,25,25s-11.19,25-25,25C105.85,49.5,50,105.35,50,174c0,1.37,0.03,2.85,0.1,4.65c0.51,13.8-10.27,25.39-24.07,25.9 C25.72,204.56,25.41,204.57,25.1,204.57z'/%3E%3Cpath class='st0' d='M174.5,348.5c-13.81,0-25-11.19-25-25c0-13.81,11.19-25,25-25c68.65,0,124.5-55.85,124.5-124.5 c0-1.38-0.03-2.85-0.1-4.65c-0.51-13.8,10.26-25.4,24.06-25.91c13.83-0.53,25.4,10.26,25.91,24.06c0.09,2.39,0.13,4.51,0.13,6.49 C349,270.22,270.72,348.5,174.5,348.5z'/%3E%3C/svg%3E");
  height: 60px;
  margin: 0 0 20px;
  opacity: 0;
  pointer-events: none;
  width: 60px;
}
#give-processing-state-template .loader.spinning {
  animation: load 0.6s linear infinite;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.separator-with-text {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: italic;
  justify-content: center;
  padding: 30px 0;
}
.separator-with-text .dashed-line {
  border: 1px solid #d4d4d4;
  flex-grow: 1;
}
.separator-with-text .label {
  color: #8d8e8e;
  font-size: 14px;
  padding: 0 6px;
}
.give-multi-form-goal-block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.306);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.give-multi-form-goal-block .wp-block-media-text {
  margin: 24px !important;
}
.give-multi-form-goal-block .give-multi-form-goal-block__image,
.give-multi-form-goal-block .wp-block-media-text__media,
.give-multi-form-goal-block .wp-block-media-text__media img {
  border-radius: 6px !important;
}
.give-multi-form-goal-block .wp-block-media-text .wp-block-media-text__content {
  padding: 16px !important;
}
.give-multi-form-goal-block__content {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 24px !important;
  min-height: 250px;
}
.give-multi-form-goal-block__content .give-multi-form-goal-block__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.give-multi-form-goal-block__content .give-multi-form-goal-block__text h2 {
  margin-bottom: var(--global--spacing-vertical);
}
.give-multi-form-goal-block__content .give-multi-form-goal-block__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.give-progress-bar-block__goal {
  border-top: 1px solid #ebebeb;
  height: auto;
  padding: 20px 16px;
}
.give-progress-bar-block__progress {
  align-items: center;
  background: #f1f1f1;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.095);
  display: flex;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.give-progress-bar-block__progress .give-progress-bar-block__progress-bar {
  background: linear-gradient(180deg, #28c77b, #28c77b),
    linear-gradient(180deg, #fff, #ccc);
  background-blend-mode: multiply;
  border-radius: 20px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.give-progress-bar-block__stats {
  background: #f5f5f5;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.give-progress-bar-block__stat {
  align-items: center;
  border-right: 1px solid #ebebeb;
  display: flex;
  flex: 1 1 110px;
  flex-direction: column;
  font-weight: 500;
  height: 96px;
  justify-content: center;
}
.give-progress-bar-block__stat:last-of-type {
  border-right: none;
}
.give-progress-bar-block__stat > :first-child {
  color: #4c4c4c;
  font-size: 24px;
  line-height: 28px;
}
.give-progress-bar-block__stat > :last-child {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1;
}
.form-row .give-stripe-cc-field {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  margin: 0;
  outline: none;
  padding: 0.5em;
  width: 100%;
}
.give-stripe-cc-field.give-fl-input {
  background-color: #fff;
  height: auto;
  line-height: inherit;
  min-height: 50px;
  padding: 14px 10px;
}
.give-stripe-cc-field-wrap .give-fl-is-active .give-fl-input {
  padding: 20px 12px 4px;
  transition: padding 0.2s ease-in-out, border 0.2s ease-in-out;
}
.give-stripe-cc-field-wrap .give-fl-label span {
  display: none;
}
.give-stripe-single-cc-field-wrap {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  height: 40px;
  margin: 0 0 15px;
  padding: 10px;
}
.give-form .give-stripe-cc-field.focus,
.give-form .give-stripe-cc-field:focus {
  background-color: #fff;
}
.give-stripe-checkout-modal {
  all: initial;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 100001 !important;
}
.give-stripe-checkout-modal.give-stripe-checkout-show-modal {
  opacity: 1;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  visibility: visible;
}
.give-stripe-checkout-modal .give-stripe-checkout-modal-content {
  background: #fff;
  border-radius: 0.5rem;
  margin: auto;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 96%;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header
  .give-stripe-checkout-modal-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 15px;
  outline: inherit;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header
  h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header
  .give-stripe-checkout-form-title {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header
  .give-stripe-checkout-donor-email {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-header
  .give-stripe-checkout-donation-amount {
  font-size: 36px;
  font-weight: 600;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-body {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-body
  hr {
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-body
  .give-stripe-checkout-modal-else-part {
  font-size: 14px;
  margin: -5px 0 20px;
  text-align: center;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-body
  .give-stripe-single-cc-field-wrap {
  margin: 0;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-footer {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-footer
  .give-stripe-checkout-modal-btn-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-footer
  .give-stripe-checkout-modal-btn-wrap
  .sequoia-loader {
  bottom: 20px;
}
.give-stripe-checkout-modal
  .give-stripe-checkout-modal-content
  .give-stripe-checkout-modal-container
  .give-stripe-checkout-modal-footer
  .give-stripe-checkout-modal-sequoia-donate-button {
  align-items: center;
  border: none;
  border-radius: 4px;
  display: flex;
  filter: brightness(1);
  font-size: 22px;
  justify-content: center;
  line-height: 20px;
  min-width: 236px;
  order: 99 !important;
  padding: 20px 28px !important;
  transition: filter 0.2s ease;
}
.give-wrap .give-grid {
  max-width: 30rem;
}
.give-wrap .give-grid__item {
  margin-bottom: 1.5rem;
  width: 100%;
}
.give-wrap .give-grid__item > :last-child {
  margin-bottom: 0;
}
.give-wrap .give-wrap:before {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 30rem) {
  .give-wrap .give-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .give-wrap .give-grid__item {
    display: flex;
    padding: 0 0.75rem;
  }
}
@media (min-width: 30rem) and (min-width: 40rem) {
  .give-wrap .give-grid--2 .give-grid__item,
  .give-wrap .give-grid--3 .give-grid__item,
  .give-wrap .give-grid--4 .give-grid__item {
    width: 50%;
  }
}
@media (min-width: 30rem) and (min-width: 72rem) {
  .give-wrap .give-grid--3 .give-grid__item,
  .give-wrap .give-grid--4 .give-grid__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 30rem) and (min-width: 90rem) {
  .give-wrap .give-grid--4 .give-grid__item {
    width: 25%;
  }
}
@supports (display: grid) {
  .give-wrap .give-grid {
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .give-wrap .give-grid__item {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    width: auto !important;
  }
  @media (min-width: 40rem) {
    .give-wrap .give-grid--best-fit {
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
    .give-wrap .give-grid--2,
    .give-wrap .give-grid--3,
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 72rem) {
    .give-wrap .give-grid--3,
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 90rem) {
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.give-wrap .give-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px hsla(0, 0%, 44%, 0.25);
  color: inherit;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.1s ease-out;
  width: 100%;
}
.give-wrap .give-card:active,
.give-wrap .give-card:focus,
.give-wrap .give-card:hover,
.give-wrap .give-card:visited {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.give-wrap .give-card__media img {
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  order: 1;
  width: 100%;
}
.give-wrap .give-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 2;
  padding: 1.5rem;
}
.give-wrap .give-card__body > :last-child {
  margin-bottom: 0;
}
.give-wrap .give-card__title {
  line-height: 1.3;
  margin: 0 0 0.75rem;
  padding: 0;
}
.give-wrap .give-card__text {
  margin: 0 0 1.5rem;
  padding: 0;
}
.give-wrap .give-card__progress {
  margin-top: auto;
  width: 100%;
}
.give-wrap .give-card__progress .raised,
.give-wrap .give-card__progress > :last-child {
  margin-bottom: 0;
}
.give-wrap .give-card__progress .income {
  font-size: 2em;
}
.give-wrap .give-page-numbers {
  font-size: 1.25em;
}
#give-receipt .timeline-item {
  background: #fff;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 520px 0;
  }
}
#give-receipt .placeholder-animation {
  margin: 0 auto;
  max-width: 650px;
}
#give-receipt .animated-background {
  animation-duration: 0.85s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 520px 100%;
  position: relative;
}
#give-receipt .container {
  background-color: #eee;
  border: 1px solid #eee;
  margin: 0 auto;
  width: 650px;
}
#give-receipt .layer {
  display: flex;
}
#give-receipt .layer.h1 {
  height: 28px;
}
#give-receipt .layer.h2 {
  height: 22px;
}
#give-receipt .layer.inline-radios {
  height: 12px;
}
#give-receipt .layer.label {
  height: 8px;
}
#give-receipt .layer-item.opaque {
  background: #fff;
}
#give-receipt .layer-gap {
  background-color: #fff;
}
#give-receipt .layer-gap.large {
  height: 40px;
}
#give-receipt .layer-gap.medium {
  height: 20px;
}
#give-receipt .layer-gap.small {
  height: 10px;
}
#give-receipt .layer-1 .layer-item:nth-child(odd) {
  width: 45%;
}
#give-receipt .layer-1 .layer-item:nth-child(2n) {
  width: 55%;
}
#give-receipt .layer-4 .layer-item:first-child {
  width: 30%;
}
#give-receipt .layer-4 .layer-item:nth-child(2) {
  width: 10%;
}
#give-receipt .layer-4 .layer-item:nth-child(3) {
  width: 20%;
}
#give-receipt .layer-4 .layer-item:nth-child(4) {
  width: 30%;
}
#give-receipt .layer-4 .layer-item:nth-child(5) {
  width: 10%;
}
#give-receipt .layer-5 .layer-item:first-child {
  width: 40%;
}
#give-receipt .layer-5 .layer-item:nth-child(2) {
  width: 5%;
}
#give-receipt .layer-5 .layer-item:nth-child(3) {
  width: 15%;
}
#give-receipt .layer-5 .layer-item:nth-child(4) {
  width: 40%;
}
#give-receipt .layer-6 .layer-item:nth-child(odd) {
  width: 30%;
}
#give-receipt .layer-6 .layer-item:nth-child(2n) {
  width: 70%;
}
#give-receipt .layer-8 .layer-item:first-child {
  width: 40%;
}
#give-receipt .layer-8 .layer-item:nth-child(2) {
  width: 20%;
}
#give-receipt .layer-8 .layer-item:nth-child(3) {
  width: 40%;
}
.give-grid-ie-utility {
  margin: 0 -12px;
}
@supports (display: grid) {
  .give-grid-ie-utility {
    margin: 0;
  }
}
