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

	Homepage Grid Definitions

-------------------------------------------------------------------------*/
#home-grid {
	height: 32.8125em;
	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 {
	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: #535353;

	-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: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	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: 12.25em;
}
.grid-3 {
	left: 24.5em;
}
.grid-4 {
	left: 49em;
}
.grid-5 {
	top: 10.9375em;
	left: 12.25em;
}
.grid-6 {
	top: 10.9375em;
	left: 36.75em;
}
.grid-7 {
	top: 21.875em;
}
.grid-8 {
	top: 21.875em;
	left: 12.25em;
}
.grid-9 {
	top: 21.875em;
	left: 24.5em;
}
.grid-10 {
	top: 21.875em;
	left: 36.75em;
}

/* Slider Navigation */
.carousel-nav {
	position: absolute;
	top: 50%;
	display: block;
	height: 7.5em;
	width: 4.625em;
	z-index: 9999;
	margin-top: -3.75em;
}
#carousel-nav-left,
#carousel-nav-left span {
	left: 0;
}
#carousel-nav-right,
#carousel-nav-right span {
	right: 0;
}
.carousel-nav span {
	position: absolute;
	top: 0;
	display: block;
	height: 7.5em;
	width: 4.625em;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -3040px;

	-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;
}
.touch .carousel-nav span {
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.carousel-nav.collapsed,
.carousel-nav.collapsed span {
	width: 1.25em;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#carousel-nav-right span {
	background-position: -26px -3200px;
}
.no-touch .carousel-nav:hover,
.no-touch .carousel-nav:hover span,
.carousel-nav.expand-arrow-tablet,
.carousel-nav.expand-arrow-tablet span {
	width: 4.625em;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	filter:0;
	opacity: 1;
}
/*
#carousel-pager span {
	display:inline-block;margin:0 5px; width:10px;height:10px;background:#ccc;border-radius:50%;font-size:0px;
}
#carousel-pager span.activeSlide {
	background-color:#999;
}

#carousel-nav-container a{
	cursor: pointer;
}
*/
