.paragraph--type--st-story {
  display: block;
}

.chapters-container {
  background-color: #f2f2f2;
  padding-bottom: 3rem;
}

.chapters-container h2:first-of-type {
  padding: 58px 0 0;
}

/* Jump Sidebar Styles */
#jump-menu {
  max-height: unset;
  height: 100%;
}

#jump-menu.sticky {
  right: 0;
  z-index: 500;
  background-color: #ffffff;
  position: unset;
}

#jump-menu ul {
  list-style-type: none;
  padding: 0;
}

#jump-menu ul li a {
  text-decoration: none;
  padding: 18px 20px;
  border-left: 7px solid #ffffff;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: normal;
}

#jump-menu ul li a.active, #jump-menu ul li a:hover {
  background-color: #f2f2f2;
  border-left-color: #d11a70;
  font-weight: 500;
}

/* Color Jump Menu */
#color-jump-menu {
  padding-top: 33px;
  padding-bottom: 24px;
}

@media (max-width: 984px) {
  #color-jump-menu {
    padding: 12px;
  }
}

#color-jump-menu > div {
  max-width: 943px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#color-jump-menu > div div {
  border-radius: 4px;
  display: block;
  width: calc(100%/3 - 13px);
  margin-bottom: 20px;
}

@media (max-width: 984px) {
  #color-jump-menu > div div {
    width: calc(100%/2 - 8px);
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  #color-jump-menu > div div {
    width: 100%;
    margin-bottom: 10px;
  }
}

#color-jump-menu > div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 130px;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 984px) {
  #color-jump-menu > div a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #color-jump-menu > div a {
    height: unset;
    padding: 13px 18px;
  }
}

#color-jump-menu > div a:after {
  display: block;
  content: ' ';
  background-image: url(../../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 6px;
  background-position: center;
  margin-top: 8px;
}

@media (max-width: 768px) {
  #color-jump-menu > div a:after {
    display: none;
  }
}

/* Jump Hamburger Menu */
.jump-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  right: 21px;
  top: 21px;
  z-index: 800;
}

@media (max-width: 768px) {
  .jump-toggle {
    position: absolute;
  }
}

/* Bootstrap Sidebar Jump Menu */
.bs-canvas-overlay {
  opacity: 0;
  z-index: -1;
}

.bs-canvas-overlay.show {
  opacity: 0.85;
  z-index: 1100;
}

.bs-canvas {
  top: 0;
  width: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
}

.bs-canvas-left {
  left: 0;
}

.bs-canvas-right {
  right: 0;
}

.bs-canvas-right header {
  background-color: #ffffff;
  color: #083252;
  padding-bottom: 20px;
}

.bs-canvas-right.sidebar-show {
  width: 330px;
}

@media (max-width: 768px) {
  .bs-canvas-right {
    position: absolute !important;
    top: 0;
    right: 0;
    height: unset !important;
  }
  .bs-canvas-right.sidebar-show {
    width: 100% !important;
  }
}

.bs-offset-main.sidebar-show {
  padding-right: 330px;
}

@media (max-width: 768px) {
  .bs-offset-main.sidebar-show {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}

.bs-canvas-close {
  opacity: 1;
}

.bs-canvas-header {
  padding: 30px 13px 20px;
}

.bs-canvas-anim {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
