@media (max-width: 781px) {
  .hide-on-mobile[data-type] {
    opacity: 0.2;
  }
  .hide-on-mobile:not([data-type]) {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .hide-on-mobilemenu[data-type] {
    opacity: 0.2;
  }
  .hide-on-mobilemenu:not([data-type]) {
    display: none !important;
  }
}
@media (min-width: 782px) {
  .hide-on-desktop[data-type] {
    opacity: 0.2;
  }
  .hide-on-desktop:not([data-type]) {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hide-on-desktopmenu[data-type] {
    opacity: 0.2;
  }
  .hide-on-desktopmenu:not([data-type]) {
    display: none !important;
  }
}

/* ***
 * Button styles
 * ***/
/* ***
 * Form field styles
 * ***/
/* ***
 * Heading styles
 * ***/
/* ***
 * Swiper pagination and navigation styles
 * ***/
.yoast-breadcrumbs {
  color: var(--wp--preset--color--grey);
  font-size: var(--wp--preset--font-size--sm);
}
.yoast-breadcrumbs a:hover {
  color: color-mix(in srgb, var(--wp--preset--color--orange), black 20%);
  text-decoration: none;
}

.wp-block-button.is-style-action {
  width: 100%;
}
.wp-block-button.is-style-action .wp-block-button__link {
  display: flex;
  margin-left: calc(var(--wp--preset--spacing--sm) * -1);
  padding-left: var(--wp--preset--spacing--sm);
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  align-items: center;
  font-weight: 400;
  gap: var(--wp--preset--spacing--sm);
  justify-content: flex-start;
}
.wp-block-button.is-style-action .wp-block-button__link::after {
  display: block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
}
.wp-block-button.is-style-action .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--orange);
  color: white !important;
}
.wp-block-button__link:hover {
  filter: brightness(110%) saturate(0.7);
}
.wp-block-button.is-style-outline:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--orange);
  color: white !important;
}

.bt_action {
  display: inline-block;
  padding: 0.625rem 1.375rem;
  background-color: #F8D264;
  border: none;
  border-radius: var(--wp--custom--border-radius--md);
  box-shadow: none;
  color: #6d6b6a;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--md);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}
.bt_action:hover {
  filter: brightness(110%) saturate(0.7);
}

.wp-block-categories-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: var(--wp--preset--spacing--xs);
  list-style-type: none;
}
.wp-block-categories-list li a {
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  background-color: var(--wp--preset--color--yellow);
  border-radius: var(--wp--custom--border-radius--sm);
  color: var(--wp--preset--color--grey);
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-categories-list li a:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--yellow) 70%, transparent 30%);
}

.wp-block-columns.is-style-video-card .wp-block-column:has(.wp-block-embed), .wp-block-columns.is-style-video-card .wp-block-column:has(.wp-block-image) {
  flex-basis: 40%;
}
.wp-block-columns.is-style-video-card .wp-block-column .wp-block-quote {
  margin: 0;
}
.wp-block-columns.is-style-video-card .wp-block-column .wp-block-quote h5 {
  margin-top: var(--wp--preset--spacing--sm);
}
.wp-block-columns.is-style-video-card .wp-block-column .wp-block-quote cite {
  margin-top: 0;
}

