.theme-paragraph-jump-list-item {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ffffff; }

.theme-paragraph-jump-list {
  overflow: hidden; }
  .theme-paragraph-jump-list-items {
    pointer-events: none;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    position: fixed;
    top: 4.5rem;
    width: 100%;
    z-index: 30;
    width: calc(100%);
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-jump-list-items {
        display: none; } }
    .sidebar-open .theme-paragraph-jump-list-items {
      width: calc(100% - 45rem); }
    .theme-paragraph-jump-list-items:before, .theme-paragraph-jump-list-items:after {
      content: '';
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: calc(45rem / 2);
      pointer-events: none; }
  .theme-paragraph-jump-list-list-items {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    display: -webkit-box;
    display: flex;
    min-width: 75rem;
    max-width: 120rem; }
  .theme-paragraph-jump-list-item {
    pointer-events: all; }
    .theme-paragraph-jump-list-item a {
      color: inherit;
      text-decoration: none;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
      -webkit-transition: color .3s linear;
      transition: color .3s linear; }
      .theme-paragraph-jump-list-item a::after {
        content: '';
        display: block;
        width: 7rem;
        height: 10px;
        background-color: none;
        -webkit-transition: background-color .3s linear;
        transition: background-color .3s linear;
        margin-top: 1rem; }
    .theme-paragraph-jump-list-item:first-child a {
      padding-left: 5rem; }
    .theme-paragraph-jump-list-item:last-child a {
      padding-right: 5rem; }
    .theme-paragraph-jump-list-item.active a::after,
    .theme-paragraph-jump-list-item a:hover::after {
      background-color: currentColor; }
  .theme-paragraph-jump-list-target {
    height: calc(100vh - 7.5rem); }
    .theme-paragraph-jump-list-target-footer {
      -webkit-box-flex: 0;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto;
      -webkit-box-pack: center;
      justify-content: center;
      margin-top: auto;
      align-self: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
      align-items: flex-end; }
    .theme-paragraph-jump-list-target-first, .theme-paragraph-jump-list-target-next {
      width: 5rem;
      height: 5rem;
      display: block;
      color: #ffb400;
      -webkit-transition: color .3s linear;
      transition: color .3s linear; }
      .theme-paragraph-jump-list-target-first:hover, .theme-paragraph-jump-list-target-first:focus, .theme-paragraph-jump-list-target-first:active, .theme-paragraph-jump-list-target-next:hover, .theme-paragraph-jump-list-target-next:focus, .theme-paragraph-jump-list-target-next:active {
        color: #114f40; }
    .theme-paragraph-jump-list-target-first {
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1); }
    .theme-paragraph-jump-list-target > .theme-paragraph-section {
      height: calc(100vh - 7.5rem - 7.5rem); }
