.desaturate {
    filter: grayscale(100%); /* Standard CSS */
    -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray; /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit Browsers */
}

    .desaturate:hover {
        filter: grayscale(0%);
        filter: none;
        -webkit-filter: grayscale(0); /* Old WebKit */
    }

.portfolios {

}

.portfolios .staffInfo {
    max-height: 64px;
    overflow: hidden;
}


.portfolio {
    border: 1px solid #ccc;
    /*height:850px!important;*/
    height: 540px !important;
    padding-top: 0;
    margin-bottom: 20px;
    /*top:850px;*/
    top: 540px;
}


.items {
    padding: 20px;
    padding-top: 0;
}

.header {
    height: 240px;
}
.header h4.c3-heading{
    font-size:24px;
}

.resource {
    height: 150px;
    overflow: hidden;
}

.footers {
}

.btn-title {
    overflow: hidden;
    font-size: 1.2rem;
}

.filter .btn {
    text-transform: capitalize;
    font-size: 22px;
}


.filter .btn-light-grey {
    background-color: #F2F2F2;
    margin: 0 5px !important;
}

.cpd-value {
    background: #72B0BD;
}

.webinars h4.c3-heading {
    color: #8A68AC!important;
}

.webinars .cpd-value {
    background: #8A68AC;
}