.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: contents;
}.gridder-list {
    width: 22.8333333333%;
}.gridder-list {
    cursor: pointer;
}.gridder-content {
    display: none;
}.gridder-list {
    display: inline-block;
    vertical-align: top;
}.gridder-list img{
    width:100%;
    object-fit:cover;
    height: 100%;
}.gridder-list:nth-child(n) {
    margin-bottom: 10px;
    margin-right: 10px;
}.bio-title {
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.5;
    color: #4a4a4a;
    margin-top: 14px;
    white-space: normal;
}.gridder-list:hover {
    opacity: 0.8;
}.hasSelectedItem .gridder-list.selectedItem {
    opacity: 1;
}.hasSelectedItem .gridder-list {
    opacity: .5;
}.gridder-show {
    padding: 20px;
    background: #EEE;
    margin-bottom: 5%;
    background-color: #fff;
    border: 1px solid #0067b1;
    padding: 24px;
    box-shadow: 8px 8px 0px 0px rgba(0, 103, 177, 1);
}.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}.gridder-list, .gridder-show {
    font-size: 1rem;
}.gridder-close {
    float: right;
    margin-top: -10px;
    color: #0067b1;
    font-size: 1.500em;
    text-decoration: none!important;
}li.gridder-list.selectedItem div.bio-profile-arrow {
    width: 21px;
    height: 24px;
    background-image: url(https://s22457.pcdn.co/wp-content/themes/corporate-site/assets/images/src/bio-highlight-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 23px;
    position: relative;
    margin-bottom: -15px;
    z-index: 1000;
    left: 50%;
    display: block;
}
@media (min-width: 628px) and (max-width: 699px){
    .gridder-list {
        width: 47.8333333333%;
    }
}
@media (min-width: 200px) and (max-width: 627px){
    .gridder-list {
        width: 100%;
    }
}