/**
 * This file is for the Footer CTA BG component styling.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-footer-cta-bg {
  background-color: #518325;
  position: relative;
}
.c-footer-cta-bg:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("/themes/gesso/build/dist/svg/footer_leaf.svg");
  background-size: 100%;
  right: 0;
  width: 820px;
  height: 100%;
  overflow: hidden;
  top: -2px;
  background-position: 200px;
  background-repeat: no-repeat;
}
@media (max-width: 57.49em) {
  .c-footer-cta-bg:after {
    opacity: 0.4;
  }
}
.c-footer-cta-bg.is-alternate-layout {
  background-color: #8d331e;
  text-align: center;
}
.c-footer-cta-bg.is-alternate-layout:after {
  content: "";
  display: inline-block;
  background-image: url("/themes/gesso/build/dist/svg/map-bg.svg");
  background-size: 130%;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 48em) and (max-width: 71.24em) {
  .c-footer-cta-bg.is-alternate-layout:after {
    background-size: 170%;
  }
}
@media (max-width: 57.49em) {
  .c-footer-cta-bg.is-alternate-layout:after {
    display: none;
  }
}

.c-footer-cta-bg__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 104px 15px;
}
@media (max-width: 57.49em) {
  .is-alternate-layout .c-footer-cta-bg__container {
    padding: 44px 15px 30px 15px;
  }
}

.c-footer-cta-bg__title {
  margin-bottom: 40px;
}
.is-alternate-layout .c-footer-cta-bg__title {
  margin-bottom: 30px;
}
.c-footer-cta-bg__title h2.h3-heading {
  color: #fff;
  letter-spacing: 0.0433333333rem;
  margin-bottom: 46px;
  font-size: 1.4444444444rem;
  line-height: 1.7777777778rem;
}
@media (min-width: 64em) {
  .c-footer-cta-bg__title h2.h3-heading {
    font-size: 2.2222222222rem;
    line-height: 2.6666666667rem;
  }
}
.is-alternate-layout .c-footer-cta-bg__title h2.h3-heading {
  margin-bottom: 12px;
}
@media (max-width: 47.99em) {
  .is-alternate-layout .c-footer-cta-bg__title h2.h3-heading {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-footer-cta-bg__content {
  z-index: 100;
  position: relative;
}

a.btn.c-footer-cta-bg__link {
  font-size: 1rem;
  line-height: 1.2777777778rem;
}

.c-footer-cta-bg__text {
  padding-bottom: 20px;
}
.c-footer-cta-bg__text p,
.c-footer-cta-bg__text li {
  color: #fff;
}

/*# sourceMappingURL=footer-cta-bg.css.map */