.wp-block-column.is-style-offset {
  margin-top: calc(var(--wp--preset--spacing--lg) * -2);
  padding: var(--wp--preset--spacing--sm);
  z-index: 11;
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--md);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 781px) {
  .wp-block-cover:has(.has-background-dim-100) {
    padding-block: var(--wp--preset--spacing--md) !important;
  }
}
@media (max-width: 781px) {
  .wp-block-cover:has(.has-background-dim-100) .wp-block-cover__image-background,
  .wp-block-cover:has(.has-background-dim-100) .wp-block-cover__video-background {
    bottom: 33%;
    height: 67%;
  }
}
@media (min-width: 782px) {
  .wp-block-cover:has(.has-background-dim-100) .wp-block-cover__image-background,
  .wp-block-cover:has(.has-background-dim-100) .wp-block-cover__video-background {
    width: 67%;
  }
}
@media (min-width: 782px) {
  .wp-block-cover:has(.has-background-dim-100):has(.has-custom-fade-to-right-gradient-background, .has-orange-fade-to-right-gradient-background, .has-teal-fade-to-right-gradient-background) .wp-block-cover__image-background,
  .wp-block-cover:has(.has-background-dim-100):has(.has-custom-fade-to-right-gradient-background, .has-orange-fade-to-right-gradient-background, .has-teal-fade-to-right-gradient-background) .wp-block-cover__video-background {
    left: 33%;
  }
}
@media (min-width: 782px) {
  .wp-block-cover:has(.has-background-dim-100):has(.has-custom-fade-to-left-gradient-background, .has-orange-fade-to-left-gradient-background, .has-teal-fade-to-left-gradient-background) .wp-block-cover__image-background,
  .wp-block-cover:has(.has-background-dim-100):has(.has-custom-fade-to-left-gradient-background, .has-orange-fade-to-left-gradient-background, .has-teal-fade-to-left-gradient-background) .wp-block-cover__video-background {
    right: 33%;
  }
}
@media (min-width: 782px) {
  .wp-block-cover:has(.has-background-dim-100):has(.has-background-gradient):not(:has(.has-custom-fade-to-right-gradient-background, .has-orange-fade-to-right-gradient-background, .has-teal-fade-to-right-gradient-background, .has-custom-fade-to-left-gradient-background, .has-orange-fade-to-left-gradient-background, .has-teal-fade-to-left-gradient-background)) .wp-block-cover__image-background,
  .wp-block-cover:has(.has-background-dim-100):has(.has-background-gradient):not(:has(.has-custom-fade-to-right-gradient-background, .has-orange-fade-to-right-gradient-background, .has-teal-fade-to-right-gradient-background, .has-custom-fade-to-left-gradient-background, .has-orange-fade-to-left-gradient-background, .has-teal-fade-to-left-gradient-background)) .wp-block-cover__video-background {
    left: 33%;
  }
}
.wp-block-cover.is-style-contain .wp-block-cover__image-background,
.wp-block-cover.is-style-contain .wp-block-cover__video-background {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* ***
 * Form Block
 * ***/
.block-editor-block-list__block .wp-block-form-block {
  padding: var(--wp--preset--spacing--md);
  background-color: white;
  border: 1px solid var(--wp--preset--color--grey-mid);
  border-radius: var(--wp--custom--border-radius--md);
}

/* ***
 * Blackbaud Form code
 * ***/
.BBFormContainer[id*=bboxsignup] > .BBFormSection {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
  -moz-column-gap: var(--wp--preset--spacing--xs);
       column-gap: var(--wp--preset--spacing--xs);
  row-gap: var(--wp--preset--spacing--xs);
}
@media (max-width: 781px) {
  .BBFormContainer[id*=bboxsignup] > .BBFormSection {
    display: block;
  }
}
.BBFormContainer[id*=bboxsignup] fieldset {
  display: contents;
  position: relative;
  padding: 0;
  border: none;
  grid-column: 1/span 3;
  grid-row: 1/span 3;
}
@media (max-width: 781px) {
  .BBFormContainer[id*=bboxsignup] fieldset {
    display: block;
  }
}
.BBFormContainer[id*=bboxsignup] fieldset legend {
  margin: 0;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
}
.BBFormContainer[id*=bboxsignup] fieldset legend + .BBFormFieldContainer {
  grid-column: 1;
  grid-row: 2;
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  grid-row: 1/span 2;
  grid-column: 2/span 2;
}
@media (max-width: 781px) {
  .BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] {
    margin: var(--wp--preset--spacing--xs) 0;
    -moz-column-gap: var(--wp--preset--spacing--xs);
         column-gap: var(--wp--preset--spacing--xs);
    row-gap: var(--wp--preset--spacing--xs);
  }
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer {
  flex-basis: calc((100% - var(--wp--preset--spacing--xs)) / 2);
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=text],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=email],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=file],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=month],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=number],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=password],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=search],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=tel],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=text],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=time],
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer input[type=url] {
  box-sizing: border-box;
  float: none;
  height: auto;
  width: 100%;
  margin: 0;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--grey-mid);
  border-radius: var(--wp--custom--border-radius--sm);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--md);
  text-transform: capitalize;
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.BBFormContainer[id*=bboxsignup] fieldset div[id*=divFields] .BBFormFieldContainer:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.BBFormContainer[id*=bboxsignup] fieldset .BBFloatClear,
.BBFormContainer[id*=bboxsignup] fieldset div[style*=clear] {
  display: none;
}
.BBFormContainer[id*=bboxsignup] #reCAPTCHADisclosure {
  grid-column: 1;
  grid-row: 3;
  padding-right: var(--wp--preset--spacing--md);
  color: var(--wp--preset--color--grey-mid);
  font-size: var(--wp--preset--font-size--sm);
}
.BBFormContainer[id*=bboxsignup] .BBFormSectionHeading {
  color: #E16F55;
  font-family: var(--wp--preset--font-family--merriweather);
  font-size: clamp(1.502rem, 1.502rem + (1vw - 0.2rem) * 1.815, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.3;
}
.BBFormContainer[id*=bboxsignup] .BBFormButtonRow {
  grid-column: 2/auto;
  grid-row: 3;
}
.BBFormContainer[id*=bboxsignup] .BBFormButtonRow input[type=submit],
.BBFormContainer[id*=bboxsignup] .BBFormButtonRow input[type=button] {
  display: inline-block;
  padding: 0.625rem 1.375rem;
  background-color: #E16F55;
  border: none;
  border-radius: var(--wp--custom--border-radius--md);
  box-shadow: none;
  color: #ffffff;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--md);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}
.BBFormContainer[id*=bboxsignup] .BBFormButtonRow input[type=submit]:hover,
.BBFormContainer[id*=bboxsignup] .BBFormButtonRow input[type=button]:hover {
  filter: brightness(110%) saturate(0.7);
}

#mongo-form #bboxdonation_gift_lblHeadingDonation, #mongo-form #bboxdonation_recurrence_lblHeadingRecurrence {
  color: #f2664c;
  font-size: 24px;
  font-family: "Merriweather", serif;
}

#mongo-form .BBFormSectionHeading {
  padding: 0;
  border: none;
  margin-bottom: 25px;
}

#mongo-form #bboxdonation_recurrence_divHeadingRecurrence {
  margin-bottom: 7px;
}

#mongo-form #bboxdonation_gift_fldAmountWithLevels {
  margin-left: 0px;
  margin-bottom: 35px;
  margin-top: 0px;
}

#mongo-form .BBFormRadioItem {
  margin-right: 20px;
  margin-bottom: 0px;
}

#mongo-form .BBFormRadioItem .BBFormRadioButtonContainer label {
  border-radius: 4px;
  border: 1px solid #adadb0;
  background: #fff;
  padding: 6px 30px;
}

#mongo-form .BBFormRadioItem .BBFormRadioButtonContainer label span {
  font-size: 20px;
  color: #6d6e71;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#mongo-form .BBFormRadioItem .BBFormRadioButtonContainer label.BBFormRadioLabelGivingLevelSelected {
  background-color: #E56A54;
  border-color: #E56A54;
}

