﻿
.search__container { background-color: var(--dp-medium-blue); padding: 25px 0; margin-bottom:30px; }

.search-index {margin-bottom:30px;min-height:200px;}

.search__input { display: block; width: 100%; border: none; border-bottom: 1px solid var(--dp-lightest-blue); background-color: transparent; color: var(--dp-lightest-blue); font-size: 22px; padding: 15px 0; }
    .search__input:focus { outline: none; border-bottom: 2px solid var(--dp-lightest-blue); }
    .search__input::placeholder { color: #fff; }
.search__submit, .search__submit i { color: var(--dp-lightest-blue); border-color: var(--dp-lightest-blue); }

    .search__submit {position:absolute;right:0;bottom:7px;}

    .search__wrap { position: relative; }

button.clear-button { border: none; background: none; text-decoration: underline; margin:0 14px; }

.types-group * { color: var(--dp-lightest-blue); }
.types-group { color: white; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 20px; }

.results-message, .no-results-found {font-size:28px;}

.results__section { margin: 30px 0; padding-bottom: 30px; border-bottom: solid 1px var(--dp-bright-blue); }

.content-header { font-family: "linotype-didot", Arial, sans-serif; font-size: 36px; line-height: 1; }
.insights-section-header { font-family: "linotype-didot", Arial, sans-serif; font-size: 20px; margin-bottom: 30px; margin-top: 30px; line-height: 1; }

.insights-section-date { font-family: "linotype-didot", Arial, sans-serif; color: var(--dp-dark-blue); font-size: 20px; font-weight: 500; }

.insights-section-item {
    padding: 10px 0px;
    border-bottom: 1px solid var(--dp-gray);
    margin-bottom: 35px;
}
.insights-section-item:last-child {
    border-bottom: none;
}
.other-section-header {
    font-family: "linotype-didot", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 1;
}
.results__other-item {
    margin-top: 50px;
}

.results__item.results__item--location {
    padding: 10px 0;
}
    .results__item.results__item--location a {font-weight:800;font-size:20px;}
    .results__item.results__item--location span { padding: 0 8px; color: var(--dp-bright-blue); }
.results__content-header {
    font-family: "linotype-didot", Arial, sans-serif;
    color: var(--dp-dark-blue);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 40px;
}
.content-header {
    font-size: 60px;
    font-weight: 500;
    line-height: 75px;
    color: var(--dp-dark-blue);
}
.results__bio-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.result__view-all-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.result__view-all {
    margin-left: auto;
    background-color: transparent;
    border: none;
    font-weight: 600;
}
.results__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.results__expand-item,
.results__insights-expand-item {
    display: none;
}
.results__expand-item.active {
    display: flex;
}
.results__item-wrapper {
    display: flex;
    margin-bottom: 50px;
}
.results__bio-image {
    width: 188px;
    height: 188px;
    margin-right: 15px;
}
    .results__bio-image img {
        background-color: var(--dp-lightest-blue);
        max-width: initial;
        width: 188px;
        height: 188px;
    }
.results__bio-image-ph {
    width: 188px;
    height: 188px;
}

.results__bio-name {
    flex-grow: 1;
}
.results__bio-name a {
    font-family: "linotype-didot", Arial, sans-serif;
    color: var(--dp-dark-blue);
    font-size: 22px;
    font-weight: 500;
}
.results__bio-title {
    color: var(--dp-medium-blue);
    font-size: 18px;
    font-weight: 600;
}
.results__people-location-phone {
    color: var(--dp-medium-blue);
    font-size: 14px;
    font-weight: 500;
}
.results__bio-info-wrapper {
    padding-right: 10px;
}

.results__bio-email {
    color: var(--dp-medium-blue);
    font-size: 14px;
    font-weight: 500;
}
.results__areas-item {
    color: var(--dp-dark-blue);
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

.results__locations-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.insights-type-header {
    display: inline-block;
    color: var(--dp-medium-blue);
    border-right: solid 1px var(--dp-medium-blue);
    margin-right: 10px;
    padding-right: 10px;
}
.insights-section-date {
    display: inline-block;
}
.insights-section-divider {
    display: inline-block;
    margin: 0 10px;
    font-size: 36px;
    font-weight: 400;
    vertical-align: top;
}
.insights-section-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
}
.insights-section-body {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}


.results__item-list-item {
    position: relative;
    width: 305px;
    margin: 8px;
    padding: 21px 21px 50px 21px;
    background-color: var(--dp-lighter-blue);
}


.results__item-list-header {
    margin: 0 0 15px 0;
}
    .results__item-list-header a {
        font-family: "linotype-didot", Arial, sans-serif;
        color: var(--dp-dark-blue);
        font-size: 36px;
        font-weight: 500;
    }

.results__item-list-body {
    color: var(--dp-dark-blue);
    font-size: 20px;
    font-weight: 500;
}
.results__item-list-contact-wrapper {
    margin: 11px 0;
}
.results__item-map-link {
    color: var(--dp-medium-blue);
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.results__item-list-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: var(--dp-dark-blue);
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

    .results__item-list-link::after {
        content: '>';
        font-family: monospace;
        display: inline-block;
        font-size: 132%;
        width: 20px;
        height: 20px;
        font-weight: lighter;
    }
@media only screen and (min-width: 768px) {
    .results__content-header { font-size: 60px; margin-bottom: 50px; }

    .results__section {
        margin: 60px 0;
        padding-bottom: 60px;
    }

    .content-header {
        font-size: 60px;
    }

    .insights-section-header,
    .other-section-header {
        font-size: 32px;
    }

    .results__item {
        flex-wrap: initial;
        width: 50%;
    }

    .results__bio-image img {
        max-width: initial;
        width: 188px;
        height: 188px;
    }

    .results__bio-image-ph {
        width: 188px;
        height: 188px;
        margin-right: 15px;
    }

        .results__item.results__item--location a {
            font-size: 26px;
        }
}
@media only screen and (min-width: 1366px) {
    .results__item {
        width: 33.3%;
    }
}
    