/*   
Theme Name: bKL
Theme URI: 
Description: 
Author: Jeremy Pautz
Author URI: bugbearcreative.com
Version: 2.0.8
Text Domain: bkl
*/


/**********************
RESET & BASELINES
**********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	background-color: #333;
	font-family: 'Montserrat', 'europa', Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1, h2, h3 {
	margin: 0 0 0.625em 0;
}
h4, h5, h6 {
	margin: 0 0 0.25rem 0;
}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

ol, ul {
	list-style: none;
}
p {
	padding: 0 0 1.25em 0;
	line-height: 1.4;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	color: #7f7f7f;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #000;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************
BASIC STRUCTURE
**********************/
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
html.locked,
html.locked body {
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}
.site {
	max-width: 120em;
	background-color: white;
	margin: 0 auto;
	padding: 0 2em;
	overflow: hidden;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;

}
.site.preload {
	opacity: 0;
}
@media screen and (max-width: 48em) {
	.site {
		padding: 0;
	}
}
.home .site,
.tax-project-category .site {
	padding: 0;
}
.site-main {
	background-color: white;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.site-main.preload {
	opacity: 0;
}
html.locked .site-main {
	margin: 73px 0 0 0;
}
.page-content {
	padding: 0 1em;
	overflow: hidden;
}
.home .page-content,
.tax-project-category .page-content {
	padding: 0 0 1.25em 0;
}
/*********************
SITE HEADER
*********************/
.site-header {
	background-color: white;
	position: relative;
	z-index: 200;
	display: grid;
	grid-template-areas: 'logo none none orbit nav';
	grid-template-columns: minmax(100px, max-content) 1fr auto auto;
	padding: 1rem 1rem 2.25rem 1rem;
}
@media screen and (min-width: 56.25em) {
	.site-header {
    grid-template-areas: 'logo nav nav langs';
    grid-template-columns: minmax(100px, max-content) auto 1fr;
	}
}
@media screen and (min-width: 60.1em) {
	.site-header {
		padding: 1rem;
	}
}
/*.tax-project-category .site-header {
	padding: 1em 1em 1.5em 1em;
}*/
html.locked .site-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 1rem 1rem 2.25rem 1rem;
}
@media screen and (min-width: 48em) {
	html.locked .site-header {
		padding: 1rem 1rem 2.25rem 1rem;
	}
}

.home-link {
	display: block;
	width: 96px;
	height: 84px;
	background-image: url(_images/logo-black.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	float: left;
	text-indent: -9999em;
}
@media screen and (min-width: 60em) {
	.home .home-link,
	.tax-project-category .home-link {
		height: 41px;
	}
}
.no-svg .home-link {
	background-image: url(_images/logo-black.png);
}

@media screen and (max-width: 48em) {
	.home .home-link,
	.tax-project-category .home-link {
		margin-left: 0;
	}
}
.site-title {
	margin: 0;
}
/*.home-link::after {
	content: '';
	display: block;
	width: 2.1875rem;
	height: 3px;
	background-color: #000;
	margin: 14px 0 0 0;
}*/
.home-link::before {
	content: '';
	display: block;
	width: 2.1875rem;
	height: 3px;
	background-color: #000;
	margin: 45px 0 0 0;
}
.site-header .languages {
	float: right;
	margin: 1em 1em 0 1em;
}
.menu-toggle {
	display: block;
	float: right;
	margin: 0.25em 0 0 0;
	overflow: hidden;
	color: #000;
	cursor: pointer;
}
.menu-toggle-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
.menu-toggle:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 1.25em;
}
.main-nav {
		width: 100%;
		height: 100%;
		background-color: hsla(0, 0%, 0%, 0.85);
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 200;
		border-top: 1px solid #eee;
		margin: 72px 0 0 0;
		padding: 0 0 72px 0;
		overflow-y: scroll;
		-moz-transition: left 0.3s;
		-ms-transition: left 0.3s;
		-o-transition: left 0.3s;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
}
.main-nav.visible {
		left: 0;
}
.main-nav li {
		float: none;
		position: static;
		text-align: center;
}
.main-nav .sub-menu {
	display: block;
	min-width: 10em;
	width: 100%;
	background-color: transparent;
	position: absolute;
	left: -100%;
	z-index: 500;
	border-top: 1px solid #3f3f3f;
	padding: 0.75em 0 72px 0;
	transition: left 0.3s;
}
.main-nav .sub-menu.visible {
		height: 100%;
		left: 0;
}
.main-nav > li > a {
		font-size: 2em;
}
.main-nav a {
	display: block;
	padding: 1.25em;
	opacity: 1;
	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main-nav .hidden > a {
		opacity: 0;
}
@media screen and (min-width: 900px) {
	.main-nav .hidden > a {
		opacity: 0.3;
	}
}
.main-nav .sub-menu a {
		padding: 0.5em;
}
.main-nav a:hover {
		color: #7f7f7f;
}
.main-nav a:active {
		color: white;
}
li.close-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.125em;
}
.close-menu a {		
	font-size: 2em;
	font-weight: 100;
}
.site-header .languages {
	display: none;
}

