.member-tiles .row > p { display: none; }

.tiles {
    margin-bottom: 6vh;
}

.tiles .overview {
    margin-top: 6vh
}

.tiles .item {
    margin-bottom: 30px
}

.tiles .item .holder {
    border-radius: 15px;
    background-color: #fff
}

.tiles .item .image {
    display: block;
    background-color: rgba(170,201,67,.1);
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden
}

.tiles .item .image[href]:hover {
    opacity: .8
}

.tiles .item .caption {
    position: relative;
    height: 215px;
    margin-left: -10px;
    padding: 15px 15px 15px 0;
    overflow: hidden
}

.tiles .item .caption .title {
    font-size: 18px
}

.tiles .item .caption .title a {
    color: #aac943
}

.tiles .item .caption .title a:hover {
    color: #002d6e
}

.tiles .item .caption .date {
    margin: 5px 0;
    color: #888;
    font-size: 14px;
    font-weight: 400
}

.tiles .item .caption .description {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857
}

.tiles .item .caption .go-link {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.tiles .item .caption .go-link i {
    margin-left: 10px;
    color: #aac943
}

.tiles .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tiles .categories a {
    margin-top: 5px
}

.tiles.member-tiles .item .holder {
    background-color: #ecebe9;
    border-radius: 15px
}

.tiles.member-tiles .item .caption {
    height: auto
}