body {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: calc(18px + 2 * (100vw - 992px) / -1);
}
@media screen and (max-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 991px) {
  body {
    font-size: 20px;
  }
}

.header-bg-light {
  background-color: #fff !important;
}

h1 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  color: #fff;
  font-size: calc(40px + 16 * (100vw - 992px) / 448);
  letter-spacing: -1.12px;
  line-height: 67px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -0.8px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: 43px;
  color: #007672;
}

.hero-offset {
  position: relative;
  top: 80px;
}
.hero-offset :nth-child(1) {
  order: 2;
}
.hero-offset :nth-child(2) {
  order: 1;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .hero-offset #form-step-one .row.mt-3 {
    display: flex;
    flex-direction: column;
  }
  .hero-offset #form-step-one .row.mt-3 > div:first-child {
    order: 1;
    margin-top: 0 !important;
  }
  .hero-offset #form-step-one .row.mt-3 > div:last-child {
    order: 2;
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-offset {
    top: 24px;
  }
  .hero-offset :nth-child(1) {
    order: 1;
  }
  .hero-offset :nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 400px) {
  .hero-offset {
    top: 16px;
  }
}

#leadform .input-textbox-style-landing:disabled {
  background-color: #f2f2f2;
  color: #555;
  opacity: 1;
}

#donation-drive-hero-image-landing #leadform {
  color: #000;
}

#donation-drive-hero-image-landing {
  background: #007672;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 0px 128px;
  margin-top: 0;
  position: relative;
  height: 650px;
}
#donation-drive-hero-image-landing .container {
  max-width: 1184px;
}
@media screen and (max-width: 991px) {
  #donation-drive-hero-image-landing {
    padding: 40px 32px;
    height: 418px;
    background-position-x: center;
    margin-bottom: 325px;
  }
}
@media screen and (min-width: 1440px) {
  #donation-drive-hero-image-landing {
    background-image: url("/Images/FUNDrive_Homepage_Hero_2x.png");
    background-position: right center;
    background-size: contain;
  }
  #donation-drive-hero-image-landing.form-mode {
    background-image: url("/Images/FUNDrive_Homepage_Hero_Alt_Background.png");
    background-position: top left;
  }
}
@media screen and (max-width: 1440px) and (min-width: 991px) {
  #donation-drive-hero-image-landing {
    background-image: url("/Images/FUNDrive_Homepage_Hero.png");
  }
  #donation-drive-hero-image-landing.form-mode {
    background-image: url("/Images/FUNDrive_Homepage_Hero_Alt_Background.png");
    background-position: top left;
  }
}
@media screen and (max-width: 991px) and (min-width: 577px) {
  #donation-drive-hero-image-landing {
    background-image: url("/Images/FUNDrive_Mobile_Hero_2x.png");
  }
  #donation-drive-hero-image-landing.form-mode {
    background-image: none;
  }
}
@media screen and (max-width: 576px) {
  #donation-drive-hero-image-landing {
    background-image: url("/Images/FUNDrive_Mobile_Hero.png");
  }
  #donation-drive-hero-image-landing.form-mode {
    background-image: none;
    background-position: top left;
  }
}

.hero-image-top-left {
  background-image: url("/Images/FUNDrive_Homepage_Hero_Left.png");
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 210px;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .hero-image-top-left {
    background-position-x: left;
    background-image: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-text {
    width: 80%;
  }
}

.landing-form-container {
  z-index: 2;
}

#donation-drive-hero-image-landing {
  position: relative;
}
@media screen and (max-width: 991px) {
  #donation-drive-hero-image-landing .form-mode {
    padding-top: 0px;
  }
}
#donation-drive-hero-image-landing .fs-form-title {
  color: #00968F;
  text-align: left;
  letter-spacing: -0.92px;
  font-size: calc(30px + 9 * (100vw - 992px) / 448);
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  #donation-drive-hero-image-landing .fs-form-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) {
  #donation-drive-hero-image-landing .fs-form-title {
    font-size: 39px;
  }
}
#donation-drive-hero-image-landing .landing-page-banner-image {
  position: absolute;
  max-width: 1440px;
  object-fit: contain;
  object-position: right;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #donation-drive-hero-image-landing .landing-page-banner-image {
    display: none;
  }
}
#donation-drive-hero-image-landing .landing-page-banner-image-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 250px;
  width: 25vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #donation-drive-hero-image-landing .landing-page-banner-image-right {
    display: none;
  }
}

#donation-drive-hero-image-landing img {
  width: 100%;
  max-width: 381px;
  height: 100%;
}

