iframe.responsive-frame {
  width: 100%;
  height: 700px; /* desktop default */
}
.practice {
  width: 160px;
}
.accordion-header {
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: inherit;
  border-radius: 10px;
  text-shadow: none;
  color: #00babf;
  background: none !important;
}
.accordion-content {
  padding: 0;
}
.swiper-slide li {
  margin-bottom: 1em;
}
.story-rotator .swiper {
  margin-bottom: 0px;
}
.fluid-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.fluid-50 {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.steps {
  font-size: 32px;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  color: #ccd169;
}
.stepTitle {
  font-size: 60px;
  font-weight: 900;
  display: block;
  color: #00babf;
  line-height: 1.0em;
}
.onlyGodLogo {
  width: 60%;
}
.headingNoPict {
  display: none;
}
.btn {
  background: #00babf;
  border-radius: 100px;
}
.leftImage {
  margin: 0 30px 20px 0;
  float: left;
}
.story-nav {
  margin-top: 20px;
}
.stories {
  margin-top: 60px;
  background-color: #293636;
  color: #fff !important;
  border-color: #00babf;
  border-style: solid;
  border-width: 8px;
  border-radius: 22px;
  padding: 40px;
  height: 100%;
  width: 100%;
  min-height: 480px;
}
.gold {
  border-color: #ccd169;
}
.gold h3, .gold h1, .gold h2 {
  color: #ccd169 !important;
}
.stories h3, .story-rotator .swiper h3 {
  color: #00babf;
}
.stories h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.story-left {
  flex: 0 0 100%;
  width: 100%;
  background-color: #293636;
  color: #fff !important;
  border-color: #00babf;
  border-style: solid;
  border-width: 8px;
}
.story-left {
  border-radius: 22px;
  padding: 20px 100px !important;
}
.story-nav ul li {
  border-radius: 30px;
  background-color: #ccd169;
  padding: 4px 4px 4px 20px;
}
.story-nav ul li:hover {
  opacity: 0.8;
}
.sep {
  display: none;
}
.num {
  background-color: #e6e8b4;
  display: inline-flex; /* keeps it inline AND lets us center content */
  justify-content: center;
  align-items: center;
  width: 34px; /* equal width + height = circle */
  height: 34px;
  border-radius: 50%; /* makes it round */
  font-size: 14px;
  font-weight: bold;
}
.story-nav ul li.active {
  background-color: #3b6366;
  color: #fff;
}
.story-nav ul li.active .num {
  background-color: #00babf;
  color: #fff;
}
.tcolor1 {
  color: #00babf;
}
.tcolor2 {
  color: #ed524a;
}
@media (max-width: 1023px) {
  .story-left {
    padding: 150px 20px;
  }
  .onlyGodLogo {
    width: 100%;
  }
  .fluid-50 {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .story-rotator-wrapper, .story-rotator, .story-left, .story-left .swiper, .story-left .swiper-wrapper, .story-left .swiper-slide {
    height: auto !important;
  }
  .story-rotator-wrapper {
    overflow: visible !important;
  }
  .story-left {
    border-radius: 22px;
    padding: 20px !important;
    height: auto !important;
    min-height: auto !important;
    flex: 1 1 auto !important;
    align-self: stretch !important;
  }
  .story-nav-mobile-wrap {
    position: relative;
    width: 100%;
  }
  .story-nav-mobile {
    display: block;
    border-radius: 50px;
    font-weight: 700;
    padding: 20px 30px;
    border-width: 0px;
    background-color: #ccd169;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #353535;
    font-size: 20px;
  }
  .story-nav-mobile-wrap::after {
    font-family: 'icomoon';
    content: "\f063"; /* your icon */
    position: absolute;
    right: 30px; /* move arrow left/right */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* keeps select clickable */
    color: #353535;
  }
}
@media (max-width: 768px) {
  iframe.responsive-frame {
    height: 600px; /* mobile */
  }
  .family {
    width: 100% !important;
  }
  .practice {
    width: 100%;
  }
  .stepTitle {
    font-size: 38px;
  }
  .stories {
    padding: 40px 20px;
  }
  .gold h2 {
    font-size: 32px;
  }
}