@media screen and (min-width: 56.25em) {
	.site-header {
		display: grid;
		grid-template-areas: 'logo nav nav langs';
		grid-template-columns: minmax(100px, max-content) auto 1fr;
	}
	.no-touchevents .menu-toggle {
		display: none;
	}
	.bkl-logos-wrap,
	.home-link {
		grid-area: logo;
	}
	.site-header .languages {
		grid-area: langs;
	}
	.main-navigation {
		grid-area: nav;
	}

	.bkl-orbit-link.no-hover {
		grid-area: orbit;
	}
	.no-touchevents .main-nav {
		width: auto;
		height: auto;
		background-color: transparent;
		position: relative;
		top: 0;
		left: 0;
		float: right;
		border-top: 0;
		margin: 0;
		padding: 0;
		overflow: visible;
	}
	.no-touchevents .main-nav li {
		float: left;
		position: relative;
		text-align: left;
	}
	.no-touchevents .main-nav > li > a,
	.no-touchevents .main-nav a {
		padding: 1em;
		color: #7f7f7f;
		font-size: 1em;
		font-weight: 400;
	}
	.no-touchevents .current-menu-item a {
		color: #000;
	}
	.no-touchevents .main-nav a:hover {
		color: #000;
	}
	.no-touchevents .main-nav .sub-menu {
		display: block;
		width: auto;
		height: 0;
		background-color: white;
		background-color: hsla(0, 0%, 100%, 0.9);
		left: 0;
		border-top: 0;
		padding: 0;
		overflow: hidden;
		transition: height 0.3s, padding 0.3s;
		transform: translate3d(0,0,0);
	}
	.no-touchevents .main-nav li:hover .sub-menu {
		height: 13em;
		padding: 0 0 1em 0;
	}
	.no-touchevents .main-nav .sub-menu li {
		float: none;
	}
	.no-touchevents .main-nav .sub-menu a{
		padding: 0.5em 1em;
	}
	.no-touchevents li.close-menu {
		display: none;
	}
	.site-header .languages {
		display: block;
	}
}
@media screen and (max-width: 47em) {
	.site-header .languages {
		display: none;
	}
}
/*********************
HOME PAGE
*********************/
.home-page-section {
	display: flex;
	flex-flow: column-reverse wrap;
	margin: 0 0 0.25rem 0;
	justify-content: space-between;
}
.hps-header {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	padding: 0.25em 1em;
}
.hps-heading {
	margin: 0;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
}
.hps-heading::after {
	content: '';
	display: block;
	width: 2.1875rem;
	height: 3px;
	background-color: #7f7f7f;
	margin: 2px 0 0 0;
	transition: all 0.3s;
}
.hps-heading:hover::after {
	width: 100%;
	background-color: #000;
}
.hps-content {
	position: relative;
	max-height: 71.6vw;
	overflow: hidden;
}
.special-promo {
	margin: 0 0 0.25em 0;
}
.special-promo img {
	display: block;
}
.special-promo p:last-child {
	padding: 0;
}
.special-promo-content {
	background-color: hsla(0,0%,0%,0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #FFF;
	font-size: 0.75em;
}

.special-promo-content h2 {	
	margin: 0;
	font-weight: 300;
}
/*@media screen and (min-width: 40em) {*/
	.special-promo-content.vertical {
		max-width: 40%;
		display: flex;
    	align-items: flex-end;
	}
/*}*/
@media screen and (min-width: 48em) {
	.special-promo-content {
		font-size: 1em;
	}
	.special-promo-content h2 {
		font-size: 1.5em;
	}
}
.arch-adv-link {
	position: absolute; 
	bottom: 2em; 
	right: 0;
}
.arch-adv-logo {
	max-width: 250px; 
	width: 100%;
}
@media screen and (max-width: 48em) {
	.arch-adv-logo {
		max-width: 100px;
	}
}
@media screen and (min-width: 60em) {
	.home-page-section { 
		flex-flow: row wrap;
	}
	.hps-header {
		flex: 0 0 20%;
	}
	.hps-heading {
		font-size: 1.5rem;
	}
	.hps-heading::after {
		width: 2.1875rem;
		height: 3px;
	}
	.hps-content {
		max-height: none;
		flex: 0 0 80%;
	}
}
.home-page-section {
	width: 100%;
	position: relative;	
	
	overflow: hidden;
}
.intro.home-page-section {
	z-index: 100;
	transition: all 0.3s;
}
.projects {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.intro .featured,
.featured.project {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
.section-header a {
	display: block;
	width: 100%;
	height: 100%;
}
.section-header {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid white;
	margin: 0 0 0 -25%;
	padding: 1em;
	box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.3);
	opacity: 0;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.intro .featured img,
.featured.project img,
.home-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 71.6vw;
}
.section-title {
	margin: 0;
	color: white;
	font-size: 16em;
	text-align: center;
	text-shadow: 0px 4px 4px hsla(0, 0%, 0%, 0.3);
	text-transform: uppercase;
}
@media screen and (max-width: 64em) {
	.section-title {
		font-size: 12em;
	}
	.intro .section-title {
		font-size: 14em;
	}
}
@media screen and (max-width: 48em) {
	.section-title {
		font-size: 10em;
	}
	.intro .section-title {
		font-size: 12em;
	}
}
@media screen and (max-width: 37.5em) {
	.section-title {
		font-size: 8em;
	}
	.intro .section-title {
		font-size: 10em;
	}
}
@media screen and (max-width: 30em) {
	.section-header {
		padding: 0.5em;
	}
	.section-title {
		font-size: 4.25em;
	}
	.intro .section-title {
		font-size: 5em;
	}
}
.section-header.visible {
	opacity: 1;
}
.intro .section-header {
	border-color: #ff681d;
}
.intro .section-title {
	color: #ff681d;
	text-transform: lowercase;
}
.section-project-content {
	width: 20em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -10em;
	padding: 1em;
	color: white;
	text-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0.3);
}
.section-project-content p {
	font-size: 1.5em;
}
@media screen and (max-width: 40em) {
	.section-project-content p {
		font-size: 1em;
	}
}
.tagline {
	background-color: #3f3f3f;
	margin: 0;
	padding: 0 2em;
	color: white;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	transition: top 0.2s;
}
.tagline-text {
	display: inline-block;
	padding: 1em 0;
	font-size: 1.25em
}
@media screen and (max-width: 48em) {
	.tagline-text {
		font-size: 1em
	}
}
@media screen and (max-width: 48em) {
	.tagline {
		padding: 0 1em;
	}
	.tagline-text {
		font-size: 0.875em;
		line-height: 1.2;
	}
}
@media screen and (max-width: 30em) {
	.tagline {
		padding: 0 1em;
	}
	.tagline-text {
		padding: 0.5em 0 0.6em 0;
	}
}
.tagline-text:empty {
	display: block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0.125em;
	font-size: 1em;
}
.tagline-text:empty::before, 
.tagline-text:empty::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1000em;
    width: 1000em;
    background-color: #FFF;
    height: 100%;
}
.tagline-text:empty::after {
    left: auto;
    right: -1000em;
}
/********************
SLIDER
********************/
.slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slides {
	display: flex;
	height: 71.46vw;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	-webkit-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
}
.slides.scrolly {
	overflow: auto;
}
.single-project .slides {
	align-items: center;
}
.slide {
	width: 100%;
	flex: 1 auto;
    display: flex;
    flex-flow: column;
	position: relative;
	justify-content: center;
	align-items: center;
}
.info.slide {
	justify-content: center;
}
.slide.visible {}

