/* =========================================================
   PSYCHEVALUS FOOTER
========================================================= */

.peu-footer {
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
    color: #344054;
}


/* =========================================================
   Brand
========================================================= */

.peu-footer-eyebrow {
    display: block;
    margin-bottom: .5rem;
    color: var(--bs-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.peu-footer-logo {
    color: #101828;
    font-size: 1.65rem;
    font-weight: 700;
}

.peu-footer-lead {
    max-width: 430px;
    margin-bottom: 0;
    color: #667085;
    font-size: .9rem;
    line-height: 1.7;
}

.peu-footer-powered {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .7rem;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: .5rem;
    color: #667085;
    font-size: .75rem;
}

.peu-footer-powered strong {
    color: #344054;
}


/* =========================================================
   Footer Navigation
========================================================= */

.peu-footer-heading {
    margin-bottom: 1rem;
    color: #344054;
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.peu-footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.peu-footer-links li {
    margin-bottom: .55rem;
}

.peu-footer-links a {
    color: #667085;
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s ease;
}

.peu-footer-links a:hover {
    color: var(--bs-primary);
}

.peu-footer-small {
    color: #667085;
    font-size: .8rem;
    line-height: 1.55;
}

.peu-footer-professional-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--bs-primary);
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
}

.peu-footer-professional-link:hover {
    text-decoration: underline;
}

.peu-footer-divider {
    border-color: #e4e7ec;
    opacity: 1;
}

/* =========================================================
   MHISYSTEMS LINKS
========================================================= */

.peu-powered-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #344054;
    text-decoration: none;
    transition: color .2s ease;
}

.peu-powered-link:hover {
    color: var(--bs-primary);
}

.peu-powered-link i {
    font-size: .65rem;
}


.peu-mhi-inline-link {
    color: var(--bs-primary);
    font-weight: 700;
    text-decoration: none;
}

.peu-mhi-inline-link:hover {
    text-decoration: underline;
}


.peu-mhi-learn-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
    color: var(--bs-primary);
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
}

.peu-mhi-learn-link:hover {
    text-decoration: underline;
}

.peu-mhi-learn-link i {
    font-size: .7rem;
}


/* Copyright MHIsystems link */

.peu-copyright a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.peu-copyright a:hover {
    color: var(--bs-primary);
}

/* =========================================================
   MHISYSTEMS NETWORK
========================================================= */



.peu-network-title {
    margin-bottom: .6rem;
    color: #101828;
    font-size: 1.2rem;
    font-weight: 700;
}

.peu-network-description {
    color: #667085;
    font-size: .83rem;
    line-height: 1.6;
}


/* Network Cards */

.peu-network-card {
    position: relative;
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: .8rem;
    color: inherit;
    text-decoration: none;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

a.peu-network-card:hover {
    border-color: rgba(var(--bs-primary-rgb), .45);
    box-shadow: 0 .35rem 1rem rgba(16, 24, 40, .06);
    transform: translateY(-2px);
}


/* Current Site */

.peu-network-card.active {
    border-color: rgba(var(--bs-primary-rgb), .55);
    background: rgba(var(--bs-primary-rgb), .025);
}

.peu-network-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.peu-current-badge {
    padding: .25rem .45rem;
    background: rgba(var(--bs-primary-rgb), .09);
    border-radius: 50rem;
    color: var(--bs-primary);
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap;
}


/* Icon */

.peu-network-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: .85rem;
    border-radius: .6rem;
    background: rgba(var(--bs-primary-rgb), .08);
    color: var(--bs-primary);
    font-size: 1rem;
}


/* Type */

.peu-network-type {
    display: block;
    margin-bottom: .2rem;
    color: #98a2b3;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}


/* Title */

.peu-network-card h5 {
    margin-bottom: .4rem;
    color: #101828;
    font-size: .88rem;
    font-weight: 700;
}


/* Description */

.peu-network-card p {
    margin-bottom: .65rem;
    color: #667085;
    font-size: .74rem;
    line-height: 1.5;
}


/* Link */

.peu-network-link {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    color: var(--bs-primary);
    font-size: .72rem;
    font-weight: 600;
}


/* =========================================================
   SELF-ASSESSMENT NOTICE
========================================================= */

.peu-footer-notice {
    background: #f1f3f6;
    border-top: 1px solid #e4e7ec;
}

.peu-notice-icon {
    flex: 0 0 auto;
    padding-top: .05rem;
    color: #667085;
}

.peu-footer-notice h6 {
    color: #475467;
    font-size: .78rem;
    font-weight: 700;
}

.peu-footer-notice p {
    max-width: 1100px;
    color: #667085;
    font-size: .73rem;
    line-height: 1.6;
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.peu-footer-bottom {
    background: #fff;
    border-top: 1px solid #e4e7ec;
}

.peu-copyright {
    color: #667085;
    font-size: .73rem;
}

.peu-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.peu-bottom-links a {
    color: #667085;
    font-size: .73rem;
    text-decoration: none;
}

.peu-bottom-links a:hover {
    color: var(--bs-primary);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .peu-footer-brand {
        max-width: 600px;
    }

}


@media (max-width: 767.98px) {

    .peu-footer-main .container {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .peu-network-card {
        padding: .9rem;
    }

    .peu-bottom-links {
        gap: .6rem 1rem;
    }

}

