/*-------------------------------------------------------------------------

	Homepage Grid Definitions

-------------------------------------------------------------------------*/
#home-grid {
	height: 41.5em;
	width: 61.25em;
	overflow: hidden;
}
.home-grid-page {
	position: relative;
	height: 32.8125em;
}
.home-grid-piece {
	position: absolute;
	top: 0;
	left: 0;
	width: 12.25em;
	height: 10.9375em;
}
.home-grid-piece a {
	position: relative;
	display: block;
	width: 12.25em;
	height: 10.9375em;
	overflow: hidden;
}
.home-grid-piece a .box-cta {
	height: 10.9375em;
}
.home-grid-piece a .box-content {
	height: 9.211em;
}
.home-grid-piece.span2-tall,
.home-grid-piece.span2-tall a,
.home-grid-piece.span2-tall a .box-cta {
	height: 21.875em;
}
.home-grid-piece.span2-tall a .box-content {
	height: 18.421em;
}
.home-grid-piece.span2-wide,
.home-grid-piece.span2-wide a,
.home-grid-piece.span2-tall.wide,
.home-grid-piece.span2-tall.wide a,
.home-grid-piece.span2-tall.wide a .box-cta {
	width: 24.5em;
}
.home-grid-piece a img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.home-grid-piece a.no-light {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.home-grid-piece a .box-cta {
	position: absolute;
	top: 0;
	left: -24.5em;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(63, 63, 63, 0.9);

	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.home-grid-piece a .box-content {
	padding: 36px 0 0 24px;
	line-height: 1.15;
	font-size: 1.1875em;
	font-style: normal;
	font-weight: 300;
	font-family: 'CiscoSansLightItalic';
	color: #fff;
	display: block;
	width: 100%;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.letter-space {
	display: inline-block;
	margin-right: 1px;
}
.home-grid-piece a .cta-indicator {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 22px;
	height: 22px;
	background: transparent url(../img/carat-icon.png) no-repeat center center;
}
.home-grid-piece.span2-wide a .box-content {
	padding: 0 0 0 24px;
	width: 23em;
	display: table-cell;
	vertical-align: middle;
}
.home-grid-piece.span2-tall a .box-content {
	padding: 0 0 0 24px;
	display: table-cell;
	vertical-align: middle;
}
.no-touch .home-grid-piece a:hover .box-cta {
	left: 0;
}
.lt-ie8 .home-grid-piece a .box-content {
	display: block;
	width: auto;
	padding: 24px 0 0 24px;
}


/* One Grid To Rule Them All! */
.grid-2 {
	left: 24.5em;
}
.grid-3 {
	left: 49em;
}
.grid-4 {
	top: 10.9375em;
	left: 24.5em;
}
.grid-5 {
	top: 10.9375em;
	left: 36.75em;
}
.grid-6 {
	top: 10.9375em;
	left: 49em;
}
.grid-7 {
	top: 21.875em;
}
.grid-8 {
	top: 21.875em;
	left: 24.5em;
}

/* Legal text */
.legal {
	font-size: 0.625em;
	color: #000;
}
.legal a {
	color: blue;
	text-decoration: underline;
}