.cs-landing-hero {
  position: relative;
  background-size: cover;
  z-index: 2;
  overflow-y: hidden;
  padding-bottom: 0 !important;
  background: #eafbf3;
  z-index: 0;
}

.cs-landing-hero .cs-landing-hero-img {
  margin-bottom: 0px;
}

/* CAROUSEL */

.cs-learmore-carousel .flickity-page-dots .dot,
.cs-guides .flickity-page-dots .dot {
  background: var(--secondary) !important;
  opacity: .4;
}

.cs-learmore-carousel .flickity-page-dots .dot.is-selected,
.cs-guides .flickity-page-dots .dot.is-selected {
  background: var(--secondary) !important;
  opacity: 1;
}

/* GUIDES */

.cs-guides .flickity-slider {
  margin-left: 15px;
}

.cs-guides .fm-item {
  border-bottom-width: 1px !important;
  border-bottom-color: rgba(0, 0, 0, 0.125) !important;
  margin: 0 12px 25px 12px !important;
  text-align: center;
  width: 80%;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.12);
}

.cs-guides .fm-item h3.text-18 {
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: "Gotham_Medium", sans-serif !important;
  margin: 10px 0 20px 0 !important;
}

.cs-guides .fm-item article,
.cs-guides .fm-item .date,
.cs-guides .fm-item .weigt-medium {
  display: none;
}

.cs-guides .fm-item .forcsonly.d-none {
  display: block !important;
}

/**
 * List
 */

ul.cs-numbered-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: cs-list-counter;
}

ul.cs-numbered-list li {
  counter-increment: cs-list-counter;
  padding: 0 0 35px 60px;
  position: relative;
  margin: 0;
  font-size: 14px;
}

ul.cs-numbered-list li:before {
  content: counter(cs-list-counter);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  font-size: 16px;
  font-family: "Gotham_Medium", sans-serif;
  border-radius: 90px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}

ul.cs-numbered-list li:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed var(--secondary);
  position: absolute;
  top: 5px;
  left: 16px;
  z-index: -1;
}

ul.cs-numbered-list li:last-of-type {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .cs-landing-hero .text-xs-24 {
    margin-bottom: 13px !important;
  }

  .cs-landing-hero .text-xs-14 {
    line-height: 20px;
    margin-bottom: 27px !important;
  }

  .cs-landing-hero .mt-20 {
    margin-top: 0 !important;
  }

  .cs-landing-hero .mt-20 a {
    margin-top: 0 !important;
    width: 100%;
  }

  .cs-what-is .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .cs-what-is .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .cs-what-is .mb-sm-36 {
    margin-bottom: 36px !important;
  }
}