/* @override 
	http://dev.dyadcom.com/hmr/tags/comp2/css/main.css
	http://newdev.dyadcom.com/hmr/trunk/css/main.css
	http://dev.dyadcom.com/hmr/trunk/css/main.css
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
	color: #222222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #eee;
	text-shadow: none;
}

::selection {
	background: #eee;
	text-shadow: none;
}

#inline-imgstrip::-moz-selection {
	background: transparent;
	text-shadow: none;
}

#inline-imgstrip::selection {
	background: transparent;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font:
		16px/26px "Whitney SSm A",
		"Whitney SSm B",
		Whitney,
		Helvetica,
		Helvetica;
}
.project.main {
	overflow: hidden;
	padding-bottom: 100px;
}
a {
	color: inherit;
}

a:focus,
a:active {
	outline: 0;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	background: white;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

.footer-container,
.main aside {
}

.header-container,
.footer-container,
.main aside {
	background: white;
}

.title {
	color: black;
	width: 100%;
	max-width: 280px;
	margin: 0;
	background-image: url(../images/layout/logo.svg);
	background-position: left bottom;
	text-indent: -9999px;
	height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#tucked-logo,
#tucked-logo-ro {
	display: none;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: block;
	position: relative;
}

nav a,
#body-text #nav-sub a {
	display: block;
	margin-bottom: 0px;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #777;
}
#body-text #nav-sub a {
	color: #fef2e2;
}

#body-text #nav-sub li.level-1 > a {
	color: #000;
	font-style: italic;
}
nav li#nav-sub-contact a {
	padding-right: 0px;
}

li.most-recently-clicked a {
	color: #df7a1c;
}
/*nav li#search a span{
	padding-right: 0;
	-webkit-transition: padding-right .3s;
	-moz-transition: padding-right .3s;
	transition: padding-right .3s;
}
nav li#search:hover a span{
	color: #aaa;
	border-bottom: 1px solid #777;
	padding-right: 100px;
}*/
#nav-sub-search {
	display: none !important;
}

nav li a:hover,
#body-text #nav-sub a:hover {
	color: black;
}

nav a:visited,
#body-text #nav-sub a:visited {
	color: #777;
}
#body-text #nav-sub a:visited {
	color: #fef2e2;
}
nav {
	position: absolute;
	left: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	padding-left: 5%;
	display: none;
}
nav .dropdown {
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	top: 100%;
	left: -353px;
	right: 0;
	height: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition:
		opacity 1s,
		height 0.5s;
	-moz-transition:
		opacity 1s,
		height 0.5s;
	transition:
		opacity 1s,
		height 0.5s;
	overflow: hidden;
	z-index: 10000000000000 !important;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.touch nav .dropdown {
	pointer-events: auto !important;
}
nav.activated:hover .dropdown {
	pointer-events: auto;
	opacity: 1;
}

nav a#tablet-search {
	position: fixed;
	width: auto;
	display: none;
	right: 0;
	top: 95px;
	padding-right: 18px;
	color: #aaa;
	z-index: 1000;
	padding-top: 0;
}
.tucked nav a#tablet-search {
	top: 3px;
}
nav form {
	position: absolute;
	top: 7px;
	left: -4px;
	display: none;
	margin-left: 0px;
}
nav .dropdown > div {
	position: absolute;
	margin-top: 1em;
	left: 0;
}
nav .dropdown > #profile-list {
	left: 375px;
}
nav .dropdown > #arch-list {
	left: 515px;
}
nav .dropdown > #preservation-list {
	left: 704px;
}
nav .dropdown > #people-list {
	left: 896px;
}
nav .dropdown > #contact-list {
	left: 1080px;
}
#nav-sub-people > a {
	min-width: 90px;
	/* padding-left: 40px; */
}
/* nav .dropdown > ul:last-child {
	left: 870px;
} */
nav .dropdown ul li {
	position: relative;
}
nav .dropdown ul {
	left: 0;
	position: relative;
	padding: 0;
	margin: 0;
}
#body-text #nav-sub,
#body-text #nav-sub ul {
	padding: 10px 5%;
	margin: 0;
	list-style: none;
}
#body-text #nav-sub ul {
	padding: 0px 0 10px;
}