.slide img {
	display: block;
	width: 100%;
	height: auto;
}
.slide img.aspect-portrait {
	height: 100%;
	max-height: 71.46vw;
	width: var(--unset-width);
	margin: 0 auto;
}
.slide:first-child img.aspect-portrait {
	margin: 0;
}
.slide img.project-full {
	max-height: 57.2vw;
}
.slide .youtube-player {
	max-width: none;
	width: 100%;
	margin: 0;
}
.info-close,
.overlay-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 2em;
	font-weight: 100;
}
.overlay-close,
.overlay-close:hover {
	color: white;
}
.info-wrapper {
	max-width: 64em;
	background-color: white;
	position: relative;
	padding: 0 0 2em 0;
}

.slide-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	padding: 0;
}
.slide-button {}
.slide-arrows {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
    top: 50%;
	left: 0;
	z-index: 2;
	margin:  -1.095rem 0 0 0;
	padding: 0 1vw;
}
.slide-arrow {	
	overflow: hidden;
	color: white;
	position: relative;
}
.slide-arrow-next,
.slide-arrow-prev {
	width: 3rem;
	fill: #000;
	transform: translate3d(25%, 0, 0);
	transition: transform 0.2s;
	filter: drop-shadow(1px 1px rgba(255, 255, 255, 0.6));
}
.with-tail {
	opacity: 0;
}

.slide-arrow-next {
	transform: translate3d(-25%, 0, 0) rotate(180deg);
	filter: drop-shadow(-1px -1px rgba(255, 255, 255, 0.6));
}
.slide-arrow-next:hover {
	transform: translate3d(0, 0, 0) rotate(180deg);
}
.slide-arrow-prev:hover {
	transform: translate3d(0, 0, 0);
}
.slide-content {
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
}
.slide-content .size-medium,
.slide-content .size-thumbnail,
.slide-content .size-large {
	width: auto;
}
.slide-content iframe {
	width: 100%;
	margin: auto;
}
.single-project .slide-content iframe {
	height: 56.27vw;
}
@media screen and (min-width: 48em) {
	.slide:first-child {
		align-items: flex-end;
	}
	.slide-arrows {
		margin: -2.5vw 0 0 0;
	}
	.slide-arrow-next,
	.slide-arrow-prev {
		width: 4rem;
	}
	#slide-arrow-next,
	#slide-arrow-prev {
		width: 6vw;
	}
	.with-tail {
		opacity: 1;
	}
}
/********************
PROJECT PAGES
********************/
.tax-project-category .project {
	display: flex;
	flex-flow: column-reverse;
	position: relative;
	margin: 0 0 0.25rem 0;
}
.tax-project-category .slides {
	position: static;
}
.tax-project-category .slide img {
	height: 100%;
	width: auto;
}
.project-header {
	width: 100%;
	background-color: #FFF;
	padding: 0.25em 1em 0.25em 1em;
}
.no-project-page-link {
	display: none;
}
.project-page-link {
	display: block;
}
.project-title {
	width: 100%;
	margin: 0;
	color: #7f7f7f;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
}
.single-project .project-title {
	margin: 0 0 0.25rem 0;
	color: #222;
}
.project-title::after {
	content: '';
	display: block;
	width: 2.25rem;
	height: 3px;
	background-color: #7f7f7f;
	margin: 2px 0 0 0;
	transition: all 0.3s;
}
.single .project-title::after {
	display: none;
}
.project-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #FFF;
	position: relative;
	top: 0;
	left: 0;
	padding: 2em 0;
	font-size: 0.875rem;
}
.tax-project-category .project-info {
	padding: 0;
	overflow: auto;
}

