@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamNarrow-Thin.otf');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamNarrow-Light.otf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamNarrow-Bold.otf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'GothamNarrow-Thin';
	src: url('fonts/GothamNarrow-Thin.otf');
}

@font-face {
	font-family: 'GothamNarrow-Light';
	src: url('fonts/GothamNarrow-Light.otf');
}

@font-face {
	font-family: 'GothamNarrow-Bold';
	src: url('fonts/GothamNarrow-Bold.otf');
}

@font-face {
	font-family: 'GothamNarrow-Book';
	src: url('fonts/GothamNarrow-Book.otf');
}

@font-face {
	font-family: 'GothamXNarrow-Book';
	src: url('fonts/GothamXNarrow-Book.otf');
}

@font-face {
	font-family: 'Gotham-Ultra';
	src: url('fonts/Gotham-Ultra.otf');
}

@font-face {
	font-family: 'GothamNarrow-Medium';
	src: url('fonts/GothamNarrow-Medium.otf');
}

@font-face {
	font-family: 'Gotham-Regular';
	src: url('fonts/Gotham-Regular.otf');
}


/* General Styles */
body {
	font-family: 'GothamNarrow-Book' !important;
	background-color: #FFF;
	padding-left: 55px;
}
html {
	font-size: 0;
}

#main {
	/*background-color: #EFEDEC !important;*/
	background-color: #FFF !important;
}


.align_right {
	text-align: right;
}

hr {
	border-top: 1px solid rgb(61, 61, 61);
}

.header{
	font-family: 'GothamNarrow-Book';
	font-size: 40px;
	line-height: 1.3em;
	}
h1, .h1{
	font-family: 'GothamNarrow-Book';
	font-size: 28px;
	line-height: 1.3em;
}
h2, .h2{
	font-family: 'GothamNarrow-Book';
	font-size: 22px;
	line-height: 1.3em;
}
h3, .h3{
	font-family: 'GothamNarrow-Book';
	font-size: 16px;
	line-height: 1.3em;
}
h4, .h4 {
	font-family: 'GothamNarrow-Book';
	font-size: 14px;
	line-height: 1.5em;
}
h5, .h5{
	font-family: 'GothamNarrow-Book';
	font-size: 12px;
	line-height: 1.3em;
}
h6, .h6{
	font-family: 'GothamNarrow-Book';
	font-size: 10px;
	line-height: 1.3em;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}
p, .p {
	font-size: 16px;
	line-height: 2em;
}

.p-2 {
	font-size: 12px;
	line-height: 2em;
}
.ultra{
	font-family: 'Gotham-Ultra';
	}
.bold{
	font-family: 'GothamNarrow-Bold';
}
.medium{
	font-family: 'GothamNarrow-Medium';
}
.light{
	font-family: 'GothamNarrow-Light';
}
.thin{
	font-family: 'GothamNarrow-Thin';
}
.no_padding_top {
	padding-top: 0 !important;
}
.no_padding_bottom {
	padding-bottom: 0 !important;
}
.bottom_fifty{
	padding-bottom: 50px !important;
}
.bottom_one{
	padding-bottom: 100px !important;
}
.top_one{
	padding-top: 100px !important;
}
.top_fifty{
	padding-top: 50px !important;
}
.bottom_thirty{
	padding-bottom: 30px !important;
	}
.top_thirty{
	padding-top: 30px !important;
}
.bottom_twenty{
	padding-bottom: 20px !important;
	}
.top_twenty{
	padding-top: 20px !important;
}
.bottom_ten{
	padding-bottom: 10px !important;
	}
.top_ten{
	padding-top: 10px !important;
}
.uppercase{
	text-transform: uppercase;
	}
.capital{
	text-transform: capitalize;
	}
.two_col {
	column-count: 2;
	column-gap: 50px;
}
.top_auto{
	margin-top: auto;
	}

input+button,
input+input[type="button"],
input+input[type="submit"] {
	padding: 1.75em 2em !important;
	margin-left: 1em !important;
}
input::placeholder, textarea::placeholder{
	font-size: 12px;
	}
input[type="checkbox"] {
	margin-left: 10px !important;
}
li>ul,
li>ol {
	margin-left: 0 !important;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'GothamNarrow-Book' !important;
}

.amColor1 {
	color: #3D3935;
}

.amColor2 {
	color: #D7D2CB;
}

.amColor3 {
	color: #847870;
}

.darkBrown {
	background-color: #3D3935;
}
div#project-fields:empty{
	display: none;
	}


/* Skeleton Screen Loading */

.shimmer:empty:after{
  	display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    animation: shimmer 1.5s infinite;
	z-index: 1;
	bottom: 0;
}
.shimmer.tumb_loading {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ccc;
}
div#projects_list .shimmer.tumb_loading {
    bottom: 0;
    z-index: 1;
    width: calc(100% - 30px) !important;
}
@keyframes shimmer{
  100% {
    transform: translateX(100%);
  }
}
.shimmer.header:empty{
	min-height: 38px;
	max-width: 100%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
	}
.shimmer.h1:empty{
	min-height: 34px;
	max-width: 100%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
	}
.shimmer.h2:empty{
	min-height: 30px;
	max-width: 40%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
	}
.shimmer.h3:empty {
    min-height: 20px;
    max-width: 50%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shimmer.h4:empty {
    min-height: 18px;
    margin-top: 10px;
    max-width: 50%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shimmer.h5:empty {
    min-height: 16px;
    max-width: 50%;
    background: #ccc;
    margin-top: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shimmer.h6:empty {
    min-height: 14px;
    max-width: 50%;
    background: #ccc;
    margin-top: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shimmer.two_col:empty,
.shimmer.overview:empty,
.shimmer.p-2:empty
{
	min-height: 180px;
	max-width: 100%;
    background: #ccc;
    width: 100%;
    position: relative;
    overflow: hidden;
}
img {
	position: relative;
    z-index: 1;
    }
.housing-large .shimmer.tumb_loading {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: #ccc;
}
.shimmer.tumb_img {
    position: absolute;
    z-index: 0;
    width: calc(100% - 30px);
    height: 100%;
    bottom: 0;
    background: #ccc;
    overflow: hidden;
}
.tumb_img_holder{
	min-height: 600px;
	}

/* CTA */

.underline_link {
	display: block;
	width: fit-content;
	position: relative;
	cursor: pointer;
}
subscribe,
body.microsites-template div#content div:not(.microsite_nav_window) a:not(.not_underline) {
	width: fit-content;
	position: relative;
	cursor: pointer;
}

.underline_link:after,
subscribe:after,
body.microsites-template div#content a:after {
	border-radius: 100px;
	border: 1px solid #D7D2CB;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	content: ' ';
	display: block;
	pointer-events: none;
	-ms-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
	transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
	-webkit-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1);
}
subscribe {
	cursor: pointer;
}
.underline_link:after,
subscribe:after,
body.microsites-template div#content div:not(.microsite_nav_window) a:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #D7D2CB;
	bottom: -4px;
	opacity: 0.8;
	left: 0;
	backface-visibility: hidden;
	pointer-events: none;
	animation: portSliderLine2 0.45s cubic-bezier(.15, .75, .5, 1) forwards;
}

.underline_link:after,
subscribe:after,
body.microsites-template div#content a:after {
	margin-top: 0;
	top: auto;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #D7D2CB;
	border-radius: 0;
	background-color: transparent!important;
	transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
	/* animation: none; */
	transform-origin: left;
	z-index: 1;
}
.underline_link:after {
	bottom: 0px;
	}
subscribe:after,
body.microsites-template div#content a:after {
	bottom: -5px;
}
#show-more .underline_link:after {
	border-bottom: 2px solid #fff;
}


footer .underline_link:after {
	border-bottom: 2px solid #D7D2CB;
}

footer .mapbox .underline_link:after {
	border-bottom: 2px solid #000;
}

.underline_link:hover:after,
subscribe:hover:after,
body.microsites-template div#content a:hover:after {
	animation: portSliderLine 0.45s cubic-bezier(.15, .75, .5, 1) forwards;
}

.expando-more-wrapper:hover .underline_link:after {
	animation: portSliderLine 0.45s cubic-bezier(.15, .75, .5, 1) forwards;
}

@keyframes portSliderLine {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}
	100% {
		transform: scaleX(1);
		transform-origin: left;
	}
}

@keyframes portSliderLine2 {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}



/* Home Page */
body.home .breadcrumbs {
	display: none;
}
body:not(.home) .icon-copy {
	display: none !important;
}
.home-excitement {
	font-size: 40px;
	font-family: 'GothamNarrow-Light';
	line-height: 1.5em;
	color: black;
}
.home-excitement img {
	cursor: pointer;
}
.home-excitement hr {
	margin-top: 7rem;
	border-top: 1px solid white;
	width: 40vw;
	position: relative;
	top: 75px;
}
.down-arrows-holder {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
	justify-content: center;
	position: relative;
	align-items: flex-end;
}
.down-arrows-holder a {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}




/*

#projects_list .projects_list_img{
	position: relative;
	z-index: 10;
	}
*/

.animatedfs_menu_list .afsmenu>li a {
	/*font-size: 20px !important; */
}

.animatedfsmenu .animatedfs_menu_list .afsmenu>li {
	line-height: inherit !important;
	font-size: 20px !important;
}

.animatedfsmenu .animatedfs_menu_list {
	width: 100% !important;
}

.entry .post-thumbnail .post-thumbnail-inner img {
	width: 20% !important;
	float: right;
	margin: 40px;
}

.page-header {
	margin-bottom: 10px !important;
}

.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments .site-header {
	/*display: none !important;*/
}

.splash-button-area {
	margin: 220px 70px 0px 0px !important;
}

.afsmenu_search .search_submit {
	color: #3D3935 !important;
}

.afsmenu_scroll {
	display: none;
}

.fa-search:before {
	color: black;
}

#page {
	/*margin-left: 100px;*/
	border-left: 0px solid #3D3935;
	/*   padding-bottom: 100px; */
}

.privacy-policy .entry-content,
.terms_block {
    padding: 100px 0;
}
.privacy-policy .entry-content p,
.terms_block p{
    padding-bottom: 20px;
}

.searchandfilter {
	margin-left: 20px;
}

@media (max-width: 767px) {
	#page {
		/*margin-left: 64px !important;*/
		/*max-width: 1900px;*/
	}
	.searchandfilter {
		margin-left: initial;
	}
}

@media (min-width: 1024px) {
	#page {
		/*margin-left: 100px !important;*/
		/*max-width: 100%;*/
		/*max-width: 1900px;*/
	}
	.searchandfilter {
		margin-left: initial;
	}
}

.searchandfilter li {
	float: left;
}

