  ﻿/*----------Side Chapter Nav----------*/
.chapter-sticky {
    background: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.chapter-sticky a {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 1rem;
}

.chapter-nav ul, .chapter-nav ol {
    margin-top: 1rem;
    list-style-type: auto;
}

.chapter-nav ul li, .chapter-nav ol li {
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    list-style: auto;
}

.chapter-nav ul li a, .chapter-nav ol li a {
    padding: 0.25rem 1rem 0.25rem 1rem;
}

.chapter-nav ul li a:hover, .chapter-nav ol li a:hover {
    position: relative;
}

.chapter-nav ul li a:active, .chapter-nav ol li a:active {
    color: $white;
}

.chapter-menu {
    position: relative;
    display: inline-block;
}

.chapter-menu:hover .chapter-list {
    display: block;
}

.chapter-button {
    padding: 1rem 3rem;
    font-size: 1rem;
    border: none;
    background-color: #041E42;
    color: #fff;
    font-weight: bold;
}

.chapter-list {
    display: none;
    position: absolute;
    bottom: 3.4375rem;
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(0,0,0,0.2);
    z-index: 999;
    background-color: #f1f1f1;
}

.chapter-list nav ul, .chapter-list nav ol {
    margin-top: 1rem;
    min-width: 12.5rem;
}

.chapter-list nav ul li, .chapter-list nav ol li {
    padding: 0rem;
    width: 100%;
    list-style: auto;
}

.chapter-list nav ul li a, .chapter-list nav ol li a {
    text-decoration: none;
    text-align: left;
    display: block;
    margin-left: 1rem;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0.25rem;
    color: #000;
}

li.chapter-nav-arrow-left a:hover {
    position: relative;
    background-color: #041E42;
    color: #fff;
}

li.chapter-nav-arrow-left a:hover::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    margin-top: -5px;
}
