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

@media only screen and (max-width: 40em) {
    .gallery .gallery-item {
        width: 50% !important;
    }

    .gform_fields &gt; li.col-4,
    .gform_fields &gt; li.col-6,
    .gform_fields &gt; li.col-8,
    .gform_fields &gt; li.col-12 {
        float: none;
        width: 96%;
    }

    .gform_fields .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
    .gform_fields .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
        width: 96%;
    }

    .gform_footer .gform_button {
        width: 100%;
    }

    /* TOP BAR Mobile STYLING */
    .top-bar {
        /*background: #603813;*/
        /*margin: 0 -15px;*/
    }

    .top-bar.expanded .title-area {
        background: #603813;
    }

    .top-bar-section ul li &gt; a {
        color: white;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        line-height: 40px;
        padding: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .top-bar-section ul li:hover &gt; a {
        background: #ffffff !important;
        color: #603813 !important;
    }

    /* Header Styles */
    header .header-top p {
        text-align: center;
    }

    header .header-info-box {
        position: static;
        text-align: center;
    }

    /* Home Page Styles */
    .home-boxes .hb-content {
        width: 100%;
    }

    .home-boxes .hb-image {
        padding: 10px 0 0;
        width: 100%;
    }

    /* Units Archive &amp; Single Styles */
    .archive-units .btn-gray {
        min-width: 0;
        width: 100%;
    }

    .units-categories .columns {
        padding: 0 5px;
    }

    .single-unit .su-meta .btn-gray {
        min-width: 0;
        width: 100%;
    }

    .single-unit .gform_footer {
        padding-bottom: 15px;
    }

    /*.single-unit .gform_footer .gform_button {
        float: none;
        position: static;
        width: 100%;
    }*/
    .single-unit .gform_footer .gform_button {
        float: none;
        position: static;
        width: 88%;
    }

    /* Footer Styles */
    footer {
        min-height: 100px;
    }

    .hb-wrap {
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-inner {
        margin: 10px;
    }

    footer .columns::before {
        display: none;
    }

    .home-slider .hs-unit {
        padding: 0;
    }

    .home-boxes {
        position: relative;
    }

    .home-slider .hs-description {
        position: relative;
        top: 20px;
        float: none;
        margin: 0 auto 60px;
    }

    .hs-unit .row {
        position: relative;
    }

    .home-slider .slick-list,
    .home-slider .slick-track,
    .home-slider {
        height: auto;
        min-height: 200px;
    }

    .home .slick-slide {
        height: auto;
    }

    .tabs-section {
        right: 0;
        top: 20px;
    }

    .page-content-section .row,
    .page-content-section .columns {
        height: auto;
    }

    .units-categories .uc-unit {
        border: 0;
    }
    .page-section {
        background-attachment: fixed!important;
    }

    .header-top ul li,
    .header-top ul li:first-child {
        border: 0;
    }

   .page-content-section  .accordion .accordion-navigation &gt; .content,
   .page-content-section  .accordion dd &gt; .content {
       padding-bottom: 0;
   }
    .contact-form {
        margin-top: 20px;
    }
    .items-slider-container .slider-nav .slick-list {
        margin: 0;
    }

    .local {
        padding: 0 10px;
    }
    .local li {
        width: 100%;
        border-right: 0;
    }

   .gallery-section {
       margin-top: 20px;
   }
    .contact-bg {
        margin-top: 20px;
    }

    .contact-form .gform_footer {
        width: 100%;
        position: relative;
        margin-top: 20px;
	top:0;
    }
} /* max-width 640px and lower. Use this for mobiles only */

/*=====================================
            Medium Screens            
======================================*/

@media only screen and (min-width: 40.0625em) {
    /* TOP BAR STYLING */
    .top-bar {
        background: transparent;
        position: relative;
        z-index: 99;
    }
    .top-bar .title-area{ display: none; }
    .top-bar-section ul {
        background: transparent;
        display: block !important;
        text-align: center;
    }
    .top-bar-section ul li {
        background: transparent;
        display: inline-block;
        float: none !important;
        vertical-align: middle;
    }


    .top-bar-section li:not(.has-form) a:not(.button) {
        color: #a1a1a1;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 15px;
        line-height: 40px;
        padding: 0 16px;
        background: transparent;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-out;
           -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
             -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;

    }


    .top-bar-section .menu &gt; li {
        position: relative;
    }
    .top-bar-section .menu &gt; li:before {
        border-left: 1px solid #636363;
        content:  " ";
        height: 20px;
        width: 1px;
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
    }

    .top-bar {
        float: right;
    }

    .top-bar-section .menu &gt; li:first-child:before {
        display: none;
    }

    .top-bar-section .menu &gt; li:last-child a {
        padding-right: 0;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover,
    .top-bar-section li:not(.has-form) a:not(.button):focus {
        background: transparent;
        color: #ffffff;
    }
    .top-bar-section li.current-menu-item &gt; a:not(.button) {
        background: transparent;
        color: #ffffff;
    }
    .top-bar-section .has-dropdown &gt; a { padding: 0 15px !important; }
    .top-bar-section .has-dropdown &gt; a:after { display: none; }

    /* Dropdown Styling*/
    .top-bar-section ul li:hover:not(.has-form) &gt; a {
        background: green;
        color: black;
    }
    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        background: olive;
        color: white;
    }
    .top-bar-section .dropdown li:not(.has-form):hover &gt; a:not(.button) {
        background: bisque;
        color: grey;
    }
    .top-bar-section .has-dropdown &gt; .dropdown li .dropdrown_menu li a { background: blue; }
    .top-bar-section .has-dropdown &gt; .dropdown li .dropdrown_menu li:hover a {
        background: red;
        color: white;
        text-decoration: underline;
    }

    .top-bar {
        height: auto;
    }
}  /* min-width 641px */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .gallery .gallery-item { width: 50% !important; }
    .btn-gray, .gform_button { width: 100%; }
    
    /* Footer Styles */
    .footer-boxes .fb-i-with-icons-links .fb-i-wil-links &gt; p { padding: 0 0 5px 25px; }

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (max-width: 1200px) {
    .home-boxes {
        bottom: 0;
    }
    .contact-form {
        margin-top: 30px;
    }
    .contact-info, .content-page {
        margin-top: 0;
    }
    .tabs-section {
        top: 0;
    }
    header, footer {
        position: relative!important;
        clear: both;
    }

    .page-section .row.archive-units {
        padding-bottom: 0;
    }

    .single-post {
        padding-bottom: 0;
    }
}

@media screen and ( min-width: 1025px )  and ( max-width: 1980px) {
    .content-page {
        min-height: 900px;
    }

}

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



    html {
        height: auto;
    }
    .single-unit .su-image {
        margin-left: 0;
    }
    .single-unit .su-image img {
        max-width: 300px;
        height: auto;
    }
    .contact-info .row .columns {
        height: auto!important;
        min-height: 200px;
    }
    .single-post .page-title {
        padding-left: 0;
    }

    .contact-info.local-info    {
      margin-top: 60px;
    }
    .map-info {
        margin-bottom: 20px;
    }

    #bgmp_map-canvas {
        width: 100%!important;
        height: 200px!important;
    }
    .contact-info &gt; .row {
        padding:  0 10px;
    }

    .tabs-section {
        top: 0;
    }

    .contact-info, .content-page {
        margin-top: 0;
    }

    header .header-top {
        padding-bottom: 30px;
    }

    .home-slider .slick-list,
    .home-slider .slick-track,
    .home-slider {
        height: auto;
        min-height: 200px;
    }

    .home .slick-slide {
        height: auto;
    }

    .hs-unit .row {
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }
    .home-boxes {
        position: relative;
    }

    .home-slider .hs-description {
        position: relative;
        top: 20px;
        float: none;
        margin: 0 auto 60px;
    }
    .home-slider .slick-dots {
        bottom: 20px;
    }


}

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

    .home-slider .hs-description h3 {
        font-size: 30px;
    }

    header .header-top {
        padding-bottom: 30px;
    }
    #wrap {
        min-height: 200px;
        height: auto;
    }
    .page-section {
        padding-bottom: 50px;
    }

    .home-boxes .hb-image,
    .home-boxes .hb-content {
        width: 100%;
    }
    .home-slider .hs-unit {
        padding-bottom: 20px;
    }
    .home .slick-dots {
        display: none!important;
    }
    .contact-info,
    .content-page {
        margin-top: 0;
    }
    .home-slider .hs-description {
        top: 40px;
    }
    .email {
        padding-right: 10px;
        word-wrap: break-word;
    }
    .home-boxes .hb-image {
        padding: 0 10px 10px 10px;
    }
    .header-logo {
        position: relative;
        left: 0;
        text-align: center;
    }
    .top-bar {
        float: none;
    }
    .header-logo img {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 640px)  and (max-width: 1024px) {
    .home-slider .hs-description {
        float: right;
    }
}
@media only screen and (max-width: 680px) {

    .home-boxes {
        position: relative;
        bottom: 0;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .home-slider .hs-unit {
        padding-bottom: 0px;
    }
    .units-categories{
        padding-left: 35%;
    }

}
@media screen and ( max-height: 1000px ){
/*footer {
    position: relative !important;
    margin-top: 100px;
}
.home footer {
 margin-top: 0;   
}*/
/*.post-type-archive-units footer,
.single-units footer {
 position: fixed !important;   
}*/
/*.page-id-120 footer {
 position: fixed !important; 
}*/
footer {
 position: fixed; 
}
}
@media(min-width:1200px) {
	.contact-form{
    padding-bottom: 100px;
    margin-bottom: 100px;
}
}
@media(min-width:641px) and (max-width:1024px) {
.contact-form{
padding-bottom: 100px;}
}
@media (min-width:322px) and (max-width:412px) {
    .g-recaptcha {
        position: relative;
        transform: scale(0.85);
        transform-origin: 0 0;
    }
    .contact-form-info .g-recaptcha {
        transform: scale(0.9);
    }
}
@media (max-width:321px) {
    .g-recaptcha {
        position: relative;
        transform: scale(0.71);
        transform-origin: 0 0;
    }
    .contact-form-info .g-recaptcha {
        transform: scale(0.79);
    }
}</pre></body></html>