@charset "UTF-8";
form[id*=give-form] .form-row {
  margin-bottom: 20px;
}
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 {
  font-size: 14px;
  border-radius: 3px;
  line-height: 22px;
  padding: 13px 20px;
  border-color: var(--border);
  background-color: #fff;
}
form[id*=give-form] .form-row label {
  color: var(--accent);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
form[id*=give-form] legend {
  border-bottom: none;
  font-size: 18px;
  line-height: 22px;
  padding-top: 23px !important;
  border-top: 1px solid var(--border);
  margin-top: 30px !important;
}
form[id*=give-form] #give-gateway-radio-list {
  margin-bottom: 30px;
}
form[id*=give-form] #give-gateway-radio-list > li input[type=radio] {
  vertical-align: middle;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
  font-size: 14px;
  color: var(--text);
  vertical-align: middle;
  font-weight: 700;
}

#give-donation-level-button-wrap {
  margin-bottom: 20px;
}
#give-donation-level-button-wrap > li {
  margin: 0 10px 10px 0;
}

.give-goal-progress {
  padding: 0;
  background-color: transparent;
}
.give-goal-progress .give-progress-bar {
  width: 100%;
  height: 5px;
  background: #f0f0f0;
}
.give-goal-progress .raised {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.give-goal-progress .raised__details {
  flex-direction: row;
  align-items: center;
}

.give-btn.give-donation-level-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--accent);
  border: 1px solid var(--border);
  background-color: transparent;
  border-radius: 3px;
  padding: 9px 20px;
  text-transform: lowercase;
  letter-spacing: 0;
}
.give-btn.give-donation-level-btn:hover {
  border-color: var(--primary);
  background-color: var(--secondary);
  color: #fff;
}
.give-btn.give-btn-reveal, .give-btn.give-btn-modal {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  border: none;
  background-color: var(--primary);
  color: var(--accent);
  padding: 17px 30px;
}
.give-btn.give-btn-reveal:hover, .give-btn.give-btn-modal:hover {
  background-color: var(--primary_hover);
}

form[id*=give-form] .give-donation-amount {
  position: relative;
  display: inline-block;
  width: auto;
}
form[id*=give-form] .give-donation-amount #give-amount {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--accent);
  border: 1px solid;
  border-color: var(--border);
  border-radius: 3px;
  padding: 18px 52px 18px 18px;
  height: 58px;
  min-width: 220px;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  height: 24px;
  text-align: center;
  width: 24px;
  line-height: 24px;
  color: #fff;
  background-color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  top: 17px;
  right: 18px;
  padding: 0;
  border: none !important;
  font-size: 16px;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  left: 18px;
  right: unset;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol ~ #give-amount {
  padding: 18px 18px 18px 52px;
}

.give-modal .mfp-content {
  padding: 0 0 40px 0;
  background: transparent;
}
@media (min-width: 1024px) {
  .give-modal .mfp-content {
    width: 850px;
    max-width: 850px;
  }
}
.give-modal .mfp-content .give-form {
  border-radius: 5px;
  padding: 30px;
  background-color: #ffffff;
}

[id*=give-form] div.summary {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary {
    width: calc(100% - 410px);
    float: left;
  }
}
[id*=give-form] div#give-sidebar-left {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div#give-sidebar-left {
    width: 330px;
    float: right;
  }
}
[id*=give-form] div#give-sidebar-left div.images {
  display: none;
}

#give-login-form label {
  margin-bottom: 5px;
  display: block;
}
#give-login-form input[type=text],
#give-login-form input[type=password] {
  width: 100%;
}
#give-login-form .give-login-submit {
  float: left;
}
#give-login-form .give-lost-password {
  float: right;
  margin-top: 12px;
}

#give-login-form label,
#give-register-form label {
  line-height: 2;
}

#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 {
  border-radius: 5px;
  border: 1px solid;
  border-color: var(--border);
  padding: 0.75em 1.41575em;
  background: #fff;
  color: var(--body);
}
#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 {
  border-color: var(--primary);
}