#mongo-form .BBFormRadioItem .BBFormRadioButtonContainer label.BBFormRadioLabelGivingLevelSelected span {
  color: #fff;
}

#mongo-form .BBFormFieldContainer {
  margin: 0px;
}

#mongo-form .BBFormFieldContainer #bboxdonation_recurrence_divRecurrenceCheckbox label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6d6e71;
}

#mongo-form .BBFormFieldRecurrenceInfo {
  padding-left: 0px;
}

#mongo-form .BBFormFieldRecurrenceInfo .BBRecurrenceFieldContainer span {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #6d6e71;
  font-weight: 600;
}

#mongo-form .BBFormFieldRecurrenceInfo .BBRecurrenceFieldContainer select {
  margin: 0px 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 5px 40px 5px 5px;
  border: 1px solid #adadb0;
  border-radius: 0px;
}

#mongo-form .BBFormFieldRecurrenceInfo #lblRecurrenceNextGiftDate {
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  display: block;
  margin-bottom: 55px;
  color: #6d6e71;
}

#mongo-form .BBDFormSectionComments label#bboxdonation_comment_lblComments {
  margin-left: 0;
  padding-right: 0px;
  color: #6d6e71;
  font-size: 20px;
  margin-bottom: 15px;
}

#mongo-form .BBDFormSectionComments textarea {
  margin-left: 0;
  width: 100% !important;
  display: block;
  max-width: 100%;
  min-height: 135px;
  border-radius: 0;
  border-color: #adadb0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#mongo-form .BBDFormSectionComments textarea::-webkit-input-placeholder {
  color: transparent;
}

#mongo-form #bboxdonation_billing_lblHeadingContact {
  color: #f2664c;
  font-size: 24px;
  font-family: "Merriweather", serif;
  margin-top: 10px;
}

#mongo-form #bboxdonation_billing_divBillingHeader {
  margin-bottom: 0;
}

#mongo-form #bboxdonation_billing_fldOrgGift #bboxdonation_billing_lblOrgGift {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6d6e71;
  width: auto;
  display: inline-block;
  margin-top: 10px;
}

#mongo-form #bboxdonation_billing_divBillingSection .BBFormFieldLabel {
  width: 100%;
  text-align: left;
  padding-right: 0px;
  display: block;
  color: #6d6e71;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 600;
}

#mongo-form .BBFormSection {
  max-width: 100%;
}

#mongo-form #bboxdonation_billing_divBillingSection #bboxdonation_billing_lblOrgName.BBFormFieldLabel {
  margin-left: 0;
  padding-right: 0px;
  color: #6d6e71;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

#mongo-form #bboxdonation_billing_divBillingSection #bboxdonation_billing_txtOrgName {
  width: 100%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

#mongo-form .BBFormIndivFields {
  margin-top: 0px;
}

#mongo-form #divName select {
  height: 40px;
  border-radius: 0px;
  min-width: 150px;
  border-color: #adadb0;
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

#mongo-form #divName #bboxdonation_billing_txtFirstName {
  height: 40px;
  border-radius: 0px;
  min-width: 245px;
  border-color: #adadb0;
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

#mongo-form #divName #bboxdonation_billing_txtLastName {
  height: 40px;
  border-radius: 0px;
  min-width: 250px;
  border-color: #adadb0;
  margin: 0px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

#mongo-form #bboxdonation_billing_txtEmail, #mongo-form #bboxdonation_billing_txtPhone, #mongo-form #bboxdonation_billing_billingAddress_ddCountry,
#mongo-form #bboxdonation_billing_billingAddress_txtAUCity {
  width: 100%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

#mongo-form #bboxdonation_billing_billingAddress_txtAddress {
  width: 100%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  min-height: 135px;
}

#bboxdonation_billing_billingAddress_ddAUState {
  width: 48%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

#bboxdonation_billing_billingAddress_txtAUPostCode {
  width: 48%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-left: 20px;
  margin-right: 0px;
}

#mongo-form #bboxdonation_billing_divBillingSection .BBFormFieldLabel#bboxdonation_billing_lblAnonymous {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6d6e71;
  width: auto;
  display: inline-block;
}

.BBDFormSectionPaymentInfo #bboxdonation_payment_lblHeadingPayment {
  color: #f2664c;
  font-size: 24px;
  font-family: "Merriweather", serif;
  margin-top: 10px;
}

#mongo-form .BBFormSection.BBDFormSectionPaymentInfo .BBFormFieldLabel {
  width: 100%;
  text-align: left;
  padding-right: 0px;
  display: block;
  color: #6d6e71;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 600;
  padding-left: 0px;
  margin-left: 0;
}

#mongo-form .BBFormSection.BBDFormSectionPaymentInfo .BBFormFieldLabel#bboxdonation_payment_lblCardHoldersName {
  margin-top: 0px;
}

#mongo-form .BBFormSection.BBDFormSectionPaymentInfo #bboxdonation_payment_txtCardholder,
#mongo-form .BBFormSection.BBDFormSectionPaymentInfo #bboxdonation_payment_txtCardNumber {
  width: 100%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

#mongo-form .BBFormSection.BBDFormSectionPaymentInfo #bboxdonation_payment_cboCardType {
  width: 100%;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  max-width: 340px;
}

#mongo-form .BBFormFieldContainer.BBFormFieldContainerRequired.BBCCreditType {
  width: 100%;
}

#mongo-form .BBExpirationCSC select {
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 45%;
}

#mongo-form .BBExpirationCSC select#bboxdonation_payment_cboMonth {
  margin-right: 23px;
}