.searchandfilter label {
	display: contents !important;
	font-weight: normal !important;
}

.animatedfsmenu .navbar-toggler {
	height: 103% !important;
	/* width: 60px !important; */
	background-color: white;
	box-shadow: -2px 0px 10px 5px rgba(0, 0, 0, 0.22);
}

.animatedfsmenu__left {
	/*margin-top: -10px !important;*/
	/* caused menu to have gap at bottom ! */
}

.animatedfs_menu_list li>a:before,
.animatedfsmenu .navbar-toggler .bar {
	/*width: 17px !important;*/
	height: 33px !important;
}

.animatedfsmenu .navbar-toggler .bar {
	background: none !important;
}

.fieldTitle {
	/*font-weight: bold;*/
}

.projectName {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.projectResults {
	width: 100% !important;
	float: left;
}

.fieldValue {
	/*margin-bottom: 10px;*/
}

.discipline-description {
	/*column-count: 2;
  column-gap: 50px;*/
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	max-width: unset !important;
}

.keyword-title {
	font-weight: bold;
}

.keyword-name {}


/*.site-content {
  padding-top: 1em !important;
}*/

.navbar-collapse {
	/*overflow: scroll !important;*/
	/*height: 75% !important;*/
	/*border-bottom: 1px solid gray !important;*/
}

.pageLinks {
	clear: both;
	display: block;
	width: 100%;
}



.menuTitle {
	margin: 5px 0 -5px 0px !important;
}



.animatedfs_menu_list {
	left: 10px !important;
	/*margin: unset !important;*/
}

.animatedfsmenu.navbar-expand-md .navbar-collapse {
	margin-top: 0 !important;
	padding-left: 60px;
}
#contact-icon-overlay {
    width: 0px;
    background: rgba(0, 0, 0, 0);
    height: 0px;
    z-index: 0;
    display: none;
    position: absolute;
    cursor: pointer;
}
 




/*
*******************
* Brochure Styles
*******************
*/

.wp-block-image {
	margin-bottom: 0 !important;
}

.wrap {
	/*max-width: 95% !important;
    padding-right: .5em !important;*/
	padding-top: 0 !important;
}

@media screen and (min-width: 48em) .wrap {
	/*max-width: 95% !important;
    padding-left: .5em !important;
    padding-right: .5em !important;*/
}

.entry-header {
	display: none !important;
}

figure {
	margin: 0 !important;
}

.site-content {
	padding-top: 0em !important;
}

.screen-reader-text {
	display: none;
}

.larger-title {
	font-size: 1.8em;
}

.small-title {
	font-size: .7em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100% !important;
}

.architecture-title {
	margin-top: 2em !important;
	margin-bottom: 3em;
}

.we-awaken-sites {
	margin-bottom: 3em;
}

.housing-title {
	margin-top: 5em;
}




.copy-pad-left-double {
	padding-left: 4em !important;
	padding-top: 4em !important;
}

.social-navigation {
	padding-left: 4em !important;
	width: 100%;
}

.social-media-icons img {
	width: 33px;
	margin: 0 0 25px 0;
}

.gray {
	background-color: #efefef;
}

.narrow-text {
	padding: 1em 2em;
}

.narrow-text-2 {}

.wp-block-image img {
	/*width: 100% !important;*/
}

img,
video {
	height: auto;
	/*max-width: unset !important;*/
}

.wp-block-column {
	flex-basis: calc(50% - 20px) !important;
}

.wp-block-column:not(:first-child) {
	margin: 0 !important;
}


/*.wp-block-columns {
  margin-bottom: 0.5em !important;
}*/


/*
.wp-block-column:nth-child(2n) {
  margin-left: 10px !important
}*/

.reduced-bottom-margin {
	margin-bottom: .25em !important;
}

a {
	/*text-decoration: underline !important;*/
}

.home_bottom_wrapper {
	margin-bottom: 100px;
}

.home-pillar:first-child {
	padding-top: 60px;
}

.home-pillar {
	/*position: relative;*/
	/*left: calc(25%);
  top: calc(5%);*/
}

.headline {
	font-family: GothamNarrow-Bold;
	font-size: 28px !important;
	line-height: 1.5em;
	color: black;
}

.home-pillar .headline {
	padding: 30px 0;
}

.home-pillar a {
	color: #E8488B;
}

.sub-headline {
	line-height: 40px;
	color: black;
}




/*
* Parallax
*/



.container .row .parallax {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* Fix our parallax elements in position */

.parallax {
	position: absolute;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


/**
 * Position our elements
 *
 * Firstly we set our element position using `top`, `right`, `bottom`, `left`, then set your parallax movement using `margin` and `rem`.
 *
 * In this demo our 'base factor' is 50 (see JavaScript). Our 'factor' calculation never exceeds this number (when the viewport is fully scrolled), which means our `rem` calculations are based on this number.
 *
 * Example:
 *
 * If I set my `top` to `200px` and want this element to shift up by `400px`, our `rem` value is 400/10, or `-40em` (using negative margins to shift upwards).
 */

.one {
	top: 150px;
	margin-top: -10rem;
	left: 8%;
}

@media only screen and (max-width: 767px) {
	.one {
		display: block;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
}

.one.back {
	top: 175px;
	margin-top: -20rem;
	left: 5%;
}


/*
* End Parallax
*/

.our-disciplines,
#our-industries,
#our-expertise {
	line-height: 1.8em;
	/*font-size: 1.1em;*/
	/*padding-top: 60px;*/
	font-family: 'GothamNarrow-Book';
}

.our-disciplines-header,
.our-industries-header,
.expando-title,
.sub-title {
	line-height: 2em;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GothamNarrow-Book';
}

.pages-disciplines-header {
	line-height: 2em;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GothamNarrow-Book';
}

.our-industries-header {
	/*margin-top: 60px;*/
}

.industry {
	font-family: GothamNarrow-Bold;
}

#our-industries {
	font-family: 'GothamNarrow-Bold';
}

#our-expertise {
	/*margin-top: 100px;*/
	padding-bottom: 100px;
}

.pillar-copy {
	margin-bottom: 60px;
	line-height: 2em;
	font-size: 18px;
	/*font-family: 'GothamNarrow-Light';*/
	font-family: 'GothamNarrow-Book';
}


/*
.home .site-footer{
  top: 95vh;
}
*/

.site-footer {
	border: none !important;
	line-height: unset !important;
	margin-top: 0 !important;
	position: relative;
	/*top: 100vh;*/
}

.search .site-footer {
	top: 0;
}

#footer-block,
.footer-copywrite {
	/*display: flex;*/
	color: #D7D2CB;
	/*justify-content: space-between;*/
	line-height: 2.2em;
	/*padding-bottom: 30px !important;*/
}

#footer-block {
	padding: 60px 0 !important;
	font-size: 12px;
	margin: -25px 0;
}

.footer-title-header {
	text-transform: uppercase;
	font-family: GothamNarrow-Book;
}

.footer-sectors {
	font-family: GothamNarrow-Bold;
}

.search #footer-block {
	margin: unset;
}

#footer-block ul {
	list-style-type: none;
	padding: 0;
}

#footer-block a,
#footer-block a:hover {
	color: #D7D2CB;
	cursor: pointer;
	text-decoration: none;
}

#footer-column-1 {
	/*margin-left: 40px;*/
}

#footer-column-2 {
	/*display: flex;
    flex-direction: column;*/
}

#footer-column-3 {
	/*display: flex;*/
}

.foot-pink {
	color: #E8488B;
}

#city1,
#city2,
#city3 {
	/*display: flex;
    flex-direction: row;*/
	padding: 0;
}


/* See style-ankrommoisan-IE.css */

.home .site-footer {
	/*min-height: 975px;*/
}

.search .site-footer {
	/*min-height: 975px;*/
}

.site-footer .wrap {
	/*padding-bottom: 0 !important;*/
}

.footer-copywrite {
	/*display: flex;
  flex-direction: row;*/
	/*height: 100px;*/
}

.footer-copywrite img {
	/*height: 75px;*/
	width: 100px;
	margin: 0 -35px;
}

.copywrite-copy {
	align-self: center;
	font-size: 0.9em;
}

.copywrite-copy a {
	text-decoration: underline !important;
}

.wrap {
	/*padding-right: 0 !important;
  max-width: 100% !important;*/
}

.home-banner {
	background-color: #363330;
	color: #ffffff;
	color: #E8488B;
	margin-bottom: 20px;
	/*position: relative;*/
}

.home-banner-last {
	background-color: #363330;
	color: #ffffff;
	color: #E8488B;
	margin-bottom: 0px;
}

.home-banner svg {
	color: white;
}

.project-banner-column-1-header,
.project-banner-column-1-content {
	color: #E8488B;
	font-size: 20px;
	padding-top: 15px;
	width: 90%;
}

#footer-column-5 {
	font-size: 14px;
}

#font-column-1-header {
	font-size: 20px;
}

.project-banner-column-1-content {
	/*    margin-right: 35px;*/
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-right: 20px;
}

.project-banner-column-1 {
	/*padding: 20px 0px 0px 0px;*/
}

.project-banner-column-2 {
	/*padding: 60px 0px 0 0px;*/
	text-align-last: center;
}

.project-banner-column-2 img {
	width: 15px;
}

.project-banner-column-3 {
	/*margin: auto 25px;*/
}

.project-banner-column-4 img {
	width: 100%;
	/*height: 100%;*/
	padding: 0;
}

.row-align {
	align-items: center;
}

.project-banner-column-1-separator-small {
	width: 23%;
	background-color: #484440;
	height: 1px;
	left: -10px;
	position: relative;
	margin: 14px 0 0 0;
}

.project-banner-column-1-separator-large {
	width: 55%;
	background-color: #484440;
	height: 1px;
	left: -50px;
	position: relative;
	margin: 30px 0 0 0;
}

#ajax-posts {
	margin: 3% 0 0 9%;
}

@media screen and (min-width: 48em) {
	/*.wrap {
      padding-left: 0 !important;
      margin-left: 0 !important;
  }*/
}


/*
* Sector & Discipline Templates
*/

#market-sector-block{
	padding-bottom: 100px;
	}

#project-fields,
#project-info,
#project-keywords,
#project-keyword-categories {
	margin-left: 100px;
}

#project-fields {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#down-arrows-link {
	cursor: pointer;
}

.twentyseventeen-front-page.has-header-image .custom-header-media:before,
.twentyseventeen-front-page.has-header-video .custom-header-media:before,
.home.blog.has-header-image .custom-header-media:before,
.home.blog.has-header-video .custom-header-media:before {
	height: 0 !important;
}

.custom-header-media {
	margin-left: 100px;
}

#discipline-block {
	position: relative;
}

