body.single-team-member {
    background: #fdfdfc;
    color: #2d2d2d;
}

.single-team-member .site-content .ast-container,
.single-team-member.ast-separate-container #content .ast-container {
    display: block;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.team-member-template {
    font-family: "Outfit", Arial, sans-serif;
}

.pcit-hero {
    position: relative;
    width: 100%;
}

.pcit-hero__notice {
    background: #1d414b;
    display: flex;
    justify-content: center;
    padding: 10px 16px;
    text-align: center;
}

.pcit-hero__notice p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.pcit-hero__notice a {
    color: #fff;
    text-decoration: underline;
}

.pcit-hero__top {
    background: #f7941d;
    padding: 10px 0;
    position: relative;
}

.pcit-hero__top_content {
    align-items: center;
    display: flex;
    gap: 16px;
    height: 50px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1em;
}

.pcit-hero__cta {
    background: #1596c8;
    border-radius: 999px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.7em 2em;
    text-decoration: none;
}

.pcit-hero__cta:hover,
.pcit-hero__cta:focus {
    background: #f16c39;
    color: #fff;
}

.pcit-hero__inner {
    background: url("/wp-content/uploads/2026/01/pcit-hero-img-bg-1a.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    margin: -24px auto 0;
    max-width: 100%;
    padding: 4em 1em;
}

.hero-inner-content,
.team-member-profile,
.team-member-counties__inner,
.team-member-cta__inner {
    margin: 0 auto;
    max-width: 1200px;
}

.hero-inner-content {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    width: 1200px;
}

.pcit-member-title {
    padding-bottom: 1rem;
}

.pcit-hero__home-link {
    color: inherit;
    text-decoration: none;
}

.pcit-hero__left h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.pcit-hero__member-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 1rem 0 0;
}

.pcit-hero__right {
    text-align: center;
    width: 60%;
}

.pcit-hero__right img {
    width: 330px;
}

.pcit-hero__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.hero-img-lower {
    background: url("http://pcit1stg.wpenginepowered.com/wp-content/uploads/2025/10/pcit-pre-footer-img.png");
    height: 44px;
}

.team-member-section-label {
    color: #f7941d;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.team-member-chip {
    background: #fff;
    border: 1px solid #dbe4e8;
    border-radius: 999px;
    color: #093c58;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
}

.team-member-chip--link {
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.team-member-chip--link:hover,
.team-member-chip--link:focus {
    background: #093c58;
    border-color: #093c58;
    color: #fff;
    transform: translateY(-1px);
}

.team-member-profile {
    align-items: start;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    padding: 4.5rem 0;
}

.team-member-profile__media {
    position: relative;
}

.team-member-profile__image,
.team-member-profile__placeholder {
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(9, 60, 88, 0.16);
    display: block;
    width: 100%;
}

.team-member-profile__placeholder {
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, #dce8ef, #f2f5f7);
}

.team-member-counties__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.team-member-profile__counties {
    margin-top: 2.5rem;
}

.team-member-profile__content h2,
.team-member-counties__inner h2,
.team-member-cta__inner h2 {
    color: #093c58;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin: 0 0 1.25rem;
}

.team-member-profile__bio {
    font-size: 1.15rem;
    line-height: 1.8;
}

.team-member-profile__bio p {
    margin: 0 0 1.25rem;
}

.team-member-counties {
    background: #f4f7f8;
    padding: 4rem 1.5rem;
}

.team-member-chip--large {
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
}

.team-member-cta {
    padding: 4rem 1.5rem 5rem;
}

.team-member-cta__inner {
    align-items: center;
    background: #0075c9;
    border-radius: 32px;
    color: #fff;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 2.5rem;
}

.team-member-cta__inner h2,
.team-member-cta__inner .team-member-section-label {
    color: #fff;
}

.team-member-cta__button {
    background: #f7941d;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 800;
    padding: 0.9rem 1.6rem;
    text-decoration: none;
    white-space: nowrap;
}

.team-member-cta__button:hover,
.team-member-cta__button:focus {
    background: #f16c39;
    color: #fff;
}

.pcit-footer {
    background: #007177;
    color: #fff;
    margin-left: 50%;
    padding: 3rem 1rem;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
}

.footer-inner {
    align-items: flex-end;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.footer-left {
    max-width: 85%;
}

.footer-left h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.footer-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.footer-logo img {
    display: block;
    left: 45%;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    width: 200px;
}

.footer-right {
    font-size: 22px;
    text-align: right;
}

.footer-contact {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.footer-copy {
    font-size: 22px;
}

@media (max-width: 921px) {
    .pcit-hero__right {
        display: none;
    }

    .pcit-hero__left h1 {
        font-size: 50px;
    }

    .team-member-profile {
        grid-template-columns: 1fr;
    }

    .team-member-profile__media {
        max-width: 420px;
    }

    .team-member-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .team-member-profile,
    .team-member-counties,
    .team-member-cta {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pcit-hero__top_content {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    .team-member-cta__inner {
        border-radius: 24px;
        padding: 2rem;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-left,
    .footer-right {
        max-width: 100%;
        text-align: center;
    }

    .footer-logo img {
        left: auto;
        position: static;
        top: auto;
    }

    .footer-social {
        justify-content: center;
    }
}
