@charset "UTF-8";

/* ==========================================================================
   BASE / GLOBAL
   ========================================================================== */

/* Sections */
html {
	height: 100%;
	overflow: hidden;
	font-size: 100%;
	/* text-rendering: optimizeLegibility; */
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.site-wrapper {
	font-family: "PT Sans", Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
	position: relative;
	overflow-y: scroll;
	scroll-behavior: smooth;
	display: block;
	margin: 0 auto;
	padding: 0;
	min-height: 620px;
	min-width: 320px;
	height: 100%;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

/* Text */
title { display: none; }
h1 {
	font-size: 3em;
	font-family: "Niveau Grotesk", "PT Sans", Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}
h2 {
	font-size: 2em;
	font-family: "Niveau Grotesk", "PT Sans", Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-size: 2em;
	font-family: "Niveau Grotesk", "PT Sans", Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
h5 {
	font-size: 22pt;
	font-family: "Niveau Grotesk", "PT Sans", Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
p {
	font-family: "PT Sans", Trebuchet, Helvetica, sans-serif;
	color: rgba(0,0,0,.9);
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
	max-width: 750px;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.photo-caption { color: rgba(0,0,0,.7); }

h1, h2, h3, h4, h5 { color: rgba(255,255,255, .9); }

ul { color: white; }

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: .05;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to left, white, black, white);
}

/* Links (Exterior) */
a {
	color: rgba(0,0,0,.9);
	text-decoration: none;
}
a:focus { outline: thin; }

/* Links (Interior) */
.site-content a,
.slider-container a {
	color: #eee;
	text-decoration: none;
}
.site-content a:focus,
.slider-container a:focus { outline: thin dotted; }
.site-content a:hover,
.site-content a:active,
.slider-container a:focus,
.slider-container a:active {
	color: #000;
	outline: 0;
}

/* link underlines */
.site-content a,
.slider-container a,
nav ul li a,
.header figcaption a,
button,
.information-content a,
.site-path a {
	-webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, .7);
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, .7);
	-webkit-transition: color 220ms ease-in, -webkit-box-shadow 220ms ease-in-out;
	transition: color 220ms ease-in, box-shadow 320ms ease-in-out, -webkit-box-shadow 320ms ease-in-out;
}
nav ul li a,
.header figcaption a,
.information-content a,
.site-path a {
	-webkit-box-shadow: inset 0 -2px 0 rgba(15, 15, 15, 0);
	box-shadow: inset 0 -2px 0 rgba(15, 15, 15, 0);
	padding-bottom: 1px;
}
.footer-message a,
.information-content .bio p a,
.construction p a {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 1);
}
.site-content a:focus,
.site-content a:hover,
.slider-container a:focus,
.slider-container a:hover,
nav ul li a:focus,
nav ul li a:hover,
.header figcaption a:focus,
.header figcaption a:hover,
button:focus,
button:hover,
.information-content a:focus,
.information-content a:hover,
.information-content .bio p a:focus,
.information-content .bio p a:hover,
.site-path a:focus,
.site-path a:hover,
.slider-container a.slidetitle-active:hover,
.slider-container a.slidetitle-active:focus,
.construction p a:hover,
.construction p a:focus {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.site-content a img,
.slider-container a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */

.header {
	background-color: rgba(255, 255, 255, 0.4);
	height: 59px;
	margin: 0;
	padding: 0;
	position: fixed;
	display: block;
	overflow: visible;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-color: rgba(255,255,255,.1);
	border-width: 0 0 1px 0;
	border-style: solid;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.header figure { margin: 0; margin-left: 6%; display: block; float: left; }
#masthead {
	width: 401px;
	margin-top: 17px;
	padding: 4px 0 4px 0;
	float: left;
	background: rgba(255,255,255,0);
	border-radius: 3px;
	transition: background .2s ease-in;
}
#masthead:focus, #masthead:hover {
	background: rgba(255,255,255,.05);
	transition: background .2s ease-in;
}
.header figcaption {
	font-family: "Montserrat", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
	padding-top: 7px;
	margin-left: -1px;
	clear: both;
	letter-spacing: 3.36px;
}
.header li.top-menu-item, .i {
	display: block;
	align-content: center;
	text-align: center;
}

nav {
	position: relative;
	float: right;
	display: block;
	clear: none;
	right: 0;
	height: 100px;
	overflow: visible;
	width: calc(93% - 400px);
}
nav ul { margin-top: 13px; display: inline-block; }

ul#mainprojects { margin-bottom: 0; padding-right: 65px; }

