@font-face {
	font-family: 'Switzer-Extralight';
	src: url('../fonts/Switzer-Extralight.woff2') format('woff2'),
		 url('../fonts/Switzer-Extralight.woff') format('woff'),
		 url('../fonts/Switzer-Extralight.ttf') format('truetype');
		 font-weight: 200;
		 font-display: swap;
		 font-style: normal;
  }
@font-face {
font-family: 'Switzer-Light';
src: url('../fonts/Switzer-Light.woff2') format('woff2'),
		url('../fonts/Switzer-Light.woff') format('woff'),
		url('../fonts/Switzer-Light.ttf') format('truetype');
		font-weight: 300;
		font-display: swap;
		font-style: normal;
}
@font-face {
font-family: 'Switzer-Regular';
src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
		url('../fonts/Switzer-Regular.woff') format('woff'),
		url('../fonts/Switzer-Regular.ttf') format('truetype');
		font-weight: 400;
		font-display: swap;
		font-style: normal;
}
@font-face {
	font-family: 'Switzer-Medium';
	src: url('../fonts/Switzer-Medium.woff2') format('woff2'),
		 url('../fonts/Switzer-Medium.woff') format('woff'),
		 url('../fonts/Switzer-Medium.ttf') format('truetype');
		 font-weight: 500;
		 font-display: swap;
		 font-style: normal;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
	outline-style:none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{
	outline:none;
	outline-style:none;
}
html{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	-o-box-sizing:border-box;
    box-sizing:border-box;
}
body{
    background: #fff;
    color: var(--lam-black-color-font);
	line-height:1;
	font: 100% 'Switzer-Extralight', sans-serif;
	font-weight:100;
}
html, body{
	height:100%;
}
*, *:before, *:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	-o-box-sizing:border-box;
    box-sizing: border-box;
}
ul{
	list-style:none;
}
a, ol li a, ul li a{
	text-decoration:none;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
acronym{
	cursor:help;
	border-bottom: 1px dashed #333;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
hr{
	display:none;
}
.hide{
	display:none;
}
.clear{
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
	display:block;
}
img{
	border:none;
}
/* ALIGN */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
img,
embed,
object,
video {
  max-width: 100%;
}
/********** WEBSITE STYLES  **********/

/***** CSS CUSTOM PROPERTIES *****/

:root{
	--lam-bg: #F7F7F7;
	--lam-header-height: 200px;

	--lam-black-font: #000;
	--lam-dark-gray-font: #575757;
	--lam-light-gray-font: #9D9C9C;
	--lam-darker-gray: #231F20;
	--lam-footer-copyright: #847F81;
	--lam-border-lines: #707070;

}

/***** END CSS CUSTOM PROPERTIES *****/
html{
	scroll-behavior: smooth;
}
body{
	font-size: 16px;
}
#wrapper{
	background: var(--lam-bg);
	padding: 0;
	position: relative;
}
#wrapper.main{
	align-content: center;
    height: 100vh;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
#header-container,
#header,
#logo,
#site-nav ul,
#site-nav ul li.languages,
#site-nav ul li ul,
.two-columns,
.team-lists,
.back-home,
.category-list li,
.category-title,
.category-thumb,
.category-arrow,
.projects-container,
.project-gallery,
.another-projects,
.award-year,
.contact-item,
#footer,
.footer-contact ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.project-gallery,
.award-panel,
.contact-items,
.contact-item span{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
#wrapper,
#content-container,
#content.main-content,
#main-slider,
.lam-slide,
.team-list li,
.category-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
}
#header-container,
#content-container,
#footer-container{
	background: #fff;
	padding:0;
	width: 100%;
}
#header-container{
	position:fixed;
    top:0;
    right: 0;
	z-index: 1000;
}
#header{
	justify-content: space-between;
	align-items:center;
	background: var(--lam-bg);
	height: 40px;
	padding: 80px 8%;
	width: 100%;
}
#logo{
	align-items: center;
	color: var(--lam-black-font);
	width: 50%;
}
.logo-lam{
	max-width: 220px;
}
#site-nav{
}
#site-nav ul li{
	margin: 0 0 0 70px;
	position: relative;
}
#site-nav ul li a,
.back-home span a{
	color: var(--lam-light-gray-font);
	font-family: 'Switzer-Extralight', sans-serif;
	font-size: 20px;
	font-weight: 100;
}
#site-nav ul li a:hover,
#site-nav ul li a.active,
.back-home span a:hover{
	color: var(--lam-black-font);
	font-weight: 100;
}
#site-nav ul li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: -50%;
	width: fit-content;
}
#site-nav ul li:hover > ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 20px 0;
}
#site-nav ul li:hover > ul li{
	margin: 0 30px 0 0;
	padding: 0;
}
#site-nav ul li.languages{
	color: var(--lam-light-gray-font);
}
#site-nav ul li.languages a{
	margin: 0 6px;
}
#site-nav ul li.languages a:hover,
#site-nav ul li.languages a.active{
	color: var(--lam-black-font);
	font-weight: 100;
}
#responsive-nav{
	display: none;
}
#content{
	background: var(--lam-bg);
	padding: 250px 8% 30px;
	width: 100%;
}
#content-container{
	scroll-behavior: smooth;
}
#content-container.main-content-container{
	height: 100vh;
}
#content.main-content{
	justify-content: center;
	height: 100%;
	padding: 0 8%;
}
#main-slider{
	margin: 0;
	padding: 0;
    width: 100%;
}
.two-columns{
	width: 100%;
}
.three-col{
	width: 33%;
}
.straight-col{
	width: 25%;
}
.wide-col{
	padding: 80px 0 0;
	width: 75%;
}
.section-title{
	margin: 0 0 30px 0;
	position: sticky;
	top: 200px;
	width: 100%;
	z-index:101;
}
.section-title h1{
	font-family: 'Switzer-Light';
	font-size: 35px;
	font-weight: 300;
}
.team-lists{
	justify-content: space-between;
	width: 100%;
}
.team-list{
	width: 33%;
}
.team-list li{
	margin: 0 0 40px 0;
	width: 100%;
}
.team-list li span{
	width:100%;
}
.team-list span.initials{
	font-family: 'Switzer-Medium';
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.team-list span.name{
	font-size: 21px;
}
.back-home{
	justify-content: flex-end;
	margin: 170px 0 0;
	position: relative;
	width: 100%;
}
.back-home span a{
	color: var(--lam-light-gray-font);
}

.historical-projects{
	width: 100%;
}
.historical-projects p{
	font-size: 20px;
	line-height: 1.5em;
}
.historical-projects p span{
	border-right: 1px solid var(--lam-light-gray-font);
	padding: 0 5px 0 4px;
}
.historical-project .last,
.historical-project-link.last{
	border-right: none;
}
.historical-year{
	color: var(--lam-black-font);
}
.historical-project-link,
.historical-project-link a{
	color: var(--lam-dark-gray-font);
}
.historical-project-link a:hover{
	text-decoration: underline;
}
.historical-project{
	color: var(--lam-light-gray-font);
}
.category-list-container{
	width: 100%;
}
.category-list{
	width: 100%;
}
.category-list li{
	align-items: center;
	border-bottom: 2px solid var(--lam-border-lines);
	padding: 12px 0;
}
.category-title{
	padding: 0 0 0 5%;
	width: 60%;
}
.category-title h2{
	font-family: 'Switzer-Light';
	font-size: 28px;
	font-weight: 300;
}
.category-thumb{
	width: 35%;
}
.category-arrow{
	justify-content: flex-end;
	font-size: 21px;
	width: 5%;
}
.category-title a,
.category-thumb a,
.category-arrow a{
	color: var(--lam-black-font∫)
}
.projects-container{
	justify-content: space-between;
	width: 100%;
}
.narrow-projects-list{
	padding: 0 3%;
	width: 44%;
}
.narrow-projects-list li,
.wide-projects-list li{
	margin: 400px 0;
}
.narrow-projects-list li:first-child{
	margin: 200px 0 400px;
}
.wide-projects-list li:first-child{
	margin: 0 0 400px;
}
.project-thumb{
	margin: 0 0 30px 0;
}
.project-title{
	margin: 0;
}
.project-title a,
.project-location p{
	font-family: 'Switzer-Light';
	font-size: 18px;
}
.project-title a{
	color: var(--lam-black-font);
}
.project-location p{
	color: var(--lam-dark-gray-font);
}
.wide-projects-list{
	padding: 0 0 0 3%;
	width: 54%;
}
.another-projects{
	width: 100%;
}
.another-projects h3{
	border-bottom: 1px solid var(--lam-border-lines);
	color: var(--lam-darker-gray);
	font-family: 'Switzer-Regular';
	font-size: 23px;
	margin: 0 0 80px 0;
	padding: 0 0 10px 13px;
}
.another-project{
	padding: 0 0 0 22px;
}
.another-project a{
	color: var(--lam-darker-gray);
}
.another-project a h2{
	font-size: 18px;
}
.another-project p{
	color: var(--lam-dark-gray-font);
	font-size: 18px;
}
.project-info{
	padding: 0 30px 0 0;
	position: sticky;
	top: 260px;
}
.project-data{
	margin: 0 0 36px 0;
}
.project-data ul li{
	color: var(--lam-dark-gray-font);
	font-family: 'Switzer-Light';
	font-size: 18px;
	margin: 0 0 5px 0;
}
.project-memory{
	display: block;
	height: fit-content;
	overflow-y: scroll;
}
.project-memory p{
	color: var(--lam-dark-gray-font);
	font-family: 'Switzer-Extralight';
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}
.project-gallery{
	justify-content: flex-end;
}
.col-7-size{
	margin: 0 0 200px 0;
	width: 77%;
}
.col-6-size{
	margin: 0 0 200px 0;
	width: 66%;
}
.col-4-size{
	margin: 0 0 200px 0;
	padding: 0 0 0 2%;
	width: 38%;
}
.xtra-pad{
	padding: 200px 0 0 0;
}
.awards-list-container{
	width: 100%;
}
.award-list{
	width: 100%;
}
/*********************/
/***** ACCORDION *****/
/*********************/
.award-year{
	background: var(--lam-bg);
	border: none;
	font-family: 'Switzer-Light';
	font-size: 28px;
	outline: none;
	cursor: pointer;
	justify-content: space-between;
	padding: 20px 10px;
	transition: 0.4s;
	width: 100%;
}
.award-panel{
	border-bottom: 1px solid var(--lam-border-lines);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.award{
	margin: 0 0 60px 3%;
	padding: 40px 10px;
	width: 30%;
}
/*********************/
/***** END ACCORDION *****/
/*********************/
.work,
.prize,
.place{
	font-size: 21px;
	line-height: 1.2em;
	margin: 0 0 8px 0;
}
.work{
	color: var(--lam-darker-gray);
	font-family: 'Switzer-Light';
}
.prize,
.place{
	color: var(--lam-dark-gray-font);
	font-family: 'Switzer-Extralight';
}
#content.contact-content{
	padding: 200px 8% 30px;
}
#contact .wide-col{
	padding:  150px 0 0;
}
.contact-items{
	justify-content: center;
	align-items: center;
	width: 100%;
}
.contact-item{
	align-self: center;
	margin: 0 0 100px 0;
	width: 50%;
}
.contact-item > img{
	margin: 0 75px 0 0;
}
.contact-item span{
	color: var(--lam-darker-gray);
	font-family: 'Switzer-Light';
	height: 32px;
	font-size: 26px;
	line-height: 1.4em;
}
.contact-item span img{
	margin: 0 20px;
}
#footer-container{
	position: fixed;
    bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#footer{
	justify-content: space-between;
	align-items:flex-start;
    align-self: center;
	background: var(--lam-bg);
	height: 20px;
	padding: 40px 8% 60px;
    width: 100%;
}
.legals{
	align-self: self-end;
	color: var(--lam-footer-copyright);
	width: 50%;
}
.legals p{
	font-family: 'Switzer-Regular';
	font-size: 20px;
}
.footer-contact{
	align-self: self-end;
}
.footer-contact ul li{
	margin: 0 0 0 100px;
	position: relative;
}
.footer-contact ul li a{
	color: var(--lam-light-gray-font);
	font-family: 'Switzer-Extralight';
	font-size: 20px;
	font-weight: 100;
}
.footer-contact ul li a:hover,
.footer-contact ul li a.active{
	color: var(--lam-black-gray-font);
	font-weight: 100;
}
.footer-contact ul li ul{
	display: none;
	position: absolute;
	top: 100%;
	right: -90%;
	width: 200px;
}
.footer-contact ul li:hover > ul{
	display: block;
	margin: 0;
	padding: 10px 0;
}
.footer-contact li:hover > ul li{
	display: block;
	margin: 0;
	padding: 0;
}
/******************************/
/***** STYLES FOR LAPTOPS *****/
/******************************/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) {
	
}
/******************************/
/***** STYLES FOR IPADS *****/
/******************************/
@media only screen 
and (min-device-width: 767.8px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	#site-nav{
		display:none;
	}
	#responsive-nav{
		display: none;
	}
}