.sector-discipline-title {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: white;
	z-index: 10;
	font-size: 40px;
}


.sector-discipline-title.container:after,
.sector-discipline-title .container:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	width: 500vw;
	position: absolute;
	height: 130px;
	bottom: -30px;
	left: -100vw;
	z-index: -3;
	display: block;
}


.sector-discipline-title .architecture-discipline {
	font-family: GothamNarrow-Book;
}

.architecture-discipline {
	font-family: GothamNarrow-Book;
	font-size: 28px;
	line-height: 2em;
}



#architecture-people-blurb {
	position: absolute;
	z-index: 10000;
	width: 50%;
	/* color: white; */
	font-size: 12px;
	font-family: GothamNarrow-Book;
	top: 55vh;
}

#housing-people-blurb {
	/*position: absolute;*/
	/*padding-top: 25%;*/
	z-index: 10000;
	width: 75%;
	color: black;
	/*left: 10%;*/
	font-size: 12px;
	font-family: GothamNarrow-Book;
	position: absolute;
}

#employee-large {
	/*overflow: hidden;
  height: 100vh;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#employee-large img {
	/*width: 100%;*/
	height: 100vh;
	/*width: 100%;*/
	visibility: hidden;
}

#employee-position {
	font-size: 0.9em;
}

.architecture-blurb-name {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
	padding: 3%;
	/*color: white;*/
	z-index: 10000;
}

#housing-blurb-name {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
	padding: 3%;
	color: black;
	z-index: 10000;
}





.architecture-separator {
	width: 30%;
	height: 1px;
	background-color: #363330;
	margin: 15px 0 22px;
}

.architecture_top_title,
.housing_top_title,
.project_top_title {
	padding-top: 50px;
}

.lightbox-center {
	/*position: relative;*/
}

.architecture-separator-lightbox {
	/*width: 75vw;
  height: 1px;
  background-color: #d8d6d6;
  margin: 0 0 0 -15px;*/
	width: 15px;
	height: 1px;
	background-color: #d8d6d6;
}




#loader {
	padding-left: 10%;
}

.architecture-middle-section {
	padding: 10px 15px;
}

.architecture-middle-section-top-pad {
	padding-top: 60px;
}

.architecture-middle-section-bottom-pad {
	padding-bottom: 60px;
}

.architecture-middle-section-right-column {
	/*max-width: 492px;*/
}

.architecture-middle-section-right-4-block {
	padding-top: 15px;
	/*display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6%;*/
}

.architecture-middle-section-right-column wp-block-column,
.architecture-middle-section-right-column wp-block-image {
	flex-grow: 1;
}

.top-projects-image {
	/*margin-left: 8%;*/
}

.projects-found {
	position: absolute;
	margin-top: 40px;
	font-family: GothamNarrow-Book;
	font-size: 18px;
	color: #212529;
}
.people-found {
	position: absolute;
	margin-top: 85px;
	font-family: GothamNarrow-Book;
	font-size: 18px;
	color: #212529;
}

.big-two-projects {
	padding-top: 60px;
	padding-bottom: 60px;
	/*display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 8% 0;*/
}

.big-two-projects-1,
.big-two-projects-2 {
	overflow: hidden;
	/*margin-top: 60px;*/
}

footer {
	background-color: #363330;
	color: #D7D2CB;
	font-family: GothamNarrow-Book;
	font-size: 14px;
	line-height: 2em;
}

footer .ankrom_logo img {
	height: 90px;
	padding: 10px 0;
	width: auto;
}

.explore_more_wrapper {
	margin-bottom: 100px;
}



.explore_more_wrapper .singular-title p {
	margin: 10px 0;
	line-height: 1.5em;
	font-family: GothamNarrow-Bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.explore_more_nav {
	padding: 0 30px;
}



.singular-copy-more {
	padding-top: 0;
	line-height: 2em;
	font-size: 18px;
	font-family: 'GothamNarrow-Book';
}

.singular-copy-more ul {
	padding: 0;
}

.explore-more-things-divider-lighter {
	justify-content: center;
	background-color: #D1CCC4;
	/*color: #A19E9A;*/
	text-transform: uppercase;
	padding: 1% 0;
	/*font-size: .8em;*/
	margin: 3% 0;

}

.explore-more-things-divider {
	justify-content: center;
	background-color: rgb(54, 51, 48);
	color: white;
	text-transform: uppercase;
	display: flex;
	padding: 30px 0px;
	margin: 100px auto 50px;
	text-align: center;
}

.explore-3-image,
.explore-2-image,
.explore-1-image {
	padding-top: 0px !important;
}

.story-starter-divider {
	align-items: center;
	background-color: #363330;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	margin-bottom: 2em;
}

.story_starter_wrap .starter-center-cropped {
	min-height: 600px;
	background-position: center center;
	background-size: cover;
}

.starter-center-cropped img {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	/*background-color: #E8E5E1;*/
}

.story-starters {
	position: relative;
	/*top: 99vh;*/
}

/*
.ss-1Name,
.project-uppercase {
	font-family: 'GothamNarrow-Bold';
	text-transform: uppercase;
	font-size: 15px;
}
*/

.interior_pages .project-uppercase {
	font-family: 'GothamNarrow-Book';
	text-transform: capitalize;
	font-size: 15px;
}

span.bold {
	font-family: 'GothamNarrow-Bold';
}

.photographer_row {
	width: 100%
}

.housing-large-photographer.row {
	width: 100%;
	text-align: right;
	display: block;
}

.starterPhotographer-1,
.starterPhotographer-2,
.starterPhotographer-3,
.starterPhotographer-4,
.housing-large-photographer,
.full_width .photographer,
.level_two_projects .photographer,
#more-projects .photographer,
.architecture_square_projects .photographer,
.interior_square_projects .photograher,
.explore_more_wrapper .photographer {
	position: absolute;
	bottom: 10px;
	height: 18px;
	color: #fff;
	font-family: 'GothamNarrow-Medium';
	text-transform: uppercase;
	font-size: 9px;
	z-index: 3;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}

#more-projects .photographer,
.architecture_square_projects .photographer,
.interior_square_projects .photographer
{
	bottom: 10px;
	height: 10px;
}


/*
div#housing-template .architecture-discipline {
    display: none !important;
}
*/

div#housing-template .housing-large-photographer {
	bottom: 0px;
	height: 5px;
}

#more-projects .photographer,
.explore_more_wrapper .photographer {
	width: calc(100% - 30px);
}


/*
.housing-large-photographer {
    position: absolute;
    top: -38px;
    height: 18px;
    color: #fff;
    font-family: 'GothamNarrow-Medium';
    text-transform: uppercase;
    font-size: 9px;
    z-index: 3;
    width: 100%;
    text-align: right;
    padding-right: 50px;
}
*/

.starterPhotographer-1:before,
.starterPhotographer-2:before,
.starterPhotographer-3:before,
.starterPhotographer-4:before,
.full_width .photographer:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	height: 90px;
	width: 500vw;
	left: -100vw;
	display: block;
	position: absolute;
	bottom: -10px;
	z-index: -1;
}

.container .photographer:before,
.full_width .photographer:before,
#more-projects .photographer:before,
.architecture_square_projects .photographer:before,
.interior_square_projects .photographer:before,
.explore_more_wrapper .photographer:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	height: 90px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -10px;
	z-index: -1;
	left: 0;
}

.photographer-otb {
	position: absolute;
	bottom: 10px;
	height: 18px;
	color: #fff;
	font-family: 'GothamNarrow-Medium';
	text-transform: uppercase;
	font-size: 9px;
	z-index: 3;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}

.photographer-otb:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	height: 90px;
	width: 500vw;
	left: -100vw;
	display: block;
	position: absolute;
	bottom: -20px;
	z-index: -1;
}

.image-gallery-A .carousel-photographer,
.image-gallery-B .carousel-photographer,
.image-gallery-C .carousel-photographer,
.image-gallery-D .carousel-photographer,
.image-gallery-E .carousel-photographer {
	position: absolute;
	bottom: 10px;
	height: 30px;
	color: #fff;
	font-family: 'GothamNarrow-Medium';
	text-transform: uppercase;
	font-size: 9px;
	z-index: 3;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}

.text.carousel-photographer {
	padding: 0 !important;
	display: block;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	position: absolute;
	right: 10px;
	bottom: 0px;
}


/*.image-gallery-A .photographer:before, .image-gallery-B .photographer:before, .image-gallery-C .photographer:before, .image-gallery-D .photographer:before, .image-gallery-E .photographer:before {
    content: '';
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
    height: 60px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -23px;
    z-index: -1;
    left: 0;
}*/


/* Project Detail Slider */

.swiper-slide:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all .3s ease-in-out;
}

.swiper-wrapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	transition: all .3s ease-in-out;
}

.image-gallery-A {
	opacity: 0;
}

.swiper-container .swiper-pagination {
	color: #fff;
}

.row.title {
	padding: 20px 0 0;
	align-items: center;
}

.story_starter_wrap .container .row.d-none.d-lg-block {
	padding-bottom: 50px;
}



.ss1Description {
	margin-top: 20px;
}

.level_one_projects,
.level_two_projects {
	margin-bottom: 80px;
}



.bottom_fifty {
	padding-bottom: 50px;
}

#show-more {
	cursor: pointer;
	overflow: hidden;
}

.big-two-projects .project-images {
	/*display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;*/
}

#more-projects .project-images,
.more-projects-hidden .project-images {
	width: 100%;
}

#more-projects .verticalProjectSpacing,
.four-columns-more .verticalProjectSpacing,
#product-projects .verticalProjectSpacing {
	/*
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
*/
	/*justify-content: space-between;*/
	/*margin-bottom: 5%;*/
}

.verticalProjectSpacing a {
	display: block;
}

#product-projects .verticalProjectSpacing .story-arrows {
	/*margin-bottom: 100px;*/
	margin-top: 20px;
}

.architecture_square_projects .col-md-6,
.interior_square_projects .col-md-6,
.grid_project .verticalProjectSpacing {
	margin-bottom: 50px;
}

.architecture_square_projects a, .interior_square_projects a {
	position: relative;
}

#more-projects .more-projects-hidden {
	display: none;
}

.grid_project .project-headline,
.level_one_projects .project-headline,
.level_two_projects .project-headline {
	margin: 0;
	line-height: 2em;
	font-family: GothamNarrow-Bold;
	font-size: 20px;
	margin-bottom: 0;
}

.project_title_wrapper {
	padding-top: 10px;
	position: relative;
}

.center-cropped-big img {
	/*width: 450px;*/
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.disabled{
	pointer-events: none;
	color: #e3e3e3;
	}

.center-cropped img,
#more-projects .center-cropped-big img {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	/*background-color: #E8E5E1;*/
}
.explore_more_wrapper  .center-cropped img{
	height: 250px;
	}