.project-location {
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
	font-size: 1em;
	font-weight: 400;
}
.single-project .project-location {
	width: 100%;
	padding: 0;
}
.project-details {
	width: 100%;
	padding: 1em 1em 1em 3em;
	text-align: right;
}
.tax-project-category .project-details {
	padding: 2em 1em 1em 3em;
}
.project-details dt {
	font-weight: 700;
}
.project-details dd {
	margin: 0 0 1em 0;
	line-height: 1.4;
}
.project-desc {
	padding: 1em 3em 1em 3em;
}
.single .project-desc {
	padding: 1em 0;
}
.tax-project-category .project-desc {
	padding: 2em 3em 1em 3em;
}
.project-desc p:first-child {
	margin: -3px 0 0 0;
}
@media screen and (min-width: 48em) {
	.tax-project-category .project {
		max-height: 57.18vw;
	}
	.tax-project-category .slides {
		height: 57.18vw;
	}
	.tax-project-category .slide img {
		height: 57.18vw;
	}
	.project-header {
		display: flex;
		align-items: flex-end;
		padding: 1em 1em 0 1em;
	}
	.no-project-page-link {
		display: block;
	}
	.project-page-link {
		display: none;
	}
	.single-project .project-info {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.project-details {
		flex: calc(50% - 10em);
	}
	.project-desc {
		flex: calc(50% - 10em);
	}
	.tax-project-category .project-desc {
		padding: 2em 3em 1em 112px;
	}
	.tax-project-category .project-details {
		padding: 2em 112px 1em 3em;
	}
	.tax-project-category .project {
		display: flex;
		flex-flow: row wrap;
	}
	.project-header {
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		color: #7f7f7f;
		transform: translate3d(-100%, 0, 0);
		transition: transform 0.25s;
	}
	.project-header.visible {
		transform: translate3d(0, 0, 0);
	}

	
}
/**********************
SINGLE PROJECT PAGE
***********************/
.project-nav {
	display: flex;
    flex-flow: row wrap;
	justify-content: center;
	width: 50%;
	clear: both;
	margin: 2em auto 0 auto;
	padding: 0 0 1.25em 0;
}
.back-to-category {
	width: 31.3333%;
	float: left;
	margin: 1% 1% 0 1%;
}
.back-to-category a {
	display: block;
	border: 1px solid black;
	padding: 1em;
	color: black;
	text-align: center;
}
.back-to-category a:hover {
	color: #005581;
	color: hsla(201, 100%, 25%, 1);
}

@media screen and (max-width: 48em) {
	.back-to-category {
		width: 100%;
		margin: 1% 0;
	}
}



/**********************
PROJECT CATEGORY PAGE
***********************/
.category-listing img {
	display: block;
	width: 100%;
	height: auto;
}
/********************
FIRM PAGE
********************/
.bkl-team-slideshow {
	margin: 0 0 2rem 0;
}
.bkl-team-slideshow .slides {
	height: auto;
}
.build-def {
	color: #7f7f7f;
	font-size: 2rem;
}
.build-def p {
	line-height: 1.2;
	padding: 0 0 0.75rem 0;
}
.team-summary {
	padding: 0 0 2em 0;
}
@media screen and (min-width: 48em) {
	.build-def {
		max-width: 20rem;
		float: left;
	}
	.team-summary {
		margin: 0 0 0 24rem;
	}
}
@media screen and (min-width: 76em) {
	.team-summary {
		columns: 2;
		column-gap: 3vw;
	}
	.team-summary p {
		-webkit-break-inside: avoid;
  		break-inside: avoid;
	}
}

.wp-block-quote.build-def {
	float: none;
}

@media screen and (min-width: 64em) {
	.wp-container-4 {
		justify-content: space-between;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.team-summary-column {
		flex-basis: calc(100% - 24.25rem);
		flex-grow: unset;
	}
}



.wp-block-group.team-summary {
	margin: 0;
}

.video-link {
	display: inline-block;
}
.home .video-link,
.dwell-video.video-link,
.learn-video.video-link {
	color: white;
}
.term-housing .dwell-video.video-link,
.term-housing-zh-hans .dwell-video.video-link,
.term-education .learn-video.video-link,
.term-education-zh-hans .learn-video.video-link  {
	width: 100%;
	background-color: #3f3f3f;
	padding: 0.5em 0 0.375em 0;
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}
.bkl-studio.overlay-link,
.firm-video.video-link {
	display: block;
	background-color: #000;
	margin: 0;
	padding: 0.5rem 1rem;
	color: white;
	font-size: 1.25rem;
	line-height: 1; 
	text-transform: uppercase;
}
.firm-video.video-link {
	display: flex;
	align-items: center;
}
.firm-video.video-link::before {
	content: url(_images/triangle.svg);
	display: inline-block;
    height: 1rem;
    width: 1rem;
    margin: 0 1rem 0.25rem 0;
}
.tagline .video-link {
	position: relative;
	top: 0.25em;
	margin: -0.25em 0 0 0;
}
.special-promo .video-link {
	display: block;
}
.video-link i {
   	display: inline-block;
    	margin: -6px 0 0 0;
    	vertical-align: middle;
    	font-size: 2em;
}
html.modal-open,
body.modal-open {
	position: fixed;
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.7);
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 200;
	padding: 0;
	overflow: auto;
	-ms-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
	-webkit-overflow-scrolling: touch;
}
.overlay.visible {
	left: 0;
}
.overlay-content {}

.bkl-studio.overlay {
	background-color: #fff;
}
.bkl-studio.overlay .overlay-content {
	background-color: #FFF;
	margin: 0;
	padding:  0;
	-webkit-overflow-scrolling: touch;
}
.bkl-studio.overlay .overlay-close {
	width: 100%;
	background-color: #fff;
	position: relative;
	top: 0;
	right: 0;
	padding: 0.5em;
	color: #005581;
	text-align: right;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: right 0.3s;
}
.bkl-studio.overlay p {
	padding: 0;
}
.bkl-studio.overlay .overlay-content img {
	display: block;
	margin: 0 0 0.2em 0;
	z-index: 190;
}
.bkl-studio.overlay .overlay-content :last-child img {
	margin: 0;
}
.wp-video {
	margin: 15% auto;
}
.wp-video :focus {
	outline: none !important;
}
.iframe-wrapper {
	position: relative; 
	margin: 10% auto;
	overflow: hidden;
}
[class*="embed-wrap"] {
	flex: auto;
	position: relative;
}
.embed-wrap-16x9 {
	height: 0;
	padding: 56.25% 0 0 0;
}

[class*="embed-wrap"] video,
[class*="embed-wrap"] iframe {
	/*height: 100%;*/ 
	width: 100%;  
	position: absolute; 
	top: 0; 
	left: 0;
	flex: 1;
}
.embed-wrap-16x9 iframe {
	max-height: 56.25vw;
}
.slide .iframe-wrapper {
	height: 0; 
	padding: 56.25% 0 0 0;
}
.slide .iframe-wrapper iframe {
	height: 100%; 	
	width: 100%;  
	position: absolute; 
	top: 0; 
	left: 0;
}
@media screen and (max-width: 854px) {
	.iframe-wrapper {
		height: 0; 
		padding: 56.25% 0 0 0;
	}
	.iframe-wrapper iframe {
		height: 100%; 
		width: 100%;  
		position: absolute; 
		top: 0; 
		left: 0;
	}
}
.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        background: #000;
        margin: 10% 2em;
    }
