﻿.container.pb-5.pt-5 h2 {
    color: #006C68;
    font-weight: 500;
    margin-bottom: 0;
}

.sub-nav h1 {
    margin: 40px 0 30px;
}

.main-links-onbar .fa-angle-left {
    margin-right: 1rem;
}

/* .accordion-comp:first-of-type {
    margin-top: 1.5rem;
} */

.accordion-title {
    width: 100%;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    border: none;
    background: none;
}

.accordion-title--lg {
    font-size: 2rem;
}

    .accordion-title--lg:before,
    .accordion-title--lg:after {
        width: 20px;
        top: 18px;
    }

.c-panel {
    display: block;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    margin: 2rem 0;
}

.c-panel .accordion-comp {
    border-bottom: 0;
    margin-bottom: 0;
}

.c-panel .accordion-comp .c-panel__header {
    position: relative;
    margin-bottom: 0;
}

.c-panel .accordion-comp .c-panel__header:before,
.c-panel .accordion-comp .c-panel__header:after {
    top: 50%;
    right: 1.375rem;
    width: 18px;
}

.c-panel__nested-group {
    padding: 1rem 2rem;
}

.c-panel__header {
    background: #F2F2F2;
    padding: 1.375rem;
}

    .c-panel__header > p:last-of-type {
        margin-bottom: 0;
    }

.c-panel__content {
    width: 100%;
    list-style: none;
    margin: 1rem 1.375rem;
}

    .c-panel__content td {
        padding: 1rem 0;
    }

.c-panel__item {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

    .c-panel__item a {
        font-size: 1.125rem;
        font-weight: 500;
        margin-left: 1rem;
    }

        .c-panel__item a:after {
            content: "";
            display: inline-block;
            background: url(/assets/_img/arw_lft_icon1.png) center center no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-left: .5rem;
        }

.c-panel__content td:first-of-type {
    width: 120px;
}

.c-panel__content .c-panel__item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.c-panel__tag {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    border-radius: 3px;
    background: #CCC;
    padding: .25rem .5rem;
}

    .c-panel__tag:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 18px;
        background-size: 15px;
        margin-right: .5rem;
    }

.c-panel__tag--dashboard {
    background: #FFCE00;
}

    .c-panel__tag--dashboard:before {
        background: url(/assets/_img/icon_dashboard.svg) center center no-repeat;
    }

.c-panel__tag--pdf {
    background: #91C3C7;
}

    .c-panel__tag--pdf:before {
        background: url(/assets/_img/icon_document.svg) center center no-repeat;
    }


@media screen and (max-width: 600px) {
    .accordion-title--lg {
        font-size: 1.3125rem;
    }

        .accordion-title--lg:before,
        .accordion-title--lg:after {
            width: 16px;
            top: 13px;
        }

    .c-panel__content,
    .c-panel__content tbody,
    .c-panel__content tr,
    .c-panel__content td {
        display: block;
        width: 100%;
    }

    .c-panel__content {
        padding: 1rem 1.375rem;
        margin: 0;
    }

        .c-panel__content td {
            padding: 1rem 0;
        }

            .c-panel__content td:first-of-type {
                padding-bottom: 0;
            }

            .c-panel__content td:nth-child(2) {
                padding-top: .5rem;
            }

    .c-panel__item a {
        margin-left: 0;
    }
}
