<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wcm-eventdetail {
    color: #303030;
    position: relative;
    font-family: "OpenSans-Regular", OpenSans, "PT Sans", Arial, sans-serif !important;
}

.wcm-eventdetail-backtocalbtn {
    background: center left url(../../../../../GlobalAssets/Images/Ultra/back-arrow.svg) no-repeat;
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 25px;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.wcm-eventdetail-backtocalbtn:hover {
    text-decoration: underline;
}

.wcm-eventdetail h4 {
    font-size: 14px;
    color: #040404;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.wcm-eventdetail-groupname {
    font-size: 12px;
    color: #303030;
    padding-left: 25px;
}

.wcm-eventdetail-maininfoblock {
  border-top: 4px solid #F3F3F3;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.wcm-eventdetail-eventtitle {
    font-size: 18px;
    color: #040404;
    font-weight: bold;
    margin-left: 25px;
}

.wcm-eventdetail-eventdate, .wcm-eventdetail-eventtime {
    font-size: 14px;
    color: #555;
    margin-left: 25px;
}

.wcm-eventdetail-eventcontent {
    padding: 0 25px 25px 0;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #EAEAEA;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 300px;
}

.wcm-eventdetail-eventcontentleft {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 300px;
    margin-left: 25px;
}

.wcm-eventdetail-description {
    min-width: 200px;
}

.wcm-eventdetail-description *{
    max-width: 100%;
    height: auto;
}

.wcm-eventdetail-descriptioncontent {
    font-size: 14px;
    color: #303030;
    text-align: justify;
}

.wcm-eventdetail-description p {
    text-align: justify;
}

.wcm-eventdetail-description p:last-child {
    margin: 0;
}

.wcm-eventdetail-contact {
    min-width: 200px;
}

.wcm-eventdetail-contact div, .wcm-eventdetail-contact div a {
    font-size: 14px;
    color: #303030;
}

.wcm-eventdetail-location {
    min-width: 200px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    margin-left: 25px;
}

.wcm-eventdetail-locationname, .wcm-eventdetail-locationstreet, .wcm-eventdetail-locationstate {
    font-size: 14px;
    color: #303030;
}

.wcm-eventdetail-locationmap {
    margin-top: 10px;
}

.wcm-eventdetail-attachments {
    border-top: 2px solid #F3F3F3;
    padding: 8px 80px 8px 55px;
    background: 25px 8px url(../../../../../GlobalAssets/Images/Ultra/stroke-2.svg) no-repeat;
    height: 31px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.wcm-eventdetail-attachments.wcm-eventdetail-attachmentsallvisible{
    height: auto;
    padding-right: 25px;
}

.wcm-eventdetail-attachmentlist {
    padding: 0;
    margin: 0;
}

.wcm-eventdetail-attachmentlist li{
    display: inline-block;
    margin-right: 1em;
    font-size: 12px;
    color: #262626;
    line-height: 17px;
}
    .wcm-eventdetail-attachmentlist li a {
        font-size: 12px;
        color: #262626;
        text-decoration: none;
        white-space: nowrap;
    }

        .wcm-eventdetail-attachmentlist li a:hover {
            text-decoration: underline;
        }

    .wcm-eventdetail-attachmentlist li::after{
        content: ";";
    }

        .wcm-eventdetail-attachmentlist li:last-child::after{
            content: "";
        }

        .wcm-eventdetail-attachmentlist li.wcm-eventdetail-attachmenthidden {
            display: none;
        }

.wcm-eventdetail-morebtn {
    position: absolute;
    right: 25px;
    top: 8px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

    .wcm-eventdetail-attachmentsallvisible .wcm-eventdetail-morebtn {
        display: none;
    }</pre></body></html>