<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.profile {
    position: relative
}

.profile-photo {
    border-radius: 50rem;
    display: inline-block;
    height: 6.75rem;
    overflow: hidden;
    position: relative;
    width: 6.75rem
}

.profile-image {
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.profile-body a {
    color: #231f20
}

.profile-position {
    font-weight: 700;
    text-transform: uppercase
}

.profile-name {
    text-transform: capitalize
}

.profile .collapse-toggle {
    border-radius: 50rem;
    box-shadow: inset 0 0 0 .12rem #363636;
    color: #363636;
    font-size: .8rem;
    line-height: 1;
    height: 1.5rem;
    padding: 0;
    text-indent: -9999px;
    width: 1.5rem
}

    .profile .collapse-toggle * {
        pointer-events: none
    }

    .profile .collapse-toggle:after, .profile .collapse-toggle:before {
        display: block;
        font-family: FontAwesome;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        text-indent: 0;
        transform: translate(-50%,-50%);
        transition: opacity .15s linear;
        visibility: hidden
    }

    .profile .collapse-toggle:before {
        content: ""
    }

    .profile .collapse-toggle:after {
        content: ""
    }

    .profile .collapse-toggle.is-active:after, .profile .collapse-toggle:not(.is-active):before {
        opacity: 1;
        visibility: visible
    }

@media (min-width:768px) {
    .profile-body .collapse, .profile-body .collapsing {
        background-color: #fff;
        box-shadow: inset 0 0 0 1px #dddedf;
        display: block !important;
        height: auto !important;
        opacity: 0;
        padding: 1rem;
        position: absolute;
        bottom: -1rem;
        left: -1rem;
        right: -1rem;
        top: auto;
        transform: translateY(0);
        transition: all .2s ease-in-out !important;
        visibility: hidden;
        z-index: 1
    }

        .profile-body .collapse.show, .profile-body .collapsing.show {
            opacity: 1;
            transform: translateY(100%);
            visibility: visible
        }
}

.organization-chart {
    position: relative
}

.chart-item, .chart-item .chart-subitem {
    position: relative
}

    .chart-item.level-1 .profile {
        background-color: #0f8cac;
        color: #fff;
        margin-bottom: 2rem;
    }

    .chart-item.level-1 .profile-wrapper {
        color: #fff;
        max-width: 35rem
    }

    .chart-item.level-1 .profile-photo {
        height: 11.25rem;
        width: 11.25rem
    }

    .chart-item.level-1 .profile-body {
        margin-left: 3rem
    }



  /*  .chart-item.level-2 .chart-subitem:after, .chart-item.level-2 .chart-subitem:before {
        background-color: #231f20;
        content: "";
        display: block;
        height: 1.25rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px
    }*/

    .chart-item.level-2 .chart-subitem:before {
        top: -1.5rem
    }

    .chart-item.level-2 .chart-subitem:after {
        bottom: .15rem
    }

    .chart-item.level-2 .chart-subitem .profile {
        background-color: #e6e7e8;
        color: #000
    }

.chart-subitem.level-2-1 .profile {
    text-align: center
}

.chart-subitem.level-2-1 .profile-body {
    display: block;
    padding: 1rem
}

.chart-item.level-3 .profile {
    background-color: #2fa29c;
    color: #fff
}

.chart-item.level-3 .profile-wrapper {
    max-width: 35rem
}

.chart-item.level-3 .profile-body a {
    color: #fff
}

    .chart-item.level-3 .profile-body a:hover {
        color: #363636
    }

/*.chart-item.level-4 .chart-subitem:before {
    background-color: #2fa29c;
    content: "";
    display: block;
    position: absolute;
    bottom: .15rem;
    left: 50%;
    top: -1.5rem;
    width: 2px
}*/

.chart-item.level-4-1 .profile {
    background-color: #0f8cac;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}

    .chart-item.level-4-1 .profile .col a {
        color: #fff !important;
    }

.chart-item.level-4-2 .profile {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #dddedf;
    color: #231f20
}
</pre></body></html>