/* CSS Document */
.tabs {
    background: white;
}
.threeCol .grid-x {
    padding-top: 40px !important;
}
.cardsListing {
    margin: 2rem;
}
.cardsListing .callout img {
    margin-bottom: 1rem;
    filter: brightness(180%);
}
.cardsListing .callout:hover {
    box-shadow: 3px 3px 10px #666;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.cardsListing .callout:hover img {
    filter: brightness(150%);
}
.card.medium-6 {margin-top: 1em;}