.accordion .accordion-item .accordion-header h3.accordion-title a {
    font-size: 1.5em;
}

label > small.form-text {
    display: inline !important;
    margin-left: 5px;
}

.event-category {

}

.event-highlight {
    padding: 40px;
    background-color: #f0efe7;
}

.event-notice {
    font-weight: bold;
    color: red;
}

.event-highlight-items {
    border-top: 3px solid #000;
}

.event-highlight-item {
    padding: 12px 0;
    border-bottom: 1px solid #000;
}

.event-highlight-item:last-child {
    border: none;
}

blockquote {
    font-size: clamp(1.25em, 2.5vw, 2em);
}

#event-public-list > div > div,
#event-filter {
    background-color: rgb(240, 239, 231);
}

#event-public-list > div > div {
    cursor: pointer;
}

.event-start-details:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: .037037037em;
    right: -.2222222222em;
    height: .4em;
    width: .4em;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
