/* CSS Document */
/* 
* GENERAL 
* HEADER
* logo
* nav
* SLIDES
*/

/* GENERAL */
body {
	background: rgb(238, 238, 238);
	font-family: 'Source Sans Pro', Arial, sans-serif;
 	font-size: 18px; 
 	font-weight: 400;
 	line-height: 21px;
 	color: #2c353d;
	margin: 0;
	padding: 0;
}

p {
    margin: 0 0 25px;
}

/* HEADER */
.home {
    background: none repeat scroll 0 0 rgba(251, 79, 20, 1);
}

.home .header {
    background: rgba(44, 53, 61, 0.97);
    position: absolute;
    width: 100%;
	max-width: none;
    z-index: 6;
	height: 128px;
}

.home .header-content-wrap {
    margin: 0 auto;
    max-width: 970px;
    width: 96%;
}

/* logo */
.home .logo {
	position: absolute;
	width: 100%;
	z-index: 11;
	padding-top: 0;
}

.home .logo img {
	padding-top: 36px;
	position: relative;
	z-index: 11;
}

.home .logo-wrap {
    margin: 0 auto;
    max-width: 970px;
    width: 96%;
}

/* nav */
.home ul.main-nav {
    float: right;
    margin-bottom: 56px;
    margin-top: 56px;
    padding-left: 0;
}

.home ul.main-nav li {
	display: inline-block;
	list-style: none outside none;
	font-size: 22px;
	font-weight: 300;
	margin-right: 10px;
}

ul.main-nav a, ul.subnav a {
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
}

ul.main-nav a {
    color: #ffffff;
}

ul.main-nav a:hover {
	opacity: 0.6;
}

/* icons */
ul.main-icons {
	float: right;
	background: #434a51;
    border-radius: 25px;
    height: 40px;
    margin: 34px 20px 0 0;
	padding-right: 7px;
	padding-left: 4px;
}

.home ul.main-icons {
    margin: 43px 0 0;
}

ul.main-icons li {
	display: inline-block;
	margin-right: -4px;
	list-style: none outside none;
	padding: 10px;
}

ul.main-icons li a {
	color: #ffffff;
}

ul.main-icons li a:hover {
	opacity: 0.8;
}

/* SLIDES */
.home-hero-top {
    position: relative;
    z-index: 5;
}

.home img.slide {
    height: auto;
    width: 100%;
}

.home .home-hero-bottom {
    position: absolute;
    z-index: -2;
	margin-top: -1px;
	width: 100%;
}

.slide-shim {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}

.slide-2, 
.slide-3, 
.slide-4 {
	display:none;
}

.slide-1, 
.slide-2, 
.slide-3, 
.slide-4 {
	position: absolute;
}

.slide-1 {
	z-index: 6;
}

.slide-2 {
	z-index: 7;
}

.slide-3 {
	z-index: 8;
}

.slide-4 {
	z-index: 9;
}

/* FOOTER */
.footer {
	top: 22px;
	position: relative;
	margin: 0 auto;
	max-width: 970px;
	width: 96%;
}

.home .footer-wrap {
	margin-top: -4.5%;
}

.footer-left,
.footer-right {
	position: absolute;
	z-index: 10;
}

.footer-right {
	right: 0;
}
	
/* background */
.footer-bg-wrapper {
	height: 195px;
	background: rgb(22, 26, 30);
	background: rgba(22, 26, 30, 0.8); 
	width: 100%;
	position:relative;
	z-index: -2;
}

