﻿.page-title {
    margin-top: 0;
    font-weight: 700;
}

.font-size-32 {
    font-size: 32px;
    font-weight: 600;
}

.font-size-22 {
    font-size: 22px;
    font-weight: 600;
}

.effective-date {
    color: #777;
    margin-bottom: 25px;
}

ul {
    list-style-type: disc;
}

.mt-25 {
    margin-top: 25px !important;
}

.break-world{
    white-space: break-spaces !important;
}

.chapter-panel {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.chapter-panel .panel-heading {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
}

    
.chapter-panel .list-group {
    margin-bottom: 0;
}

    
.chapter-panel .list-group-item {
    border-left: 0;
    border-right: 0;
}

        
.chapter-panel .list-group-item:first-child {
    border-top: 0;
}

       
.chapter-panel .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#chapterNavDesktop .list-group-item.active {
    background: #e9f2ff;
    color: #1a73e8;
    border-color: #e5e5e5;
    font-weight: 700;
}

.mobile-chapter-select {
    margin: 10px 0 20px;
}

#chapterDropdownMenu > li > a {
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .mobile-chapter-select .dropdown-menu {
        width: 100%;
        max-width: 100%;
    }
}

#chapterSidebar {
    will-change: top;
}

@media (min-width: 768px) {
    #chapterSidebar.affix {
        top: 90px;
        z-index: 10;
    }

    #chapterSidebar .chapter-panel {
        width: 100%;
    }

    #chapterSidebar.affix {
        top: 90px;
        z-index: 10;
    }
}