
/*
 * ------------------------------------------------------------------
 *
 * Tiles
 *
 */


.wh_tile {
    width: 47% !important;
    min-width: 300px;
    min-height: 140px;
}


@media only screen and (max-width: 1200px) {
    .wh_tile {
        width: 45% !important;
    }
}

@media only screen and (max-width: 767px) {
    .wh_tile {
        width: 100% !important;
        min-width: 240px;
    }
}

.wh_tile_shortdesc  a:link{
    color: #007170 !important;
}

.wh_tile_shortdesc  a:visited{
    color: #007170 !important;
}

.wh_tile_shortdesc  a:hover{
    color: #007170 !important;
}

.wh_tile_shortdesc  a:active{
    color: #007170 !important;
}