.jorgen-article-cover-wrap {
  position: fixed;
}
.aesop-article-chapter-wrap {
  position: relative;
}
.aesop-article-chapter-wrap.aesop-video-chapter .aesop-cover-title {
  max-width: 100%;
  margin: 0;
  padding-bottom: 20px;
  top: 150px;
  border-bottom: 1px solid #fff;
  font-size: 62px !important;
  color: #fff;
  width: 90%;
  left: 10%;
  position: absolute;
  z-index: 1;
}
.aesop-article-chapter-wrap.aesop-video-chapter .aesop-cover-title small {
  font-size: 40px;
}
@media (max-width: 800px) {
  .aesop-article-chapter-wrap .aesop-cover-title {
    font-size: 52px;
  }
  .aesop-article-chapter-wrap .aesop-cover-title small {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .aesop-article-chapter-wrap .aesop-cover-title {
    display: block;
    bottom: 30px;
    font-size: 32px;
  }
  .aesop-article-chapter-wrap .aesop-cover-title small {
    display: block;
    font-size: 20px;
  }
}
.aesop-cover-title {
  max-width: 100%;
  margin: 0;
  padding-bottom: 20px;
  bottom: 100px;
  border-bottom: 1px solid #fff;
  font-size: 62px !important;
  color: #fff;
  width: 90%;
  left: 10%;
  position: absolute;
  z-index: 1;
}
.aesop-cover-title small {
  font-size: 40px;
}
.aesop-toggle-chapter-menu {
  position: fixed;
  right: -1px;
  bottom: 57px;
  height: 44px;
  width: 44px;
  background: #e6e6e6;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 150;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
.aesop-toggle-chapter-menu:hover {
  background: #007aac;
  text-decoration: none;
}
.aesop-toggle-chapter-menu:hover i {
  color: white;
}
.aesop-toggle-chapter-menu i {
  color: #007aac;
}
.aesop-chapter-menu-open .aesop-chapter-menu {
  right: 0;
}
.aesop-chapter-menu-open .aesop-toggle-chapter-menu {
  right: 250px;
}
.aesop-close-chapter-menu {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.aesop-close-chapter-menu:hover {
  cursor: pointer;
}
.aesop-chapter-menu {
  right: -250px;
  width: 250px;
  top: 0;
  position: fixed;
  bottom: 0;
  background: #e6e6e6;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
  z-index: 500;
  counter-reset: sequence-counter;
  color: #777;
}
.aesop-chapter-menu .scroll-nav__list {
  margin: 0;
  padding: 0;
}
.aesop-chapter-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.aesop-chapter-menu li {
  display: block;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  font: normal 14px/28px Arial, Helvetica, sans-serif;
}
.aesop-chapter-menu li:before {
  content: counter(sequence-counter, upper-roman);
  counter-increment: sequence-counter;
  position: absolute;
  left: 0;
}
.aesop-chapter-menu a:link,
.aesop-chapter-menu .scroll-nav__link {
  color: #777;
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin-bar .aesop-chapter-menu {
  top: 32px;
}
.aesop-chapter-menu--inner {
  padding: 15px;
}
.aesop-chapter-title {
  position: absolute;
  left: -10000px;
}
