html {
    scroll-behavior: smooth;
}

.horizontal-scroll {
    overflow: hidden;
    overflow-x: auto;
    clear: both;
    width: 100%;
}

.o-figure--video {
    padding-left: .9375rem;
}

p, ul, ol {
    margin-top: 0 !important;
}

.ql-video {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.text-bold {
    font-weight: bold;
}

.text-center, .ql-align-center {
    text-align: center !important;
}

.text-right, .ql-align-right {
    text-align: right !important;
}

.cis-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.cis-column {
    flex: 1;
    padding: 1.25rem;
}

.cis-vertical-center {
    justify-content: center;
}

.gallery {
    text-align: center;
}

.gallery a {
    width: 240px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 6px;
    box-shadow: 0 0 4px -1px #000;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .cis-row {
        flex-direction: column;
    }

    .cis-column {
        width: 100%;
    }

    .cis-first-mobile {
        order: -1;
    }
}

.text > h1 > h2, .text > h3, .text > h4, .text > h5, .text > h6 {
    margin-bottom: 0;
}

div.calendar iframe {
    height: revert-layer;
}

@media (min-width: 901px) {
    .o-figure--video {
        padding-left: 1.25rem;
    }
}