<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- Home page carousel -----*/

.carousel .item img
{
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    max-width: inherit;
    min-width: 320px;
    display: block;
}
.carousel .item .container
{
    min-height: 350px;
    padding: 30px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel .item .container,
.carousel .item .container + div,
.carousel .item &gt; :last-child {
    position: relative;
    z-index: 1;
}
.carousel-control
{
    z-index: 50;
    width: 10%;
}
.carousel-control span
{
    position: absolute;
    height: 100px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
}
.left.carousel-control span
{
    left: 5px;
}
.right.carousel-control span
{
    right: 5px;
}
.carousel h1.xbold.xxxl
{
    letter-spacing: normal;
    font-size: 90px;
    font-size: 6rem;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0,0,0,.5);
}
.carousel h2
{
    font-family: 'ff-meta-web-pro', 'Lucida Sans', Helvetica, sans-serif;
}
.carousel .btn
{
    font-size: 52px;
    font-size: 3.5rem;
    background: #000064;
    background: rgba(0,0,100,.75);
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: normal;
}

.carousel .item .container + div .btn:not(:first-child)
{
    margin-left: 30px;
}



/*----- Responsive Overrides -----*/

@media screen and (min-width: 992px) and (max-width: 1279px)
{
    .carousel h1.xbold.xxxl
    {
        font-size: 5rem;
        font-size: 75px;
    }

    .carousel h2
    {
        font-size: 1.5rem;
        font-size: 23px;
    }
    .carousel .btn
    {
        font-size: 2.5rem;
        font-size: 38px;
    }

}


@media screen and (max-width: 991px)
{
    .carousel .item .container
    {
        min-height: 200px;
    }

    .carousel h1.xbold.xxxl
    {
        font-size: 60px;
        font-size: 4rem;
    }

    .carousel h2
    {
        font-size: 1.166666666667rem;
        font-size: 18px;
    }

    .carousel .btn
    {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px)
{

    .carousel .item .container
    {
        min-height: 125px;
    }
    .carousel h1.xbold.xxxl
    {
        font-size: 3rem;
        font-size: 45px;
    }
    .carousel h2
    {
        font-size: 15px;
        font-size: 1rem;
    }

}


@media screen and (min-width: 480px) and (max-width: 599px)
{

    .carousel .item .container
    {
        min-height: 75px;
    }



}

@media screen and (max-width: 479px)
{
    /* Carousel responsive styles */
    .navbar-brand, .wizardNav .navbar-brand
    {
        padding: 0;
    }
    .carousel .item
    {
        background: #7c81b8;
    }
    .carousel .item img
    {
        width: 100% !important;
    }
    .carousel .item .container
    {
        display: none;
    }
    .carousel .item .container + div.topMar2
    {
        margin-top: 0;
    }
            .carousel h1.xbold.xxxl
        {
            font-size: 2.5rem;
            font-size: 38px;
        }
    .carousel h2
    {
        
        font-size: .83333333333rem;
        font-size: 13px;
    }

}
</pre></body></html>