﻿.home__hero-wrapper {
    position: relative;
    width: 100%;
}
.home__hero-accent-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

    .home__hero-accent-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        height: 550px;
        width: 550px;
        background-image: url(../images/home-hero-accent-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
.home__hero-accent-image {
    position: absolute;
}

    .home__hero-accent-image:first-child { z-index: 2; top: 0; right: 0px; height: 190px; width: 398px; }
    .home__hero-accent-image:nth-child(2) { z-index: 4; top: 90px; right: 0; height: 226px; width: 123px; clip-path: polygon(100% 0%, 0% 50%, 100% 100%); }
    .home__hero-accent-image:last-child { z-index: 3; bottom: 0; right: 0; height: 272px; width: 423px; clip-path: none; }

    .home__hero-accent-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.home__hero { position: relative; width: 100%;  }


.home__hero-inner-container {
    position: relative;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    height: 550px;
    justify-content: flex-start;
    align-items: center;
}

.home__hero-logo {
   display:none;
}

.home__hero-text-wrapper {
    padding-left: 0;
}

.home__hero-title {
    display:none;
    color: #fff;
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
.home__hero-sub-title-mobile .home__hero-title {display:block;}

.home__hero-sub-title { display: none; font-size: 24px; font-weight: 500; line-height: 34px; }
.home__hero-sub-title-mobile {
    padding: 20px 25px 40px 25px;
    color: #fff;
    background-color: var(--dp-medium-blue);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.home__news-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 121px 0 174px;
}

    .home__news-section > div {
        width: 100%;
        margin: 8px;
        padding: 21px;
    }
.home__news-link-text {
    display: inline-block;
    margin-right: 10px;
}
.home__news-link-arrow {
    display: inline-block;
    width: 14px;
    height: 20px;
    background-image: url(/assets/images/icon-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.home__news-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__featured-people {

}
.home__featured-people-wrapper {
    position: relative;
    padding: 0;
}
.home__featured-people-accent {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100vw;
    width: 100%;
    background-image: url(../images/accent-left.png);
    background-repeat: no-repeat;
    background-size:cover;
}
.home__featured-people-info-wrapper {
    padding: 25px 25px 75px 25px;
}
.home__featured-people-info-wrapper-title {
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom:30px;
}
.home__featured-people-container {
    display: flex;
    flex-wrap:wrap;
    position: relative;
    z-index: 99;
}
.slick-track {
}
.home__featured-people-image-slider {
    width: 100%;
}
.home__featured-people-image-slider-image {
    max-height: 627px;
    object-fit: contain;
}
.home__featured-people-image-slider-right-col {
    width: 100%;
    background:#fff;
}
.home__featured-people-info-wrapper-slider-name {
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom:10px;
}
.home__featured-people-info-wrapper-slider-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--dp-medium-blue);
}
.home__featured-people-info-wrapper-slider-location {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--dp-medium-blue);
}
.home__featured-people-info-wrapper-slider-body {
    display: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-top:20px;
}
.home__featured-people-info-wrapper-slider-link {
    display:block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--dp-dark-blue);
}

.slick-dots { position: absolute; width: 100%; bottom: 0; left: 0; padding: 0; display: flex; list-style: none; justify-content: center; }

    .slick-dots li {
        margin: 0 5px;
    }
        .slick-dots li.slick-active button {
            background-color: var(--dp-dark-blue);
        }
