  /* Update m-person__image to check for data-overlay=true to prevent overlay if no title/description on PhotoSlider */

/* ======= PEOPLE ==================================================================================== */


/* Animations =========================== */

@keyframes personin {
    from {
        transform: translate3d(100%, 0, 0) scale(1.1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-moz-keyframes personin {
    from {
        transform: translate3d(100%, 0, 0) scale(1.1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes personin {
    from {
        transform: translate3d(100%, 0, 0) scale(1.1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-ms-keyframes personin {
    from {
        transform: translate3d(100%, 0, 0) scale(1.1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-o-keyframes personin {
    from {
        transform: translate3d(100%, 0, 0) scale(1.1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes bioin {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes bioin {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bioin {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes bioin {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes bioin {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

.m-person__image {
    opacity: 1;
    transition: all .7s;
    max-width: 100%;
    -webkit-animation: personin .7s;
    -moz-animation: personin .7s;
    -ms-animation: personin .7;
    -o-animation: personin .7;
    animation: personin .7s;
    animation-timing-function: ease-in-out;
}

.m-person__bio {
    opacity: 1;
    transition: all .7s;
    max-width: 100%;
    -webkit-animation: bioin 1.2s;
    -moz-animation: bioin 1.2s;
    -ms-animation: bioin 1.2s;
    -o-animation: bioin .1.2s;
    animation: bioin 1.2s;
    animation-timing-function: ease-in-out;
}

.m-person__caption>.m-person__button {
    opacity: 1;
    transition: all .7s;
    -webkit-animation: bioin 1.4s;
    -moz-animation: bioin 1.4s;
    -ms-animation: bioin 1.4s;
    -o-animation: bioin .1.4s;
    animation: bioin 1.4s;
    animation-timing-function: ease-in-out;
}

.m-person {
    opacity: 1;
    transition: all .8s ease-in-out;
    z-index: 10;
}

.personout {
    opacity: 0;
    position: absolute !important;
    top: 0;
    transform: scale(.9);
}

.m-person.personout {
    z-index: 0;
}


/* Layout =============================== */

.o-people {
    width: 100%;
    margin: 66px 0;
    background: #fff;    padding-left: 74px;
   
}
@media (max-width: 1220px){
    .o-people { padding-left:0;}
    .m-person__image{ position: relative;}
    /* ZSM: AD 02.01.24px - added [data-overlay=true] to selector to on apply overlay if photoslider has content; */
    .m-person__image[data-overlay=true]::after {
        background: rgba(0, 0, 0, 0.5) !important;
    }
    .o-people_section .o-people .m-people-main__bottom .slide_text{padding: 20px;    left: 0;}
    .o-people_section .o-people .m-people-main__bottom .slide_text p{    margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;}
        .o-people_section .o-people .m-people-main__bottom .slide_text h2{    margin-bottom: 20px;
            font-size: 30px;
            line-height: 32px;}
            .o-people_section .o-people .m-people-main__bottom .slide_text{    left: 0 !important;}
} 
.o-people__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.m-people-main {
    width: 100%;
    order: 1;
}
@media (max-width: 1220px){
    .m-people-main {order: 2;}
    /* .o-people_section .o-people .m-people-thumbs{order: 1;} */
    .m-people-thumbs__button{    border: 3px solid white!important;
        margin-bottom: 2px !important;}
}
.m-people-main__bottom {
    position: relative;
    width: 100%;
    height: 86.6vw;
    margin: 0 auto;
}

.m-people-thumbs {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    order: 2;
}

.m-people-thumbs__content {
    display: flex;
    /* flex-flow: inherit; */
    flex-shrink: 0;
}
@media only screen and (min-width: 1220px) {
    .m-people-thumbs__content {flex-flow: wrap;}

}
.m-people-thumbs__separator {
    flex-basis: 100%;
    height: 0;
    display: none;
}


/* Typography =============================== */

.o-people .row-heading {
    margin-bottom: 0;
}

.o-people__caption {
    text-transform: uppercase;
    margin-left: 9%;
    margin-right: 6%;
    font-size: .9rem;
    margin-top: .75rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.1em;
    /*0.156em;*/
    font-weight: 100;
    color: #000;
}


/* Person (Active "slide") =================================== */

.m-person {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mouseuser .m-person:focus {
    outline: none;
}

.m-person[hidden=""] {
    display: none;
}

.m-person__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
 /* ZSM: AD 02.01.24px - added [data-overlay=true] to selector to on apply overlay if photoslider has content; */
.m-person__image[data-overlay=true]::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
}

.m-person__image img {
    opacity: 0;
    /*min-height: 325px;*/
}

.m-person__caption {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    overflow: hidden;
}

.m-person__bio {
    position: absolute;
    padding: 0 11px;
    bottom: 11px;
    top: 0;
    width: 100%;
}

.m-person__biocontent {
    position: absolute;
    bottom: 0;
}

.m-person__name {
    color: #fff;
    line-height: 1em;
    font-family: "Freight Display Pro W01", serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.017em;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.m-person__bio p.m-person__major,
.m-person__bio p.m-person__role {
    margin: 0 0 0.25rem;
}

.m-person__bio p.m-person__major {
    text-transform: uppercase;
    letter-spacing: 0.036em;
}

.m-person__button a {
    position: absolute;
    width: 100%;
    height: 66%;
    bottom: 0;
    background: transparent;
}

.m-person__button a span {
    position: inherit;
    padding: 0;
    transform: skew(-20deg);
    display: block;
    opacity: 0;
}

.m-person__category {
    position: absolute;
    left: 0;
}

.m-person__category a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.036em;
    padding: 5px 10px;
    display: inline-block;
    background: rgba(0, 0, 0, .3);
    transition: all .3s;
}

.m-person__category a:hover,
.m-person__category a:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
}


/* Thumbnails =============================== */

.m-people-thumbs__button {
    width: 28vw;
    height: 19.5vw;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    flex: 1 100%;
    background: #eff0f0;
    min-width: 164px;
    min-height: 114.511px;
    z-index: 0;
    background-position: center;
    background-size: cover;
}
@media (max-width:1220px){
    .m-people-thumbs__button {
        width: 200px!important;
        min-width: 200px!important;
    }.m-people-thumbs {
        margin-left: 6%;
        width: 88%;
    }
}
@media (max-width:599px){
    .m-people-thumbs { margin-left: 0;
    width: 100%;}
}

.m-people-thumbs__button:hover:before{border:13px solid #FCC200 ;left: 0;    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1.0);}
.m-people-thumbs__button:focus:before{border:13px solid #FCC200;left: 0;    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1.0); }
.m-people-thumbs__button[aria-selected="true"]:focus{border:0 solid transparent}
.m-people-thumbs__button:focus::before {
    outline: 1px dotted #000;
}
@media (max-width:1219px){
    .m-people-thumbs__button:hover:before{border:5px solid #FCC200 }
    .m-people-thumbs__button:focus:before{border:5px solid #FCC200 }
    .m-people-main__bottom {
        width: 100%!important;
        padding-left: 0;
        padding-right: 0;
    }.m-people-thumbs{    width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0!important;}
        /*.o-people__content{    padding: 0 25px;}*/
}
.m-people-thumbs__button::after {
    content: "";
    background: transparent;
    transform: scale3d(1.3, 1.3, 1);
    transition: background .3s ease, transform .3s ease;
    position: absolute;
    left: 12px;
    top: 12px;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    perspective: 1000px;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.m-people-thumbs__button:hover::after,
.m-people-thumbs__button:focus::after,
.m-people-thumbs__button[aria-selected="true"]::after {
    content: "";
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.m-people-thumbs__button::before {
    content: "";
    background: transparent;
    transform: scale3d(1.3, 1.3, 1);
    transition: background .3s ease, transform .3s ease;
    border: 13px solid #FCC200;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    perspective: 1000px;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.m-people-thumbs__button-image {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;
    background-size: cover;
    background-position: center;
    display: block;
    transform: scale3d(1, 1, 1);
    transition: transform .3s ease;
    perspective: 1000px;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
}

.m-people-thumbs__button:hover .m-people-thumbs__button-image,
.m-people-thumbs__button:focus .m-people-thumbs__button-image,
.m-people-thumbs__button[aria-selected="true"] .m-people-thumbs__button-image {
    transform: scale3d(1.11, 1.11, 1);
}

.m-people-thumbs__button[aria-selected="true"]::before {
    transform: scale3d(1, 1, 1);
}

.m-people-thumbs__button[aria-selected="true"]::after {
    background: rgba(0, 0, 0, .5);
    transform: scale3d(1, 1, 1);
}


/* More Stories Button =========================== */

.o-people__buttonwrapper {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -22px;
    text-align: center;
    z-index: 2;
}

.o-people__button {
    display: inline-block;
    padding: 22px;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: .188rem;
    font-size: .875rem;
    font-weight: 400;
    transition: all .3s;
}

.o-people__button:hover,
.o-people__button:focus {
    color: rgba(0, 0, 0, 1);
}


/* =============== Media Queries ==================== */

@media only screen and (min-width: 600px) {
    .m-people-main__bottom {
        width: 88%;
        height: 59.5vw;
    }
    .m-people-thumbs {
        margin-left: 6%;
    }
    .m-person__bio {
        padding: 0 22px;
        bottom: 22px;
    }
    .m-people-thumbs__button {
        width: 14vw;
        min-width: 82px;
    }
    .m-people-thumbs__separator {
        display: block;
    }
}

@media only screen and (min-width: 930px) {
     /* ZSM: AD 02.01.24px - added [data-overlay=true] to selector to on apply overlay if photoslider has content; */
    .o-people__content .m-person__image[data-overlay=true]::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    }
    .m-person__image img {
        padding-bottom: 0;
    }
    .m-person__bio {
        position: relative;
        padding-top: 18%;
        padding-left: 6%;
        max-width: 50%;
    }
    .m-person__bio p.m-person__major {
        max-width: 275px;
    }
    .m-person__bio p.m-person__role {
        max-width: 340px;
    }
    .m-person__biocontent {
        position: relative;
        bottom: auto;
    }
    .m-person__button {
        margin-top: 1.25rem;
    }
    .m-person__button a {
        position: relative;
        width: auto;
        height: auto;
        padding: 1rem 2.5rem 1rem calc(6% + 40px);
        background: #866f45;
        transform: skew(20deg) translateX(-40px);
        transition: all .3s ease-in-out;
        font-family: "Avenir Next W01", Verdana, sans-serif;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: .143em;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
    }
    .m-person__button a:hover,
    .m-person__button a:focus {
        background: #b58e5b;
    }
    .m-person__button a span {
        opacity: 1;
    }
    .m-person__category {
        position: relative;
    }
    .m-person__category a {
        background: none;
        padding: 5px 0;
    }
    .m-person__category a:hover,
    .m-person__category a:focus {
        text-decoration: underline;
        background: none;
    }
}

@media only screen and (min-width: 1220px) {
    /* at certain window aspect ratios, display single col thumbs */
    .single-col-thumbs .m-people-thumbs,
    .single-col-thumbs .m-people-thumbs__button,
    .single-col-thumbs .o-people__buttonwrapper {
        width: 18vw;
    }
    .single-col-thumbs .m-people-main__shadow-top,
    .single-col-thumbs .m-people-main__shadow-bottom {
        width: 19vw;
    }
    .single-col-thumbs .m-people-thumbs__button {
        height: 12.568281938326vw;
    }
    .single-col-thumbs .m-people-main {
        width: 79%;
    }
    .single-col-thumbs .m-people-main__shadow-top,
    .single-col-thumbs .m-people-main__shadow-bottom {
        right: -26.59%;
    }
    .single-col-thumbs .o-people__button {
        padding: 22px 0;
    }
    .o-people__content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    .m-people-main {
        width: 80%;
        height: 871px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .m-people-main__top {
        display: inline-block;
        width: 100%;
        height: 166px;
    }
    .m-people-main__shadow-top {
        background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: 0;
        width: 31vw;
        height: 70px;
        right: -51.5151515152%;
        z-index: 1;
        display: none;
    }
    .m-people-main__shadow-bottom {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        bottom: 0;
        width: 31vw;
        height: 70px;
        right: -51.5151515152%;
        z-index: 1;
        opacity: 1;
        transition: opacity .2s;
        display: none;
    }
    .m-people-main__shadow-bottom.hide {
        opacity: 0;
    }
    .m-people-main__bottom {
        height: calc(100vh - 216px);
        width: 100%;
    }
    .m-person__image {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .m-person__caption {
        margin-left: 8%;
    }
    .m-people-thumbs {
        width: 15vw;
        margin-top:0;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .m-people-thumbs__content {
        display: flex;
        /* flex-wrap: wrap; */
        width: 100%;
    }
    .m-people-thumbs__button {
        width: 15vw;
        height: 10.47356828193833vw;
        flex-grow: 0;
        flex-shrink: 1;
    }
    .o-people__buttonwrapper {
        width: 30vw;
    }
    .m-people-thumbs__separator {
        display: none;
    }
}

@media (prefers-reduced-motion) {
    .personout {
        transform: none;
    }
    .m-person__image,
    .m-person__bio,
    .m-person__caption>.m-person__button {
        animation: none;
    }
    .m-people-thumbs__button::before,
    .m-people-thumbs__button::after {
        transition: background .3s ease, transform 0s ease;
    }
    .wm-topbar .wm-topbar__menu-button {
        transition: opacity .6s, right 0s;
    }
    .wm-topbar.is-hidden .wm-topbar__menu-button {
        transition: opacity .6s, right 0s ease .6s;
    }
}