<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Shout Fixes */
body &gt; .page-wrapper.has-fullscreen-gallery &gt; header &gt; .root-section-wrapper
{
    z-index:1000;
    position:relative;
}

/* Fix images disappearing on hover in Firefox */
.carousel-inner &gt; .item &gt; a:hover
{
    opacity: 1;
}

/* General - Used for both */
.carousel
{
    max-height:320px;
}

.carousel .carousel-inner
{
    max-height:320px;
}

.carousel .carousel-inner div.img-bg,
.carousel .carousel-inner img
{
    height:320px;
}

.carousel .carousel-caption,
.zone-block-content-wrapper .carousel .carousel-caption
{
    position:absolute;
    top:10%;
    left: 90px;
    right: 90px;
    width: auto;
    height: 100%;
}

button.btn.btn-default.gallery-item-link-button,
.zone-block-content-wrapper button.btn.btn-default.gallery-item-link-button
{
    padding: 8px 18px;
    background-color: #333; /* rgb(75, 202, 49); */
    border: 1px solid #ffffff;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-control .fa,
.zone-block-content-wrapper .carousel-control .fa
{
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-block;
    font-size: 1.5em;
}

.carousel-control
{
    opacity:0.7;
}

.carousel-control.left,
.carousel-control.right
{
    background-image:none !important;
}

.carousel .carousel-caption .gallery-item-title
{
    font-size:2.5em;
    font-weight:600;
    /* background:rgba(0,0,0,0.35); */
    /* padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:0; */
}

.carousel .carousel-caption .gallery-item-caption
{
    display:none;
    font-size:1.4em;
    font-weight:400;
    /* background:rgba(0,0,0,0.35); */
    /* padding-left:10px;
    padding-top:0;
    padding-right:10px;
    padding-bottom:10px; */
}

.carousel .carousel-caption .gallery-item-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px)
{
    .carousel .carousel-caption .gallery-item-buttons
    {
        flex-direction: column !important;
    }
}

.carousel .carousel-caption .gallery-item-button
{
    /* background:rgba(0,0,0,0.35); */
    /* padding:25px 0; */
}

.carousel .carousel-caption .gallery-item-title,
.carousel .carousel-caption .gallery-item-caption,
.carousel .carousel-caption .gallery-item-button
{
    padding:25px 10px;
}

.carousel .carousel-caption .gallery-item-title.gallery-item-title-empty,
.carousel .carousel-caption .gallery-item-caption.gallery-item-caption-empty,
.carousel .carousel-caption .gallery-item-button.gallery-item-button-empty
{
    background:transparent
}

@media (min-width: 482px)
{
    .carousel .carousel-caption .gallery-item-caption
    {
        display:block;
    }
}

@media (min-width: 768px)
{
    .carousel .carousel-caption
    {
        margin: auto;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 50%;
    }

    .carousel .carousel-caption .gallery-item-title
    {
        font-size:3.5em;
        font-weight:600;
    }

    .carousel .carousel-caption .gallery-item-caption
    {
        font-size:2.3em;
    }

    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen
    {
        max-height:500px;
    }

    .carousel .carousel-inner
    {
        max-height:500px;
    }

    .carousel .carousel-inner div.img-bg,
    .carousel .carousel-inner img
    {
        height:500px;
    }
/* removed -- due to live site regression
    body.fullwidth .carousel .carousel-inner div.img-bg,
    body.fullwidth .carousel .carousel-inner img
    {
        height:650px;
    }
*/
}

.sui-sf-feature-carousel-caption-flex--enabled .carousel .carousel-caption
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sui-sf-feature-carousel-caption-fit_content--enabled .carousel .carousel-caption
{
    margin: 0;
    padding: 0;
    width: fit-content;
    height: fit-content;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px)
{
    .sui-sf-feature-carousel-caption-fit_content--enabled .carousel .carousel-caption
    {
        width: max-content;
        height: max-content;
    }
}

.carousel .carousel-indicators li,
.zone-block-content-wrapper .carousel .carousel-indicators li
{
    width: 42px;
    height: 4px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color:rgba(255,255,255,0.4);
    display: inline-block;
}

.carousel .carousel-indicators li.active
{
    background-color:rgba(255,255,255,0.8);
}

/* Full Width */
.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-caption
{
    padding-top:0;
}

/* Full Screen */
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen
{
    position:absolute;
    top:160px;
    left:0;
    z-index:0;
}

/* Background Check */
.carousel-caption.background--dark .gallery-item-title,
.carousel-caption.background--dark .gallery-item-caption,
.carousel-control.background--dark
{
    color:#FFF;
}

.carousel-caption.background--light .gallery-item-title,
.carousel-caption.background--light .gallery-item-caption,
.carousel-control.background--light
{
    color:#000;
}

.carousel .carousel-caption .gallery-item-title-empty,
.carousel .carousel-caption .gallery-item-caption-empty,
.carousel .carousel-caption .gallery-item-button-empty
{
    display: none;
}

.carousel-caption.background--light.background--complex .gallery-item-title,
.carousel-caption.background--light.background--complex .gallery-item-caption
{
    background:rgba(0,0,0,0.4);
}

.carousel-caption.background--dark.background--complex .gallery-item-title,
.carousel-caption.background--dark.background--complex .gallery-item-caption
{
    background:rgba(255,255,255,0.4);
}

/* .carousel-indicators.background--dark li
{
    background-color:rgba(255,255,255,0.4);
}

.carousel-indicators.background--dark li.active
{
    background-color:rgba(255,255,255,0.8);
}

.carousel-indicators.background--light li
{
    background-color:rgba(0,0,0,0.4);
}

.carousel-indicators.background--light li.active
{
    background-color:rgba(0,0,0,0.8);
} */</pre></body></html>