.subpage--cfc {
  padding-top: 0;
}
.subpage--cfc::before {
  content: "";
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfc/bg_tan.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  padding-top: 70%;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 32em) {
  .subpage--cfc::before {
    padding-top: 20rem;
  }
}
@media (min-width: 48em) {
  .subpage--cfc::before {
    padding-top: 22.5rem;
  }
}
@media (min-width: 60em) {
  .subpage--cfc::before {
    padding-top: 27.5rem;
  }
}

.lp-top-banner {
  border-radius: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 60em) {
  .lp-top-banner {
    margin: 0 -2.5rem 3.125rem;
  }
}

.lp-top-banner__inset {
  display: flex;
  align-items: center;
}
@media (min-width: 48em) {
  .lp-top-banner__inset {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0.5rem 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.25;
  }
}

.lp-top-banner__inset-img {
  width: 5.625rem;
}

.lp-top-banner__inset-text {
  padding: 0.625rem 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.lp-intro {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-intro h2 {
  background: url(../png/text_makeadifference.png) center no-repeat;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  padding-top: 12%;
  margin: 0 0 1.25rem;
}
@media (min-width: 48em) {
  .lp-intro h2 {
    padding-top: 10%;
  }
}

.lp-magazine {
  background-color: #2e3c3e;
  color: white;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: 2.5rem;
}

.lp-magazine__inner {
  align-items: center;
  display: grid;
  grid-gap: 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}
@media (min-width: 48em) {
  .lp-magazine__inner {
    grid-gap: 3.75rem;
    grid-template-columns: 17.5rem 1fr;
  }
}
@media (min-width: 60em) {
  .lp-magazine__inner {
    grid-template-columns: 15rem 1fr;
  }
}

.lp-magazine__img {
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
}
.lp-magazine__img img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.2));
}

