*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

html, body { 
	height: 100%;
	}

body {
	font: 100% 'AndersonGrotesk', Helvetica, Arial, sans-serif;
	color: #020202;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-weight: 400;
	}
	
img {
	max-width: 100%;
	height: auto;
	}

video {
	border-radius: 24px;
	margin-bottom: 0 !important;
	}

/* Reset */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
	}

article, aside, footer, header, nav, section {
	display: block; 
	}

/* Type */

@font-face {
	font-family:"AndersonGrotesk"; 
	src: url(../type/Anderson-Grotesk/AndersonGrotesk-Light.otf);
	font-weight: 300;
	}

@font-face {
	font-family:"AndersonGrotesk"; 
	src: url(../type/Anderson-Grotesk/AndersonGrotesk.otf);
	font-weight: 400;
	}

@font-face {
	font-family:"AndersonGrotesk"; 
	src: url(../type/Anderson-Grotesk/AndersonGrotesk-Bold.otf);
	font-weight: 500;
	}

@font-face {
	font-family:"AndersonGrotesk"; 
	src: url(../type/Anderson-Grotesk/AndersonGrotesk-Ultrabold.otf);
	font-weight: 600;
	}

@font-face {
	font-family:"Nohemi"; 
	src: url(../type/Nohemi/Nohemi-Medium.otf);
	font-weight: 500;
	}

@font-face {
	font-family:"Nohemi"; 
	src: url(../type/Nohemi/Nohemi-SemiBold.otf);
	font-weight: 600;
	}

p {
	margin-bottom: 1.25em;
	font-size: 1em;
	line-height: 1.75;
	opacity: 80%;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 300;
	line-height: 1.3;
	}

h1 {
	font: 100% 'Nohemi', AndersonGrotesk, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	}

h2 {
	font: 100% 'Nohemi', AndersonGrotesk, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2;
	}

h3 {
	font: 100% 'Nohemi', AndersonGrotesk, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 36px;
	}

h4 {
	font-size: 26px;
	line-height: 130%;
	font-weight: 400;
	}

.caption {
    font-style: italic;
    text-align: center;
    width: 100%;
    margin: 24px auto 24px;
    font-size: 1.125em;
	}

.caption.light {
	color: #FFF;
	}

.overline {
	font-family: "AndersonGrotesk";
	font-size: 14px;
	margin-bottom: 32px;
	text-transform: uppercase;
	color: #011118;
	font-weight: 400;
	border: 1px solid #020202;
	border-radius: 16px;
	padding: 4px 8px 0;
	line-height: 1;
	display: inline-block;
	}

.intro-large {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 400;
	opacity: 0.9;
	}

.project-intro h2 {
	margin-bottom: 0;
	color: #5D97B1;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	}

.project-intro p {
	font-size: 18px;
	}

.project-intro img {
	margin-top: 48px;
	}

.contents .project-intro h1 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 44px;
	line-height: 1;
	}

.contact h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0.5em;
	}

.contact ul {
	border-top: 1px solid #487F97; 
	border-bottom: 1px solid #487F97; 
	padding: 24px 0; 
	margin-bottom: 40px;
	}

.link {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	color: #020202;
	padding-right: 28px;
	background: transparent url(../images/icon-diagonal-arrow-right-up.svg) no-repeat top right;  
	}

.nav {
	padding: 24px 24px 0;
	overflow: auto;
	}

.nav ul {
	list-style-type: none;
  	margin: 8px 0 0;
  	padding: 0;
  	display: inline-block;
	}

.nav ul li {
	display: inline-block;
	margin-right: 32px;
	}

.nav ul li a {
	color: #020202;
	}

.nav ul li a:hover {
	opacity: 0.5;
	}

.nav img {
	float: left;
	margin-right: 32px;
	}

.home .nav {
	padding: 0;
	position: absolute;
	top: 24px;
	}

