body.page-id-5975 .stm_titlebox,
body.page-id-5975 .stm_breadcrumbs,
body.page-id-5975 .page_title,
body.page-id-5975 .entry-header {
    display: none !important;
}

body.page-id-5975 .site-content,
body.page-id-5975 .site-content > .container,
body.page-id-5975 .wpb-content-wrapper,
body.page-id-5975 .tse-board-wpb-row,
body.page-id-5975 .tse-board-wpb-row .vc_row,
body.page-id-5975 .tse-board-wpb-row .wpb_column,
body.page-id-5975 .tse-board-wpb-row .vc_column-inner,
body.page-id-5975 .tse-board-wpb-row .wpb_wrapper,
body.page-id-5975 .tse-board-wpb-row .wpb_content_element,
body.page-id-5975 .tse-board-wpb-row .wpb_raw_code {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tse-board-page,
.tse-board-page * {
    box-sizing: border-box;
}

.tse-board-page {
    background: #f6f3f4;
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-board-hero {
    align-items: center;
    background-color: #00398d;
    background-image: linear-gradient(180deg, rgba(0, 57, 141, 0) 36%, rgba(0, 57, 141, 0.86) 64%, #00398d 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 33%), url("/wp-content/themes/pearl-child/assets/tse/board-of-directors/hero-board-overlay.png"), url("/wp-content/themes/pearl-child/assets/tse/board-of-directors/hero-board.png");
    background-position: center top, center top, center top, center top;
    background-repeat: no-repeat;
    background-size: cover, cover, cover, cover;
    display: flex;
    justify-content: center;
    min-height: 700px;
    padding: 350px 80px 80px;
    position: relative;
    text-align: center;
}

.tse-board-hero::after {
    background: url("/wp-content/themes/pearl-child/assets/tse/ellipse-hero-large.svg?v=1784080819") center / contain no-repeat;
    bottom: -230px;
    content: "";
    height: 520px;
    opacity: 0.48;
    pointer-events: none;
    position: absolute;
    right: -120px;
    transform: rotate(18deg);
    width: 520px;
}

.tse-board-hero-inner {
    margin: 0 auto;
    max-width: 1158px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tse-board-kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

.tse-board-hero h1 {
    background: linear-gradient(92deg, #ffffff 49%, rgba(255, 255, 255, 0.18) 109%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    margin: 0 0 20px;
}

.tse-board-hero p:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 822px;
}

.tse-board-main {
    background: #f6f3f4;
    padding: 100px 80px 154px;
    position: relative;
    z-index: 2;
}

.tse-board-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 1056px;
    width: 100%;
}

.tse-board-director {
    background: #e8e5e6;
    border-radius: 20px;
    color: #1c1b1f;
    overflow: hidden;
}

.tse-board-director[open] {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
}

.tse-board-director summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    list-style: none;
    min-height: 76px;
    padding: 24px 36px;
}

.tse-board-director summary::-webkit-details-marker {
    display: none;
}

.tse-board-director-name {
    color: #1c1b1f;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.tse-board-director[open] .tse-board-director-name {
    color: #00398d;
}

.tse-board-director-toggle {
    align-items: center;
    color: #1c1b1f;
    display: flex;
    flex: 0 0 auto;
    font-size: 24px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 180ms ease;
    width: 24px;
}

.tse-board-director[open] .tse-board-director-toggle {
    color: #00398d;
    transform: rotate(-90deg);
}

.tse-board-director-body {
    padding: 0 36px 24px;
}

.tse-board-director-body strong {
    color: #1c1b1f;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 12px;
}

.tse-board-director-body p,
.tse-board-director-body li {
    color: #1c1b1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.tse-board-director-body p {
    margin: 0 0 12px;
}

.tse-board-director-body .ir_bod_title {
    margin-top: 0;
}

.tse-board-director-body ul {
    margin: 0 0 12px 24px;
    padding: 0;
}

.tse-board-director-body li p {
    display: inline;
    margin: 0;
}

@media (max-width: 1180px) {
    .tse-board-hero,
    .tse-board-main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 760px) {
    .tse-board-hero {
        min-height: 620px;
        padding: 245px 20px 72px;
    }

    .tse-board-hero::after {
        bottom: -180px;
        height: 360px;
        right: -170px;
        width: 360px;
    }

    .tse-board-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .tse-board-hero h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .tse-board-hero p:last-child {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-board-main {
        padding: 45px 20px 84px;
    }

    .tse-board-director summary,
    .tse-board-director-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tse-board-director-name,
    .tse-board-director-body strong,
    .tse-board-director-body p,
    .tse-board-director-body li {
        font-size: 15px;
        line-height: 25px;
    }
}

/* Mobile page gutters match the homepage spacing. */
@media (max-width: 760px) {
    .tse-board-hero,
    .tse-board-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