/* amh 2026 */
#body-text #nav-sub ul li.level-2.has-children > a {
	pointer-events: none;
}
#body-text #nav-sub ul li.level-2.has-children ul {
	padding: 0 0 0 20px;
	font-size: 0.9em;
	list-style-type: "–  ";
}
#body-text #nav-sub ul li.level-2.has-children ul li a {
	padding: 2px 0;
}
/* end amh 2026 */

nav .dropdown ul#nav-sub ul,
nav .dropdown ul#nav-sub ul ul {
	display: none;
	/*	overflow:hidden;
*/
	width: 100%;
}
nav .dropdown ul#nav-sub li {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}
nav .dropdown ul#nav-sub a {
	width: 100%;
	/*clear: both;*/
}
/*nav .dropdown ul#nav-sub li.level-1 > a{
	font-style:italic;
	color:#777;
}*/

nav .dropdown ul#nav-sub li.level-1 > a:hover {
	color: #000;
}
nav .dropdown ul ul li.level-2 a {
	color: #777;
}

nav .dropdown ul ul li.level-2 a:hover {
	color: #000;
}

/*nav .dropdown ul ul li.level-2.as-children a{
pointer-events:none;
}*/
nav .dropdown ul ul li.level-3 a {
	text-transform: none;
	margin-left: 10px;
}
nav .dropdown ul li.list-header a {
	color: inherit;
	font-style: italic;
	margin-top: 2em;
}
nav .dropdown ul li.list-header:first-child a {
	margin-top: 0;
}
nav .dropdown ul li a {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	color: #b9ab97;
	/* line-height: 1.7em;
	max-width: 174px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */

	line-height: 1.8em;
	max-width: 194px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.725em;
}
nav form input {
	font:
		1em/1.6em "Whitney SSm A",
		"Whitney SSm B",
		Whitney,
		Helvetica,
		Helvetica;
	background-color: transparent;
	border: 0;
	border-bottom: 1px #ccc solid;
	padding-left: 3px;
}

nav li#nav-sub-search a {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
nav form input:focus {
	outline: 0;
}
nav form input[type="submit"] {
	display: none;
}
nav .dropdown ul li a:hover {
	color: black;
}
nav li.cur a,
nav li.parent-cur a {
	color: #df7a1c;
}
nav .dropdown li.cur > a,
nav .dropdown li.parent-cur > a {
	color: #000 !important;
}

li#nav-sub-people-our-team {
	display: none !important;
}

#menu-button {
	padding: 10px 0 5px 0;
	display: block;
	color: #888;
}

#menu-button:hover {
	color: #df7a1c;
}

#menu-button i.fa.fa-bars::before {
	content: "";
	color: transparent;
	height: 0.2em;
	width: 1.3em;
	display: block;
	border-top: 2px solid #b9b9b9;
	border-bottom: 2px solid #b9b9b9;
}
#menu-button:hover i.fa.fa-bars::before {
	border-color: #df7a1c;
}

#menu-button span {
	text-transform: uppercase;
	font-size: 0.85em;
	color: black;
	padding-left: 1em;
}
#img-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*position: fixed;*/
	z-index: -1;
	margin-top: 95px;
}

#contact #img-bg {
	min-height: 30em;
	min-height: calc(100svh - 95px);
	min-height: calc(100vh - 95px);
}

#img-bg img {
	height: 100%;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	min-width: 100%;
	margin: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
