ul.resources li.pdf {
     background: none!important; 
     padding-left: 0px; 
    min-height: 26px;
    margin-bottom: 1em;
}

.items_b6187c03c98040c09d2c4030358c9b43 .item .contentTitle,
.items_b6187c03c98040c09d2c4030358c9b43 .item.contentTitle {
    text-transform: uppercase!important;
}

/* --------------- PROJECTS --------------- */
/* hide items list */
/*.blockWrap_c0c8303b5b4d463581bb3d726d75057c {*/
/*    display:none;*/
/*}*/
/*#page_f3d425baf6f648a195dc3ce1b88c0323 .primaryAndSecondaryContainer {*/
/*    padding-top: 0px;*/
/*}*/
.block_a2585948f0b2452faffe53b17becf3ee .imgGridItem img {
    width: 100%;
}
/*projects filter*/
.item-filter li {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: .5em;
    margin-left: .5em;
    /*font-family: brandongrotesquelight,Arial,Verdana,sans-serif;*/
  font-style: normal;
  font-weight: 300;
  
}
.item-filter li.active {
    color: #939393;
    border-bottom: 1px solid #939393;
}
.item-filter li:hover {
    color: #939393;
    /*text-decoration: underline;*/
    /*border-bottom: 1px solid #939393;*/
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
}
.item-filter {
    text-align: center;
} 
.imgMgn0 .imgGridItem {
      padding: .3em .3em 0 0;
}

.imgEffect-overlay, .imgHover-overlay {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: transparent;
    transition: background-color 1356ms ease;
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none;
    overflow: hidden;
}