.roofing-page-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        margin-top: 32px;
    }
    .roofing-page-nav a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: .9rem;
        font-weight: 600;
        padding: 10px 24px;
        border: 2px solid #e5e5e5;
        color: #e5e5e5;
        text-decoration: none;
        transition: background-color .2s, color .2s;
    }
    .roofing-page-nav a:hover,
    .roofing-page-nav a:focus {
        background-color: #e5e5e5;
        color: #111;
        text-decoration: none;
    }
    .roofing-page-nav a svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        flex-shrink: 0;
    }
    .comm-types-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        list-style: none;
        margin: 20px 0 0;
        padding: 0;
    }
    .comm-types-item {
        font-size: .875rem;
        font-weight: 600;
        padding: 6px 16px;
        background-color: var(--accent-color);
        color: #fff;
        border-left: 3px solid var(--yellow);
    }
    .roofing-scroll-target {
        display: block;
        position: relative;
        top: -40px;
        visibility: hidden;
    }

#rft_global {
	background: #f4f4f4;
}