@media screen and (max-width: 799px) {
	#people #img-bg {
		max-height: 80vw;
	}
	#people #img-bg img {
		max-height: 80vw;
		max-width: 100%;
		object-fit: cover;
		object-position: 70% 30%;
		margin: 0 !important;
	}
}
@media screen and (min-width: 800px) {
	#people #img-bg {
		height: 100vh;
		height: 100dvh;
		z-index: 1;
		position: relative;
	}
	#people #img-bg img {
		height: calc(100% - 110px) !important;
		width: 100% !important;
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top: 110px;
		right: 0;
		bottom: 0;
		left: 0;
		object-fit: cover;
		object-position: 70% 40%;
		margin: 0 !important;
		z-index: 15;
	}
	#people #img-bg::before {
		content: "";
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(
			to top,
			hsl(0, 0%, 0%) 0%,
			hsla(0, 0%, 0%, 0.987) 8.1%,
			hsla(0, 0%, 0%, 0.951) 15.5%,
			hsla(0, 0%, 0%, 0.896) 22.5%,
			hsla(0, 0%, 0%, 0.825) 29%,
			hsla(0, 0%, 0%, 0.741) 35.3%,
			hsla(0, 0%, 0%, 0.648) 41.2%,
			hsla(0, 0%, 0%, 0.55) 47.1%,
			hsla(0, 0%, 0%, 0.45) 52.9%,
			hsla(0, 0%, 0%, 0.352) 58.8%,
			hsla(0, 0%, 0%, 0.259) 64.7%,
			hsla(0, 0%, 0%, 0.175) 71%,
			hsla(0, 0%, 0%, 0.104) 77.5%,
			hsla(0, 0%, 0%, 0.049) 84.5%,
			hsla(0, 0%, 0%, 0.013) 91.9%,
			hsla(0, 0%, 0%, 0) 100%
		);
		opacity: 0.2;
		height: 20em;
		width: 100%;
		z-index: 20;
	}
}

#img-bg img.isLoaded {
	opacity: 1;
	color: rgba(255, 255, 255, 0.9);
}

#architecture #img-bg img,
#preservation #img-bg img {
	display: none;
}
#architecture #img-bg,
#architecture .main {
	background-color: #df7a1c;
}
#preservation #img-bg,
#preservation .main {
	background-color: #b9ab97;
}

#search {
	background-color: #ddd;
}
#contact.main-container #body-text.actual-careers-page,
#search.main-container #body-text {
	padding-top: 120px;
}

#search h4,
#search h2 {
	font-weight: normal;
	text-transform: uppercase;
}
#search h4 {
	margin: 0;
}
#search p {
	margin-top: 0;
	color: #888;
}

#body-text .wrapper,
header.wrapper {
	margin: 0 0 0 5%;
	width: 90%;
}

header.wrapper {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#big-text {
	position: absolute;
	top: 108px;
	width: 90%;
	color: white;
	/*text-transform: uppercase;*/
	font-size: 1.05em;
	line-height: 1.7em;
	left: 5%;
	z-index: 100;
	padding: 1em 0;
	-webkit-font-smoothing: antialiased;
}
#big-text a {
	text-transform: uppercase;
}

#big-text a {
	font-size: 0.8em;
}
a {
	text-decoration: none;
}
#huge-text {
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 500;
	margin-left: 0;
	width: 100%;
	z-index: 100;
	-webkit-font-smoothing: antialiased;
	background-color: white;
	padding-top: 0.5em;
	color: #e27b1b;
}
#huge-text p {
	margin: 0;
	padding-left: 5%;
	width: 90%;
	text-wrap: balance;
}
#huge-text p.instruction {
	font-size: 13px;
	margin-top: -0em;
}
@media screen and (max-width: 799px) {
	#people #huge-text p.instruction {
		visibility: hidden;
	}
	#profile #huge-text p.instruction {
		visibility: hidden;
	}
}

.wrapper {
	overflow: hidden;
}
.wrapper.last {
	padding-bottom: 50px;
}
#body-text .wrapper {
	font-size: 0.75em;
	line-height: 1.7em;
}
/*#body-text .wrapper:last-child{
    margin-bottom: 100px;
}*/
#body-text p,
#body-text #three-cols li {
	max-width: 650px;
	font-size: 1.25em;
	line-height: 1.5em;
}
#contact #big-text {
	top: 200px;
}

h3 {
	color: #df7a1c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.6em;
	padding-top: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 0;
	clear: both;
}
p.col {
	max-width: 300px !important;
	width: 30%;
	margin-right: 3%;
	float: left;
}
span.caps {
	text-transform: uppercase;
}
#body-text img {
	margin-top: 4em;
	/*width: 100%;*/
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-moz-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
}

#body-text img.isLoaded {
	opacity: 1;
}
.header-img-strip {
	width: 2000px;
	position: relative;
	overflow: hidden;
	margin-top: 3em;
}

.header-img-strip img {
	float: left;
	height: 100%;
	opacity: 0;
	margin-top: 0 !important;
}

