.team-detail .overlay-hero {
    position: relative
}

.team-detail .overlay-hero .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.team-detail .overlay-hero .bg-image-mobile {
    display: none
}

.team-detail .overlay-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #122E52
}

.team-detail .overlay-hero .team-member-info-top {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.team-detail .overlay-hero .team-member-info-top .headshot {
    margin-right: 2.9375rem
}

.team-detail .overlay-hero .team-member-info-top .headshot img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 50%
}

.team-detail .overlay-hero .team-member-info-top .team-member {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.team-detail .overlay-hero .team-member-info-top .team-member h3,
.team-detail .overlay-hero .team-member-info-top .team-member .h3 {
    font-family: "Euclid Circular A Bold", sans-serif;
    color: #FFF;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem
}

.team-detail .overlay-hero .team-member-info-top .team-member p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .ask-question {
    margin-right: 3rem;
    position: relative
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #03CFFF;
    border-radius: 50%;
    text-align: center;
    z-index: 1
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper svg {
    width: 100%;
    min-width: 14px;
    max-width: 14px;
    max-height: 16px;
    fill: #FFF
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: -24px;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2509803922)
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    padding-top: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #03CFFF;
    transition: all 0.15s ease-in-out
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:hover,
.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:focus {
    border-color: transparent
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:hover::before,
.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:focus::before {
    background: #0A66C2;
    width: 105%;
    padding-top: 105%
}

.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:hover svg,
.team-detail .overlay-hero .team-member-info-top .team-member .ctas .linkedin-wrapper:focus svg {
    width: 100%;
    min-width: 14px;
    max-width: 14px;
    max-height: 16px;
    fill: #FFF
}

.team-detail .content {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.team-detail .content .team-member-body p {
    font-family: "Euclid Circular A", sans-serif !important;
    color: #2D2F3B;
    font-size: 1rem;
    line-height: 1.5rem
}

.team-detail .content .team-member-body a:hover,
.team-detail .content .team-member-body a:focus {
    text-decoration: none
}

.team-detail .content .team-member-body img {
    max-width: 100%
}

.team-detail .content .team-member-body strong {
    font-family: "Euclid Circular A Bold", sans-serif
}

.team-detail .content .team-member-body ul,
.team-detail .content .team-member-body ol {
    max-width: 100%;
    padding-bottom: 1.25rem;
    margin-bottom: 0
}

.team-detail .content .team-member-body ul li,
.team-detail .content .team-member-body ol li {
    color: #2D2F3B;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0.625rem;
    padding-left: 0rem
}

.team-detail .content .team-member-body ul {
    list-style-type: none
}

.team-detail .content .team-member-body ul li {
    position: relative
}

.team-detail .content .team-member-body ul li::before {
    position: absolute;
    content: url("/themes/custom/qsci/frontend/www/assets/icon/check-solid.svg");
    margin-top: 0.1875rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: -1.125rem;
    width: 14px
}

.team-detail .content .team-member-body iframe {
    max-width: 100% !important
}

.team-detail .content .h3 {
    margin-top: 0
}

.team-detail .content .team-member-interests ul {
    list-style-type: none
}

.team-detail .content .team-member-interests ul li {
    position: relative;
    margin-bottom: 1.5rem
}

.team-detail .content .team-member-interests ul li:last-of-type {
    margin-bottom: 0
}

.team-detail .content .team-member-interests ul li a:hover,
.team-detail .content .team-member-interests ul li a:focus {
    text-decoration: none
}

.team-detail .content .team-member-interests ul li::before {
    position: absolute;
    content: url("/themes/custom/qsci/frontend/www/assets/icon/check-solid.svg");
    margin-top: 0.1875rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: -1.125rem;
    width: 14px
}

@media (max-width: 1199.98px) {
    .team-detail .overlay-hero .bg-image {
        display: none
    }

    .team-detail .overlay-hero .bg-image-mobile {
        display: block
    }

    .team-detail .overlay-hero .team-member-info-top {
        flex-direction: column;
        justify-content: center
    }

    .team-detail .overlay-hero .team-member-info-top .headshot {
        margin-right: 0
    }

    .team-detail .overlay-hero .team-member-info-top .headshot img {
        width: 175px;
        height: 175px
    }

    .team-detail .overlay-hero .team-member-info-top .team-member {
        margin-top: 2.5rem;
        align-items: center
    }

    .team-detail .overlay-hero .team-member-info-top .team-member h3,
    .team-detail .overlay-hero .team-member-info-top .team-member .h3 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .team-detail .overlay-hero .team-member-info-top .team-member p {
        font-size: 0.875rem;
        line-height: 1.375rem
    }

    .team-detail .overlay-hero .team-member-info-top .team-member .ctas {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .team-detail .content {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .team-detail .content .team-member-body p {
        font-size: 0.875rem;
        line-height: 1.375rem
    }

    .team-detail .content .team-member-body ul li,
    .team-detail .content .team-member-body ol li {
        font-size: 0.875rem;
        line-height: 1.375rem
    }

    .team-detail .content .h3 {
        margin-top: 3rem
    }

    .team-detail .content .team-member-interests ul li {
        margin-bottom: 1rem
    }

    .team-detail .content .team-member-interests ul li a {
        font-size: 0.875rem;
        line-height: 1.375rem
    }

    .team-detail .content .team-member-interests ul li::before {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: -1.375rem
    }
}