nav ul li a { color: rgba(0,0,0,.9); }
nav ul li.topmenu-item a {
	border-width: 2px;
	border-radius: 3px 3px 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,.05);
	padding: 7px 7px 5px 7px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}
nav ul li.topmenu-item a:focus,
nav ul li.topmenu-item a:hover {
	border-color: rgba(255,255,255,.5);
	color: rgba(255,255,255,.7);
}

li.topmenu-item {
	color: black;
	vertical-align: middle;
	font-size: .9em;
	padding: .2em;
	padding-top: 22px;
	padding-right: .8em;
	display: inline-block;
	letter-spacing: 1.5px;
	font-weight: bold;
}

/* Active Page Badges */
html.parkmerced-page nav #parkmerced-topnav,
html.ftf-page nav #ftf-topnav,
html.reem-page nav #reem-topnav {
	display: block;
	padding-top: 12px;
}
html.parkmerced-page nav #parkmerced-topnav a,
html.ftf-page nav #ftf-topnav a,
html.reem-page nav #reem-topnav a {
	color: rgba(255,255,255,.9);
	background: rgba(0,0,0,.3);
	font-size: 1.45em;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 7px 7px 4px 7px;
	border-width: 2px;
	border-radius: 3px 3px 0 0;
	border-style: solid;
	display: block;
	box-shadow:  0 1px 40px rgba(255, 255, 255, .15), inset 0 1px 10px rgba(0,0, 0,.2);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-font-smoothing: antialiased;
}
html.parkmerced-page nav #parkmerced-topnav a:focus,
html.parkmerced-page nav #parkmerced-topnav a:hover,
html.ftf-page nav #ftf-topnav a:focus,
html.ftf-page nav #ftf-topnav a:hover,
html.reem-page nav #reem-topnav a:focus,
html.reem-page nav #reem-topnav a:hover {
	border-color: rgba(255,255,255,.8);
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
html.parkmerced-page nav #parkmerced-topnav::after,
html.ftf-page nav #ftf-topnav::after,
html.reem-page nav #reem-topnav::after {
	opacity: .8;
	font-size: 1em;
	height: 20px;
	padding-top: 17px;
	padding-left: 5px;
	padding-right: 7px;
	margin-top: 0;
	white-space: nowrap;
	position: absolute;
	display: block;
	color: white;
	letter-spacing: 2px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-font-smoothing: antialiased;
}

/* Captions (Page) */
html.parkmerced-page nav #parkmerced-topnav::after { content: "▾ a font from a neighborhood"; }
html.ftf-page nav #ftf-topnav::after { content: "▾ a brand restructured"; }
html.reem-page nav #reem-topnav::after { content: "▾ a face for the golden gazelle"; }

/* ==========================================================================
   INFO BUTTON
   ========================================================================== */

.i {
	font-family: "Bree-Serif";
	font-size: 50px;
	color: white;
	background: black;
	display: block;
	position: fixed;
	width: 60px;
	height: 59px;
	right: 0;
	top: 0;
	cursor: pointer;
	border-radius: 3px;
	z-index: 980;
	-webkit-transition: all 220ms ease-in;
	-moz-transition: all 220ms ease-in;
	-o-transition: all 220ms ease-in;
	transition: all 220ms ease-in;
}
.i a {
	text-decoration: none;
	color: white;
	display: inline-block;
	padding: 0 9px 0 9px;
	font-weight: bold;
}
.i a:hover, .i a:active { color: #000; outline: 0; }
.i a {
	padding-bottom: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
	-webkit-transition: all 220ms ease-in;
	-moz-transition: all 220ms ease-in;
	-o-transition: all 220ms ease-in;
	transition: all 220ms ease-in;
}
.information-page .i a:focus,
.information-page .i a:hover,
.home-page .i a:focus,
.home-page .i a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	padding-bottom: 14px;
}
.i:hover {
	background-color: rgba(255, 255, 255,1);
	box-shadow: inset 0 0 10 20 rgba(255, 255, 255, 1);
}
.i:hover a { color: black; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
	overflow: visible;
	position: absolute;
	pointer-events: none;
}
.top-pad {
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
	opacity: 1;
	background: transparent;
	pointer-events: all;
	box-sizing: border-box;
	z-index: 5;
}
html.slider-page .top-pad { height: 100vh; }