#body-text strong {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1em;
	color: #df7a1c;
}
#search #body-text strong {
	display: inline-block;
}
#three-cols {
	-webkit-columns: 300px 3;
	-moz-columns: 300px 3;
	columns: 300px 3;
	max-width: 1200px !important;
}

#three-cols.recognition {
	-webkit-columns: 300px 3;
	-moz-columns: 300px 3;
	columns: 300px 3;
	max-width: 1200px !important;
}
#three-cols ul {
	padding: 0;
	margin: 0;
}
#three-cols li,
#three-cols div {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	padding-left: 0;
	list-style: none;
	margin: 0;
}
#three-cols > div {
	padding: 0px 0px 10px 0;
}
#three-cols p,
#three-cols strong {
	margin: 0px 10px 0 0;
}
#three-cols strong a:hover {
	color: #000;
}
/*max-width: 300px!important;
	width: 30%;
	margin-right: 3%;
	float: left;*/

#people {
	background-color: #b9ab95;
}

#body-text {
	overflow: hidden;
}
#people .white {
	background: white;
	outline: 87px solid white;
}
#people #body-text p {
	margin-top: 0em;
	margin-bottom: 1em;
}
#people #body-text p:last-child {
	margin-bottom: 0em;
}

.people-wrapper {
	padding-top: 75px;
}
.people-wrapper .wrapper {
	padding: 35px 0 0 0;
}
.people-wrapper.last {
	margin-bottom: 40px;
}
#body-text .limited {
	background-color: #c6b8a4;
	position: relative;
	height: 230px;
	min-width: 2500px;
	position: relative;
}
#body-text .limited img {
	margin-top: 0;
	height: 100%;
	width: auto;
	float: left;
}

@media screen and (max-width: 799px) {
	#people #body-text .limited {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}
	#people #body-text .limited img {
		display: none;
	}
	#people #body-text .limited img:first-child {
		display: block;
		width: 100%;
		height: auto;
	}
}

#body-text .right-align {
	padding-left: 100px;
}

#contact p {
	max-width: 300px;
}

#contact a {
	text-transform: none;
	font-size: 1em;
}
#contact #huge-text {
	font-size: 0.75em;
	line-height: 1.7em;
}

i.fa {
	padding: 20px 10px 0 0;
	font-size: 1.5rem;
}
i.fa:hover {
	color: #df7a1c;
}
#project-nav {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1;
	font-size: 0.75rem;
	letter-spacing: 0.015em;
	padding: 3px 0 2px 5%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.tucked #project-nav {
	/* top: 97px; */
	top: 108px;
}
#project-nav span {
	margin-right: 2em;
}
/* .touch #project-nav {
	padding-top: 8px;
	line-height: 1.5em;
} */

#project-nav span.mobile-only {
	clear: both;
	display: block;
}
#project-nav span#numer {
	margin-right: 0;
	min-width: 15px;
	display: inline-block;
	text-align: center;
}
#project-nav span.orange {
	color: #df7a1c;
}
#project-nav span.grey {
	color: #777;
}
#project-nav span#desc-button {
	cursor: pointer;
	/*font-size: 1.4em;*/
	display: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.show-desc #desc-button {
	/*-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);*/
	color: #df7a1c !important;
}
#project-nav #desc {
	width: 90%;
	max-width: 650px;
	line-height: 1.5em;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#project-nav #desc em,
#mobile-desc em {
	color: #999;
}
#mobile-desc {
	padding: 10px 5% 25px;
	font-size: 0.9rem;
	line-height: 1.25rem;
}

/*.show-desc #project-nav #desc{
	height: 200px;
}*/
#project-nav #next-button,
#project-nav #prev-button {
	cursor: pointer;
}

#project-nav #next-proj {
	display: none;
	margin-top: 2px;
}
.touch #project-nav #next-proj {
	font-size: 0;
	line-height: 0;
}
.touch #project-nav #next-proj span {
	font-size: 0.75rem;
	line-height: 1rem;
}
#project-nav #next-proj span {
	display: none;
}
#project-nav #next-proj:hover span,
.touch #project-nav #next-proj span {
	display: inline;
}

#img-strip {
	width: 100%;
	position: relative;
	background-color: white;
	overflow: hidden;
	top: 100px;
}

