<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-bottom {
    vertical-align: text-bottom;
}

.c-header .c-header-icon {
    max-width: 510px;
}

#findHits em {
    font-style: normal;
    background-color: #fce782;
}

.icon-link {
    border-bottom: none !important;
}

#irisTarget .alert {
    margin-bottom: 1.5rem !important;
}

#irisTarget a.alert-read-more {
    color: #0062cc;
}

#irisTarget a.alert-read-more:hover,
#irisTarget a.alert-read-more:focus {
    color: #003e80;
    text-decoration: underline;
}

#page-feedback-form input[type="radio"] {
    position: absolute;
    left: -999em;
}

#page-feedback-form .card .card-body .feedback-form-group {
    margin: 1rem 0 0 0;
}

#page-feedback-form .card .card-body .feedback-form-group label {
    margin-bottom: 0;
}

#page-feedback-form .card .card-body .feedback-form-group.hide {
    display: none;
}

#page-feedback-form .card .card-body .feedback-form-group .btn {
    width: 80px;
    margin-right: 15px;
}

#page-feedback-form #feedback-message {
    width: 100%;
    min-height: 100px;
    padding: 4px 6px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.delete-page-feedback-message-button {
    fill: #c8cfd6;
    float: right;
}

.delete-page-feedback-message-button:hover,
.delete-page-feedback-message-button:focus {
    fill: #c90b1c;
}

#delete-all-page-feedbacks-button {
    width: 100%;
}

.col-lg-1.blockArea, .col-lg-2.blockArea, .col-lg-3.blockArea,
.col-lg-4.blockArea, .col-lg-5.blockArea, .col-lg-6.blockArea,
.col-lg-7.blockArea, .col-lg-8.blockArea, .col-lg-9.blockArea,
.col-lg-10.blockArea, .col-lg-11.blockArea, .col-lg-12.blockArea,
.col-sm-1.blockArea, .col-sm-2.blockArea, .col-sm-3.blockArea,
.col-sm-4.blockArea, .col-sm-5.blockArea, .col-sm-6.blockArea,
.col-sm-7.blockArea, .col-sm-8.blockArea, .col-sm-9.blockArea,
.col-sm-10.blockArea, .col-sm-11.blockArea, .col-sm-12.blockArea {
}

.blockArea .card {
}

.blockArea .imageBlock .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.blockArea .imageBlock figure,
.blockArea .imageBlock a figure .figure-img {
    margin-bottom: 0 !important;
}

.blockArea .imageBlock a figure figcaption {
    background: #6c757d;
    color: white;
    padding: 2px 5px;
}

@media (min-width: 992px) {
    .col-lg-12.blockArea .calendar-block-event,
    .col-sm-12.blockArea .calendar-block-event {
        flex-direction: row !important;
    }
}

.linkButton {
    display: flex;
    flex-direction: column;
}

.accordion .card .card-header {
    padding: 0 10px 0 0;
}

.accordion .card .card-header .btn {
    text-align: left;
}

.accordion .card .card-header .btn:focus {
    box-shadow: none;
}

.accordion .card .card-header .accordion-header:after {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 10px;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather' aria-hidden='true'%3E%3Cpolyline points='5 9 11 15 17 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.accordion .card .card-header .collapsed .accordion-header:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather' aria-hidden='true'%3E%3Cpolyline points='9 17 15 11 9 5'%3E%3C/polyline%3E%3C/svg%3E");
}

.accordion .card .card-body {
    padding: 1rem;
}

@media print {
    @page {
        margin: 25mm 25mm 25mm 25mm;
    }

    body {
        margin: 0;
    }

    #epi-quickNavigator {
        display: none !important;
    }
}

/*-------------------------------------------------------------------------------------------*/
/* Authentication */
/*-------------------------------------------------------------------------------------------*/

.login-page {
    height: 100%;
}

.login-wrapper {
    background-size: cover;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
}

.login-wrapper.login-background-img {
    background-image: url(/Util/images/login/login-background-image.png);
}

.login-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.login-modal {
    background: hsla(0, 0%, 100%, 0.46);
    width: 485px;
}

@media(max-width:540px) {
    .login-modal {
        width: 320px;
    }
}</pre></body></html>