.top-pad a {
	color: rgba(255,255,255,.44);
	font-size: 13px;
	line-height: 11px;
	letter-spacing: 1.5px;
	font-weight: 100;
	display: table;
	padding-top: 2px;
	padding-bottom: 3px;
	background: rgba(70,70,70,.85);
	flex: 100%;
	width: 100%;
	height: 15px;
	position: absolute;
	text-align: center;
	pointer-events: all;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	bottom: 0;
	-webkit-box-shadow: inset 0 0 22px rgba(0,0,0,.5);
	box-shadow: inset 0 0 22px rgba(0,0,0,.5);
}
.top-pad a span { display: inline-block; }
.top-pad a span#footer-up-arrow {
	opacity: .8;
	font-size: 20px;
	padding-right: 5px;
	padding-bottom: 2px;
	transform: rotateX(180deg);
	display: inline-block;
}
.top-pad a span#footer-contact-word { margin-bottom: 1px; }

.footer {
	position: relative;
	pointer-events: all;
	display: block;
	overflow: visible;
	min-height: 250px;
	height: 40vh;
	bottom: 0;
	background: rgba(200,200,200,.95);
	z-index: 500;
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.3);
	box-shadow: inset 0 0 100px rgba(0,0,0,.3);
	transition: all .2s ease-in;
}

#footer-bottom-button,
#footer-top-button {
	opacity: 0;
	width: 100%;
	position: absolute;
	padding: 0;
	pointer-events: all;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	cursor: pointer;
	border: 0;
	border-radius: 0;
}
#footer-bottom-button { height: 20px; bottom: 0; }
#footer-top-button { height: 25px; bottom: 0; background-color: rgba(0,0,0,0); }
#footer-bottom-button:focus,
#footer-bottom-button:hover,
#footer-top-button:focus,
#footer-top-button:hover { opacity: .1; }
#footer-top-button:focus,
#footer-top-button:hover { background-color: rgba(0,0,0,1); }

.footer a {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.footer a:focus,
.footer a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}
.footer-controls {
	text-align: center;
	height: 25px;
	width: 100%;
	opacity: .8;
	font-size: 20px;
	display: block;
	color: white;
	bottom: 0;
	position: absolute;
}
.footer-content { text-align: center; margin-top: 0; padding-top: 20px; }
.footer-message { display: block; width: 100%; }
.footer-message p {
	display: inline-block;
	max-width: 385px;
	font-size: 12px;
}
.footer-contact {
	margin-right: 15px;
	margin-left: -10px;
	display: inline-block;
	text-align: right;
	font-size: 15px;
	width: 215px;
}
.footer-social { display: inline-block; }
.footer-social a {
	opacity: .85;
	width: 38px;
	height: 43px;
	margin-left: 10px;
	margin-bottom: -8px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.footer-social a:hover {
	opacity: .7;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 0);
}
#social-facebook { background-image: url(https://www.kailashblack.com/images/misc/facebook-icon.png); }
#social-linkedin { background-image: url(https://www.kailashblack.com/images/misc/In-Black-128px-R.png); }
#social-pinterest { background-image: url(https://www.kailashblack.com/images/misc/pinterest.png); }
#social-instagram { background-image: url(https://www.kailashblack.com/images/misc/glyph-logo_May2016.png); }

/* ==========================================================================
   SITE CONTENT
   ========================================================================== */

.site-path {
	color: rgba(150,150,150,1) !important;
	font-weight: 500;
	display: block;
	position: fixed;
	bottom: 29px;
	text-align: right;
	letter-spacing: 1.5px;
	font-size: .8em;
	z-index: 10;
}
.site-path a {
	color: rgba(150,150,150,1) !important;
	padding-bottom: 0;
	box-shadow: none;
}
.site-path a:hover,
.site-path a:focus {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(150,150,150,1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(150,150,150,1);
}

/* Images */
img.left { float: left; clear: none; padding-right: 20px; padding-top: 8px; }

/* Buttons */
button, .button {
	background-color: #25638D;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: niveau-grotesk, "Niveau Grotesk", sans-serif;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: 3px;
	padding: .5em 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 #2b665e;
	text-transform: uppercase;
	margin-top: .5em;
	margin-bottom: .5em;
	border: none;
}
button:hover, .button:hover { background-color: #eee; color: #000; }
button:active, .button:active { position: relative; top: 1px; }

/* ==========================================================================
   CONSTRUCTION PANEL
   ========================================================================== */

.construction {
	position: fixed;
	display: table;
	overflow: hidden;
	background: #666;
	border-radius: 5px;
	margin: 120px 90px 0 6%;
	width: calc(94% - 88px);
	height: calc(100% - 178px);
	z-index: 11;
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,.02), inset 0 0 100px hsla(0,0%,0%,.5);
	box-shadow: 0 0 20px 10px rgba(0,0,0,.02), inset 0 0 150px hsla(0,0%,0%,.5);
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}
.construction::before {
	opacity: .05;
	background-color:#556;
	background-image:
		linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
		linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
		linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
		linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
		linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a),
		linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a);
	background-size: 80px 140px;
	background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.construction-symbol {
	display: inline-block;
	width: 200px;
	height: 200px;
	background-image: url(https://www.kailashblack.com/images/misc/hazard.svg);
	opacity: .75;
}
.construction-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	opacity: .7;
}
.construction-text {
	text-align: center;
	opacity: 1;
	margin: 0 10px;
	padding-bottom: 40px;
	letter-spacing: 1px;
	max-width: 280px;
	display: inline-block;
}
.construction-text p { font-weight: 800; }
.construction-mobile { padding-bottom: 10px; padding-right: 1px; }
@media (min-width: 700px) { .construction-mobile { display: none; } }
@media (max-width: 699px) { .slider-page .loader { display: none; } }

