/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html, body {
	text-rendering: optimizeLegibility;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	-webkit-font-smoothing: antialiased;

	-moz-font-feature-settings: "kern=1";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	font-feature-settings: "kern";
	font-kerning: normal;

	padding: 0;
	margin: 0;

	overflow-x: hidden;
	cursor:url(../img/cursor-default.png), e-resize
}

@font-face {
		font-family: 'Amer-Cond-Bold';
		src: url('../fonts/GT-America-Condensed-Bold.woff') format('woff');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'Amer-Stand-Regular';
		src: url('../fonts/GT-America-Regular.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Amer-Comp-Bold';
		src: url('../fonts/GT-America-Compressed-Bold.woff') format('woff');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'Amer-Comp-Medium';
		src: url('../fonts/GT-America-Compressed-Medium.woff') format('woff');
		font-weight: Medium;
		font-style: normal;
}

body a {
	cursor:url(../img/cursor-pointer.png), e-resize
}

section {
	transition: animsition 0;
	will-change: transform;
	transition: transform .32s;
}

aside {
	transition: animsition 0;
	transition: transform .32s;
	will-change: transform;

}



.colophon {
	font-family: 'Amer-Cond-Bold', arial;
	font-weight: 100;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	color: #000;
	list-style: none;
	margin: 8.9vh 0 0vh 0;
	padding: 0;
}

a:hover {
	color: #FF2942;
}

.colophonspace {
	padding-left: 16px;
	padding-right: 16px;
	color: #FF2942;
	text-decoration: underline;
}

.video-center {
  display: block;
  margin: 12px auto 12px;
}

.video-c {
  display: block;
    margin: 10px auto 10px;
  width: 50%;
}


/*///////////////     NAVIGATION     ///////////////*/

.sharebox {
    width: 100px;
    height: 100px;
    background-color: #000;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 5;
		font-size: 0;
		/* box-shadow: -.41vw .41vw 24px 12px rgba(0,0,0,0.089); */
}

.sharebox:hover {
	background-color: #0000ff;
	background-color: #FF2942;
	transition: 0s;
}

.sharebox img {
    width: 35px;
    height: 31px;
    padding-top: 34px;
		padding-left: 35px;
    display: inline-block;
}

.backbox {
    width: 100px;
    height: 100px;
    background-color: #000;
    position: fixed;
		left: 0;
		margin: 0;
		top: 0;
    z-index: 5;
		font-size: 0;
		box-shadow: .41vw .41vw 24px 12px rgba(0,0,0,0.089);
}

.backbox img {
    width: 32px;
    padding-top: 34px;
		display: block;
		margin: auto;
}

.backbox:hover {
  	background-color: #FF2942;
    transition: all 0s;
}

.js-tilt {
	/* margin: 15vw auto 15vw; */
	padding: 0;
}
.js-tilt .navigation li a {
	color: #000;
	text-decoration: none;
}

.js-tilt .navigation {
	padding: 0;

}
.navigation li {
	list-style: none;
	font-family: 'Amer-Comp-Bold', arial;
	font-weight: 100;
	text-align: center;
	/* font-size: 4vw; */
	font-size: 3.4vw;
	text-transform: uppercase;
	/* line-height: 3.6vw; */
	line-height: 3.06vw;
	color: #000;

}

.js-tilt .navigation li a:hover {
	color: #000;
	transition: 0ms;
	background: linear-gradient(to right, #000, #FF2942, #FF2942);
	-webkit-background-clip: text;
	max-width: max-content;
	-webkit-text-fill-color: transparent;
	text-decoration: underline;
}


/*///////////////     Containers     ///////////////*/

html { font-size: 62.5%; width: 100%; height: 100%; }

.containermain {
		padding: 0;
		margin: 0;
		font-size: 0;
		overflow: hidden;
}

.main {
    width: 50vw;
    position: relative;
    right: 0;
    padding-right: 0;
    top: 0;
    display: block;
    float: right;
    clear: both;
		background-color: #fff;
		z-index: 1;
		box-shadow: -1.14vw 0 24px 12px rgba(0,0,0,0.14);
}


/* @keyframes swing {
  0% {
    opacity: 0;
  }

  20% {
    transform: rotate3d(0, 0, 1, 10deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -7deg);
		opacity: 100;
  }

  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -2deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
} */

@keyframes swing {
  0% {
    opacity: 0;
  }

  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -3.5deg);
		opacity: 100;
  }

  60% {
    transform: rotate3d(0, 0, 1, 1deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
	animation-duration: .32s;
}

page .projectwork .projectworkimg {
	animation-duration: .32s;
}


/*///////////////     TITLE CONTENT     ///////////////*/

.eyebrow {
		font-family: 'Amer-Cond-Bold', arial;
		font-weight: 100;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
		line-height: 20px;
}

.title {
		/* Hero Title */
		font-family: 'Amer-Comp-Bold', arial;
    color: #000;
    text-transform: uppercase;
    text-align: center;
		display: flex;
		justify-content: center;
		letter-spacing: -0.119vw;
		font-size: 11.904vw;
		line-height: 80%;
		margin-top: 56px;
		margin-bottom: 56px;
}

.title2 {
		/* Project Detail Title */
		font-family: 'Amer-Comp-Bold', arial;
    color: #000;
    text-transform: uppercase;
    text-align: center;
		display: flex;
		justify-content: center;
		letter-spacing: -0.119vw;
		font-size: 18.75vw;
		line-height: 80%;
		margin-top: 96px;
}

.title2-subhead {
		font-family: 'Amer-Comp-Bold', arial;
    color: #000;
    text-transform: uppercase;
    text-align: center;
		display: flex;
		justify-content: center;
		font-size: 40PX;
		line-height: 80%;
		margin: 52px 0 140px;
}

.title2-subhead a {color: #000;}
.title2-subhead a:hover {color: #FF2942;}


.main .title-align {
		margin-top: 1.14vw;
		display: flex;
  	justify-content: center; /* horizontally center the child div */
  	align-items: center; /* vertically center the child div */
		height: 100vh;
}

.uline {
    width: 55px;
    height: 4px;
		background-color: #FF2942;
    margin: 0 auto 56px;
}

.subtitle {
		font-family: 'Amer-Cond-Bold', arial;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.tertiarytitle, .tertiarytitle2 {
  margin: 0 auto 0;
	bottom: 25vw;
  font-size: 1vw;
  text-align: center;
  width: 23vw;
  font-family: 'Amer-Stand-Regular', arial;
  color: #000;
  line-height: 1.5vw;
}

.tertiarytitle2 {
	margin-top: 56px;
}

.body {
    width: 60%;
    margin: 300px auto 2000px;
    color: #2b2b2b;
}

.body .bodycopy {
    list-style: none;
    font-size: 0.875vw;
    padding-left: 35px;
		font-family: 'Amer-Stand-Regular', arial;
	  color: #000;
	  line-height: 1.5vw;
		padding-top: .875vh;
		margin-bottom: 75px;
		text-align: left;
		margin-left: -1vw;
}



/*///////////////     PROJECT WORK     ///////////////*/

.caption-rotate, .caption-rotate2 {
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 77vw;
	width: 300px;
	margin-top: 165px;
}

.caption-rotate2 {
	left: 68vw;
}

.projectwork .worktitle {
	/* font-family: 'Amer-Cond-Bold', arial;
	font-size: 30.7vw; */
	font-family: 'Amer-Comp-Bold', arial;
	font-size: 36.7vw;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
	margin-left: -3.6vw;
	padding-top: 60px;
	padding-top: 3vw;
	text-align: center;
	height: 625px;
	-ms-transform: rotate(-7.8deg);
	-webkit-transform: rotate(-7.8deg);
	transform: rotate(-7.8deg);
	margin-top: -1500px;
	position: absolute;
	z-index: 2;
}

.projectwork-tmob {
	background-color: #000;
}


.projectwork .worktitle2 {
	margin-left: 78vw;
	text-align: center;
	-ms-transform: rotate(12.8deg);
	-webkit-transform: rotate(12.8deg);
	transform: rotate(12.8deg);
	margin-top: -110vh;
	position: absolute;
	z-index: 2;
}

.projectwork .worktitle2 img {
	width: 62%;
	margin-top: 30vh;
}

 .underline {
  width: 100vw;
  height: 1px;
  background-color: #000;
	position: absolute;
}

	.underline2, .underline3 {
	 width: 100vw;
	 height: 1px;
	 background-color: #000;
	 position: absolute;
	 margin-top: 80px;
	 bottom: 0;
}

	.underline2 {
		margin-top: 0;
	}

.projectwork {
	position: static;
	display: block;
	padding: 0;
	/* background-color: #fff; */
	overflow: hidden;
	padding-bottom: 32px;
}

.projecttmob {
	color: #ffffff;
	background-color: #000;
}

.moreinfo {
	width: 100%;
	margin: 240px auto 0;
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 0 90px;
}

.moreinforeg {
	/*this is a span*/
	font-size: 1.6rem;
	font-family: 'Amer-Stand-Regular', arial;
	color: #000;
	text-transform: none;

}

.proj-caption {
	margin: 0 auto;
	font-family: 'Amer-Comp-Medium', arial;
	text-transform: uppercase;
	/* font-size: 2.5rem; */
	font-size: 1.4vw;
	line-height: 142.8%;
	padding: .94vw 0;
	width:57.89vw;
	text-align: center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.header, .header2 {
	width: 72vw;
	margin: 44px auto 0;
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 16px;
	/* font-size: .875vw; */
	line-height: 20px;
	padding:0;
}

.aligncenter2 {
	margin: 2.9vw auto 0;
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 1.7rem;
	line-height: 1.89rem;
	padding:0;
	width:100vw;
	text-align: center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.alignleft2 {
	margin: 2.9vw auto 0;
	margin-left: 12.8vw;
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 20px;
	padding:0;
	width: 74.4vw;
	text-align: left;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.alignright2 {
	margin: 2.9vw auto 0;
	margin-right: 12.8vw;
	font-family: 'Amer-Cond-Bold', arial;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 20px;
	padding:0;
	width: 74.4vw;
	text-align: right;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.alignleft {
  float: left;
  width: 25%;
  text-align: left;
}
.aligncenter {
  float: left;
  width: 33%;
  text-align: center;
}
.alignright {
 float: left;
 width: 33%;
 text-align: right;
}​

.alignleft_project {
  float: left;
  width: 25%;
  text-align: left;
}
.aligncenter-project {
  float: left;
  width: 50%;
  text-align: center;
}
.alignright-project {
 float: left;
 width: 25%;
 text-align: right;
}​

.projectwork .projectworkimg {
	padding: 0px auto;
z-index: 2;
}

.projectwork .projectworkimg img {
	width: 84%;
	margin: 1vh 8%;
}

.projectwork .jumbo img {
	width: 100%;
	margin: 1vh 0%;
}

.projectwork .med img {
	width: 68%;
	margin: 1vh 16%;
}

.projectwork .twelve img {
	width: 74.4%;
	margin: 1vh 12.8%;
}
.projectwork .twelve video {
	width: 74.4%;
	margin: 1vh 12.8%;
}

.projectwork .projectspace-small {
	height: 5.6vh;
}

.projectwork .projectspace-xs {
	height: 2.8vh;
}

.projectwork .projectspace-def {
	height: 11.2vh;
}

.proj-section {
	width: 74vw;
	margin: auto;
	padding: 2.1vw 0;
}

.proj-section .section-label {
	width: 29%;
	float: left;
	display: block;
	margin: auto;
	font-family: 'Amer-Comp-Bold', arial;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 5.1rem;
	font-size: 2.05vw;
	line-height: 142.8%;
	margin-right: 2vw;
}

.proj-section .section-text {
	width: 68%;
	float: left;
	display: block;
	margin: auto;
	font-size: 2.4rem;
	font-size: .9vw;
	font-family: 'Amer-Stand-Regular', arial;
	color: #000;
	line-height: 161.8%;
	padding-bottom: 2.1vw
}

.projectwork .sm img {
	width: 50%;
	margin: 1vh 25%;
}

.projectwork .sm video {
	width: 50%;
	margin: 1vh 25%;
}

.projectwork .fullscr {
	background-color: #f1f1f1;
	transform: skewY(-3deg);
	padding-top: -50%;
	z-index: 1;
	margin-top: calc(50% + 40px);
	margin-bottom: 0px;
}

.projectwork .fullscr div:first-child img{
	margin-top: -50%;
	z-index: 1;
}

.projectwork .fullscr img {
	transform: skewY(3deg);
}

.spacer {
	height: 200px;
	width: 100vw;
	background-color: #f1f1f1;
	margin-top: -90px;
	margin-bottom: -164px;
	z-index: 0;
}

/*///////////////     IMAGES     ///////////////*/

.fixedimage, .fixedimage-center, .fixedimage-top {
	font-size: 0;
  width: 50vw;
  height: 100vh;
  position: fixed;
  left: 0;
  background-color: #222;
  padding: 0;
  margin: 0;
  top: 0;
  overflow: hidden;
	display: block;
	display: block;
	background-size: cover;
	background-position: center bottom;
}

.fixedimage-center {
	background-position: center center;
}

.fixedimage-top {
	background-position: center top;
}

.projectimage {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 0;
}



.fixedimage img {
	min-height: 100%;
	min-width: 100%;
}

.clear {
	padding: 0;
	margin: 0;
	height: 0;
	font-size: 0;
	clear: both;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 0;
	display: flex;
	justify-content: center; /* horizontally center the child div */
	align-items: center; /* vertically center the child div */
	height: 100vh;
}


.page {
	z-index: 1;
	position: relative;
	background-color: #fff;
	box-shadow: 0 24px 24px 12px rgba(0,0,0,0.10);
}

/* body{
	padding-bottom: 100vh;
} */


/*///////////////     MEDIA QUERIES     ///////////////*/


@media (min-width: 1440px) {
	.eyebrow, .subtitle, .header {font-size: 2rem;}
	.projectwork .worktitle2 img {
	margin-top: 47vh;
	}
}

@media (min-width: 1440px) {
	.tertiarytitle, .tertiarytitle2 {font-size: 1vw;line-height: 142.8%;}
}.

@media (max-width: 1600px) {
	.eyebrow, .eyebrow2 {margin-top: 15.5vw;}
	.projectwork .worktitle2 {margin-top: -90vh;}
}

@media (min-width: 2000px) {
	.projectwork .worktitle2 img {
	margin-top: 72vh;
	}
}

@media (min-width: 2400px) {
	.projectwork .worktitle2 img {
	margin-top: 75vh;
	}
}

@media (min-width: 1024px) {
	body{
		padding-bottom: 100vh;
	}
}

@media (min-width: 300px) and (max-width: 1023px) {

	.containermain, .page {
		box-shadow: 0 24px 24px 12px rgba(0,0,0,0.0);
	}

	footer {
		position: relative;
	}

.caption-rotate {
	display: none;
}

.uline {
	margin: 0 auto 0px;
}

	.colophon {
		/* margin-bottom: 200px; */
	}

footer {
	margin-bottom: 200px;
}

	.js-tilt {
		margin-top: 70px;
	}

	.js-tilt ul li {
		color: #000;
		padding: 8px;
		margin: 10px;
	}

	.js-tilt .navigation li {
		font-family: 'Amer-Comp-Bold', arial;
		font-weight: 100;
		text-align: center;
		font-size: 10vw;
		line-height: 7.5vw;
		color: #000;
	}

	/* .header2 {
		display: none;
	} */
	.endspace {
		margin-bottom: 60px;
	}

	.endspacelarge {
		margin-bottom: 200px;
	}


	.spacer {
		height: 100px;
		width: 100vw;
		background-color: #f1f1f1;
		margin-top: -90px;
		margin-bottom: 80px;
	}

	.projectworkimg img {
		width: 84vw;
		margin: 8px 8vw;
	}

	.projectwork .fullscr div:first-child img {
		margin: 8px 8vw;
	}

	.projectwork .projectworkimg img {
		width: 84vw;
		margin: 8px 8vw;
	}

	.projectwork .projectworkimg video {
		width: 84vw;
		margin: 8px 8vw;
	}

	.projectwork .sm img {
		width: 84vw;
		margin: 8px 8vw;
	}


	.projectwork .fullscr img {
		width: 84vw;
		margin: 0 8vw;
	}

	.tertiarytitle, .tertiarytitle2, .body {
		width: 80%;
	}

	.tertiarytitle, .tertiarytitle2 {
		margin-top: 24px;
		font-size: 20px;
		line-height: 28px;
	}
	.body .bodycopy {
		padding-left: 0;
	}

	.worktitle, .worktitle2 {
		display: none;
		margin: auto;
	}

	.underline, .underline2 {
		width: 84%;
		display: block;
		margin-left: 8%;
	}

	.underline2 {
		width: 84%;
		display: block;
		margin-left: 8%;
		margin-top: 0;
	}

	.underline3 {
		display: none;
		bottom: 0;
	}

	.fixedimage, .fixedimage-center, .fixedimage-top {
		font-size: 0;
		width: 100vw;
		height: 30vw;
		height: calc(30vw + 100px);
		position: absolute;
		left: 0;
		background-color: #222;
		padding: 0;
		margin: 0;
		top: 0;
		overflow: hidden;
		}

	.sharebox {
	    width: 50vw;
	    height: 100px;
	    position: fixed;
			margin-top: calc(100vh - 100px);
			left: 50vw;
	}

	.sharebox img {
	    width: 35px;
	    height: 31px;
	    padding-top: 34px;
			padding-right: 20px;
	    display: block;
			margin: auto;
	}

	.backbox {
	    width: 50vw;
	    height: 100px;
			background-color: #FF2942;
	    position: fixed;
			margin-top: calc(100vh - 100px);
	}

	.backbox img {
	    padding-top: 34px;
			padding-left: 4px;
			display: block;
			margin: auto;
	}

	.main {
	    width: 100vw;
	    position: relative;
	    right: 0;
	    padding-right: 0;
	    top: 0;
	    display: block;
	    float: right;
	    clear: both;
			margin-top: calc(25vw + 100px);
			background-color: #fff;
	}

	.title {
		font-size: 18.75vw;
		margin-top: 56px;
	}

	.title-align2 .eyebrow {
		margin-bottom: 56px;
		font-size: 2rem;
	}

	.title-align .eyebrow {
		margin-bottom: 56px;
		font-size: 2rem;
	}

	.main .title-align {
		margin: 56px auto 0;
		height: 100%;
	}

	.title2-subhead, .section-label, .proj-section, .projectspace-small, .projectspace-def, .projectspace-xs, .proj-caption {
		display: none;
	}

	.projectwork p {
		display: none;
	}

	.title2 {
		margin: 56px auto;
		display: none;
	}

	.body {
	    width: 100%%;
	    margin: auto;
	    color: #2b2b2b;
			font-size: 16px;
	}

	.body .bodycopy {
			font-size: 16px;
			line-height: 24px;
			margin-bottom: 56px;
	}


.caption-rotate2 {
	display: none;
}
.aligncenter2 {
	margin-top: 40px;
	margin-bottom: 20px;
}


	.tertiarytitle {
		margin-bottom: 36px;
	}

	.projectwork .fullscr {
		margin-top: calc(25% + 40px);
		margin-bottom: 20px;
	}

	.projectwork .fullscr div:first-child img {
		/* margin-top: -25%; */
	}

	.underline {
		margin-top: 0;
		margin-bottom: 56px;
	}


	.projectwork {
		margin-top: 24px;
	}

	html {
		overflow-x: hidden;
	}
}

.moreinfo {
	width: 100%;
	margin: 0;
}


	@media (min-width: 300px) and (max-width: 480px) {

		html {
			overflow-x: hidden;
		}

		.main .title-align {
			margin: 56px auto 0;
			height: 100%;
		}

		.eyebrow, .eyebrow2 {margin-bottom: -60px;}

		.header {
			display: none;
			margin: 0;
		}

		.moreinfo {
			width: 100%;
			margin: 0;
		}

		.moreinfo, .moreinforeg {
			font-size: 12px;
			line-height: 20px;
		}

		.header p {
			font-size: 12px;
			line-height: 14px;
			padding: 0;
			width: 33%;
			text-align: center;
			display: block;
			margin: auto;
		}

		.alignleft {
		  float: left;

		}
		.aligncenter {
		  float: center;
			display: block;
			margin: auto;
		}
		.alignright {
		 float: right;
		}​



		html {
			overflow-x: hidden;
		}

}