#img-strip img {
	height: auto;
	width: 100%;
	float: none;
	clear: both;
}
/*#img-strip .img-slug{
	height:100%;
	background-color:green;
}*/

#legacy.wrapper {
	overflow: visible !important;
}
#inline-imgstrip {
	margin-left: -5.5%;
	position: relative;
	overflow: hidden;
	z-index: 0 !important;
}
#inline-imgstrip .holder {
	float: left;
	height: 300px;
}
#inline-imgstrip .holder .img,
#inline-imgstrip .holder .img img {
	float: left;
	width: auto;
	height: 300px;
	position: relative;
	pointer-events: none !important;
}
#inline-imgstrip .holder .img img {
	height: 250px;
	opacity: 0;
}

#inline-imgstrip .holder .img.fadein img {
	opacity: 1 !important;
}

#inline-imgstrip .arrow {
	position: absolute;
	top: 50px;
	bottom: 0;
	width: 50%;
	z-index: 10000000;
	vertical-align: middle;
	display: none;
}
#inline-imgstrip .arrow span {
	font-size: 4rem;
	color: white;
	padding: 0px;
	display: block;
	margin-top: 230px;
	width: 98%;
	-ms-transform: translate(0px, 0px); /* IE 9 */
	-webkit-transform: translate(0px, 0px); /* Safari */
	transform: translate(0px, 0px);
	-webkit-font-smoothing: antialiased;
	font-family: "Whitney SSm A", "Whitney SSm B", Whitney, Helvetica, Helvetica;

	cursor: pointer;
}
#inline-imgstrip #arrow-right {
	right: 0;
	text-align: right;
}
#inline-imgstrip #arrow-left {
	left: 0;
	text-align: left;
}
#inline-imgstrip #arrow-left span {
	padding-left: 2%;
}
#caption-holder,
.caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 29px;
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10000;
	line-height: 1.2em;
}
#img-1 .caption {
	padding-left: 5%;
}
.mCSB_draggerContainer {
	display: none;
}
.mCSB_container {
	margin-bottom: 0 !important;
}
/* ==============
    MOBILE: Main
   ============== */

.main article h1 {
	font-size: 2em;
}

.main aside {
	color: white;
	padding: 0px 5% 10px;
}

.footer-container footer {
	color: white;
	padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#home {
	background-color: #b9ab95;
}
#home .hidden-until-intro-over {
	/*opacity: 0;*/
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-moz-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
}

#home.intro-over .hidden-until-intro-over {
	opacity: 1;
}

#home .intro {
	display: none;
	z-index: 0 !important;
}
#home #huge-text {
	display: none !important;
}
#grid {
	margin-top: 95px;
	display: flex;
	flex-wrap: wrap;
}
#grid .tile {
	float: left;
	width: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	opacity: 0;
}
#grid .tile.is-clone {
	order: 999999;
}

#grid .tile a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 10000;
}

.touch #grid .tile a.ro-link {
	display: none !important;
}
#grid .pres-proj {
	background-color: #b9ab97;
}

#grid .arch-proj {
	background-color: #df7a1c;
}

#grid .tile img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-moz-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

#grid .tile.isLoaded {
	opacity: 1;
}

#grid .tile:hover img {
	opacity: 0.2;
}

#grid .tile .project-title,
#grid .tile .project-link {
	position: absolute;
	color: white;
	padding: 0.5em;
	text-transform: uppercase;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition:
		opacity 0.3s,
		margin-left 0.3s;
	-moz-transition:
		opacity 0.3s,
		margin-left 0.3s;
	transition:
		opacity 0.3s,
		margin-left 0.3s;
	margin-left: -20px;
}

.touch #grid .tile .project-title {
	bottom: 30px;
}
#grid .tile .project-link {
	bottom: 20px;
	padding: 0.5em 0.5em 0.5em 1em;
	display: none;
	pointer-events: none;
}
#grid .tile .project-link em {
	bottom: 10px;
	padding: 0.5em;
}

.touch #grid .tile .project-link {
	display: block !important;
}

#grid .tile:hover .project-title,
#grid .tile:hover .project-link {
	opacity: 1;
	margin-left: 10px;
	pointer-events: auto !important;
}
.clone1,
.clone2,
.clone3 {
	display: none;
}

.touch .hide-on-touch {
	display: none !important;
}

