.leadership-header-bg-left {
    display: none;
    width: 40%;
    height: 100%;
    background-image: linear-gradient(to bottom right, rgb(0, 82, 135) 0%, rgb(0, 84, 134) 25%, rgb(0, 117, 110) 75%, rgb(0, 130, 100) 100%);
}

.leadership-header-content {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.leadership-header-content-left {
    background-image: linear-gradient(to bottom right, rgb(0, 82, 135) 0%, rgb(0, 84, 134) 25%, rgb(0, 117, 110) 75%, rgb(0, 130, 100) 100%);
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.leadership-header-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

.leadership-header-content-img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    max-width: 350px;
}

.leadership-professional {
    background-color: #f2f2f2;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.leadership-professional-content-wrapper {
    font-size: 1.125rem;

    p,
    ul,
    ol {
        line-height: 2em;
        margin-bottom: 2em;
    }

    p:last-child {
        margin-bottom: 0;
    }
}

.leadership-quote {
    background-color: var(--mt-deepblue);
    color: white;
    padding: 4rem 0;
}

.leadership-quote-layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}


.leadership-quote-icon {
    flex-shrink: 0;
    border: 4px solid var(--cts-lightgreen);
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadership-quote-icon img {
    width: 50%;
    height: auto;
}

.leadership-quote blockquote {
    position: relative;
    line-height: 1.25em;
}

.leadership-quote blockquote::before {
    content: "\"";
    display: inline;
    margin-right: -.25rem;
}

.leadership-quote-attr {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .leadership-quote-layout {
        flex-direction: row;
        gap: 2rem;
    }

    .leadership-quote-icon {
        width: 4.5rem;
        height: 4.5rem;
    }

    .leadership-quote blockquote {
        margin-top: -.25rem;
    }

    .leadership-quote blockquote::before {
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .leadership-quote-icon {
        width: 5rem;
        height: 5rem;
    }

    .leadership-quote-attr {
        font-size: 1.25rem;
    }
}

.leadership-related {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.leadership-related-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.25rem;
}

.leadership-related-list li::marker {
    color: var(--cts-lightblue);
    font-size: 1.5em;
    line-height: 1em;
}

.leadership-gallery {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #f2f2f2;
}

.leadership-gallery .swiper {
    width: 100%;
    height: 300px;
}

.leadership-gallery .swiper-slide {
    position: relative;
}

.leadership-gallery-img-bg,
.leadership-gallery-img-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leadership-gallery-img-bg {
    object-fit: cover;
    filter: blur(4px);
}

.leadership-gallery-img-fg {
    object-fit: contain;
    background-color: rgba(0, 0, 0, .5);
}

.cust-swiper-footer {
    height: 50px;
    background-color: var(--mt-deepblue);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
}

.cust-swiper-vr {
    width: 2px;
    height: 100%;
    background-color: white;
}

@media screen and (min-width: 425px) {
    .leadership-professional-content-wrapper {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    .leadership-header {
        position: relative;
        height: 500px;
        max-height: 500px;
        overflow: hidden;
    }

    .leadership-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: white;
    }

    .leadership-header-bg-left {
        display: block;
        width: 37.5%;
        height: 100%;
        background-image: linear-gradient(to bottom right, rgb(0, 82, 135) 0%, rgb(0, 84, 134) 25%, rgb(0, 117, 110) 75%, rgb(0, 130, 100) 100%);
    }

    .leadership-header-content {
        display: flex;
    }


    .leadership-header-content-left {
        width: 45%;
        background-image: none;
    }

    .leadership-header-content-img {
        max-width: unset;
        margin: 0;
    }

    .leadership-header-content-right {
        width: 65%;
        align-items: start;
        text-align: left;
        padding: 0 1.5rem;
    }

    .leadership-gallery .swiper {
        height: 500px;
    }
}

@media screen and (min-width: 1400px) {
    .leadership-header-content-right {
        padding: 0 0 0 1.5rem;
    }

    .leadership-header-bg-left {
        width: 40%;
    }
}