@font-face {
  font-family: Icons Church X Template;
  src: url('../fonts/icons-church-x-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: var(--neutral-800);
  --neutral-800: #0e0e0e;
  --blue: #002846;
  --neutral-100: white;
  --neutral-700: var(--shadow-short-card);
  --neutral-500: #8e8e8e;
  --neutral-400: #bbb;
  --neutral-300: gainsboro;
  --neutral-200: #f9f9f9;
  --shadow-short-card: #0000008c;
  --lighter-blue: #002846;
  --pantone-143: #a89760;
  --correct-tan: #ad965f;
  --red: #b13a49;
  --color: #ffffff9e;
  --correct-tak: var(--correct-tan);
  --website-tan: #ece9e0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--neutral-600);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.167em;
}

h2 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.318em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.385em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.545em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--blue);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

label {
  color: var(--neutral-800);
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.333em;
  display: block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral-600);
  color: var(--neutral-100);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding: 75px 107px;
  font-size: 24px;
  line-height: 1.583em;
  overflow: visible;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.color-white {
  color: var(--neutral-100);
}

.bg-primary-1 {
  background-color: var(--blue);
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.container-default.bg-shape {
  z-index: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-default.cta {
  z-index: 1;
  position: relative;
}

.container-default.about-hero {
  z-index: 1;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  position: relative;
  transform: translate(0);
}

.container-default.events, .container-default.schedule-hero, .container-default.ministry, .container-default.blog-hero, .container-default.donation, .container-default.blog-category {
  z-index: 1;
  position: relative;
}

.style-guide-content {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
}

.section-styleguide {
  padding-top: 180px;
  padding-bottom: 86px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-800);
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--neutral-800);
  border-radius: 100000000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
}

.style-guide-link.w--current {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  border: 1px solid var(--neutral-400);
  box-shadow: 0 8px 54px 0 var(--shadow-short-card);
  background-color: #fff;
}

.color-block {
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: var(--blue);
}

.color-content {
  border-top: 1px solid var(--neutral-400);
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-500);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 650px;
  padding-right: 24px;
}

.container-small-left.style-guide {
  max-width: 690px;
}

.typography-details {
  color: var(--neutral-800);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.card-testimonial-name {
  color: var(--neutral-800);
}

.paragraph-large._404 {
  margin-bottom: 56px;
}

.style-guide-subheader {
  background-color: var(--neutral-200);
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  border: 1px solid var(--lighter-blue);
  background-color: var(--lighter-blue);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-left: 0;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 1.111em;
  transition: color .3s, border-color .3s, transform .3s, background-color .3s;
}

.button-primary:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--neutral-100);
  transform: translate(0, -2px);
}

.button-primary.small {
  padding: 16px 26px;
  font-size: 16px;
}

.button-primary.small.footer-newsletter {
  padding: 18px 34px;
  font-size: 18px;
  position: absolute;
  right: 10px;
}

