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

    MOBILE WHEN &lt; 870 PX WIDE

*/
@media (max-width:871px) {
    html,body {
        min-width:320px;
    }

    .fixed-menu-item {
        display: none;
    }

    .wrapper {
        padding: 0 0px;
    }

        .wrapper .page, .wrapper .homepage {
            width: auto;
            min-width: 320px;
        }

    .homepage img.main-title {
        width: 60%;
        padding: 15px 0 40px 0;
    }

    .page img.main-title {
        width: 50%;
        padding: 15px 0 20px 0;
    }

    .topmenu {
        display: none;
    }

    .mobilemenu {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 10000;
    }

    .mobilemenu li span {
        font-size:2em;
        color:#67b3c0;
    }

        .mobilemenu a.hamburger img {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 60px;
        }

    ul.mobilemenu-items {
        margin-top: 80px;
        padding: 20px 0;
        background-color: #fff;
        color: #000;
        opacity: 0.8;
        filter: alpha(opacity=80);
        text-align: center;
        list-style-type: none;
    }

        ul.mobilemenu-items li {
            list-style-type: none;
        }

            ul.mobilemenu-items li a {
                color: #67b3c0;
                text-decoration: none;
                font-size: 3em;
                line-height: 1.3em;
            }

                ul.mobilemenu-items li a:hover {
                    font-weight: bold;
                }

    .homepage-content {
        font-size: 1.15em;
        line-height: 1.2em;
        width: 80%;
        overflow: hidden;
    }

    h2.subtitle {
        font-size: 2.4em;
        margin:0 0 30px 0;
        clear: both;
    }

    .h2hiw {
        height: auto;
        font-size: 0.95em;
    }

    div.bgHalfLeft img, div.bgFull img, div.bgHalfRight img {
        width: 60px;
    }

    .txtBG, .txtBG2, .cfBG {
        min-height: 0 !important;
        height: auto !important;
        margin: 5px 0;
        overflow: hidden;
        padding:5px 20px 30px 20px;
        font-size:1.0em;
        line-height:1.2em;
    }

    .cfBG {
        width:auto;
        margin:0 10px;
        font-size:1.0em;
    }

    .cp {
        
    }

    .col-md-5, .col-md-7, .col-md-8, .col-md-10, .col-md-15 {
        float: left !important;
        width: 100% !important;
        overflow: hidden;
    }

    .cp.txtBG2 {
        margin:0 10px;
    }

    .homepage-content {
        font-size:1.1em;
    }

    .col-md-3.column{
        width:100%;
        margin:0;
    }

    .bgHalfLeft, .bgFull, .bgHalfRight {
        background-image:none !important;
        width:60px;
        margin-bottom:-20px;
        z-index:1000;
    }

    .bgHalfLeft img, .bgFull img, .bgHalfRight img {
        width:100% !important;
    }

    .h2hiw {
        text-align:left;
        display:block;
        margin-bottom:-60px;
        position:absolute;
        padding:0;
        margin:20px 0 0 80px;
    }

    h3:not(.h3ct){
        display:none;
    }

    .cp.txtBG2  .cp {
        padding:0;
        margin:0;
    }

    .txtBG {
        padding:5px 20px;
    }





    @media (max-width:580px) {
        ul.mobilemenu-items li a {
            color: #67b3c0;
            text-decoration: none;
            font-size: 2.4em;
            line-height: 1.3em;
        }
    }

    @media (max-width:480px) {
        ul.mobilemenu-items li a {
            color: #67b3c0;
            text-decoration: none;
            font-size: 2.0em;
            line-height: 1.3em;
        }

        .homepage img.main-title, .page img.main-title {
            float: left;
            padding:15px 10px 35px 10px;
            width: 60%;        
            margin:0;
        }
    }
}
</pre></body></html>