.center-cropped-employee {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	height: 200px;
	justify-content: center;
	position: relative;
}

.center-cropped-employee img {
	height: 100%;
	object-fit: cover;
    width: 100%;
    object-position: top;
}
.center-cropped-employee img[src=""] {
   width: 0;
   height: 0;
}

#show-more img {
	width: 101%;
	/*height: 100%;*/
	height: auto;
}

.four-columns-more {
	padding-bottom: 20px;
}


.singular-copy-one {
	font-family: GothamNarrow-Book;
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
	text-decoration-color: rgb(33, 37, 41);
}

.singular-copy-two {
	font-size: .6em;
}

.singular-image img {
	width: 100%;
}

.title-container {
	margin: 15px 0 0;
	font-size: 1em;
	font-family: GothamNarrow-Medium;
	height: 15%;
}

.title-container-discipline {
	margin: 15px 0 0;
	font-size: 1em;
	font-family: GothamNarrow-Medium;
}

.title-container-name {
	max-width: 175px;
	margin: 10px 0 0 0;
}

.title-container-title {
	max-width: 175px;
	margin: 0 0 20px 0;
}

.project-uppercase {
	text-transform: uppercase;
}



.overview-container-architecture ul {
	list-style-type: none;
	padding: 0;
}

.big-two-projects-1-overview-container {
	margin-bottom: 20px;
}

.big-two-projects-1 {
	position: relative;
}

.architecture_square_projects .project-headline,
.interior_square_projects .project-headline,
.architecture_square_projects .overview-subhead,
.interior_square_projects .overview-subhead {
	text-transform: uppercase;
}

.overview-subhead {
	font-size: 26px;
	margin: 12px 0 0px;
	line-height: 1.5;
	font-family: GothamNarrow-Bold;
}

.four-columns-more .project-headline {
	margin: 0;
}

.four-columns-more .project-headline p {
	font-size: .9em;
	font-family: GothamNarrow-Book;
}


/*
* slideshow
*/

*:not(.no_box_size) {
	box-sizing: border-box
}


/* Fancybox */

.fancybox-container {
	width: calc(100% - 60px) !important;
	left: auto !important;
	right: 0 !important;
}

button.fancybox-button.fancybox-button--arrow_right:after {
	content: url(https://ankrommoisan.com/wp-content/themes/ankrommoisan-2017/assets/images/SVG/rightarrowsingle.svg);
	filter: invert(1);
}

button.fancybox-button.fancybox-button--arrow_left:after {
	content: url(https://ankrommoisan.com/wp-content/themes/ankrommoisan-2017/assets/images/SVG/rightarrowsingle.svg);
	filter: invert(1);
}

.fancybox-navigation .fancybox-button--arrow_left {
	padding: 31px 6px 31px 26px !important;
	transform: rotate(180deg);
}

button.fancybox-button.fancybox-button--arrow_right div,
button.fancybox-button.fancybox-button--arrow_left div {
	display: none;
}


/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.lSPager,
.lSGallery {
	/*display: none;*/
}


/*.lSSlideOuter .lSPager.lSpg{
text-align: center;
    position: absolute;
    top: 80vh;
    width: 100vw;
}*/


/*.lSAction a {
  width: 47px;
  display: block;
  height: 32px;
  background-color: #373430;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: 12px;
  transform: rotate(180deg);
  height: 50%;
  background-image: url(../images/arrow-right-white.svg);
  background-attachment: fixed;
  top: 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  left: 0 !important;
  background-position: 10% 70%!important;
}*/


/* Hide the images by default */

.mySlides {
	display: none;
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}


/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}


/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: none;
}


/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

.carousel-wrapper {
	/*height: 100vh;
  background-color:#3D3935;
  display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: center;*/
	/*justify-content: space-evenly;*/
	/*  justify-content: space-around;*/
	font-family: GothamNarrow-Book;
	/*background: #3D3935;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
}

.carousel-wrapper-white {
	font-family: GothamNarrow-Book;
	display: flex;
	flex-direction: column;
	align-items: center;
}


/*
.demo{
  padding: 0 !important;
}
*/

.carousel-copy {
	margin: 0 auto width: 80%;
	/*color: white;*/
	/*font-family: GothamNarrow-Light;*/
	font-family: GothamNarrow-Book;
}

.carousel-half-image {
	flex: none;
	/*height: 100vh;*/
}

.carousel-whole-image {
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
}

.carousel-slide {
	height: 50%;
	width: 80%;
}






.carousel-slide-0 {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100vh;
}

.carousel-slide-1 .carousel-copy .name,
.carousel-slide-3 .carousel-copy .name,
.carousel-slide-6 .carousel-copy .name {
	/*position: absolute;
  top: 30px;*/
	text-transform: uppercase;
	font-family: GothamNarrow-Light !important;
	font-family: Gotham-Regular;
	font-size: 2.5em;
}

.carousel-slide-1 .name {}

.carousel-slide-1 .carousel-copy .city,
.carousel-slide-3 .carousel-copy .city,
.carousel-slide-6 .carousel-copy .city {
	margin-top: 10px;
	font-size: 1em;
	text-transform: uppercase;
	font-family: GothamNarrow-Book;
}

.carousel-slide-1 .disciplineNameLabel,
.carousel-slide-6 .disciplineNameLabel {
	/*top: -35px;*/
	left: 0px;
}

.carousel-whole-image .overview {
	font-family: GothamNarrow-Book;
	font-weight: normal;
	margin-top: 44px;
	column-width: 18em;
	line-height: 2.4em;
}

.image-gallery-A .carousel-whole-image img {
	height: 100% !important;
	width: auto !important;
}

.carousel-whole-image img {
	/*height: 100vh;*/
	/*width: 100vw;*/
	position: relative;
}

.carousel-half-image img {
	height: 100vh;
}

.sector-title {
	font-family: GothamNarrow-Book !important;
}

.sector-value {
	font-family: GothamNarrow-Bold !important;
	text-transform: uppercase;
}

.discipline-title {
	font-family: GothamNarrow-Book !important;
	text-transform: uppercase;
}

.discipline-value {
	/*font-family: GothamNarrow-Book !important;*/
}

.product-title {
	font-family: GothamNarrow-Book !important;
	text-transform: uppercase;
	margin: 0;
}

.principal-title {
	font-family: GothamNarrow-Book !important;
}

.principal-value {
	font-family: GothamNarrow-Medium;
	margin: 0;
}


div#collapseDisciplineOverviewAny .fieldTitle.disciplineNameLabel,
div#collapseDisciplineOverviewAny .fieldTitle.discipline-sub-head {
	display: none;
}

.swiper-container-A .swiper-slide {
	pointer-events: none;
}
.project_title.header.uppercase.light:nth-child(+n+2) {
    display: none;
}

.swiper-container-A {
      width: 100%;
      height: 100vh;
      position: relative;
    }
    .swiper-container-B,
    .swiper-container-C,
    .swiper-container-D,
    .swiper-container-E {
      width: 100%;
      height: 500px;
      position: relative;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: auto;    
      }
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;      
}
          .swiper-container-A .swiper-slide a {
    pointer-events: none;
}

.swiper-pagination.swiper-pagination-fraction {
    font-size: 15px;
}

.name {
	/*position: absolute;
  top: -133px;*/
	font-family: GothamNarrow-Book !important;
	/*font-size: 1.3em;*/
	font-size: 2.3em;
}


.city {
	/*position: absolute;
  top: -111px;*/
	font-size: .8em;
}

.headline {
	/*position: absolute;*/
	/* top: -68px; */
	font-size: 2.5em;
	/*font-family: GothamNarrow-Bold !important;*/
	/* width: 160%; */
}

.project_title {
	bottom: 25px;
	left: 160px;
	position: absolute;
	color: #fff;
	z-index: 10;
	font-family: GothamNarrow-Light !important;
	text-transform: uppercase;
}


p#collapseProjectOverview {
	line-height: 2em;
	font-size: 18px;
	margin-top: 15px;
}