.slick-dots button {
    list-style: none;
    border: 1px solid var(--dp-dark-blue);
    background-color: transparent;
    height: 17px;
    width: 17px;
    color: transparent;
    cursor: pointer;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
    font-size: 0;
}
.slick-next.slick-arrow::after {
    content: '';
    display: block;
    width: 14px;
    height: 20px;
    background-image: url(/assets/images/icon-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
    .slick-prev.slick-arrow::after {
        content: '';
        display: block;
        width: 14px;
        height: 20px;
        background-image: url(/assets/images/icon-right-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
.home__featured-people-form-wrapper {
    display: none;
    background-color: var(--dp-medium-blue);
    padding: 25px 0;
    border-top: 2px solid var(--dp-dark-blue);
}

.home__featured-people-form-filter-bar {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}
.home__featured-people-form-filter-bar-search-name-wrapper {
    position: relative;
    width: 100%;
}
.home__featured-people-form-filter-bar-search-name {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    color:#fff;
}
    .home__featured-people-form-filter-bar-search-name:focus { outline: none; border-bottom: 2px solid #fff; }
    .home__featured-people-form-filter-bar-search-name::placeholder { color: #fff; font-size: 22px; font-weight: 500; }
.home__featured-people-form-filter-bar-search-name--button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    background:none;
}
.home__featured-people-form-filter-bar-search-name--button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    padding: 6px 12px;
}
.home__featured-people-form-filter-bar-search-name--button i {
    color: #fff;
}
.home__featured-people-form-filter-bar-label { width: 100%; color: #fff; font-size: 24px; font-weight: 600; margin-top: 15px; }

.home__featured-people-form-filter-bar-input-wrapper {
    width: 100%;
}

    .home__featured-people-form-filter-bar-input-wrapper select {
        width: 100%;
        color: #fff;
        font-size: 24px;
        border: none;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        padding: 15px 0;
    }

.home__featured-people-form-filter-bar__alpha-list {
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    gap:15px;
    padding: 0;
    margin: 60px 0;
}

.home__featured-people-form-filter-bar__alpha-link {
    background-color: transparent;
    border: none;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 15px 5px;
}
.home__featured-people-form-filter-bar__alpha-link:first-child {
    margin-left: 0;
}
    .home__featured-people-form-filter-bar__alpha-link:last-child {
        margin-right: 0;
    }

    .home__featured-people-form-filter-bar__alpha-link.active {
        background-color: #fff;
        color: var(--dp-medium-blue);
    }
.home__trending-section-wrapper {
    background-color: var(--dp-lighter-blue);
}
.home__featured-people-image-wrapper {
    height: 100%;
}
    .home__featured-people-image-wrapper img {
        position: absolute;
        z-index: 8;
        bottom: 0;
        max-width: 200px;
        object-fit: cover;
    }
.home__featured-people-bottom-wrapper {
    display: flex;
    align-items: center;
    height: 62px;
    background-color: var(--dp-medium-blue);
}
.home__featured-people-bottom-link { color: #fff; font-size: 26px; font-weight: 600; cursor: pointer; display: block; text-align: right; width: 100%; background: none; border: none; }
    .home__trending-section {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 80px 0;
    }
.home__trending-section-header-wrapper { display: flex; width: 100%; margin-bottom: 30px; justify-content: space-between; flex-wrap:wrap; }
.home__trending-section-title h2 {
    color: var(--dp-dark-blue);
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
}
.home__trending-section-link {
    width: 100%;
    text-align: right;
    margin-left: 30px;
    margin-top: 40px;
    font-size: 26px;
    font-weight: 600;
}
.home__trending-section-image-wrapper {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:45px;
}
.home__trending-section-image {
    width: 100%;
    display:flex;
}
.home__trending-section-image-caption-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 53, 80, 0.8);
    padding: 29px 16px;
}
.home__trending-section-image-caption-sub-title span{
    color: #fff;
    font-size: 20px;
}
.home__trending-section-image-caption-title a {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
}
.home__trending-section-list {
    width: 100%;
    padding: 0;
    border-left: none;
}
.home__trending-section-list-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--dp-dark-blue);
}
    .home__trending-section-list-item:last-of-type { border-bottom: none; }
.home__trending-section-list-item-label {
    display: inline-block;
    color: var(--dp-medium-blue);
    font-size: 20px;
    font-weight: 600;
}
.home__trending-section-list-item-header {
    margin-bottom: 15px;
}
.home__trending-section-list-item-header span {
    display: inline-block;
    font-size: 25px;
    line-height: 50px;
    color: var(--dp-medium-blue);
}
.home__trending-section-list-item-date {
    display: inline-block;
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 20px;
    color: var(--dp-dark-blue);
}
.home__trending-section-list-item-body {
    font-size: 24px;
    line-height: 36px;
    color: var(--dp-dark-blue);
    font-weight: 600;
}
.home__featured-section-wrapper {
    padding: 42px;
    background-color: var(--dp-dark-blue);
}
.home__featured-section {
    display: flex;
    flex-wrap: wrap;
}
.home__featured-section-title {
    width: 100%;
}
    .home__featured-section-title h2 {
        color: #fff;
        font-size: 32px;
        font-family: "linotype-didot", Arial, sans-serif;
        font-weight: 500;
        line-height: 56px;
    }
.home__featured-section-body-wrapper { display: flex; flex-wrap: wrap; width: 100%; }

.home__featured-section-body,
.home__featured-section-body p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.home__featured-section-link {
    width: 100%;
    margin-top: 30px;
    text-align: right;
}
    .home__featured-section-link a {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }
.home__featured-section-link-arrow {
    display: inline-block;
    width: 14px;
    height: 20px;
    background-image: url(/assets/images/icon-right-arrow.png);
    filter: brightness(10000%);
    background-size: contain;
    background-repeat: no-repeat;
}
.home__stats-section container {
    padding: 0 35px;
}
.home__stats-section-wrapper {
    position: relative;
    padding: 45px 8px;
}
.home__stats-section-title { width: 100%; text-align: center; margin-bottom:20px; }
.home__stats-section-title h2 {
    color: var(--dp-dark-blue);
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.home__stats-section-item-wrapper { display: flex; flex-wrap: wrap; justify-content: center; }
.home__stats-section-item { display: flex; width: 33%; min-width: 150px; justify-content: center; flex-wrap: wrap; margin: 25px 0; }
.home__stats-section-item-number { display: flex; flex-wrap: nowrap; }
.home__stats-section-item-number span {
    width: 100%;
    color: var(--dp-dark-blue);
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.home__stats-section-item-title {
    width: 100%;
    color: var(--dp-dark-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}
.home__stats-section-item-suffix {
    margin: 0;
}
@media only screen and (min-width: 330px) {
    .home__hero-logo { display: block; width: 70px; height: 70px; margin-top: -20px; }
}

    @media only screen and (min-width: 470px) {
        .home__hero-logo {  width: 150px; height: 150px; }
    }


    @media only screen and (min-width: 768px) {
        .home__hero-logo { width: 150px; height: 150px; }
        .home__hero { display: flex; align-items: center; }
        .home__news-section > div { width: 100%; min-height: 428px; margin: 8px; padding: 21px; }
        .home__featured-people-info-wrapper { padding: 50px 50px 0 50px; }
        .slick-dots { position: absolute; bottom: 0; left: 25px; display: flex; list-style: none; padding: 0 0 0 1em; margin: 0 0 1em 0; }
        .home__featured-people-form-filter-bar-label { width: 10%; margin-top: 0; }
        .home__featured-people-form-filter-bar-input-wrapper { width: 22.5%; }
            .home__featured-people-form-filter-bar-input-wrapper select { width: 90%; }
        .home__hero-title { font-size: 32px; margin-left: 30px; line-height: 1.2; max-width: 50%; }
        .home__hero-inner-container { flex-wrap: initial; }

        .home__hero-accent-image:first-child { z-index: 2; top: 0; right: 0px; height: 190px; width: 398px; }
        .home__hero-accent-image:nth-child(2) { z-index: 4; top: 90px; right: 0; height: 226px; width: 123px; clip-path: polygon(100% 0%, 0% 50%, 100% 100%); }
        .home__hero-accent-image:last-child { z-index: 3; bottom: 0; right: 0; height: 272px; width: 423px; clip-path: none; }

        .home__featured-people-image-slider { width: 60%; margin-top: 63px; }
        .home__featured-people-image-slider-right-col { width: 40%; }
        .home__featured-people-accent { height: 690px; }

        .home__news-section > div { width: calc(50% - 32px); }
        .home__stats-section-item { width: 32%; justify-content: center; }
        .home__featured-people-image-wrapper img { max-width: 615px; }
        .home__featured-section-title h2 { font-size: 46px; }
        .home__trending-section-list { width: 50%; padding: 0; }
        .home__trending-section-image-wrapper { width: calc(50% - 30px); padding-right:30px; margin-right: 30px; border-right: 1px solid var(--dp-dark-blue); }
        .home__featured-section-body-wrapper { width: 70%; padding-left: 50px; }
        .home__featured-section-title { width: 30%; }
        .home__stats-section-item-wrapper { flex-wrap: wrap; margin-top: 50px; gap:15px; }
        .home__stats-section-title h2 { width: auto; font-size: 60px; line-height: 75px; }
        .home__stats-section-item-title { font-size: 28px; align-content: center; text-align: center; }
        .home__stats-section-wrapper { padding: 175px 0; }
            .home__stats-section-wrapper::before { content: ''; display: block; position: absolute; width: 735px; height: 100%; right: 0; bottom: 0; z-index: -1; background-image: url(../images/stat-accent-mobile.png); background-repeat: no-repeat; background-position: right; background-size: contain; }
            .home__stats-section-wrapper::before { background-image: url(../images/stat-accent.png); }
        .home__stats-section-wrapper { padding: 41px 110px 60px 110px; }

        .home__hero-sub-title-mobile .home__hero-title { display: none; }
        .home__hero-title { display: block; max-width: 40%; color: var(--dp-dark-blue); }
        .home__trending-section-image-caption-wrapper { position: absolute; width: calc(100% - 30px); bottom: 0; right: 30px; background-color: rgba(17, 53, 80, 0.8); padding: 29px 16px; }
        .home__trending-section-image-wrapper {margin-bottom:0;}
        .home__featured-people-info-wrapper-title { font-size: 40px; }
        .home__featured-people-info-wrapper-slider-name { font-size: 30px; }
    }

    @media only screen and (min-width: 1336px) {
        .home__featured-people-info-wrapper-title { font-size: 60px; }
        .home__featured-people-info-wrapper-slider-name { font-size: 38px; }
        .home__trending-section-link { width: 50%; }
      
        .home__featured-section-title h2 { font-size: 60px; }
        .home__hero-accent-wrapper::after { content: ''; display: block; position: absolute; z-index: 9; top: 0; right: 0; height: 841px; width: 951px; background-image: url(../images/home-hero-accent.png); background-size: cover; background-repeat: no-repeat; }

        .home__hero-accent-image:first-child { z-index: 9; top: 0; right: 159px; height: 266px; width: 543px; clip-path: polygon(0 0%, 0% 100%, 50% 110%, 110% 0%); }

        .home__hero-accent-image:nth-child(2) { z-index: 4; top: 71px; right: 0; height: 475px; width: 275px; clip-path: polygon(100% 0%, 0 30%, 0 50%, 100% 100%); }

        .home__hero-accent-image:last-child { z-index: 3; bottom: 0; right: 0; height: 370px; width: 693px; clip-path: none; }

        .home__hero { position: relative; height: 841px; width: 100%; }


        .home__hero-inner-container { position: relative; z-index: 99; display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }

        .home__hero-logo { display: block; width: 150px; height: 150px; }

        .home__hero-text-wrapper { padding-left: 30px; }

        .home__hero-title { height: auto; max-width: 350px; color: var(--dp-dark-blue); font-family: "linotype-didot", Arial, sans-serif; font-size: 45px; font-weight: 500; margin-left: 0; line-height: 1.1; }

        .home__hero-sub-title { position: relative; bottom: initial; width: auto; padding: initial; display: block; background-color: transparent; max-width: 350px; color: var(--dp-medium-blue); font-size: 20px; font-weight: 500; line-height: 34px; }
        .home__hero-sub-title-mobile { display: none; }
        .home__news-section > div { width: calc(33% - 32px); }
        .home__stats-section-item-number span { font-size: 140px; line-height: 181px; }
        .home__featured-people-accent { width: 990px; z-index: 9; }
        .home__featured-people-info-wrapper-slider-body { display: block; }
        .home__featured-people-image-slider-image { bottom: 0; }
        home__stats-section-item-title { font-size: 28px; }
    }


    @media only screen and (min-width: 1600px) {

        .home__hero-title { height: auto; max-width: 450px; color: var(--dp-dark-blue); font-family: "linotype-didot", Arial, sans-serif; font-size: 55px; font-weight: 500; margin-left: 0; line-height: 1.1; }

        .home__hero-sub-title { position: relative; bottom: initial; width: auto; padding: initial; display: block; background-color: transparent; max-width: 420px; color: var(--dp-medium-blue); font-size: 24px; font-weight: 500; line-height: 34px; }
        .home__hero-logo { display: block; width: 236px; height: 206px; }

        .home__hero-text-wrapper { padding-left: 69px; }
    }




    @media print {
        /* All your print styles go here */
    }