.meet-our-people-cards-section {
    background: #F7F7FA;
}
.meet-our-people-cards {
    /*padding-top: 3.125rem;*/
    padding-bottom: 3.125rem;
    position: relative;
}
.meet-our-people-cards button {
    display: none !important;
}
@media all and (max-width: 767px) {
    .meet-our-people-cards {
        /*padding-top: 1.125rem;*/
    }
}
.meet-our-people-cards h2 {
    margin: 0 auto;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    max-width: 1120px;
    /*margin-bottom: 1.875rem;*/
    text-align: left;
    padding: 60px 26px 20px;
}
@media all and (min-width: 768px) {
    .meet-our-people-cards h2 {
        font-size: 56px;
        line-height: 56px;
        padding: 60px;
    }
}
@media all and (min-width: 1240px) {
    .meet-our-people-cards h2 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.meet-our-people-cards .slick-slide {
    margin-bottom: 0;
    height: auto;
}
.meet-our-people-cards .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.meet-our-people-cards .slick-track .slick-slide {
    height: auto;
}
.meet-our-people-cards .quote {
    color: #212121;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    font-weight: 300;
    /*letter-spacing: -.03rem;*/
    z-index: 10;
    margin-bottom: 40px;
    /*margin-top: 20px;*/
    display: block;
}
@media all and (min-width: 992px) {
    .meet-our-people-cards .quote {
        letter-spacing: -.08rem;
        font-size: 2.6875rem;
        line-height: 3.5rem;
    }
}
.meet-our-people-cards .quote:before {
    /*content: '\201C';*/
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20px, 15px);
    transform: translate(-20px, 15px);
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 6.25rem;
    color: #909090;
    opacity: .2;
    z-index: -1;
}
@media all and (min-width: 992px) {
    .meet-our-people-cards .quote:before {
        font-size: 9.375rem;
        -webkit-transform: translate(-25px, 25px);
        transform: translate(-25px, 25px);
    }
}
.meet-our-people-cards .quote:after {
    content: no-close-quote;
}
@media all and (min-width: 992px) {
    .meet-our-people-cards .quote {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 52px;
    }
}
.meet-our-people-cards .quote-source__name {
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 16px;
    color: #171717;
    margin: 0 0 1.25rem 0;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}
@media all and (min-width: 768px) {
    .meet-our-people-cards .quote-source__name {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 992px) {
    .meet-our-people-cards .quote-source__name {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }
}
.meet-our-people-cards .quote-source__title {
    margin: 0;
    /*margin-top: .3125rem;*/
    line-height: 24px;
    font-weight: 300;
    color: #212121;
    font-size: 16px;
}
@media all and (min-width: 992px) {
    .meet-our-people-cards .quote-source__title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }
}
.meet-our-people-cards .quote-cta-block {
    margin-top: 40px;
}

@media all and (min-width: 992px) {
    .meet-our-people-cards__wrapper {
        height: 40.625rem;
    }
}

.meet-our-people-card {
    background: #F7F7FA;
    position: relative;
    margin-left: .3125rem;
    margin-right: .3125rem;
    overflow: hidden;
}
@media all and (max-width: 992px) {
    .meet-our-people-card {
        background: white;
    }
}
@media all and (min-width: 992px) {
    .meet-our-people-card {
        height: 40.625rem !important;
    }
}