.lp-magazine__content {
  margin: 0 auto;
  max-width: 19.375rem;
}
@media (min-width: 48em) {
  .lp-magazine__content {
    max-width: none;
  }
}
.lp-magazine__content h2 {
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
.lp-magazine__content h2 span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  .lp-magazine__content h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-magazine__content h2 strong {
  color: #22b7cb;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.lp-magazine__content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.lp-magazine__content .button {
  background: #038294;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
  .lp-magazine__content .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-additional-funds {
  background-color: #f4f1ea;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 5rem;
}

.lp-additional-funds__inner {
  margin: 0 auto;
  max-width: 90rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-additional-funds__inner {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 90em) {
  .lp-additional-funds__inner {
    padding: 6.25rem 2.5rem 5rem;
  }
}

.lp-additional-funds__title {
  color: #038294;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 1.25rem;
  text-align: center;
}

.lp-additional-funds__desc {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 48.5rem;
  margin: 0 auto 3.125rem;
}

.lp-additional-funds__funds {
  list-style: none;
  margin: 0 auto;
  max-width: 25rem;
  padding: 0;
}
@media (min-width: 72em) {
  .lp-additional-funds__funds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem;
    max-width: 80rem;
  }
}
@media (min-width: 84em) {
  .lp-additional-funds__funds {
    grid-gap: 5rem;
    max-width: 85rem;
  }
}
.lp-additional-funds__funds.is-hidden {
  display: none;
}
.lp-additional-funds__funds.is-showing {
  animation: showFunds 0.3s ease;
}

@keyframes showFunds {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-additional-funds__more {
  border-top: 0.125rem solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem;
  margin: 3.75rem auto 0;
  max-width: 85rem;
  text-align: center;
}
.lp-additional-funds__more.is-hidden {
  display: none;
}
.lp-additional-funds__more button {
  background: none;
  border: 2px solid #038294;
  box-shadow: none;
  color: #038294;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-left: 2.75rem;
  position: relative;
}
.lp-additional-funds__more button:hover {
  background-color: rgba(3, 130, 148, 0.25);
}
.lp-additional-funds__more button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfc/icon_add.svg) center no-repeat;
  background-size: contain;
  height: 1.75rem;
  width: 1.75rem;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -0.875rem;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.dialog-fund {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
  width: 100%;
}
@media (min-width: 24em) {
  .dialog-fund {
    padding: 1.875rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-fund {
    max-width: 45rem;
    padding: 2.5rem;
  }
}

.dialog-fund__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-fund__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-fund__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfc/icon_close.svg) center no-repeat;
  background-size: 70% auto;
  text-indent: -999rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .dialog-fund__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-fund__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-fund__img {
  margin: -1.25rem -1.25rem 0;
  overflow: hidden;
}
@media (min-width: 24em) {
  .dialog-fund__img {
    margin: -1.875rem -1.875rem 0;
  }
}
@media (min-width: 48em) {
  .dialog-fund__img {
    margin: 0 0 0 -2.5rem;
    height: auto;
  }
}
.dialog-fund__img img {
  display: block;
  height: 15rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 48em) {
  .dialog-fund__img img {
    height: auto;
  }
}

.dialog-fund__title {
  color: #038294;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 1rem;
}
@media (min-width: 48em) {
  .dialog-fund__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.dialog-fund__desc ul {
  margin: 0;
}
.dialog-fund__desc p:last-child {
  padding-bottom: 0;
}

.lp-fund {
  padding-bottom: 3.75rem;
}
@media (min-width: 72em) {
  .lp-fund {
    padding-bottom: 0;
  }
}
.lp-fund:last-child {
  padding-bottom: 0;
}

@media (min-width: 72em) {
  .lp-fund--minor:last-child {
    grid-column: 2;
  }
}

.lp-fund__image {
  border-radius: 0.375rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 90em) {
  .lp-fund__image {
    margin-bottom: 1.875rem;
  }
}

.lp-fund__image-link {
  background: none;
  display: block;
  padding: 0;
  text-align: left;
}

.lp-fund__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 2.5rem 1.25rem 1.25rem 5.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  margin: 0;
  background: linear-gradient(to bottom, rgba(16, 54, 60, 0), rgba(16, 54, 60, 0.8));
  transition: 0.2s ease;
}
@media (min-width: 90em) {
  .lp-fund__name {
    padding: 3.75rem 1.875rem 1.875rem 6.75rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-fund__image-link:hover .lp-fund__name {
  transform: translateY(0.3125rem);
}
.lp-fund--minor .lp-fund__name {
  padding-left: 1.25rem;
  text-wrap: balance;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 90em) {
  .lp-fund--minor .lp-fund__name {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.lp-fund__name::before {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfc/icon_search.svg) center no-repeat;
  background-size: 70%;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 1.25rem;
  top: 2.625rem;
  transition: 0.2s ease;
}
@media (min-width: 90em) {
  .lp-fund__name::before {
    top: 4rem;
    left: 1.875rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
.lp-fund__image-link:hover .lp-fund__name::before {
  background-size: 80%;
  background-color: #f5eabe;
}
.lp-fund--minor .lp-fund__name::before {
  display: none;
}

.lp-fund__desc {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 72em) {
  .lp-fund__desc {
    padding-bottom: 1.25rem;
  }
}
.lp-fund__desc button {
  color: #038294;
  padding: 0 2.5rem 0 0;
  text-decoration: underline;
  display: inline-block;
  background: none;
  box-shadow: none;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.lp-fund__desc button::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.625rem;
  top: 50%;
  margin-top: -0.3rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.5rem solid rgba(3, 130, 148, 0.65);
}
.lp-fund__desc p:last-child {
  padding-bottom: 0;
}

.lp-give-title {
  color: #038294;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}

.lp-give ol {
  counter-reset: section;
  list-style: none;
  margin: 2.5rem 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-give ol li {
  counter-increment: section;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-give ol li {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }
}
.lp-give ol li:last-of-type {
  padding-bottom: 0;
}
.lp-give ol li::before {
  background-color: rgba(0, 0, 0, 0.05);
  color: #038294;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 48em) {
  .lp-give ol li::before {
    margin-bottom: 0;
  }
}
.lp-give ol li a {
  color: #038294;
}