@media only screen and (max-width: 480px) {
	.hide-from-mobile,
	#home.intro-over .intro {
		display: none !important;
	}
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
	/* ====================
    INTERMEDIATE: Menu
   ==================== */

	/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	/*nav ul li {
        display: inline-block;
    }*/

	#grid .tile {
		float: left;
		width: 50%;
	}

	#grid.remainder-0 .clone1,
	#grid.remainder-0 .clone2,
	#grid.remainder-0 .clone3 {
		display: none;
	}

	#grid.remainder-1 .clone1,
	#grid.remainder-1 .clone2 {
		display: block;
	}
	#grid.remainder-1 .clone3 {
		display: none;
	}
}
nav ul {
	padding: 1em 0;
}
nav a {
	font-size: 0.9em;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

@media only screen and (min-width: 800px) {
	.hide-from-mobile {
		display: inline-block !important;
	}
	header.wrapper {
		min-height: 94px;
	}
	.tucked header.wrapper {
		min-height: 40px;
	}
	#grid {
		margin-top: 155px;
	}

	nav {
		min-width: 900px;
		height: 45px;
	}
	nav ul {
		padding: 0;
	}
	nav a {
		margin: 0%;
		line-height: 1em;
		/* padding: 15px 55px 0; */
		padding: 15px 45px 0;
		margin-bottom: 0;
	}
	#home #huge-text {
		display: block !important;
	}
	nav > ul#nav-sub a {
		float: left;
	}
	nav li#nav-sub-preservation a {
		/* padding-right: 60px; */
		padding-right: 50px;
		padding-left: 41px;
	}
	nav li#nav-sub-contact a {
		padding-right: 45px;
	}

	nav li:first-child a {
		margin-left: 0;
		padding-left: 20px;
	}

	nav li:last-child a {
		margin-right: 0;
		padding-right: 0;
	}
	nav ul li {
		display: inline-block;
	}
	#body-text .wrapper,
	header.wrapper {
		margin: 0 0 0 20px;
	}

	#inline-imgstrip {
		margin-bottom: -2.5em;
		margin-left: -20px;
	}
	.header-img-strip {
		margin-bottom: -2em;
	}

	nav li#nav-sub-search {
		display: none;
		position: absolute;
		top: -38px;
		right: 150px;
	}
	nav li#nav-sub-search a {
		opacity: 0.01;
	}
	#contact.main-container #body-text.actual-careers-page,
	#search.main-container #body-text {
		padding-top: 200px;
	}

	#img-bg {
		margin-top: 0;
	}

	#project-nav span#desc-button,
	#project-nav #next-proj {
		display: inline-block;
	}
	.touch #project-nav {
		padding-top: 3px;
		line-height: 2em;
	}

	/* ====================
    WIDE: CSS3 Effects
   ==================== */

	/* ============
    WIDE: Menu
   ============ */

	.title {
		margin-top: 46px;
		margin-bottom: 18px;
		-webkit-transition:
			margin-top 0.3s,
			height 0.3s,
			opacity 0.3s ease-out 0.3s;
		-moz-transition:
			margin-top 0.3s,
			height 0.3s,
			opacity 0.3s ease-out 0.3s;
		transition:
			margin-top 0.3s,
			height 0.3s,
			opacity 0.3s ease-out 0.3s;
	}

	#white-cover {
		background: white;
		height: 25px;
		width: 100px;
		bottom: 0;
		left: 50px;
		opacity: 0;
		position: absolute;
		z-index: 100000000;
		-webkit-transition:
			height 0.3s,
			opacity 0.3s;
		-moz-transition:
			height 0.3s,
			opacity 0.3s;
		transition:
			height 0.3s,
			opacity 0.3s;
	}

	.tucked #white-cover {
		opacity: 1;
		height: 2px;
	}

	#tucked-logo,
	#tucked-logo-ro {
		/*width: 104px;
	    height: 65px;*/
		width: 187px;
		height: 30px;
		left: 20px;
		top: 71px;
		opacity: 0;
		display: block;
		position: absolute;
		z-index: 10000000;
		background: url(../images/layout/hmra-no.svg);
		background-size: contain;
		background-repeat: no-repeat;
		text-indent: -9999px;
		-webkit-transition:
			width 0.3s,
			height 0.3s,
			left 0.3s,
			top 0.3s,
			opacity 0.3s ease-out 0.3s;
		-moz-transition:
			width 0.3s,
			height 0.3s,
			left 0.3s,
			top 0.3s,
			opacity 0.3s ease-out 0.3s;
		transition:
			width 0.3s,
			height 0.3s,
			left 0.3s,
			top 0.3s,
			opacity 0.3s ease-out 0.3s;
	}

	#tucked-logo-ro {
		width: 187px;
		height: 30px;
		left: 50px;
		top: 15px;
		background: url(../images/layout/hmra-ro.svg);
		background-repeat: no-repeat;
	}

	.tucked a#home-link:hover #tucked-logo {
		opacity: 0;
	}

	.tucked a#home-link:hover #tucked-logo-ro {
		opacity: 1;
	}
	.tucked .title {
		margin-top: 10px;
		height: 30px;
		margin-bottom: -4px;
		opacity: 0;
	}
	.tucked #tucked-logo {
		/*width: 68px;
	    height: 35px;*/
		left: 20px;
		top: 15px;
		opacity: 1;
	}
	.tucked #tucked-logo-ro {
		left: 20px;
	}
	nav {
		float: left;
		-webkit-transition: padding-top 0.3s;
		-moz-transition: padding-top 0.3s;
		transition: padding-top 0.3s;

		padding-left: 0px;
		display: block !important;
	}
	.tucked nav {
		padding-top: 0;
	}
	.tucked a#home-link {
		display: block;
		height: 35px;
	}
	nav a {
		font-size: 12px;
	}

	#project-nav {
		top: 170px;
		padding-left: 20px;
		font-size: 12px;
	}
	.tucked #project-nav {
		top: 90px;
	}

	#big-text {
		top: 200px;
		width: 660px;
		left: 50px;
	}
	#huge-text {
		position: absolute;
		bottom: 0px;
		vertical-align: bottom;
		color: white;
		text-transform: uppercase;
		font-size: 2.5em;
		line-height: 1.3em;
		font-weight: 500;
		z-index: 100;
		-webkit-font-smoothing: antialiased;
		background-color: transparent;
		font-size: 2.5em;
		left: 50px;
		width: auto;
		padding: 0;
	}
	.touch #huge-text {
		bottom: 20px;
	}
	#huge-text span {
		display: block;
	}
	#people #huge-text {
		/*color: #e27b1b;*/
	}
	#huge-text p {
		margin: 0.75em 0;
		padding: 0;
		width: 100%;
	}
	#home #huge-text {
		top: 200px;
		font-size: 4.25em;
		left: 50px;
	}
	#huge-text p.instruction {
		margin-top: -2.5em;
	}

	h3 {
		padding-top: 4.75em;
		margin-bottom: 1.5em;
	}
	#people #body-text h3,
	#body-text #the-firm h3 {
		padding-top: 2.5em;
	}
	#body-text p,
	#body-text #three-cols li {
		font-size: 1em;
		line-height: 1.7em;
	}

	#body-text .limited {
		background-color: #c6b8a4;
		position: relative;
		height: 400px;
	}
	#project-nav span.proj-name {
		margin-right: 0;
	}
	#inline-imgstrip .arrow {
		display: block;
	}
	#inline-imgstrip .holder {
		height: 550px;
	}

	#inline-imgstrip .holder .img {
		height: 550px;
	}
	#inline-imgstrip .holder .img img {
		height: 500px;
	}

	/* ============
    WIDE: Main
   ============ */

	.main article {
		float: left;
		width: 57%;
	}

	.main aside {
		float: right;
		width: 28%;
	}

	#grid .tile {
		float: left;
		width: 33.333333%;
		min-height: 20vw;
	}

	#grid.remainder-0 .clone1,
	#grid.remainder-0 .clone2,
	#grid.remainder-0 .clone3 {
		display: none;
	}

	#grid.remainder-1 .clone1,
	#grid.remainder-1 .clone2 {
		display: block;
	}
	#grid.remainder-1 .clone3 {
		display: none;
	}

	#grid.remainder-2 .clone1 {
		display: block;
	}
	#grid.remainder-2 .clone2,
	#grid.remainder-2 .clone3 {
		display: none;
	}

	.wrapper {
		/*width: 1026px; /* 1140px - 10% for margins *!/*/
		margin: 0 0 0 20px;
	}
	/*      #body-text .wrapper {
        padding-top: 400px;
    }  
*/

	.mobile-only {
		display: none !important;
	}

	#img-strip {
		position: absolute;
		top: 30px;
		bottom: 0px;
		left: 0;
		background-color: #ccc;
	}
	/*.touch #img-strip{
	top: 0px;
}*/

	#img-strip .img-holder {
		height: 100%;
		width: auto;
		float: left;
		clear: none;
		position: relative;
	}
	.touch #img-strip .img-holder {
		margin-right: 4px;
	}
	#img-strip img {
		/*height: 100%;
	width: auto;*/
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	#img-strip img.isLoaded {
		opacity: 0.35;
	}
	.touch #img-strip img.isLoaded {
		opacity: 1 !important;
	}
	#img-strip img.active {
		opacity: 1;
	}

	#architecture #img-bg img,
	#preservation #img-bg img {
		display: block;
	}
	#architecture #img-bg,
	#architecture .main,
	#preservation #img-bg,
	#preservation .main {
		background-color: #fff;
	}

	nav form {
		top: 7px;
		left: 52px;
	}
	nav form input {
		font-size: 0.75em;
		line-height: 1.7em;
	}

	nav a#tablet-search {
		display: inline-block;
	}
	#caption-holder,
	.caption {
		height: 20px;
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper {
		/*width: 1026px; /* 1140px - 10% for margins *!/*/
		margin: 0 0 0 50px !important;
	}
	nav {
		min-width: 950px;
		padding-left: 27px;
	}
	#tucked-logo,
	.tucked #tucked-logo,
	.tucked #tucked-logo-ro {
		left: 50px;
	}

	nav .dropdown {
		left: -323px;
	}
	nav li:first-child a {
		margin-left: 0;
		padding-left: 25px;
	}

	nav form {
		margin-left: 50px;
	}
	#project-nav {
		padding-left: 50px;
	}
	#grid {
		margin-top: 105px;
	}

	#inline-imgstrip {
		margin-left: -50px;
	}

	#img-1 .caption {
		padding-left: 50px;
	}
}