.meet-our-people-card__image-wrapper {
    position: relative;
}
@media all and (min-width: 992px) {
    .meet-our-people-card__image-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.meet-our-people-card__image-wrapper img {
    max-width: 100%;
}
@media all and (min-width: 992px) {
    .meet-our-people-card__image-wrapper img {
        min-width: 100%;
        max-width: 624.9375rem;
    }
}

.meet-our-people-card__content-wrapper {
    padding: 40px 17.5px;
}
@media all and (min-width: 992px) {
    .meet-our-people-card__content-wrapper {
        background: #FFFFFF;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        position: absolute;
        width: 49.15254%;
        left: 40.67797%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 40px;
    }
}
.meet-our-people-card__content-wrapper h4 {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 1.125rem;
    font-weight: 100;
    margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper h4 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}
.meet-our-people-card__content-wrapper p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: black;
    font-size: 16px;
    margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
.meet-our-people-card__content-wrapper .quote-cta {
    color: black;
    text-transform: capitalize;
    line-height: 30px;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    display: block;
}
@media all and (min-width: 992px) {
    .meet-our-people-card__content-wrapper .quote-cta {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (any-hover: none) {
    .meet-our-people-card__content-wrapper .quote-cta {
        color: black;
    }
}
.meet-our-people-card__content-wrapper .quote-cta:hover {
    color: black;
    opacity: .7;
}
.meet-our-people-card__content-wrapper span {
    display: block;
}
.meet-our-people-card__content-wrapper span.title {
    color: #171717;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin-bottom: .3125rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper span.title {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .meet-our-people-card__content-wrapper span.title {
        color: #171717;
    }
}
.meet-our-people-card__content-wrapper span.title:hover {
    color: #316BB6;
}
.meet-our-people-card__content-wrapper span.detail {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper span.detail {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}

.meet-our-people-card__description {
    border-bottom: solid 1px #E1E1E1;
    margin-bottom: 1.875rem;
}
@media all and (min-width: 992px) {
    .meet-our-people-card__description {
        border-bottom: 0;
        padding-right: 1.875rem;
    }
}

.meet-our-people-card__info {
    display: block;
    min-width: 7.5rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.meet-our-people-card__info__category {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__info__category:last-of-type {
        margin-bottom: 0;
    }
}
@media all and (min-width: 768px) {
    .meet-our-people-card__info__category:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
}
@media all and (min-width: 992px) {
    .meet-our-people-card__info__category {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .meet-our-people-card__info__category:nth-last-of-type(-n+2) {
        margin-bottom: 1.25rem;
    }
    .meet-our-people-card__info__category:last-of-type {
        margin-bottom: 0;
    }
}

.meet-our-people-cards__indicator {
    width: 66.10169%;
    float: left;
    margin-left: 16.94915%;
    margin-right: -100%;
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
    height: 3px;
    padding: 0;
    background: #E1E1E1;
}

.meet-our-people-cards__indicator__progress-bar {
    background: #7297C5;
    -webkit-transition: width .5s cubic-bezier(.51, 0, .12, 1);
    transition: width .5s cubic-bezier(.51, 0, .12, 1);
    height: 3px;
    width: 0;
}

.no-touch .slick-initialized .slider-arrow__left:after {
    padding-left: 11.25rem;
}

.no-touch .slick-initialized .slider-arrow__right:after {
    padding-left: 1.25rem;
}
.meet-our-people-cards-section .cta-block {
    padding-top: 0px;
}
.meet-our-people-cards-section .cta-block .cta {
    margin-top: 0px;
}

.meet-our-people-card.blue,
.meet-our-people-card__content-wrapper.blue {
    background: #7297C5;
}
.white-cards .meet-our-people-card.blue,
.white-cards .meet-our-people-card__content-wrapper.blue {
    background: #FFFFFF;
}

.meet-our-people-card__content-wrapper.blue .image-blue-box-eyebrow {
    color: black;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin-bottom: 2.5rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper.blue .image-blue-box-eyebrow {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .meet-our-people-card__content-wrapper.blue .image-blue-box-eyebrow {
        color: black;
    }
}
.meet-our-people-card__content-wrapper.blue h2 {
    margin: 0 0 .375rem 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: black;
    text-align: left;
}
.white-cards .meet-our-people-card__content-wrapper.blue h2 {
    color: #171717;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper.blue h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
        margin-bottom: 1.125rem;
    }
}
.meet-our-people-card__content-wrapper.blue .image-blue-box__copy {
    /*font-family: 'UniversLTStdLight';*/
    line-height: 1.3125rem;
    color: black;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .meet-our-people-card__content-wrapper.blue .image-blue-box__copy {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.white-cards .meet-our-people-card__content-wrapper.blue .image-blue-box__copy,
.white-cards .meet-our-people-card__content-wrapper.blue .image-blue-box-eyebrow{
    color: #434343;
}