/* ==========================================================================
   PAGE WRAPPER
   ========================================================================== */

.site-content {
	margin: 120px 90px 80px 6%;
	width: calc(94% - 89px);
	height: auto;
	z-index: 1;
	background-color: rgba(255,255,255,0.13);
}
.site-content p { padding: 20px; }

.pagesection {
	display: block;
	position: relative;
	overflow: visible;
	background-repeat: no-repeat;
	z-index: 5;
	width: 100%;
	height: 60%;
	padding-top: 60px;
	filter: drop-shadow(1px 1px 20px rgba(0,0,0,.2));
}
.subsection { background-repeat: no-repeat; }
.pagesection .subsection p.photo-caption {
	color: rgba(0,0,0,.8);
	margin: 0;
	z-index: 10;
}

/* ==========================================================================
   LOADER
   ========================================================================== */

.loader {
	position: fixed;
	display: table;
	overflow: hidden;
	background: #666;
	border-radius: 5px;
	margin: 120px 90px 0 6%;
	width: calc(94% - 88px);
	height: calc(100% - 178px);
	z-index: 800;
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,.02), inset 0 0 100px hsla(0,0%,0%,.3);
	box-shadow: 0 0 20px 10px rgba(0,0,0,.02), inset 0 0 100px hsla(0,0%,0%,.3);
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}
.loader-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loader .load-text {
	text-align: center;
	opacity: .8;
	margin-top: 20px;
	padding-bottom: 40px;
	letter-spacing: 1px;
}
.loader .spinner {
	margin: auto;
	width: 100px;
	height: 100px;
	position: relative;
}
.loader .double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	-moz-animation: sk-bounce 2.0s infinite ease-in-out;
	-o-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0); transform: scale(0.0); }
	50% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}
@keyframes sk-bounce {
	0%, 100% { transform: scale(0.0); }
	50% { transform: scale(1.0); }
}

/* Section Pages */
@keyframes loaderGrowth {
	0% {
		margin: 120px 90px 0 6%;
		width: calc(94% - 89px);
		height: calc(100% - 179px);
	}
	50% {
		margin: 120px 90px 0 6%;
		width: calc(94% - 89px);
		height: calc(100% - 179px);
	}
	100% {
		opacity: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		display: none;
	}
}

