/* remove sidebar from content area | 4890481-zen (LL) */
@media screen and (min-width: 59.6875em) {

    .sidebar {
        display: none;
    }

    .site-content {
        float: unset;
        margin-left: unset;
        width: 100%;
    }
}

/* remove white area on left background | 4890481-zen  (LL) */
body:before {
    display: none;
}

/* make footer dimensions match content defaults | 4890481-zen (LL) */																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																