@media screen and (min-width: 40em) {
	.youtube-player {
		max-width: 36em;
		margin: 10% auto;
	}
}
@media screen and (min-width: 64em) {
	.youtube-player {
		max-width: 56em;
	}
}
@media screen and (min-width: 72em) {
	.youtube-player {
		max-width: 64em;
	}
}
@media screen and (min-width: 88em) {
	.youtube-player {
		max-width: 80em;
	}
}
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

.bkl-team-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.bkl-team-grid .team-member {
	position: relative;
	border-top: 0;
	margin: 0 0 2em 0;
	padding: 0;
}
@media screen and (min-width: 20.1em){
	.bkl-team-grid .team-member {
		width: calc(50% - 1em);
		margin: 0 1em 2em 1em;
	}
	.bkl-team-grid .team-member:nth-child(even) {
		margin-right: 0;
	}
	.bkl-team-grid .team-member:nth-child(odd) {
		margin-left: 0;
	}
}
@media screen and (min-width: 50em){
	.bkl-team-grid .team-member {
		width: calc(25% - 1.5em);
		margin: 0 1em 2em 1em
	}
	.bkl-team-grid .team-member:nth-child(even) {
		margin-right: 1em;
	}
	.bkl-team-grid .team-member:nth-child(odd) {
		margin-left: 1em;
	}
	.bkl-team-grid .team-member:nth-child(4n) {
		margin-right: 0;
	}
	.bkl-team-grid .team-member:nth-child(4n + 1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 64em){
	.bkl-team-grid .team-member {
		width: calc(20% - 1.6em);
	}
	.bkl-team-grid .team-member:nth-child(4n) {
		margin-right: 1em;
	}
	.bkl-team-grid .team-member:nth-child(4n + 1) {
		margin-left: 1em;
	}
	.bkl-team-grid .team-member:nth-child(5n) {
		margin-right: 0;
	}
	.bkl-team-grid .team-member:nth-child(5n + 1) {
		margin-left: 0;
	}
}
.bkl-team-grid .team-member a {
	color: #FFF;
}
.bkl-team-grid .team-member img {
	display: block;
}
.bkl-team-grid .team-member-info {
	background-color: #000;
	padding: 0.5rem 0;
}
.bkl-team-grid .position, 
.bkl-team-grid .team-member-name {
	margin: 0 0 0.125em 0;
	font-size: 0.625em;
	font-weight: 400;
	text-align: center;
}
.bkl-team-grid .team-member-name {
	text-transform: uppercase;
}
.team-list {
	clear: both;
	padding: 1em 0;
}
.studio-list{
	margin: 2em 0 0 0;
}
.studio-list-columns {
	padding: 0 0.5rem 1em 0.5rem;
 	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.studio-list-columns p {
	padding: 0;
	white-space: nowrap;
}
@media screen and (min-width: 40.1em) {
	.bkl-team-grid .position, 
	.bkl-team-grid .team-member-name {
		font-size: 0.75rem;
	}
}
@media screen and (min-width: 48.1em) {
	.studio-list-columns {
 		-webkit-column-count: 3;
     	-moz-column-count: 3;
        column-count: 3;
	}

}
@media screen and (min-width: 64.1em) {
	.studio-list-columns {
 		-webkit-column-count: 5;
    	-moz-column-count: 5;
        column-count: 5;
	}
}

.team-list-column.directors {
	clear: left;
}
.team-list-column.asst-directors,
.team-list-column.associates {
	margin: -3.6em 0 0 0;
}
.team-list-column.multiple {
	padding-top: 1.25em;
}
.team-subhead {
	margin: 0 0 0.25em 0;
	font-size: 1em; 
}

.team-subhead.studio {
	margin: 0 0 0.25em 0.5rem;
	font-size: 1em; 
}

@media screen and (max-width: 55em) {
	.team-list-column {
		width: 33.3333%;
	}
	.team-list-column.directors {
		clear: none;
	}
	.team-list-column.asst-directors {
		margin: 0;
	}
	.team-list-column.associates {
		margin: 1em 0 0 0;
	}
	.team-list-column.associates.first {
		clear: left;
	}
	
}

@media screen and (max-width: 40em) {
	.team-list-column {
		width: 100%;
	}
	.team-list-column.principal,
	.team-list-column.directors,
	.team-list-column.asst-directors {
		width: 100%;
	}
	.team-list-column.associates {
		margin: 0;
		padding-bottom: 0;
	}
	.team-list-column.multiple + .multiple {
		padding-top: 0;
	}
	.team-list-column.associates,
	.studio-list .team-list-column {
		float: none;
	}
	.studio-list .team-list-column {
		padding-bottom: 0;
	}
	.team-list-column.associates p,
	.studio-list .team-list-column p {
		width: 50%;
		float: left;
	}

}
@media screen and (max-width: 20em) {
	.team-list-column.associates,
	.studio-list .team-list-column {
		float: left;
	}
	.team-list-column.associates.multiple {
		padding-top: 0;
	}
	.team-list-column.associates p,
	.studio-list .team-list-column p {
		width: 100%;
		float: none;
	}
	.team-list-column:last-child {
		padding-bottom: 1em;
	}
}
.team-member {
	/*border-top: 2px solid #000;*/
	padding: 2em 0 0 0;
}
@media screen and (max-width: 48em) {
	.team-member {
		padding: 1em 0;
	}

}
.team-title {
	font-size: 1.25em;
	margin: 0 0 0.375em 0;
}
.position {
	font-size: 1em;
	margin: 0 0 1em 0;
}
.credentials {
	display: inline-block;
	margin: 0 0 0 0.5em;
	font-size: 0.75em;
	font-weight: 400;
}
.team-content {
	width: 71.5%;
	float: left;
	padding: 0 2em 0 0;
}
.team-content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-bottom: 2em solid #000;
	margin: 1em 0 2em 0;
}

.key-projects {
	width: 28.5%;
	float: left;
	padding: 4.0625em 0 1em 0;
}
.key-projects-header {
	color: #7f7f7f;
	font-size: 1em;
}
.key-project {
	margin: 0 0 1.5em 0;
}
.key-project a {
	color: #7f7f7f;
}
.key-project a[href="#"] {
	cursor: default;
}
.key-project a:hover {
	color: #005581;
	color: hsla(201, 100%, 25%, 1);
}
.key-project-title {
	font-size: 1em;
	font-weight: 400;
}
.key-project img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	margin: 0 0 0.25em 0;
}
.team-nav {
	width: 71.5%;
	clear: both;
	margin: 2em 0 0 0;
	padding: 0 2em 1.25em 0;
}
.team-prev,
.team-next,
.team-leadership,
.team-studio {
	width: 23.5%;
	float: left;
	margin: 1% 1% 0 1%;
	vertical-align: middle;
}
.team-prev:empty,
.team-next:empty,
.team-leadership:empty,
.team-studio:empty {
	display: none;
}
.team-prev {
	margin-left: 0;
}
.team-studio {
	margin-right: 0;
}
.team-prev a,
.team-next a,
.team-leadership a,
.team-studio a {
	display: block;
	border: 1px solid #3f3f3f;
	padding: 1em;
	color: #3f3f3f;
	text-align: center;
}
.team-leadership a,
.team-studio a {
	padding: 1em 0;
}
.team-prev a:hover,
.team-next a:hover,
.team-leadership a:hover,
.team-studio a:hover {
	color: #CCC;
}
.team-nav-label {
	display: block;
	margin: 0 0 0.25em 0;
}
.team-name {
	display: block;
	margin: 0 auto;
	line-height: 1.1;
}
.team-leadership-text,
.team-studio-text {
	display: inline-block;
	padding: 1.2em 0;
}