html.sectioned-page .loader {
	position: absolute;
	-webkit-transition: all 2.6s ease-in;
	-moz-transition: all 2.6s ease-in;
	-o-transition: all 2.6s ease-in;
	transition: all 2.6s ease-in;
	animation: 2.6s ease-in 0s 1 loaderGrowth;
	margin: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */

.slider-container {
	-webkit-font-smoothing: antialiased;
	position: fixed;
	overflow: visible;
	text-align: left;
	background: white;
	margin: 120px 90px 10px 6%;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	border-radius: 5px;
	width: calc(94% - 90px);
	height: calc(100% - 180px);
	z-index: 10;
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 35px 0 rgba(0,0,0,.3);
}
input#slide-dot-1,
input#slide-dot-2,
input#slide-dot-3,
input#slide-dot-4,
input#slide-dot-5,
input#slide-dot-6,
input#slide-dot-7,
input#slide-dot-8,
input#slide-dot-9,
input#slide-dot-10 { display: none; }

.slide {
	width: 100%;
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 0;
	opacity: 0;
	left: 100%;
	z-index: 100;
	border-radius: 5px;
	background-size: cover;
	background-position: 50% 50%;
	background: radial-gradient(right 60%,rgba(255,255,255,.25),rgba(255,255,255,.15));
	background-origin: padding-box;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
[id^="slide"]:checked + .slide {
	left: 0;
	z-index: 100;
	opacity: 1;
	overflow: scroll;
}

/* Links and Labels */
.slide-content-wrapper {
	display: flex;
	position: absolute;
	padding-top: 20px;
	margin-right: 2%;
	top: 0;
	right: 0;
	margin-left: 1%;
	width: 43%;
	text-align: justify;
	flex-wrap: wrap;
	justify-content: space-between;
}
.slidetitle-current { margin-right: -3px; }
.slide-selector-active, .slide-selector {
	opacity: .8;
	flex-basis: 33%;
	text-align: center;
	border-radius: 10px;
	padding-top: 14px;
	display: inline-block;
	color: #252525;
	-webkit-transition: all 480ms ease-in;
	-moz-transition: all 480ms ease-in;
	-ms-transition: all 480ms ease-in;
	-o-transition: all 480ms ease-in;
	transition: all 480ms ease-in;
}
.slide-selector-active:hover,
.slide-selector-active:focus,
.slide-selector:hover,
.slide-selector:focus { opacity: 1; }
.slide-selector-active {
	border-top: 1px solid rgba(0,0,0,.4);
	box-shadow: inset 0 6px 6px rgb(0 0 0 / 5%);
	font-weight: 800;
	color: rgba(200,200,200,.3) !important;
}
.slidetitle-current, .slidetitle {
	white-space: nowrap;
	font-size: 100%;
	font-family: "Ubuntu", "PT Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.1em;
	font-weight: 200;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	padding-top: 10px;
}

.slide-body p {
	color: rgba(255,255,255,1);
	word-break: break-word;
	white-space: normal;
	margin: 1em 1.3em;
}
.slide-body p:first-child { margin-top: .8em; }
.slide-body p:last-child { margin-bottom: .8em; }
.slide-body p:first-of-type:first-letter {
	font-family: "Ubuntu", "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
	float: left;
	padding-right: 4px;
	font-size: 53px;
	margin-left: -4px;
	margin-right: -2px;
	margin-top: 6px;
	line-height: 34px;
}
.slide-body {
	color: rgba(255,255,255,1);
	flex-basis: 100%;
	margin-top: 10px;
	border-radius: 3px;
	text-align: left;
	padding: 1em;
	display: block;
	width: 100%;
	float: right;
	background: rgba(0,0,0,0.55);
	max-height: calc(100% - 194px);
	overflow-y: scroll;
	z-index: 200;
}
.slide-body-wbutton { max-height: calc(100% - 245px); }
.slide-body p a {
	display: inline;
	color: rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, .9);
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, .9);
}
.slide-body p a:hover,
.slide-body p a:focus,
.slide-body p a:active {
	color: rgba(190,190,190,1);
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(255, 255, 255, .9);
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0), 0 2px 0 rgba(255, 255, 255, .9);
}
.slide-body::-webkit-scrollbar { width: 14px; height: 18px; }
.slide-body::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid rgba(0,0,0,0);
	background-clip: padding-box;
	border-radius: 7px;
	background-color: rgba(200, 200, 200, 0.65);
	box-shadow: inset -1px -1px 0 rgba(0,0,0,0.05), inset 1px 1px 0 rgba(0,0,0,0.05);
}
.slide-body::-webkit-scrollbar-button { width: 0; height: 0; display: none; }

.slidetitle-no-link, .slidetitle-no-link span { cursor: auto !important; pointer-events: none; }

