/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Service Tiles Setup */
.tile-row-service .service{ display:inline; float:left; }

/* Row Clearfix */
.tile-row-service:before, .tile-row-service:after, .tile-row-caption:before, .tile-row-caption:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.tile-row-service .row{ zoom:1; }

/* Tiles */
.tile-row-caption p {
    margin:2em 0 1.5em 0;
}
.tile-row-service div.box {
    width:100px;
    margin:0 0 20px 0;
}
.tile-row-service div.box.withinfo:hover {
    height:116px;
    margin-bottom:4px;
}
.tile-row-service div.tile, .tile-row-service div.space, .tile-row-service div.tile img {
    margin:0;
    width:100px; height:100px;
}
.tile-row-service div.tilewide {
    width:220px;
}
.tile-row-service a div.tile img {
    width:100px; height:100px;
}
.tile-row-service div.tile .boxinfo .icon {
    width:14px; height:14px;
    margin-top:2px;
}
.tile-row-service div.space {
    display: none;
}