/* URI: /search-naics/ai+healthcare-consulting */
/* Paths: /css/system-below.css,/css/layout-below.css */
/* File: /bundles/cbb_cad0912dc9fb0cd43cbca1181bbf073c_09acaef4.css */
/* Created CSS File: 2026-01-23 18:44:51 */


/* Footer */
footer > div {
    padding: 32px 0;
}

/* Unified Governance Section Container */
#footer-governance-section {
    background: #f8f8f8;
    padding: 0;
}

/* Section 1: Footer Header */
#footer-header {
    padding: 40px 0 24px;
    background: linear-gradient(to bottom, #e6f2fb, #f8f8f8);
}

#footer-header h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

/* Section 2: Primary Footer Columns */
#footer-primary-columns {
    padding: 36px 0;
}

.footer-columns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.footer-column {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.footer-column-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-column-icon {
    flex-shrink: 0;
}

.footer-column-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.footer-column-title a {
    color: #333;
    text-decoration: none;
}

.footer-column-title a:hover {
    color: #2964b0;
    text-decoration: underline;
}

.footer-column-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.footer-column-sublinks {
    margin: 0;
    padding: 0;
}

.footer-column-sublinks a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #2964b0;
    text-decoration: none;
    padding-left: 15px;
}

.footer-column-sublinks a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2964b0;
}

.footer-column-sublinks.list-style-triangle > :not(.nav-title):before {
    margin-top: 4px;
}

.footer-column-sublinks a:hover {
    text-decoration: underline;
}

/* Section 3: Authority & Trust Block */
#footer-authority-trust {
    padding: 24px 0 28px;
}

.footer-authority-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-authority-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.footer-authority-icon {
    flex-shrink: 0;
}

.footer-authority-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.footer-authority-header h3 a {
    color: #333;
    text-decoration: none;
}

.footer-authority-header h3 a:hover {
    color: #2964b0;
    text-decoration: underline;
}

.footer-authority-intro {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.footer-authority-details {
    font-size: 16px;
    color: #666;
    margin: 0 0 16px 0;
}

.footer-authority-details span {
    color: #666;
}

.footer-authority-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

/* Section 4: Legal & Utility Links */
#footer-legal-links {
    padding: 24px 0;
}

.footer-legal-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    font-size: 16px;
}

.footer-legal-nav a {
    color: #2964b0;
    text-decoration: none;
    white-space: nowrap;
}

.footer-legal-nav a:hover {
    text-decoration: underline;
}

.footer-link-separator {
    color: #999;
}

/* Section 5: Footer Brand Block */
#footer-brand {
    padding: 32px 0;
    background: #fff;
}

.footer-brand-logo {
    margin: 0 0 12px 0;
}

.footer-brand-logo a {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-brand-logo a:hover {
    opacity: 0.8;
}

.footer-brand-logo svg {
    display: block;
    margin: 0 auto;
}

.footer-brand-tagline {
    font-size: 16px;
    color: #666;
    margin: 0 0 4px 0;
}

.footer-brand-since {
    font-size: 16px;
    color: #999;
    margin: 0;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .footer-columns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #footer-header h2 {
        font-size: 28px;
    }

    .footer-column {
        padding: 20px;
    }

    .footer-authority-header {
        flex-direction: column;
        gap: 12px;
    }

    .footer-authority-header h3 {
        font-size: 20px;
    }

    .footer-legal-nav {
        flex-direction: column;
        gap: 12px;
    }

    .footer-link-separator {
        display: none;
    }

    .footer-brand-logo {
        font-size: 28px;
    }
}


/* TODO: Move to pages/general-below.css */
.content table td {
    vertical-align: baseline;
}
.content table p,
.content table h6 {
    margin: 0;
}