.carousel-wrapper .overview {
	font-family: GothamNarrow-Book;
	font-weight: normal;
	/* position: absolute; */
	top: 15px;
	/*column-count: 2;
  column-gap: 50px;*/
	line-height: 2em;
}


}
.discipline-description {
	/*display: flex;
  flex-direction: row;*/
	/*column-width: 350px;*/
	/*column-count: 2;*/
	/*column-gap: 50px;*/
	
	font-family: GothamNarrow-Light;
}
#housing-template {
	/*display: flex;
  flex-direction: row;
  justify-content: space-between;*/
}
#housing-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
}
.housing-blurb-copy {
	/*line-height: 2em;*/
	
	font-size: 1em;
	/* color: #C0C0C2; */
	/*position: absolute;
  top: 50%;
  width: 80%;*/
	
	font-family: GothamNarrow-Book;
	display: none;
	margin: 20px 0;
}
#module,
#moduleSS1,
#moduleSS2,
#moduleSS3,
#moduleSS4 #moduleProjectOverview,
#moduleProjectData,
#moduleDisciplineOverviewArc,
#moduleDisciplineOverviewInt,
#moduleDisciplineOverviewUrb,
#moduleDisciplineOverviewBra,
#moduleDisciplineOverviewAny {
	font-size: 1em;
	line-height: 1.5;
}
#moduleSS1,
#moduleSS2,
#moduleSS3,
#moduleSS4,
#moduleProjectOverview,
#moduleProjectData,
#moduleDisciplineOverviewArc,
#moduleDisciplineOverviewInt,
#moduleDisciplineOverviewUrb,
#moduleDisciplineOverviewBra,
#moduleDisciplineOverviewAny {
	padding: 5px 0;
	margin: 0;
}
#module #collapseExample.collapse:not(.show),
#moduleSS1 #collapseSS1.collapse:not(.show),
#moduleSS2 #collapseSS2.collapse:not(.show),
#moduleSS3 #collapseSS3.collapse:not(.show),
#moduleSS4 #collapseSS4.collapse:not(.show) {
	display: block;
	height: 0;
	overflow: hidden;
}
#moduleProjectOverview #collapseProjectOverview.collapse:not(.show) {
	display: block;
	height: 0;
	overflow: hidden;
}
#moduleProjectOverview #collapseProjectOverview.three_lines_vis.collapse:not(.show),
#moduleProjectOverview #collapseProjectOverview.three_lines_vis.collapse:not(.show) p {
	height: 125px;
	margin-bottom: 10px;
}
div#collapseProjectOverview.three_lines_vis_any.collapse:not(.show),
div#collapseProjectOverview.three_lines_vis_any.collapse:not(.show) .expando-set-discipline-text-A {
	display: block;
	height: 180px;
	overflow: hidden;
}
div#collapseProjectOverview.three_lines_vis_any.collapse:not(.show) .fieldTitle.discipline-sub-head {
	display: none;
}
div#collapseProjectOverview.three_lines_vis_any.collapse:not(.show) .expando-set-discipline-A .carousel-slide-3 {
	margin: 0 !important;
}
div#collapseProjectOverview.three_lines_vis_any.collapse:not(.show) .expando-set-discipline-text-A .carousel-slide-3 {
	margin-top: 10px;
}
#moduleProjectOverview #collapseProjectOverview.three_lines_vis.collapse:after,
div#collapseProjectOverview.three_lines_vis_any.collapse:after {
	content: '...';
	display: block;
	position: relative;
	bottom: 34px;
	background: #fff;
	letter-spacing: 0.1em;
	right: 0;
	left: auto;
	margin-left: auto;
	display: block;
	font-family: 'GothamNarrow-Book';
	font-size: 20px;
	color: #000000;
	z-index: 100;
}
.expando-set-discipline-text-A .two_col {
column-count: 1;
column-gap: 0;
}
div#collapseProjectOverview.three_lines_vis_any.collapse:after {
	bottom: 55px;
}
#moduleProjectOverview #collapseProjectOverview.three_lines_vis.collapse.show:after,
div#collapseProjectOverview.three_lines_vis_any.collapse.show:after {
	display: none;
}
.border_top>.row:first-child .story-starter-1-href{
	border-top: 1px solid;
}
#moduleProjectData #collapseProjectData.collapse:not(.show) {
	display: block;
	height: 0;
	overflow: hidden;
}
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.collapse:not(.show),
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.collapse:not(.show),
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.collapse:not(.show),
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.collapse:not(.show),
#moduleDisciplineOverviewAny #collapseDisciplineOverviewAny.collapse:not(.show) {
	display: block;
	height: 120px;
	overflow: hidden;
}
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline.collapse:not(.show),
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline.collapse:not(.show),
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline.collapse:not(.show),
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline.collapse:not(.show) {
	display: block;
	height: 790px;
	overflow: hidden;
}
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline.collapse:not(.show) .expando-set-discipline-text-B,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline.collapse:not(.show) .expando-set-discipline-text-C,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline.collapse:not(.show) .expando-set-discipline-text-D,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline.collapse:not(.show) .expando-set-discipline-text-E {
	height: 100px;
	position: relative;
	overflow: hidden
}
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline .content_block:after,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline .content_block:after,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline .content_block:after,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline .content_block:after {
	content: '. . .';
	display: block;
	position: relative;
	bottom: 0px;
	font-family: 'GothamNarrow-Book';
	font-size: 20px;
	color: #969696;
	z-index: 100;
}
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline.collapse:not(.show) .content_block p,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline.collapse:not(.show) .content_block p,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline.collapse:not(.show) .content_block p,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline.collapse:not(.show) .content_block p {
    width: 50%;
	column-count: 1;
	column-gap: 0px;
    }
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline.collapse.show .content_block p,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline.collapse.show .content_block p,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline.collapse.show .content_block p,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline.collapse.show .content_block p {
    width: 100%;
	column-count: 2;
	column-gap: 50px;
    }
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.addon_nodiscipline.show:after,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.addon_nodiscipline.show:after,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.addon_nodiscipline.show:after,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.addon_nodiscipline.show:after {
	display: none;
}
/*
#module #collapseExample.collapsing,
#moduleSS1 #collapseSS1.collapsing,
#moduleSS2 #collapseSS2.collapsing,
#moduleSS3 #collapseSS3.collapsing,
#moduleSS4 #collapseSS4.collapsing,
#moduleProjectOverview #collapseProjectOverview.collapsing {
	height: 3em;
}
#moduleProjectData #collapseProjectData.collapsing {
	height: 8em;
}
*/
/*
#moduleDisciplineOverviewArc #collapseDisciplineOverviewArc.collapsing,
#moduleDisciplineOverviewInt #collapseDisciplineOverviewInt.collapsing,
#moduleDisciplineOverviewUrb #collapseDisciplineOverviewUrb.collapsing,
#moduleDisciplineOverviewBra #collapseDisciplineOverviewBra.collapsing,
#moduleDisciplineOverviewAny #collapseDisciplineOverviewAny.collapsing {
	height: 6em;
}
*/
#module a.collapsed::after,
#moduleSS1 a.collapsed::after,
#moduleSS2 a.collapsed::after,
#moduleSS3 a.collapsed::after,
#moduleSS4 a.collapsed::after,
#moduleProjectOverview a.collapsed::after,
#moduleProjectData a.collapsed:not(.notExpando)::after,
#moduleDisciplineOverviewArc a.collapsed:not(.notExpando)::after,
#moduleDisciplineOverviewInt a.collapsed:not(.notExpando)::after,
#moduleDisciplineOverviewUrb a.collapsed:not(.notExpando)::after,
#moduleDisciplineOverviewBra a.collapsed:not(.notExpando)::after,
#moduleDisciplineOverviewAny a.collapsed:not(.notExpando)::after {
	content: url(assets/images/SVG/expand.svg);
}
#module a:not(.collapsed)::after,
#moduleSS1 a:not(.collapsed)::after,
#moduleSS2 a:not(.collapsed)::after,
#moduleSS3 a:not(.collapsed)::after,
#moduleSS4 a:not(.collapsed)::after,
#moduleProjectOverview a:not(.collapsed)::after,
#moduleProjectData a:not(.collapsed):not(.notExpando)::after,
#moduleDisciplineOverviewArc a:not(.collapsed):not(.notExpando)::after,
#moduleDisciplineOverviewInt a:not(.collapsed):not(.notExpando)::after,
#moduleDisciplineOverviewUrb a:not(.collapsed):not(.notExpando)::after,
#moduleDisciplineOverviewBra a:not(.collapsed):not(.notExpando)::after,
#moduleDisciplineOverviewAny a:not(.collapsed):not(.notExpando)::after {
	content: url(assets/images/SVG/minimize.svg);
}

#collapseProjectOverview .expando-set-discipline-A .h2 {
height: 0;
overflow: hidden;
padding: 0 !important;
}
#collapseProjectOverview.show .expando-set-discipline-A .h2 {
height: auto;
overflow: visible;
padding: auto !important;
}

/*
#moduleProjectOverview p.overview{
	display: inline;
	}
*/
.remove_continue_dots {
	width: 0;
	position: absolute;
	visibility: hidden;
}

/* Home projects styles */
.row.title .ss1Description,
.row.title .ss2Description,
.row.title .ss3Description,
.row.title .ss4Description {
	line-height: 2em;
	font-size: 18px;
}

.col_small,
div#moduleProjectData .col_small {
	font-size: 15px;
}
.col_big,
div#moduleProjectData .col_big {
	font-size: 18px;
}

.sector-value {
	font-family: 'GothamNarrow-Bold';
}
.fieldValue.discipline-value a {
	display: block;
	margin: 0;
	font-family: GothamNarrow-Book !important;
	font-size: 15px;
}
.dowload_pdf a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	font-size: 15px;
}
.dowload_pdf a img {
	height: 32px;
	padding: 0 10px 5px 0;
}
/*
div#search-block {
	margin-top: 80px;
}
*/
div#search-block-otb {}
.container.otb {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
#big1,
#big2 {
	font-size: 1em;
	line-height: 1.5;
}
#big1 #collapseBig1 .collapse:not(.show),
#big2 #collapseBig2.collapse:not(.show) {
	display: block;
	height: 3em;
	overflow: hidden;
}
#big1 #collapseBig1.collapsing,
#big2 #collapseBig2.collapsing {
	height: 3em;
}
#big1 a.collapsed::after,
#big2 a.collapsed::after {
	content: url(assets/images/SVG/expand.svg);
}
#big1 a:not(.collapsed)::after,
#big2 a:not(.collapsed)::after {
	content: url(assets/images/SVG/minimize.svg);
}
#collapseSS1,
#collapseSS2,
#collapseSS3,
#collapseSS4 {
	/*width: 70vw;*/
}

/*
.home .story-arrows {
  margin: 0 0 55px;
}
*/
.housing-blurb-copy-reiterate {
	/*line-height: 1.8em !important;
  top: 32% !important;*/
}
.housing-large {
	/*width: 100%;
  height: 100vh;
  overflow: hidden;*/
	
	background-repeat: no-repeat;
	/*background-position: center;
  background-size: cover;*/
	
	background-size: contain;
}
.housing-large img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.housing-large-reiterate img {
	/*height: 400px !important;*/
}
.singular-copy-more li {
	list-style-type: none;
}
.header-logo {
	position: absolute;
	top: -162px;
	right: 36%;
}
#wp-custom-header-video-button {
	display: none;
}
.housing-centered {
	position: absolute;
	top: calc(45vh + -3px);
	height: 1px;
	width: 80%;
	margin: 0;
}
.housing-centered-reiterate {
	/*top: 26%;*/
}
.architecture-centered {
	/*position: absolute;
  top: 48vh;*/
}

/*
* Video & Overlay 
*/
.remove{
	left: -1550px;
	}

.explore_more_link {
	display: block;
}
/*
.video-large,
.story_starter_wrap .col-xl-12 .row .col-xl-12,
.person-container .center-cropped-employee,
.my-image-gallery-holder,
.verticalProjectSpacing.verticalProjectSpacing-architecture,
.explore_more_wrapper .explore_more_link,
.big-two-projects-2-image,
.big-two-projects-1-image,
.housing-large {
	background-color: #fff;
	background-image: url(assets/images/Ripple-1.6s-200px.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
*/

.big-two-projects-1-image,
.big-two-projects-2-image{
	position: relative;
	}

.story_starter_wrap .d-xl-block.col-xl-12 .story_image{
/*
	background-color: #fff;
	background-image: url(assets/images/Ripple-1.6s-200px.gif);
	background-repeat: no-repeat;
	background-position: center center;
*/
	position: relative;
	}
	
