/*

	    ______   __     __     _____     __         ______     ______     ______
	   /\  ___\ /\ \  _ \ \   /\  __-.  /\ \       /\  __ \   /\  == \   /\  ___\
	   \ \  __\ \ \ \/ ".\ \  \ \ \/\ \ \ \ \____  \ \  __ \  \ \  __<   \ \___  \
	    \ \_\    \ \__/".~\_\  \ \____-  \ \_____\  \ \_\ \_\  \ \_____\  \/\_____\
	     \/_/     \/_/   \/_/   \/____/   \/_____/   \/_/\/_/   \/_____/   \/_____/


*/

/* Reset (Meyer) */

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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Boilerplate */

html {
	background:#fff;
    color: #000;
	line-height: 1.4;
	font-size: 62.5%; /* 10px */
}
body { font-size: 1.6rem; /* 16px */ }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*
::selection {
    background: #000;
    text-shadow: none;
}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	border:0;
	padding:1rem;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        page-break-inside: auto;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

	h1,
	h2 {
		margin-bottom:0;
	}

    p,
    h2,
    h3,
	h4 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3,
	h4 {
        /* page-break-after: avoid; */
    }

	.no-print,
	.post-edit-link { display:none; }

}

/* Custom */

#doc { text-align:center; font-family:"Montserrat", Helvetica, Arial, sans-serif; }

#hd,
#ft {
	color:#fff;
	text-align:center;
}
#hd {
    position: absolute;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
}

h1 { font-size:10rem; font-family:"Barlow Condensed", Helvetica, Arial, sans-serif; text-transform:uppercase; margin-bottom:2rem; text-shadow: 0 0 10px rgba(0,0,0,0.75); }
h1 span { font-size:50%; display:block; font-weight:100; margin-top: 1.5rem; }
h2, .h2 { font-size:8rem; font-family:"Barlow Condensed", Helvetica, Arial, sans-serif; text-transform:uppercase; margin:0 0 2rem; text-align:center; }
h3 { font-size:4rem; font-weight:100; margin:0 0 2rem; font-family:"Barlow Condensed", Helvetica, Arial, sans-serif; text-transform:uppercase; line-height:1.25; text-align:center; }

	.lity-content h3 { text-align:left; }

h1, h2, h3, .caption-overlay small {
	text-wrap: balance;
}

ul, ol { margin-left:1.5rem; }
ul { list-style:disc; }
ol { list-style:decimal; }

p, li { font-size:1.6rem; margin-bottom:1.25rem; line-height:1.5; }
small { font-size:1.2rem; margin-bottom:1rem; line-height:1.5; }
section p { margin-left:auto; margin-right:auto; }

strong { font-weight:700; }

.gutter { padding:2rem; }

.last { margin-bottom:0 !important; }

a { color:#045167; text-decoration:none; font-weight:700; }
a:hover { color:#000; }

.flex { display:flex; }
.flex-row { flex-direction:row; }
.flex-column { flex-direction:column; }
.flex-wrap { flex-wrap:wrap; }
.flex-none { flex:none; }
.flex-zero { flex:0; }
.flex-one { flex:1; }
.flex-two { flex:2; }

.grid-wrap {
	display: grid;
	grid-gap: 0;
	max-width: 1800px;
	margin: 0 auto;
}
.grid-wrap-two {
	grid-template-columns: repeat(2, 1fr);
}
.grid-wrap-three {
	grid-template-columns: repeat(3, 1fr);
}
.grid-wrap-four {
	grid-template-columns: repeat(4, 1fr);
}
.grid-wrap-five {
	grid-template-columns: repeat(5, 1fr);
}
.grid-wrap-six {
	grid-template-columns: repeat(6, 1fr);
}

.grid-wrap img {
    max-width: 100%;
    height: auto;
}

#client-logos {
	max-width: 1200px;
	justify-content: center;
	flex-wrap:wrap;
	margin: 2rem auto;
}
	.client-logo {
		flex: 0 0 190px;
		margin: 1rem;
	}
		.client-logo img {
			filter: grayscale(100%);
			max-width: 100%;
			height: auto;
		}

.grid-item-half {
	grid-column: auto / span 2;
}
.grid-item-third {
	grid-column: auto / span 3;
}

.project-thumbnail {
	margin-bottom: 1.25rem;
	max-width: 100%;
    height: auto;
}

.project-industry {
	font-size:1.2rem;
	font-weight:normal;
	display:block;
	margin-bottom:0.2rem;
}

.project-title {
	font-weight:normal;
}

.project-role {
	font-size:1.2rem;
	display:block;
	margin-top:0.4rem;
	font-family:"Barlow Condensed", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

section {
	padding:3rem 0;
}

section#hero { padding:0; }

section#work {
	background:#111;
	color:#fff;
}

#work-grid a {
	color:#fff;
	display:block;
}

