<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {

}

/* 1200  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    #csiMenuWrapper .primary-menu &gt; li, #csiMenuWrapper-secondary .primary-menu &gt; li{
        padding: 0px 5px 0px 5px;
        font-size: 12px;
    }
    .higher-footer h4{
        font-size: 18px; 
      }
    



}

/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {

    .csi-ib{
        flex-direction: column;
        align-items: center;
    }
    .csi-btn-nxt-ib{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .inside-middle{
        padding-left: 1.5rem;
        padding-bottom: 3rem;
    }

    .inside-left{
        margin-left: 0px; 
    }

    .higher-footer h4{
        font-size: 13px; 
      }
    .mobile-locations{
        display: block;
        background: white;
    }
    .desktop-locations{
        display: none;
    }
    .inner-left, .page-btns{
        width: 100%;
    }

    .inner-left{
        background: rgba(255,255,255,0);
    }

    .csi-insidepages .csi-btn strong{
        font-size: 30px;
    }
    
    .csi-nav-header{
        max-width: 100%;
        width: 100%;
    }
    .csi-nav{
        border-radius:0px;
    }

    .csi-header .container-fluid{
        padding-right: 0rem!important;
        padding-left: 0rem!important;
      }

      #csiMenuWrapper ul.primary-menu, #csiMenuWrapper-secondary ul.primary-menu{
        justify-content: center;
      }
      #csiMenuWrapper .csi-Menu-inner, #csiMenuWrapper-secondary .csi-Menu-inner{
        align-items: center;
      }

 }


/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {

    .site-quote h1{
        font-size: 25px;
    }
    .site-quote{
        font-size: 16px;
    }
   

    .carousel-item{
        min-height: 350px;
    }
    .carousel-caption{
        bottom: 20px;
    }

    .higher-footer{
        text-align: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lower-links-footer{
        margin-top: 0px;
      }
}

@media (max-width: 622px) {
    #csiMenuWrapper .csi-Menu-inner, #csiMenuWrapper-secondary .csi-Menu-inner{
        align-items: flex-end;
    }
}



/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {

    .csi-header .row{
        justify-content: center; 
    }

    .mobile-locations .csi-btn{
        font-size: 30px;
    }

	.carousel-item{
        min-height: 250px;
    }
    .carousel-caption{
        margin-left: 15px;
        bottom: 0px;
    }

    .carousel-caption p{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .carousel-caption h1 div{ 
        font-size: 46px;
    }
    .username, .csi-ibButton{
        width: 92%;
        margin-left: 30px;
        margin-bottom: 10px;
        margin-right: 30px;
    }
    .csi-ibButton .btn{
        width: 100%;
    }
    
}

@media (max-width: 468px) {
    .translator{
        margin-left: -40px;
        margin-top: -50px;
    }

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