/* PEOPLE BLOCKS */

.people-blocks>* {
    margin-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width:480px) {
    .people-blocks>* {
        float: left;
        width: 50%;
    }
    .people-blocks>*:nth-of-type(1n) {
        clear: none;
    }
    .people-blocks>*:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (min-width:768px) {
    .people-blocks>* {
        float: left;
        width: 20%;
    }
    .people-blocks>*:nth-of-type(1n) {
        clear: none;
    }
    .people-blocks>*:nth-of-type(5n+1) {
        clear: both;
    }
    .hide-mob {
        display: block !important;
    }
    .show-mob {
        display: none !important;
    }
    .hide-tab {
        display: block !important;
    }
    .show-tab {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:980px) {
    .hide-tab {
        display: none !important;
    }
    .show-tab {
        display: block !important;
    }
}

@media (max-width:767px) {
    .hide-tab {
        display: none !important;
    }
    .hidden-xs,
    .hide-mob {
        display: none !important;
    }
    .show-mob {
        display: block !important;
    }
}

.band-green .people-blocks img {
    background-color: #fff;
}

.people-blocks img {
    background-color: #efeeee;
    border-radius: 99999px;
}

.bio-image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.bio-text {
    position: relative;
    min-height: 1px;
    border: 3px #1f4721 solid;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
}

.thumbnail a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.thumbnail {
    font-weight: 400;
}

.thumbnail img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.thumbnail:hover img,
.thumbnail .is-open img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
}

.thumbnail a:hover .thumb-hover {
    opacity: 1;
    border: 3px #1f4721 solid;
    color: #FFF;
    background-color: rgba(71, 51, 31, 0.5);
}

.thumbnail a.is-open .thumb-hover {
    color: transparent;
    background-color: rgba(71, 51, 31, 0);
    border: 3px #1f4721 solid;
    border-radius: 99999px;
}

.thumbnail a.is-open:hover .thumb-hover {
    color: #fff;
    background-color: rgba(71, 51, 31, 0.5);
    border: 3px #1f4721 solid;
}

.thumb-hover {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8px);
    background-color: rgba(96, 120, 116, 0);
    padding: 46% 0px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    color: transparent;
    border-radius: 99999px;
    border: 3px #000 solid;
}

@media (max-width:767px) {
    .people-blocks .js-block-show-hide {
        width: calc(200% + 60%);
        padding-bottom: 2em;
        padding-top: .3em;
        margin-left: -15px;
        margin-right: -15px;
        display: none;
    }
    .bio-text {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width:479px) {
    .bio-text {
        padding-left: 9%;
        padding-right: 9%;
    }
    .people-blocks .js-block-show-hide {
        width: calc(100% + 23%);
        margin-left: -11.5%;
        padding-top: 0.3em;
        padding-bottom: 2em;
    }
}

@media (min-width:480px) {
    .people-blocks .js-block-container:nth-child(2n+2) .js-block-show-hide {
        margin-left: calc(-100% - 35%);
    }
    .people-blocks .js-block-container:nth-child(2n+1) .js-block-show-hide {
        margin-left: -20%;
    }
}

@media (min-width:768px) {
    .people-blocks .js-block-container:nth-child(5n+1) .js-block-show-hide {
        margin-left: 0px;
    }
    .people-blocks .js-block-container:nth-child(5n+2) .js-block-show-hide {
        margin-left: calc(-100% - 30px);
    }
    .people-blocks .js-block-container:nth-child(5n+3) .js-block-show-hide {
        margin-left: calc(-200% - 60px);
    }
    .people-blocks .js-block-container:nth-child(5n+4) .js-block-show-hide {
        margin-left: calc(-300% - 90px);
    }
    .people-blocks .js-block-container:nth-child(5n+5) .js-block-show-hide {
        margin-left: calc(-400% - 120px);
    }
    .people-blocks .js-block-show-hide {
        width: calc(500% + 120px);
    }
    .bio-text {
        float: left;
        width: 100%;
    }
}

.bio-text .position {
    font-style: italic;
    padding-bottom: 1em;
}

.bio-text h3 {
    padding-bottom: 0;
    color: #1f4721;
}

.bio {
    margin-top: 15px;
}

.teammembertitle h3 {
    font-size: 20px;
    padding-bottom: 0;
}

/* ----- PEOPLE BLOCKS END ----- */