/*	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/	*/

/* Containers */
body { font-size: 1.125em; }
.content { margin:0; padding:0; }
.grid{ width:1216px; }
p { max-width:1140px; }

/* Service Tiles Setup */
.tile-row-service{ margin-left:-16px; }
.tile-row-service .service{ margin-left:16px; font-size:71.1%; }

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:176px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:382px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:794px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:1000px; } /* Five-Sixths */

/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9{ width:279px; } /* Quarters */
.slot-6-7-8,.slot-7-8-9{ width:897px; } /* Three-Quarters */

/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5, .slot-6-7,.slot-7-8,.slot-8-9{ width:588px; } /* Halves */

/* Tiles */
div.box {
    width:176px;
    margin:0 2px 30px 0;
}
div.box.withinfo:hover {
    height:200px;
    margin-bottom:6px;
}
div.tile, div.space, div.tile img {
    margin:0;
    width:176px; height:176px;
}
div.tilewide {
    width:382px;
}
a div.tile img {
    width:176px; height:176px;
}
div.tile .boxinfo .icon {
    width:16px; height:16px;
    margin-top:5px;
}
.site-footer {
    height:110px;
}