@media screen and (max-width: 54.125em) {
	.team-name {
		width: 65%;
	}
}
@media screen and (max-width: 48em) {
	.team-nav {
		width: 100%;
		padding: 0;
	}
	.team-content {
		width: 100%;
		padding: 1em 0 2em 0;
	}
	.key-projects {
		width: 100%;
		padding: 2em 0;
	}
	.team-next,
	.team-prev,
	.team-leadership,
	.team-studio {
		width: 50%;
		float: none;
		margin: 1% auto;
	}
	.team-name {
		width: 100%;
	}
	.team-leadership-text {
		margin: 0;
	}
}

/********************
NEWS PAGE
********************/
.news-posts {
	padding: 1em 0;
}
@media screen and (max-width: 64em) {
	.news-posts {
		padding: 1em 0;
	}
}
.news-post {
	padding: 0 0 1em 0;
}
.news-post::before {
	content: '';
	display: block;
	width: 2.1875rem;
	height: 3px;
	background-color: #000;
	margin: 0 0 1em 0;
}
.news-post:first-child::before,
.single .news-post::before{
	display: none;
}
.single .news-post {
	margin: 0 auto;
}
.news-image {
	padding: 0 0 2em 0;
}
.blog .news-image,
.search .news-image {
	width: 40%;
	float: left;
	padding: 0 2em 0 0;
}
.news-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.news-title {
	
}
.blog .news-title,
.search .news-title {
	width: 20%;
	float: left;
	font-size: 1em;
	line-height: 1.4;
}
.news-content {
}
.news-title a {
	color: #7f7f7f;
}
.news-title a:hover {
	color: #005581;
	color: hsla(201, 100%, 25%, 1);
}
.blog .news-content,
.search .news-content {
	width: 40%;
	float: left;
	padding: 0 0 0 1em;
}
.news-date {
	display: block;
	margin: 0 0 1em 0;
	font-weight: 700;
	line-height: 1.4;
}
.news-nav {
	clear: both;
	margin: 2em 0 0 0;
	padding: 0 0 1.25em 0;
	text-align: center;
}
.news-prev,
.news-next,
.back-to-news {
	display: inline-block;
	max-width: 10em;
	margin: 1% 1% 0 1%;
}
.news-prev:empty,
.news-next:empty,
.back-to-news:empty {
	display: none;
}
.news-prev {
	
}
.news-next {
}
.news-prev a,
.news-next a,
.back-to-news a {
	display: block;
	border: 1px solid #3f3f3f;
	padding: 1em;
	color: #3f3f3f;
	text-align: center;
	text-transform: uppercase;
}
.back-to-news a { 
	text-transform: none;
}
.news-prev a:hover,
.news-next a:hover,
.back-to-news a:hover {
	color: #005581;
	color: hsla(201, 100%, 25%, 1);
}
.team-leadership-text,
.team-studio-text {
	display: inline-block;
	padding: 1.2em 0;
}


