﻿.about-us {
    margin-bottom: 80px;
}

.container {
    max-width: 2520px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
}

.page-header, .timeline {
    margin-top: 80px;
}

    .page-header h1 {
        margin-bottom: 8px;
    }

.page__entryContent > p {
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-align: justify;
}

.page__entryContent {
    margin-bottom: 80px;
}

.fastFacts {
    margin-top: 80px;
    padding: 80px 80px 56px;
    background-color: #f2f2f2;
}

.card {
    border-radius: 12px;
    border: none;
}

.card-body {
    padding: 40px 40px 32px;
}

.fastFact__title {
    font-size: 64px;
    line-height: 1.125;
    font-weight: bold;
}

.fastFact__descrip:not(:last-child) {
    margin-bottom: 32px;
    font-size: 18px;
}

.fastFact__footnote {
    font-size: 12px;
    line-height: 1.33333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-top: auto;
    margin-bottom: 0;
    color: #717171;
    margin-top: auto;
}

.leadership__personImg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .leadership__personImg::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #e5e5e5;
        opacity: 0;
        transition: transform .25s, -webkit-transform .25s, -o-transform .25s;
    }

    .leadership__personImg img {
        transition: transform .25s, -webkit-transform .25s, -o-transform .25s;
        width: 100%;
        object-fit: cover;
    }

    .leadership__personImg:hover img {
        transform: scale(1.1);
    }

.leadership .card-body {
    padding: 16px 0px;
}

.leadership p {
    margin-bottom: 0px;
}

.leadership .header-title {
    font-size: 18px;
}

.leadership .card-text {
    font-size: 16px;
}

.splide__slide .card {
    border: 1px solid #ddd;
}

.splide__slide img {
    height: 320px;
}

#splide-timeline {
    margin-top: 48px;
}

.timeline h2 {
    font-size: 40px;
}

.timeline .card-body {
    padding: 24px;
}

.timeline .timeline-header {
    font-size: 32px;
    float: left;
}

.timeline .text-muted {
    color: #222 !important;
    line-height: 1.28571;
}

.timeline-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.timeline__navLabel {
    font-size: 16px;
    margin-right: 12px;
}

.leadership__personLink {
    text-decoration: none;
}

    .leadership__personLink:hover {
        text-decoration: underline;
    }

a:focus, a:hover {
    color: #000;
}

@media (min-width: 744px) {
    .page-header, .page__entryContent > p {
        max-width: calc(66.66667% - 8px);
        margin-left: calc(16.66667% + 4px);
    }
}

@media (min-width: 950px) {
    .page-header, .page__entryContent > p {
        max-width: calc(50% - 12px);
        margin-left: calc(25% + 6px);
    }
}
