/* This is for sites using the UK Webcom paragraph modules.  This rule can be disabled if you are just using basic pages. */

/* Sets site width to 100% */
    .front #content .block {
        width:100% !important;
        padding-left: 0 !important;
    }
    
    .container, .uk-container {
        width: 100% !important;
    }