/* TEMPLATE: NO SIDEBAR */

/* REMOVE GRID COMPLETELY */
.content-grid {
    display: block;
}

/* MAKE CONTENT WIDER AND CENTERED */
.content-area {
    max-width: 900px;
    margin: 0 auto;
}

/* OPTIONAL: MORE BREATHING ROOM ON LARGE SCREENS */
@media (min-width: 1200px) {
    .content-area {
        max-width: 960px;
    }
}

/* FOOTER BUSINESS PANEL (REPLACES SIDEBAR INFO) */

.footer-business-panel {
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    text-align: left;
}

.footer-business-panel h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.2rem;
}

.footer-business-panel p {
    margin: 0 0 8px;
    line-height: 1.6;
}

.footer-business-panel a {
    color: #ffffff;
    text-decoration: none;
}

.footer-business-panel strong {
    display: inline-block;
    min-width: 90px;
}

/* CLEAN IMAGE WRAPPING ON MOBILE */

@media (max-width: 900px) {
    .content-section .content-image.left-wrap,
    .content-section .content-image.right-wrap,
    .content-section .content-image.centre {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 16px;
    }
}