.ba-home--3up-container {
  background-color: #f6f4e9;
}
.ba-home--3up-container h2, .ba-home--3up-container h3, .ba-home--3up-container h4, .ba-home--3up-container p, .ba-home--3up-container a {
  color: #003512;
}
.ba-home--3up-container .featured-card {
  border-radius: 16px;
}
.ba-home--3up-container .featured-card a {
  display: block;
}
.ba-home--3up-container .featured-text h3 {
  color: #005d1f;
}
.ba-home--3up-container .featured-text p {
  display: none;
}

.ba-home--saving {
  background-color: white;
  color: #003512;
}
.ba-home--saving .saving-row {
  align-items: center;
  gap: 20px;
}
@media all and (min-width: 990px) {
  .ba-home--saving .saving-row {
    margin: -30px 0;
  }
}
.ba-home--saving .saving-row .saving-intro-copy {
  text-align: center;
}
@media all and (min-width: 990px) {
  .ba-home--saving .saving-row .saving-intro-copy {
    max-width: 380px;
    text-align: left;
  }
  .ba-home--saving .saving-row .saving-intro-copy h2 {
    padding-right: 55px;
  }
}
.ba-home--saving .saving-row .saving-intro-copy p {
  margin-bottom: 30px;
}
.ba-home--saving .saving-row .saving-intro-copy p .text-button {
  margin-bottom: -30px;
}
.ba-home--saving .saving-row a:hover, .ba-home--saving .saving-row a:focus {
  text-decoration: none;
}
.ba-home--saving .saving-row a:hover .title, .ba-home--saving .saving-row a:focus .title {
  text-decoration: underline;
}
.ba-home--saving .featured-card {
  background-color: white;
  margin: 30px 0;
  align-items: center;
}
@media all and (max-width: 767.98px) {
  .ba-home--saving .featured-card {
    gap: 25px;
    margin: 40px 0;
  }
}
.ba-home--saving .featured-card .featured-image {
  border-radius: 16px;
  background-color: #003512;
  padding-bottom: 46%;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.ba-home--saving .featured-card .featured-text {
  padding: 0;
}

.green-background {
  background-color: #003512;
  color: #f6f4e9;
}
.green-background .featured-card {
  background-color: transparent;
  border: none;
}
.green-background .featured-card .featured-text {
  padding: 0;
}
.green-background .left-background-image {
  background-image: url(../img/spruce-card-mockup-final-version-min.jpg);
  background-size: auto 77%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .green-background .left-background-image {
    background-size: 77% auto;
  }
}
@media (min-width: 768px) and (max-width: 989.98px) {
  .green-background .left-background-image {
    min-height: 580px;
    background-size: auto 85%;
    background-position: center bottom;
  }
}
@media all and (max-width: 767.98px) {
  .green-background .left-background-image {
    min-height: 420px;
    background-size: auto 85%;
    background-position: center bottom;
  }
}
.green-background .title {
  color: #f6f4e9;
}
.green-background .category-label {
  color: #00e9e9;
}

.spruce-featured-cta {
  background-color: white;
}
.spruce-featured-cta .left-background-image {
  background-size: 90% auto;
}
.spruce-featured-cta .content-pad h2, .spruce-featured-cta .content-pad h3, .spruce-featured-cta .content-pad p {
  color: #003512;
}
.spruce-featured-cta .content-pad a:hover, .spruce-featured-cta .content-pad a:focus, .spruce-featured-cta .content-pad button:hover, .spruce-featured-cta .content-pad button:focus {
  cursor: pointer;
  text-decoration: none;
}
.spruce-featured-cta .content-pad .ba-button {
  outline: none;
  border: 2px solid #003512;
  background-color: transparent;
  color: #003512;
  font-weight: 600;
  margin-top: 40px;
  transition: all ease 150ms;
}
@media all and (max-width: 767.98px) {
  .spruce-featured-cta .content-pad .ba-button {
    width: 100%;
  }
}
.spruce-featured-cta .content-pad .ba-button:hover, .spruce-featured-cta .content-pad .ba-button:focus {
  background-color: #003512;
  color: white;
}
.spruce-featured-cta .content-pad .ba-button--neon {
  background-color: #D2FA52;
  color: #003512;
  font-weight: 600;
  outline: none;
  border: none;
  margin-top: 40px;
  transition: all ease 150ms;
}
.spruce-featured-cta .content-pad .ba-button--neon:hover, .spruce-featured-cta .content-pad .ba-button--neon:focus {
  cursor: pointer;
  background-color: #e5fb9f;
}
@media all and (max-width: 989.98px) {
  .spruce-featured-cta .content-pad .ba-button--neon {
    margin-top: 40px;
  }
}
@media all and (max-width: 767.98px) {
  .spruce-featured-cta .content-pad .ba-button--neon {
    width: 100%;
  }
}