/**
 * ------------------------------------------------
 * FVD Pages Stylesheet
 * Provides styles for unique pages
 * Should be called after site sheets, but before module specific sheets.
 * ------------------------------------------------
 */


/*
 * Page Home
 */


.page--home .row {display: block;}

.page--home .slideshow {
	position: relative;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	background-color: #2D302F;
	margin-bottom: 64px;
}

.page--home .slideshow .bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}

.page--home .slideshow .slide-container {
	position: relative;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}

.page--home .slideshow .slide {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.page--home .slideshow .heading-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page--home .slideshow .heading {
	padding: 32px;
	margin-bottom: 32px;
	width: 100%;
	max-width: 66.6666vw;
}

@media screen and (max-width: 1120px) {
	.page--home .slideshow .heading {
		max-width: 746.6666px;
	}
}

@media screen and (min-width: 1920px) {
	.page--home .slideshow .heading {
		max-width: 1280px;
	}
}

.page--home .slideshow .heading .h0 {
	text-shadow: 0 0 16px rgba(0,0,0,.25);
	opacity: 0;
}

.page--home .intro {
	background-color: #2D302F;
	padding: 32px;
}

.page--home .projects {padding: 2.5vw;}

.page--home .projects .wrapper {padding: 2.5vw;}

.page--home .projects .wrapper .project {
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	min-height: 75vmin;
	position: relative;
}

.page--home .projects .wrapper .container {
	padding: 5vw;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

@media (max-width: 320px) {
	.page--home .projects {padding: 8px;}
	.page--home .projects .wrapper {padding: 8px;}
	.page--home .projects .wrapper .container {padding: 16px;}
}

@media (min-width: 2560px) {
	.page--home .projects {padding: 64px;}
	.page--home .projects .wrapper {padding: 64px;}
	.page--home .projects .wrapper .container {padding: 128px;}
}

.page--home .projects .project .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

@media (min-width: 768px) {
	.page--home .projects .project .image-overlay {
		opacity: 0;
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.page--home .projects .project:hover .image-overlay {
		opacity: 1;
	}
}


.page--home .projects .project .text {
	width: 100%;
	max-width: 640px;
	padding-top: 48px;
	text-shadow: 0 0 8px rgba(0,0,0,.25);
}

.page--home .projects .project.bg-left-top      {background-position: left top;}
.page--home .projects .project.bg-left-center   {background-position: left center;}
.page--home .projects .project.bg-left-bottom   {background-position: left bottom;}
.page--home .projects .project.bg-center-top    {background-position: center top;}
.page--home .projects .project.bg-center-center {background-position: center center;}
.page--home .projects .project.bg-center-bottom {background-position: center bottom;}
.page--home .projects .project.bg-right-top     {background-position: right top;}
.page--home .projects .project.bg-right-center  {background-position: right center;}
.page--home .projects .project.bg-right-bottom  {background-position: right bottom;}

.page--home .services {
	margin-bottom: 32px;
}

.page--home .services .col.force-line-break {
	padding-right: 64px;
}

.page--home .services .service-list {
	list-style: none;
}

.page--home .services .service-list .service-item.portfolio-link {
	font-weight: 700;
}


/*
 * Page Portfolio
 */

.page--portfolio .header-spacer {
	height: 0;
}

html.no-touchevents .page--portfolio .header-spacer.stub {
	height: 400px;
}

.page--portfolio .header-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    text-align: left;
	z-index: 1;
}

html.no-touchevents .page--portfolio .header-banner:not(.stub).fixed-bg {
	background-attachment: fixed;
}

@media screen and (max-width: 767px) {
	.page--portfolio .header-banner:not(.stub) {
    	padding-top: 64px;
    }
}

.page--portfolio .header-banner.stub{
	width: 100%;
	cursor: pointer;
	z-index: 0;
}

html.no-touchevents .page--portfolio .header-banner.stub.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

.page--portfolio .header-banner .ie-failure-spacer {
	height: 100vh;
	width: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.page--portfolio .header-banner.stub .ie-failure-spacer {
	height: 400px;
}

.page--portfolio .header-banner .ie-failure-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-right: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page--portfolio .header-banner .header-full{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.page--portfolio .header-banner .header-full.out {
	display: none;
	opacity: 0.0;
	-webkit-transform: translate(0, -12px);
	        transform: translate(0, -12px);
}

.page--portfolio .header-banner .header-full .header-container {
	padding-bottom: 0;
}

.page--portfolio .header-banner .header-stub {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.page--portfolio .header-banner .header-stub.out {
	display: none;
	opacity: 0.0;
}

.page--portfolio .header-banner .header-stub .row{
	padding: 16px;
}

.page--portfolio .header-banner .header-stub .row .col{
	padding: 16px;
}

.page--portfolio .columns{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;

	display: block;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.page--portfolio .section{
    background-color: #ffffff;
    min-height: 400px;
    position: relative;
    width: 100%;
	z-index: 1;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
	.page--portfolio .section{
		min-height: 100vh;
	}
}

/**
 * Page Login
 */

.page--login .login-form-wrapper{
	min-height: 400px;
	text-align: center;
	margin-top: 100px;

}

.page--login .login-form-wrapper .response{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #e64532;
}


.page--login .login-form-wrapper form{
	display: inline-block;
	max-width: 400px;
	width: 100%;
}

.page--login .login-form-wrapper form label{
	font-size: 18px;
	line-height: 30px;
	color: #5f605c;
	margin-bottom: 24px;
	display: block;
}

.page--login .login-form-wrapper form .input{
	width: 100%;
	background-color: #5f605c;
	outline: 0;
	border: 0;
	line-height: 48px;
	font-size: 22px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	color: #ffffff;
	margin-bottom: 24px;
}

.page--login .login-form-wrapper form .submit{
	line-height: 28px;
	font-size: 16px;
	background-color: transparent;
	border: 0;
	color: #ECE3B2;
	text-transform: uppercase;
	padding: 0 30px;
}



/*
 * Page Contact
 */

.page--contact .row {
	display: block;
}

.page--contact .form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 32px;
	text-align: center;
}

.page--contact .form-wrapper .header {
	padding-top: 64px;
	padding-bottom: 96px;
}

.page--contact .form .field input {
	display: none;
	padding: 16px 0;
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 0;
	font-size: 28px;
	font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.72px;
	text-transform: none;
	color: #ffffff;
}

@media (max-width: 768px) {
	.page--contact .form .field input {
		font-size: 22px;
		line-height: 22px;
	}
}

.page--contact .form .field input::-webkit-input-placeholder {color: rgba(78,78,78,.5);}
.page--contact .form .field input:-moz-placeholder {color: rgba(78,78,78,.5);}
.page--contact .form .field input::-moz-placeholder {color: rgba(78,78,78,.5); opacity: 1;}
.page--contact .form .field input:-ms-input-placeholder {color: rgba(78,78,78,.5);}

.page--contact .form.out {
	display: none;
	opacity: 0.0;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.page--contact .form-wrapper .field.current input {
	display: block;
}

.page--contact .form-wrapper .progress {
	width: 100%;
	height: 2px;
	background-color: #4E4E4E;
}

.page--contact .form-wrapper .progress .complete {
	width: 0%;
	height: 100%;
	background-color: #ece3b2;
}

.page--contact .form-wrapper .controls {
	padding: 12px 0;
}

.page--contact .form-wrapper .controls .index {
	display: inline-block;
	float: left;
	line-height: 20px;
	font-size: 14px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #888888;
}

.page--contact .form-wrapper .controls .prev,
.page--contact .form-wrapper .controls .next {
	height: 20px;
	width: 80px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.page--contact .form-wrapper .controls .prev .arrow,
.page--contact .form-wrapper .controls .next .arrow {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 40px 7px;
	background-position: right center;
}

.page--contact .form-wrapper .submit-button {
	display: none;
	width: 100%;
	height: 100%;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 24px;
	background-color: transparent;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
	text-align: right;
}

.page--contact .form-wrapper .submit-button:focus {
	outline: 0;
}

.page--contact .form-wrapper .labels {
	padding: 32px;
}

.page--contact .form-wrapper .labels .label {
	display: none;
	line-height: 32px;
	font-size: 22px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	color: #888888;
}

.page--contact .form-wrapper .labels .label.current {
	display: block;
}

.page--contact .form-wrapper .feedback {
	color: #888888;
	font-style: italic;
	opacity: 0;
}

/* Clients - email info */

.page--contact .email-info .wrapper {
	padding: 16px;
}

.page--contact .clients{
	padding: 32px;
}

.page--contact .clients > .col{
	padding: 0 16px;
}

.page--contact .clients .header{
	margin-bottom: 16px;
	padding: 0;
}

.page--contact .rule{
	border-top: 1px solid rgba(102, 105, 109, 0.5);
	margin-bottom: 48px;
	padding: 0 !important;
}

/* Page Sitemap */

.page--sitemap h2 {
	color: #ffffff;
}

.page--sitemap h2 a {
	color: #ffffff;
}

.page--sitemap h3 a {
	color: #9E9E9E;
}

.page--sitemap .group {
	margin-bottom: 64px;
}


/*
 * Page Work Overview
 */

.page--work-overview .work-entries {
	padding-top: 64px;
}

@media screen and (min-width: 768px) {
	.page--work-overview .work-entries {
		padding-top: 128px;
	}
}

.page--work-overview .work-entry {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
	padding: 32px;
}

@media screen and (min-width: 768px) {
	.page--work-overview .work-entry {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		max-width: 1536px;
		padding: 64px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
		margin-bottom: 32px;
	}
}

.page--work-overview .work-entry .image {
	position: relative;
	display: block;
	box-shadow: 0px 0px 32px 8px rgba(0, 0, 0, 0.25);
}

.page--work-overview .work-entry .image .image-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	box-shadow: 0px 0px 64px 16px rgba(0, 0, 0, 0.25);
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.page--work-overview .work-entry .image:hover .image-shadow {
	opacity: 1;
}

.page--work-overview .work-entry .thumbnail {
	padding-top: 75%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.page--work-overview .work-entry .thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page--work-overview .work-entry .portfolio-index {
	position: absolute;
	top: 100%;
	left: 50%
}

@media screen and (min-width: 768px) {
	.page--work-overview .work-entry .portfolio-index {
		top: 50%;
		left: 100%;
	}
	.page--work-overview .work-entry:nth-of-type(even) .portfolio-index {
		top: 50%;
		left: 0%;
	}
}

.page--work-overview .work-entry .index-wrapper {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: #2d302f;
	font-family: "Knockout 49 A", "Knockout 49 B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

.page--work-overview .work-entry .index-wrapper .index,
.page--work-overview .work-entry .index-wrapper .total {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.page--work-overview .work-entry .index-wrapper .index {
	top: 25%;
}

.page--work-overview .work-entry .index-wrapper .rule {
	width: 40px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background-color: #ffffff;
}

.page--work-overview .work-entry .index-wrapper .total {
	top: 75%;
}

.page--work-overview .work-entry .label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page--work-overview .work-entry .label-wrapper {
	padding: 80px 0 0 0;
	text-align: center;
	color: #ffffff;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (min-width: 768px) {
	.page--work-overview .work-entry .label-wrapper {
		padding-left: 32px;
		padding-right: 32px;
	}
}

.page--work-overview .work-entry .label .rule {
	width: 0;
	height: 1px;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.page--work-overview .work-entry .image {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		    -ms-flex: 1 1 0px;
		        flex: 1 1 0px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.page--work-overview .work-entry .portfolio-index {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.page--work-overview .work-entry .label {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		    -ms-flex: 1 1 0px;
		        flex: 1 1 0px;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.page--work-overview .work-entry:nth-child(2n) .image {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.page--work-overview .work-entry:nth-child(2n) .label {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

@media (min-width: 768px) {
	.page--work-overview .more-work-container {
		padding-top: 64px;
	}
}

.page--work-overview .more-header {
	text-align: center;
	padding-top: 80px;
}

.page--work-overview .more-header .vr-wrapper {
	display: inline-block;
	width: 100%;
	height: 128px;
}

.page--work-overview .more-header .vr {
	height: 100%;
	width: 1px;
	background-color: rgba(102, 105, 109, 0.5);
	margin: 0 auto;
	opacity: 0;
}

.page--work-overview .more-section {
	background-color: #383a3a;
	height: 784px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	padding: 32px;
}

@media (min-width: 768px) {
	.page--work-overview .more-section {
		height: 400px;
	}
}

.page--work-overview .more-section .row {
	display: block;
}

.page--work-overview .more-section .portfolio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding-top: 32px;
}

.page--work-overview .more-section .portfolio .h4 {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.page--work-overview .more-section .portfolio:nth-of-type(2) {
		border: 1px solid #3d3e3c;
		border-width: 0 1px;
	}
}


/*
 * Page Work
 */

.page--work .header-spacer {
	height: 0;
}

html.no-touchevents  .page--work .header-spacer.stub {
	height: 400px;
}

.page--work .header-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.page--work .header-banner.stub {
	width: 100%;
	cursor: pointer;
	z-index: 0;
}

html.no-touchevents .page--work .header-banner.stub.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

html.no-touchevents .page--work .header-banner:not(.stub).fixed-bg {
	background-attachment: fixed;
}

@media screen and (max-width: 767px) {
	.page--work .header-banner:not(.stub) {
		padding-top: 64px;
	}
}

.page--work .header-banner .ie-failure-spacer {
	height: 100vh;
	width: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.page--work .header-banner.stub .ie-failure-spacer {
	height: 400px;
}

.page--work .header-banner .ie-failure-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding-right: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 3;
}

.page--work .header-banner .header-full,
.page--work .header-banner .header-stub {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.page--work .header-banner .header-full.out {
	display: none;
	opacity: 0.0;
	-webkit-transform: translate(0, -12px);
	        transform: translate(0, -12px);
}

.page--work .header-banner .header-stub.out {
	display: none;
	opacity: 0.0;
}

.page--work .header-banner .banner-index {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto 14px;
	border: 2px solid #ffffff;
	border-radius: 50%;
}

.page--work .header-banner .banner-index .index,
.page--work .header-banner .banner-index .total {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	line-height: 24px;
	font-size: 20px;
	font-family: "Knockout 49 A","Knockout 49 B",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
}

.page--work .header-banner .banner-index .index {
	top: 25%;
}

.page--work .header-banner .banner-index .rule {
	width: 40px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background-color: #ffffff;
}

.page--work .header-banner .banner-index .total {
	top: 75%;
}

.page--work .header-banner .banner-subhead {
	color: #ffffff;
}

.page--work .work-modules {
	position: relative;
	z-index: 1;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.15);
}


/*
 * Page Studio
 */

.page--studio .image-banner img {
	width: 100%;
}

.page--studio .copy-container{
	padding: 16px;
}

.page--studio .copy-container .col{
	padding: 16px;
}

.page--studio .services-container{
	padding: 16px;
}

.page--studio .services-container .block-heading{
	padding: 16px;
}

.page--studio .services-container .services-col{
	padding: 16px;
}

.page--studio .services-container .services-col h4{
	color: #ece3b2;
}

.page--studio .services-container .services-col h4 > span{
	color: #fff;
}

.page--studio .services-container .hr-column .hr-wrapper{
	padding: 16px;
}

.page--studio .services-container .hr-column .hr-wrapper hr{
	padding: 0;
}

.page--studio .services-container .portfolio-link {
	font-weight: 700;
}

.page--studio .image-collage img {
	width: 100%;
}

.page--studio .clients{
	padding: 16px;
}

.page--studio .clients > .col{
	padding: 0 16px;
}

.page--studio .clients .header{
	margin-bottom: 16px;
}

.page--studio .clients .rule{
	border-top: 1px solid rgba(102,105,109,0.5);
	margin: 0 16px 48px 16px;
	padding: 0 !important;
}

.page--studio .quotes {
	opacity: 0;
}

.page--studio .quotes .item {
	width: 100%;
	padding: 64px 32px;
}

.page--studio .quotes .item .quote {
	text-align: center;
}

.page--studio .quotes .item .author {
	text-align: center;
	color: #ffffff;
}

.page--studio .quotes .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page--studio .quotes .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: auto;
}

.page--studio .quotes .slick-slide > * { /* IE margin fix. */
    margin: 0;
}

.page--studio .clients-container{
	padding-top: 16px;
	padding-bottom: 16px;
}

.page--studio .clients-container.row {
	display: block;
}

.page--studio .clients-container .row {
	display: block;
}

.page--studio .clients-container .headers{
	padding: 16px;
	margin-bottom: 24px;
}

.page--studio .clients-container .clients-h3 {
	margin-bottom: 4px;
}

.page--studio .clients-container .client-logo {
	width: 100%;
	opacity: .4;
}

/*
 * Page Team
 */

.page--team .team-container .row {
	display: block;
}

.page--team .team-container .vr-wrapper {
	display: inline-block;
	width: 100%;
	height: 64px;
}

.page--team .team-container .vr {
	height: 100%;
	width: 1px;
	background-color: rgba(102,105,109,0.5);
	margin: 0 auto;
}

.page--team .team-container .team-header{
	padding: 16px;
}

.page--team .team-container .team-grid .member h3 {
	color: #9E9E9E;
}

.page--team .team-container .team-grid .member .member-name {
	line-height: 24px;
	margin-bottom: 8px;
}

.page--team .team-container .copy{
	padding: 24px;
}

.page--team .team-container .team-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px;
}

.page--team .team-container .team-grid .member {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: none;
		-ms-flex: none;
			flex: none;
	width: 50%;
	margin-bottom: 60px;
	padding: 16px;
}

@media screen and (min-width: 512px) {
	.page--team .team-container .team-grid .member {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
			-ms-flex: none;
				flex: none;
		width: 33.3333%;
	}
}

.page--team .team-container .team-grid .member .photo{
	margin-bottom: 16px;
}












.page--team .contributor-container .row {
	display: block;
}

.page--team .contributor-container .vr-wrapper {
	display: inline-block;
	width: 100%;
	height: 64px;
}

.page--team .contributor-container .vr {
	height: 100%;
	width: 1px;
	background-color: rgba(102,105,109,0.5);
	margin: 0 auto;
}

.page--team .contributor-container .contributor-header{
	padding: 16px;
}

.page--team .contributor-container .contributor-grid .member h3 {
	color: #9E9E9E;
}

.page--team .contributor-container .contributor-grid .contributor .contributor-name {
	line-height: 24px;
	margin-bottom: 8px;
}

.page--team .contributor-container .copy{
	padding: 24px;
}

.page--team .contributor-container .contributor-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px;
}

.page--team .contributor-container .contributor-grid .contributor {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: none;
		-ms-flex: none;
			flex: none;
	width: 50%;
	margin-bottom: 60px;
	padding: 16px;
}

@media screen and (min-width: 512px) {
	.page--team .contributor-container .contributor-grid .contributor {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
			-ms-flex: none;
				flex: none;
		width: 33.3333%;
	}
}

.page--team .contributor-container .contributor-grid .contributor .photo{
	margin-bottom: 16px;
}










.page--team .metric-divider {
	width: 100%;
	height: 1px;
	background-color: rgba(102, 105, 109, 0.5);
}

.page--team .metric-container {
	padding: 16px;
}

.page--team .metric-container.shorter {
	padding: 32px 16px;
}

.page--team .tag-metric {
	padding: 64px 16px;
}

.page--team .tag-metric .tags {
	max-width: 500px;
	margin: -6px;
}

.page--team .tag-metric .tag {
	display: inline-block;
	padding: 8px 12px;
	margin: 6px;
	line-height: 16px;
	font-size: 13px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 600;
	letter-spacing: 0.15px;
	white-space: nowrap;
	color: #ffffff;
}

.page--team .tag-metric .tag:nth-child(9n+1) {
	background-color: #657a78;
}

.page--team .tag-metric .tag:nth-child(9n+2) {
	background-color: #86a19e;
}

.page--team .tag-metric .tag:nth-child(9n+3) {
	background-color: #54706d;
}

.page--team .tag-metric .tag:nth-child(9n+4) {
	background-color: #657a78;
}

.page--team .tag-metric .tag:nth-child(9n+5) {
	background-color: #54706d;
}

.page--team .tag-metric .tag:nth-child(9n+6) {
	background-color: #86a19e;
}

.page--team .tag-metric .tag:nth-child(9n+7) {
	background-color: #54706d;
}

.page--team .tag-metric .tag:nth-child(9n+8) {
	background-color: #657a78;
}

.page--team .tag-metric .tag:nth-child(9n+9) {
	background-color: #86a19e;
}

.page--team .list-metric {
	padding: 64px 16px;
	padding-left: 80px;
}

@media screen and (max-width: 767px) {
	.page--team .list-metric {
		padding-left: 16px;
	}
}

.page--team .list-metric .item {
	margin-bottom: 12px;
	line-height: 37px;
	font-size: 35px;
	font-weight: 400;
	font-family: "Surveyor Text A", "Surveyor Text B", serif;
	letter-spacing: 0.4px;
	color: #FFFFFF;
}

.page--team .image-metric {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.page--team .image-metric .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0px;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0px;
	padding: 16px;
}

.page--team .image-metric .item .image {
	width: 140px;
	height: 140px;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.page--team .image-metric .item .image::after {
    bottom: 0;
    color: #c0a67a;
    content: attr(data-title);
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 10px;
    font-weight: 700;
    height: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    line-height: 14px;
}

@media screen and (max-width: 899px) {
	.page--team .image-metric .item.h-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

@media screen and (max-width: 767px) {
	.page--team .image-metric .item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

@media screen and (max-width: 399px) {
	.page--team .image-metric .item .image {
		width: 100px;
		height: 100px;
	}
}

.page--team .big-metric {
	padding: 64px 16px;
}

.page--team .big-metric .h2 {
	line-height: 1.5em;
	margin-top: -0.5em !important;
	margin-bottom: -webkit-calc(-0.5em + 32px);
	margin-bottom: calc(-0.5em + 32px);
}

.page--team .big-metric .stat {
	width: 66.66%;
	line-height: 36px;
	font-size: 35px;
	font-weight: 400;
	font-family: "Surveyor Text A", "Surveyor Text B", serif;
	letter-spacing: 0.4px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.page--team .big-metric .stat {
		width: 100%;
	}
}

.page--team .graph-metric {
	padding: 64px 16px;
	padding-left: 80px;
}

@media screen and (max-width: 767px) {
	.page--team .graph-metric {
		padding-left: 16px;
	}
}

.page--team .graph-metric .item {
	margin-bottom: 6px;
}

.page--team .graph-metric .item .label {
	display: inline-block;
	width: 33.33%;
	margin: 0;
}

.page--team .graph-metric .item .bar {
	display: inline-block;
	width: 66.66%;
	padding-left: 20px;
	vertical-align: top;
}
.page--team .graph-metric .item .bar .bar-empty {
	margin-top: 10px;
	height: 4px;
}

.page--team .graph-metric .item .bar .bar-empty .bar-full {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.page--team .copy-container{
	padding: 16px;
}

.page--team .copy-container .col{
	padding: 16px;
}

.page--team .hang-quote-container > p:before {
	content: '"';
	width: 7px;
	margin-left: -7px;
}

.page--team .hang-quote-container > p:after {
	content: '"';
}


/*
 * Page Newsletter
 */

.page--newsletter .row {
	display: block;
}

.page--newsletter .form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 96px 32px 32px 32px;
	text-align: center;
}

.page--newsletter .form-wrapper .header {
	padding-top: 64px;
	padding-bottom: 96px;
}

.page--newsletter .form .field input {
	display: none;
	padding: 16px 0;
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 0;
	font-size: 29px;
	font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.72px;
	text-transform: none;
	color: #ffffff;
}

.page--newsletter .form .field input::-webkit-input-placeholder {color: rgba(78,78,78,.5);}
.page--newsletter .form .field input:-moz-placeholder {color: rgba(78,78,78,.5);}
.page--newsletter .form .field input::-moz-placeholder {color: rgba(78,78,78,.5); opacity: 1;}
.page--newsletter .form .field input:-ms-input-placeholder {color: rgba(78,78,78,.5);}

.page--newsletter .form.out {
	display: none;
	opacity: 0.0;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.page--newsletter .form-wrapper .field.current input {
	display: block;
}

.page--newsletter .form-wrapper .progress {
	width: 100%;
	height: 2px;
	background-color: #4E4E4E;
}

.page--newsletter .form-wrapper .progress .complete {
	width: 0%;
	height: 100%;
	background-color: #ece3b2;
}

.page--newsletter .form-wrapper .controls {
	padding: 12px 0;
}

.page--newsletter .form-wrapper .controls .index {
	display: inline-block;
	float: left;
	line-height: 20px;
	font-size: 14px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #888888;
}

.page--newsletter .form-wrapper .controls .prev,
.page--newsletter .form-wrapper .controls .next {
	height: 20px;
	width: 80px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.page--newsletter .form-wrapper .controls .prev .arrow,
.page--newsletter .form-wrapper .controls .next .arrow {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 40px 7px;
	background-position: right center;
}

.page--newsletter .form-wrapper .submit-button {
	display: none;
	width: 100%;
	height: 100%;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 24px;
	background-color: transparent;
	border: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
	text-align: right;
}

.page--newsletter .form-wrapper .submit-button:focus {
	outline: 0;
}

.page--newsletter .form-wrapper .labels {
	padding: 32px;
}

.page--newsletter .form-wrapper .labels .label {
	display: none;
	line-height: 32px;
	font-size: 22px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	color: #888888;
}

.page--newsletter .form-wrapper .labels .label.current {
	display: block;
}

.page--newsletter .form-wrapper .feedback {
	color: #888888;
	font-style: italic;
	opacity: 0;
}

.page--newsletter .contact-footer{
	padding: 32px;
}

.page--newsletter .contact-footer .footer-wrapper {
	border-top: 1px solid rgba(102, 105, 109, 0.5);
	padding-top: 32px;
}

.page--newsletter .contact-footer .h-type{
	color: #5f605c;
}

.page--newsletter .contact-footer .h-type a{
	color: #5f605c;
}

.page--newsletter .contact-footer .copy .col{
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.page--newsletter .contact-footer .copy .col{
		margin-bottom: 0px;
	}
}

.page--newsletter .contact-footer .company-wrapper .h-type{
	display: block;
	vertical-align: top;
	padding-left: 0px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.page--newsletter .contact-footer .company-wrapper .h-type{
		padding-left: 16px;
		display: inline-block;
		width: auto;
	}
}

.page--newsletter .contact-footer .company-wrapper .logo{
	display: block;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	.page--newsletter .contact-footer .company-wrapper .logo{
		display: inline-block;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}

.page--newsletter .contact-footer .emails{
	text-align: left;
}

@media screen and (min-width: 768px) {
	.page--newsletter .contact-footer .emails{
		text-align: right;

	}
}

.page--newsletter .contact-footer .emails .h-type p{
	text-align: left;
}

@media screen and (min-width: 768px) {
	.page--newsletter .contact-footer .emails .h-type p{
		text-align: left;
		width: auto;

	}
}


/* Journal Index
Journal overview page which lists entries (uses 'Journal Entry List Component')
----------------------------------------------------------------------------- */

.page--journal {}

.page--journal .journal-heading {
	padding: 32px 32px 0 32px;
}

@media screen and (min-width: 1280px) {
	.page--journal .journal-heading {
		padding: 64px 64px 0 64px;
	}
}


/* Journal Category
Category overview page which lists entries (uses 'Journal Entry List Component')
----------------------------------------------------------------------------- */

.page--journal-category {}

.page--journal-category .journal-heading {
	padding: 32px 32px 0 32px;
}

@media screen and (min-width: 1280px) {
	.page--journal-category .journal-heading {
		padding: 64px 64px 0 64px;
	}
}


/* Journal Entry
Individual journal page (uses 'Journal Entry List Component' for 'more-entries')
----------------------------------------------------------------------------- */

/* Container */

.page--journal-entry {}

.page--journal-entry .entry {
	padding: 32px;
}

/* Heading */

.page--journal-entry .category a {
	color: #C0A67A;
}

.page--journal-entry .title a {
	color: #ffffff;
}

/* Text */

.page--journal-entry .entry-text {
	margin-bottom: 48px;
}

.page--journal-entry .entry-text code {
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgba(255,255,255,.1);
	padding: 2px 4px;
}

/* Image */

.page--journal-entry .entry-image {
	margin-bottom: 48px;
}

.page--journal-entry .entry-image .caption {
	font-style: italic;
}

/* Code */

.page--journal-entry .entry-code {
	margin-bottom: 48px;
}

.page--journal-entry .entry-code code {
	display: block;
	overflow-x: auto;
	padding: 16px;
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgba(255,255,255,.1);
}

/* List Item */

.page--journal-entry .entry-list-item {
	margin-bottom: 72px;
}

.page--journal-entry .entry-list-item .container {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.page--journal-entry .entry-list-item .container {
		flex-direction: row;
	}
}

.page--journal-entry .entry-list-item .container .item-number {
	flex: 0 0 auto;
}

.page--journal-entry .entry-list-item .container .item-content {
	flex: 0 1 auto;
	padding-top: 12px;
}

.page--journal-entry .entry-list-item .container .item-content .caption {
	font-style: italic;
}

.page--journal-entry .entry-list-item .container .item-number .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-right: 32px;
	border: 3px solid #C0A67A;
	border-radius: 50%;
}

.page--journal-entry .entry-list-item .container .item-number .circle .num {
	text-align: center;
	margin-bottom: 10px;
}

/* More Entries */

.page--journal-entry .more-entries {}

.page--journal-entry .more-entries .heading-container {
	padding: 32px;
}

@media screen and (min-width: 1280px) {
	.page--journal-entry .more-entries .heading-container {
		padding: 64px 64px 0 64px;
	}
}

.page--journal-entry .more-entries .heading-wrapper {
	padding-top: 48px;
	border-top: 1px solid rgba(102,105,109,.5);
}



/* Journal Entry List Component
Grid of entry links (`components/journal-entry-list.html`)
----------------------------------------------------------------------------- */

.journal-entry-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}

.journal-entry-list .entry-item {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
	width: 100%;
	padding: 32px;
}

@media screen and (min-width: 768px) {
	.journal-entry-list .entry-item {
			display: block;
			-webkit-box-flex: 0;
			-webkit-flex: none;
				-ms-flex: none;
					flex: none;
			width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.journal-entry-list .entry-item {
		padding: 64px;
	}
}

.journal-entry-list .entry-item .entry-thumbnail {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 32px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Heading */

.journal-entry-list .category a {
	color: #C0A67A;
}

.journal-entry-list .title a {
	color: #ffffff;
}

/*
 * Page Careers
 */

.page--careers .positions-container .positions-grid .position h3 {
	color: #9E9E9E;
}

.page--careers .positions-container .positions-grid .position .position-title {
	line-height: 24px;
	margin-bottom: 8px;
}

.page--careers .positions-container .positions-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px;
}

.page--careers .positions-container .positions-grid .position {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: none;
		-ms-flex: none;
			flex: none;
	width: 50%;
	margin-bottom: 60px;
	padding: 16px;
}

@media screen and (min-width: 512px) {
	.page--careers .positions-container .positions-grid .position {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
			-ms-flex: none;
				flex: none;
		width: 33.3333%;
	}
}

.page--careers .positions-container .positions-grid .position .image {
	margin-bottom: 16px;
}