.home .footer-bg-wrapper {
	height: 240px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjMTYxYTFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(22,26,30,1) 66%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(66%,rgba(22,26,30,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(22,26,30,1) 66%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(22,26,30,1) 66%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(22,26,30,1) 66%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(22,26,30,1) 66%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#161a1e',GradientType=0 );
}

/* content */
.footer a {
	transition: all 0.2s ease 0s;
	color: #ffffff;
} /* governs footer links */


.footer a:hover {
	opacity: .3;
	transition: all 0.2s ease 0s;
}
p.url a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
} /* affects URL in footer */

p.disclaimer {
    clear: both;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    opacity: 0.5;
    text-align: right;
}

/* footer navs */
ul.main-nav li,
ul.footer-nav li,
ul.footer-subnav li {
	display: inline-block;
	list-style: none outside none;
	margin-right: -4px; /* corrects spaces between inline-block elements */
}

ul.footer-nav,
ul.footer-subnav {
	padding-left: 0;
	font-weight: 200;
}

ul.footer-nav li {
	margin-right: 20px; 
}

ul.footer-subnav li {
	font-size: 14px;
	margin-right: 10px; 
}

ul.footer-nav li a,
ul.footer-subnav li a {
	text-decoration: none;
	text-transform:lowercase;
}

/* social nav */
ul.social-nav {
	float: right;
}

ul.social-nav li {
	float: right;
	list-style: none outside none;
	margin-left: 23px;
}

/* DIAGONALS */
.diag-bg-1,
.home-diag-1,
.home-diag-2,
.home-diag-3,
.home-diag-4,
.home-diag-5,
.home-diag-6,
.home-diag-7 {
    width: 0;
    height: 0;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.home-diag-1,
.home-diag-2,
.home-diag-3 {
    z-index: 7;
}

.diag-bg-1,
.home-diag-4,
.home-diag-5,
.home-diag-6 {
	z-index: -1;
}

.home-diag-7 {
	z-index: -7;
}
.diag-bg-1:after,
.home-diag-1:after,
.home-diag-2:after,
.home-diag-3:after,
.home-diag-4:after,
.home-diag-5:after,
.home-diag-6:after,
.home-diag-7:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
}

.home-diag-1 {
    padding-left: 37.847222%; /*545/1440*/
    padding-bottom: 37.847222%; /*545/1440*/
}

.home-diag-2 {
    padding-left: 43.75%; /*630/1440*/
    padding-bottom: 43.75%; /*1480/1440*/
}

.home-diag-3 {
    padding-left: 49.305556%; /*710/1440*/
    padding-bottom: 49.305556%; /*710/1440*/
}

.home-diag-4 {
    padding-left: 54.861111%; /*790/1440*/
    padding-bottom: 54.861111%; /*790/1440*/
}

.home-diag-5 {
    padding-left: 60.416667%; /*870/1440*/
    padding-bottom: 60.416667%; /*870/1440*/
}
.diag-bg-1,
.home-diag-6 {
    padding-left: 65.972222%; /*950/1440*/
    padding-bottom: 65.972222%; /*950/1440*/
}

.home-diag-7 {
    padding-left: 99.85%;/*99.305556%; 1430/1440*/
    padding-bottom: 99.85%; /*99.305556%; 1430/1440*/
}

.diag-bg-1:after {
	border-left: 1500px solid rgb(44, 53, 61);
}

.home-diag-1:after {
	border-left: 1500px solid rgba(251, 79, 20, 1);
}

.home-diag-2:after {
	border-left: 1500px solid rgba(251, 79, 20, .55);
}

.home-diag-3:after {
	border-left: 1500px solid rgba(251, 79, 20, .35);
}

.home-diag-4:after {
	border-left: 1500px solid rgba(251, 79, 20, .22);
}

.home-diag-5:after {
	border-left: 1500px solid rgba(251, 79, 20, .16);
}

.home-diag-6:after {
	border-left: 1500px solid rgba(251, 79, 20, .08);
}

.home-diag-7:after {
	border-left: 1500px solid rgba(44, 53, 61, 1);
}

div.tall-rectangle {
    float: left;
}
.wide-rectangle{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wide-rectangle:before{
    content: "";
    display: block;
}

.tall-rectangle{
    position: relative;
    overflow: hidden;
}

.tall-rectangle:before{
    content: "";
    display: block;
}

.triangle {
    width: 0;
    height: 0;
    overflow: hidden;
}

.triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.home-diag-8 {
	display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -13;
}

.home-diag-8 .wide-rectangle {
	background: #41373A;
}

.home-diag-8 .wide-rectangle:before{
    padding-top: 10.9%;
}

.home-diag-8 .tall-rectangle:before{
    padding-top: 1062.5%;
}

.home-diag-8 .tall-rectangle{
    width: 8.6%; /* 130/1440 */
    background: #41373A;
}

.home-diag-8 .triangle {
    padding-bottom: 91.4%;
    padding-left: 91.4%;
}

.home-diag-8 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #41373A;
}

.home-diag-9 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -14;
}