.slide .button {
	display: block;
	font-size: 18px;
	color: rgba(250,250,250,1);
	border-color: rgba(169,169,169,.5);
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin-right: 4%;
	margin-top: 15px;
	background: rgba(0,0,0,.2);
	text-shadow: -2px 2px 0 rgba(0,0,0,.2);
	padding: 11px;
	-webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 0 30px 0 rgba(0,0,0,.4);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.slide .button:focus,
.slide .button:hover {
	-webkit-box-shadow: inset 0 0 30px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 0 30px 0 rgba(255,255,255,.5);
	color: rgba(255,255,255,.7);
}

/* Slider links */
.slider-container label,
.slider-container a {
	color: rgba(0,0,0,.85);
	cursor: pointer;
	display: inline-block;
	background-size: 100% 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.slider-container a.slidetitle-active { display: inline-block; width: auto; }
.slider-container a.slidetitle-active:hover,
.slider-container a.slidetitle-active:focus {
	background-image: linear-gradient(180deg,transparent 50%,rgba(255,255,255,0.1) 0);
	background-size: 100% 80%;
}
.slider-container label:hover,
.slider-container label:focus {
	background-image: linear-gradient(180deg,transparent 65%,rgba(255,255,255,0.2) 0);
	background-size: 100% 85%;
}
.slider-container a:focus, .slider-container a:hover { color: #000; }

/* Image Slider */
.dominant-img-wrap {
	display: inline-block;
	text-align: center;
	margin-left: 2%;
	width: 47%;
	height: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.dom-wrap-single .dominant-img-scroller { overflow: hidden; height: calc(100% - 100px); }
.dom-wrap-single .dominant-image-nav { display: none; }

scroll-container.dominant-img-scroller {
	display: block;
	margin-top: 50px;
	height: calc(100% - 100px);
	overflow-y: scroll;
	scroll-behavior: smooth;
	filter: drop-shadow(0 0 13px rgba(0,0,0,.8));
}
scroll-container.dominant-img-scroller::-webkit-scrollbar,
scroll-container.dominant-img-scroller::-webkit-scrollbar-thumb,
scroll-container.dominant-img-scroller::-webkit-scrollbar-button { display: none; }

scroll-page.dominant-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.dominant-image-nav {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.dominant-image-nav-link {
	width: 16px;
	height: 16px;
	margin: 2px;
	border-radius: 50%;
	background: rgba(60,60,60,.6);
}
.dominant-image-nav .active-1,
.dominant-image-nav .active-2,
.dominant-image-nav .active-3 { background: rgba(25,25,25,.7); }

/* ==========================================================================
   INTRO SELECTOR (HOME)
   ========================================================================== */

.intro-selector {
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.9);
	position: fixed;
	overflow: hidden;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	margin: 120px 90px 10px 6%;
	width: calc(94% - 90px);
	height: calc(100% - 180px);
	z-index: 10;
	-webkit-box-shadow: inset 0 0 150px 3px rgba(0,0,0,.5);
	box-shadow: inset 0 0 150px 3px rgba(0,0,0,.5);
}
a.intro-link {
	background-color: rgba(255,255,255,.35);
	color: rgba(255,255,255,.75);
	width: 100%;
	height: 33.333%;
	display: block;
	position: relative;
	overflow: hidden;
	background-size: 100%;
	-webkit-box-shadow: inset -220px 60px 200px rgba(0,0,0,.9);
	box-shadow: inset -220px 60px 200px rgba(0,0,0,.9);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.intro-link:focus .intro-title-bar,
.intro-link:hover .intro-title-bar {
	width: calc(100% - 4px);
	background: rgba(255,255,255,1);
}
.home-img-wrapper {
	display: block;
	height: 100%;
	width: calc(100% - 330px);
	overflow: hidden;
	position: absolute;
}
.home-slider-img {
	display: inline-block;
	height: 100%;
	width: auto;
	padding: 0 .5%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,.7));
}
.home-caption-container {
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap;
}

.intro-link-title,
.intro-link-subtitle { z-index: 10; }

.intro-link-title {
	font-family: "Noto Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.9em;
	line-height: 1em;
	display: inline-block;
	padding-top: .8em;
	padding-right: 25px;
}
.intro-link-subtitle {
	font-weight: 100;
	letter-spacing: 1px;
	font-family: "Courier";
	display: block;
	padding-right: 27px;
	margin: .8em 0 0 2em;
}
.intro-title-bar {
	background: rgba(255,255,255,.5);
	height: 2px;
	width: 0%;
	float: right;
	transition: all .2s ease-in;
	margin-top: 7px;
	margin-right: 3px;
}

/* FTF Background */
.intro-ftf-link::before {
	z-index: -1;
	opacity: .3;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
		linear-gradient(225deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px) 0 64px;
	background-color: #708090;
	background-size: 64px 128px;
	content: '';
	border-bottom: 1px solid #666666;
}
.intro-ftf-link { z-index: 2; background: rgba(20,30,48,.7); }
.intro-ftf-link::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,.0), rgba(0,0,0,.3));
	z-index: -1;
}

/* Parkmerced Background */
.intro-parkmerced-link::before {
	z-index: -1;
	opacity: .3;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(148,80,6,.5);
	background-image:
		repeating-linear-gradient(120deg, rgba(255,255,255,.2) 0 1px, transparent 1px 60px),
		repeating-linear-gradient(60deg, rgba(255,255,255,.2) 0 1px, transparent 1px 60px),
		linear-gradient(60deg, rgba(0,0,0,.3) 25%, transparent 25% 75%, rgba(0,0,0,.3) 75%, rgba(0,0,0,.2)),
		linear-gradient(120deg, rgba(0,0,0,.3) 25%, transparent 25% 75%, rgba(0,0,0,.3) 75%, rgba(0,0,0,.2));
	background-size: 70px 120px;
	content: '';
	border-bottom: 1px solid #666666;
}
.intro-parkmerced-link { z-index: 2; background: rgba(20,30,48,.7); }
.intro-parkmerced-link::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.2));
	z-index: -1;
}

