/* TRINITY STAFF */

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

.tst-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    color: #292929;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.tst-shell {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
}

.tst-eyebrow {
    margin-bottom: 9px;
    color: #a71920;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* HERO */

.tst-hero {
    padding: 68px 0 62px;
    background: #dceff2;
}

.tst-hero h1 {
    margin: 0 0 18px;
    color: #292929;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 500;
}

.tst-hero p {
    max-width: 720px;
    margin: 0;
    color: #575757;
    font-size: 18px;
    line-height: 1.7;
}

/* MAIN */

.tst-main {
    padding: 48px 0 65px;
    background: #ffffff;
}

.tst-group {
    margin-bottom: 54px;
}

.tst-group:last-child {
    margin-bottom: 0;
}

.tst-group-heading {
    margin-bottom: 20px;
}

.tst-group-heading h2 {
    margin: 0;
    color: #292929;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.tst-directory {
    border-top: 1px solid #dddddd;
}

/* STAFF ROW */

.tst-person {
    margin: 0;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}

.tst-person:nth-child(even) {
    background: #faf8f4;
}

.tst-person-summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 18px 72px 18px 18px;
    cursor: pointer;
    list-style: none;
}

.tst-person-summary::-webkit-details-marker {
    display: none;
}

.tst-photo-wrap {
    flex: 0 0 112px;
    width: 112px;
    margin-right: 24px;
}

.tst-photo {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
    object-position: center top;
    border-radius: 9px;
}

.tst-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dceff2;
    color: #a71920;
    font-size: 38px;
    font-weight: 500;
}

.tst-person-main {
    flex: 1 1 auto;
    min-width: 0;
}

.tst-name {
    margin: 0 0 4px !important;
    color: #292929;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
}

.tst-position {
    margin-bottom: 14px;
    color: #a71920;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.tst-contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tst-phone {
    display: inline-block;
    margin: 0 18px 4px 0;
    color: #555555 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.tst-phone:hover,
.tst-phone:focus {
    color: #a71920 !important;
    text-decoration: underline !important;
}

.tst-phone span {
    margin-right: 4px;
}

.tst-contact-button {
    display: inline-block;
    margin: 0 0 4px;
    padding: 8px 14px;
    border: 1px solid #b9d7dc;
    border-radius: 5px;
    background: #dceff2;
    color: #292929 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
}

.tst-contact-button:hover,
.tst-contact-button:focus {
    border-color: #a71920;
    background: #ffffff;
    color: #a71920 !important;
}

/* + / - */

.tst-toggle {
    position: absolute;
    right: 23px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.tst-toggle:before,
.tst-toggle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #777777;
    transform: translate(-50%, -50%);
}

.tst-toggle:before {
    width: 22px;
    height: 2px;
}

.tst-toggle:after {
    width: 2px;
    height: 22px;
}

.tst-person[open] .tst-toggle:after {
    display: none;
}

/* BIO */

.tst-bio {
    padding: 0 72px 30px 154px;
}

.tst-bio-inner {
    max-width: 820px;
    padding-top: 4px;
    border-top: 1px solid #e6e6e6;
}

.tst-bio-inner p,
.tst-bio-inner li {
    color: #595959;
    font-size: 16px;
    line-height: 1.7;
}

.tst-bio-inner p {
    margin: 18px 0 0;
}

.tst-bio-inner ul,
.tst-bio-inner ol {
    margin-top: 14px;
}

.tst-person[data-no-bio="1"] .tst-person-summary {
    cursor: default;
    padding-right: 18px;
}

/* MOBILE */

@media (max-width: 760px) {

    .tst-hero {
        padding: 45px 0;
    }

    .tst-hero h1 {
        font-size: 38px;
    }

    .tst-hero p {
        font-size: 16px;
    }

    .tst-main {
        padding: 38px 0 50px;
    }

    .tst-group {
        margin-bottom: 42px;
    }

    .tst-group-heading h2 {
        font-size: 29px;
    }

    .tst-person-summary {
        align-items: flex-start;
        min-height: 0;
        padding: 16px 48px 16px 12px;
    }

    .tst-photo-wrap {
        flex: 0 0 82px;
        width: 82px;
        margin-right: 14px;
    }

    .tst-photo {
        width: 82px;
        height: 82px;
        border-radius: 7px;
    }

    .tst-name {
        font-size: 21px;
    }

    .tst-position {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .tst-contact-row {
        display: block;
    }

    .tst-phone {
        display: block;
        margin: 0 0 8px;
        font-size: 13px;
    }

    .tst-contact-button {
        padding: 7px 11px;
    }

    .tst-toggle {
        right: 10px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .tst-toggle:before {
        width: 18px;
    }

    .tst-toggle:after {
        height: 18px;
    }

    .tst-bio {
        padding: 0 18px 25px 108px;
    }

    .tst-bio-inner p,
    .tst-bio-inner li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .tst-person-summary {
        display: block;
        padding: 16px 42px 16px 16px;
    }

    .tst-photo-wrap {
        width: 100px;
        margin: 0 0 14px;
    }

    .tst-photo {
        width: 100px;
        height: 100px;
    }

    .tst-bio {
        padding: 0 16px 24px;
    }
}


/* DIRECT STAFF LINKS */

.tst-person:target {
    outline: 2px solid #dceff2;
    outline-offset: 2px;
}
