<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-support{
    display: none;
}
@media (max-width: 768px) {
    .desktop-support{
        display: none;
    }
    .mobile-support{
        display: block;
    }
    .column-left{
        display: none;
    }
    .column-center{
        width: 100%;
    }
    .column-right{
        display: block;
    }
    .border-images img{
        max-height: none;
    }
    .main-menu{
        background: rgba(69, 153, 51, 1);
        display: inline-block;
        width: 100%;
        min-height: 38px;
    }
    .main-menu .nav{
        height: auto;
        margin-top: 0;
        display: none;
        width: 100%;
    }
    .nav li {
        width: 100%;
        border-bottom: none;
        display: inline-block;
        margin-right: -4px;
        background: none;
    }
    .nav li.nav-item{
        background: none;
    }
    /* Sub Menus */
    .nav li ul {
        position: static;
        display: none;
        width: inherit;
    }

    .nav li:hover ul {
        display: block;
    }

    .nav li ul li {
        display: block;
    }
    .nav a:hover, .nav a.active{
        border: none;
        height: 40px;
        margin-top: 0px;
        border-radius: 0;
        background: none;
        line-height: 36px;
    }
    /*end*/
    .uk-menu-toggle{
        position: absolute;
        right: -2px;
        top:3px;
        display: block;
        border: none;
        background: transparent;
        color: #006400 ;
        cursor: pointer;
    }
    .nav-bar{
        background: #00b4f5;
        color: #fff;
        height: 38px;
        margin: 0;
        top: 0;
    }
    .views-more ul li.item-1-4{
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .basi-fix{
        top: auto;
        bottom: 20px;
    }
    .nav li{
        position: relative;
    }
    .hover-class{
        display: block;
        cursor: pointer;
        z-index: 999;
    }
    .fixed{
        position: relative!important;
    }
    .show-block{
        display: none;
    }
    .hide-block{
        display: block;
    }
}
@media (width: 768px) {
    .home-article-excerpt{
        display: none;
    }

}
@media (max-width: 480px) {
    .views-more ul li.item-1-4{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .views-more ul li.item-1-4 img{
        width: 100%;
        height: auto;
    }
    .views-more ul li.item-1-2{
        width: 100%;
        float: none;
    }
    .basi-fix{
        display: none;
    }
}</pre></body></html>