@media screen and (min-width: 1025px) {
p {
	font-size: 1.125em;
	}

h1 {
	font-size: 72px;
	}

h2 {
	font-size: 60px;
	}

h3 {
	font-size: 30px;
	line-height: 44px;
	}

.intro-large {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 400;
	}

.contact h2 {
	font-size: 56px;
	line-height: 1;
	}

.nav {
	padding: 24px 72px 0;
	}

.home .nav {
	top: 0;
	}

.contents .project-intro h1 {;
	font-size: 72px;
	margin-bottom: 0;
	}

.project-intro h2 {
	font-size: 28px;
	line-height: 1.5;
	}
}

@media screen and (min-width: 1920px) {
h1 {
	font-size: 84px;
	}

.flex-container {
	max-height: 1080px;
	}
}
	
/* Lists */

ul {
	margin-bottom: 1.25em;
	list-style-position: inside;
	line-height: 1.75;
	font-size: 1em;
	}


@media screen and (min-width: 1025px) {
	ol { 
	    counter-reset: item;
	    list-style-type: none;
	}

	ol li {
	    list-style-type: decimal-leading-zero;
	    list-style-position: outside;
	    display: block;
	}

	ul {
	font-size: 1.125em;
	}
}

/* Links */

a {
	color: #5D97B1;
	text-decoration: none;
	}

a:hover, a:focus {
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s; 
	-webkit-transition: all 0.2s ease-in-out 0s;
	}

a img {
	border: none; 
	}

a[href*="#"] img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}
	
a[href*="#"] img:hover {
	opacity: 0.5;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}

.button, .button-secondary {
	background: #222;
	color: #FFF;
	display: inline-block;
	padding: 1em 1.5em;
	border-radius: 32px;
	font-size: 15px;
	font-weight: 400;
	height: 48px;
	line-height: 1.3;
	}
	
.button:hover, .button-secondary:hover  {
	opacity: 0.7;
	}

.button.light {
	background: #FFF;
	color: #222;
	}

.button-secondary {
	background: #FFF;
	border: 1px solid #222;
	color: #222;
	}
	
/* Layout */

.container {
	margin: 24px;
	border-radius: 16px;
	background: #f2f2f2;
	padding: 80px 0;
	position: relative;
	}

.container .flex-container {
	min-height: initial;
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
	}

.container .flex-child {
	justify-content: initial;
	border-radius: 0;
	}

.container .flex-child img {
	border-radius: 0;
	}

.container .flex-child p {
	max-width: initial;
	}

.container .contents {
	padding-top: 0;
	padding-bottom: 0;
	}

.container.project-header {
	padding-top: 40px;
	padding-bottom: 40px;
	}

.flex-container {
	padding: 24px;
	flex-direction: column;
	display: flex;
	gap: 24px;
	}

.flex-child {
	border-radius: 16px;
	background: #f2f2f2;
	overflow: hidden;
	flex: 1;
	display: flex;
	}

.flex-child.double {
	flex: 2;
	}

.flex-child.contact {
	background: url(../images/brand-bg.png);
	box-shadow: inset 0 0 0 1000px rgba(31,79,100,.93);
	color: #7BC3E3;
	}

.flex-child.minimal {
	padding: 32px 24px;
	}

.flex-container.reverse .flex-child:nth-child(1) { 
	order: 2; 
	}

.flex-container.reverse { 
	padding: 0 24px;
	}

