﻿

@media (min-width:621px)
{
    .chapters {
        display: flex;
        flex-flow: row wrap-reverse;
        justify-content: space-around;
        align-items: baseline;
        align-content: space-around;
    }
}



.chapter-list {
    flex: 1 1 0;
}

.chapter-num {
    font-size: 16px;
    color: #0E2C81;
    padding: 18px;
}
@media (min-width:621px) {
    .chapter-item {
        display: flex;
        padding-bottom: 0px !important;
        max-width: 95%;
        background-color: #99C47B;
        margin-top: 31px;
    }
}
#ChapterOneTopMargin {
    margin-top: 0px!important;
}
@media (max-width:620px)
{
    .chapter-item {
        display: flex;
        padding-bottom: 0px !important;
        max-width: 95%;
        background-color: #99C47B;
        margin-top: 31px;
    }
}

    .chapter-item .fa-angle-down {
        transform: rotate(180deg);
        transition: .3s transform ease-in-out;
        display: inline-block;
    }

    .chapter-item.collapsed .fa-angle-down {
        transform: rotate(0deg);
        display: inline-block;
    }

.chapter-item-open {
    background-color: #DCDDE0;
}

.chapter-item-close {
    background-color: #99C47B;
}

.chapter-title {
    text-transform: uppercase;
}

.card-body {
    padding: 0 0 0 3.5rem;
}

.chevron {
    padding-right: 12px;
}

.hidden {
    visibility: hidden;
}




.content-fomatting {
    color: rgb(118,113,113);
    font-size: 11pt;
    font-family: system-ui;
    vertical-align: top;
    padding-right: 10px;
  /*word-spacing:-1.5px;*/
}
    .content-fomatting p {
        font-size: 13pt;
        font-weight: 400;
    }
.content-fomatting h4{
    color:rgb(8,31,77)!important;
    font-weight:700;
    font-size:11pt;
}
    .content-fomatting h5 {
        color: black;
        padding-bottom: 7pt;
        color: rgb(118,113,113);
    }

    .content-fomatting p b {
        color: rgb(118,113,113);
        font-size: 13pt !important;
        font-weight: 700 !important;
    }
    .content-fomatting h5 strong {
        color: rgb(8,31,77);
        font-weight: 500;
        font-size: 10pt;
        padding-left: 4px !important;
    }
    .content-fomatting h5 text {
        color: rgb(118,113,113);
    }
.content-head {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 829px;
    text-align: center;
    color: RGB(59,56,56) !important;
    font-weight: 700;
    padding-top: 14px;
    font-family: system-ui;
}
.content-fomatting-1 {
    padding-top: 30px;
    color: rgb(8,31,77) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    
}
    .content-fomatting-1 h4:not(:first-child) {
        color: rgb(8,31,77) !important;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 13px;
    }
