@font-face {
	font-family: "prox-nova";
	font-weight: 200;
	src: url("/fonts/ProxNova-Light.woff") format("woff");
}
@font-face {
	font-family: "prox-nova";
	font-weight: 400;
	src: url("/fonts/ProxNova-Regular.woff") format("woff");
}

:root {
	--phi: 1.6180339887498948482;
	--phiFr: 1.6180339887498948482fr;
	--goldenA: calc(100% / var(--phi));
	--goldenB: calc(100% - var(--goldenA));
	--solidGray: hsl(0, 0%, 27%);
	--nearSolidGray: hsla(0, 0%, 27%, 95%);
	--lightGray: hsl(0, 0%, 85%);
	--lightGray-dark: hsl(0, 0%, 70%);
}

.scroll-down {
	display: block;
	position: absolute;
	left: 14px;
	bottom: 44px;
	text-indent: -1000px;
	background: url('/images/cross.png') no-repeat right 10px;
	width: 20px;
	height: 20px;
	opacity: 0;
	transition: opacity 2s;
}
@media (min-width: 1280px) and (min-height: 600px) and (max-height: 950px) {
	html[data-scroll='0'] .scroll-down {
		opacity: 1;
	}
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*, *:before, *:after { box-sizing: inherit; }

html {
	min-height: 100%;
	height: 100%;
	/* for transform effects? */
	/* overflow: hidden; */
}
*, *:not(.fa):before, *:not(.fa):after { font-family: "prox-nova", sans-serif; }
body {
	background: var(--solidGray);
	color: var(--lightGray);
	margin: 0;
	font-weight: 200;
	font-size: 14px;
	line-height: 18px;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body.page-projects {
	background-color: #231f20;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: normal;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}
*/
h4 {
	text-transform: uppercase;
}
/*
.smallcaps {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
}
*/
.text-small {
	font-size: 14px;
	color: hsl(0, 0%, 80%);
}
.caps-text,
.form :is(label, button) {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .15em;
}
.postcode {
	font-size: 15px;
}
.text-line-length {
	max-width: 32em;
}
.hidden.hidden.hidden {
	display: none;
}
/* Loader */
.loader {
	position: fixed;
	top: 100px;
	right: 0;
	bottom: 60px;
	left: 0px;
	z-index: 9999;
	background: url('/images/ajax-loader.gif') center center no-repeat;
	z-index: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: var(--lightGray);
}
a:hover {
	color: var(--lightGray-dark);
}
a.link {
	color: #fbf9f9;
	text-decoration: none;
	border-bottom: #fbf9f9 1px dotted;
	padding-bottom: 3px;
}
a.link:hover {
	border-bottom: none;
}
/* Navigation */
:root {
	--header-height: 43px;
}
body > header,
body > header > nav,
.header_bar {
	top: 0;
	height: var(--header-height);
}
body > header {
	position: fixed;
	z-index: 80;
	width: 100vw;
}
.header_bar {
	position: fixed;
	z-index: 80;
	width: 100%;
	padding: 3px 0;
	background-color: var(--solidGray);
	display: grid;
	grid-template-columns: 40px auto 40px;
	justify-content: space-between;
	align-items: center;
}
.logo_link {
	display: block;
	opacity: 1;
}
.logo_link:hover {
	opacity: .9;
}
.emb_logo {
	display: block;
	width: 160px;
}
.menu_button {
	display: inline-block;
	width: 12px;
	padding: 0 16px;
	align-self: stretch;
	display: flex;
	align-items: center;
	opacity: .5;
}
.menu_button:hover {
	opacity: .4;
}
.menu_button_image {
	display: block;
	width: 12px;
}

.menu {
	position: fixed;
	z-index: 60;
	top: var(--header-height);
	height: 180px;
	width: 100vw;
	padding: 8px 0;
	background-color: var(--solidGray);
	color: white;
	pointer-events: none;
	transform: translate3d(0, -300px, 0);
	transition-property: transform;
	transition-duration: .4s;
}
.menu.active {
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}
@media (min-width: 425px) {
	.menu {
		width: min-content;
	}
}
.menu ul {
	margin: 0;
	list-style-type: none;
	padding: 10px 0;
	padding: 0;
}
.menu a {
	display: inline-block;
	padding: 6px 24px 6px 16px;
}
/*
.nav, .nav * {
	box-sizing: border-box;
}
.nav h2 {
	font-size: inherit;
}
nav {
	height: 80px;
	background-color: hsla(0, 0%, 100%, .9);
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}
nav.active {
	background-color: white;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	margin: 0;
	padding: 0 ;
	color: #827a77;
}
nav .logo {
	padding: 25px 0;
	width: 200px;
	margin: 0 auto;
	z-index: 3;
	text-align: center;
}
#menu {
	display: block;
	z-index: 2;
	position: absolute;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 30px 0 30px 40px;
}
*/
/* nav li a:hover,
nav li a.active {
	color: #000000;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
} */
.full-nav {
	position: fixed;
	z-index: 30;
	width: 100vw;
	/* svh solves dynamically-hidden address bar/100vh problem, but as James' browser doesn't seem to support svh (!?) we include a fallback 100vh */
	height: calc(100vh - var(--header-height));
	height: calc(100svh - var(--header-height));
	padding: 20px 6px 10px;
	top: var(--header-height);
	opacity: 0;
	transition: opacity .5s ease-out;
	pointer-events: none;
	background-color: var(--solidGray);
	color: white;
	overflow: auto;
}
/* Work around Webkit’s vh failures */
/*
@media (hover: none) {
	.full-nav {
		padding-bottom: 120px;
	}
}
*/
.full-nav.active {
	opacity: 1;
	pointer-events: all;
}
.full-nav-inner {
	top: var(--header-height);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	min-height: 100%;
}
@media (min-width: 768px) {
	.full-nav {
		padding: 0;
	}
	.full-nav-inner {
		padding: 0 20vw;
		justify-content: center;
	}
}
.full-nav .project {
	flex-basis: calc(100% / 2);
	padding: 0 10px;
	margin-bottom: 10px;
}
@media (min-width: 600px) {
	.full-nav .project {
		flex-basis: calc(100% / 3);
	}
}
.full-nav .project-link {
	display: block;
	transition: opacity .3s ease-out;
}
.full-nav .project-link:hover,
.full-nav .project-link:focus,
.full-nav .project-link:active {
	/* filter: saturate(70%); */
	opacity: .8;
}
.full-nav .project .title {
	font-weight: 200;
	letter-spacing: .15em;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	/* margin-top: 5px; */
	margin-bottom: 0;
}
/*
.full-nav .project-link:hover .title,
.full-nav .project-link:focus .title,
.full-nav .project-link:active .title {
	color: white;
}
*/
.full-nav .project-link .img {
	width: 100%;
	/* max-height: calc(100vh / 3); */
}
/*
.nav-close {
	position: absolute;
	top: 20px;
	right: 40px;
	display: block;
	z-index: 40;
	cursor: pointer;
}
*/
#menu_secondary {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding-right: 10px;
}
#menu_secondary li {
	display: block;
	float: right;
	margin: 0;
	padding: 30px 30px 30px 0;
}
#menu_secondary li i {
	font-size: 18px;
}
#menu_secondary li a.houzz {
	width: 20px;
	height: 20px;
	display: block;
	background: url('/images/houzz-icon.png');
	background-size: contain;
}
.trigger-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
}
.nav-trigger {
	position: relative;
	display: block;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.nav-trigger span {
	height: 15px;
	width: 1px;
	background: #827a77;
	position: absolute;
	display: block;
	content: '';
	left: 7px;
}
.nav-trigger span:after {
	height: 1px;
	width: 15px;
	background: #827a77;
	position: absolute;
	display: block;
	content: '';
	top: 7px;
	left: -7px;
}
.nav-trigger span,
.nav-trigger span:after {
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}


.bg-dark {
	background-color: hsl(345, 6%, 13%);
	color: white;
}
.bg-dark a {
	color: white;
}


#menu_mobile {
	display: none;
	z-index: 0;
}
#menu_mobile .menu {
	width: 100%;
	position: absolute;
	top: 60px;
	display: none;
	height: calc(100vh - 60px);
}
#menu_mobile .menu.active {
	display: block;
}
#menu_mobile .menu .section {
	padding: 0 40px 10px;
}
#menu_mobile .menu .section a {
	display: inline-block;
	padding: 15px 0 5px;
}
#menu_mobile .menu .section a.active {
	border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}