.down-arrows-wrapper {
	color: #fff;
	/* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.1) 60%, rgba(255,255,255,0) 100%); */
	
	width: 100%;
	height: 200px;
	padding: 5px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	overflow: hidden;
	text-align: center;
}
.expando-more span,
.expando-less span {
	color: #000;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	overflow: hidden;
}
.social-media-icons a {
	background: #D7D2CB;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	overflow: hidden;
	margin: 5px;
}
.social-media-icons a i {
	color: #363330;
	font-size: 20px;
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.story-arrows a,
.story-arrows-architecture a {
	width: 100%;
	display: block;
}
.story-arrows a span,
.story-arrows-architecture a span {
	color: #000;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	text-align: center;
	line-height: 40px;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	overflow: hidden;
}
.down-arrows-holder a img {
	font-size: 30px;
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px auto;
	line-height: 40px;
	filter: invert(1);
}
.expando-more span img,
.expando-less span img {
	font-size: 30px;
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 40px;
}
.story-arrows a img,
.story-arrows-architecture a img {
	display: block;
	font-size: 40px;
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	width: 40px;
	height: 39px;
	line-height: 40px;
}
.social-media-icons a i {
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
}
.story-arrows a img,
.story-arrows-architecture a img {
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
}
.expando-more span:hover img,
.expando-less span:hover img,
.four-columns-more .d-md-block .row:hover .container .story-arrows a img,
.story-arrows a:hover img,
.story-arrows-architecture a:hover img,
.architecture_square_projects .verticalProjectSpacing:hover a img,
.interior_square_projects .verticalProjectSpacing:hover a img,
.level_two_projects:hover .project_title_wrapper a img,
.verticalProjectSpacing:hover .project_title_wrapper a img,
.explore_more_wrapper .col-3:hover .project_title_wrapper a img,
.social-media-icons a:hover i {
	-webkit-transform: translate(0, 0px)!important;
	transform: translate(0, 0px)!important;
}
.down-arrows-holder a:hover img {
	-webkit-transform: translate(0, 0px)!important;
	transform: translate(0, 0px)!important;
}
.down-arrows-holder a img {
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
}
.expando-more span img,
.expando-less span img {
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
}
@keyframes down_arrow_bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-14px);
	}
	
	60% {
		transform: translateY(-7px);
	}
}
.down-arrows {
	/*position: absolute;*/
	/* top: -750px; */
	/*bottom: 35px;
  margin: 0 0 0 -16px;*/
	
	width: 66px;
}
.close-scroll-down {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.filter-green {
	filter: brightness(0) invert(1);
}
.make-scroll-down {
	position: absolute;
	top: 30px;
	right: 90px;
	cursor: pointer;
	filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}
.overlay_close {
	display: none;
	position: fixed;
	top: 60px;
	right: 30px;
	width: 30px;
	filter: brightness(0) invert(1);
}
#collapseProjectExample1,
#collapseProjectExample2,
.big-two-projects-1-accordion,
.big-two-projects-2-accordion {
	z-index: 9;
	background-color: white
}
.overlay {
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	width: 100%;
	will-change: transform;
	height: 100vh;
}
div#video-no-blur video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div#video-no-blur {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.video-large {
	height: 100vh;
}
.fluid-width-video-wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100vh;
	max-width: 1900px;
}
.overlay-content {
	/*overlay: contains the copy & logo*/
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
}
.overscroll-page {
	position: relative;
}
.craft,
.place,
.longevity,
.designers,
.we-are {
	margin-bottom: 25px;
}
.relative-inside {
	position: relative;
	padding: 15vh 0;
	display: flex;
	align-items: flex-start;
}
.newDisciplinesMoved {
	padding-top: 20vh;
}
.square-logo {
	visibility: initial;
}
.square-logo-2 {
	margin: 22px -180px 0 0;
}
.square-logo img,
.square-logo-microsites img,
.square-logo-2 img {
	width: 150px;
	height: 150px !important;
}
.container.square-logo,
.container.square-logo-microsites {
	position: fixed;
	z-index: 99;
	top: 0;
	color: black;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.container.square-logo .row,
.container.square-logo-microsites .row {
	float: right;
}
.square-logo img.hide,
.square-logo-microsites img.hide {
	top: -250px;
	transition: all .2s ease-in-out;
}


/* Breadcrumbs */
.breadcrumbs {
	position: fixed;
	top: -100px;
	z-index: 10;
	left: 60px;
	background: #00000073;
	width: 100%;
	display: flex;
	color: #fff;
	font-family: GothamNarrow-book !important;
	flex-wrap: wrap;
	padding: 10px 30px;
	font-size: 12px;
	transition: all .3s ease-in-out;
}
.breadcrumbs .breadcrumbs-sector{
	text-transform: uppercase;
}
.breadcrumbs-sector br {
    display: none;
}



.entry-content,
.background-fill,
.home-pillar:first-child {
	/*background-color: #EFEDEC !important;*/
	/*background-color: #FFF !important;*/
}
.bar {
	transition: all ease-in-out .6s;
	color: white;
	/*width: 235px;*/
	
	width: 60px;
	display: flex !important;
	/*align-items: center;*/
	
	padding: 0px 10px;
	/*margin: 8px !important;*/
}
.bar div {
	margin-left: 80px;
	font-size: 20px;
	padding-top: 12px;
	position: absolute;
	width: 250px;
	text-align: left;
	cursor: pointer;
	font-family: GothamNarrow-Light;
	pointer-events: all;
}

/*
.wpcf7 .screen-reader-response {
    clip: inherit !important;
    height: auto;
    width: 100%;
    font-size: 14px;
    color: #feb902;
    bottom: -30px;
    z-index: 10;
}
*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
    border-color: #ffb900;
    border-width: 4px 0 0 0;
    font-size: 14px;
    padding: 10px 0;
}

#home-icon .icon-copy,
#contact-icon .icon-copy {
	font-size: 17px;
}
#home-icon .icon-copy,
#contact-icon .icon-copy,
#menu-icon .icon-copy {
	text-shadow: 0 0 3px #00000078;
}
#home-icon img,
#contact-icon img {
	width: 33px;
}
#contact-icon {
	flex-direction: column;
}
.icon-copy {
	pointer-events: none;
}
.icon-copy:home {
	display: none;
}
.center-to-center {
	font-family: Gotham-Ultra;
	font-size: 26px;
	line-height: 2em;
	margin-bottom: -2px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.center-to-center-title {
	font-family: GothamNarrow-Book;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 2em;
	margin-left: 0 0 0 17%;
}
.right-to-center {
	font-size: .9em;
	line-height: 2.5em;
	font-family: GothamNarrow-Bold;
	align-items: flex-end;
	display: flex;
}
.smallRight {
	font-family: GothamNarrow-Bold;
	font-size: 1.5em;
	align-items: baseline;
	margin-top: -3px;
}
.smallerLine {
	font-size: 0.6em;
	margin-top: -1em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00000000;
    height: 100px;
    color: #989797;
    font-size: 16px;
    text-align: center;
    margin: 0px 0;
    padding: 10px 20px;
}

/*
* Story Starters
*/
.story-image img {
	width: 94%;
	padding: 0 0px 0 10px;
}
.padding-image-left {
	padding-left: 3%;
}
.padding-image-right {
	padding-right: 3%;
}
.story-title {
	/*font-size: 1.2em;*/
	
	font-family: GothamNarrow-Book;
	padding: 15px 0 0 0;
}
.story-blurb {
	padding: 0px 25px 5px 25px;
	font-size: .9em;
}
.story-arrows {
	filter: brightness(0.5);
	margin: 5px 0 10px;
}
.story-arrows-architecture {
	/*transform: rotate(270deg);
    margin-bottom: 150px;
    margin-top: -50px;
    margin-left: -10px;*/
	
	filter: brightness(0.5);
	margin: 20px 0 5px;
}
.story-arrows img {
	width: 33px;
}
.story-arrows-architecture img {
	width: 33px;
}
.home-banner-vertical {
	padding: 0;
}
.expando-one,
.expando-two {
	width: 33px;
	cursor: pointer;
	margin: 10px 0 10px -5px;
}
.story_starter_wrap .expando-new {
	padding: 0 0 20px;
}
.expando-new {
	width: 35px;
	cursor: pointer;
	display: block;
	padding: 20px 0;
	left: -5px;
    position: relative;
}
.expando-one-section,
.expando-two-section {
	display: none;
	/*color: #E8488B;*/
	
	margin-top: 15px;
/* 	height: 500px; */
}
.expando-section-expanded {
	transform: scaleY(100);
}
.expando-more-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}
.expando-more {
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
}
.expando-less {
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
}
.expando-more-holder {
	background-color: #E8E5E1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.expando-more-holder .expando-more,
.expando-more-holder .expando-less {
	/*height: 55px;*/
	
	text-align: center;
}
.expando-more-holder .expando-more img,
.expando-more-holder .expando-less img {
	visibility: visible;
}
.expando-more-copy {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*
* Cropping experiments
*/
.image-grid img {
	/*height: auto;
    max-width: 100%;*/
	
	width: auto;
}
.image-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 35px;
	max-width: 920px;
}
.svg-image-grid {
	clear: both;
	margin: 0 auto 35px;
	max-width: 920px;
	overflow: hidden;
	position: relative;
}

/** Screen readers only class from Bootstrap */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

/** Actual code examples */

/** Background */
.image-bg {
	background-position: center center;
	background-size: cover;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5px;
	width: calc(25% - 10px);
}
.image-bg-placeholder {
	height: 100%;
	/*visibility: hidden;*/
	
	width: 100%;
}

/** Object-fit */
.image-fit {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5px;
	position: relative;
	width: calc(25% - 10px);
}
.image-fit-placeholder {
	height: 100%;
	/*visibility: hidden;*/
	
	width: 100%;
}
.image-fit-img {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/** Absolute positioning */
.image {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5px;
	overflow: hidden;
	position: relative;
	width: calc(25% - 10px);
}
.image-placeholder {
	height: 100%;
	visibility: hidden;
	width: 100%;
}
.image-img {
	left: 50%;
	max-height: 150%;
	max-width: 177%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** SVG */
.image-svg {
	float: left;
	margin: 5px;
	padding-bottom: calc(25% - 10px);
	position: relative;
	width: calc(25% - 10px);
}
.image-svg svg {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/** Responsive grid */
@media (max-width: 480px) {
	.image,
	.image-fit,
	.image-bg,
	.image-svg {
		width: calc(50% - 10px);
	}
	
	.image-svg {
		padding-bottom: calc(50% - 10px);
	}
}
#results-block {
	/*display: none;*/
}

/* .reiterate-description {
    padding-top: 25px;
    padding-bottom: 120px;
  }
  .reiterate-description h2{
    font-size: 1.5em;
  }
  .reiterate-image {
    padding-top: 60px;
  }
  .reiterate-title{
    text-transform: uppercase;
    font-size: 3em;
    font-family: GothamNarrow-Bold;
    padding-top: 30px;
  }*/
.social-navigation {
	display: none;
}
.housing-reiterate {
	/*margin-top: 80px;
    margin-bottom: 80px;*/
}

/*
* Mapbox
*/
.accordion {
	margin: 30px 0 0 0;
	border-top: 1px solid;
}
.mapbox {
	background-color: #D1CCC4;
	color: black;
	margin-left: 0;
	position: relative;
	line-height: 1.9em;
	overflow: hidden;
}
.mapbox-copy-wrapper {
	padding: 28px 50px;
	width: 30vw;
}
#city1,
#city2,
#city3 {
	/* width: 100vw;*/
	/*text-decoration: underline;*/
}
.card-body {
	padding: 0 !important;
}
.leaflet-container .leaflet-control-attribution {
	display: none;
}
.location-title {
	font-size: 1.6em;
	padding-bottom: 10px;
}
.location-title-2 {
	font-family: GothamNarrow-Bold;
	font-size: 14px;
	padding: 0;
}
.location-contact-name {
	font-family: GothamNarrow-Book;
	font-size: 18px;
	padding: 10px 0 0;
}





/* Team Page */
.person-container {
	padding-bottom: 50px;
	display: flex;
flex-flow: column nowrap;
}
#peopleSearch .row {
	padding: 100px 0 100px;
}

.meet-our-people-blurb {
	font-size: 27px;
	line-height: 2em;
	font-family: GothamNarrow-Book;
}
.talk-to-us-copy {
	line-height: 2em;
	font-family: GothamNarrow-Book;
	font-size: 16px;
}
.product-type {
	font-family: GothamNarrow-Bold;
	padding-bottom: 10px;
}
.product-type-headline {
	font-size: 1.2em;
	padding-bottom: 10px;
}
.product-type-description {
	font-size: .8em;
	/*padding-bottom: 10px;*/
}
.product-type-project-title {
	font-family: GothamNarrow-Bold;
	/*padding-bottom: 10px;*/
}

/*
* Animations
*/
.floating2 {
	animation-name: floating2;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes floating2 {
	from {
		transform: translate(0, 0px);
	}
	
	65% {
		transform: translate(0, 25px);
	}
	
	to {
		transform: translate(0, -0px);
	}
}
.pulse {
	-webkit-animation-duration: 6.5s !important;
}
.slide-7-format {
	display: flex;
	/*flex-direction: row;*/
	
	flex-direction: column;
}
.slide-7-format a {
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	/*background: url(//data.openasset.com/bf39d439/35c4745…/161820_N10_jpg/161820_N10_medium.jpg);*/
	
	background-position: center;
	background-repeat: no-repeat;
	/*margin: 0 20px 0 0px;*/
	/* removed when add-discipline squares lost their photos */
}
.slide-7-format img {
	height: 275px;
	/*padding: 0px 0 0 20px;*/
}
.arc,
.int,
.urb,
.bra {
	/*width: 200px;*/
	/*width: 25vw;*/
}
.arc-empty,
.int-empty,
.urb-empty,
.bra-empty {
	font-family: GothamNarrow-Book;
	color: #3D3935;
	font-size: 1em;
	position: relative;
	background: #ffffff08;
	display: flex;
	/*margin: 0px 0 0 20px;*/
	
	flex-direction: column;
	justify-content: flex-end;
	top: 0px;
	align-items: center;
	/*padding-left: 20px;*/
}
.arc div,
.arc-empty div,
.int div,
.int-empty div,
.urb div,
.urb-empty div,
.bra div,
.bra-empty div {
	/*position: absolute;
  font-family: GothamNarrow-Bold;
  align-self: center;
  color: white;
  font-size: 1.5em;
  top: 100px;
  left: 50px;*/
	
	font-family: GothamNarrow-Book;
	color: #3D3935;
	font-size: 1em;
	/*position: relative;*/
	/* removed when add-discipline blocks lost their photos */
	/*top: 0%;*/
	/* removed when add-discipline blocks lost their photos */
	
	background: #E8E5E1;
	/*background: aliceblue;*/
	/* altered when add-discipline blocks lost their photos */
	/* width: 87%; */
	/*text-align: center;*/
	/* removed when add-discipline blocks lost their photos */
	/*margin: 0 20px 0;*/
	
	width: 100%;
	/* added when add-discipline blocks lost their photos */
	
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
}
.arc-invisible,
.int-invisible,
.urb-invisible,
.bra-invisible {
	visibility: hidden;
}
.add-discipline-label {
	/* margin: 0 !important; */
	/* padding: 0; commented out when add-discipline blocks lost their photos */
	/*text-align: left !important; commented out when add-discipline blocks lost their photos */
	
	padding: 10px !important;
	/* added when add-discipline blocks lost their photos */
	
	background: white !important;
}
.svg-more {
	/*position: relative;*/
	/*width: 12%;*/
	
	margin-right: 5px;
	/*top: -25vh;
  text-align: center;
  justify-content: center;
  left: 60px;
  filter: invert(1);*/
	
	width: 33px;
	margin-right: 5px;
	height: 100px;
}
.add-discipline {
	display: flex;
	flex-direction: row;
	padding: 5px;
}
.add-discipline-icon-holder {
	background: #8080806b;
	padding: 10px !important;
}
.urb-empty svg,
.bra-empty svg,
.int-empty svg,
.arc-empty svg {
	filter: invert(0.4);
}
.image-gallery-final-slide {
	/*margin-bottom: 60px; // causes separation between initial slides and injected subsequent slides*/
	
	background: #3D3935;
}
.image-gallery-final-slide1,
.image-gallery-final-slide2 {
	padding: 0;
	background: #3D3935;
}
.gallery-box {
	margin: 60px 0 0 0;
}
.carousel-image-0,
.carousel-image-1,
.carousel-image-2,
.carousel-image-3,
.carousel-image-4,
.carousel-image-4-inside {
	/*height: 700px !important;*/
	/*width: 70vw;*/
	/*width: 100%;*/
	/*height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;*/
}
.carousel-slide-4 img,
.carousel-image-4 img {
	/*height: 60vh;*/
	/*width: 100%;*/
	/*margin-right: 30px;*/
}
.lSSlideWrapper {
	/*overflow: visible !important;*/
}

/*
.lslide {
  width: auto !important;
}
*/
.active {
	opacity: 1;
}
.image-gallery-A {
	/*
  display: flex;
  flex-direction: row;
*/
	/*align-items: center;*/
	/*background: #3D3935;*/
	/*   height: 100vh !important; */
}
.image-gallery-B,
.image-gallery-C,
.image-gallery-D,
.image-gallery-E,
.image-gallery-1,
.image-gallery-2,
.image-gallery-3,
.image-gallery-4,
.image-gallery-5,
.image-gallery-6,
.image-gallery-7,
.image-gallery-8 {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: unset;
	/*background: #3D3935;*/
}
.image-gallery-B .carousel-whole-image,
.image-gallery-C .carousel-whole-image,
.image-gallery-D .carousel-whole-image,
.image-gallery-E .carousel-whole-image {
	height: unset;
}

/*
.image-gallery-A img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
*/

.image-gallery-1 img,
.image-gallery-2 img,
.image-gallery-3 img,
.image-gallery-4 img,
.image-gallery-5 img,
.image-gallery-6 img,
.image-gallery-7 img,
.image-gallery-8 img {
	margin-right: 20px !important;
}
.image-gallery-1,
.image-gallery-3,
.image-gallery-5,
.image-gallery-7 {
	display: none;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: 50%;
	max-width: 500px;
	margin: 20px auto;
}
.mfp-wrap {
	z-index: 999999999 !important;
}
/*
* Privacy Policy
*/
.privacy {
	margin-top: 60px;
}
.privacy .header1 {
	font-size: 2em;
	font-family: GothamNarrow-Book;
	padding: 0;
}
.privacy .header2 {
	font-family: GothamNarrow-Bold;
	margin: 2% 0;
	font-size: 1.4em;
	padding: 0;
}
.privacy p {
	margin-top: 2%;
	width: 100%;
}
.privacy .headerUnderline {
	text-decoration: underline;
	padding: 0;
}
.privacy a.terms {
	color: blue !important;
	cursor: pointer;
	text-decoration: underline !important;
}
.replaceRed {
	color: red;
}
.privacy .lastBlock {
	padding-bottom: 50px;
}




/* MicroSites */
.expand_editer_text h1,
.expand_editer_text h2,
.expand_editer_text h3,
.expand_editer_text h4,
.expand_editer_text h5,
.expand_editer_text h6,
.expand_editer_text p {
    margin-bottom: 20px;
}

.expand_editer_text h1{
    font-size: 40px;
	}
	.expand_editer_text h2{
    font-size: 30px;
	}
	.expand_editer_text h3{
    font-size: 24px;
	}
	.expand_editer_text h4{
    font-size: 20px;
	}
	.expand_editer_text h5{
    font-size: 16px;
	}
	.expand_editer_text h6{
    font-size: 14px;
	}
.expand_editer_text ul {
    margin: 20px 0;
}
.expand_editer_text img {
    margin: 20px 0;
    width: 100%;
}
.microsites-template .site-content-contain ul, .microsites-template .site-content-contain li {
	font-size: 16px;
	line-height: 2.5em;
}
	div#microsite_nav {
   		width: 60px;
    	height: 100%;
    	position: fixed;
    	left: 0;
    	top: 0;
    	z-index: 100000;
    	box-shadow: -2px 0px 10px 5px rgba(0, 0, 0, 0.22);
    	display: flex;
    	align-items: center;
	}
	.micro_nav_list {
    	font-size: 22px;
    	margin-bottom: 15px;
	}
	.micro_nav_inner_list {
    	padding-left: 40px;
	}
	.micro_nav_inner_inner_list {
    	padding-left: 40px;
	}
	.microsite_nav_window {
    position: fixed;
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    height: 100%;
    top: 0;
    left: -110%;
    z-index: 1000;
    transition: all .6s ease-in-out;
    overflow: scroll;
}
.microsite_nav_window.open {
    left: 60px;
    transition: all .6s ease-in-out;
}
.microsite_nav_window .container{
	opacity: 0;
	overflow: scroll;	
}
.microsite_nav_window.open .container{
	animation: fadein .2s forwards;
	animation-delay: .7s;
}


@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.micro_nav_list.underline_link:after{
	border-bottom: 2px solid #000000;
}
.no_scroll{
	overflow-y: hidden;
}
.microsite_nav_window div#contact-right-block form input:not([type="submit"]), .microsite_nav_window  div#contact-right-block form textarea {
    border-bottom: 2px solid #000000;
    }

