/* style for landing pages must be loaded manually */

.landingItem {
    min-height: 10em;
}

/* try to minimise box sizes */
.landingMenu .inner {
	min-height: 11em;
	overflow: hidden;
}
/* colour icons green */
em:not(.footer-item):not(.item_data-list) {
    color: green;
}

/* highlight Business waste colours just once*/
/*em.fa.fa-dumpster {
    color: #ffa500;
}
*/
.landingMenu .inner.landingItem.c2-bg.c2-bg-solid {
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
}
.landingMenu .inner.landingItem {
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
}