@media only screen and (min-width: 1060px) {
	nav form {
		margin-left: 0px;
	}
	nav li#nav-sub-search {
		display: inline-block;
		top: auto;
		right: auto;
		position: relative;
	}
	nav li#nav-sub-search a {
		opacity: 1;
	}
	nav a#tablet-search {
		display: none;
	}
}

@media only screen and (min-width: 1360px) {
	/* ===============
    Maximal Width
   =============== */

	#grid .tile {
		float: left;
		width: 25%;
		min-height: 15vw;
	}

	#grid.remainder-0 .clone1,
	#grid.remainder-0 .clone2,
	#grid.remainder-0 .clone3 {
		display: none;
	}

	#grid.remainder-1 .clone1,
	#grid.remainder-1 .clone2,
	#grid.remainder-1 .clone3 {
		display: block;
	}

	#grid.remainder-2 .clone1,
	#grid.remainder-2 .clone2 {
		display: block;
	}
	#grid.remainder-2 .clone3 {
		display: none;
	}

	#grid.remainder-3 .clone1 {
		display: block;
	}
	#grid.remainder-3 .clone2,
	#grid.remainder-3 .clone3 {
		display: none;
	}
	#body-text .wrapper,
	header.wrapper {
		width: 95%;
	}

	.title {
		float: left;
	}
	nav {
		left: 350px;
		padding-top: 65px;
		background-color: transparent;
		padding-left: 0;
	}
	nav a {
		padding-top: 18px;
	}
	nav > ul {
		max-height: 50px;
	}
	nav .dropdown {
		left: -350px;
	}
	.tucked nav .dropdown {
		top: 36px;
	}
	#project-nav {
		top: 130px;
	}
	.tucked #project-nav {
		top: 45px;
	}

	nav form {
		top: 10px;
	}

	.tucked a#home-link {
		display: block;
		float: left;
		width: 150px;
		height: 45px;
	}
	.people-wrapper {
		padding-top: 35px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