@media (max-width: 480px) {
  #donation-drive-hero-image-landing .drive-hero-text {
    white-space: normal;
  }
}
@media (max-width: 1050px) {
  #donation-drive-hero-image-landing::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    z-index: 0;
  }
  #donation-drive-hero-image-landing .container {
    position: relative;
    z-index: 1;
  }
}
.landing-page-3-steps {
  background-color: #fff;
  max-width: 1184px;
  margin: 50px auto;
  font-size: 20px;
}
.landing-page-3-steps h2 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  color: #70A000;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 400px) {
  .landing-page-3-steps h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.landing-page-3-steps h3 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  color: #007672;
  font-size: 32px;
  line-height: 44.8px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 400px) {
  .landing-page-3-steps h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-page-3-steps .step {
  padding: 16px;
}
@media (max-width: 1200px) {
  .landing-page-3-steps {
    padding: 0px 32px;
  }
  .landing-page-3-steps .step {
    padding: 16px 0px;
  }
}

.landing-page-video-container {
  max-width: 1200px;
  margin: 85px auto 150px auto;
}
@media screen and (max-width: 991px) {
  .landing-page-video-container {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.video-background-design {
  position: relative;
}
.video-background-design:after {
  content: "";
  width: 66%;
  margin-top: -25%;
  height: 1330px;
  background: #E4F8F6;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .video-background-design:after {
    width: 100%;
    left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .video-background-design:after {
    margin-top: -33%;
  }
}

.landing-page-who-can-participate {
  background-color: #DFF1F1;
  color: #007672;
  text-align: center;
  padding: 1px 0px 10px 0px;
  font-size: 16px;
}
.landing-page-who-can-participate .landing-page-content h1, .landing-page-who-can-participate .landing-page-form-content h1 {
  font-family: "Gotham A", "Gotham B";
  color: #007672;
  padding: 10px 0px;
  font-size: calc(30px + 25 * (100vw - 992px) / -1);
}
@media screen and (max-width: 992px) {
  .landing-page-who-can-participate .landing-page-content h1, .landing-page-who-can-participate .landing-page-form-content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 991px) {
  .landing-page-who-can-participate .landing-page-content h1, .landing-page-who-can-participate .landing-page-form-content h1 {
    font-size: 55px;
  }
}
.landing-page-who-can-participate .landing-page-content p, .landing-page-who-can-participate .landing-page-form-content p {
  color: #007672;
}
.landing-page-who-can-participate .landing-page-content img, .landing-page-who-can-participate .landing-page-form-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-why-fundrive {
  background-color: #FFF;
  color: #FFF;
  text-align: center;
  padding: 10px 0px 40px 0px;
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .landing-page-why-fundrive img {
    height: 260px;
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 700px) {
  .landing-page-why-fundrive img {
    height: 312px;
    width: 360px;
  }
}

.hero-image-bottom {
  background-color: #007672;
  color: #FFFFFF;
  padding: 0px 128px;
  position: relative;
  height: 346px;
}
.hero-image-bottom h2 {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: calc(38px + 10 * (100vw - 992px) / -1);
}
@media screen and (max-width: 992px) {
  .hero-image-bottom h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 991px) {
  .hero-image-bottom h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .hero-image-bottom h2 {
    font-size: 30px;
  }
}
.hero-image-bottom .container {
  max-width: 1184px;
}
.hero-image-bottom .hero-bottom-offset {
  padding-top: 72px;
}
@media screen and (max-width: 500px) {
  .hero-image-bottom .hero-bottom-offset {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .hero-image-bottom {
    padding: 0px 16px;
    position: relative;
    z-index: 2;
  }
}

.hero-image-bottom-left {
  background-image: url("/Images/FUNDrive_Bottom_Graphic_Left.png");
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 346px;
  width: 224px;
}
@media screen and (max-width: 991px) {
  .hero-image-bottom-left {
    width: 160px;
    background-position-x: left;
    background-image: url("/Images/FUNDrive_Mobile_Bottom_Graphic_Left.png");
  }
}

.hero-image-bottom-right {
  background-image: url("/Images/FUNDrive_Bottom_Graphic_Right.png");
  position: absolute;
  top: 0px;
  right: 0px;
  height: 346px;
  width: 311px;
}
@media screen and (max-width: 991px) {
  .hero-image-bottom-right {
    width: 131px;
    background-position-x: left;
    background-image: url("/Images/FUNDrive_Mobile_Bottom_Graphic_Right.png");
  }
}

.hero-image-bottom .btn-outline-light:not(:disabled):not(.disabled) {
  color: #E4F8F6;
  background-color: #007672;
  border-color: #E4F8F6;
}
.hero-image-bottom .btn-outline-light:not(:disabled):not(.disabled):hover, .hero-image-bottom .btn-outline-light:not(:disabled):not(.disabled):active, .hero-image-bottom .btn-outline-light:not(:disabled):not(.disabled):focus {
  color: #007672;
  background-color: #E4F8F6;
  border-color: #E4F8F6;
}
.hero-image-bottom .btn-light:not(:disabled):not(.disabled) {
  border-color: #E4F8F6;
  background-color: #E4F8F6;
  color: #007672;
}
.hero-image-bottom .btn-light:not(:disabled):not(.disabled):hover, .hero-image-bottom .btn-light:not(:disabled):not(.disabled):active, .hero-image-bottom .btn-light:not(:disabled):not(.disabled):focus {
  border: 2px #E4F8F6 solid;
  background-color: #007672;
  color: #E4F8F6;
}
.hero-image-bottom .btn {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 16px;
  padding: 1rem 4rem;
  margin: 1rem;
}
@media screen and (max-width: 991px) {
  .hero-image-bottom .btn {
    padding: 1rem 2.5rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 500px) {
  .hero-image-bottom .btn {
    padding: 0.5rem;
    margin: 0.5rem;
  }
}

.btn.button-green {
  background-color: #84BD00;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 50px;
  vertical-align: middle;
  line-height: 30px;
}

.btn.button-gray {
  background-color: rgba(192, 229, 227, 0.75);
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 1px;
  border: 2px solid #707070;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  height: 50px;
}

.btn.button-teal {
  background-color: #007672;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  height: 50px;
  vertical-align: middle;
  line-height: 30px;
}

.btn.button-gray:hover {
  filter: brightness(85%);
}

.landing-page-content, .landing-page-form-content {
  padding: 0px 10px;
  max-width: 767px;
  margin: 50px auto;
}

.space-buttons {
  margin-top: 20px;
}

.space-user-dashboard-button {
  padding: 6px 14px;
}

.video-wrapper {
  float: none;
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-page-testimonials {
  padding: 10px 0px 20px 0px;
  background-color: #DFF1F1;
  color: #fff;
  text-align: center;
}
.landing-page-testimonials .landing-page-testimonials h1 {
  font-family: "Gotham A", "Gotham B";
  font-size: 55px;
  padding: 20px 0px;
  color: #fff;
}
.landing-page-testimonials .landing-page-testimonials img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.landing-page-contact-us {
  padding: 10px 0px 20px 0px;
  background-color: #fff;
  text-align: center;
  color: #707070;
  font-size: 16px;
}
.landing-page-contact-us h1 {
  font-family: "Gotham A", "Gotham B";
  color: #007672;
  padding: 20px 0px;
  font-size: 55px;
}
.landing-page-contact-us .landing-page-form-content {
  max-width: 500px;
}
.landing-page-contact-us .landing-page-form-content .contact-us-field {
  font-size: 14px;
}
.landing-page-contact-us .contact-page-content {
  padding: 0px 10px;
  max-width: 767px;
  margin: 10px auto;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 3px 0 0 7px;
  transition: all 200ms;
  opacity: 0.8;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control:invalid + .form-control-placeholder {
  font-size: 90%;
  transform: translate3d(0, -100%, 0);
  opacity: 0.8;
}

.bot-bamboozler {
  display: none !important;
}

.testimonial {
  padding: 0px;
  margin: 0 0px 30px 0px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 24px;
}
.testimonial h4 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 32px;
  color: #007672;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 400px) {
  .testimonial h4 {
    font-size: 24px;
  }
}
.testimonial code {
  font-size: 24px;
  color: #007672;
  line-height: 28.8px;
  letter-spacing: -0.48px;
}
.testimonial code:not(:first-child):before {
  content: "";
  background-image: url("/Images/FUNDrive_Testimonial_PiggyBank_Icon.svg");
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 25px;
}

.success-stories-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
.success-stories-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background: #E4F8F6;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .success-stories-wrapper {
    padding-top: 50px;
  }
  .success-stories-wrapper::before {
    left: 0;
    width: 100%;
  }
}
.success-stories-wrapper .success-stories {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .success-stories-wrapper .success-stories {
    padding: 0 32px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .success-stories-block {
    padding: 30px 16px 30px 65px;
  }
}

.success-stories-text-image {
  position: relative;
  top: -85px;
}
.success-stories-text-image svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .success-stories-text-image {
    top: 0px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .success-stories-text-image {
    padding-right: 30px;
  }
}
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .success-stories-text-image {
    padding-right: 30px;
  }
}

@media screen and (max-width: 400px) {
  .success-stories-text-container {
    padding-left: 0px;
  }
}

.fundrive-superhero {
  position: relative;
  top: -335px;
  left: -75px;
  height: 0px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .fundrive-superhero {
    margin: auto;
    top: 0px;
    left: 0px;
    height: 350px;
    z-index: auto;
  }
}

.testimonial-nav-container, .tns-nav {
  height: 0px;
  width: 0px;
  position: relative;
  left: -50px;
}
@media screen and (max-width: 991px) {
  .testimonial-nav-container, .tns-nav {
    left: -40px;
  }
}
.testimonial-nav-container button:focus, .tns-nav button:focus {
  outline: 0px !important;
}
.testimonial-nav-container .previous-testimonial, .tns-nav .previous-testimonial {
  background-image: url("/Images/Arrow_Up.svg");
  width: 21px;
  height: 12px;
  border: 0px;
  background-color: transparent;
  position: relative;
  left: -2px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}
.testimonial-nav-container .next-testimonial, .tns-nav .next-testimonial {
  background-image: url("/Images/Arrow_Down.svg");
  width: 21px;
  height: 12px;
  border: 0px;
  background-color: transparent;
  position: relative;
  left: -2px;
  top: -5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}
.testimonial-nav-container .testimonial-nav .testimonial-nav-item, .testimonial-nav-container .testimonial-nav button, .tns-nav .testimonial-nav .testimonial-nav-item, .tns-nav .testimonial-nav button {
  height: 16px;
  width: 16px;
  background-color: #00968F;
  border-radius: 50%;
  display: block;
  border: transparent;
  margin: 12px 0px;
  padding: 0px;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .testimonial-nav-container .testimonial-nav .testimonial-nav-item, .testimonial-nav-container .testimonial-nav button, .tns-nav .testimonial-nav .testimonial-nav-item, .tns-nav .testimonial-nav button {
    height: 24px;
    width: 24px;
    margin: 18px 0px;
    position: relative;
    left: -5px;
  }
}
.testimonial-nav-container .testimonial-nav .testimonial-nav-item.tns-nav-active, .testimonial-nav-container .testimonial-nav button.tns-nav-active, .tns-nav .testimonial-nav .testimonial-nav-item.tns-nav-active, .tns-nav .testimonial-nav button.tns-nav-active {
  opacity: 1;
}

.slide-play {
  position: absolute;
  left: -0.5rem;
  background-color: transparent;
  color: #007672;
  border: none;
  font-size: 20px;
}
.slide-play:focus, .slide-play:hover {
  border: 2px solid #007672;
  left: -0.5rem;
}
.slide-play .button-control {
  width: 21px;
}
@media screen and (max-width: 991px) {
  .slide-play {
    font-size: 22px;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .slide-play {
    left: -1.5rem;
  }
  .slide-play:focus, .slide-play:hover {
    left: -1.5rem;
  }
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.amount {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #007672;
  margin: 0;
}

#authenticated-container {
  background: #E4F8F6;
  padding: 22px 32px;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  border: 0 none;
  max-width: 610px;
}

.how-fundrive-works {
  background-color: #E4F8F6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.hfw-heading {
  font-family: "Gotham A", "Gotham B";
  color: #00968F;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
  .hfw-heading {
    font-size: 2rem;
  }
}

.hfw-step {
  position: relative;
  padding: 0 1rem 0.75rem;
  background: transparent;
}

.hfw-step-title-wrap {
  position: relative;
  text-align: center;
  padding-top: 1.55rem;
  min-height: 120px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hfw-step-title-wrap {
    min-height: 140px;
  }
}

.hfw-step-number {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translate(-50%, -55%);
  font-family: "Gotham A", "Gotham B";
  font-weight: 900;
  font-size: 130px;
  line-height: 1;
  color: #BEE194;
  opacity: 0.95;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hfw-step-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.05;
  color: #007672;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 991px) {
  .hfw-step-title .hfw-step-title {
    white-space: normal;
    font-size: 2.2rem;
  }
  .hfw-step-title .hfw-step-number {
    font-size: 120px;
    transform: translate(-50%, -60%);
    top: 60%;
  }
  .hfw-step-title .hfw-step-text {
    font-size: 1.15rem;
    margin-top: 0.6rem;
  }
}

.hfw-step-text {
  position: relative;
  z-index: 1;
  font-family: "Gotham A", "Gotham B";
  font-size: 1.25rem;
  line-height: 1.55;
  color: black;
  text-align: left;
  margin-top: 0.75rem;
}

.thats-fundrive {
  position: relative;
  background-color: #007672;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  padding: 32px 16px;
  overflow: hidden;
}
.thats-fundrive-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.thats-fundrive h2 {
  color: #FFF;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.thats-fundrive p {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.thats-fundrive-button-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.thats-fd-btn {
  border: 2px solid #FFF;
  border-radius: 4px;
  padding: 0.85rem 2.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: background-color 0.28s cubic-bezier(0.35, 0, 0.25, 1), color 0.28s cubic-bezier(0.35, 0, 0.25, 1);
  box-shadow: none;
}
.thats-fd-btn:hover, .thats-fd-btn:focus, .thats-fd-btn:active {
  box-shadow: none;
}

.faq-btn-landing {
  background-color: transparent;
  color: #FFF;
}
.faq-btn-landing:hover, .faq-btn-landing:focus {
  background-color: #FFF;
  color: #007672;
  text-decoration: none;
  border: 2px solid #FFF;
  box-shadow: none;
}

.get-started-btn {
  background-color: #FFF;
  color: #007672;
}
.get-started-btn:hover, .get-started-btn:focus {
  background-color: #007672;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  box-shadow: none;
}

.thats-fd-img-right,
.thats-fd-img-left {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.thats-fd-img-right {
  top: 0;
  right: 0;
  width: 402px;
}

.thats-fd-img-left {
  bottom: 0;
  left: 0;
  width: 250px;
}

@media screen and (max-width: 991px) {
  .thats-fd-img-right,
  .thats-fd-img-left {
    display: none;
  }
  .thats-fundrive {
    min-height: 480px;
    padding: 48px 20px;
  }
  .thats-fundrive h2 {
    font-size: 36px;
  }
  .thats-fundrive p {
    font-size: 1.05rem;
  }
}
.landing-reviews-wrapper {
  padding-top: 140px;
}
.landing-reviews-wrapper h2 {
  color: #00968F;
}
@media screen and (max-width: 991px) {
  .landing-reviews-wrapper {
    padding-top: 0px;
  }
  .landing-reviews-wrapper h2 {
    font-size: 36px;
  }
}

#reviewsCarousel .carousel-inner .carousel-item {
  display: none;
}
#reviewsCarousel .carousel-inner .carousel-item.active, #reviewsCarousel .carousel-inner .carousel-item.carousel-item-next, #reviewsCarousel .carousel-inner .carousel-item.carousel-item-prev {
  display: flex;
}
#reviewsCarousel .carousel-inner .carousel-item > .col-md-4 {
  flex: 0 0 100%;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #reviewsCarousel .carousel-inner .carousel-item > .col-md-4 {
    flex: 0 0 33.333%;
  }
}
#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
  width: 3rem;
  opacity: 0.8;
  transition: opacity 0.2s;
  top: -120px;
}
#reviewsCarousel .carousel-control-prev:hover, #reviewsCarousel .carousel-control-prev:focus,
#reviewsCarousel .carousel-control-next:hover,
#reviewsCarousel .carousel-control-next:focus {
  opacity: 1;
}
#reviewsCarousel .carousel-control-prev-icon,
#reviewsCarousel .carousel-control-next-icon {
  background-size: 100% 100%;
  filter: none;
}
#reviewsCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
#reviewsCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.landing-review-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.landing-review-indicators button {
  width: 12px;
  height: 12px;
  background: #000;
  border: 0;
  border-radius: 50%;
  opacity: 0.35;
  transition: opacity 0.2s, transform 0.2s;
}
.landing-review-indicators button.active, .landing-review-indicators button:hover, .landing-review-indicators button:focus {
  opacity: 1;
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  #reviewsCarousel .carousel-item > .col-md-4:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
  .carousel-inner .carousel-item-end,
  .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }
}
.review-card {
  background: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 1.4rem;
  font-family: "Gotham A", "Gotham B";
}
.review-card .review-stars {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  color: #007672;
  line-height: 1;
}
.review-card .review-org {
  font-weight: 700;
  color: #007672;
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
.review-card .review-type {
  color: #00968F;
  opacity: 0.75;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.review-card .review-body {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5;
}
.review-card .review-body strong {
  font-weight: 700;
}

.review-card > *:last-child {
  margin-bottom: 0;
}