#mongo-form .BBExpirationCSC #bboxdonation_payment_txtCSC {
  width: 155px !important;
  max-width: 100%;
  border-color: #adadb0;
  border-radius: 0px;
  height: 40px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-right: 0px;
}

#mongo-form #DCCreditSecurityCode {
  padding-left: 15px;
}

#mongo-form .BBFormSection.BBFormButtonRow .BBFormSummaryTotal {
  padding: 0px;
}

#mongo-form .BBFormSection.BBFormButtonRow #bboxdonation_btnSubmit {
  background: #f2664c;
  border-radius: 5px;
  padding: 12px 66px;
  margin-top: 45px;
}

#mongo-form #divClientError {
  border: none;
  border-radius: 0;
  background: #ffd04c;
  padding: 20px 50px 30px;
}

#mongo-form #divClientError .BBFormErrorItem {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #6d6e71;
  font-size: 14px;
  margin-left: 0px;
}

#mongo-form #divClientError ul:focus, #mongo-form #divClientError .BBFormErrorItem:focus, #cluetip-title:focus, .DonationHelpFormCSCTable table:focus, .cluetip-BBForm td:focus,
.cluetip-BBForm tbody, .DonationHelpFormCSCTable:focus, #cluetip-inner:focus, #divCSCWhatsThis:focus, .BBFormTable:focus {
  outline: none;
}

#mongo-form #divClientError ul li.BBFormErrorItem {
  font-family: "Open Sans", sans-serif;
  color: #6d6e71;
  font-weight: 100;
  padding-top: 1px;
}

#mongo-form #divClientError ul {
  margin-top: 10px;
}

#mongo-form .BBFormErrorBlock {
  border: none;
  max-width: 100%;
  padding: 0px;
}

#mongo-form .BBFormInlineErrorItem {
  margin-left: 0px;
  text-align: center;
  margin: 0px;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  margin-top: 0px;
  font-style: normal;
  display: none;
}

#mongo-form #bboxdonation_billing_divEmail .BBFormInlineErrorItem {
  /*display: block;*/
}

#mongo-form .BBFormSection.BBFormButtonRow #bboxdonation_btnSubmit:focus {
  outline: none;
}

#mongo-form #bboxdonation_BBEmbeddedForm {
  padding: 0px;
}

.page-id-726 .sec_get {
  display: none;
}

/* Dee's changes regarding embed form */
#mongo-form .BBFormSectionHeading label.BBFormFieldLabelEdit {
  color: #f2664c;
  font-size: 16px;
  font-family: "Merriweather", serif;
  margin-top: 30px;
}

#mongo-form #bboxevent_billing_lblHeadingContact,
#mongo-form #bboxevent_orginfo_lblHeadingContact {
  margin-top: -30px;
}

#mongo-form #bboxevent_orginfo_divBillingSection {
  margin-bottom: 30px;
}

#mongo-form .BBFormSection.BBDFormSectionPaymentInfo,
#mongo-form .BBFormSection.BBFormSectionRegistrant {
  margin-bottom: 40px;
}

#mongo-form .BBFormSectionRegistrant label.BBFormRegistrantHeading,
#mongo-form .BBFormSubSectionHeading label.BBFormRegistrantAttribsHeading {
  color: #f2664c;
  font-family: "Merriweather", serif;
  font-size: 21px;
}

#mongo-form .BBFormPriceAttributes .BBFormSubSectionRegistrantAttributes {
  margin-bottom: 40px;
  margin-top: 20px;
}

#mongo-form .BBFormSubSection .BBFormAttribItem label {
  width: 100%;
  text-align: left;
  padding-right: 0px;
  display: block;
  color: #6d6e71;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 600;
}

.row-bg-element.banner-mobile:nth-child(even) {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
}

/* **** Signup form Stylng - ignore for now
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db {


    input[type="text"],
    input[type="email"]{
        height: 46px !important;
        border: 1px solid #f2664c;
        font-size: 16px;
        color: #f2664c;
        text-transform: uppercase;
        font-family: open sans;
        padding-left: 20px;
        width: 100%;

    }

    input::placeholder { // Chrome, Firefox, Opera, Safari 10.1+
        color: red;
        opacity: 1; // Firefox
    }

    input:-ms-input-placeholder { // Internet Explorer 10-11
        color: red;
    }

    input::-ms-input-placeholder { // Microsoft Edge
        color: red;
    }

}



#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="submit"]{
    color: #6d6e71;
    font-family: open sans;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    background: #ffd04c;
    padding: 13px 0px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    height: auto !important;
    width: 100%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db{
    text-align: center;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormFieldContainer{
    display: block;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormContainer{
    padding-left: 0px;
    padding-right: 0px;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormButtonRow{
    display: inline-block;
    margin-top: 0px;
    padding-top: 4px;
    width: 10%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSection fieldset > [id^="bboxsignup-"]{
    display: inline-block;
    vertical-align: top;
    width: 89%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSectionHeading label{
    text-align: center;
    display: block;
    color: #f2664c;
    font-size: 42px;
    font-family: 'Merriweather', serif;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSubSectionHeading.BBFormFieldLabelEdit{
font-family: open sans;
    text-align: center;
    font-size: 20px;
    color: #6d6e71;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}

#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSection fieldset > [id^="bboxsignup-"] .BBFormSignupFieldWide{
    width: 31%;
    margin-right: 2.3%;
}


#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="text"],
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="email"]{
    height: 46px !important;
    border: 1px solid #f2664c;
    font-size: 16px;
    color: #f2664c;
    text-transform: unset;
    font-family: open sans;
    padding-left: 20px;
    width: 100%;

}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="text"]::-webkit-input-placeholder, #mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="email"]::-webkit-input-placeholder{
	text-transform: capitalize !important;
}


#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db input[type="submit"]{
    color: #6d6e71;
    font-family: open sans;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    background: #ffd04c;
    padding: 13px 0px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    height: auto !important;
    width: 100%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db{
    text-align: center;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormFieldContainer{
    display: block;
}

#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormContainer{
    padding-left: 0px;
    padding-right: 0px;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormButtonRow{
    display: inline-block;
    margin-top: 0px;
    padding-top: 4px;
    width: 10%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSection fieldset > [id^="bboxsignup-"]{
    display: inline-block;
    vertical-align: top;
    width: 89%;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSectionHeading label{
    text-align: center;
    display: block;
    color: #f2664c;
    font-size: 42px;
    font-family: 'Merriweather', serif;
}
#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSubSectionHeading.BBFormFieldLabelEdit{
font-family: open sans;
    text-align: center;
    font-size: 20px;
    color: #6d6e71;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}

#mongo-form-ff4c990a-6c97-4a55-b3ed-a6f503f723db .BBFormSection fieldset > [id^="bboxsignup-"] .BBFormSignupFieldWide{
    width: 31%;
    margin-right: 2.3%;
}

.BBFormSection p:first-child{
    font-family: 'Merriweather', serif;    
    font-weight: 600;
    color: #f2664c;
    line-height: 1.3;
    text-align: center;
}
.home .BBFormSection p:first-child{
    font-size: 18px;
    margin: 23px 0 0;
}
.BBFormSection p{
    font-family: 'Merriweather', serif;
    color: #f2664c;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
*/
.wp-block-image figcaption {
  color: var(--wp--preset--color--grey);
  font-size: var(--wp--preset--font-size--sm);
  text-align: center;
}

