.member {
    cursor: pointer;
    display: block;
    height: 100%;
    max-width: 25rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 .6rem 3.6rem rgba(0,0,0,.15);
    box-shadow: 0 .6rem 3.6rem rgba(0,0,0,.15);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s
}

    .member:hover {
        -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
        box-shadow: 0 .3rem .8rem rgba(0,0,0,.1)
    }

.member__photo {
    height: 25rem;
    background-size: cover;
    background-position: 50%
}

.member__info {
    padding: 1.6rem .8rem;
    text-align: center;
}

.member__name {
    color: var(--color-primary);
    font-size: 2.2rem;
    line-height: 1.2
}

.member__designation, .member__languages {
    color: #777;
    font-weight: 400
}

.member__email {
    position: relative;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    word-break: break-all;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.department {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .department:not(:last-child), .department__title {
        margin-bottom: 3.2rem
    }

.department__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .department__title:after {
        content: "";
        background: #bbb;
        height: 2px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 4.8rem
    }

.transition-container {
    position: relative
}

.list-item-move {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.list-item-enter-active {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.list-item-leave-active {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0
}

.list-item-enter, .list-item-leave-to {
    opacity: 0
}

.filter-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    position: relative;
    min-width: 40rem;
    z-index: 99
}

@media (max-width: 479px) {
    .filter-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 6.4rem
    }
}

.filter-wrap .button--clear-filter {
    text-align: center;
    max-width: 100%;
    width: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

    .filter-wrap .button--clear-filter:after {
        content: none
    }

.leggat-modal-member-col {
    margin-left: 3.2rem
}

@media (max-width: 767px) {
    .leggat-modal-member-col {
        margin-left: 0
    }
}

.leggat-modal .member {
    cursor: default;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
    box-shadow: 0 .3rem .8rem rgba(0,0,0,.1)
}

.leggat-modal .member__name {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .leggat-modal .member__name {
        margin-top: 2.4rem
    }
}

.leggat-modal .member__designation {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem
}

.leggat-modal .member__description, .leggat-modal .member__languages {
    margin-top: 1.6rem
}

.leggat-modal .member__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    text-align: left
}

.leggat-modal .member__social-icon {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-primary)
}

    .leggat-modal .member__social-icon svg {
        fill: var(--color-primary)
    }

    .leggat-modal .member__social-icon:not(:last-child) {
        margin-right: .8rem
    }

    .leggat-modal .member__social-icon:hover {
        color: var(--color-primary-dark)
    }

@media (max-width: 767px) {
    .leggat-modal .member__social-icon {
        font-size: 3.6rem
    }
}

.leggat-modal .member__contact {
    display: block;
    color: var(--color-primary);
    margin-bottom: .8rem
}

    .leggat-modal .member__contact i {
        margin-right: .8rem
    }

    .leggat-modal .member__contact:hover {
        color: var(--color-primary-dark)
    }

.dummy-content .department__title span, .dummy-content .member__designation, .dummy-content .member__name {
    color: transparent
}
