.insights-showcase-feature-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.insights-showcase-feature-wrapper h2.insights-showcase-feature-name {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: rgba(32, 32, 32, 0.7);
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(136, 152, 170, 0.3);
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-video,
.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-image {
  margin-bottom: 30px;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item:last-of-type .insights-showcase-feature-video,
.insights-showcase-feature-wrapper .insights-showcase-feature-item:last-of-type .insights-showcase-feature-image {
  margin-bottom: 0;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 30px;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight:nth-of-type(even) {
  padding-left: 10px;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight:nth-of-type(odd) {
  padding-right: 10px;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight h3.insights-showcase-feature-highlight-name {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #8647b3;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight .hs_cos_wrapper_type_inline_rich_text p:last-of-type {
  margin-bottom: 0;
}

.insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight .insights-showcase-feature-highlight-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #8647b3;
}

@media (max-width: 767px) {
  .insights-showcase-feature-wrapper .insights-showcase-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insights-showcase-feature-wrapper .insights-showcase-feature-item .insights-showcase-feature-highlight {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 !important;
  }
}

/* layout with floating nav stuff */
.toc-flex-row {
  display: flex;
}

.toc-body-container {
  width: 100%;
}

.toc-sidebar-container {
  min-width: 320px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.toc-body-container {
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .toc-sidebar-container {
    min-width: 0;
  }
}

#toc-container {
  max-width: 282px;
  margin-bottom: 0;
}

#toc-list .kb-nav-item__height-transition.kb-height-transition {
  overflow: scroll;
}

#toc-list .kb-badge.kb-badge-new {
  margin-right: 8px;
}

#toc-wrapper.fixed {
  position: fixed !important;
  top: 20px;
  min-width: 320px;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#toc-list {
  margin-left: 0;
  max-height: 600px;
  overflow: auto;
  padding-left: 12px;
  position: relative;
  left: -12px;
  scrollbar-width: none;
}

#toc-list > li > .kb-nav-item__height-transition.kb-height-transition {
  scrollbar-width: none;
}

#toc-list::-webkit-scrollbar,
#toc-list
  > li
  > .kb-nav-item__height-transition.kb-height-transition::-webkit-scrollbar {
  display: none;
}

#toc-list ul {
  margin-left: 0;
}

#toc-container h4 {
  font-size: 20px;
  color: #33475b;
  padding-bottom: 0.25em;
  margin: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  left: -12px;
  padding-left: 12px;
}

.kb-nav li {
  max-width: 282px;
}

/* Mobile */

.toc-mobile {
}

.toc-mobile#toc-container {
  max-width: unset;
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f5f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9;
}

.toc-mobile h4 {
  border-bottom: 0;
  text-align: center;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(45, 62, 80, 0.12);
  box-shadow: 0 -1px 5px 0 rgba(45, 62, 80, 0.12);
  width: 100%;
  padding: 12px 0;
}

.toc-mobile #toc-list {
  margin-top: 0;
  max-height: 400px;
  overflow: auto;
}

nav#toc-container {
  position: relative;
  margin-left: 30px;
}

#toc-container::after {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  left: -12px;
  bottom: 0;
  position: absolute;
}

#toc-container:not(.bottom-scrolled)::after {
  content: "";
  display: block;
  height: 10px;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.15)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  border-radius: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: -12px;
}

#toc-container::before {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  content: "";
  display: block;
  height: auto;
}

#toc-container:not(.top-scrolled)::before {
  content: "";
  display: block;
  height: 10px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.15)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  border-radius: 3px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: -12px;
  z-index: 1;
}

.sidebar-cta-wrapper {
  margin-top: 15px;
  margin-left: 18px;
  padding-right: 18px;
}

.sidebar-cta-wrapper img.hs-cta-img {
  height: auto;
  width: 282px;
}

span.cta-inner {
  display: block;
  margin: 0 auto;
  float: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile-cta-wrapper {
  display: none;
}

.toc-mobile .mobile-cta-wrapper {
  display: block;
}

@media screen and (max-height: 800px) {
  #toc-list {
    max-height: calc(100vh - 350px);
  }
}

@media screen and (max-width: 768px) {
  nav#toc-container {
    margin-left: 0;
  }

  #toc-container h4 {
    left: 0;
    padding-left: 0;
  }

  #toc-container::before {
    top: 48px !important;
    left: 0 !important;
  }

  #toc-container::after {
    left: 0 !important;
    height: 20px !important;
  }

  .sidebar-cta-wrapper {
    display: none;
  }
}
