.staff_style_2 .single-staff {
    clear: both;
}

.staff_style_1 .staff-email {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .staff_style_1 .staff-email a {
        border-radius: 20px;
        display: inline-block;
        padding: 8px 50px;
    }

.staff_style_5 .content {
    position: relative;
    padding-bottom: 40px;
}

.staff_style_5 .staff-email {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

    .staff_style_5 .staff-email a {
        display: block;
        padding: 8px 50px;
        transition: width .3s;
    }

.staff_style_1, .staff_style_5 {
    display: flex;
    flex-direction: column;
}

    .staff_style_1 .single-staff {
        text-align: center;
    }

    .staff_style_1 .staff-thumb .staff-thumb-img,
    .staff_style_5 .staff-thumb .staff-thumb-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .staff_style_5 .staff-thumb img {
        width: 160px;
        height: 160px;
    }

    .staff_style_5 .staff-thumb {
        background-color: #ffffff;
    }

    .staff_style_5 .staff-bio {
        max-height: 250px;
        overflow-x: scroll;
        overflow: hidden;
    }

    .staff_style_1 .staff-bio {
        max-height: 150px;
        overflow-x: auto;
        margin-bottom: 1rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .staff_style_1 .single-staff {
        padding-bottom: 1.5rem;
    }

        .staff_style_1 .single-staff .content,
        .staff_style_5 .single-staff .content {
            padding-left: 15px;
            padding-right: 15px;
        }

    .staff_style_5 .staff-thumb {
        margin-bottom: 2rem;
    }

    .staff_style_1 .staff-thumb {
        min-height: 172px;
    }

        .staff_style_1 .staff-thumb .staff-thumb-img {
            border-radius: 50%;
            border: solid 4px #fff;
            width: 140px;
            height: 140px;
            margin-left: auto;
            margin-right: auto;
        }

    .staff_style_5 .staff-thumb .staff-thumb-img {
        width: 100%;
        padding-bottom: 100%;
    }

    .staff_style_1 .staff-name,
    .staff_style_5 .staff-name {
        font-size: 24px;
        line-height: 25px;
        font-weight: 400;
    }

    .staff_style_1 .staff-phone a,
    .staff_style_5 .staff-phone a {
        text-decoration: none;
    }

.staff_area.staff_style_3 .item-col {
    width: 100%;
}

.staff_area.staff_style_3 table tbody > tr:nth-child(odd) > td, .staff_area.staff_style_3 table tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

.staff_area.staff_style_3 table tbody tr:hover > td, .staff_area.staff_style_3 table tbody tr:hover > th {
    background-color: #ffffff !important;
}


.staff_area.staff_style_3 table tbody > tr:nth-child(odd) > td,
.staff_area.staff_style_3 table tbody > tr:nth-child(odd) > th {
    /*background-color: transparent;*/
    background-color: #ffffff !important;
}


.staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > td,
.staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > th {
    border: none;
    border-top: solid 1px var(--tab-bg);
}

.staff_member_wrapper.tabs-3 .tab_content table > tbody > tr:first-child > td,
.staff_member_wrapper.tabs-3 .tab_content table > tbody > tr:first-child > th {
    border-top: 0;
}

.staff_member_wrapper.tabs-3 .tab_content table {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

@media screen and (max-width: 767px) {
    .staff_member_wrapper.tabs-3 .tab_content table td,
    .staff_member_wrapper.tabs-3 .tab_content table th {
        white-space: nowrap;
    }
}

@media screen and (max-width: 430px) {
    .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > td,
    .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > th {
        border-top: none;
    }

    .staff_member_wrapper.tabs-3 .tab_content table td,
    .staff_member_wrapper.tabs-3 .tab_content table th {
        white-space: normal;
    }

    .staff_member_wrapper.tabs-3 .tab_content {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

        .staff_member_wrapper.tabs-3 .tab_content table,
        .staff_member_wrapper.tabs-3 .tab_content table > tbody,
        .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr,
        .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > td {
            display: block;
        }

            .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr {
                border-bottom: solid 1px var(--tab-bg);
                padding-top: 12px;
                padding-bottom: 12px;
            }

                .staff_member_wrapper.tabs-3 .tab_content table > tbody > tr > td {
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

        .staff_member_wrapper.tabs-3 .tab_content table {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .staff_area.staff_style_3 .staff-name {
        font-weight: bold;
    }
}

@media (min-width: 450px) {
    .staff_style_1 .staff-thumb .staff-thumb-img {
        width: 220px;
        height: 220px;
    }

    .staff_style_1 .staff-thumb {
        min-height: 252px;
    }
}

@media (min-width:0) and (max-width:768px) {
    .staff_area.staff_style_1 .item-col,
    .staff_area.staff_style_5 .item-col {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width:1199px) {
    .staff_area.staff_style_1 .item-col,
    .staff_area.staff_style_5 .item-col {
        width: 48% !important;
    }
}

@media (min-width: 769px) {
    .staff_style_2 {
        display: flex;
        row-gap: 30px;
        flex-direction: column;
    }

        .staff_style_2 .single-staff {
            display: flex;
            gap: 30px;
            align-items: center;
        }

            .staff_style_2 .single-staff > div {
                flex: 1;
            }

            .staff_style_2 .single-staff .staff-thumb {
                max-width: 340px;
                text-align: center;
            }

    .staff_area.staff_style_1,
    .staff_area.staff_style_5 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

        .staff_area.staff_style_5 .item-col {
            margin-left: auto;
            margin-right: auto;
        }
}

@media (min-width: 1200px) {
    .staff_style_1 .staff-thumb .staff-thumb-img {
        border: solid 7px #fff;
    }

    .staff_style_1 .staff-thumb {
        padding-top: 2rem;
    }

    .staff_style_1 .staff-name,
    .staff_style_5 .staff-name {
        font-size: 30px;
        line-height: 32px;
    }
}