.home-diag-9 .wide-rectangle {
	background: #543938;
}

.home-diag-9 .wide-rectangle:before{
    padding-top: 22.285%;
}

.home-diag-9 .tall-rectangle:before{
    padding-top: 400%;
}

.home-diag-9 .tall-rectangle{
    width: 20%; /* 130/1440 */
    background: #543938;
}

.home-diag-9 .triangle {
    padding-bottom: 80%;
    padding-left: 80%;
}

.home-diag-9 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #543938;
}

.home-diag-10 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -15;
}

.home-diag-10 .wide-rectangle {
	background: #653B36;
}

.home-diag-10 .wide-rectangle:before{
    padding-top: 33.4%;
}

.home-diag-10 .tall-rectangle:before{
    padding-top: 221.5%;
}

.home-diag-10 .tall-rectangle{
    width: 31.1%; /* 130/1440 */
    background: #653B36;
}

.home-diag-10 .triangle {
    padding-bottom:68.9%;
    padding-left: 68.9%;
}

.home-diag-10 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #653B36;
}

.home-diag-11 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -16;
}

.home-diag-11 .wide-rectangle {
	background: #743C34;
}

.home-diag-11 .wide-rectangle:before{
    padding-top: 44.7%;
}

.home-diag-11 .tall-rectangle:before{
    padding-top: 135.4%;
}

.home-diag-11 .tall-rectangle{
    width: 42.5%; 
    background: #743C34;
}

.home-diag-11 .triangle {
    padding-bottom: 57.5%;
    padding-left: 57.5%;
}

.home-diag-11 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #743C34;
}

.home-diag-12 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -17;
}

.home-diag-12 .wide-rectangle {
	background: #8C3F30;
}

.home-diag-12 .wide-rectangle:before{
    padding-top: 56%;
}

.home-diag-12 .tall-rectangle:before{
    padding-top: 86.2%;
}

.home-diag-12 .tall-rectangle{
    width: 53.8%; 
    background: #8C3F30;
}

.home-diag-12 .triangle {
    padding-bottom: 46.2%;
    padding-left: 46.2%;
}

.home-diag-12 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #8C3F30;
}

.home-diag-13 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -18;
}

.home-diag-13 .wide-rectangle {
	background: #B2442A;
}

.home-diag-13 .wide-rectangle:before{
    padding-top: 67.3%;
}

.home-diag-13 .tall-rectangle:before{
    padding-top: 53.7%;
}

.home-diag-13 .tall-rectangle{
    width: 65.1%; 
    background: #B2442A;
}

.home-diag-13 .triangle {
    padding-bottom: 34.9%;
    padding-left: 34.9%;
}

.home-diag-13 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #B2442A;
}


.home-diag-14 {
	clear: both;
    display: block;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: -19;
}

.home-diag-14 .wide-rectangle {
	background: #D94923;
}

.home-diag-14 .wide-rectangle:before{
    padding-top: 78.7%;
}

.home-diag-14 .tall-rectangle:before{
    padding-top: 30.9%;
}

.home-diag-14 .tall-rectangle{
    width: 76.4%; 
    background: #D94923;
}

.home-diag-14 .triangle {
    padding-bottom: 23.6%;
    padding-left: 23.6%;
}

.home-diag-14 .triangle:after {
    margin-left: -1500px;
    border-bottom: 1500px solid transparent;
    border-left: 1500px solid #D94923;
}

/* DIAMONDS */
.diamonds-wrapper {
	width: 81.5%;
	margin: 0 auto;
	display: block;
	background: teal;
}

.diamond-zone{
   margin: -16.9% auto 0;
    overflow: visible;
    position: relative;
	width: 78.5%;
	z-index: 8;
	max-width: 1184px;
}

.diamond-zone:before{
    content: "";
    display: block;
    padding-top: 90%;
}

#diamond-wrap {
	height: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    left: 19.6%;
    padding-top: 81%;
    top: 0;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 60.75%;
}

.box {
    display: block;
    height: 50%;
    position: absolute;
}

.box-3 {
    font-size: 22px;
    line-height: 25px;
}

.box-3 span.plus-sign {
	font-size: 92px;
	font-weight: 100;
}

.box-quarter .plus-icon {
    margin-top: 85%;
}

.box-3,
.box-4 {
	width: 33%;
}