/* Reem Background */
.intro-reem-link::before {
	z-index: -1;
	opacity: .1;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,1) 23.5%,rgba(0,0,0,0) 0)21px 30px,
		radial-gradient(circle farthest-side at 0% 50%,rgba(0,0,0,.9) 24%,rgba(240,166,17,0) 0)19px 30px,
		linear-gradient(rgba(255,255,255,1) 14%,rgba(0,0,0,0) 0, rgba(240,166,17,0) 85%,rgba(255,255,255,1) 0)0 0,
		linear-gradient(150deg,rgba(255,255,255,1) 24%,rgba(0,0,0,.9) 0,rgba(0,0,0,.9) 26%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 74%,rgba(0,0,0,.9) 0,rgba(0,0,0,.9) 76%,rgba(255,255,255,1) 0)0 0,
		linear-gradient(30deg,rgba(255,255,255,1) 24%,rgba(0,0,0,.9) 0,rgba(0,0,0,.9) 26%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 74%,rgba(0,0,0,.9) 0,rgba(0,0,0,.9) 76%,rgba(255,255,255,1) 0)0 0,
		linear-gradient(90deg,rgba(0,0,0,.9) 2%,rgba(255,255,255,1) 0,rgba(255,255,255,1) 98%,rgba(0,0,0,.9) 0%)0 0 rgba(255,255,255,1);
	background-size: 40px 60px;
	content: '';
	filter: blur(1.7px);
	transform: scale(1.01);
}
.intro-reem-link {
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(10,10,10,1), rgba(25,20,55,.9));
	background-size: 100% 100%;
}
.intro-reem-link::after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.2));
	z-index: -1;
}

/* ==========================================================================
   BACKGROUND OVERLAY
   ========================================================================== */

.background {
	opacity: 1;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	overflow: hidden;
	z-index: 0;
	background: rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 0 60px 30px rgba(0,0,0,.45);
	box-shadow: inset 0 0 60px 30px rgba(0,0,0,.45);
	transform: scale(1.05);
}
.background::after {
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.15));
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (max-width:1150px) {
	.slidetitle-current { font-size: 160%; }
	nav #mainprojects { display: none; }
}

/* Home */
@media (max-width: 1235px) {
	.intro-link-title { font-size: 1.6em; }
	.intro-link-subtitle { font-size: .9em; }
	.intro-title-bar { height: 1.5px; }
}

@media (max-width: 800px) {
	.intro-link-title { font-size: 1.2em; }
	.intro-link-subtitle { font-size: .75em; }
	.intro-title-bar { height: 1px; }
}

@media (max-width: 958px) {
	.intro-selector,
	.slider-container,
	.loader,
	.construction-mobile {
		margin: 70px 90px 6% 6%;
		height: calc(100% - 110px);
		width: 88%;
	}
	.home-caption-container { height: 100%; }

	.intro-link-title {
		margin-right: 10px;
		margin-top: 10px;
		transform-origin: center right;
		font-size: .9em;
		padding: 0;
	}
	.intro-link-subtitle {
		font-size: 65%;
		padding-right: 7px;
		display: none;
	}
	.header figure { margin-left: 6%; }
	.home-img-wrapper {
		width: calc(100% - 20px);
		text-align: left;
		white-space: nowrap;
		height: 83%;
		bottom: 0;
	}

	/* Slider */
	.slider-container,
	.construction-mobile {
		height: calc(100% - 135px);
		width: 73%;
	}
	.slide-content-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		text-align: center;
	}
	.slider-container a.slidetitle-active {
		padding-bottom: 7px;
		display: block;
		text-align: center;
	}
	.slide-selector-active, .slide-selector { float: none; }
	.slidetitle-current { font-size: 1em; }
	.slidetitle { font-size: .6em; }
	.slide-selector-active {
		padding-bottom: 2px;
		padding-top: 8px;
		margin: 0;
		display: block;
		text-align: center;
	}
	.slide-selector { height: 18px; }
	.slide-body {
		position: absolute;
		width: 94%;
		height: 200px;
		max-height: none;
		margin: 0 3%;
		bottom: 7px;
		text-align: left;
	}
	.slide .button { display: none; }

	#home-ftf-3,
	#home-reem-3 { display: none; }

	.dominant-img-wrap {
		width: 94%;
		height: 48%;
		margin: 60px 3% 0;
		position: absolute;
	}
	.slide-body p { font-size: .9em; line-height: 1.4em; margin: 10px !important; }

	nav { width: calc(93% - 250px); }
	#masthead { max-width: 270px; margin-top: 16px; }
	.header figcaption {
		padding-left: 1px;
		font-size: 8.7px;
		top: 0;
		padding-top: 6px;
		position: absolute;
		letter-spacing: 2px;
		display: none;
	}
	.header {
		height: 45px;
		margin: 0;
		padding: 0;
		position: fixed;
		display: block;
		top: 0;
		width: 100%;
		z-index: 500;
	}
	#mobile-bio { display: block !important; }
	.information-content #bio-img-karwash { width: 30%; }
	#desktop-bio { display: none; }

	div.footer-contact { text-align: center; margin: 0; }
	a#social-facebook { margin: 0; }
}