.wp-block-media-text .wp-block-media-text__media img {
  border-radius: inherit;
}
.wp-block-media-text.is-style-content-card {
  -moz-column-gap: var(--wp--preset--spacing--xl);
       column-gap: var(--wp--preset--spacing--xl);
}
.wp-block-media-text.is-style-content-card .wp-block-media-text__media {
  aspect-ratio: 5/3;
  border-radius: var(--wp--custom--border-radius--lg);
}
.wp-block-media-text.is-style-content-card .wp-block-media-text__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.wp-block-media-text.is-style-content-card .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) 0;
  gap: var(--wp--preset--spacing--sm);
}
.wp-block-media-text.is-style-content-card .wp-block-media-text__content > * {
  margin: 0;
}
.wp-block-media-text.is-style-quote-card .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--md);
}
.wp-block-media-text.is-style-quote-card .wp-block-media-text__content .wp-block-quote {
  margin: 0;
}

.post {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
  position: relative;
}
.post a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) {
  background-color: var(--wp--preset--color--grey-light);
  min-height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
  border-radius: var(--wp--custom--border-radius--sm);
  overflow: hidden;
  gap: 0;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__title {
  font-size: 1.5rem;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__body {
  flex-grow: 1;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__title {
  color: var(--wp--preset--color--orange);
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) 0 var(--wp--preset--spacing--md);
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__meta {
  padding: 0 var(--wp--preset--spacing--md);
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__excerpt {
  padding: 0 var(--wp--preset--spacing--md);
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__action {
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  transition: var(--wp--custom--animation--speed) all var(--wp--custom--animation--easing);
  color: var(--wp--preset--color--orange);
  display: flex;
  align-items: center;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__action a {
  color: inherit;
  text-decoration: none;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action) .post__action:after {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1em;
  height: 1em;
  display: block;
  margin-left: auto;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action):has(a:hover) .post__image img {
  scale: 1.05;
}
.post:where(.is-style-horizontal, .is-style-framed, .is-style-framed-news, .is-style-framed-action):has(a:hover) .post__action {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--orange);
}
.post__image {
  overflow: hidden;
}
.post__image img {
  transition: var(--wp--custom--animation--speed) scale var(--wp--custom--animation--easing);
  scale: 1;
}
.post__body {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--wp--preset--spacing--xs);
  gap: var(--wp--preset--spacing--xs);
}
.post__title {
  margin: 0;
}
.post__title a {
  color: inherit;
  font-size: min(1.5rem, 5vw);
  text-decoration: none;
}
.post__title a:hover {
  color: var(--wp--preset--color--orange);
}
.post__meta {
  font-size: var(--wp--preset--font-size--sm);
}
.post__action {
  margin-top: auto;
  padding: var(--wp--custom--border-radius--sm);
}
.post.is-style-horizontal {
  flex-direction: row;
}
.post.is-style-horizontal .post__image {
  flex-basis: 30%;
}
.post.is-style-feature {
  gap: var(--wp--preset--spacing--md);
}
@media (min-width: 782px) {
  .post.is-style-feature {
    gap: var(--wp--preset--spacing--lg);
    align-items: center;
    flex-direction: row-reverse;
  }
  .post.is-style-feature .post__image,
  .post.is-style-feature .post__body {
    flex-basis: 50%;
  }
}
.post.is-style-feature .post__image {
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--lg);
}
.post.is-style-feature .post__body {
  display: flex;
}
.post.is-style-feature .post__title {
  color: var(--wp--preset--color--orange);
}
.post.is-style-feature .post__action {
  padding: 0;
  width: 100%;
}
.post.is-style-feature .post__action a {
  display: flex;
  margin-left: calc(var(--wp--preset--spacing--sm) * -1);
  padding: var(--wp--preset--spacing--sm);
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  align-items: center;
  color: #E16F55;
  font-weight: 400;
  gap: var(--wp--preset--spacing--sm);
  justify-content: flex-start;
  text-decoration: none;
}
.post.is-style-feature .post__action a::after {
  display: block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
}
.post.is-style-feature .post__action a:hover {
  background-color: #E16F55;
  color: white !important;
}
.post.is-style-framed .post__body {
  padding-bottom: 0;
}
.post.is-style-wide .post__image {
  aspect-ratio: 2.2;
  border-radius: var(--wp--custom--border-radius--sm);
}
.post.is-style-wide .post__image img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.post.is-style-wide .post__body {
  gap: var(--wp--preset--spacing--sm);
}
.post.is-style-wide .post__action {
  padding: 0;
  width: 100%;
}
.post.is-style-wide .post__action a {
  display: flex;
  margin-left: calc(var(--wp--preset--spacing--sm) * -1);
  padding: var(--wp--preset--spacing--sm);
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  align-items: center;
  color: #E16F55;
  font-weight: 400;
  gap: var(--wp--preset--spacing--sm);
  justify-content: flex-start;
  text-decoration: none;
}
.post.is-style-wide .post__action a::after {
  display: block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
}
.post.is-style-wide .post__action a:hover {
  background-color: #E16F55;
  color: white !important;
}
.post.is-style-search .post__title {
  margin: 0;
  padding: 0;
  color: var(--wp--preset--color--orange);
}
.post.is-style-search .post__body {
  margin: 0 0 var(--wp--preset--spacing--sm);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--sm) 0;
  background-color: var(--wp--preset--color--grey-light);
}
.post.is-style-search .post__action {
  padding: 0;
  width: 100%;
}
.post.is-style-search .post__action a {
  display: flex;
  margin-left: calc(var(--wp--preset--spacing--sm) * -1);
  padding: var(--wp--preset--spacing--sm);
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  align-items: center;
  color: #E16F55;
  font-weight: 400;
  gap: var(--wp--preset--spacing--sm);
  justify-content: flex-start;
  text-decoration: none;
}
.post.is-style-search .post__action a::after {
  display: block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
}
.post.is-style-search .post__action a:hover {
  background-color: #E16F55;
  color: white !important;
}

.wp-block-post-collection {
  overflow: hidden;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var( --wp--preset--color--orange );
}
.wp-block-post-collection:not(.swiper-initialized) .swiper-button-prev,
.wp-block-post-collection:not(.swiper-initialized) .swiper-button-next,
.wp-block-post-collection:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev), .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: var(--wp--preset--spacing--lg);
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  grid-template-rows: 1fr min-content;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-wrapper, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-wrapper {
  grid-column: 1/span 3;
  grid-row: 1;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-pagination, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-pagination {
  display: flex;
  grid-column: 1;
  grid-row: 2;
  position: static;
  align-items: center;
  justify-content: flex-start;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-pagination .swiper-pagination-bullet, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--wp--preset--color--grey-mid);
  background-color: var(--wp--preset--color--grey-mid);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-pagination .swiper-pagination-bullet:hover, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-pagination .swiper-pagination-bullet:hover {
  border: 1px solid var(--wp--preset--color--grey);
  background-color: var(--wp--preset--color--grey);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-pagination .swiper-pagination-bullet-active, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--wp--preset--color--orange);
  background-color: var(--wp--preset--color--orange);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-pagination .swiper-pagination-bullet-active:hover, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-pagination .swiper-pagination-bullet-active:hover {
  background-color: var(--wp--preset--color--orange);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev,
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-next, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev,
.wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-next {
  grid-row: 2;
  height: auto;
  width: -moz-min-content;
  width: min-content;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  position: static;
  border: 1px solid var(--wp--preset--color--grey);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev::after,
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-next::after, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev::after,
.wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-next::after {
  display: inline-block;
  height: 0.625rem;
  width: 0.875rem;
  background-color: var(--wp--preset--color--grey);
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev {
  grid-column: 2;
  padding-left: 14px;
  padding-right: 12px;
  border-radius: var(--wp--custom--border-radius--md) 0 0 var(--wp--custom--border-radius--md);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev::after, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3086 4.99989C14.3086 4.85509 14.2511 4.71621 14.1487 4.61381C14.0463 4.51142 13.9074 4.45389 13.7626 4.45389H2.48464L5.92116 1.01846C6.02369 0.915939 6.08128 0.776886 6.08128 0.631895C6.08128 0.486904 6.02369 0.347851 5.92116 0.245327C5.81864 0.142802 5.67958 0.0852051 5.53459 0.0852051C5.3896 0.0852051 5.25055 0.142802 5.14803 0.245327L0.780025 4.61333C0.729178 4.66404 0.688838 4.7243 0.661312 4.79063C0.633786 4.85696 0.619617 4.92808 0.619617 4.99989C0.619617 5.07171 0.633786 5.14282 0.661312 5.20916C0.688838 5.27549 0.729178 5.33574 0.780025 5.38646L5.14803 9.75446C5.25055 9.85699 5.3896 9.91458 5.53459 9.91458C5.67958 9.91458 5.81864 9.85699 5.92116 9.75446C6.02369 9.65194 6.08128 9.51289 6.08128 9.36789C6.08128 9.2229 6.02369 9.08385 5.92116 8.98133L2.48464 5.54589H13.7626C13.9074 5.54589 14.0463 5.48837 14.1487 5.38597C14.2511 5.28358 14.3086 5.1447 14.3086 4.99989Z' fill='%233E3A38'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3086 4.99989C14.3086 4.85509 14.2511 4.71621 14.1487 4.61381C14.0463 4.51142 13.9074 4.45389 13.7626 4.45389H2.48464L5.92116 1.01846C6.02369 0.915939 6.08128 0.776886 6.08128 0.631895C6.08128 0.486904 6.02369 0.347851 5.92116 0.245327C5.81864 0.142802 5.67958 0.0852051 5.53459 0.0852051C5.3896 0.0852051 5.25055 0.142802 5.14803 0.245327L0.780025 4.61333C0.729178 4.66404 0.688838 4.7243 0.661312 4.79063C0.633786 4.85696 0.619617 4.92808 0.619617 4.99989C0.619617 5.07171 0.633786 5.14282 0.661312 5.20916C0.688838 5.27549 0.729178 5.33574 0.780025 5.38646L5.14803 9.75446C5.25055 9.85699 5.3896 9.91458 5.53459 9.91458C5.67958 9.91458 5.81864 9.85699 5.92116 9.75446C6.02369 9.65194 6.08128 9.51289 6.08128 9.36789C6.08128 9.2229 6.02369 9.08385 5.92116 8.98133L2.48464 5.54589H13.7626C13.9074 5.54589 14.0463 5.48837 14.1487 5.38597C14.2511 5.28358 14.3086 5.1447 14.3086 4.99989Z' fill='%233E3A38'/%3E%3C/svg%3E");
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev.swiper-button-disabled, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev.swiper-button-disabled {
  border-right-width: 0;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-prev.swiper-button-disabled + .swiper-button-next, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-prev.swiper-button-disabled + .swiper-button-next {
  border-left: 1px solid var(--wp--preset--color--grey);
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-next, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-next {
  grid-column: 3;
  padding-left: 12px;
  padding-right: 14px;
  border-left: none;
  border-radius: 0 var(--wp--custom--border-radius--md) var(--wp--custom--border-radius--md) 0;
}
.wp-block-post-collection.swiper-initialized:has(.swiper-button-prev) .swiper-button-next::after, .wp-block-post-collection.swiper-initialized:has(.swiper-pagination) .swiper-button-next::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.308594 4.99989C0.308594 4.85509 0.366119 4.71621 0.468513 4.61381C0.570908 4.51142 0.709785 4.45389 0.854593 4.45389H12.1325L8.69603 1.01846C8.5935 0.915939 8.53591 0.776886 8.53591 0.631895C8.53591 0.486904 8.5935 0.347851 8.69603 0.245327C8.79855 0.142802 8.9376 0.0852051 9.08259 0.0852051C9.22758 0.0852051 9.36664 0.142802 9.46916 0.245327L13.8372 4.61333C13.888 4.66404 13.9283 4.7243 13.9559 4.79063C13.9834 4.85696 13.9976 4.92808 13.9976 4.99989C13.9976 5.07171 13.9834 5.14282 13.9559 5.20916C13.9283 5.27549 13.888 5.33574 13.8372 5.38646L9.46916 9.75446C9.36664 9.85699 9.22758 9.91458 9.08259 9.91458C8.9376 9.91458 8.79855 9.85699 8.69603 9.75446C8.5935 9.65194 8.53591 9.51289 8.53591 9.36789C8.53591 9.2229 8.5935 9.08385 8.69603 8.98133L12.1325 5.54589H0.854593C0.709785 5.54589 0.570908 5.48837 0.468513 5.38597C0.366119 5.28358 0.308594 5.1447 0.308594 4.99989Z' fill='%233E3A38'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.308594 4.99989C0.308594 4.85509 0.366119 4.71621 0.468513 4.61381C0.570908 4.51142 0.709785 4.45389 0.854593 4.45389H12.1325L8.69603 1.01846C8.5935 0.915939 8.53591 0.776886 8.53591 0.631895C8.53591 0.486904 8.5935 0.347851 8.69603 0.245327C8.79855 0.142802 8.9376 0.0852051 9.08259 0.0852051C9.22758 0.0852051 9.36664 0.142802 9.46916 0.245327L13.8372 4.61333C13.888 4.66404 13.9283 4.7243 13.9559 4.79063C13.9834 4.85696 13.9976 4.92808 13.9976 4.99989C13.9976 5.07171 13.9834 5.14282 13.9559 5.20916C13.9283 5.27549 13.888 5.33574 13.8372 5.38646L9.46916 9.75446C9.36664 9.85699 9.22758 9.91458 9.08259 9.91458C8.9376 9.91458 8.79855 9.85699 8.69603 9.75446C8.5935 9.65194 8.53591 9.51289 8.53591 9.36789C8.53591 9.2229 8.5935 9.08385 8.69603 8.98133L12.1325 5.54589H0.854593C0.709785 5.54589 0.570908 5.48837 0.468513 5.38597C0.366119 5.28358 0.308594 5.1447 0.308594 4.99989Z' fill='%233E3A38'/%3E%3C/svg%3E");
}
.wp-block-post-collection.swiper-initialized:not(:has(.swiper-button-prev)):has(.swiper-pagination) {
  grid-template-columns: 1fr;
}
.wp-block-post-collection.swiper-initialized:not(:has(.swiper-button-prev)):has(.swiper-pagination) .swiper-pagination {
  justify-content: center;
}
.wp-block-post-collection.is-style-wide .wp-block-post-collection__inner-container {
  -moz-column-gap: var(--wp--preset--spacing--lg);
       column-gap: var(--wp--preset--spacing--lg);
}
@media (max-width: 781px) {
  .wp-block-post-collection.layout-mobile--grid .wp-block-post-collection__inner-container {
    row-gap: var(--wp--preset--spacing--sm);
  }
}

.wp-block-query-pagination-numbers {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.wp-block-quote p {
  font-size: var(--wp--preset--font-size--lg);
}
.wp-block-quote cite {
  margin-top: var(--wp--preset--spacing--sm);
  color: var(--wp--preset--color--grey);
  font-size: var(--wp--preset--font-size--sm);
  font-style: normal;
}
.wp-block-quote.is-style-plain {
  padding-left: 0;
  border-left: none;
}

.wp-block-pullquote {
  border-radius: var(--wp--custom--border-radius--lg);
}
.wp-block-pullquote blockquote {
  position: relative;
}
.wp-block-pullquote blockquote cite {
  font-size: var(--wp--preset--font-size--md);
  font-style: normal;
}
.wp-block-pullquote blockquote cite::before {
  content: "- ";
}

.wp-block-acf-tax-term-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: var(--wp--preset--spacing--sm);
       column-gap: var(--wp--preset--spacing--sm);
  row-gap: var(--wp--preset--spacing--sm);
}
@media (max-width: 781px) {
  .wp-block-acf-tax-term-tiles {
    grid-template-columns: 1fr 1fr;
  }
}

.tax-term-tile {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
  border-radius: var(--wp--custom--border-radius--sm);
  gap: var(--wp--preset--spacing--sm);
}
.tax-term-tile__link {
  display: block;
  height: 100%;
  color: initial;
  text-decoration: none;
}
.tax-term-tile__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tax-term-tile__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--wp--preset--spacing--xs);
  color: initial;
}
.tax-term-tile__title {
  margin: 0;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) 0 var(--wp--preset--spacing--md);
}
.tax-term-tile__title + p {
  padding: 0 var(--wp--preset--spacing--md);
}
@media (max-width: 781px) {
  .tax-term-tile__title + p {
    display: none;
  }
}
.tax-term-tile__action {
  margin-top: auto;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  transition: var(--wp--custom--animation--speed) all var(--wp--custom--animation--easing);
  color: var(--wp--preset--color--orange);
  display: flex;
  align-items: center;
}
.tax-term-tile__action a {
  color: inherit;
  text-decoration: none;
}
.tax-term-tile__action:after {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1em;
  height: 1em;
  display: block;
  margin-left: auto;
}
.tax-term-tile:has(a:hover) .tax-term-tile__image img {
  scale: 1.05;
}
.tax-term-tile:has(a:hover) .tax-term-tile__action {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--orange);
}
.tax-term-tile__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (max-width: 781px) {
  .tax-term-tile__image {
    aspect-ratio: 2/1;
  }
}
.tax-term-tile__image img {
  height: 100%;
  width: 100%;
  transition: var(--wp--custom--animation--speed) scale var(--wp--custom--animation--easing);
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

a:where(:not(.wp-element-button)) {
  text-decoration-color: color-mix(in srgb, var(--wp--preset--color--blue), white 40%);
  text-underline-offset: 0.1875rem;
}

.entry-content p + p {
  margin-top: var(--wp--preset--spacing--sm);
}

@media (max-width: 781px) {
  .page-template-wp-custom-template-donate-page header.wp-block-template-part + .wp-block-group > .wp-block-cover:first-child .wp-block-cover__inner-container .wp-block-post-content.entry-content {
    max-width: 100% !important;
  }
}

@media (max-width: 781px) {
  header.wp-block-template-part .wp-block-site-logo {
    max-width: 33%;
  }
}
header.wp-block-template-part .wp-block-navigation {
  /* ***
   * This Code Forces an update to the mobile responsive breakpoint for the menu only
   * ***/
}
@media (max-width: 1079px) {
  header.wp-block-template-part .wp-block-navigation button.wp-block-navigation__responsive-container-open {
    display: block;
  }
}
@media (min-width: 1080px) {
  header.wp-block-template-part .wp-block-navigation button.wp-block-navigation__responsive-container-open {
    display: none;
  }
}
@media (max-width: 1079px) {
  header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (min-width: 1080px) {
  header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
}
@media (max-width: 1079px) {
  header.wp-block-template-part .wp-block-navigation__container > li.wp-block-navigation-item > a {
    font-size: var(--wp--preset--font-size--large);
  }
  header.wp-block-template-part .wp-block-navigation__container > li.wp-block-navigation-item a:hover {
    text-decoration: underline;
  }
  header.wp-block-template-part .wp-block-navigation__container > li.wp-block-navigation-item.has-child.wp-block-navigation-submenu ul.wp-block-navigation-submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
    width: 100%;
    padding: 0;
    -moz-column-gap: var(--wp--preset--spacing--md);
         column-gap: var(--wp--preset--spacing--md);
  }
}
@media (min-width: 1080px) {
  header.wp-block-template-part .wp-block-navigation__container {
    transition: opacity var(--wp--custom--animation--speed) var(--wp--custom--animation--easing);
  }
  header.wp-block-template-part .wp-block-navigation__container > li.wp-block-navigation-item {
    gap: 0.625rem;
  }
  header.wp-block-template-part .wp-block-navigation__container > li.wp-block-navigation-item > button.wp-block-navigation-submenu__toggle {
    margin-left: 0;
  }
  header.wp-block-template-part .wp-block-navigation:not(:has(.wp-block-search__searchfield-hidden)) .wp-block-navigation__container {
    flex-basis: 0;
    flex-wrap: nowrap;
    opacity: 0;
    overflow: hidden;
  }
  header.wp-block-template-part .wp-block-navigation:not(:has(.wp-block-search__searchfield-hidden)) .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    justify-content: flex-end;
  }
}

@media (max-width: 781px) {
  :root {
    --wp--custom--gradient--linear--angle: 0deg;
  }
}