.button-primary.large {
  padding: 30px 68px;
  font-size: 20px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.card-donation {
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.full-width.card-donation:hover {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: none;
}

.button-primary.button-white {
  color: var(--neutral-800);
  background-color: #fff;
}

.button-primary.button-white:hover {
  background-color: var(--blue);
}

.button-primary.button-white._2-buttons {
  color: var(--blue);
  border-color: #0000;
  margin-bottom: 20px;
  margin-right: 32px;
}

.button-primary.button-white._2-buttons:hover {
  color: var(--neutral-100);
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary.header-button {
  border-color: var(--pantone-143);
  background-color: var(--correct-tan);
  color: var(--neutral-100);
  letter-spacing: .04em;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.header-button:hover {
  background-color: var(--pantone-143);
}

.button-primary.header-button.w--current {
  border-color: var(--pantone-143);
  background-color: var(--pantone-143);
}

.button-primary.header-button.w--current:hover {
  border-color: var(--pantone-143);
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-primary.ministry-content-bottom-button {
  margin-top: 24px;
}

.button-primary.post-category {
  margin-right: 23px;
  padding: 16px 19px;
  line-height: .889em;
}

.button-primary.contact-form-button {
  margin-top: 16px;
}

.button-primary._2-buttons {
  margin-bottom: 20px;
  margin-right: 56px;
}

.button-primary.alt-button {
  border-color: var(--pantone-143);
  background-color: var(--pantone-143);
}

.button-secondary {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #0000;
  padding: 26px 44px;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: translate(0, -2px);
}

.button-secondary.small {
  padding: 16px 26px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 30px 68px;
  font-size: 20px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary.button-white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-secondary.button-white:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--neutral-800);
}

.button-secondary.button-white._2-buttons {
  margin-bottom: 20px;
  padding: 15px 20px;
}

.button-secondary.category {
  border-color: var(--neutral-400);
  color: var(--neutral-500);
  letter-spacing: 0;
  padding: 16px 19px;
  line-height: 1em;
}

.button-secondary.category:hover {
  color: var(--neutral-100);
}

.button-secondary.category.w--current {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  letter-spacing: .03em;
  font-weight: 600;
}

.button-secondary.category.all {
  margin-right: 22px;
}

.button-secondary.pagination-button {
  margin-top: 66px;
  font-size: 18px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 15px;
}

.button-secondary._2-buttons {
  margin-bottom: 20px;
}

.button-secondary.category-light {
  border-color: var(--neutral-600);
  color: var(--neutral-100);
  letter-spacing: 0;
  padding: 16px 19px;
  line-height: 1em;
}

.button-secondary.category-light:hover {
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.button-secondary.category-light.w--current {
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  letter-spacing: .03em;
  font-weight: 600;
}

.button-secondary.category-light.all {
  margin-right: 22px;
}

.style-guide-button-container {
  margin-top: 32px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.header {
  background-color: #0000;
  padding-top: 31px;
  padding-bottom: 31px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-logo {
  margin-right: 0;
}

.header-navigation {
  color: var(--blue);
  text-align: left;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 35px;
  font-size: 16px;
  line-height: 1.125em;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-100);
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--pantone-143);
}

.nav-link.dropdown {
  padding: 0;
  display: block;
}

.nav-menu {
  position: relative;
  left: 10px;
}

.footer {
  background-color: var(--blue);
  padding-top: 75px;
  padding-bottom: 63px;
}

.footer-logo-container {
  margin-bottom: 29px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(1.05);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 239px;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1em;
}

.page-wrapper {
  font-family: Montserrat, sans-serif;
  position: relative;
}

.section {
  color: var(--neutral-700);
  padding-top: 75px;
  padding-bottom: 140px;
}

.section.utility-page {
  background-color: var(--neutral-800);
  padding-top: 180px;
}

.section.home-hero {
  background-color: var(--neutral-800);
  padding-top: 246px;
  padding-bottom: 282px;
  position: relative;
  overflow: hidden;
}

.section.home-ministers {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 110px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.home-about-section-1, .section.home-about-section-2 {
  position: relative;
}

.section.bg-neutral-800 {
  background-color: var(--neutral-100);
}

.section.bg-neutral-800.contact {
  padding-top: 180px;
  padding-bottom: 112px;
}

.section.cta {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section.about-hero {
  background-color: var(--neutral-800);
  padding-top: 222px;
  padding-bottom: 198px;
  position: relative;
  overflow: hidden;
}

.section.story {
  padding-top: 108px;
}

.section.mission {
  padding-top: 102px;
  padding-bottom: 118px;
}

.section.more-locations {
  float: none;
  clear: both;
  position: relative;
  overflow: hidden;
}

.section.events {
  padding-top: 154px;
  position: relative;
  overflow: hidden;
}

.section.schedule-hero {
  padding-top: 192px;
  padding-bottom: 0;
  position: relative;
}

.section.schedule {
  color: var(--neutral-700);
  white-space: normal;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.training {
  padding-top: 216px;
  padding-bottom: 100px;
  position: relative;
}

.section.more-ministries {
  text-align: left;
  -webkit-text-stroke-color: var(--pantone-143);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.blog-hero {
  padding-top: 180px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.section.blog {
  padding-top: 112px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.post-hero {
  padding-top: 263px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.post {
  padding-top: 0;
  padding-bottom: 128px;
}

.section.latest-posts {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.donations {
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.section.purposes {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.donation {
  padding-top: 167px;
  padding-bottom: 0;
  position: relative;
}

.section.faqs {
  padding-top: 128px;
}

.section.blog-category {
  padding-top: 185px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 211px 24px 140px;
  display: flex;
  position: relative;
}

.utility-page-wrap._404 {
  padding-bottom: 154px;
}

.utility-page-content-password {
  z-index: 1;
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 628px;
  margin-bottom: 0;
  padding: 67px 62px 78px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--neutral-800);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
  font-size: 18px;
}

.input::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  margin-bottom: 16px;
}

.input.discounts {
  border-width: 1px;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  margin-bottom: 16px;
}

.input.footer-newsletter {
  min-height: 76px;
}

.input.card-item-quantity {
  border-radius: 0;
  min-height: 38px;
  padding-left: 12px;
  padding-right: 6px;
  display: none;
}

.input.add-cart-quantity {
  border-radius: 0;
  width: 100px;
  min-height: 50px;
  margin-bottom: 28px;
  padding-left: 12px;
  padding-right: 6px;
}

._404-title {
  color: var(--neutral-800);
  font-size: 161px;
  font-weight: 600;
  line-height: 1.019em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.changelog {
  margin-top: -230px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.footer-content-top {
  background-color: var(--lighter-blue);
  margin-top: 84px;
  margin-bottom: 108px;
}

.divider.footer-content-bottom {
  background-color: var(--lighter-blue);
  margin-top: 117px;
  margin-bottom: 34px;
}

.divider.card-location-featured {
  background-color: var(--neutral-300);
  margin-top: 39px;
  margin-bottom: 47px;
}

.divider.card-location {
  background-color: var(--neutral-300);
  margin-top: 27px;
  margin-bottom: 30px;
}

.divider.post {
  margin-top: 25px;
  margin-bottom: 102px;
}

.icon-password {
  background-color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: var(--neutral-100);
  text-align: left;
}

.paragraph.password {
  margin-bottom: 32px;
}

.paragraph.utility-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.paragraph.c {
  color: var(--neutral-100);
}

.paragraph.c.home-hero {
  color: var(--neutral-100);
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.7em;
}

.paragraph.c.about-hero {
  aspect-ratio: auto;
  object-fit: fill;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.7em;
  display: none;
  position: static;
  overflow: visible;
}

.paragraph.c.about-hero-copy {
  aspect-ratio: auto;
  object-fit: fill;
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 1.7em;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph.home-about-section-1, .paragraph.home-about-section-2 {
  margin-bottom: 56px;
}

.paragraph.color-neutral-300 {
  color: var(--neutral-300);
}

.paragraph.color-neutral-300.footer-description {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.paragraph.testimonials {
  max-width: 482px;
  margin-bottom: 40px;
}

.paragraph.training-item-summary {
  margin-bottom: 40px;
}

.paragraph.footer-location-paragraph {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.paragraph.story, .paragraph.mission-last {
  margin-bottom: 0;
}

.paragraph.card-pastor {
  margin-bottom: 28px;
}

.paragraph.card-statement {
  margin-bottom: 32px;
}

.paragraph.color-neutral-100 {
  color: var(--neutral-400);
}

.paragraph.color-neutral-100.events {
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph.color-neutral-100.pastors {
  color: var(--shadow-short-card);
  margin-bottom: 0;
}

.paragraph.color-neutral-100.latest-event {
  margin-bottom: 0;
}

.paragraph.color-neutral-100.ministry {
  color: var(--neutral-100);
  width: 50%;
  margin-bottom: 40px;
  font-size: 22px;
}

.paragraph.color-neutral-100.blog-hero, .paragraph.color-neutral-100.location {
  margin-bottom: 0;
}

.paragraph.color-neutral-100.donation {
  margin-bottom: 48px;
}

.paragraph.color-neutral-100.contact {
  margin-bottom: 31px;
}

.paragraph.color-neutral-100.blog-category {
  max-width: 507px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-event {
  margin-bottom: 10px;
}

.paragraph.card-ministry-featured {
  margin-bottom: 32px;
}

.paragraph.card-post-featured, .paragraph.card-post-item {
  margin-bottom: 0;
}

.paragraph.post-excerpt {
  max-width: 586px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-donation {
  margin-bottom: 40px;
}

.paragraph.purposes {
  max-width: 586px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-purpose {
  color: var(--neutral-700);
  text-align: left;
  margin-bottom: 0;
  font-style: normal;
  line-height: 2em;
}

.paragraph.card-donation-page {
  margin-bottom: 28px;
}

.paragraph.card-faq {
  max-width: 667px;
  margin-bottom: 0;
}

.paragraph.card-default {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.card {
  float: left;
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 8px 0 var(--shadow-short-card);
  color: var(--neutral-700);
  width: 30%;
  min-height: 700px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.card.changelog {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.card.changelog.last {
  margin-bottom: 0;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-about-section-1 {
  z-index: 1;
  box-shadow: none;
  border-width: 0;
  padding: 80px 67px;
  position: relative;
}

.card.home-about-section-1.home-location {
  width: 75%;
  height: auto;
}

.card.home-about-section-2 {
  z-index: 1;
  box-shadow: none;
  border-width: 0;
  max-width: 59.5%;
  margin-left: auto;
  padding: 80px 67px;
  position: relative;
}

.card.testimonial {
  z-index: 1;
  box-shadow: 0 8px 54px 0 var(--shadow-short-card);
  max-width: 91%;
  margin-top: -170px;
  margin-left: auto;
  padding: 58px 52px;
  position: relative;
}

.card.story {
  z-index: 1;
  box-shadow: none;
  border-width: 0;
  max-width: 50%;
  margin-top: 60px;
  margin-left: -217px;
  padding-top: 90px;
  padding-bottom: 69px;
  padding-left: 45px;
  position: relative;
}

.card.mission {
  z-index: 1;
  box-shadow: none;
  border-width: 0;
  align-self: flex-end;
  max-width: 50%;
  margin-top: 60px;
  margin-right: -180px;
  padding-top: 87px;
  padding-right: 101px;
  position: relative;
}

.card.pastor {
  border-width: 0;
}

.card.statement {
  margin-bottom: 56px;
  padding: 56px 44px;
}

.card.location-featured {
  max-width: 750px;
  padding: 91px 54px;
  position: absolute;
  right: 0;
}

.card.location {
  flex-direction: column;
  display: flex;
}

.card.event {
  flex-direction: column;
  align-items: flex-start;
  max-width: 612px;
  padding: 34px 48px 9px;
  display: flex;
  position: absolute;
  right: 0;
}

.card.ministry-featured {
  max-width: 571px;
  padding: 65px 70px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.card.ministry-about-sidebar {
  padding: 48px;
  position: sticky;
  top: 20px;
}

.card.ministry-about-sidebar.mobile {
  display: none;
  position: static;
}

.card.post-featured {
  z-index: 1;
  max-width: 58%;
  padding: 95px 67px 97px;
  position: absolute;
  left: 0;
}

.card.post-item-card {
  z-index: 1;
  max-width: 510px;
  margin-top: -145px;
  margin-left: 40px;
  padding: 48px 56px 48px 51px;
  position: relative;
}

.card.donation {
  box-shadow: none;
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  padding: 85px 35px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.donation:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
}

.card.purpose {
  background-color: #0000;
  justify-content: center;
  padding: 38px 46px 47px;
  display: flex;
}

.card.donation-page {
  max-width: 586px;
  min-height: 662px;
  padding: 60px 54px 100px;
}

.card.contact {
  align-items: center;
  width: 100%;
  max-width: 686px;
  min-height: 702px;
  padding: 57px 50px;
  display: flex;
}

.card.faq {
  border-color: var(--neutral-800);
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 32px;
  padding: 32px 44px;
  transition: transform .3s;
}

.card.faq:hover {
  transform: translate(0, -6px);
}

.card.default {
  flex-direction: column;
  padding: 60px 35px;
  display: flex;
}

.card._404 {
  z-index: 1;
  border-color: var(--neutral-400);
  box-shadow: none;
  max-width: 855px;
  padding: 117px 56px 122px;
  position: relative;
}

.card.default-copy {
  flex-direction: column;
  padding: 60px 35px;
  font-weight: 400;
  display: flex;
}

.checkout-form {
  background-color: #0000;
  padding: 80px 0 150px;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title {
  color: var(--neutral-100);
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item-title {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: var(--blue);
}

.title.utility-page, .title.color-neutral-100 {
  color: var(--neutral-100);
}

.title.color-neutral-100.latest-event {
  margin-bottom: 16px;
}

.title.color-neutral-100.cta {
  max-width: 49%;
  margin-bottom: 0;
  margin-right: 30px;
}

.title.color-neutral-100.home-hero {
  text-align: left;
  margin-bottom: 10px;
}

.title.color-neutral-100.about-hero {
  margin-bottom: 22px;
}

.title.color-neutral-100.pastors {
  color: var(--blue);
}

.title.color-neutral-100.instagram-gallery {
  margin-bottom: 0;
}

.title.color-neutral-100.ministry {
  width: 95%;
  display: block;
}

.title.color-neutral-100.donations {
  text-align: center;
  flex-wrap: wrap;
  text-decoration: none;
  display: block;
}

.title.color-neutral-100.donation {
  margin-bottom: 18px;
}

.title.color-neutral-100.contact {
  margin-bottom: 16px;
}

.title.color-neutral-100.category {
  margin-bottom: 0;
  margin-right: 15px;
}

.title.color-neutral-100.category-subtitle {
  color: var(--neutral-100);
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.167em;
}

.title.home-training {
  color: var(--blue);
  margin-bottom: 0;
}

.title.home-about-section-1 {
  color: var(--blue);
  max-width: 548px;
  margin-bottom: 16px;
}

.title.home-about-section-2 {
  max-width: 548px;
  margin-bottom: 16px;
}

.title.testimonials {
  margin-bottom: 16px;
}

.title.h4-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.545em;
}

.title.h4-size.card-testimonial {
  margin-bottom: 25px;
}

.title.h4-size.card-event {
  color: var(--blue);
  margin-bottom: 14px;
}

.title.h4-size.card-faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h4-size.multimedia_training_title {
  color: var(--neutral-100);
  text-align: center;
  font-size: 28px;
}

.title.training-item-title {
  color: var(--blue);
}

.title.footer-menu-title {
  color: var(--neutral-100);
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.title.footer-location-title {
  color: var(--neutral-100);
  object-fit: fill;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.545em;
  position: static;
}

.title.dropdown-nav-title {
  color: var(--neutral-800);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.title.story {
  max-width: 506px;
  margin-bottom: 22px;
}

.title.mission {
  margin-bottom: 21px;
}

.title.card-pastor {
  margin-bottom: 10px;
}

.title.statement {
  margin-bottom: 0;
}

.title.card-statement {
  margin-bottom: 14px;
}

.title.h2-size {
  color: var(--neutral-800);
  letter-spacing: .02rem;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.318em;
}

.title.h2-size.location-featured {
  margin-bottom: 13px;
}

.title.card-location, .title.more-locations {
  margin-bottom: 0;
}

.title.schedule {
  color: var(--blue);
  margin-bottom: 24px;
}

.title.card-ministry-featured {
  margin-bottom: 17px;
}

.title.more-training {
  color: var(--blue);
  margin-bottom: 0;
}

.title.card-post-featured {
  margin-bottom: 16px;
}

.title.blog {
  margin-bottom: 0;
}

.title.post-hero {
  margin-bottom: 34px;
}

.title.latest-posts {
  margin-bottom: 0;
}

.title.card-donation {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 60px;
  line-height: 1.5em;
}

.title.purposes {
  color: var(--blue);
  margin-bottom: 14px;
}

.title.card-purpose {
  color: var(--neutral-800);
  text-align: left;
  -webkit-text-stroke-color: var(--neutral-600);
  margin-bottom: 10px;
  font-size: 22px;
}

.title.card-purpose.location-card-title {
  color: var(--neutral-800);
}

.title.h3-size {
  color: var(--neutral-800);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.385em;
}

.title.h3-size.card-donation-page {
  margin-bottom: 15px;
}

.title.h3-size._401 {
  margin-bottom: 10px;
}

.title.faqs {
  text-align: center;
  margin-bottom: 48px;
}

.title.h5-size {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.h5-size.contact-link {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.h5-size.contact-link:hover {
  color: var(--neutral-100);
}

.title.style-guide-subheader-title {
  margin-bottom: 0;
}

.title._404 {
  font-size: 52px;
  line-height: 1.327em;
}

.title.category {
  margin-bottom: 0;
  margin-right: 15px;
}

.title.category-subtitle {
  color: var(--neutral-800);
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.167em;
}

.title.callout_title {
  color: var(--neutral-100);
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-right {
  margin-right: 10px;
}

.split-content.header-left {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.split-content.header-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-content.testimonials-content {
  max-width: 495px;
}

.split-content.statement-left {
  max-width: 569px;
  margin-bottom: -56px;
  margin-right: 30px;
}

.split-content.statement-right {
  max-width: 569px;
  margin-top: 105px;
  margin-bottom: -56px;
}

.split-content.content-top-instagram-gallery-left, .split-content.content-top-instagram-gallery-right {
  max-width: 591px;
}

.split-content.ministry-left {
  align-self: auto;
  width: 100%;
  margin-right: 30px;
}

.split-content.ministry-right {
  width: 100%;
  max-width: 353px;
}

.split-content.donation-content {
  max-width: 547px;
  margin-top: 87px;
  margin-bottom: 66px;
  margin-right: 30px;
}

.split-content.contact-content {
  min-width: 392px;
  max-width: 39%;
  margin-top: 57px;
  margin-right: 30px;
}

.split-content.content-top-blog-category-content {
  margin-bottom: 40px;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: var(--neutral-800);
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.home-about-section-1 {
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.home-about-section-2 {
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-wrapper.latest-event-video {
  justify-content: center;
  margin-bottom: 56px;
  position: relative;
}

.image-wrapper.testimonial-image {
  max-width: 79%;
}

.image-wrapper.ministry-item-image {
  margin-bottom: 40px;
}

.image-wrapper.footer-location-image {
  object-fit: fill;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  margin-right: 21px;
  display: flex;
}

.image-wrapper.story {
  align-self: stretch;
  width: 100%;
  max-width: 68%;
}

.image-wrapper.mission {
  width: 100%;
  max-width: 65%;
  margin-bottom: 32px;
}

.image-wrapper.location-featured {
  max-width: 892px;
}

.image-wrapper.event {
  max-width: 787px;
}

.image-wrapper.ministry-featured {
  color: var(--neutral-600);
  text-decoration: none;
  position: relative;
}

.image-wrapper.ministry-featured:hover {
  color: var(--neutral-600);
}

.image-wrapper.minister-leader-image {
  border-radius: 1000000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-right: 14px;
}

.image-wrapper.post-featured {
  max-width: 81%;
}

.image-wrapper.post-item-image {
  align-self: stretch;
}

.image-wrapper.card-purpose {
  clear: none;
  object-fit: contain;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  width: 106px;
  min-width: 106px;
  min-height: 106px;
  max-height: 106px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.image-wrapper.contact-link {
  border-radius: 100000px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 14px;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: auto;
  position: static;
  overflow: clip;
}

.image.home-hero-bg {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.home-about-section-1 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: static;
}

.image.home-about-section-2 {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.latest-event-video, .image.latest-event-video-button-icon, .image.testimonial-image {
  object-fit: cover;
  width: 100%;
}

.image.cta-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.ministry-item-image {
  object-fit: cover;
  width: 100%;
}

.image.ministry-item-date-icon {
  max-width: 23px;
  margin-right: 10px;
}

.image.footer-location-image {
  object-fit: cover;
  object-position: 100% 50%;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  width: 100%;
  height: 100%;
}

.image.about-hero-bg {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.story, .image.mission {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.image.card-pastor {
  object-fit: cover;
  width: 100%;
}

.image.card-statement-icon {
  border-radius: 100000px;
  width: 98px;
  min-width: 98px;
  min-height: 98px;
  max-height: 98px;
  margin-bottom: 32px;
}

.image.location-featured {
  object-fit: cover;
  width: 100%;
}

.image.about-location-icon {
  max-width: 20px;
  margin-top: 5px;
  margin-right: 12px;
}

.image.card-location {
  object-fit: cover;
  width: 100%;
}

.image.event {
  border: 0px solid var(--neutral-100);
  object-fit: cover;
  flex: none;
  width: 100%;
}

.image.card-event-date-icon {
  max-width: 18px;
  margin-right: 8px;
}

.image.ministry-featured {
  object-fit: cover;
  width: 100%;
  min-height: 674px;
}

.image.card-ministry-about-sidebar-icon {
  max-width: 30px;
  margin-right: 14px;
}

.image.minister-leader-image {
  object-fit: cover;
  width: 100%;
}

.image.ministry-bg {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
}

.image.post-featured {
  object-fit: cover;
  width: 100%;
  height: 603px;
}

.image.post-item-image {
  object-fit: cover;
  width: 100%;
}

.image.post-hero-bg {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
}

.image.card-purpose {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image.donation-bg {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
}

.image.contact-link {
  object-fit: cover;
  width: 100%;
}

.image.style-guide-icon {
  border-radius: 100000px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.image._404-bg {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.header-bg-image {
  z-index: 2;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 500;
}

.order-item-quantity-result {
  color: var(--neutral-800);
}

.apple-pay {
  height: 60px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 800;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  color: var(--neutral-100);
  max-width: 750px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  line-height: 1.125em;
}

.cart-quantity {
  color: var(--neutral-100);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.cart-container {
  min-width: auto;
  max-width: 500px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  transition: box-shadow .35s, transform .35s;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.button-wrap-text {
  font-size: 16px;
}

.link-white {
  color: var(--neutral-100);
}

.bg {
  position: absolute;
}

.bg.home-hero {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  inset: 0%;
}

.bg.home-hero-filter {
  background-image: linear-gradient(#000000cf, #0000008c), url('../images/AHP_230522_10_FS_Full.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  inset: 0%;
}

.bg.latest-event-video-filter {
  opacity: .46;
  background-color: #000;
  inset: 0%;
}

.bg.cta-image {
  inset: 0%;
}

.bg.cta-filter {
  opacity: .6;
  background-color: #0e0e0e;
  inset: 0%;
}

.bg.about-hero {
  opacity: .4;
  inset: 0%;
}

.bg.about-hero-filter {
  object-fit: fill;
  background-image: none;
  inset: 0%;
}

.bg.events {
  background-color: var(--neutral-800);
  min-height: 28%;
  inset: 0% 0% auto;
}

.bg.schedule-hero {
  background-color: var(--neutral-800);
  height: 100%;
  min-height: 100%;
  inset: 0% 0% auto;
}

.bg.ministry {
  background-color: var(--neutral-800);
  background-image: linear-gradient(#000, #fff);
  align-items: center;
  height: 100%;
  display: flex;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg.ministry-filter {
  opacity: .71;
  background-color: #000;
  inset: 0%;
}

.bg.blog-hero {
  background-color: var(--neutral-800);
  min-height: 55%;
  inset: 0% 0% auto;
}

.bg.post-hero {
  background-color: var(--neutral-800);
  align-items: center;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

.bg.post-hero-filter {
  opacity: .68;
  background-color: #000;
  inset: 0%;
}

.bg.donations {
  background-color: var(--neutral-800);
  min-height: auto;
  padding-top: 56.25%;
  inset: 0% 0% 375px;
}

.bg.donation {
  background-color: var(--neutral-800);
  align-items: center;
  min-height: 93%;
  max-height: 93%;
  display: flex;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg.donation-filter {
  opacity: .71;
  background-color: #000;
  inset: 0%;
}

.bg.style-guide {
  background-color: var(--neutral-800);
  min-height: 114px;
  inset: 0% 0% auto;
}

.bg._401 {
  background-color: var(--neutral-800);
  min-height: 564px;
  inset: 0% 0% auto;
}

.bg._404 {
  background-color: var(--neutral-800);
  min-height: 766px;
  max-height: 766px;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg._404-filter {
  background-color: var(--neutral-800);
  opacity: .7;
  inset: 0%;
}

.bg.donation-category {
  background-color: var(--neutral-800);
  min-height: 645px;
  inset: 0% 0% auto;
}

.bg.blog-category {
  background-color: var(--neutral-800);
  min-height: 69%;
  inset: 0% 0% auto;
}

.bg.contact-filter {
  background-image: linear-gradient(180deg, var(--blue), #00284680);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg.location-hero-filter {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.bg.contact-hero {
  opacity: .4;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.container-medium-788px {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-788px.home-hero {
  z-index: 1;
  text-align: center;
  max-width: 960px;
  position: relative;
  overflow: visible;
}

.container-medium-788px.latest-event {
  text-align: center;
  margin-bottom: 48px;
}

._2-buttons-wrapper {
  margin-bottom: -20px;
}

.home-hero-shape {
  background-color: var(--neutral-100);
  width: 100%;
  min-height: 43px;
  max-height: 43px;
  display: block;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.content-top.home-ministers {
  margin-bottom: 50px;
}

.content-top.instagram-gallery {
  margin-bottom: 52px;
}

.content-top.more-ministries {
  margin-bottom: 71px;
}

.content-top.blog {
  align-items: flex-end;
  margin-bottom: 87px;
}

.content-top.latest-posts {
  margin-bottom: 48px;
}

.content-top.blog-category {
  text-align: center;
  flex-direction: column;
  margin-bottom: 87px;
}

.training-slider {
  background-color: #0000;
  height: 100%;
  min-height: 100%;
  margin-bottom: 55px;
}

.training-slider.more-training {
  color: var(--neutral-700);
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.accent-shape {
  background-color: var(--blue);
  color: var(--blue);
  width: 100px;
  min-height: 5px;
  max-height: 5px;
  margin-bottom: 32px;
}

.accent-shape.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.accent-shape.bg-neutral-100.center {
  background-color: var(--blue);
  margin-left: auto;
  margin-right: auto;
}

.accent-shape.center {
  background-color: var(--pantone-143);
  color: var(--pantone-143);
  margin-left: auto;
  margin-right: auto;
}

.accent-shape.center.callout_accent {
  background-color: var(--neutral-100);
}

.accent-shape.center.custom {
  background-color: var(--pantone-143);
}

.accent-shape.center.training_div {
  width: 100%;
  min-height: 3px;
  max-height: 3px;
  margin-bottom: 100px;
}

.home-ministers-title-wrapper {
  max-width: 537px;
  display: block;
}

.container-large-1042px {
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-large-1042px.donations {
  z-index: 11;
  margin-bottom: 0;
  position: relative;
}

.latest-event-video-button {
  border-radius: 1000000000px;
  justify-content: center;
  align-items: center;
  width: 158px;
  min-width: 158px;
  min-height: 158px;
  max-height: 158px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.testimonials-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  max-width: 52.3%;
  height: 100%;
  min-height: 100%;
  margin-right: 30px;
}

.card-testimonial-location {
  color: var(--neutral-500);
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-testimonials-left-arrow {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  border-radius: 1000000px;
  width: 53px;
  min-width: 53px;
  min-height: 53px;
  max-height: 53px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
  inset: auto 120px 66px auto;
}

.slider-testimonials-left-arrow:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.slider-testimonials-right-arrow {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  border-radius: 1000000px;
  width: 53px;
  min-width: 53px;
  min-height: 53px;
  max-height: 53px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
  inset: auto 52px 66px auto;
}

.slider-testimonials-right-arrow:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.training-slider-mask {
  max-width: 493px;
  overflow: visible;
}

.training-slide {
  margin-right: 36px;
}

.training-item-wrapper {
  color: var(--neutral-700);
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.training-item-wrapper:hover {
  color: var(--neutral-600);
}

.training-item-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.ministry-item-content-top {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.link-underline {
  color: var(--neutral-800);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: auto;
  font-weight: 600;
  line-height: 1.111em;
  display: inline-block;
}

.underline-wrapper {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 2px;
  margin-top: 12px;
  overflow: hidden;
}

.underline {
  background-color: var(--lighter-blue);
  width: 100%;
  min-height: 2px;
}

.ministry-item-content-top-divider {
  background-color: var(--neutral-300);
  width: 19px;
  min-height: 1px;
  max-height: 1px;
  margin-left: 19px;
  margin-right: 19px;
}

.ministry-item-date-wrapper {
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.training-slider-left-arrow {
  background-color: var(--lighter-blue);
  color: var(--neutral-800);
  border-radius: 1000000px;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  max-height: 68px;
  font-size: 23px;
  transition: color .3s, background-color .3s;
  inset: -142px 91px auto auto;
}

.training-slider-left-arrow:hover {
  background-color: var(--blue);
  color: var(--neutral-100);
}

.training-slider-right-arrow {
  background-color: var(--lighter-blue);
  color: var(--neutral-800);
  border-radius: 1000000px;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  max-height: 68px;
  font-size: 23px;
  transition: color .3s, background-color .3s;
  inset: -142px 0 auto auto;
}

.training-slider-right-arrow:hover {
  background-color: var(--blue);
  color: var(--neutral-100);
}

.footer-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-content-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-description-wrapper {
  max-width: 510px;
  margin-right: 40px;
}

.footer-newsletter-form-block {
  width: 100%;
  max-width: 505px;
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-menu-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 605px;
  margin-right: 60px;
  display: grid;
}

.footer-menu-wrapper {
  margin-right: 60px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-content {
  justify-content: space-between;
  margin-bottom: -24px;
  display: flex;
}

.footer-nav-link {
  color: var(--neutral-100);
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
}

.footer-nav-link:hover {
  color: var(--pantone-143);
}

.footer-location-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 42px 1fr;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-right: 48px;
  display: grid;
}

.footer-location-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-small-print {
  color: var(--neutral-100);
  flex: 1;
  max-width: 57%;
  margin-right: 30px;
}

.footer-social-media-wrapper {
  flex-wrap: wrap;
  margin-bottom: -16px;
  margin-right: -16px;
  display: flex;
}

.footer-social-media-link {
  background-color: var(--lighter-blue);
  color: var(--neutral-100);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  max-height: 34px;
  margin-bottom: 16px;
  margin-right: 16px;
  font-family: Icons Church X Template, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.footer-social-media-link:hover {
  background-color: var(--pantone-143);
  color: var(--neutral-100);
}

.footer-social-media-link.icon-size-13px {
  font-size: 13px;
}

.footer-location {
  min-width: 392px;
  display: flex;
}

.success-message {
  background-color: var(--blue);
  color: var(--neutral-800);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.error-message {
  color: var(--neutral-100);
  text-align: center;
  background-color: #cf1f22;
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.nav-link-dropdown {
  display: block;
}

.dropdown-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-arrow {
  font-size: 6.5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 24px 38px 0 var(--shadow-short-card);
  justify-content: space-between;
  width: 100%;
  padding: 60px 40px 45px;
  display: flex;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1em;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 30px;
  right: -365px;
}

.brand {
  padding-left: 0;
  transition-property: none;
}

.brand.w--current {
  top: 4px;
}

.cart-header {
  border-bottom-color: var(--neutral-300);
  padding-top: 20px;
  padding-bottom: 20px;
}

.empty-state {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 8px 54px 0 var(--shadow-short-card);
  color: var(--neutral-800);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-width: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 24px;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-size: 16px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #0e0e0ed9;
}

.no-wrap {
  white-space: nowrap;
}

.about-hero-wrapper {
  max-width: 60%;
}

.story-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mission-wrapper {
  justify-content: space-between;
  display: flex;
}

.container-medium-604px {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-604px.pastors {
  text-align: center;
  max-width: 80%;
  margin-bottom: 100px;
}

.container-medium-986px {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.pastors-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.card-pastor-content {
  padding: 41px 48px 68px;
}

.card-pastor-rol {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-weight: 600;
  line-height: 1.111em;
}

.card-pastor-social-media-wrapper {
  flex-wrap: wrap;
  margin-bottom: -19px;
  display: flex;
}

.social-media-link {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 19px;
  margin-right: 19px;
  font-family: Icons Church X Template, sans-serif;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  background-color: var(--blue);
  color: var(--neutral-800);
}

.social-media-link.icon-size-16px {
  font-size: 16px;
}

.social-media-link.icon-size-19px {
  font-size: 19px;
}

.statement-title-wrapper {
  text-align: center;
  margin-bottom: 69px;
}

.statement-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-statement-text {
  color: var(--neutral-800);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
}

.more-locations-title-wrapper {
  text-align: center;
  margin-bottom: 48px;
}

.more-locations-grid {
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.location-featured-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card-location-featured-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.location-link {
  color: var(--neutral-600);
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.location-link-icon {
  color: var(--neutral-800);
  margin-right: 12px;
  font-family: Icons Church X Template, sans-serif;
  font-size: 20px;
}

.location-link-icon.icon-size-16px {
  font-size: 16px;
}

.about-location-wrapper {
  align-items: flex-start;
  line-height: 1.556em;
  display: flex;
}

.accent-text-color-neutral-400 {
  color: var(--neutral-400);
}

.card-location-content {
  flex: 1;
  padding: 38px 29px 62px;
}

.card-location-about-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.instagram-gallery-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: 100%;
  display: grid;
}

.container-medium-636px {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-636px.events {
  z-index: 1;
  text-align: center;
  max-width: 36%;
  margin-top: 40px;
  margin-bottom: 140px;
  position: relative;
}

.events-grid {
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: 1fr;
}

.event-wrapper {
  color: var(--neutral-600);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.event-wrapper:hover {
  color: var(--neutral-600);
}

.card-event-content-top {
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.card-event-content-top-divider {
  background-color: var(--neutral-300);
  width: 19px;
  min-height: 1px;
  max-height: 1px;
  margin-left: 12px;
  margin-right: 12px;
}

.card-event-date-wrapper {
  align-items: center;
  font-size: 15px;
  line-height: 1em;
  display: flex;
}

.container-medium-641px {
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-641px.schedule-hero {
  z-index: 10;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
}

.container-large-1094px {
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-large-1094px.post-hero {
  z-index: 1;
  position: relative;
}

.container-small-584px {
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-584px.schedule {
  text-align: center;
  margin-bottom: 72px;
}

.schedule-grid {
  grid-column-gap: 60px;
  grid-row-gap: 84px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-ministry-featured-content-top {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.training-wrapper {
  color: var(--neutral-100);
  justify-content: space-between;
  display: flex;
}

.more-training-title-wrapper {
  max-width: 573px;
}

.training-content-top {
  margin-bottom: auto;
  position: static;
}

.card-training-about-sidebar-wrapper {
  border-bottom: 1px solid var(--neutral-400);
  padding-top: 33px;
  padding-bottom: 33px;
}

.card-training-about-sidebar-wrapper._1 {
  padding-top: 0;
}

.card-training-about-sidebar-wrapper._4 {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.card-training-about-sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.125em;
}

.card-training-about-sidebar-content {
  align-items: flex-start;
  display: flex;
}

.card-training-about-sidebar-text {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 600;
  line-height: .917em;
  position: relative;
  top: 6px;
}

.card-training-about-sidebar-text.location {
  font-size: 19px;
  line-height: 1.579em;
  top: -1px;
}

.training-cost-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.training-cost-name {
  font-size: 24px;
  font-weight: 600;
  line-height: .917em;
}

.card-training-about-sidebar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium-766px {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-766px.blog-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 116px;
  position: relative;
}

.post-featured-wrapper {
  color: var(--neutral-600);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-featured-wrapper:hover {
  color: var(--neutral-600);
}

.categories-wrapper {
  flex-wrap: wrap;
  margin-bottom: -22px;
  margin-right: -22px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 26px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item-wrapper {
  color: var(--neutral-600);
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.post-item-wrapper:hover {
  color: var(--neutral-600);
}

.card-post-featured-content-top {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 14px;
  line-height: 1em;
  display: flex;
}

.card-post-featured-content-top-divider {
  background-color: var(--neutral-500);
  width: 22px;
  min-height: 1px;
  margin-left: 18px;
  margin-right: 18px;
}

.card-post-item-content-top {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1em;
  display: flex;
}

.card-post-item-content-top-divider {
  background-color: var(--neutral-500);
  width: 22px;
  min-height: 1px;
  margin-left: 13px;
  margin-right: 13px;
}

.category-item {
  margin-bottom: 22px;
  margin-right: 22px;
  display: flex;
}

.post-item-content {
  margin-top: auto;
}

.post-hero-wrapper {
  background-color: var(--neutral-100);
  text-align: center;
  padding: 63px 40px 82px;
}

.container-medium-838px {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.post-hero-content-top {
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
  display: flex;
}

.post-date {
  text-transform: uppercase;
  line-height: 1.111em;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text p {
  color: var(--neutral-700);
  margin-bottom: 32px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.post-hero-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-705px {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-705px.donations {
  z-index: 10;
  text-align: center;
  margin-bottom: 77px;
  position: relative;
}

.donations-grid {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 63px;
  display: grid;
}

.container-medium-845px {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-845px.purposes {
  text-align: center;
  margin-bottom: 44px;
}

.information-grid {
  grid-column-gap: 26px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
}

.card-information-content {
  float: left;
  clear: none;
  display: block;
}

.donation-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-donation-price {
  color: var(--neutral-800);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.167em;
}

.card-donation-page-content-top {
  margin-bottom: 42px;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-option-list {
  margin-bottom: 28px;
}

.select-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  transition: border-color .3s;
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: var(--neutral-800);
}

.select-wrapper::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select-wrapper.add-cart {
  min-height: 72px;
}

.select {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  border: 0 solid #000;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color .3s;
}

.select:focus {
  color: var(--neutral-800);
  font-size: 18px;
}

.select::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
}

.select.add-cart {
  min-height: 72px;
}

.add-cart-buttons-wrapper {
  flex-direction: column;
  display: flex;
}

.container-medium-840px {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faqs-wrapper {
  margin-bottom: -32px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-links-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.contact-link-wrapper {
  color: var(--neutral-100);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-link-wrapper:hover {
  color: var(--neutral-100);
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-text {
  color: var(--neutral-100);
}

.text-area {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  max-height: 250px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--neutral-800);
}

.text-area:focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
  font-size: 18px;
}

.text-area::placeholder {
  color: var(--neutral-500);
  font-size: 18px;
}

.card-faq-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.space.card-faq {
  min-height: 12px;
}

.card-faq-icon-1 {
  background-color: var(--neutral-800);
  width: 24px;
  min-height: 2px;
  position: absolute;
}

.card-faq-icon-2 {
  background-color: var(--neutral-800);
  width: 2px;
  min-height: 24px;
  position: absolute;
}

.label-401 {
  text-align: left;
  align-self: flex-start;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.donation-category {
  justify-content: center;
}

.category-title-wrapper.blog-category {
  justify-content: center;
  margin-bottom: 16px;
}

.order-item-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.cart-footer {
  border-top-color: var(--neutral-300);
  padding-top: 20px;
}

.cart-line-item {
  flex-wrap: wrap;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 800;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-order-item {
  justify-content: space-between;
}

.contact-schedule-wrapper {
  color: var(--neutral-400);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-schedule-wrapper:hover {
  color: var(--neutral-400);
}

.heading-size-h3 {
  color: var(--neutral-800);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.386em;
}

.body {
  font-family: Montserrat, sans-serif;
}

.body-2 {
  color: var(--neutral-800);
  font-family: Montserrat, sans-serif;
}

.icon, .icon-2, .link, .link:hover {
  color: var(--pantone-143);
}

.heading {
  display: block;
}

.section-2 {
  background-color: var(--pantone-143);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  color: var(--neutral-100);
}

.heading-2 {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.text-span {
  color: var(--red);
}

.text-span-2 {
  color: var(--blue);
}

.text-span-3 {
  color: var(--pantone-143);
}

.list {
  margin-bottom: 37px;
}

.paragraph-2, .paragraph-3 {
  font-size: 14px;
  line-height: 1.25em;
}

.multimedia_event {
  color: var(--neutral-100);
  font-size: 18px;
  line-height: 1.25em;
}

.column {
  border-right: 1px dashed var(--neutral-500);
  padding-left: 40px;
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text {
  color: var(--pantone-143);
  font-weight: 600;
}

.map {
  display: inline-block;
  top: -41px;
}

.heading-3 {
  flex: none;
  font-family: Icons Church X Template, sans-serif;
}

.heading-4 {
  font-weight: 400;
}

.list-2 {
  text-align: right;
}

.tab-pane-afternoon-option {
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  margin-right: 64px;
  padding: 20px 10px 10px 20px;
  overflow: visible;
}

.tab_active {
  border-bottom: 2px solid var(--neutral-300);
}

.tab_active:active {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--blue);
}

.tab_active.w--current {
  border-bottom: 2px solid var(--blue);
}

.tab_active.w--current:active {
  border-bottom: 2px solid var(--pantone-143);
}

.tab_active.w--current:focus {
  border-bottom: 2px solid var(--blue);
}

.tab_active.callout_tabs {
  border-bottom-color: var(--pantone-143);
}

.tab_active.callout_tab_active {
  border-bottom-color: var(--neutral-300);
}

.tab_active.callout_tab_active.current.w--current {
  border-bottom-color: var(--pantone-143);
}

.tabs-content {
  background-color: var(--neutral-100);
  box-shadow: 0 4px 7px 1px #5a5a5a33;
}

.section-3.itinerary_callout {
  background-color: var(--pantone-143);
  padding-top: 109px;
  padding-bottom: 158px;
}

.container-2 {
  margin-top: 0;
}

.italic-text {
  color: var(--neutral-100);
}

.columns, .columns-2, .columns-3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.columns-4 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 4px 7px 1px #5a5a5a33;
}

.heading-5 {
  text-align: center;
  margin-top: 60px;
}

.heading-5.custom {
  color: var(--neutral-100);
}

.text-block-3 {
  text-align: center;
}

.text-block-3.custom_itinerary {
  color: var(--neutral-100);
  padding-top: 60px;
}

.grid {
  grid-template-columns: .25fr 1fr;
}

.image-2 {
  width: 100%;
}

.list-item {
  text-align: left;
}

.list-3 {
  color: var(--neutral-100);
  text-align: left;
  font-size: 24px;
}

.link-2, .link-3, .link-4, .link-5 {
  color: var(--blue);
}

.link-5.custom_itinerary {
  color: var(--pantone-143);
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--lighter-blue);
}

.heading-6, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--blue);
}

.container-15 {
  background-color: var(--neutral-100);
  color: var(--lighter-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-7 {
  color: var(--blue);
  text-align: left;
  margin-top: 40px;
  margin-left: 0;
  font-size: 44px;
}

.icon-3, .icon-4 {
  color: var(--pantone-143);
}

.text-block-8, .training-more-information-link {
  color: var(--blue);
}

.section-4 {
  background-color: var(--pantone-143);
  opacity: 1;
  color: var(--neutral-100);
  text-align: center;
  mix-blend-mode: multiply;
  background-image: url('../images/MDP_20200810_TR-370_Large.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 140px;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
}

.link-6, .link-6:hover {
  color: var(--neutral-100);
}

.heading-8 {
  color: var(--blue);
  text-align: left;
  margin-top: 20px;
  font-size: 28px;
}

.container-3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 140px;
  display: block;
}

.gallery-image {
  float: none;
  clear: left;
  object-fit: contain;
  object-position: 50% 0%;
  width: 300px;
  height: 420px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.gallery-image.vertical-image {
  object-fit: fill;
  height: 420px;
}

.gallery-image.horizontal-image {
  height: 200px;
}

.lightbox-link {
  width: 300px;
}

.grid-2 {
  float: none;
  clear: none;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.section-5 {
  background-color: var(--pantone-143);
  text-align: center;
}

.container-4 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.link-7 {
  color: var(--neutral-100);
}

.link-7:hover {
  color: var(--pantone-143);
}

.link-7.custom_blue_link_hover:hover {
  color: var(--blue);
}

.html-embed {
  margin-top: 40px;
}

.html-embed-2 {
  color: var(--neutral-700);
}

.location-callout-overlay {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #002c3ddb;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.div-block-2 {
  mix-blend-mode: normal;
}

.section-6 {
  z-index: -1;
  position: static;
  overflow: visible;
}

.gallery {
  float: right;
  clear: left;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  position: static;
  overflow: visible;
}

.custom_itinerary {
  padding-top: 100px;
  padding-bottom: 60px;
}

.custom_itinerary.link {
  text-decoration: none;
}

.custom_itinerary.link:hover {
  text-decoration: underline;
}

.custom {
  background-color: var(--blue);
}

.link-8 {
  color: var(--blue);
  text-align: right;
}

.container-5 {
  text-align: right;
  margin-top: 20px;
}

.section-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.multimedia_training {
  background-color: var(--blue);
}

.paragraph-4 {
  color: var(--neutral-100);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-6 {
  color: var(--neutral-100);
  font-size: 32px;
}

.container-6 {
  margin-top: 0;
  padding-top: 60px;
}

.heading-9 {
  color: var(--pantone-143);
  text-align: left;
  margin-top: 0;
  font-size: 24px;
}

.heading-9:hover {
  text-decoration: none;
}

.container-7 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.columns-5 {
  margin-bottom: 60px;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  color: var(--neutral-100);
  text-align: center;
}

.collection-item {
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 31%;
  height: 350px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.container-8 {
  margin-bottom: 100px;
}

.heading-11 {
  color: var(--blue);
  text-align: center;
}

.collection-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.homepage-itineraries {
  background-color: var(--correct-tan);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-12 {
  color: var(--neutral-100);
  text-align: center;
}

.link-9 {
  color: var(--neutral-100);
  text-decoration: none;
}

.heading-13 {
  color: var(--neutral-100);
  text-align: center;
}

.link-10 {
  color: var(--neutral-100);
  text-decoration: none;
}

.leadership-training-card {
  background-color: #fff;
  order: 1;
  width: 40%;
  padding: 40px 60px;
  display: block;
  position: absolute;
  right: 0;
}

.link-11 {
  color: var(--pantone-143);
  text-align: left;
  text-decoration: none;
}

.link-11:hover {
  color: var(--pantone-143);
}

.training-multimedia-link {
  color: var(--pantone-143);
  text-decoration: none;
}

.bold-text-7 {
  color: var(--blue);
}

.link-12 {
  color: var(--pantone-143);
  text-decoration: none;
}

.link-12:hover {
  color: var(--pantone-143);
  text-decoration: underline;
}

.location-additional-info {
  border: 1px none var(--neutral-800);
  box-shadow: 0 1px 5px -1px var(--neutral-700);
  -webkit-text-stroke-color: var(--neutral-700);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.html-embed-3 {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.location-hero-filter {
  z-index: 5;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-page-wrapper {
  font-family: Montserrat, sans-serif;
  position: static;
}

.contact-hero-image {
  height: 100%;
  max-height: 100%;
  position: static;
}

.link-13 {
  color: var(--blue);
}

.column-3 {
  object-fit: fill;
}

.list-item-2 {
  text-align: left;
}

.paragraph-6 {
  color: var(--neutral-700);
  text-align: left;
}

.container-12 {
  text-align: center;
}

.button {
  background-color: var(--blue);
  color: var(--neutral-100);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-right: auto;
  transition-property: background-color;
  display: inline-block;
}

.button:hover {
  color: var(--neutral-100);
  background-color: #011c30;
}

.text-block-15 {
  color: var(--blue);
  text-align: right;
  font-weight: 700;
  text-decoration: underline;
}

.link-14 {
  color: var(--pantone-143);
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.link-14:hover {
  color: var(--pantone-143);
}

.button-2 {
  background-color: var(--blue);
  color: var(--neutral-100);
  margin-top: 17px;
  position: relative;
}

.button-2:hover {
  color: var(--pantone-143);
}

.container-13 {
  text-align: center;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
  padding-left: 40px;
}

.link-15, .link-15:hover {
  color: var(--pantone-143);
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "Area Area-2"
                 "Area-4 Area-3"
                 ". ."
                 ". ."
                 "Area-6 ."
                 "Area-5 ."
                 / .25fr 1fr;
  justify-content: stretch;
  position: relative;
  overflow: scroll;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral-700);
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 3.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: start stretch;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: grid;
}

.grid-6 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
}

.bold-text-8 {
  color: var(--neutral-100);
}

.paragraph-7 {
  color: var(--neutral-700);
  display: block;
}

.slide-1 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/MDP_20191202_DC-097_Medium.jpg');
  background-position: 100% 30%;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  height: auto;
  position: static;
}

.block-quote {
  aspect-ratio: auto;
  background-color: var(--shadow-short-card);
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#002a4400, #002a4400), linear-gradient(#00000080, #00000080);
  background-clip: content-box;
  border-radius: 0;
  width: 1000px;
  margin: auto;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: auto;
}

.text-span-4 {
  aspect-ratio: auto;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.icon-5 {
  display: block;
}

.slide-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/MDP_20191202_DC-019_Large.jpg');
  background-position: 0%;
  background-size: cover;
  background-clip: padding-box;
}

.slider {
  height: 700px;
}

.slide-nav-2 {
  object-fit: fill;
  background-image: url('../images/MDP_20191202_DC-097_Medium.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.slider-2, .slider-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-4 {
  background-image: url('../images/MDP_20191202_DC-084_Large.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 400px;
}

.slide-3 {
  background-image: url('../images/AHP_230523_10_FS_Large.jpg'), url('../images/MDP_20191202_DC-102_Large.jpg');
  background-position: 50%, 0%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.slide-4 {
  background-image: url('../images/MDP_20191202_DC-102_Large.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/MDP_20200810_TR-456_Large.jpg'), url('../images/IMG_8505.jpg');
  background-position: 100%, 100%;
  background-size: cover, cover;
}

.block-quote-copy {
  aspect-ratio: auto;
  background-color: var(--shadow-short-card);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(#002a4400, #002a4400), linear-gradient(#00000080, #00000080);
  background-clip: content-box;
  border-radius: 0;
  width: 1000px;
  margin: auto auto 100px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: auto;
}

.right-arrow {
  overflow: auto;
}

.slide-6 {
  background-image: url('../images/AHP_230523_10_FS_Large_1.jpg'), url('../images/MDP_20220114_TR-039_Medium.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 70%, 0 0, 0%;
  background-size: cover, auto, contain;
}

.slide-7 {
  background-image: url('../images/MDP_20191202_DC-097_Medium.jpg'), url('../images/MDP_20191202_DC-084_Large.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 30%, 0%, 0 0;
  background-size: auto, auto, auto;
}

.slide-8 {
  background-image: url('../images/MDP_20191202_DC-090_scaled.jpg');
  background-position: 50% 30%;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/MDP_20191202_DC-097_Medium.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.slide-11 {
  opacity: .13;
  background-color: #53565a;
}

.block-quote-2 {
  float: none;
  aspect-ratio: auto;
  background-color: var(--neutral-700);
  opacity: 1;
  text-shadow: 0 1px #00000054;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: scale-down;
  background-image: linear-gradient(#00000087, #00000087);
  background-clip: content-box;
  width: auto;
  display: flex;
  overflow: auto;
  transform: translate(0);
}

.slider-5 {
  background-color: #53565a;
  height: 350px;
}

.right-arrow-2 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-6 {
  aspect-ratio: auto;
  color: var(--neutral-100);
  -webkit-text-stroke-color: var(--neutral-100);
  text-shadow: 0 1px 1px #f8f8f8;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  min-width: auto;
  min-height: auto;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.italic-text-2 {
  object-fit: scale-down;
  overflow: auto;
}

.block-quote-3 {
  background-color: var(--neutral-100);
  opacity: 1;
  color: var(--neutral-800);
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  display: block;
}

.italic-text-3 {
  font-size: 18px;
}

.slide-12 {
  background-image: linear-gradient(#53565a, #53565a);
}

.slide-13 {
  background-color: #53565a;
}

.paragraph-8 {
  color: var(--neutral-700);
  font-weight: 400;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  color: var(--neutral-700);
}

.paragraph-19 {
  color: var(--neutral-700);
  font-weight: 400;
}

.paragraph-20, .list-item-16 {
  color: var(--neutral-700);
}

.list-item-17 {
  color: var(--neutral-700);
  font-weight: 400;
}

.list-item-18, .list-item-19, .list-item-20, .list-item-21, .text-block-16, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
  color: var(--neutral-700);
}

.paragraph-31 {
  color: var(--neutral-700);
  font-weight: 400;
}

.paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37 {
  color: var(--neutral-700);
}

.paragraph-38 {
  color: var(--neutral-700);
  font-weight: 400;
}

.paragraph-39 {
  color: var(--neutral-700);
}

.paragraph-40 {
  color: var(--neutral-700);
  font-weight: 400;
}

.paragraph-41 {
  color: var(--neutral-700);
}

.mask-2 {
  text-align: left;
}

.link-16 {
  aspect-ratio: auto;
  color: var(--neutral-100);
  font-size: 24px;
  text-decoration: underline;
}

.button-3 {
  color: var(--neutral-600);
  background-color: #a89760;
}

.text-span-6 {
  color: var(--neutral-600);
}

.paragraph-43 {
  color: var(--neutral-700);
  font-weight: 400;
}

.button-4 {
  color: var(--neutral-100);
  background-color: #ad965f;
}

.bold-text-9 {
  color: var(--neutral-100);
  font-size: 16px;
  font-weight: 500;
}

.heading-14 {
  margin-top: 24px;
}

.list-10 {
  list-style-type: none;
}

.paragraph-44 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.div-block-9 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  background-color: var(--neutral-100);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-image: url('../images/star-vector-icon-removebg-preview.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  margin: 60px auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  overflow: auto;
}

.paragraph-45, .paragraph-45-copy {
  text-align: left;
  font-style: normal;
}

.rich-text-block {
  color: var(--neutral-100);
  text-align: left;
  margin-bottom: 0;
}

.paragraph-46 {
  color: var(--neutral-800);
  text-align: left;
}

.heading-16 {
  text-align: left;
}

.paragraph-47 {
  color: var(--neutral-800);
  text-align: left;
}

.paragraph-48, .paragraph-49 {
  text-align: left;
}

.div-block-10 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  background-color: #53565a;
  border: 1px #000;
}

.rich-text-block-2 {
  white-space: normal;
  font-style: italic;
}

.paragraph-50 {
  color: var(--pantone-143);
}

.paragraph-51 {
  font-style: italic;
}

.paragraph-52 {
  text-align: center;
}

.grid-8 {
  grid-template-areas: "Area";
}

.grid-9 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--lighter-blue);
  grid-template-columns: 1fr 1fr;
}

.bold-text-10 {
  display: block;
}

.list-item-41 {
  color: var(--neutral-100);
  text-align: left;
  list-style-type: disc;
}

.list-11 {
  color: var(--neutral-100);
  text-align: left;
  padding-left: 0;
}

.list-item-42 {
  font-style: normal;
}

.heading-17 {
  display: block;
}

.bold-text-11, .bold-text-12 {
  font-size: 30px;
}

.bold-text-13 {
  font-size: 22px;
  line-height: 0;
}

.bold-text-14 {
  font-size: 22px;
}

.button-6 {
  float: left;
  text-align: left;
  background-color: #ad965f;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-53 {
  margin-bottom: 0;
}

.paragraph-54 {
  color: var(--neutral-600);
}

.paragraph-55 {
  color: var(--neutral-800);
}

.text-block-17 {
  color: var(--neutral-100);
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-18 {
  color: var(--neutral-100);
  text-align: left;
  margin-top: 20px;
  font-size: 25px;
}

.heading-19 {
  text-align: center;
}

.code-embed {
  text-align: center;
  margin-left: 110px;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.footer-nav-item-copy {
  margin-bottom: 24px;
  line-height: 1em;
}

.image-3, .columns-6 {
  padding-bottom: 30px;
}

.columns-7 {
  margin-top: 70px;
  margin-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.image-5, .image-6 {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-16, .column-17, .column-18 {
  padding-left: 0;
  padding-right: 0;
}

.container-14 {
  background-color: #002846;
  border-radius: 20px;
  max-width: 400px;
  margin-bottom: 20px;
  margin-right: auto;
  padding-bottom: 20px;
}

.bold-text-15 {
  color: var(--neutral-100);
  text-align: left;
  padding-left: 0;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--neutral-100);
}

.section-8 {
  background-color: #ece9e0;
}

.list-12 {
  margin-bottom: 20px;
}

.bold-text-21 {
  color: var(--blue);
  font-size: 25px;
}

.bold-text-22 {
  color: var(--blue);
}

.list-13 {
  margin-bottom: 20px;
}

.paragraph-56 {
  color: var(--neutral-800);
  margin-bottom: 20px;
  padding-top: 0;
}

.paragraph-57, .paragraph-58 {
  color: var(--neutral-800);
}

.bold-text-23 {
  color: var(--blue);
  font-size: 25px;
}

.paragraph-59, .paragraph-60 {
  color: var(--neutral-800);
}

.paragraph-61 {
  color: var(--neutral-600);
}

.bold-text-24 {
  color: var(--blue);
  font-size: 25px;
}

.paragraph-62 {
  color: var(--neutral-800);
  font-weight: 400;
}

.image-7, .image-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-63, .paragraph-64, .paragraph-65, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .paragraph-66, .paragraph-67, .list-item-47, .list-item-48, .list-item-49 {
  color: var(--neutral-800);
}

.bold-text-25, .bold-text-26, .bold-text-27 {
  color: var(--blue);
  font-size: 25px;
}

.paragraph-68 {
  color: var(--neutral-800);
}

.image-9 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  color: var(--neutral-600);
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
  position: static;
}

.heading-20 {
  color: var(--neutral-100);
  text-align: center;
  -webkit-text-stroke-color: var(--neutral-100);
}

.leadership-training-card-copy {
  background-color: #002846;
  order: 1;
  width: 50%;
  padding: 40px 60px;
  display: block;
  position: absolute;
  right: 0;
}

.washington-s-circle-modules {
  border: 1px none var(--neutral-800);
  box-shadow: 0 1px 5px -1px var(--neutral-700);
  -webkit-text-stroke-color: var(--neutral-700);
  background-color: #002846;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.washington-s-circle-card-title {
  color: var(--neutral-100);
  font-size: 22px;
}

.paragraph-white {
  color: var(--neutral-100);
}

.dropdown-2 {
  display: inline-block;
}

.dropdown-toggle {
  width: auto;
  min-width: auto;
  height: 80px;
  padding-left: 0;
  display: block;
}

.dropdown-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  min-width: auto;
  position: relative;
  overflow: hidden;
}

.bold-text-28 {
  padding-right: 0;
}

.section-9 {
  margin-left: 180px;
  margin-right: 210px;
  padding-left: 90px;
  padding-right: 90px;
  display: block;
}

.accordion-toggle {
  height: 80px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #fff;
  padding-left: 20px;
  display: block;
  position: static;
}

.paragraph-69 {
  color: var(--neutral-800);
  margin-bottom: 10px;
}

.bold-text-29 {
  color: var(--neutral-100);
  font-size: 24px;
}

.button-7 {
  text-align: center;
  background-color: #8a2434;
  border-radius: 14px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: static;
}

.button-7:hover {
  color: var(--neutral-100);
  mix-blend-mode: normal;
  background-color: #a89760;
}

.list-item-50, .list-item-51, .list-item-52, .list-item-53, .list-item-54, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76 {
  text-align: left;
}

.container-16 {
  margin-top: 20px;
}

.paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-81, .italic-text-5 {
  color: var(--neutral-800);
}

.columns-8 {
  margin-bottom: 20px;
}

.text-block-19 {
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}

.columns-9 {
  margin-bottom: 20px;
  margin-left: -10px;
}

.column-21 {
  padding-left: 0;
  padding-right: 0;
}

.image-10 {
  width: 100%;
  height: 100%;
  min-height: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .container-default {
    clear: none;
    background-color: #0000;
    display: block;
    position: relative;
  }

  .section-styleguide {
    padding-top: 200px;
  }

  .button-primary.header-button {
    background-color: var(--correct-tan);
  }

  .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.utility-page {
    padding-top: 200px;
  }

  .section.home-hero {
    padding-top: 307px;
    padding-bottom: 353px;
  }

  .section.home-ministers {
    padding-top: 137px;
    padding-bottom: 252px;
  }

  .section.bg-neutral-800 {
    background-color: #0000;
  }

  .section.bg-neutral-800.contact {
    float: none;
    clear: none;
    background-color: #fff;
    padding-top: 192px;
    padding-bottom: 140px;
    position: static;
  }

  .section.cta {
    background-image: url('../images/AHP_230523_10_FS_Large.jpg');
    background-position: 0 0;
    background-size: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.about-hero {
    padding-top: 277px;
    padding-bottom: 237px;
  }

  .section.story {
    padding-top: 135px;
  }

  .section.mission {
    padding-top: 128px;
    padding-bottom: 147px;
  }

  .section.events {
    padding-top: 192px;
  }

  .section.schedule {
    padding-top: 159px;
    padding-bottom: 127px;
  }

  .section.training {
    text-align: left;
    position: relative;
  }

  .section.more-ministries {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1919.99px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .section.blog-hero {
    padding-top: 190px;
    padding-bottom: 140px;
  }

  .section.blog {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .section.post-hero {
    padding-top: 316px;
  }

  .section.post {
    padding-bottom: 160px;
  }

  .section.latest-posts {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.donations {
    padding-top: 192px;
    padding-bottom: 140px;
  }

  .section.purposes {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.donation {
    padding-top: 209px;
  }

  .section.faqs {
    padding-top: 160px;
  }

  .section.blog-category {
    padding-top: 192px;
    padding-bottom: 200px;
  }

  .utility-page-wrap {
    padding-top: 264px;
    padding-bottom: 140px;
  }

  .utility-page-wrap._404 {
    padding-bottom: 192px;
  }

  .paragraph.c.about-hero, .paragraph.c.about-hero-copy {
    aspect-ratio: auto;
    object-fit: fill;
    height: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .paragraph.home-about-section-1, .paragraph.training-item-summary {
    color: var(--neutral-600);
  }

  .paragraph.color-neutral-100.pastors {
    color: var(--neutral-700);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--neutral-700);
    text-transform: none;
    display: block;
  }

  .paragraph.card-event {
    color: var(--neutral-600);
  }

  .paragraph.card-purpose {
    color: var(--neutral-700);
  }

  .card.contact {
    align-self: flex-start;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .title.color-neutral-100.pastors {
    color: var(--neutral-800);
  }

  .title.schedule {
    color: var(--blue);
  }

  .title.callout_title {
    color: var(--neutral-100);
  }

  .image.about-hero-bg {
    opacity: 1;
    background-color: #fff;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .image.header-bg-image {
    opacity: .4;
    object-fit: cover;
    background-image: url('../images/MDP_20130920_RC-009.jpg');
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
  }

  .bg.about-hero {
    opacity: 1;
  }

  .bg.about-hero-filter {
    opacity: 1;
    background-image: linear-gradient(#00000080, #00000080);
    height: auto;
  }

  .bg.events {
    background-color: var(--blue);
  }

  .bg._404 {
    min-height: 819px;
    max-height: 819px;
  }

  .bg.contact-filter {
    background-image: linear-gradient(180deg, var(--blue), #00284680);
  }

  .bg.location-hero-filter {
    opacity: 1;
  }

  .bg.contact-hero {
    opacity: 1;
    background-image: url('../images/AHP_230523_10_FS_Large.jpg');
    background-size: auto;
  }

  .accent-shape.center {
    background-color: var(--blue);
  }

  .accent-shape.center.callout_accent {
    background-color: var(--pantone-143);
  }

  .container-medium-986px {
    margin-top: 60px;
  }

  .pastors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .instagram-gallery-grid {
    align-items: center;
  }

  .container-small-584px.schedule {
    max-width: 960px;
  }

  .contact-wrapper {
    background-color: #0000;
    display: flex;
    overflow: visible;
  }

  .section-3 {
    background-color: var(--blue);
    padding-top: 159px;
    padding-bottom: 127px;
    padding-right: 0;
  }

  .text-block-2 {
    color: var(--neutral-100);
  }

  .container-2 {
    margin-top: 48px;
  }

  .heading-5 {
    color: var(--blue);
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--neutral-400);
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .grid.last-bio {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .image-2 {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .div-block {
    background-color: var(--neutral-800);
    position: relative;
  }

  .container-15 {
    background-color: var(--neutral-100);
  }

  .heading-7 {
    text-align: left;
  }

  .gallery-image {
    display: block;
  }

  .section-5 {
    background-color: var(--correct-tan);
  }

  .html-embed-2 {
    align-self: flex-start;
  }

  .html-embed-3 {
    overflow: visible;
  }

  .location-hero-filter {
    background-image: none;
    border: 1px solid #0000;
  }

  .button {
    text-align: center;
    overflow-wrap: normal;
    vertical-align: middle;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: auto;
    display: inline-block;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1.5fr 4.5fr;
  }

  .block-quote {
    aspect-ratio: auto;
    min-height: 100px;
  }

  .slide-2 {
    background-image: url('../images/MDP_20191202_DC-084_Large.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .slider {
    object-fit: contain;
    height: 500px;
  }

  .mask {
    height: 1000px;
    overflow: hidden;
  }

  .block-quote-copy {
    aspect-ratio: auto;
    min-height: 100px;
  }

  .slide-11 {
    -webkit-text-fill-color: inherit;
    background-color: #53565a;
    background-image: none;
    background-size: auto;
    background-clip: border-box;
  }

  .slider-5 {
    height: 350px;
    display: flex;
  }

  .block-quote-3 {
    color: var(--neutral-100);
    -webkit-text-fill-color: inherit;
    background-color: #53565a;
    background-clip: border-box;
  }

  .italic-text-3 {
    color: var(--neutral-100);
  }

  .slide-12 {
    background-image: linear-gradient(#53565a, #53565a);
  }

  .slide-13 {
    background-color: #53565a;
    background-image: none;
  }

  .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19, .slide-1-2, .slide-1-3 {
    background-color: #53565a;
    background-image: none;
    background-size: auto;
  }

  .slide-nav-3 {
    object-fit: fill;
    background-color: #53565a;
  }

  .paragraph-41, .paragraph-42 {
    color: var(--neutral-700);
  }

  .text-span-5, .italic-text-4 {
    color: var(--neutral-100);
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
  }

  .button-4 {
    background-color: #ad965f;
  }

  .list-item-22 {
    color: var(--neutral-800);
    list-style-type: disc;
  }

  .list-10 {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: disc;
  }

  .list-item-23, .list-item-24 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40 {
    margin-bottom: 20px;
  }

  .paragraph-44 {
    text-align: left;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-9 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: 2.39;
    background-color: var(--neutral-100);
    opacity: 1;
    pointer-events: auto;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-image: url('../images/star-vector-icon-removebg-preview.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100px;
    height: 20px;
    margin: 60px auto;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    overflow: visible;
  }

  .body-4 {
    aspect-ratio: auto;
    text-align: left;
  }

  .heading-15, .rich-text-block, .paragraph-48 {
    text-align: left;
  }

  .button-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .div-block-10 {
    -webkit-text-fill-color: inherit;
    background-color: #53565a;
    background-clip: border-box;
  }

  .body-6 {
    aspect-ratio: auto;
    text-align: left;
  }

  .section-9 {
    margin-left: 380px;
    margin-right: 380px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  h3 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 60px 89px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
    max-width: 700px;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large._404 {
    margin-bottom: 47px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary.full-width.add-cart {
    width: 50%;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.mobile {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    display: block;
  }

  .button-secondary.full-width.buy-now {
    width: 50%;
    margin-top: 0;
    margin-left: 20px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .header-navigation {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 79px;
    display: block;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    background-color: var(--pantone-143);
    width: 51px;
    min-width: 51px;
    min-height: 51px;
    max-height: 51px;
    padding: 0;
    transition: transform .3s, background-color .3s;
  }

  .menu-button:hover {
    background-color: var(--pantone-143);
    transform: translate(0, -2px);
  }

  .menu-button.w--open {
    background-color: var(--pantone-143);
  }

  .nav-menu {
    background-color: var(--blue);
    width: 100%;
    max-width: 100vw;
    padding-top: 117px;
    padding-bottom: 36px;
  }

  .footer {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 24px;
  }

  .section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.utility-page {
    padding-top: 160px;
  }

  .section.home-hero {
    padding-top: 197px;
    padding-bottom: 226px;
  }

  .section.home-ministers {
    padding-top: 88px;
    padding-bottom: 160px;
  }

  .section.home-about-section-1, .section.home-about-section-2 {
    padding-top: 45px;
    padding-bottom: 500px;
  }

  .section.bg-neutral-800.contact {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .section.cta {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section.about-hero {
    padding-top: 178px;
    padding-bottom: 158px;
  }

  .section.story {
    padding-top: 86px;
  }

  .section.mission {
    padding-top: 112px;
    padding-bottom: 94px;
  }

  .section.events {
    padding-top: 145px;
  }

  .section.schedule-hero {
    padding-top: 160px;
  }

  .section.schedule {
    padding-top: 106px;
    padding-bottom: 189px;
  }

  .section.training {
    padding-top: 173px;
  }

  .section.more-ministries {
    margin-top: 0;
  }

  .section.blog-hero {
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .section.blog {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section.post-hero {
    padding-top: 219px;
  }

  .section.post {
    padding-bottom: 107px;
  }

  .section.latest-posts {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .section.donations {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.purposes {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.donation {
    padding-top: 155px;
  }

  .section.faqs {
    padding-top: 100px;
  }

  .section.blog-category {
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .utility-page-wrap {
    padding-top: 169px;
    padding-bottom: 112px;
  }

  .utility-page-wrap._404 {
    padding-bottom: 123px;
  }

  .utility-page-content-password {
    padding: 56px 52px 65px;
  }

  ._404-title {
    font-size: 150px;
  }

  .container-medium-761px.changelog {
    margin-top: -185px;
  }

  .divider.footer-content-top {
    margin-top: 70px;
    margin-bottom: 90px;
  }

  .divider.footer-content-bottom {
    margin-top: 98px;
  }

  .divider.card-location {
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .divider.post {
    margin-bottom: 85px;
  }

  .paragraph.home-about-section-1, .paragraph.home-about-section-2 {
    margin-bottom: 47px;
  }

  .paragraph.color-neutral-300.footer-description {
    text-align: left;
  }

  .paragraph.testimonials {
    max-width: none;
  }

  .paragraph.card-donation {
    margin-bottom: 35px;
  }

  .paragraph.purposes {
    color: var(--neutral-600);
  }

  .card {
    width: 44%;
  }

  .card.home-about-section-1, .card.home-about-section-2 {
    max-width: 100%;
    padding: 67px 47px;
  }

  .card.story {
    max-width: 771px;
    margin-top: -247px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 75px 38px 0;
  }

  .card.mission {
    align-self: auto;
    max-width: 771px;
    margin-top: -247px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 75px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .card.statement {
    margin-bottom: 50px;
    display: flex;
  }

  .card.location-featured {
    z-index: 1;
    max-width: 771px;
    margin-top: -229px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 63px;
    padding-bottom: 63px;
    position: relative;
    right: auto;
  }

  .card.location {
    flex-direction: row;
  }

  .card.event {
    max-width: 90%;
    margin-top: -145px;
    padding: 50px 40px 65px;
    position: relative;
    right: auto;
  }

  .card.ministry-featured {
    max-width: 61%;
    padding: 54px 49px;
    bottom: 20px;
    left: 20px;
  }

  .card.ministry-about-sidebar.mobile {
    margin-bottom: 100px;
    display: block;
  }

  .card.post-featured {
    max-width: 90%;
    margin-top: -140px;
    padding: 70px 56px;
    position: relative;
  }

  .card.post-item-card {
    max-width: 670px;
  }

  .card.donation {
    padding: 60px 30px;
  }

  .card.purpose {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.donation-page {
    max-width: 100%;
    min-height: 542px;
    padding-bottom: 83px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .card.contact {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
    padding-right: 42px;
  }

  .card.default {
    padding: 50px 30px;
  }

  .card._404 {
    padding: 98px 47px 100px;
  }

  .card.default-copy {
    padding: 50px 30px;
  }

  .checkout-form {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.color-neutral-100.latest-event {
    max-width: 680px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.color-neutral-100.cta {
    max-width: 462px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .title.color-neutral-100.about-hero, .title.color-neutral-100.pastors, .title.color-neutral-100.ministry {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.donation {
    margin-bottom: 15px;
  }

  .title.color-neutral-100.contact {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.category-subtitle {
    font-size: 50px;
  }

  .title.home-about-section-1, .title.home-about-section-2 {
    margin-bottom: 10px;
  }

  .title.testimonials {
    max-width: 432px;
    margin-bottom: 10px;
  }

  .title.h4-size.card-event, .title.training-item-title {
    margin-bottom: 10px;
  }

  .title.dropdown-nav-title {
    color: var(--neutral-100);
  }

  .title.story {
    max-width: 450px;
    margin-bottom: 20px;
  }

  .title.mission {
    margin-bottom: 20px;
  }

  .title.h2-size {
    font-size: 40px;
  }

  .title.card-ministry-featured, .title.card-post-featured {
    margin-bottom: 10px;
  }

  .title.post-hero {
    margin-bottom: 28px;
  }

  .title.card-donation {
    font-size: 42px;
  }

  .title.purposes, .title.h3-size.card-donation-page {
    margin-bottom: 10px;
  }

  .title._404 {
    font-size: 43px;
  }

  .title.category-subtitle {
    font-size: 50px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 99;
    position: relative;
  }

  .split-content.header-center {
    margin-left: auto;
    margin-right: 20px;
  }

  .split-content.testimonials-content {
    width: 100%;
    max-width: 754px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.statement-left {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .split-content.statement-right {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: -50px;
  }

  .split-content.content-top-instagram-gallery-left {
    margin-bottom: 40px;
  }

  .split-content.ministry-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.ministry-right {
    max-width: 100%;
    display: none;
  }

  .split-content.content-top-blog-content {
    margin-bottom: 40px;
  }

  .split-content.donation-content {
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.contact-content {
    min-width: auto;
    max-width: 576px;
    margin-top: 0;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .image-wrapper.home-about-section-1, .image-wrapper.home-about-section-2 {
    max-width: 100%;
    max-height: 50%;
    inset: auto 0% 0%;
  }

  .image-wrapper.story {
    max-width: 100%;
  }

  .image-wrapper.mission {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 0;
  }

  .image-wrapper.location-featured {
    max-width: 100%;
  }

  .image-wrapper.card-location {
    max-width: 45%;
  }

  .image-wrapper.event, .image-wrapper.post-featured {
    max-width: 100%;
  }

  .image-wrapper.card-purpose {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image {
    vertical-align: baseline;
    object-fit: fill;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    flex: 1;
    overflow: clip;
  }

  .image.home-about-section-2 {
    object-position: 50% 30%;
    align-self: stretch;
  }

  .image.card-statement-icon {
    margin-right: 32px;
  }

  .image.about-location-icon {
    object-fit: scale-down;
    width: 100%;
  }

  .image.card-location {
    height: 100%;
    min-height: 100%;
  }

  .image.post-featured {
    height: auto;
  }

  .bg.events {
    min-height: 18%;
  }

  .bg.ministry {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#000, #fff);
    background-position: 50%, 50%, 0 0;
    background-size: cover, cover, auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .bg.style-guide {
    min-height: 104px;
  }

  .bg._401, .bg._404 {
    min-height: 510px;
  }

  .bg.donation-category {
    min-height: 580px;
  }

  .bg.blog-category {
    min-height: 50%;
  }

  .content-top.home-ministers {
    margin-bottom: 40px;
  }

  .content-top.instagram-gallery {
    text-align: center;
    flex-direction: column;
  }

  .content-top.more-ministries {
    margin-bottom: 40px;
  }

  .content-top.blog {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .content-top.blog-category {
    text-align: center;
    margin-bottom: 60px;
  }

  .training-slider {
    margin-bottom: 50px;
  }

  .accent-shape {
    margin-bottom: 27px;
  }

  .accent-shape.bg-neutral-100.instagram-gallery, .accent-shape.blog {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .testimonials-slider {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .footer-content-top {
    text-align: left;
    flex-direction: column;
  }

  .footer-content {
    flex-direction: column;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-description-wrapper {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .footer-menu-main-content {
    margin-bottom: 80px;
    margin-right: 0;
  }

  .footer-location-wrapper {
    margin-right: 0;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav-link {
    color: var(--neutral-300);
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    padding: 40px 0 0;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .cart {
    z-index: 100;
  }

  .brand.w--current {
    top: auto;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-100);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .empty-state.cart-empty {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .story-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .mission-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .pastors-grid {
    grid-column-gap: 26px;
  }

  .card-pastor-content {
    padding: 34px 40px 57px;
  }

  .statement-title-wrapper {
    margin-bottom: 58px;
  }

  .statement-wrapper {
    flex-direction: column;
  }

  .more-locations-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .location-featured-wrapper {
    flex-direction: column;
  }

  .card-location-featured-grid {
    grid-template-columns: auto;
  }

  .card-location-content {
    padding-bottom: 38px;
  }

  .card-location-about-grid {
    grid-row-gap: 20px;
  }

  .container-medium-636px.events {
    margin-bottom: 60px;
  }

  .event-wrapper {
    object-fit: fill;
    flex-flow: column;
  }

  .container-small-584px.schedule {
    margin-bottom: 60px;
  }

  .schedule-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
  }

  .training-wrapper {
    flex-direction: column;
  }

  .training-content-top {
    margin-bottom: 100px;
  }

  .card-training-about-sidebar-wrapper._1 {
    padding-right: 33px;
  }

  .card-training-about-sidebar-wrapper._4 {
    padding-left: 33px;
  }

  .card-training-about-sidebar-wrapper._2 {
    padding-top: 0;
    padding-left: 33px;
  }

  .card-training-about-sidebar-wrapper._3 {
    border-bottom-width: 0;
    padding-bottom: 0;
    padding-right: 33px;
  }

  .card-training-about-sidebar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-medium-766px.blog-hero {
    margin-bottom: 80px;
  }

  .post-featured-wrapper {
    flex-direction: column-reverse;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .post-hero-wrapper {
    padding-top: 53px;
    padding-bottom: 68px;
  }

  .post-hero-content-top {
    margin-bottom: 31px;
  }

  .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .post-hero-content {
    max-width: 790px;
  }

  .container-medium-705px.donations {
    margin-bottom: 60px;
  }

  .donations-grid {
    grid-column-gap: 20px;
  }

  .information-grid {
    grid-column-gap: 20px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .card-information-content {
    padding-left: 20px;
  }

  .donation-wrapper {
    flex-direction: column;
  }

  .card-donation-price {
    font-size: 40px;
  }

  .card-donation-page-content-top {
    max-width: 481px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: row;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .heading-8 {
    margin-top: 35px;
  }

  .grid-2 {
    float: none;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .container-4 {
    padding-top: 47px;
  }

  .section-7 {
    clear: both;
    margin-bottom: 134px;
    position: relative;
  }

  .heading-9 {
    text-align: left;
    margin-top: 115px;
  }

  .leadership-training-card {
    flex: none;
    height: 100%;
    margin-top: 0;
    padding: 15px 0 15px 40px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .button {
    margin-bottom: 40px;
  }

  .text-block-15 {
    padding-top: 12px;
  }

  .link-14 {
    text-align: left;
    left: 0;
  }

  .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
    padding-left: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .slide-11 {
    background-color: #53565a;
    background-image: none;
    background-size: auto;
  }

  .slide-12 {
    background-image: linear-gradient(#53565a, #53565a);
  }

  .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19, .slide-1-2, .slide-1-3 {
    background-image: none;
  }

  .div-block-9 {
    margin-bottom: 60px;
  }

  .list-11 {
    margin-top: 20px;
    margin-right: 15px;
  }

  .columns-7 {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-56 {
    padding-top: 10px;
  }

  .leadership-training-card-copy {
    flex: none;
    height: 100%;
    margin-top: 0;
    padding: 15px 0 15px 40px;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .button-7 {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 50px 40px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 13px;
    font-size: 17px;
  }

  .container-default, .container-default.about-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-styleguide {
    padding-top: 140px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .paragraph-large._404 {
    margin-bottom: 40px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.large {
    padding-left: 54px;
    padding-right: 54px;
  }

  .button-primary.full-width.add-cart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 25px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.contact-form-button {
    margin-top: 10px;
  }

  .button-primary._2-buttons {
    margin-right: 20px;
  }

  .button-primary._2-buttons._404 {
    flex: 1;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-secondary.large {
    padding-left: 54px;
    padding-right: 54px;
  }

  .button-secondary.category {
    padding: 13px 16px;
    font-size: 16px;
  }

  .button-secondary.category.w--current {
    margin-right: 18px;
  }

  .button-secondary.full-width.buy-now {
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary._2-buttons._404 {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button-secondary.category-light {
    padding: 13px 16px;
    font-size: 16px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-logo {
    width: 178px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 39px;
  }

  .menu-button, .menu-button:hover, .menu-button.w--open {
    background-color: var(--pantone-143);
  }

  .nav-menu {
    background-color: var(--blue);
  }

  .footer {
    padding-bottom: 44px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.utility-page {
    padding-top: 140px;
  }

  .section.home-hero {
    padding-top: 167px;
    padding-bottom: 180px;
  }

  .section.home-ministers {
    padding-top: 70px;
    padding-bottom: 128px;
  }

  .section.home-about-section-1, .section.home-about-section-2 {
    padding-top: 40px;
    padding-bottom: 417px;
  }

  .section.bg-neutral-800.contact {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.cta {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.about-hero {
    padding-top: 148px;
    padding-bottom: 127px;
  }

  .section.story {
    padding-top: 69px;
  }

  .section.mission {
    padding-top: 90px;
    padding-bottom: 76px;
  }

  .section.events {
    padding-top: 135px;
  }

  .section.schedule-hero {
    padding-top: 140px;
  }

  .section.schedule {
    padding-top: 88px;
    padding-bottom: 151px;
  }

  .section.training {
    padding-top: 153px;
    padding-bottom: 0;
  }

  .section.more-ministries {
    padding-top: 0;
  }

  .section.blog-hero {
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .section.blog {
    padding-top: 72px;
    padding-bottom: 100px;
  }

  .section.post-hero {
    padding-top: 183px;
  }

  .section.post {
    padding-bottom: 86px;
  }

  .section.latest-posts {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .section.donations {
    padding-top: 59px;
    padding-bottom: 0;
  }

  .section.purposes {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.donation {
    padding-top: 140px;
  }

  .section.blog-category {
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .utility-page-wrap {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .utility-page-wrap._404 {
    padding-bottom: 98px;
  }

  .utility-page-content-password {
    padding: 47px 35px 54px;
  }

  .input.add-cart-quantity {
    margin-bottom: 23px;
  }

  ._404-title {
    font-size: 125px;
  }

  .container-medium-761px.changelog {
    margin-top: -150px;
  }

  .divider.footer-content-top {
    margin-top: 58px;
    margin-bottom: 75px;
  }

  .divider.footer-content-bottom {
    margin-top: 81px;
  }

  .divider.card-location-featured {
    margin-top: 33px;
    margin-bottom: 40px;
  }

  .divider.post {
    background-color: #0000;
    margin-bottom: 60px;
  }

  .icon-password {
    width: 117px;
    min-width: 117px;
    min-height: 117px;
    max-height: 117px;
    margin-bottom: 35px;
  }

  .paragraph.password {
    margin-bottom: 30px;
  }

  .paragraph.c.home-hero {
    margin-bottom: 35px;
  }

  .paragraph.home-about-section-1, .paragraph.home-about-section-2 {
    margin-bottom: 40px;
  }

  .paragraph.testimonials, .paragraph.training-item-summary {
    margin-bottom: 35px;
  }

  .paragraph.card-pastor {
    margin-bottom: 23px;
  }

  .paragraph.card-statement {
    margin-bottom: 27px;
  }

  .paragraph.color-neutral-100.ministry {
    margin-bottom: 35px;
  }

  .paragraph.color-neutral-100.donation {
    margin-bottom: 40px;
  }

  .paragraph.color-neutral-100.contact {
    margin-bottom: 26px;
  }

  .paragraph.card-event, .paragraph.card-donation {
    margin-bottom: 30px;
  }

  .paragraph.card-donation-page {
    margin-bottom: 23px;
  }

  .card {
    width: 93%;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-about-section-1, .card.home-about-section-2 {
    padding: 56px 35px;
  }

  .card.testimonial {
    max-width: 95%;
    margin-top: -114px;
    padding: 48px 43px;
  }

  .card.story {
    margin-top: -135px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 63px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.mission {
    margin-top: -135px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 63px 30px 14px;
  }

  .card.statement {
    flex-direction: column;
    padding: 47px 35px;
  }

  .card.location-featured {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 53px 35px;
  }

  .card.location {
    flex-direction: column;
  }

  .card.event {
    max-width: 95%;
    margin-top: -73px;
    padding: 40px 35px 50px;
  }

  .card.ministry-featured {
    max-width: 100%;
    padding: 40px 40px 45px;
    position: static;
  }

  .card.ministry-about-sidebar.mobile {
    margin-bottom: 80px;
    padding: 40px;
  }

  .card.post-featured {
    margin-top: -70px;
    padding: 58px 47px;
  }

  .card.post-item-card {
    max-width: 550px;
    margin-top: -60px;
    margin-left: 20px;
    padding: 40px 35px;
  }

  .card.donation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.purpose {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.donation-page {
    min-height: 490px;
    padding: 50px 38px 69px;
  }

  .card.contact {
    min-height: 938px;
    padding: 25px 20px 48px;
  }

  .card.faq {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card.default {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card._404 {
    padding: 82px 35px 83px;
  }

  .card.default-copy {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.color-neutral-100.latest-event {
    max-width: 575px;
  }

  .title.color-neutral-100.cta {
    margin-bottom: 40px;
  }

  .title.color-neutral-100.about-hero, .title.color-neutral-100.pastors {
    margin-bottom: 15px;
  }

  .title.color-neutral-100.donation {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.category {
    margin-right: 10px;
  }

  .title.color-neutral-100.category-subtitle {
    font-size: 42px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-testimonial {
    margin-bottom: 20px;
  }

  .title.footer-menu-title {
    margin-bottom: 35px;
  }

  .title.footer-location-title {
    font-size: 20px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .title.story, .title.mission {
    margin-bottom: 15px;
  }

  .title.card-pastor {
    margin-bottom: 8px;
  }

  .title.card-statement {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 37px;
  }

  .title.post-hero {
    max-width: 554px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
  }

  .title.card-donation {
    font-size: 35px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.faqs {
    margin-bottom: 40px;
  }

  .title._404 {
    font-size: 36px;
  }

  .title.category {
    margin-right: 10px;
  }

  .title.category-subtitle {
    font-size: 42px;
  }

  .split-content.testimonials-content {
    margin-bottom: 70px;
  }

  .split-content.content-top-instagram-gallery-left, .split-content.content-top-blog-content {
    margin-bottom: 35px;
  }

  .split-content.content-top-latest-posts-left {
    margin-bottom: 35px;
    margin-right: 35px;
  }

  .split-content.content-top-latest-posts-right {
    margin-bottom: 35px;
  }

  .split-content.donation-content {
    margin-bottom: 50px;
  }

  .split-content.contact-content {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-content.content-top-blog-category-content {
    margin-bottom: 35px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.latest-event-video {
    margin-bottom: 50px;
  }

  .image-wrapper.testimonial-image {
    max-width: 80%;
  }

  .image-wrapper.ministry-item-image {
    margin-bottom: 35px;
  }

  .image-wrapper.card-location {
    max-width: 100%;
  }

  .image-wrapper.event {
    clear: both;
    height: 250px;
    position: relative;
  }

  .image-wrapper.ministry-featured {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.card-purpose {
    width: 88px;
    min-width: 88px;
    min-height: 88px;
    max-height: 88px;
    margin-bottom: 15px;
  }

  .image-wrapper.contact-link {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image.home-about-section-2 {
    object-position: 50% 20%;
  }

  .image.card-statement-icon {
    width: 82px;
    min-width: 82px;
    min-height: 82px;
    max-height: 82px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.about-location-icon {
    margin-right: 10px;
  }

  .image.event {
    clear: both;
    display: block;
    position: relative;
  }

  .image.ministry-featured {
    min-height: auto;
  }

  .header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg.ministry {
    min-height: 30%;
    padding-bottom: 0;
  }

  .bg.ministry-filter {
    padding-bottom: 0;
  }

  .bg.donations {
    min-height: 28%;
  }

  .bg.style-guide {
    min-height: 95px;
  }

  .bg._401, .bg._404 {
    min-height: 440px;
  }

  .bg.donation-category {
    min-height: 460px;
  }

  .bg.blog-category {
    min-height: 48%;
  }

  .container-medium-788px.latest-event {
    margin-bottom: 40px;
  }

  .flex-vc.home-ministers {
    align-items: flex-start;
  }

  .content-top.home-ministers {
    margin-bottom: 140px;
  }

  .content-top.instagram-gallery {
    margin-bottom: 50px;
  }

  .content-top.more-ministries {
    margin-bottom: 140px;
  }

  .content-top.blog {
    text-align: left;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.latest-posts {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .content-top.blog-category {
    text-align: left;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .training-slider {
    margin-bottom: 40px;
  }

  .accent-shape {
    margin-bottom: 22px;
  }

  .accent-shape.blog {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-event-video-button {
    width: 24%;
    min-width: 24%;
    min-height: 42%;
    max-height: 42%;
  }

  .slider-testimonials-left-arrow {
    bottom: 55px;
    right: 110px;
  }

  .slider-testimonials-right-arrow {
    bottom: 55px;
    right: 44px;
  }

  .training-slider-mask {
    max-width: 100%;
  }

  .ministry-item-content-top {
    margin-bottom: 10px;
  }

  .training-slider-left-arrow {
    top: -108px;
    left: 0;
    right: auto;
  }

  .training-slider-right-arrow {
    top: -108px;
    left: 91px;
    right: auto;
  }

  .footer-content-top {
    text-align: left;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    grid-template-columns: 2.5fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content-bottom {
    text-align: center;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .footer-description-wrapper {
    margin-bottom: 40px;
  }

  .footer-newsletter-form-block {
    max-width: none;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
    grid-template-rows: auto;
    margin-bottom: 10px;
  }

  .footer-menu-wrapper {
    margin-bottom: 60px;
  }

  .footer-small-print {
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }

  .footer-social-media-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -35px;
    padding-top: 30px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .header-menu-button-icon-wrapper:hover {
    background-color: var(--pantone-143);
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-100);
  }

  .about-hero-wrapper {
    max-width: 100%;
  }

  .container-medium-604px.pastors {
    margin-bottom: 40px;
  }

  .pastors-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .card-pastor-content {
    padding: 28px 35px 48px;
  }

  .card-pastor-rol {
    margin-bottom: 20px;
  }

  .statement-title-wrapper {
    margin-bottom: 50px;
  }

  .more-locations-title-wrapper {
    margin-bottom: 40px;
  }

  .location-link {
    font-size: 16px;
  }

  .location-link-icon {
    margin-right: 10px;
  }

  .about-location-wrapper {
    font-size: 16px;
  }

  .instagram-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-medium-636px.events {
    margin-bottom: 50px;
  }

  .events-grid {
    grid-row-gap: 0px;
    grid-template-rows: minmax(0, 1.25fr);
  }

  .event-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .card-event-content-top {
    margin-bottom: 16px;
  }

  .container-medium-641px.schedule-hero, .container-small-584px.schedule {
    margin-bottom: 50px;
  }

  .schedule-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .card-ministry-featured-content-top {
    margin-bottom: 10px;
  }

  .training-content-top {
    margin-bottom: 80px;
  }

  .card-training-about-sidebar-wrapper._1 {
    padding-bottom: 28px;
    padding-right: 0;
  }

  .card-training-about-sidebar-wrapper._4 {
    padding-top: 28px;
    padding-left: 0;
  }

  .card-training-about-sidebar-wrapper._2 {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0;
  }

  .card-training-about-sidebar-wrapper._3 {
    border-bottom-width: 1px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 0;
  }

  .card-training-about-sidebar-text {
    font-size: 22px;
  }

  .card-training-about-sidebar-text.location {
    top: 0;
  }

  .training-cost-name {
    font-size: 22px;
  }

  .card-training-about-sidebar-grid {
    grid-template-columns: 1fr;
  }

  .container-medium-766px.blog-hero {
    margin-bottom: 60px;
  }

  .blog-grid {
    grid-row-gap: 40px;
  }

  .card-post-featured-content-top, .card-post-item-content-top {
    margin-bottom: 10px;
  }

  .category-item {
    margin-right: 18px;
  }

  .post-hero-wrapper {
    padding: 44px 30px;
  }

  .post-hero-content-top {
    margin-bottom: 25px;
  }

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text p {
    margin-bottom: 27px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .container-medium-705px.donations {
    margin-bottom: 87px;
    padding-top: 60px;
  }

  .donations-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-bottom: 53px;
  }

  .container-medium-845px.purposes {
    margin-bottom: 40px;
  }

  .information-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-donation-price {
    font-size: 33px;
  }

  .card-donation-page-content-top {
    margin-bottom: 35px;
  }

  .add-cart-option-list {
    margin-bottom: 23px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .category-title-wrapper.blog-category {
    justify-content: flex-start;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .list {
    font-size: 16px;
    line-height: 1.5em;
  }

  .list-2 {
    float: left;
    white-space: nowrap;
  }

  .tab_active, .tab_active.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr 1fr;
  }

  .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-weight: 800;
  }

  .container-4, .custom_itinerary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom_itinerary.link {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    padding-right: 20px;
  }

  .leadership-training-card {
    clear: both;
    width: 80%;
    height: 68%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 20px;
    position: relative;
  }

  .link-12 {
    text-align: center;
    white-space: nowrap;
  }

  .location-additional-info {
    margin-bottom: 20px;
  }

  .html-embed-3 {
    display: none;
    overflow: visible;
  }

  .tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    float: none;
    font-size: 16px;
  }

  .list-4 {
    float: left;
    clear: none;
    white-space: normal;
    padding-left: 0;
    font-size: 16px;
  }

  .column-3 {
    font-size: 16px;
  }

  .list-item-2 {
    white-space: nowrap;
  }

  .list-item-3 {
    white-space: normal;
  }

  .list-item-4 {
    margin-top: 38px;
  }

  .list-item-5 {
    margin-top: 39px;
  }

  .list-item-6 {
    padding-top: 29px;
  }

  .list-item-7 {
    margin-top: 38px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    font-size: 16px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-8, .list-item-9 {
    margin-top: 39px;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .column-11, .column-12 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .container-11, .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .slide-11 {
    background-color: #53565a;
    background-image: none;
  }

  .body-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    display: block;
  }

  .list-11 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .text-block-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    padding-bottom: 20px;
  }

  .image-5, .image-6 {
    padding-bottom: 10px;
  }

  .bold-text-15 {
    padding-left: 0;
  }

  .paragraph-56 {
    padding-top: 10px;
  }

  .image-7, .image-8 {
    padding-bottom: 10px;
  }

  .leadership-training-card-copy {
    clear: both;
    width: 90%;
    height: 55%;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 100px;
    padding-right: 20px;
    position: relative;
  }

  .washington-s-circle-modules {
    margin-bottom: 20px;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle {
    white-space: pre-wrap;
  }

  .button-7 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-19 {
    padding-bottom: 10px;
  }

  .text-block-19 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-55 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 31px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  blockquote {
    padding: 40px 25px;
    font-size: 20px;
  }

  .container-default {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.events {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.ministry {
    margin-bottom: 0;
  }

  .section-styleguide {
    padding-top: 130px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .container-small-left {
    padding-right: 16px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-large.card-testimonial-name {
    font-size: 18px;
  }

  .paragraph-large._404 {
    margin-bottom: 35px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.small.footer-newsletter {
    background-color: var(--neutral-100);
    color: var(--neutral-800);
    margin-top: 20px;
    padding: 24px 25px;
    position: static;
  }

  .button-primary.small.footer-newsletter:hover {
    background-color: var(--blue);
  }

  .button-primary.large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.full-width.add-cart {
    width: 100%;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 0;
  }

  .button-primary.post-category {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .button-primary.contact-form-button {
    margin-top: 5px;
  }

  .button-primary._2-buttons._404 {
    margin-right: 0;
  }

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary.large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-secondary.full-width.buy-now {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    width: 175px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 24px;
  }

  .nav-link {
    text-align: left;
    font-size: 25px;
  }

  .menu-button {
    width: 45px;
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
    padding: 10px;
    font-size: 26px;
  }

  .menu-button:hover {
    background-color: var(--pantone-143);
  }

  .nav-menu {
    background-color: var(--blue);
  }

  .footer {
    padding-bottom: 36px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 20px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.utility-page {
    padding-top: 120px;
  }

  .section.home-hero {
    padding-top: 137px;
    padding-bottom: 144px;
  }

  .section.home-ministers {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .section.home-about-section-1 {
    padding-top: 33px;
    padding-bottom: 210px;
  }

  .section.home-about-section-2 {
    padding-top: 33px;
    padding-bottom: 334px;
  }

  .section.bg-neutral-800.contact {
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.cta {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.about-hero {
    padding-top: 124px;
    padding-bottom: 100px;
  }

  .section.story {
    padding-top: 55px;
  }

  .section.mission {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.events {
    padding-top: 60px;
  }

  .section.schedule-hero {
    padding-top: 128px;
  }

  .section.schedule {
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .section.training {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.blog-hero {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .section.blog {
    padding-top: 60px;
    padding-bottom: 82px;
  }

  .section.post-hero {
    padding-top: 152px;
  }

  .section.post {
    padding-bottom: 70px;
  }

  .section.latest-posts {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.donations {
    padding-top: 123px;
    padding-bottom: 0;
  }

  .section.purposes {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.donation {
    padding-top: 125px;
  }

  .section.faqs {
    padding-top: 80px;
  }

  .section.blog-category {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding: 120px 16px 72px;
  }

  .utility-page-wrap._404 {
    padding-bottom: 79px;
  }

  .utility-page-content-password {
    padding: 40px 25px 45px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .input.footer-newsletter {
    min-height: 64px;
  }

  .input.add-cart-quantity {
    margin-bottom: 20px;
  }

  ._404-title {
    font-size: 100px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -125px;
  }

  .divider.footer-content-top {
    margin-top: 49px;
    margin-bottom: 63px;
  }

  .divider.footer-content-bottom {
    margin-top: 68px;
  }

  .divider.card-location-featured {
    margin-top: 28px;
    margin-bottom: 33px;
  }

  .divider.card-location {
    margin-top: 20px;
    margin-bottom: 21px;
  }

  .divider.post {
    margin-bottom: 50px;
  }

  .icon-password {
    margin-bottom: 30px;
  }

  .paragraph {
    padding-bottom: 43px;
  }

  .paragraph.c.home-hero {
    padding-bottom: 0;
    font-size: 20px;
  }

  .paragraph.c.about-hero, .paragraph.c.about-hero-copy {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .paragraph.home-about-section-1, .paragraph.home-about-section-2 {
    margin-bottom: 35px;
  }

  .paragraph.training-item-summary {
    margin-bottom: 30px;
  }

  .paragraph.footer-location-paragraph {
    font-size: 16px;
  }

  .paragraph.card-pastor {
    margin-bottom: 20px;
  }

  .paragraph.card-statement {
    margin-bottom: 23px;
  }

  .paragraph.color-neutral-100.ministry {
    width: 100%;
    max-width: 420px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .paragraph.color-neutral-100.donation {
    margin-bottom: 35px;
  }

  .paragraph.card-event {
    margin-bottom: 25px;
  }

  .paragraph.card-ministry-featured {
    max-width: 375px;
    margin-bottom: 30px;
  }

  .paragraph.card-donation {
    margin-bottom: 25px;
  }

  .paragraph.card-purpose {
    padding-bottom: 0;
  }

  .paragraph.card-donation-page {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    padding-bottom: 9px;
  }

  .card {
    width: 100%;
    min-height: 400px;
    margin-left: 0;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-about-section-1 {
    padding: 47px 25px;
  }

  .card.home-about-section-1.home-location {
    width: 100%;
  }

  .card.home-about-section-2 {
    padding: 47px 25px;
  }

  .card.testimonial {
    margin-top: -70px;
    padding: 40px 25px;
  }

  .card.story {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 53px;
    padding-left: 0;
    padding-right: 0;
  }

  .card.mission {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 53px 0 20px;
  }

  .card.statement {
    margin-bottom: 40px;
    padding: 40px 25px;
  }

  .card.location-featured {
    padding: 44px 25px;
  }

  .card.event {
    max-width: 100%;
    margin-top: 0;
    padding-top: 33px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.ministry-featured {
    padding: 33px 25px 38px;
  }

  .card.ministry-about-sidebar.mobile {
    margin-bottom: 60px;
    padding: 33px 25px;
  }

  .card.post-featured {
    max-width: 100%;
    margin-top: 0;
    padding: 40px 25px 48px;
  }

  .card.post-item-card {
    margin-top: 0;
    margin-left: 0;
    padding: 33px 25px;
  }

  .card.donation {
    padding: 42px 25px;
  }

  .card.purpose {
    padding: 27px 25px 33px;
  }

  .card.donation-page {
    min-height: 569px;
    padding: 42px 25px 58px;
  }

  .card.contact {
    min-height: 922px;
    margin-left: 0;
    padding: 20px 25px 40px;
  }

  .card.faq {
    padding: 28px 25px;
  }

  .card.default {
    padding: 35px 25px;
  }

  .card._404 {
    padding-top: 68px;
    padding-bottom: 70px;
  }

  .card.default-copy {
    padding: 35px 25px;
  }

  .checkout-form {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title.order-item-title {
    font-size: 18px;
  }

  .title.color-neutral-100.cta {
    margin-bottom: 35px;
  }

  .title.color-neutral-100.about-hero, .title.color-neutral-100.pastors {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.ministry {
    margin-bottom: 0;
    font-size: 30px;
  }

  .title.color-neutral-100.category-subtitle {
    font-size: 35px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.card-testimonial {
    margin-bottom: 15px;
  }

  .title.h4-size.card-faq {
    margin-right: 10px;
  }

  .title.footer-menu-title {
    margin-bottom: 30px;
  }

  .title.footer-location-title {
    font-size: 18px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 30px;
  }

  .title.story, .title.mission {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 31px;
  }

  .title.h2-size.location-featured {
    margin-bottom: 10px;
  }

  .title.post-hero {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .title.card-donation {
    font-size: 26px;
  }

  .title.card-purpose {
    font-size: 18px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title._404 {
    font-size: 30px;
  }

  .title.category-subtitle {
    font-size: 35px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.testimonials-content {
    margin-bottom: 60px;
  }

  .split-content.statement-right {
    margin-bottom: -40px;
  }

  .split-content.content-top-instagram-gallery-left, .split-content.content-top-blog-content {
    margin-bottom: 30px;
  }

  .split-content.content-top-latest-posts-left {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .split-content.content-top-latest-posts-right {
    margin-bottom: 0;
  }

  .split-content.donation-content {
    margin-bottom: 40px;
  }

  .split-content.contact-content {
    margin-bottom: 50px;
  }

  .split-content.content-top-blog-category-content {
    margin-bottom: 30px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-direction: column;
  }

  .image-wrapper.home-about-section-1, .image-wrapper.home-about-section-2 {
    max-height: 40%;
  }

  .image-wrapper.latest-event-video {
    margin-bottom: 40px;
  }

  .image-wrapper.testimonial-image {
    max-width: 90%;
  }

  .image-wrapper.ministry-item-image {
    margin-bottom: 30px;
  }

  .image-wrapper.footer-location-image {
    height: auto;
    min-height: auto;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .image-wrapper.event {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-wrapper.minister-leader-image {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    max-height: 53px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.card-purpose {
    clear: none;
    flex-wrap: nowrap;
    width: 73px;
    min-width: 73px;
    min-height: 73px;
    max-height: 73px;
    display: flex;
  }

  .image-wrapper.contact-link {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 10px;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-size: auto, cover;
    flex: none;
    order: 0;
    align-self: auto;
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .image.ministry-item-date-icon {
    max-width: 20px;
    margin-right: 6px;
  }

  .image.card-statement-icon {
    width: 68px;
    min-width: 68px;
    min-height: 68px;
    max-height: 68px;
    margin-bottom: 20px;
  }

  .image.card-ministry-about-sidebar-icon {
    max-width: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image.card-purpose {
    clear: none;
    flex: 0 auto;
    display: block;
  }

  .image.style-guide-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .bg.events {
    min-height: 17%;
  }

  .bg.ministry {
    aspect-ratio: auto;
    mix-blend-mode: normal;
    background-image: linear-gradient(#000, #fff);
    justify-content: center;
    align-items: center;
    min-height: 28%;
    padding-bottom: 0;
  }

  .bg.ministry-filter {
    flex: 1;
    inset: 0%;
  }

  .bg.blog-hero {
    min-height: 65%;
  }

  .bg.post-hero {
    min-height: 28%;
    max-height: 28%;
  }

  .bg.donations {
    min-height: 630px;
  }

  .bg.style-guide {
    min-height: 85px;
  }

  .container-medium-788px {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._2-buttons-wrapper.about-hero {
    flex-direction: column;
    display: flex;
  }

  .home-hero-shape {
    min-height: 36px;
    max-height: 36px;
  }

  .flex-vc, .flex-vc.home-ministers {
    align-items: stretch;
  }

  .content-top.home-ministers {
    margin-bottom: 112px;
  }

  .content-top.instagram-gallery {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.more-ministries {
    margin-bottom: 112px;
  }

  .content-top.latest-posts {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .training-slider {
    margin-bottom: -19px;
  }

  .accent-shape {
    margin-bottom: 20px;
  }

  .container-large-1042px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-testimonial-location {
    font-size: 16px;
  }

  .cta-wrapper {
    align-items: stretch;
  }

  .slider-testimonials-left-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    bottom: -24px;
    right: 90px;
  }

  .slider-testimonials-right-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    bottom: -24px;
    right: 27px;
  }

  .ministry-item-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .link-underline {
    font-size: 16px;
  }

  .underline-wrapper {
    margin-top: 10px;
  }

  .ministry-item-content-top-divider {
    width: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .ministry-item-date-wrapper {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .training-slider-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    top: -91px;
  }

  .training-slider-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    top: -91px;
    left: 79px;
  }

  .footer-content {
    display: flex;
  }

  .footer-description-wrapper {
    margin-bottom: 35px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-menu-wrapper {
    margin-right: 50px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    margin-top: 25px;
    font-size: 16px;
  }

  .footer-location-content {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-location {
    flex-wrap: wrap;
    min-width: auto;
    margin-bottom: -15px;
    display: flex;
  }

  .error-message.cart {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -32px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu-button-icon-wrapper {
    background-color: var(--pantone-143);
  }

  .icon-wrapper {
    background-color: #0000;
    width: 20px;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-100);
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .story-wrapper, .mission-wrapper {
    align-items: stretch;
  }

  .container-medium-604px, .container-medium-986px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-pastor-content {
    padding: 23px 25px 40px;
  }

  .card-pastor-rol {
    margin-bottom: 15px;
  }

  .statement-title-wrapper {
    margin-bottom: 40px;
  }

  .more-locations-title-wrapper {
    margin-bottom: 35px;
  }

  .location-featured-wrapper {
    align-items: stretch;
  }

  .card-location-content {
    padding: 32px 25px;
  }

  .instagram-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-medium-636px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-636px.events {
    margin-bottom: 40px;
  }

  .events-grid {
    grid-row-gap: 0px;
  }

  .event-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -50px;
    display: block;
  }

  .card-event-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .card-event-content-top-divider {
    width: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-event-date-wrapper {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .container-medium-641px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-641px.schedule-hero {
    margin-bottom: 40px;
  }

  .container-large-1094px, .container-small-584px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-584px.schedule {
    margin-bottom: 40px;
  }

  .schedule-grid {
    grid-row-gap: 65px;
  }

  .card-ministry-featured-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .training-content-top {
    margin-bottom: 60px;
  }

  .card-training-about-sidebar-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .card-training-about-sidebar-content {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .card-training-about-sidebar-text {
    margin-bottom: 10px;
    font-size: 20px;
    top: 5px;
  }

  .card-training-about-sidebar-text.location {
    max-width: 286px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .training-cost-link {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .training-cost-name {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .container-medium-766px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-766px.blog-hero {
    margin-bottom: 50px;
  }

  .card-post-featured-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 16px;
  }

  .card-post-featured-content-top-divider {
    width: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-post-featured-category, .card-post-featured-date {
    margin-bottom: 10px;
  }

  .card-post-item-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 14px;
  }

  .card-post-item-content-top-divider {
    width: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-post-item-category, .card-post-item-date {
    margin-bottom: 10px;
  }

  .post-hero-wrapper {
    padding: 35px 25px;
  }

  .container-medium-838px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-hero-content-top {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .post-date {
    margin-bottom: 15px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 23px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .rich-text figcaption {
    margin-top: 10px;
    font-size: 16px;
  }

  .container-medium-705px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-705px.donations {
    margin-bottom: 40px;
  }

  .donations-grid {
    margin-bottom: 44px;
  }

  .container-medium-845px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .information-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .card-information-content {
    clear: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
    position: static;
  }

  .card-donation-price {
    font-size: 28px;
  }

  .card-donation-page-content-top {
    margin-bottom: 30px;
  }

  .add-cart-option-list {
    margin-bottom: 20px;
  }

  .select-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: column;
  }

  .container-medium-840px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-link-text {
    font-size: 13px;
  }

  .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .space.card-faq {
    min-height: 10px;
  }

  .cart-footer, .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-order-item {
    flex-direction: column;
  }

  .list {
    font-size: 14px;
  }

  .multimedia_event {
    font-size: 16px;
    line-height: 1.35em;
  }

  .list-2 {
    font-size: 14px;
    line-height: 1.25em;
  }

  .section-3.itinerary_callout {
    padding-bottom: 35px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    margin-top: 40px;
    display: inline-block;
  }

  .list-3 {
    font-size: 20px;
  }

  .container-15 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-7 {
    text-align: left;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 800;
  }

  .heading-8 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
  }

  .grid-2 {
    width: 100%;
  }

  .html-embed-2 {
    width: 100%;
    display: block;
  }

  .gallery {
    margin-left: 20px;
  }

  .section-7 {
    margin-top: 0;
  }

  .heading-9 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leadership-training-card {
    width: 100%;
    height: 62%;
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }

  .link-11.training-multimedia-link {
    font-size: 20px;
    line-height: .8em;
  }

  .link-12 {
    white-space: normal;
  }

  .location-additional-info {
    flex-flow: row;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
  }

  .contact-hero-image {
    max-height: 100%;
  }

  .div-block-3 {
    padding-top: 40px;
  }

  .list-4 {
    float: left;
    clear: none;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.25em;
  }

  .column-3 {
    text-align: right;
    font-size: 14px;
  }

  .list-item-4, .list-item-5 {
    margin-top: 60px;
  }

  .list-item-6 {
    padding-top: 53px;
  }

  .list-item-7 {
    margin-top: 60px;
  }

  .list-item-8 {
    margin-top: 26px;
  }

  .list-item-9 {
    margin-top: 43px;
  }

  .text-block-12 {
    float: none;
  }

  .list-5 {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.25em;
  }

  .text-block-13, .text-block-14 {
    margin-bottom: 10px;
  }

  .list-6 {
    font-size: 14px;
    line-height: 1.25em;
  }

  .list-item-10 {
    margin-top: 25px;
  }

  .list-7 {
    font-size: 14px;
    line-height: 1.25em;
  }

  .list-item-11 {
    margin-top: 26px;
  }

  .list-8 {
    font-size: 14px;
    line-height: 1.25em;
  }

  .list-item-12 {
    margin-top: 25px;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    padding-left: 0;
  }

  .list-item-13 {
    margin-top: 0;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-9 {
    padding-right: 0;
  }

  .list-9 {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.25em;
  }

  .column-10 {
    padding-right: 0;
  }

  .list-item-14 {
    margin-top: 25px;
  }

  .list-item-15 {
    margin-top: 26px;
  }

  .column-11, .column-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-15 {
    color: var(--blue);
    text-decoration: underline;
  }

  .link-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
    padding-top: 20px;
    padding-left: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-5, .grid-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-11 {
    background-color: #53565a;
    background-image: none;
  }

  .slider-5 {
    height: 550px;
    display: block;
  }

  .slide-12 {
    background-image: none;
  }

  .rich-text-block {
    margin-bottom: 0;
    font-size: 17px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .list-item-41 {
    padding-top: 15px;
  }

  .list-11 {
    padding-top: 20px;
  }

  .bold-text-11 {
    font-size: 28px;
  }

  .paragraph-54 {
    margin-bottom: 10px;
  }

  .paragraph-55 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    text-align: left;
    margin-top: 30px;
  }

  .code-embed {
    margin-left: 10px;
  }

  .image-3 {
    padding-bottom: 20px;
  }

  .columns-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-5 {
    padding: 0;
  }

  .image-6 {
    padding: 10px 0 0;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-56, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-25, .paragraph-68 {
    padding-left: 0;
    padding-right: 0;
  }

  .leadership-training-card-copy {
    width: 100%;
    height: 62%;
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }

  .washington-s-circle-modules {
    flex-flow: row;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
  }

  .dropdown-3 {
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible;
  }

  .accordion-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    white-space: pre-wrap;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1em;
    overflow: visible;
  }

  .dropdown-list-2 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .accordion-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-69 {
    margin-top: 10px;
  }

  .text-block-18 {
    white-space: normal;
    overflow-wrap: normal;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-11 {
    height: 40px;
  }

  .button-7 {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-19, .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: auto;
    max-width: none;
    min-height: auto;
  }
}

#w-node-b281568b-2346-839d-830f-1b6e2a50b0d0-ae2f46c5, #w-node-e4dd0704-904a-05fe-fcb3-85a0672dc76f-368f710c, #w-node-c23aa041-0aa1-ca76-1424-556a3de1ff3c-368f710c, #w-node-_132750e1-c04d-3d74-d908-a89b128302a9-368f710c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddab9140-d8ab-75d3-0786-bdea0ac12c77-368f710c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c0cfe35-9797-a83f-da07-ac3b628db7dc-368f710c, #w-node-_17523c05-fd9b-7270-4c46-eba1dbf25843-368f710c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6f2ec4-77b3-de3a-4b19-c1b75f5c6619-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30a70e56-6486-75ca-fe6e-6cbff055bc9a-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7aa1122-1326-8b20-0128-e0d1cb530818-228f7112, #w-node-cf2f44f0-308d-2a06-ee29-8fd8ad088411-228f7112, #w-node-_70d5b02d-ea40-74bf-23ec-d55dcc0bc437-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2c2a7f01-1729-2406-f767-502affd12b97-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d736e26-c207-0cf0-f275-417ce2514633-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_34630361-cef2-5dd9-99cb-f369482054e8-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77962bd5-6540-d729-ad65-c8b2fa03fb52-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a55f42e2-ec70-7a6a-3e53-56c2abbfe2db-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cae4200-c27e-5b4b-e325-7776549e79e6-228f7112, #w-node-_912e2a73-63dc-c09a-1124-9cf61bc211e6-228f7112, #w-node-_9e7c1a1b-3ed5-f00e-cd09-e806a50aca61-228f7112 {
  justify-self: end;
}

#w-node-_6c18322c-699f-184c-8bf4-9c65daa7157f-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdade9c2-b990-5f9a-17b7-a7c4620cd6d1-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f806181a-9b68-3bb7-5445-314fac81377b-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46050cca-7f8a-e295-96b4-440f0149ab48-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c082ee7-d275-baac-92df-5cfbe0006907-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc3d382e-8c8e-0350-c73a-147d9dc9ae34-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c5bca6c0-028e-9ee1-aea3-f083d43970f5-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1347e2e-47c0-2c31-6e15-3add3738034a-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14242274-2033-a0c2-1c73-7884049689be-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7615b40-d71f-802a-a68a-55ef6484f0c2-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f5799edc-c881-d63a-2ed0-27c03414f9d8-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3715af4-1ded-5884-ba13-97d053196d98-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb74734c-ec0b-979c-4de7-f44b8c42b4a0-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fe2feea-05b8-1273-405f-1abb5903ea19-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_02567d67-0d9a-88c1-f598-786535c3f9bd-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596c5759-af47-5d58-fe60-4edeba36325c-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9caed9ea-7a8c-c12f-ef81-c378a149d2aa-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bab88c90-596d-016f-45fb-72315ce18e1a-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dd8bccbc-28e4-abf7-0ebf-d129c279e908-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9838928b-7874-00d4-4bc3-d5fba8611380-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_674f00a8-e6e2-21a6-052d-995355765b66-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c285a5e8-8d14-edb6-3532-128850d100a5-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fd0e87cf-f509-dd27-cdb7-77b0d5dba2a7-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e646f78a-408b-532c-2585-5bcd0db8fc3f-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1d1f1596-c4fc-3738-6e2b-8e44ec1fc3cb-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c768510-616d-c7ad-7e4d-9562cfdf2b8e-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1a401c52-17d5-5a13-7004-aeef24c0bf39-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e35153f7-77c1-72aa-4e44-13ea2ec884bc-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_701836a5-e019-2a49-9d84-c107f21cc547-228f7112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-248f7114, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-248f7114, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-248f7114, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-248f7114, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-248f7114, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-248f7114 {
  align-self: end;
}

#w-node-_9faad652-af8e-de8c-6b08-437a39151bdd-46ae9f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-c8d4dd74-d7a5-6be1-93d8-3b554f9f1769-ef8f7101, #w-node-c8d4dd74-d7a5-6be1-93d8-3b554f9f176a-ef8f7101, #w-node-c8d4dd74-d7a5-6be1-93d8-3b554f9f176b-ef8f7101, #w-node-c8d4dd74-d7a5-6be1-93d8-3b554f9f176e-ef8f7101, #w-node-_288b8d70-1e56-80b2-1a3f-5b10b11cd99c-ef8f7101, #w-node-_288b8d70-1e56-80b2-1a3f-5b10b11cd99d-ef8f7101, #w-node-_288b8d70-1e56-80b2-1a3f-5b10b11cd99e-ef8f7101, #w-node-_288b8d70-1e56-80b2-1a3f-5b10b11cd9a1-ef8f7101, #w-node-_8f747f2a-9ef4-6122-aea2-1bf236887578-ef8f7101, #w-node-_8f747f2a-9ef4-6122-aea2-1bf236887579-ef8f7101, #w-node-_8f747f2a-9ef4-6122-aea2-1bf23688757a-ef8f7101, #w-node-_8f747f2a-9ef4-6122-aea2-1bf23688757d-ef8f7101, #w-node-fbd2e288-12e3-70fd-0ad6-a1fb63a3433e-ef8f7101, #w-node-fbd2e288-12e3-70fd-0ad6-a1fb63a3433f-ef8f7101, #w-node-fbd2e288-12e3-70fd-0ad6-a1fb63a34340-ef8f7101, #w-node-fbd2e288-12e3-70fd-0ad6-a1fb63a34343-ef8f7101, #w-node-_0c1517eb-d0ec-792f-bb80-51d589f6e70a-ef8f7101, #w-node-_0c1517eb-d0ec-792f-bb80-51d589f6e70b-ef8f7101, #w-node-_0c1517eb-d0ec-792f-bb80-51d589f6e70c-ef8f7101, #w-node-_0c1517eb-d0ec-792f-bb80-51d589f6e70f-ef8f7101, #w-node-_6c8ba3b1-bec0-4da8-b334-d57b241c7885-ef8f7101, #w-node-_6c8ba3b1-bec0-4da8-b334-d57b241c7886-ef8f7101, #w-node-_6c8ba3b1-bec0-4da8-b334-d57b241c7887-ef8f7101, #w-node-_6c8ba3b1-bec0-4da8-b334-d57b241c788a-ef8f7101, #w-node-_92566098-7908-6bf6-118d-c8b7fcfcf68b-ef8f7101, #w-node-_92566098-7908-6bf6-118d-c8b7fcfcf68c-ef8f7101, #w-node-_92566098-7908-6bf6-118d-c8b7fcfcf68d-ef8f7101, #w-node-_92566098-7908-6bf6-118d-c8b7fcfcf690-ef8f7101, #w-node-_22fd3cb3-1be6-dd9c-ee59-20ad585ca65f-ef8f7101, #w-node-_22fd3cb3-1be6-dd9c-ee59-20ad585ca660-ef8f7101, #w-node-_22fd3cb3-1be6-dd9c-ee59-20ad585ca661-ef8f7101, #w-node-_22fd3cb3-1be6-dd9c-ee59-20ad585ca664-ef8f7101, #w-node-_9bc87038-6032-6af2-6261-955af28a69f1-ef8f7101, #w-node-_9bc87038-6032-6af2-6261-955af28a69f2-ef8f7101, #w-node-_9bc87038-6032-6af2-6261-955af28a69f3-ef8f7101, #w-node-_9bc87038-6032-6af2-6261-955af28a69f6-ef8f7101, #w-node-_71bb6620-f5e5-efad-c239-6cf30287bb34-ef8f7101, #w-node-_71bb6620-f5e5-efad-c239-6cf30287bb35-ef8f7101, #w-node-_71bb6620-f5e5-efad-c239-6cf30287bb36-ef8f7101, #w-node-_71bb6620-f5e5-efad-c239-6cf30287bb39-ef8f7101, #w-node-_47e1fb6a-9dc7-1374-d477-14e2a4eec6d0-ef8f7101, #w-node-_47e1fb6a-9dc7-1374-d477-14e2a4eec6d1-ef8f7101, #w-node-_47e1fb6a-9dc7-1374-d477-14e2a4eec6d2-ef8f7101, #w-node-_0cae4200-c27e-5b4b-e325-7776549e79e6-228f7112, #w-node-_6d4f4ece-eb98-ebba-5b7e-3b97afc3f3d1-228f7112, #w-node-_912e2a73-63dc-c09a-1124-9cf61bc211e6-228f7112, #w-node-_4c182c32-3efa-7687-79d8-e6b45a5ce27b-228f7112, #w-node-_9e7c1a1b-3ed5-f00e-cd09-e806a50aca61-228f7112 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f90a87b-81a2-e167-42c9-56de6a5f7d4e-46ae9f6b {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


@font-face {
  font-family: 'Icons Church X Template';
  src: url('../fonts/icons-church-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}