.flex-container.minimal {
	height: initial; 
	min-height: initial;
	max-height: initial;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

.minimal .flex-child {
	background-color: #FFF;
	justify-content: initial;
	margin: 0;
	border-radius: 0;
	}

.minimal .flex-child p:last-child {
	margin-bottom: 0;
	}

.minimal .contents {
	padding: 0;
	}

.contents {
	padding: 32px 24px 40px 24px;
	}

.contents h1 {
	margin-bottom: 32px;
	margin-top: 104px;
	}

.contents h1 span {
	color: #5D97B1;
	display: block;
	}

.contents.home {
	padding-left: 0;
	padding-top: 0;
	}

.row {
	margin: 0 auto;
	overflow: hidden;
	margin: 76px 0;
	}
	
.col {
	float: left;
	width: 100%;
	padding-left: 1.875em;
	padding-right: 1.875em;
	position: relative;
	}

.header {
	text-align: center;
	margin: 0 24px;
	}

.header-img {
	width: 100%;
	position: relative;
	}

.logo:hover {
	opacity: 0.8;
	}

.logo{
	position: static;
	}

.jumbo {
	margin: 60px 24px 72px 24px;
	}

.row span, .home-intro span {
	color: #5D97B1;
	}

footer {
 	width: 100%;
  	position: relative;
  	clear: both; 
  	overflow: hidden;
  	text-align: center;
  	padding: 16px 0 40px;
  	}
	
footer p {
	font-size: 1em;
	margin-top: 48px;
	}

footer .logo {
	margin-top: 40px;
	position: static;
	width: 32px;
	margin-bottom: 0;
	}

.social {
	margin-top: 40px;
	display: block;
	}

.links > * {
    vertical-align:middle;  // Align children to middle of line
}

.links a {
	display: inline-block;
	margin-right: 8px;
	}

.experience h3, .experience p {
	margin-bottom: 0;
	line-height: 1.5;
	}

.experience h3 {
	font-size: 18px;
	}

.experience p {
	font-weight: 300;
	}

.experience img {
	margin-bottom: 24px;
	}

.experience .flex-container {
	padding-top: 0;
	padding-bottom: 0;
	}

.flex-child.experience {
	display: initial;
	margin-bottom: 24px;
	background: initial;
	}

.project-intro .flex-child {
	margin-bottom: 0;
	}

.project-intro .flex-child:last-of-type {
	margin-bottom: 24px;
	}

@media screen and (min-width: 641px) {
footer {
  	margin: 32px 0 80px;
  	padding-bottom: 80px;
  	}

footer p {
	float: left;
	font-size: 1em;
	margin: 10px 0;
	padding-left: 8%;
	}

footer .logo {
	margin-top: 0;
	}

.social {
	float: right;
	margin-top: 10px;
	padding-right: 8%;
	}
}

@media screen and (min-width: 1025px) {
.row {
	margin: 120px 0 152px;
	}

.row p:last-child {
	margin-bottom: 0;
	}

.container {
	padding: 80px 48px;
	}

.container .flex-container {
    padding-bottom: 24px;
	}

.flex-container {
	padding: 24px;
	display: flex;
	position: relative;
	/*min-height: 720px;*/
	height: 100%;
	flex-direction:row;
	}

.flex-child {
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	justify-content: center;
	display: inherit;
	position: relative;
	}

.flex-child:first-child {
    margin-bottom: 0;
	} 

.flex-child.contact {
	justify-content: center;
	}

.flex-child.minimal {
	background: #FFF;	
	padding: 0;
	}

.flex-container.reverse { 
	padding: 0 24px;
	}

.flex-container.reverse .flex-child:nth-child(1) { 
	order: initial; 
	margin-top: 0;
	}

.flex-child img {
	max-height: initial;
	}

.minimal .contents {
	padding: 0 48px;
	}

.contents {
	padding: 40px 48px 48px;
	}

.contents h1 {
	margin-bottom: 56px;
	}

.contents.home {
	padding-left: 48px;
	padding-right: 32px;
	}

.container.project-header {
	padding: 56px 0;
	}

.jumbo {
	margin: 120px 80px 152px 80px;
	}
	
.logo{
	top: 0;
	left: 48px;
	position: absolute;
	}
	
.header-pager {
	width: 40%;
	float: left;
	position: relative;
	height: 100%;
	}

.header {
	margin: 0 80px;
	}

.header h2 {
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
	}

.header-img {
	height: 100%;
	}

.experience h3 {
	font-size: 20px;
	}
}	

@media screen and (min-width: 1120px) {
.jumbo p {
	max-width: 75%;
	}
}

@media screen and (min-width: 1920px) {
.project-intro .flex-container {
	max-width: 75%;
	}
}


/* Misc */

video {
	width: 100% !important;
	object-fit: cover;
	margin-bottom: 100px;
	}

/* HP Slider */

.rslides {
	list-style: none;
	padding: 0;
	margin: 0 auto 40px;
	width: 100%;
	height: 100%;
  	}

 .rslides img {
  	width: 90%;
  	display: block;
  	margin: 10% auto;
	}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	height: 100%;
	border-radius: 16px;
	color: #fff;
 	}

 .rslides li h3 {
 	font-weight: 500;
 	margin: 0 0 0 24px;
 	font-size: 20px;
 	line-height: initial;
 	}

 .rslides li p {
 	font-weight: 300;
 	font-size: 14px;
 	margin-left: 24px;
 	margin-bottom: 8px;
 	}

 .rslides_nav {
	z-index: 1000;
	position: absolute;
	bottom: 24px;
	}

 .rslides_nav:hover {
 	opacity: 0.5;
 	}

 .rslides_nav.prev {
 	background: url(../images/icon-left_arrow.svg) no-repeat;
 	background-size: 40px;
 	width: 40px;
 	height: 40px;
 	color: transparent;
	display: inline-block;
	right: 72px;
	}

 .rslides_nav.next {
 	background: url(../images/icon-right_arrow.svg) no-repeat;
 	background-size: 40px;
 	width: 40px;
 	height: 40px;
 	color: transparent;
 	display: inline-block;
 	right: 24px;
	}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}

