<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-overrides {
    background-color: #ffffff;
    color: #616161 !important;
    height: 90px !important;
}

.page-footer {
    background-color: #fafafa;
    color: #616161;
}

.footer-copyright p {
    color: #616161;
}

.brand-logo {
    color: #616161 !important;
}

nav ul a {
    color: #616161 !important;
}

nav ul li {
    line-height: 90px !important;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    line-height: 90px;
}

.header-override-image {
    padding: 5px;
    max-height: 90px;
}

.card .card-content p {
    padding-bottom: 15px !important;
}

.carousel-text-wrapper {
    opacity: 0.9 !important;
}

.carousel-text-wrapper a {
    color: white;
}

.button-collapse {
    color: #616161;
}

.card .card-image img {
    height: 260px; 
    object-fit: cover;
}

.card .card-content p {
    padding-bottom: 15px !important;
}

.small-card-title {
    font-size: 18px !important;
}

.fig-inline-img img {
    width: 100%;
}

.fig {
    border: solid #E5E5E5 1px;
    margin-bottom: 15px;
}

.fig-caption {
    background-color: #E5E5E5;
    padding: 15px;
}

.fig-download {
    float: right;
}

.table-wrap {
    border: solid #E5E5E5 1px;
    margin-bottom: 15px;
}

.table-caption {
    background-color: #E5E5E5;
    padding: 15px;
    margin-bottom: 15px;
}</pre></body></html>