/* Minification failed. Returning unminified contents.
(42,7): run-time error CSS1035: Expected colon, found 'cursor'
 */


@media only screen and (max-width: 1199px) {
    .primary-wrapper {
        padding: 6.4rem 15px;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 480px) {

    .primary-wrapper {
        padding: 4rem 15px;
    }
}

/* *********************************** */
/* Default Template - Internal pages wrap */
main .primary-wrapper .row .primary.col .row {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}

    /* Default Template - Internal pages - images */
    main .primary-wrapper .row .primary.col .row img {
        margin-bottom: 2rem;
    }

    /* Default Template - Internal pages - headings */
    main .primary-wrapper .row .primary.col .row h2 {
        margin-bottom: 2rem;
    }

    /* Default Template - Internal pages - text */
    main .primary-wrapper .row .primary.col .row p {
        margin-bottom: 2rem;
    }

.member {
    C 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: #ec1a2e;
    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: #ec1a2e;
}

    .leggat-modal .member__social-icon svg {
        fill: #ec1a2e;
    }

    .leggat-modal .member__social-icon:not(:last-child) {
        margin-right: .8rem;
    }

    .leggat-modal .member__social-icon:hover {
        color: #e00e22;
    }

@media (max-width: 767px) {
    .leggat-modal .member__social-icon {
        font-size: 3.6rem;
    }
}

.leggat-modal .member__contact {
    display: block;
    color: #ec1a2e;
    margin-bottom: .8rem;
}

    .leggat-modal .member__contact i {
        margin-right: .8rem;
    }

    .leggat-modal .member__contact:hover {
        color: #e00e22;
    }

.dummy-content .department__title span, .dummy-content .member__designation, .dummy-content .member__name {
    color: transparent;
}

