/* 
Tablet Styles (override defaults for screens between 768px and 992px wide)
*/
@media screen and (min-width: 768px) and (max-width: 992px) {

}

/* 
Mobile Styles (override defaults for screens less than 768px wide)
*/
@media screen and (max-width: 768px) {
    .u-header .u-image-1 {
        display: inline-block;
        clear: none;
        float: left;
    }

    .u-header .u-image-2 {
        width: 220px;
        margin-top: 0;
        display: inline-block;
        clear: none;
        float: right;
    }

    .u-header .u-text-1 {
        width: 200px;
        margin: 0;
        display: inline-block;
        float: right;
        clear: none;
    }

    .u-section-2 .u-sheet-1 {
        min-height: initial;
        margin-bottom: 25px;
    }

    .u-section-2 .u-image-1 {
        display: none;
    }

    .u-section-2 .u-group-1 {
        display: none;
    }

    .u-section-2 .u-text-5 {
        margin-top: 0;
    }
    
    .u-section-2 .u-container-layout-3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .u-footer .u-image-2 {
        margin: 10px auto 0;
    }

    .u-section-2 .u-layout-wrap-1 {
        margin-bottom: 0;
    }


}