.microsite_nav_window div#contact-right-block {
    padding-top: 30px;
}

div#microsite_referrer {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 40px;
    background: #fed141;
    font-size: 20px;
    border-radius: 100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transition: all .2s ease-in-out;
    box-shadow: -2px 0px 10px 2px rgba(0, 0, 0, 0.22);
}
div#microsite_referrer.reversed_btn img {
    filter: invert(1);
}
div#microsite_referrer.reversed_btn a span{
    color: #fff;
}

div#microsite_referrer a{
	padding: 10px 10px;
}
div#microsite_referrer:hover{
	width: auto;
	transition: all .2s ease-in-out;
	min-width: 50px;
	display: inline-block;
}
div#microsite_referrer:hover a{
	padding: 10px 20px;
	}
div#microsite_referrer img {
    width: 30px;
}
div#microsite_referrer a span{
	padding-left: 10px;
	white-space: nowrap;
	}
div#microsite_referrer a  {
    display: flex;
    align-items: center;
}
.post_wrapper.background_img {
    background-position: center center;
    background-size: cover;
    padding: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    min-height: 450px;

}
.post_wrapper.background_img:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 35%);
    height: 100%;
    top: 0;
    left: 0;
}
.post_wrapper.background_img .btn-container{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0px 30px;
    text-align: center;
}

