<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-hub .tag {
    background: #086ea1;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 30px;
    padding: 10px;
    left: -6px;
    font-weight: 700;
}

.people-hub .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: "NimbusSansNovusRegular";
    font-family: var(--corporate-font-regular);
    background: transparent;
    margin-bottom: 25px;
    padding: 50px 30px;
    min-height: 100%;
}

.people-hub h4.people-heading {
    color:#000;
}

.article-hub h3.more-links {
    color: #000;
}
.people-hub .card img {
    border-radius: 100%;
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
}

.people-hub .mt-small {
    margin-top: 25px;
}

.article-hub .article-container {
    border:1px solid #e0e0e0;
    padding: 0px;
    position: relative;

}

.article-hub .title {
    color: grey;
    font-size: 18px;
}

.people-hub .card-btn {
    text-decoration: none !important;
    background: #086ea1;
    border-radius: 5px;
}

.article-hub .people-thumbnail {
    height: 200px;
    width: 100%;
}

.article-hub .article {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    padding-bottom: 59px;
}

.article-hub .article-title {
    color: #086ea1 !important;
}
.article section {
    padding: 25px 0px;
    border-bottom: 1px solid gray;
}

.article-hub .article section:first-child {
    padding: 0px 0px 25px 0px;
}

.article-hub .article section:last-child {
    padding: 25px 0px 50px 0px;
    border-bottom: none;
}

.article-hub .article .detail {
    font-size: 14px;
    margin: 10px 0px;
}

.content-hub.mt-medium {
    margin-top: 50px
}

.article-hub .mt-small {
    margin-top: 25px;
}

.article-hub .mt-extra-small {
    margin-top:10px;
}

.article-hub .p-none {
    â€©padding: 0px !important;
}
.article-hub .pl-small {
    â€©padding-left: 20px !important;
}

.article-hub .article-button {
    color: #2098d1;
    text-decoration: none;
}
</pre></body></html>