.box-quarter-1,
.box-quarter-2 {
	width: 100%;
}

.box-eighth {
	width: 50%;
}

.box-1,
.box-2 {
	width: 67%;
}

.box-1 {
	font-weight: 200;
	font-size: 39px;
	line-height: 45px;
}

.box-1 p {
	padding-top: 25%;
	margin-top: 0;
	margin-bottom: 0;
}

a.button-grey img {
	margin-top: 10px;
}

a.button-grey:hover {
	opacity: 0.8;
}

.box .blanker,
.box .plus-icon-sm,
.box .plus-icon-lg {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.box .blanker {
    background: linear-gradient(225deg, rgba(22, 26, 30, 0) 0%, rgba(22, 26, 30, 0) 16%, rgba(22, 26, 30, 0.65) 59%, rgba(22, 26, 30, 1) 77%, rgba(22, 26, 30, 1) 100%) repeat scroll 0 0 rgba(22, 26, 30, 0);
}

.box .plus-icon-sm:before {
	background-image: url("../images/icon-plus-sm.png");
}

.box .plus-icon-lg:before {
	background-image: url("../images/icon-plus-lg.png");
}

.box .plus-icon-sm:before,
.box .plus-icon-lg:before {
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "";
    height: 109%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
    width: 92%;
}

.box-1,
.box-quarter-1,
.box-eighth-2 {
    top: 0;
    left: 0;
}

.box-4,
.box-eighth-1 {
    top: 0;
    right: 0;
}

.box-3,
.box-quarter-2,
.box-eighth-3 {
    bottom: 0;
    right: 0;
}

.box-2,
.box-eighth-4 {
	bottom: 0;
    left: 0;
}

.box-2,
.box-quarter-1,
.box-eighth-1,
.box-eighth-2,
.box-eighth-3,
.box-eighth-4 {
    display: table-cell;
    overflow: hidden;
    position: absolute;
}

.box-2:before,
.box-2-mobile:before {
	background: url("../images/champion-brand.jpg");
} 

.box-quarter-1:before,
.box-quarter-1-mobile:before {
	background: url("../images/tmobile-ad.jpg");
}

.box-eighth-1:before {
    background: url("../images/speaker.jpg");
}

.box-eighth-2:before {
    background: url("../images/shot-at-life-billboard.jpg");
}

.box-eighth-3:before {
	background: url("../images/bluefish.jpg");
}

.box-eighth-4:before {
	background: url("../images/whirlpool-innovation-booth.jpg");
}

.box-2:before,
.box-quarter-1:before,
.box-2-mobile:before, 
.box-quarter-1-mobile:before,
.box-eighth-1:before,
.box-eighth-2:before,
.box-eighth-3:before,
.box-eighth-4:before {
	height: 145%;
    margin-left: -22%;
    margin-top: -22%;
    width: 145%;
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease 0s;
}

.box-1 {
	background: -moz-linear-gradient(-45deg,  rgba(22,26,30,0) 1%, rgba(22,26,30,0) 29.5%, rgba(22,26,30,1) 29.5%, rgba(22,26,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(22,26,30,0)), color-stop(29.5%,rgba(22,26,30,0)), color-stop(29.5%,rgba(22,26,30,1)), color-stop(100%,rgba(22,26,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(22,26,30,0) 1%,rgba(22,26,30,0) 29.5%,rgba(22,26,30,1) 29.5%,rgba(22,26,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(22,26,30,0) 1%,rgba(22,26,30,0) 29.5%,rgba(22,26,30,1) 29.5%,,rgba(22,26,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(22,26,30,0) 1%,rgba(22,26,30,0) 29.5%,rgba(22,26,30,1) 29.5%,rgba(22,26,30,1) 100%); /* IE10+ */
	background: linear-gradient(225deg,  rgba(22,26,30,0) 1%,rgba(22,26,30,0) 29.5%,rgba(22,26,30,1) 29.5%,rgba(22,26,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00161a1e', endColorstr='#161a1e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.text-wrap {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	height: 115%;
	width: 115%;
	display: table;
	text-align: center;
}

a.label-toggle {
	color: transparent;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

a.label-toggle:hover {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.box-1 .text-wrap {
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    margin-left: -30%;
    margin-top: -5%;
    width: 157%;
	color: #ffffff;
}

.box-2 .text-wrap {
    font-size: 22px;
    line-height: 26px;
	margin-left: -28%;
    margin-top: 35%;
    width: 72%;
}

.box-quarter-1 .text-wrap {
	margin-left: -34%;
    margin-top: 23%;
    width: 105%;
	font-size: 18px;
	line-height: 21px;
}

.box-eighth .text-wrap {
    font-size: 14px;
	line-height: 16px;
	margin-left: -32%;
    margin-top: 21%;
    width: 110%;
}

.text {
	display: table-cell;
}

.diamond-1-zone:before {
    content: "";
    display: block;
}
.diamond-1-zone {
    overflow: visible;
    position: relative;
    width: 44%;
    z-index: 8;
}

#diamond-2 {
    background: none repeat scroll 0 0 magenta;
    height: 0;
    margin: 0;
    overflow: visible;
    padding-top: 100%;
	padding-left: 20%;
    position: absolute;
    top: 0%;
    transform: rotate(45deg);
    width: 100%;
}

.diamond-2-zone:before {
    content: "";
    display: block;
}
.diamond-2-zone {
    overflow: visible;
    position: relative;
    width: 44%;
    z-index: 8;
}

.hero-overset {
	float: right;
	width: 315px;
	position: absolute;
    right: 0;
    top: 50%;/*237px;*/
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	text-align: center;
}

.hero-overset p {
	line-height: 22px;
	color: #ffffff;
}

ul.hero-nav {
	padding-left: 0;
}

ul.hero-nav li {
	display: inline-block;
	list-style: none outside none; 
	font-size: 21px;
	margin: 0 5px; 
}

ul.hero-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 200;
	color: #ffffff;
}

ul.hero-nav li a:hover {
	border-bottom: 2px solid #ffffff;
}

.hero-content-wrap {
	width: 100%;
	position: absolute;
}

.hero-content {
	max-width: 970px;
	margin: 0 auto;
	width: 96%;
	height: 450px;
	position: relative;
}

/* MEDIA QUERIES */
/* 1400 */
@media only screen 
and (min-width : 1400px) {
	.wrapper {
		width: 1400px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		-moz-box-shadow: 0px -1px 10px #161A1E;
		-webkit-box-shadow: 0px -1px 10px #161A1E;
		box-shadow: 0px -1px 10px #161A1E;
	}
	
	.home {
		background: rgb(44, 53, 61);
	}
	
	.home .wrapper {
		background: rgba(251, 79, 20, 1);
		z-index:0;
	}
}
/* 1200 */
@media only screen 
and (max-width : 1250px) {
	.home ul.main-nav {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	.home ul.main-icons {
		margin: 30px 0 0;
	}
	
	.hero-content {
    	height: 360px;
	}
	
	.home .header {
		height: 105px;
	}
	
	.home .logo img {
    	padding-top: 26px;
	}
}
/* 1200 */
@media only screen 
and (max-width : 1200px) {
	.box-1 .text-wrap {
		font-size: 36px;
    	line-height: 42px;
		margin-left: -25%;
		margin-top: -10%;
		font-size:
	}
	.box-2 .text-wrap {
		margin-left: -34%;
    	margin-top: 35%;
		width: 86%;
	}
}

/* 1050 */
@media only screen 
and (max-width : 1050px) {
	.home ul.main-nav {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	.home ul.main-icons {
		margin: 20px 0 0;
	}
	
	.hero-content {
		height: 280px;
	}
	
	.hero-overset p {
		font-size: 16px;
		line-height: 19px;
	}
	
	.home .header {
		height: 85px;
	}
	
	.home .logo img {
		padding-top: 16px;
	}
}

/* 1024 */
@media only screen 
and (max-width : 1024px) {
	.box-1 .text-wrap {
		font-size: 28px;
		line-height: 33px;
		margin-left: -29%;
		margin-top: -6%;
	}
	
	.box-2 .text-wrap {
		font-size: 20px;
		line-height: 23px;
		margin-left: -36%;
    	margin-top: 30%;
		width: 99%;
	}
	
	.box-quarter-1 .text-wrap {
		font-size: 16px;
		line-height: 19px;
	}
	
	.box-eighth .text-wrap {
		font-size: 12px;
		line-height: 14px;
	}
}

/* 850 */
@media only screen 
and (max-width : 850px) {	
	.box-1 .text-wrap {
		font-size: 24px;
		line-height: 28px;
	}
	
	.box-2 .text-wrap {
		font-size: 18px;
		line-height: 21px;
	}

	.box-quarter-1 .text-wrap {
		margin-left: -31%;
    	margin-top: 21%;
	}
	
	.home ul.main-nav li,
	ul.hero-nav a {
    	font-size: 20px;
	}
	
	.home ul.main-nav {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.hero-content {
		height: 220px;
	}
	
	.home ul.main-icons {
		margin: 14px 0 0;
	}
	
	ul.main-icons li a {
    	font-size: 16px;
	}
	
	ul.main-icons li {
    	padding: 4px 6px;
	}
	
	ul.main-icons {
	    height: 33px;
	}
	
	.home .header {
		height: 62px;
	}
	
	.home .logo img {
		height: auto;
		width: 90px;
	}
}

/* 766 and up */
@media only screen 
and (min-width : 766px) {
	.slides-mobile,
	.box-2-mobile,
	.box-quarter-1-mobile,
	.mobile {
		display: none;
	}
	
	.home .footer-bg-wrapper {
		height: 260px;
	}
}

/* 765 */
@media only screen 
and (max-width : 765px) {
	/** footer */
	.footer-callout-right {
		padding-right: 0px;
	}
	
	.footer-callout-wrap {
		margin-top: 20px;
		padding-bottom:5px;
		padding-top: 20px;
	}
	
	.footer-left, .footer-right {
		position: relative;
		text-align: center;
		z-index: 10;
	}
	
	.footer-bg-wrapper {
		height: 275px;
	}
	
	.home .footer-bg-wrapper {
		height: 240px;
	}
	
	.home .footer-wrap {
		margin-top: 0;
	}
	
	.footer-wrap {
		position: absolute;
		width: 100%;
	}
	
	ul.social-nav {
		display: inline-block;
		float: none;
		padding-left: 0;
		margin-top: 0;
	}
	
	ul.social-nav li {
		margin-left: 10px;
		margin-right: 10px;
	}
	/** typography */
	h1 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 15px 0;
	}
	
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	p.disclaimer {
		text-align: center;
		margin-bottom: 0;
	}
	
	/** homepage diamonds */
	.diamond-zone:before {
		padding-top: 16.5%;
	}
	
	.diamond-zone {
		width: 100%;
		z-index: 1;
	}
	
	#diamond-wrap {
		height: auto;
		left: auto;
		margin: auto;
		overflow: hidden;
		position:relative;
		top:auto;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform:none;
		padding: 0;
	}
	
	.text {
		display: block;
	}
	
	.text-wrap {
		display: block;
		height: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform:none;
	}
	
	.box {
		height: auto;
		position: relative;
	}
	
	.box .blanker {
		background: linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 4.5%, rgba(238, 238, 238, 0.5) 4.5%, rgba(238, 238, 238, 0.5) 9%, rgba(238, 238, 238, 0.25) 9%, rgba(238, 238, 238, 0.25) 13.5%, rgba(238, 238, 238, 0.13) 13.5%, rgba(238, 238, 238, 0.13) 18%, rgba(238, 238, 238, 0.06) 18%, rgba(238, 238, 238, 0.06) 22.5%, rgba(238, 238, 238, 0.03) 22.5%, rgba(238, 238, 238, 0.03) 27%, rgba(238, 238, 238, 0) 27%, rgba(238, 238, 238, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
	.box .blanker,
	.box .plus-icon-sm,
	.box .plus-icon-lg {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.box-2,
	.box-quarter-1,
	.wide {
		display: none;
	}
	
	.box-1 {
		width: 100%;
		background: rgba(22, 26, 30, 1);
		position: relative;
    	height: 96px;
	}
	
	.box-1 .text-wrap {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
	
	.box-1 .text {
    	padding: 20px 12%;
	}
	.box-1 p {
		padding-top: 0;
	}
	
	.box-3 {
		width: 100%;
	}
	
	.box-2-mobile,
	.box-quarter-1-mobile,
	.box-eighth-1, 
	.box-eighth-2, 
	.box-eighth-3, 
	.box-eighth-4 {
		display: block;
		float: left;
		padding-bottom: 33.333333%;
		position: relative;
		width: 33.333333%;
	}
	
	
	.box-2-mobile:before,
	.box-quarter-1-mobile:before,
	.box-eighth-1:before, 
	.box-eighth-2:before, 
	.box-eighth-3:before, 
	.box-eighth-4:before {
		height: 100%;
		margin-left: 0;
		margin-top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform:none;
		width: 100%;
		background-size: contain;
		opacity: 0.4;
	}
	
	.text-wrap,
	.box-quarter .text-wrap,
	.box-eighth .text-wrap {
		margin-left: 0;
		margin-top: 0;
		padding-top: 0;
		width: 100%;
		height: 100%;
		font-size: 20px;
    	line-height: 23px;
		position: absolute;
	}
	
	.box-2-mobile .text,
	.box-quarter .text,
	.box-eighth .text {
		display: table;
		height: 100%;
    	width: 100%;
	}
	
	.box-2-mobile p,
	.box-quarter p,
	.box-eighth p {
		display: table-cell;
   		vertical-align: middle;
		padding: 0 10px;
	}
	
	.home-diag-4, 
	.home-diag-5, 
	.home-diag-6, 
	.home-diag-7, 
	.home-diag-8,
	.home-diag-9,
	.home-diag-10,
	.home-diag-11,
	.home-diag-12,
	.home-diag-13,
	.home-diag-14 {
		display: none;
	}
	
	.home {
		background: rgba(44, 53, 61, 1);
	}
	
	.mob-diag-1,
	.mob-diag-2,
	.mob-diag-3,
	.mob-diag-4,
	.mob-diag-5,
	.mob-diag-6,
	.mob-diag-7,
	.mob-diag-8 {
		bottom: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		z-index: -5;
	}
	.mob-diag-1 div,
	.mob-diag-2 div,
	.mob-diag-3 div,
	.mob-diag-4 div,
	.mob-diag-5 div,
	.mob-diag-6 div,
	.mob-diag-7 div,
	.mob-diag-8 div {
		border-bottom: 1500px solid transparent;
		border-top: 1500px solid transparent;
		height: 0;
		margin-top: -1500px;
		width: 0;
	}
	.mob-diag-1 {
		padding-top: 102.778%;
		width: 102.778%;
	}
	.mob-diag-2 {
		padding-top: 91.9722%;
		width: 91.9722%;
	}
	.mob-diag-3 {
		padding-top: 79.1667%;
		width: 79.1667%;
	}
	.mob-diag-4 {
		padding-top: 67.3611%;
		width: 67.3611%;
	}
	.mob-diag-5 {
		padding-top: 55.5556%;
		width: 55.5556%;
	}
	
	.mob-diag-1 div, .mob-diag-2 div, .mob-diag-3 div, .mob-diag-4 div {
		border-right: 1500px solid rgba(251, 79, 20, 0.1);
	}
	.mob-diag-5 div {
		border-right: 1500px solid rgba(251, 79, 20, 0.18);
	}
	.mob-diag-6 {
		padding-top: 43.75%;
		width: 43.75%;
	}
	.mob-diag-6 div {
		border-right: 1500px solid rgba(251, 79, 20, 0.35);
	}
	.mob-diag-7 {
		padding-top: 31.9444%;
		width: 31.9444%;
	}
	.mob-diag-7 div {
		border-right: 1500px solid rgba(251, 79, 20, 0.55);
	}
	.mob-diag-8 {
		padding-top: 20.1389%;
		width: 20.1389%;
	}
	.mob-diag-8 div {
		border-right: 1500px solid rgb(249, 77, 31);
	}
	
	.plus-icon-sm,
	.home-hero-bottom {
		display: none;
	}
	
	a.label-toggle {
		color: #ffffff;
	}
	
	a.label-toggle:hover {
		opacity: 0.5;
	}
	
	.slides-full {
		display: none;
	}
}

/* 640 */
@media only screen 
and (max-width : 640px) {
	/** footer */
	.footer-callout-wrap {
		margin-top: 15px;
		padding-bottom:0px;
		padding-top: 15px;
	}
	
	.home .footer-bg-wrapper {
		height: 280px;
	}
	
	/** typography */
	.section-item p {
		margin-bottom: 10px;
	}
	
	p {
		margin: 0 0 15px;
	}
	
	p.quote:before {
		margin: 0 auto 17px;
	}
	p.quote:after {
		margin: 15px auto 0;
	}
	.home ul.main-icons {
		margin: 5px 0;
	}
	
	.text-wrap, .box-quarter .text-wrap, .box-eighth .text-wrap {
		font-size: 18px;
		line-height: 21px;
	}
	.hero-overset {
		float: none;
		margin: 0 auto;
		position: relative;
		width: 90%;
		z-index: 9;
	}
	
	ul.hero-nav {
    	padding-bottom: 18%;
		margin-top: 0;
		text-align: right;
	}
	
	.hero-overset p {
		font-size: 14px;
		line-height: 16px;
		margin: 0 13%;
    	width: 74%;
	}
	
	.home .header {
		height: 43px;
	}
	ul.main-nav {
		display: none;
	}
	
	ul.main-icons {
		background: none;
	}
	
	.home ul.main-icons {
		margin: 5px 0;
	}
}

/* 551 */
@media only screen 
and (min-width : 551px) {
	.slide-shim {
		display: block;
	}
	
	.slide-shim-c {
		display: none;
	}
}

/* 550 */
@media only screen 
and (max-width : 550px) {
	ul.hero-nav {
		padding-bottom: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.hero-content {
		width: 100%;
	}
	
	.hero-overset {
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform:none;
		width: 100%;
		padding-bottom: 13%;
		padding-top: 35%;
	}
	
	.hero-overset p {
		
		padding: 0 0 10px;
		margin: 0 13%;
	}
	
	.diamond-zone {
		z-index: 10;
	}
	
	.diamond-zone:before {
		padding-top: 6.5%;
	}
	
	.box-1 {
    	background: #2E373D;
	}
	
	.home-diag-3 {
		display: none;
	}
	
	.slide-shim {
		display: none;
	}
	
	.slide-shim-c {
		height: auto;
		position: relative;
		width: 100%;
		z-index: 9;
	}
}

/* 520 */
@media only screen 
and (max-width : 520px) {
	.box-2-mobile, .box-quarter-1-mobile, .box-eighth-1, .box-eighth-2, .box-eighth-3, .box-eighth-4 {
		padding-bottom: 50%;
		width: 50%;
	}
	
	.box-1 {
    	height: 83px;
	}
	
	.box-1 .text {
		padding: 12px 5%;
	}
	.box-1 .text-wrap {
		font-size: 20px;
		line-height: 24px;
	}
	
	.hero-overset p {
		margin: 0 6%;
		width: 88%;
	}
	
	.home ul.main-nav li, ul.hero-nav a {
		font-size: 16px;
	}

}

/* 440 */
@media only screen 
and (max-width : 440px) {
	.hero-overset {
		padding-bottom: 16.5%;
	}
	
	.diamond-zone:before {
		padding-top: 9.5%;
	}
}

/* 400 */
@media only screen 
and (max-width : 400px) {
	/** footer */
	.footer-callout-left, .footer-callout-right {
		display: block;
	}
	
	.footer-callout-right a {
		margin: 0 auto;
	}
	
	/** home */
	.text-wrap, .box-quarter .text-wrap, .box-eighth .text-wrap {
		font-size: 16px;
		line-height: 21px;
	}
	
	.hero-overset {
		padding-bottom: 20.5%;
	}
	
	.diamond-zone:before {
		padding-top: 16.5%;
	}
	.home .logo img {
		height: auto;
		width: 80px;
	}
	
	.home-diag-2:after {
		border-left: 1500px solid rgba(251, 79, 20, 1);
	}
}

/* 356 */
@media only screen 
and (max-width : 356px) {
	.box-1 {
		height: 100px;
	}
	
	.hero-overset {
		padding-bottom: 23.5%;
	}
}

/* 320 */
@media only screen 
and (max-width : 320px) {
	/** columns */
	.big-square-odd,
	.big-square-even,
	.tools-square-odd,
	.tools-square-even {
		width: 100%;
		padding-bottom: 100%;
		margin: 0 0 2.062% 0;
	}
	
	/** content */
	.affiliation img {
		width: 70%;
	}
	
	p.location-type {
		padding-top: 1px;
	}
}