.editorial_post_exp {
    position: relative;

}
.editorial_post_exp .btn-container{
	background: #fff;
    display: block;
    z-index: 10;
/*     width: fit-content; */
    padding: 10px 35px;
    position: absolute;
    top: -100px;
    left: -15px;
	}
	.expand-btn{
		cursor: pointer;
		}
/*
	.expand-text{
		display: none;
		height: 0;
		transition: height 0.4s ease-in-out;
		}
.expanded .expand-text{
		display: block;
		height: 100%;
		transition: height 0.4s ease-in-out;
		}
*/
	html {
  		scroll-behavior: smooth;
	}
	.xl-header{
		font-size: 60px;
	}
	.microsite-large{
		height: 50vh;
		background-size: cover;
		background-position: center center;
		position: relative;
	}

	.post_image{
		height: 100%;
		
    	background-size: cover;
    	background-position: center;
    	position: relative;
    	padding: 0;
    	color: #fff;
    	
    }
    .post_image_content_wrap {
    	z-index: 2;
	}
    .category_tag {
    	width: 100%;
    	align-self: flex-start;
    	z-index: 1;
	}
    .post_image img#post_logo {
    	position: absolute;
    	width: 40px;
    	right: 20px;
    	bottom: 15px;
	}
	.post_title_line_color {
    	height: 10px;
    	position: absolute;
    	bottom: 0;
    	width: 100%;
    	z-index: 0;
	}
	
	.image_title{
		position: relative;
    	width: fit-content;
    	margin-bottom: -5px;
	}
	.image_title span{
		z-index: 2;
		position: relative;
	}
/*
	.post_image:before {
    	content: '';
    	width: 100%;
    	background: rgb(0 0 0 / 35%);
    	height: 100%;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	z-index: 0;
	}
*/
	.bottom_post_text {
   	 	min-height: 40px;
    	display: block;
	}
	.post_dowload_wrap {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	right: 0;
    	background: rgb(0 0 0 / 43%);
    	transition: all .1s ease-in;
    	z-index: 10;
    	height: 100%;
    	bottom: 0;
    	top: 0;
    	opacity: 0;
    	z-index: -10;
	}
	.post_image:hover .post_dowload_wrap{
		opacity: 1;
		z-index: 100;
	}
	.post_dowload_wrap a {
    	width: 100px;
    	height: 100px;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: 0;
    	bottom: 0;
    	display: block;
    	background: #D7D2CB;
	}
	span.dowload_icon_span {
    	position: absolute;
    	width: 100%;
    	height: 100%;
	}
	img#dowload_icon {
    	width: 40px;
    	height: 40px;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	margin: auto;
	}
	.top_title_over_image_line {
    	height: 10px;
    	position: absolute;
    	width: 100%;
    	bottom: 15px;
    	z-index: 0;
	}
	.top_title_over_image {
    	width: fit-content;
    	position: relative;
    	display: inline-block;
	}	
	.top_title_over_image span{
    	position: relative;
    	z-index: 2;
	}	
	body.microsites-template div#microsite_referrer_wrap,
	body.microsites-template .animatedfsmenu {
    	display: none;
	}
	.icon_bar_list,
	.sticky_overflow_scroll {
    display: flex;
    flex-wrap: wrap;
}
	.icon_title_wrap {
    max-width: 18%;
    margin-right: 2.5%;
    margin-bottom: 30px;
}
.icon_title_wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
div#icon_top_nav.sticky .icon_title_wrap:last-child,
.icon_title_wrap:last-child,
.icon_title_wrap:nth-child(5),
.icon_title_wrap:nth-child(10),
.icon_title_wrap:nth-child(15),
.icon_title_wrap:nth-child(20),
.icon_title_wrap:nth-child(25), 
.icon_title_wrap:nth-child(30),
.icon_title_wrap:nth-child(35),
.icon_title_wrap:nth-child(40),
.icon_title_wrap:nth-child(45),
.icon_title_wrap:nth-child(50) {
    margin-right: 0;
}
div#icon_top_nav.sticky .sticky_overflow_scroll.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.05);
    transition: all .1s ease-in;
  }
div#icon_top_nav.sticky .sticky_overflow_scroll .icon_title_wrap:last-child {
    padding-right: 50px;
}
div#icon_top_nav.sticky  ::-webkit-scrollbar {
    display: none;
}
div#icon_top_nav.sticky .sticky_overflow_scroll{
	overflow-x: auto;
    width: 100vw;
    padding: 10px 30px 10px 0;
    cursor: grab;
    transition: all .1s ease-in;
    }

div#icon_top_nav{
	transition: all .1s ease-in-out;
}
body.logged-in.admin-bar div#icon_top_nav.sticky {
	top: 32px;
	}
body.logged-in.admin-bar .microsite-large {
    height: calc(50vh - 32px);
    }
div#icon_top_nav.sticky {
    position: fixed;
    top: 0;
    padding-top: 0 !important;
    left: 60px;
    z-index: 1000;
    background: rgb(0 0 0 / 0.7);
    color: #fff;
    box-shadow: -2px 0px 10px 5px rgba(0, 0, 0, 0.22);
    transition: all .1s ease-in-out;
    min-width: 100%;
    overflow: hidden;
}
div#icon_top_nav.sticky .icon_bar_list,
div#icon_top_nav.sticky .sticky_overflow_scroll {
    flex-wrap: nowrap;
    align-items: center;
}
div#icon_top_nav.sticky .icon_title_wrap {
    max-width: initial;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
}
div#icon_top_nav .sticky_nav_logo{
	display: none;
	transition: all .1s ease-in-out;
}
div#icon_top_nav.sticky .sticky_nav_logo{
	display: block;
	margin-right: 20px;
} 
div#icon_top_nav.sticky .sticky_nav_logo img{
	height: 80px;
}
div#icon_top_nav.sticky .icon_title_wrap img {
    display: none;
}
div#icon_top_nav.hidden_top_nav {
    display: none !important;
}

	
/* 	Microsite Share Button */
.clicked span.cta {
    display: none;
}
.share-btn .cta svg,
.subscribe_btn .cta svg {
    width: 25px;
    height: 25px;
}
.share-btn .close svg,
.subscribe_btn .close svg {
    width: 20px;
    height: 20px;
}
.share-btn.clicked  .close,
.subscribe_btn.clicked .close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    color: #000;
    font-size: 30px;
    text-align: center;
    flex-direction: row;
    z-index: 10000;
    }
    .clicked {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: auto;
}
.share-btn.clicked,
.subscribe_btn.clicked {
  overflow: visible;
}
.share-btn .close,
.subscribe_btn .close {
    position: absolute;
    cursor: pointer;
    color: #000000;
    font-size: 30px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
    }
.share_subscribe_wrapper{
	position: fixed;
	flex-wrap: wrap;
	width: 50px;
    height: 130px;
	right: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 100;
    display: flex;
    align-items: center;
}
.share-btn,
.subscribe_btn {
	position: relative;
    color: #000;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    overflow: hidden;
    cursor: pointer;
    display: block;
    z-index: 10000;
}
.share-btn .cta,
.subscribe_btn .cta {
    position: absolute;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 0em;
    letter-spacing: 0;
    transition: all 0.25s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.share-btn .social {
  width: 50px;
    position: relative;
    left: 0px;
    padding: 0;
    top: -210px;
/*
  padding-left: 0;
  list-style-type: none;
  margin: 75px auto 0 auto;
*/
}
.subscribe_btn .mailchimp_form {
    width: 400px;
    position: absolute;
    right: 0px;
    bottom: -200px;
    padding: 20px 35px;
}
.subscribe_btn .mailchimp_form input:focus{
	outline: none;
	}
.subscribe_btn .mailchimp_form input:not([type="submit"]) {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 12px 0px;
    line-height: 1em;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Book';
    border-radius: 0 !important;
}
.subscribe_btn .mailchimp_form input[type="submit"]{
	width: 100%;
    margin: 0;
    padding: 15px 10px;
    line-height: 1em;
    background: #000;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Book';
    color: #fff;
    border-radius: 0 !important;
}
.subscribe_btn .mailchimp_form .col-6,
.subscribe_btn .mailchimp_form .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.subscribe_btn .mailchimp_form ::placeholder{
	font-size: 10px;
	font-family: 'GothamNarrow-Book';
	color: #000;
	}
.share-btn .social.horizontal {
    width: 220px;
    position: relative;
    left: -220px;
    padding: 0;
    top: 0;
}
.share-btn .social span,
.subscribe_btn .mailchimp_form span {
  float: right;
}
.share-btn .social li,
.subscribe_btn .mailchimp_form li {
  padding-bottom: 0;
  transform: scale(0.7) translateX(10px) translateY(-10px);
  transition: all 0.25s ease-in-out;
  transform-origin: 0% 0%;
  opacity: 0;
  display: inline-block;
}
.share-btn.clicked .cta,
.subscribe_btn.clicked .cta {
  left: 40px;
  top: 30px;
  transform: translateX(0) translateY(0);
  color: #cfd2d9;
}
.share-btn.clicked .close,
.subscribe_btn.clicked .close {
  opacity: 1;
  transform: rotate(0deg);
}
.share-btn.clicked .social li,
.subscribe_btn.clicked .mailchimp_form li {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}
.share-btn.clicked .social li:nth-child(1) {
  transition-delay: 0.05s;
}
.share-btn.clicked .social li:nth-child(2) {
  transition-delay: 0.1s;
}
.share-btn.clicked .social li:nth-child(3) {
  transition-delay: 0.15s;
}


.share-btn a i {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}
.share-btn a:hover i {
    -webkit-transform: translate(0, 0px)!important;
    transform: translate(0, 0px)!important;
}
.share-btn a i {
    color: #000;
    font-size: 20px;
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.share-btn a {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    overflow: hidden;
    margin: 5px;
}
