<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-img {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    max-width: 100%;
}
.content-img:only-child {
    display: block;
}
.content-slideshow--type-2 .content-img {
    margin-bottom: 0;
}
.content-img__link {
    display: block;
}
.content-img__figcaption {
    margin-top: .5em;
    font-size: 85%;
}

.content-img--full-width,
.content-img--full-width .content-img__link,
.content-img--full-width img {
    width: 100%;
    height: auto;
}

.content-img--align-left,
.content-img--align-center,
.content-img--align-right {
    display: block;
}
.content-img--align-left img {
    display: block;
    margin-right: auto;
}
.content-img--align-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-img--align-right img {
    display: block;
    margin-left: auto;
}

.content-img--pull-left {
    display: block;
}
.content-img--pull-right {
    display: block;
    text-align: right;
}

.content-img-popup {
    z-index: 2005;
    cursor: pointer;
}
.content-img-popup .mfp-figure:after {
    top: 50px;
    background-color: #fff;
}
.content-img-popup .mfp-img {
    padding-top: 50px;
}
.content-img-popup .mfp-title {
    font-size: 1rem;
}
/* over-qualification intended */
.content-img-popup__close-btn.content-img-popup__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    cursor: auto;
}
.content-img-popup__close-btn .svg-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    /* required because of insufficient event handler of magnific popup */
    pointer-events: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media ( min-width: 480px ) {
    .content-img--pull-left {
        float: left;
    }
    .content-img--pull-left:not(.content-img--full-width) {
        margin-right: 15px;
    }
    .content-img--pull-right {
        float: right;
    }
    .content-img--pull-right:not(.content-img--full-width) {
        margin-left: 15px;
    }
}</pre></body></html>