#work-grid.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#work-grid.flex .project-card {
	flex: 1 1 33%;
    max-width: 33%;
	box-sizing: border-box;
}

.button,
form#application input[type=submit] {
    border: 0;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0.4rem 1em 0.5rem;
    width: auto;
    background:#a22a09;
	font-family:"Barlow Condensed", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align: center;
	-webkit-appearance:none;
	cursor:pointer;
	margin-bottom:1rem;
}
form#application input,
form#application textarea {
	font-size:16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.button:hover,
form#application input[type=submit]:hover {
    background-color:#111;
	color:#fff;
}

.blue { color:#0899AF; }
.blue-bg { background:#0899AF; }
	.blue-bg.fwdlabs-toggle-active { background:#000; border-bottom: 5px solid #333; }

.dark-blue { color:#096781; }
.dark-blue-bg { background:#096781; }

.red { color:#cd3301; }
.red-bg { background:#cd3301; }

.dark-red { color:#a22a09; }
.dark-red-bg { background:#a22a09; }

.ivory { color:#FAF4EB; }
.ivory-bg { background:#FAF4EB; }

.dark-grey { color:#242325; }
.dark-grey-bg { background:#242325; color:#fff; }

#hero {
    background: #000;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
	margin:0;
}
#hero-video-container {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 88vh;
}
#hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}
.caption-overlay {
	position: absolute;
    left: 0;
    right: 0;
	color:#fff;
	z-index:999;
	bottom:0;
}
.tint-overlay {
    background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
}

@media (min-aspect-ratio: 16/9) {
	#hero-video {
    	/* height = 100 * (9 / 16) = 56.25 */
    	height: 56.25vw;
 	}
}
@media (max-aspect-ratio: 16/9) {
  #hero-video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

small {
    margin: 0 0 1rem;
	display:block;
    padding: 0;
    font-weight: normal;
    line-height: 1.35;
}

.formWrap {
	margin:0 auto;
	max-width:640px;
}

form {
    margin: 0;
	text-align:left;
}
input, textarea {
    color: #000;
    margin-bottom: 5px;
    padding: 1px 3px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    background-color: #fff;
}
input, textarea, select {
    border: 2px solid #ccc;
}

.columnarForm fieldset {
    float: left;
    display: block;
    width: 220px;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: left;
}

.columnarForm label {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
}

.columnarForm input,
.columnarForm textarea {
    display: block;
    font-weight: normal;
    left: 0;
    margin-left: 0;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.required {
    font-weight: bold;
    color: #333;
}

#columnarForm input, #columnarForm textarea, .columnarForm input, .columnarForm textarea { width:100% !important; }

form#formMailchimp input.submit {
	background:#31868d;
	border-color:#31868d;
	}
	form#formMailchimp input.submit:hover {
		background:#2d6469;
		border-color:#2d6469;
		color:#fff;
		}

form#application {
	position:relative;
	width:100%;
	/* margin:0 auto; */
	}

form#application fieldset {
	width:100%;
	float:none;
	margin-bottom:0;
	}

form#application input,
form#application textarea { margin-bottom:1rem; }
form#application input.submit {
	background:#31868d;
	color:#fff !important;
	font-size:1.5rem;
	-webkit-appearance:none;
	width:auto !important;
	}

form#application input.submit:hover {
	background:#2d6469;
	color:#fff !important;
	}

input[disabled],input[disabled='disabled'],input.disabled { border-color:#eee !important; background:#eee !important; }

div.formError {
	clear:both;
	left:8em;
	top: -1.4em;
	width:240px;
	}
#marginForm label.error, #marginForm label.checked {
	clear: both;
	display: block;
	font-weight: normal;
	margin-top:-3.5em;
	margin-left:320px;
	margin-bottom:1em;
	min-height:16px;
	padding-left:20px;
	position: relative;
	width: 240px;
	}
#marginForm label.error {
	background:url("/images/icons/delete.gif") no-repeat 0px 0px;
	color:red;
	}
#marginForm label.checked {
	background:url("/images/icons/accept.gif") no-repeat 0px 0px;
	color:green;
	}

#marginForm input.submit:hover {
			background:#000;
			color:#fff;
	}

#formProcessingOverlay {
	display:none;
	background:#fff;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 998;
	opacity: 0.5;
	}
#formProcessing {
	display:none;
    text-align:center;
    line-height:16px;
    color:#000;
    z-index:999;
    background:transparent;
    left: 50%; position: absolute;
    top: 50%;
    margin-left: -25px;
    margin-top: -8px;
    width:50px;
    height:16px; opacity:1;
	}

.video-wrap {
	display:block;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin:0 auto 1.25rem;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap span.clickable {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	color:#fff;
}

section#do,
section#also {
	min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-icon {
	height: 100px; width: auto;
	will-change: transform;
	transition: transform 800ms;
}
.home-icon.home-icon-medium { height: 150px; width: auto; }
.home-icon:hover {
	transition: transform 200ms;
    transform: translateY(-1rem) scale(1.1);
}

.text-up {
	display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

.lity-content {
	color:#fff;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	max-width: 800px;
}

#industry-selector { margin-top:3rem; max-width:100% !important; }
#industry-selector a {
	font-size: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5rem;
	margin:0;
	border-bottom:5px solid #096781;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.text-align-left { text-align:left; }
.text-align-center { text-align:center; }
.text-align-right { text-align:right; }

/* 1280 */

@media screen and (max-width: 1280px) {

	h1 { font-size:6rem; }
	h2, .h2 { font-size:4rem; }
	h3 { font-size:2rem; }

	#industry-selector a { font-size: 3rem; padding:3rem; }

	#work-grid.flex .project-card { flex-basis:50%; max-width:50%; }

}

/* 960 */

@media screen and (max-width: 960px) {

	.grid-wrap-three-tablet {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-wrap-two-tablet {
		grid-template-columns: 50% 50% !important;
	}
	.grid-wrap-one-tablet {
		grid-template-columns: 100% !important;
	}

	#industry-selector a { font-size: 2.75rem; padding:2.75rem; }

}

/* 800 */

@media screen and (max-width: 800px) {

	h1 { font-size:3.2rem; }
	h2, .h2 { font-size:2.8rem; margin-left:0; margin-right:0; }
	h3 { font-size:1.6rem; margin-left:0; margin-right:0; }

	section#hero { min-height:50vh; }

	.grid-wrap img { }

	.grid-wrap-one-mobile,
	.grid-wrap-three {
		grid-template-columns: 100% !important;
	}

	.grid-wrap-two-mobile,
	.grid-wrap-four,
	.grid-wrap-five {
		grid-template-columns: 50% 50%;
	}

	.caption-overlay { bottom:0; }

	#hero-video-container { height:73vh; }

	#hero { background-color:#333; }

	.flex-column-mobile { flex-direction:column; }

	.aspect-ratio-mobile-sixteen-nine { aspect-ratio:16/9; width:100%; }

	#industry-selector a { font-size: 2.5rem; padding:2rem; }

	#work-grid.flex .project-card { flex-basis:100%; max-width:100%; }

	.text-align-left-mobile { text-align:left !important; }
	.text-align-center-mobile { text-align:center !important; }
	.text-align-right-mobile { text-align:right !important; }

}

.grecaptcha-badge { visibility: hidden; }