<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.options-profile &gt; a {
    display: block;
    width: 100%;
}

#left-panel {
    padding-right: 0px;
}

#left-panel &gt; div {
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

#left-panel .logo img {
    width: 100%;
}

#left-panel .logo {
    padding: 15px 0px;
    background: #fff;
    border-radius: .25rem;
}

#left-panel .logo img {
    border-radius: .25rem;
}

#left-panel .btn-block {
    margin-top: 3px;
    color: #fff;
}

#left-panel .title {
    margin: 25px 0 15px 0;
}

#left-panel .title a {
    text-decoration: underline;
    font-weight: 500;
}

#left-panel .members-container .title,
#left-panel .documents-container .title {
    color: #707070;
}

#left-panel .title &gt; i {
    display: none;
}

#left-panel .title[aria-expanded="true"] i.fa-angle-up {
    display: inline-block;
}

#left-panel .title[aria-expanded="false"] i.fa-angle-down {
    display: inline-block;
}

#left-panel .members-container,
#left-panel .documents-container {
    margin: 40px 0 0px 0;
}

#left-panel .title[data-toggle="collapse"] {
    margin: 0;
    display: inline-block;
}

#left-panel .banner {
    margin-top: 15px;
    background: #f2f2f2;
}

#left-panel .btn-collapse {
    width: 100%;
    background: #f2f2f2;
    color: #707070;
    margin-top: 3px;
}

#left-panel .btn-collapse:focus,
#left-panel .btn-collapse:hover {
    box-shadow: none;
    outline: 0;
}

#left-panel .btn-collapse &gt; i {
    display: none;
    color: #7d86a4;
}

#left-panel .btn-collapse[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#left-panel .btn-collapse[aria-expanded="true"] i.fa-angle-up {
    display: inline-block;
}

#left-panel .btn-collapse:hover {
    text-decoration: underline;
}

#left-panel .btn-collapse[aria-expanded="false"] i.fa-angle-down {
    display: inline-block;
}

#left-panel #collapse-setting {
    background: #f2f2f2;
}

#left-panel #collapse-setting hr {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dcdcdc;
}

#left-panel #collapse-setting .btn {
    color: #707070;
    background: transparent;
    width: 100%;
}

#left-panel #collapse-setting .btn:hover {
    text-decoration: underline;
}

#modal-content .members-container,
#modal-content .documents-container {
    margin-bottom: 1.5rem;
}

#left-panel .parent-publication {
    padding-top: 24px;
    padding-bottom: 24px;
}

#left-panel .parent-publication + hr {
    margin-top: 0;
}

#left-panel .parent-publication .member {
    margin-top: 0px;
}

#left-panel .parent-publication .member .text-left {
    padding-left: 0px;
    line-height: 1.2;
}

.title-section,
#left-panel .title-block {
    color: #7d86a4;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#left-panel .title-block {
    margin-bottom: 15px;
    font-size: 18px;
}

#left-panel .info {
    list-style: none;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

#left-panel .info .col-auto {
    padding-right: 0px;
}

#left-panel .info .col {
    font-size: 1rem;
    color: #202020;
    line-height: 1.2;
}

#left-panel .info span {
    color: #7d86a4;
}

#left-panel .info i {
    color: #cfd2dd;
    width: 20px;
    display: block;
}

#left-panel hr {
    margin-top: 26px;
    margin-bottom: 30px;
}

#left-panel .tags {
    padding: 0px 10px;
}

.publications {

}

.publications a {
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.2;
}

.publications a:hover {
    text-decoration: none;
}

.publications a img {
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.publications a .name {
    font-size: 16px;
    color: #202020;
}

.publications a:hover .name {
    color: #707070;
    text-decoration: underline;
    text-decoration-color: #017bde;
}

.publications a .type {
    color: #7d86a4;
    font-size: 14px;
}

.publications a:hover .type {
    color: #7d86a4;
    text-decoration: none;
}

.faq_menu li.active {
    color: #f37121;
}

.faq_menu {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.faq_menu ol {
    list-style: none !important;
    counter-reset: li
}

.faq_menu ol &gt; li {
    counter-increment: li;
    cursor: pointer;
}

.faq_menu ol li::before {
    font-weight: bold;
    content: counter(li) ".";
    color: #f37121;
    display: inline-block;
    width: 2em;
    margin-left: -1em;
    margin-right: 10px;
    text-align: right;
}


.faq_menu ul {
    list-style: none !important;
    padding-left: 23px;
}

.faq_menu ul li::before {
    content: " ";
    background: #f37121;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    margin-right: 1em;
    margin-left: 0.25em;
}

.faq_menu ol &gt; li {
    line-height: 35px;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

.faq_menu ul &gt; li {
    line-height: 28px;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

.faq_menu .mci-h2 {
    font-family: "Roboto Condensed";
    font-size: 26px;
    color: #202020;
    font-weight: bold
}

.faq_menu h3 {
    margin-bottom: 0;
}


@media (max-width: 992px) {
    #left-panel {
        /*min-width: 360px;*/
    }
    .faq_menu {
        top: 10px;
    }
}

@media (min-width: 800px) {
    #left-panel .members-col {
        display: block !important;
        height: auto !important;
    }

    #left-panel .title &gt; i {
        display: none !important;
    }

    #left-panel .title[data-toggle="collapse"] {
        cursor: default;
    }

    #left-panel .title[data-toggle="collapse"]:hover {
        text-decoration: none;
    }
}

@media (max-width: 800px) {
    #left-panel {
        padding-right: 15px;
        margin-bottom: 15px;
    }
}</pre></body></html>