/* Editorial philosophy and patient stories */

.philosophy-bg {
    height: 100vh;
    padding: 88px 0 88px;
    background-color: #111;
    background-image: url("../images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.philosophy-shell,
.philosophy-layout {
    height: 100%;
}

.philosophy-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.philosophy-eyebrow {
    margin: 0 0 8px;
    color: goldenrod;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.philosophy-title {
    max-width: 1120px;
    margin: 0 0 28px;
    font-size: 38px;
    line-height: 1.16;
}

.philosophy-title span {
    margin-bottom: 5px;
}

.philosophy-copy {
    padding-top: 22px;
    border-top: 1px solid rgba(218, 165, 32, .4);
    column-count: 4;
    column-gap: 32px;
    column-rule: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .88);
    font-size: 13.5px;
    line-height: 1.5;
}

.philosophy-copy p,
.philosophy-copy blockquote {
    break-inside: avoid;
}

.philosophy-copy p {
    margin: 0 0 13px;
}

.philosophy-copy blockquote {
    margin: 4px 0 16px;
    padding: 14px 16px;
    border-left: 2px solid goldenrod;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font-size: 15px;
    font-style: italic;
    line-height: 1.55;
}

.philosophy-copy .philosophy-closing {
    color: #fff;
    font-weight: 600;
}

.slide6.testimonial-bg {
    height: 100vh;
    padding: 78px 0 76px;
}

.testimonial-v2-heading {
    margin-bottom: 20px;
}

.testimonial-v2-heading h3 {
    margin-bottom: 8px;
    font-size: 34px;
}

.testimonial-v2-intro {
    max-width: 820px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.55;
}

.testimonial-feature-grid {
    display: block;
    width: 100%;
}

.testimonial-feature {
    display: flex;
    min-width: 0;
    width: 100%;
    height: calc(100vh - 365px);
    min-height: 390px;
    padding: 12px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: rgba(8, 8, 8, .58);
}

.testimonial-feature-media {
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 4px;
    background: #000;
}

.testimonial-feature-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.testimonial-feature-copy {
    position: relative;
    min-height: 132px;
    padding: 15px 4px 2px 42px;
}

.testimonial-feature-copy h4 {
    margin: 0 0 7px;
    color: goldenrod;
    font-size: 18px;
    line-height: 1.25;
}

.testimonial-feature-copy > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.45;
}

.testimonial-feature-number {
    position: absolute;
    top: 14px;
    left: 3px;
    margin: 0;
    color: rgba(255, 255, 255, .38);
    font-size: 13px;
}

.testimonial-feature-carousel .owl-stage {
    display: flex;
}

.testimonial-feature-carousel .owl-item {
    display: flex;
    height: auto;
}

.testimonial-feature-carousel .owl-stage-outer {
    padding-bottom: 2px;
}

.testimonial-feature-carousel.owl-theme .owl-dots {
    height: 24px;
    margin-top: 12px !important;
    text-align: center;
}

.testimonial-feature-carousel.owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 2px;
    border: 0;
    background: transparent;
}

.testimonial-feature-carousel.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: rgba(255, 255, 255, .32);
}

.testimonial-feature-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-feature-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: goldenrod;
}

.legacy-testimonials {
    display: none !important;
}

@media (max-width: 1279px) {
    .philosophy-bg,
    .slide6.testimonial-bg {
        height: auto;
        min-height: 100vh;
    }

    .philosophy-bg {
        padding: 100px 0 96px;
    }

    .philosophy-shell,
    .philosophy-layout {
        height: auto;
    }

    .philosophy-content {
        padding-right: 15px;
    }

    .philosophy-copy {
        column-count: 3;
        font-size: 14px;
    }

    .slide6.testimonial-bg {
        padding: 100px 0 96px;
    }

    .testimonial-feature {
        height: 650px;
    }
}

@media (max-width: 991px) {
    .philosophy-title {
        font-size: 34px;
    }

    .philosophy-copy {
        column-count: 2;
        font-size: 15px;
    }

    .testimonial-feature {
        height: 650px;
    }

    .testimonial-feature-media {
        width: min(100%, 420px);
        height: auto;
        aspect-ratio: 9 / 16;
        margin: 0 auto;
        flex: none;
    }
}

@media (max-width: 575px) {
    .philosophy-bg,
    .slide6.testimonial-bg {
        padding: 86px 0 90px;
    }

    .philosophy-title,
    .testimonial-v2-heading h3 {
        font-size: 28px;
    }

    .philosophy-copy {
        padding-right: 0;
        column-count: 1;
    }

    .testimonial-feature {
        height: auto;
        min-height: 0;
    }

    .testimonial-feature-copy {
        min-height: 0;
    }
}