@media screen and (max-width: 41em) {
	.blog .news-image,
	.blog .news-title,
	.blog .news-content,
	.search .news-image,
	.search .news-title,
	.search .news-content{
		width: 100%;
		padding: 0;
	}
	.blog .news-title,
	.search .news-title {
		margin: 1em 0 0 0;
		padding: 0;
	}
	.news-next,
	.news-prev {
		float: none;
		margin: 1% auto 0 auto;
	}
		
}
@media screen and (max-width: 48em) {
	.blog .news-image,
	.blog .news-title,
	.search .news-image,
	.search .news-title  {
		width: 50%;
		padding: 0;
	}
	.blog .news-title,
	.search .news-title {
		padding: 0 0 0 2em;
	}
	.blog .news-content,
	.search .news-content {
		margin: 1em 0 0 0;
		padding: 0 0 0 2em;
	}
}

.bkl-blog-search-form {
	margin: 1.25em 0 0 0;
}
.search-header-text {
	display: block;
	margin: 0 0 0.5em 0;
}
@media screen and (min-width: 26em) {
	.search-header-text {
		display: inline;
		margin: 0;
	}
}
.bkl-blog-search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: 1px solid #3f3f3f;
	padding: 3px 3px 2px 3px;
}
.bkl-blog-search-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #005581;
	border-radius: 0;
	border: 0;
	padding: 3px 4px;
	color: #FFF;
}
.bkl-blog-search-submit::before {
	content: '\f002';
	color: #FFF;
	font-family: FontAwesome;
	font-size: 1.25em;
}
/********************
CONTACT PAGE
********************/
.contact-wrapper {
	padding: 2em 0 0 0;
}
.contact-col {
	width: 50%;
	float: right;
	padding: 0 1em;
	font-size: 0.875em;
}
.contact-col:nth-child(2) {
	padding-left: 0;
}
.office {
	padding: 0 0 1.5em 0;
	font-size: 0.875rem;
}
.office br {
	display: none;
}
.street-address,
.city-state-zip,
.phone-fax,
.fax,
.project-inquiries {
	display: block;
}
@media screen and (min-width: 33em) {
	.city-state-zip,
	.project-inquiries,
	.fax {
		display: inline-block;
	}
	.city-state-zip::before,
	.fax::before {
		content: '|';
		display: inline-block;
		margin: 0 0.5rem 0 0.25rem;
	}
}
@media screen and (min-width: 48em) {
	.city-state-zip,
	.project-inquiries,
	.phone-fax,
	.fax {
		display: block;
	}
	.city-state-zip::before,
	.fax::before {
		display: none;
	}
}
@media screen and (min-width: 71em) {
	.city-state-zip,
	.project-inquiries,
	.fax {
		display: inline-block;
	}
	.city-state-zip::before,
	.fax::before {
		display: inline-block;
	}
}
.office-info {

}
.contact-images #lg-screen {
	display: block;
}
.contact-images #mobile {
	display: none;
}
@media screen and (max-width: 74.5em) {
	.contact-images #lg-screen {
		display: none;
	}
	.contact-images #mobile {
		display: block;
	}
}
@media screen and (max-width: 54em) {
	.office-info {
		width: 100%;
	}
}
		