#menu_mobile .menu .section.primary {
	background-color: hsl(345, 6%, 25%);
	margin-bottom: 5px;
}
#menu_mobile .menu ul {
	display: flex;
	flex-wrap: wrap;
}
#menu_mobile .menu ul li:not(:last-child) {
	margin-right: 20px;
}
#nav-toggle {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	display: none;
}
#nav-toggle {
	cursor: pointer;
	padding: 8px 20px 8px 0px;
	float: right;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	height: 1px;
	width: 20px;
	background: #827a77;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -8px;
}
#nav-toggle span:after {
	bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
#nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
/* Slideshows */
.slideshow {
	z-index: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	background-color: var(--solidGray);
}
.page-commissions .slideshow {
	display: none;
}
@media (min-width: 768px) {
	.page-commissions .slideshow {
		display: block;
	}
}
.slideshow .slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.slide_content {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: flex-end;
	padding: min(30px, 10vw);
}
.award_logo {
	max-width: 30%;
	max-height: 50%;
	width: 50px;
	align-self: flex-end;
	background-color: white;
	/* mix-blend-mode: darken; */
	/* opacity: .8; */
}
/* Home page */
.home-page-section {
	margin-bottom: 0 !important;
	height: 100%;
}
/*
.home-page-section .page-copy {
	opacity: 0;
}
*/
/* Ethos Slideshow */
#ethos {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
#ethos .ethos-inner {
	background-color: hsla(345, 6%, 13%, .7);
	height: 100%;
}
.page-copy {
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 1;
	display: block;
	width: 600px;
	padding: 0 40px;
}
.page-copy p {
	font-size: 16px;
	line-height: 24px;
	color: #d3d4d4;
}
.page-copy h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0 ;
	line-height: 20px;
}
.page-copy h4 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 20px;
	color: #d3d4d4;
}
.page-copy .column {
	display: block;
	width: 45%;
	float: left;
	padding-right: 5px;
}
.page-copy a {
	color: #fbf9f9;
	text-decoration: none;
}
/* Project page */
.project-detail-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	z-index: 70;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-color: transparent;
	color: var(--lightGray);
}
.project-detail-wrapper:hover,
.project-detail-wrapper.active {
	background-color: var(--nearSolidGray) !important;
}
.project-header {
	display: block;
	float: none;
	padding: 12px 0 12px 20px;
	cursor: pointer;
}
.project-header h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	line-height: 20px;
	/* height: 20px; */
	background: url("/images/cross.png") no-repeat right -10px;
}
.project-detail {
	padding: 0 20px;
	float: left;
	display: none;
	color: #d3d4d4;
}
.project-detail.project-text {
	padding-bottom: 40px;
}
.project-detail.project-text p {
	columns: 2;
}
@media (min-width: 1024px) {
	.project-detail.project-text p {
		columns: 3;
	}
}
.project-detail.project-slide-nav {
	width: 30%;
}
.project-detail-mobile {
	background-color: hsla(345, 6%, 13%, .7);
	padding: var(--header-height) 0px 40px 0px;
	display: none;
}
.project-detail-mobile h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 20px 20px 20px;
	line-height: 20px;
	height: 20px;
}
.project-detail-mobile p {
	margin: 0 20px 20px 20px;
}
.project-detail-mobile img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}
.project-slideshow-mobile {
	padding-top: 6px;
	margin-bottom: 20px;
}
.prev-next {
	position: absolute;
	top: 200px;
	right: 0;
	bottom: 156px;
	left: 0;
	margin: 0;
	padding: 0;
}
.prev-next .cycle-prev {
	background: url('/images/prev.png') no-repeat left center;
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 30%;
}
.prev-next .cycle-next {
	background: url('/images/next.png') no-repeat right center;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 30%;
}
.slideshow-controls {
	position: absolute;
	bottom: 12px;
	overflow: hidden;
	left: calc(50% + 26px); /* offset for play/pause button */
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.pager-nav {
	margin-right: 20px;
	list-style: none;
}
.pager-nav li {
	display: block;
	float: left;
}
.pager-nav li a {
	background-color: hsl(0, 0%, 45%);
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	display: block;
	margin-right: 9px;
	border-radius: 50px;
}
@media (min-width: 940px) {
	.pager-nav li a {
		margin-right: 14px;
	}
}
.pager-nav li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pager-nav li.cycle-pager-active a {
	background-color: hsl(0, 0%, 75%);
}
/*
.project-slide-nav .pager-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-slide-nav .pager-nav li {
	margin-bottom: 10px;
}
.project-slide-nav .pager-nav li a {
	color: #d3d4d4;
	text-decoration: none;
}
.project-slide-nav .pager-nav li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
.project-slide-nav .pager-nav li.cycle-pager-active a {
	color: #fff;
}
*/
.play-button,
.pause-button {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	text-indent: -9999px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: .5;
}
.play-button {
	background-image: url('/images/play.png');
}
.pause-button {
	background-image: url('/images/pause.png');
}
/* Contact and Our Story pages */
.ancillary {
	font-size: 16px;
	line-height: 1.4em;
	padding: 64px 8vw;
}
@media (min-width: 768px) {
	.ancillary {
		padding: 0;
	}
}

.ancillary .content {
	padding-bottom: var(--header-height);
}
.ancillary .content > *:last-child {
	margin-bottom: 0;
}

.ancillary:not(.contact) {
	padding-top: calc(var(--header-height) * 2);
}
.ancillary:not(.contact) .content {
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (orientation: landscape) and (min-width: 1280px) and (min-height: 600px) {
	.ancillary:not(.contact) {
		padding-top: 0;
	}
	.ancillary:not(.contact) .content {
		min-height: 100vh;
		padding-top: calc(var(--header-height) * 2);
		padding-bottom: var(--header-height);
	}
}
@media (min-width: 768px) {
	.ancillary .content {
		width: 58%;
		padding-top: calc(var(--header-height) * 2);
		padding-left: 12vw;
		padding-right: 12vw;
	}
}
.ancillary .text-and-form {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ancillary .featured-image {
	width: 100%;
	padding-bottom: 170%;
	background-size: cover;
	background-position-y: 100%;
}
@media (min-width: 768px) {
	.ancillary .featured-image {
		position: fixed;
		left: 58vw;
		width: 42vw;
		top: var(--header-height);
		height: calc(100vh - calc(var(--header-height) * 2));
		border-color: var(--solidGray);
		border-style: solid;
		border-right-width: 6vw;
		padding-bottom: 0;
	}
}
.contact-intro {
	margin-bottom: 1rem;
}
.form {
	font-size: 16px;
}
@media (min-width: 1280px) {
	.form {
		display: grid;
		grid: auto-flow / repeat(3, 1fr);
		gap: 16px;
	}
}
.form input {
	margin: 0;
}
.form :is(input, button) {
	height: 3rem;
}
.form textarea {
	height: 80px;
	padding-top: 16px;
	resize: none;
}
@media (min-width: 1024px) and (min-height: 640px) {
	.form textarea {
		height: 20vh;
	}
}
@media (min-width: 1024px) and (min-height: 700px) {
	.ancillary .text-and-form {
		gap: 32px;
	}
}
@media (orientation: landscape) and (min-width: 1280px) and (min-height: 600px) {
	.ancillary .content {
		padding-top: 0;
	}
	.ancillary .text-and-form {
		height: 100vh;
		padding-bottom: var(--header-height);
	}
}
.form-field {
	margin-bottom: 16px;
}
@media (min-width: 1280px) {
	.form-field {
		margin-bottom: 0;
	}
}
.form-field.message, .form-submit-button {
	grid-column: 1 / 4;
}
.form-field label {
	display: block;
}
.form-field :is(label, input, textarea),
.form button {
	width: 100%;
}
.form label {
	margin-bottom: 6px;
}
.form :is(input, textarea, button) {
	padding-left: 16px;
	padding-right: 16px;
	background-color: hsl(0, 0%, 18%);
	border: 0;
	color: white;
}
.form :is(input, textarea) {
	font-size: 16px;
}
.form button {
	font-weight: normal;
	background-color: hsl(50, 5%, 75%);
	color: black;
	cursor: pointer;
}
.ancillary .hidden-form-fields {
	display: none;
}
.ancillary .section {
	margin: 24px 0;
}
@media (min-height: 680px) {
	.ancillary .section {
		margin: 32px 0;
	}
}
.ancillary .contact-methods {
	margin-top: 100px;
}
.ancillary .addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.address-heading {
	margin-bottom: 12px;
}
.credits-heading {
	margin-bottom: 6px;
}
.credit {
	margin-bottom: 6px;
}

.ancillary .awards.section {
	margin-bottom: 10px;
}
.awards {
	--houzz-height: 36px; /* source: 54px */
	--houzz-gap: 4px;
	--full-height: calc((var(--houzz-height) * 2) + var(--houzz-gap));

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}
.awards img {
	display: block;
}
.houzz-awards {
	display: grid;
	grid-template-columns: repeat(3, min-content);
	gap: var(--houzz-gap);
}
.houzz-awards img {
	width: var(--houzz-height);
	filter: grayscale(100%);
	opacity: .9;
}
.designerati-awards {
	display: flex;
	gap: 4px;
}
.designerati-awards img {
	max-height: var(--full-height);
	filter: invert(100%);
	mix-blend-mode: lighten;
}
.guild-mark img {
	width: calc(var(--full-height) * .8);
	opacity: .9;
}
.legal {
	margin-bottom: 0;
}
.social-media {
	margin-top: 10px;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.social-media svg {
	fill: white;
}

/*
.ancillary .contact-inner {
	background-color: var(--nearSolidGray);
	min-height: 100%;
}
.ancillary .contact-copy {
	padding: 40px;
	max-width: 550px;
	width: 25%;
	min-width: 400px;
	position: absolute;
	top: 100px;
}
.ancillary .footer-content {
	position: absolute;
	bottom: 22px;
	left: 40px;
}
.ancillary .footer-content p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
*/
/* Archive Page */
.page-projects .archive-group:first-of-type {
	padding: 130px 30px 30px 30px;
}
.page-projects .archive-group {
	padding: 30px;
	clear: both;
	/* opacity: 0; */
}
.page-projects .archive-title h2 {
	color: #231f20;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px;
}
.page-projects .archive-group .archive-cell-inner {
	margin: 10px;
	background: center center no-repeat;
	background-size: cover;
	height: 400px;
}
.page-projects .archive-group .archive-cell-outer {
	width: 50%;
	float: left;
}
.page-projects a.archive-title {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: hsla(345, 6%, 13%, .5);
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
.page-projects a.archive-title h3 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fbf9f9;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-projects a.archive-title:hover {
	background-color: transparent;
}
/*==========  Non-Mobile First Method  ==========*/
/* @media only screen and (max-width: 1600px) {
	.full-nav .project {
		width: calc(100% / 5);
	}
} */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.page-projects .archive-group .archive-cell-inner {
		height: 270px;
	}
	.page-copy {
		top: 100px;
	}
	/*
	nav {
		height: 60px;
		position: fixed;
		top: 0;
		z-index: 1;
		width: 100%;
	}
	*/
	#menu li {
		padding: 20px 0 20px 40px;
	}
	/*
	nav .logo {
		padding: 15px 0 15px 0;
		z-index: 999;
	}
	*/
	.trigger-wrapper {
		padding: 23px 40px 20px 40px;
	}
	#menu_secondary li {
		padding: 20px 30px 20px 0;
	}
	/*
	.full-nav {
		top: 60px;
		height: calc(100vh - 60px);
	}
	*/
	/* .full-nav .project {
		width: calc(100% / 4);
	} */
	.page-projects .archive-group:first-of-type {
		padding: 90px 30px 30px 30px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.page-copy {
		width: 60%;
	}
	.project-detail.project-text {
		padding-bottom: 60px;
	}
	.page-projects .archive-group .archive-cell-inner {
		height: 220px;
	}
	.page-copy .column {
		display: block;
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	#menu,
	/* ul#nav, */
	#menu_secondary {
		display: none !important;
	}
	#nav-toggle,
	#menu_mobile {
		display: block;
	}
	/*
	nav {
		z-index: 999999;
	}
	nav .logo {
		padding: 17px 0;
		display: block;
		z-index: 9999;
	}
	nav .logo a {
		display: block;
		z-index: 999;
		height: 26px;
	}
	nav .logo a img {
		height: 26px;
		width: auto;
	}
	*/
	/*
	.full-nav {
		top: 160px;
		padding-top: 0;
		height: calc(100vh - 160px);
		background-color: transparent;
	}
	*/
	.full-nav .nav-close{
		display: none;
	}
	/* .full-nav .project {
		width: calc(100% / 3);
	} */
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.page-copy {
		width: 80%;
	}
	.project-detail-wrapper {
		display: none;
	}
	.page-projects .slideshow,
	.prev-next,
	.pager-nav {
		display: none;
	}
	/* section .slideshow {
		display: none !important;
	} */
	.project-detail-mobile {
		display: block;
	}
	.page-projects .archive-group .archive-cell-inner {
		height: 150px;
	}
	.page-projects br.clearfloat {
		display: none;
	}
	#menu .archive {
		display: none;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 720px) {
	/* .full-nav {
		padding-bottom: 0;
	} */
	/* .full-nav-inner {
		padding: 0 20px;
	} */
	/* .full-nav .project {
		width: calc(100% / 2);
	} */
	#ethos {
		position: static;
		height: auto;
		min-height: 100%;
	}
	#ethos .ethos-inner {
		padding: 20px;
		height: auto;
		min-height: 1000px;
	}
	#ethos .ethos-inner .page-copy {
		padding: 0;
		position: static;
		padding-top: 100px;
		height: auto;
		min-height: 100% !important;
	}
	.ancillary {
		position: static;
		height: auto;
		min-height: 100%;
	}
	/*
	.ancillary .contact-inner {
		padding: 20px;
		height: auto;
		min-height: 100%;
	}
	.ancillary .contact-inner .page-copy {
		padding: 0;
		position: static;
		padding-top: 100px;
		height: auto;
		min-height: 100% !important;
	}
	.ancillary .contact-inner .footer-content {
		padding: 0;
		position: static;
		padding-top: 40px;
	}
	*/
	.project-detail.project-text {
		padding-bottom: 20px;
	}
	.page-projects .archive-group:first-of-type {
		padding: 80px 10px 30px 10px;
	}
	.page-projects .archive-group {
		padding: 30px 10px;
	}
	.page-projects .archive-group .archive-cell-inner {
		height: 150px;
	}
	.page-projects .archive-group .archive-cell-outer {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 480px) {
	/* .full-nav .project {
		width: calc(100%);
	} */
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	.project-detail.project-text {
		padding-bottom: 20px;
	}
}