.rslides a img {
	display: none;
 	}

.rslides .link {
	display: inline-block;
	font-size: 14px;
	background: none;
	margin-left: 24px;
	}

.rslides a img:hover {
 	opacity: 0.5;
 	}

#heroslider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
	position: relative;
	}

.rslides_tabs {
	padding: 0;
	bottom: 40px;
	left: 30px;
	z-index: 100;
	text-align: left;
	font-weight: 500;
	margin-bottom: 16px;
	padding-bottom: 10px;
	}

.rslides_tabs li {
	position: relative;
	list-style-type: none;
	}

.rslides_tabs a {
	width: auto;
	line-height: 22px;
	height: auto;
	background: transparent;
	color: #011118;
	display: none;
	font-size: 36px;
	font-weight: 200;
	opacity: 0.3;
	}

.rslides_tabs li span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	}

.rslides_here a {
	color: #011118;
	display: block;
	opacity: 1;
	font-weight: 500;
	border-bottom: 9px solid #5D97B1;
	transition: none;
	}

#heroslider-pager {
	list-style: none;
	display: none;
	}

#heroslider-pager img {
	float: left;
	}

.rslides .project-details {
	background-color: #5D97B1; 
	padding: 24px 0 32px; 
	color: #020202;
	}

@media screen and (min-width: 1025px) {
.rslides .frame {
	position: relative;
	}

.rslides img {
	position: absolute;
	top: 50%;
  	left: 50%;
  	width: 90%;
  	transform: translate(-50%, -50%);
  	margin: 0;
	}

.rslides li h3 {
 	position: absolute;
 	bottom: 64px;
 	margin-left: 32px;
 	}

.rslides li p {
 	position: absolute;
 	bottom: 24px;
 	margin-left: 32px;
 	font-size: 20px;
 	}

.rslides_nav {
	display: none;
	}

.rslides_tabs {
	top: initial;
	bottom: 11%;
	left: 8%;
	}

.rslides_tabs li {
	margin-bottom: 24px;
	}

.rslides_tabs a {
	display: inline-block;
	}

.rslides a img {
	position: absolute;
	right: 32px;
	bottom: 40px;
	top: initial;
	left: initial;
	transform: none;
	display: block;
	width: initial;
 	}

.rslides .link {
	display: none;
	}

#heroslider-pager {
	display: block;
	}

.rslides_nav.prev {
	right: 15%;
	left: initial;
	bottom: 86%;
	display: none;
	background: url(../images/left-arrow.png) no-repeat;
	background-size: 30px;
	}

.rslides_nav.next {
 	right: 11%;
 	left: initial;
 	top: 86%;
 	display: none;
 	background: url(../images/left-arrow.png) no-repeat;
 	background-size: 30px;
	}

.rslides .project-details {
	background-color: transparent; 
	padding: 0 0 24px; 
	color: #FFF;
	}
 }