/* Accordion Fix */
@media (max-height: 650px) {
	nav .accordion { height: 448px; }
}

/* ==========================================================================
   FONT DECLARATIONS (Typekit classes + @font-face mirrors)
   ========================================================================== */

.tk-raleway { font-family: "raleway", sans-serif; }
.tk-ff-tisa-sans-web-pro { font-family: "ff-tisa-sans-web-pro", sans-serif; }
.tk-niveau-grotesk { font-family: "niveau-grotesk", sans-serif; }

/* Raleway */
@font-face {
	font-family: tk-raleway-n7;
	src: url(https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
		 url(https://use.typekit.net/af/73e1a8/00000000000000003b9b13b9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
	font-weight: 700; font-style: normal; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-raleway-n4;
	src: url(https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
		 url(https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
	font-weight: 400; font-style: normal; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-raleway-i4;
	src: url(https://use.typekit.net/af/f99f28/00000000000000003b9b13b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/f99f28/00000000000000003b9b13b2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
		 url(https://use.typekit.net/af/f99f28/00000000000000003b9b13b2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
	font-weight: 400; font-style: italic; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-raleway-i7;
	src: url(https://use.typekit.net/af/804528/00000000000000003b9b13b8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/804528/00000000000000003b9b13b8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
		 url(https://use.typekit.net/af/804528/00000000000000003b9b13b8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
	font-weight: 700; font-style: italic; font-stretch: normal; font-display: auto;
}

/* FF Tisa Sans */
@font-face {
	font-family: tk-ff-tisa-sans-web-pro-n7;
	src: url(https://use.typekit.net/af/6dd34d/00000000000000003b9b0796/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/6dd34d/00000000000000003b9b0796/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
		 url(https://use.typekit.net/af/6dd34d/00000000000000003b9b0796/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
	font-weight: 700; font-style: normal; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-ff-tisa-sans-web-pro-i7;
	src: url(https://use.typekit.net/af/ee7efe/00000000000000003b9b0797/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/ee7efe/00000000000000003b9b0797/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
		 url(https://use.typekit.net/af/ee7efe/00000000000000003b9b0797/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
	font-weight: 700; font-style: italic; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-ff-tisa-sans-web-pro-i4;
	src: url(https://use.typekit.net/af/30ad0e/00000000000000003b9b0793/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/30ad0e/00000000000000003b9b0793/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
		 url(https://use.typekit.net/af/30ad0e/00000000000000003b9b0793/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
	font-weight: 400; font-style: italic; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-ff-tisa-sans-web-pro-n4;
	src: url(https://use.typekit.net/af/6f55e9/00000000000000003b9b0792/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/6f55e9/00000000000000003b9b0792/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
		 url(https://use.typekit.net/af/6f55e9/00000000000000003b9b0792/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
	font-weight: 400; font-style: normal; font-stretch: normal; font-display: auto;
}

/* Niveau Grotesk */
@font-face {
	font-family: tk-niveau-grotesk-i4;
	src: url(https://use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
		 url(https://use.typekit.net/af/6f13fb/00000000000000003b9ad459/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
	font-weight: 400; font-style: italic; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-niveau-grotesk-n4;
	src: url(https://use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
		 url(https://use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
		 url(https://use.typekit.net/af/dc8fcf/00000000000000003b9ad458/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
	font-weight: 400; font-style: normal; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-niveau-grotesk-i7;
	src: url(https://use.typekit.net/af/4cc9ca/00000000000000003b9ad44d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/4cc9ca/00000000000000003b9ad44d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
		 url(https://use.typekit.net/af/4cc9ca/00000000000000003b9ad44d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
	font-weight: 700; font-style: italic; font-stretch: normal; font-display: auto;
}
@font-face {
	font-family: tk-niveau-grotesk-n7;
	src: url(https://use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
		 url(https://use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
		 url(https://use.typekit.net/af/2a7fcc/00000000000000003b9ad44c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
	font-weight: 700; font-style: normal; font-stretch: normal; font-display: auto;
}