#give-email-access-form label {
  display: block;
  margin-bottom: 5px;
}
#give-email-access-form input#give-email {
  display: block;
}

button.mfp-close {
  padding: 0;
  background-color: transparent;
}

ul.give-forms-category {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
ul.give-forms-category li {
  margin: 5px 1px;
}
ul.give-forms-category li a {
  padding: 11px 25px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--accent);
  border-radius: 3px;
}
ul.give-forms-category li a:hover, ul.give-forms-category li a.active {
  background-color: var(--primary);
  text-decoration: none;
}

.give-card__category {
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.give-progress-bar {
  width: 100%;
  height: 5px;
  background: #f0f0f0;
}

.give-wrap .give-card__thumbnail {
  position: relative;
}
.give-wrap .give-card__media img {
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.give-wrap .give-card {
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}
.give-wrap .give-card:hover {
  text-decoration: none !important;
}
.give-wrap .give-card:hover .give-card__media img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.give-wrap .give-card:active, .give-wrap .give-card:focus, .give-wrap .give-card:hover, .give-wrap .give-card:visited {
  border-color: var(--border);
  box-shadow: none;
}
.give-wrap .raised__details {
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--light);
}
.give-wrap .raised__details > span {
  font-size: 14px;
}
.give-wrap .raised__details > span:first-child {
  font-weight: 800;
  color: var(--accent);
}
.give-wrap .raised__details > span:first-child:after {
  content: " ";
}
.give-wrap .raised__details + .raised__details {
  color: var(--e-global-color-secondary);
  font-weight: 800;
}
.give-wrap .give-grid {
  grid-gap: 30px;
}
.give-wrap .give-grid--1 .give-grid-style-2 {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
}
.give-wrap .give-grid--1 .give-grid-style-2 .give-card__body {
  padding: 0px 0px 0px 30px;
}
.give-wrap .give-grid--1 .give-grid-style-2 .give-card {
  border: none;
}
.give-wrap .give-goal-progress {
  padding: 0;
  background: transparent;
}
.give-wrap .give-progress-bar > span {
  background-color: var(--secondary);
}
.give-wrap .progress-bar {
  margin-bottom: 10px;
}
.give-wrap .give-card__progress {
  margin-top: 0;
  margin-bottom: 25px;
}
.give-wrap .give-card__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.give-wrap a.button {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--primary);
  text-align: center;
}
.give-wrap a.button:hover {
  background-color: var(--primary_hover);
  text-decoration: none;
}
.give-wrap .give-grid-style-2 .give-card,
.give-wrap .give-grid-style-1 .give-card {
  border: 1px solid var(--border);
}
.give-wrap .give-grid-style-2 .give-card__category,
.give-wrap .give-grid-style-1 .give-card__category {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.give-wrap .give-grid-style-2 .give-card__body,
.give-wrap .give-grid-style-1 .give-card__body {
  position: relative;
  padding: 15px 30px 25px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-2 .give-card__body,
.give-wrap .give-grid-style-1 .give-card__body {
    padding: 15px 50px 40px;
  }
}
.give-wrap .give-grid-style-2 .give-card__media,
.give-wrap .give-grid-style-1 .give-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 58%;
}
.give-wrap .give-grid-style-2 .give-card__media img,
.give-wrap .give-grid-style-1 .give-card__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.give-wrap .give-grid-style-2 .give-goal-progress .income,
.give-wrap .give-grid-style-1 .give-goal-progress .income {
  font-weight: 400;
}
.give-wrap .give-grid-style-2 .give-card__text,
.give-wrap .give-grid-style-1 .give-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-2 .give-card {
    display: flex;
    flex-direction: row-reverse;
  }
}
.give-wrap .give-grid-style-2 .give-card__body {
  position: relative;
  padding: 15px 30px 25px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-2 .give-card__body {
    padding: 55px 80px 65px;
    width: 50%;
  }
}
.give-wrap .give-grid-style-2 .give-card__text {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-2 .give-card__thumbnail {
    width: 50%;
  }
}
.give-wrap .give-grid-style-2 .give-card__media {
  padding-top: 65%;
  height: 100%;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-2 .give-card__title {
    max-width: 80%;
  }
}
.give-wrap .give-grid-style-2 a.button {
  width: max-content;
  max-width: 100%;
}
.give-wrap .give-grid-style-3 .give-card__category {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  max-width: calc(100% - 100px);
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-3 .give-card__category {
    top: 40px;
    left: 50px;
  }
}
.give-wrap .give-grid-style-3 .give-card__category span {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 9px;
  color: #fff;
}
.give-wrap .give-grid-style-3 .give-card {
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.give-wrap .give-grid-style-3 .raised__details {
  color: var(--light);
}
.give-wrap .give-grid-style-3 .raised__details + .raised__details {
  color: var(--e-global-color-secondary);
}
.give-wrap .give-grid-style-3 .raised__details > span:first-child {
  color: #fff;
}
.give-wrap .give-grid-style-3 .give-card__thumbnail {
  padding-top: 109%;
}
.give-wrap .give-grid-style-3 .give-card__thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.give-wrap .give-grid-style-3 .give-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  padding: 60px 30px 25px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-3 .give-card__body {
    padding: 80px 50px 30px;
  }
}
.give-wrap .give-grid-style-3 .give-card__body:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.35%, #000000 93.23%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.give-wrap .give-grid-style-3 .give-card__title {
  color: #fff;
  margin-bottom: 15px;
}
.give-wrap .give-grid-style-3 .give-card__title a {
  color: #fff;
}
.give-wrap .give-grid-style-4 .give-card__body {
  background-color: var(--background-light);
  padding: 11px 30px 30px;
}
@media (min-width: 1024px) {
  .give-wrap .give-grid-style-4 .give-card__body {
    padding: 11px 50px 30px;
  }
}
.give-wrap .give-grid-style-4 .give-card__title {
  font-size: 18px;
  line-height: 22px;
}
.give-wrap .give-page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
}
.give-wrap .give-page-numbers .page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--light);
  margin-right: 10px;
}
.give-wrap .give-page-numbers .page-numbers:hover {
  color: var(--accent);
}
.give-wrap .give-page-numbers .page-numbers.prev, .give-wrap .give-page-numbers .page-numbers.next {
  font-size: 0;
}
.give-wrap .give-page-numbers .page-numbers.prev:before, .give-wrap .give-page-numbers .page-numbers.next:before {
  font-size: 16px;
  color: var(--light);
}
.give-wrap .give-page-numbers .page-numbers.prev:hover:before, .give-wrap .give-page-numbers .page-numbers.next:hover:before {
  color: var(--accent);
}
.give-wrap .give-page-numbers .page-numbers.next {
  margin-left: 15px;
}
.give-wrap .give-page-numbers .page-numbers.prev {
  margin-right: 25px;
}
.give-wrap .give-page-numbers span.current {
  color: var(--accent);
}