@media screen and (max-width: 48em) {
	.contact-wrapper {
		padding: 1em 0;
	}
	.contact-col {
		width: 100%;
		padding: 0 0 0.25em 0;
	}
	.office-info {
		width: 50%;
	}
}
@media screen and (max-width: 24em) {
	.office-info {
		width: 100%;
	}
	/*.contact-images {
		display: none;
	}*/
}

/********************
FORMS
********************/
.form-field {
	margin: 0 0 1rem 0;
}
.frm_primary_label {
	display: block;
	margin: 0 0 0.25rem 0;
	font-weight: 700;
}
.form-field input {
	box-sizing: border-box;
}
.form-field input[type="text"] {
	width: 100%;
	max-width: 20rem;
	padding: 0.25rem;
	font-family: 'Montserrat', 'europa', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.frm_dropzone.dz-clickable.frm_single_upload {
	width: 100%;
	max-width: 20rem;
}
.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
	margin: 0;
}
.frm_final_submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	max-width: 20rem;
	background-color: #000;
	border: 0;
	margin: 2rem 0;
	padding: 0.5rem;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	text-transform: lowercase;
}
.frm_error_style {
	max-width: 48rem;
	border: 3px solid #F00;
	margin: 1rem 0;
	padding: 1rem;
	color: #F00;
}
.frm_error {
	padding: 0.25rem;
	color: #F00;
	font-size: 0.8rem;
}
.frm_message {
	max-width: 48rem;
	border: 3px solid #468847;
	margin: 1rem 0;
	padding: 1rem;
	color: #468847;
}


/********************
SOCIAL ICONS
********************/
.social-icons {
	text-align: center;
}
.social-icons li {
	display: inline-block;
	overflow: hidden;	
}
.social-icons a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0.5em;
	color: #7f7f7f;
}
.social-icons a:hover {
	color: hsla(201, 100%, 45%, 1);
}
.social-name {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999em;
}
.social-icons a:before {
	font-family: FontAwesome;
	font-size: 2em;
}
.social-icons .facebook a:before {content: '\f082';}
.social-icons .twitter a:before {content: '\f099';}
.social-icons .linkedin a:before {content: '\f0e1';}
.social-icons .instagram a:before {content: '\f16d';}
.social-icons .youtube a:before {content: '\f16a';}

/*********************
SITE FOOTER
*********************/
.site-footer {
	background-color: white;
	clear: both;
	padding: 2em 1em 4em 1em;
}
.logo-menu {
	text-align: center;
	vertical-align: middle;
}
.site-footer .home-link {
	display: inline-block;
	float: none;
	margin: 0 0 1em 0;
}
.site-footer .home-link::after {
	display: none;
}
.cities,
.languages {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0 0 0.5em 0;
}


.cities a {
	display: block;
	padding: 0.25rem 0.5rem;
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
}
.cities a:hover {
	color: #7f7f7f;
}
.site-footer .languages {
	font-size: 0.875rem;
}
@media screen and (min-width: 600px) {
	.cities a {
		font-size: 1rem;
	}
	.site-footer .languages {
		font-size: 1rem;
	}
}
.back-to-top {
	display: inline-block;
	text-align: center;
}
.legal {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}

.back-to-top:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 1.5em;
}

.no-touch .tel,
.no-touch .tel:hover {
	color: #333;
	cursor: default;
}
/*********************
ASSISTIVE TEXT 
*********************/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}