.widget.widget_give_form .give-wrap .give-grid {
  grid-gap: 0;
}

@media (min-width: 1024px) {
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child {
    grid-column-end: 3 span;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card {
    display: flex;
    flex-direction: row-reverse;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card__body {
    position: relative;
    padding: 55px 80px 65px;
    width: 50%;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card__text {
    margin-bottom: 30px;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card__thumbnail {
    width: 50%;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card__media {
    padding-top: 65%;
    height: 100%;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child .give-card__title {
    max-width: 80%;
  }
  .wihelp-give-form-special-yes .give-wrap .give-grid-style-1:first-child a.button {
    width: max-content;
    min-width: 310px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .give-modal .mfp-content {
    width: 600px !important;
    max-width: 600px !important;
  }
}
button.mfp-close,
button.mfp-arrow {
  font-size: 30px;
}

.tax-give_forms_category .give-wrap .give-grid-style-2 .give-card,
.post-type-archive-give_forms .give-wrap .give-grid-style-2 .give-card {
  flex-direction: row;
}

.progress-bar-circle {
  position: relative;
  height: 80px;
  width: 80px;
}
.progress-bar-circle div {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.progress-bar-circle div span {
  position: absolute;
  font-size: 24px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  left: 0;
  top: 0;
  text-align: center;
}
.progress-bar-circle .process-background {
  border-width: 3px;
  border-style: solid;
  border-color: white;
}
.progress-bar-circle .process-rotate {
  clip: rect(0 40px 80px 0);
  border-width: 3px;
  border-style: solid;
  border-color: var(--secondary);
}
.progress-bar-circle .process-left {
  clip: rect(0 40px 80px 0);
  opacity: 1;
  border-width: 3px;
  border-style: solid;
  border-color: white;
}
.progress-bar-circle .process-right {
  clip: rect(0 40px 80px 0);
  transform: rotate(180deg);
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: white;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.single-give_forms .give_forms {
  margin-top: 0;
  max-width: 1290px;
}
.single-give_forms .give-form-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.single-give_forms .give-grid-meta {
  margin-bottom: 15px;
  font-size: 11px;
  text-transform: uppercase;
}
.single-give_forms .give-grid-meta .give-card__category {
  display: inline-block;
}
.single-give_forms .give-grid-meta > * {
  margin-right: 15px;
}
.single-give_forms .give-grid-meta > span:before {
  margin-right: 6px;
  margin-top: -3px;
  color: var(--light);
}
.single-give_forms [id*=give-form] div.images {
  margin-bottom: 0;
}
.single-give_forms .give-wrap.container {
  padding-left: 0;
  padding-right: 0;
}

.single-give-content-wrap {
  margin-bottom: 35px;
}
.single-give-content-wrap .give-form-wrap {
  padding: 40px 80px 60px;
  background-color: var(--background-light);
}
.single-give-content-wrap .give-form-wrap form.give-form {
  margin-bottom: 0;
}
.single-give-content-wrap .give-form-closed {
  position: relative;
  border-radius: 3px;
  padding: 10px 30px 10px 60px;
  background-color: #58bb53;
  color: #fff;
  margin: 30px;
}
.single-give-content-wrap .give-form-closed > p {
  margin-bottom: 0;
}
.single-give-content-wrap .give-goal-progress {
  display: flex;
  flex-direction: column-reverse;
}
.single-give-content-wrap .give-goal-progress .raised {
  margin-bottom: 20px;
}
.single-give-content-wrap .give-goal-progress .raised__details {
  font-size: 20px;
}
.single-give-content-wrap .give-goal-progress .raised__details > span {
  font-size: 20px;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
  margin-left: 3px;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
}

.give-form-tabs {
  margin-top: 45px;
}
.give-form-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.give-form-tabs .ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.give-form-tabs .ui-tabs-nav li span {
  color: var(--light);
}
.give-form-tabs .ui-tabs-nav li:not(:last-child) {
  margin-right: 40px;
}
.give-form-tabs .ui-tabs-nav li:hover a:after,
.give-form-tabs .ui-tabs-nav li a:focus:after, .give-form-tabs .ui-tabs-nav li.ui-tabs-active a:after {
  width: 100%;
}
.give-form-tabs .ui-tabs-nav a {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.give-form-tabs .ui-tabs-nav a:after {
  transition: all ease-in-out 0.3s;
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  background-color: var(--primary);
  width: 0;
  height: 2px;
  right: 50%;
  transform: translateX(50%);
}
.give-form-tabs .ui-tabs-nav a:hover {
  text-decoration: none;
}
.give-form-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 30px 0;
  background: none;
}
.give-form-tabs .gallery.gallery-columns-3 {
  display: flex;
  columns: 3;
  column-gap: 10px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}
.give-form-tabs .gallery.gallery-columns-3 .gallery-item {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

[id*=give-form] div.summary.single-give-form-multi {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary.single-give-form-multi {
    width: calc(100% - 440px);
    float: left;
  }
}
[id*=give-form] div.summary.single-give-form-multi + .give-embed-form-wrapper {
  width: 100%;
  float: none;
}
@media (min-width: 1024px) {
  [id*=give-form] div.summary.single-give-form-multi + .give-embed-form-wrapper {
    width: 410px !important;
    float: right;
  }
}

.give-embed-form, .give-embed-receipt {
  box-shadow: none !important;
}
