@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/* ==========================================================================
   Reset
   ========================================================================== */

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: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}

body {
	-ms-overflow-style: scrollbar;
	background-color: #1a2630;
	background-image: linear-gradient(to top, rgba(26, 38, 48, 0.8), rgba(26, 38, 48, 0.8)), url("../../images/bg.jpg");
	background-size: auto, cover;
	background-attachment: fixed, fixed;
	background-position: center, center;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	animation: none !important;
	transition: none !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */

body {
	color: #ffffff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: 300;
	line-height: 1.65;
}

@media screen and (max-width: 1680px) {
	body { font-size: 13pt; }
}

@media screen and (max-width: 1280px) {
	body { font-size: 12pt; }
}

a {
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
	color: #ffffff !important;
}

a.special:not(.button) {
	text-decoration: none;
	border-bottom: 0;
	display: inline-block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 2em 0;
	text-transform: uppercase;
	color: #c87941;
	margin-top: 1em;
}

a.special:not(.button):before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	content: '\f105';
	font-size: 1.25em;
	height: 2em;
	line-height: 1.75em;
	margin-right: 0.85em;
	text-align: center;
	text-indent: 0.15em;
	vertical-align: middle;
	width: 2em;
}

a.special:not(.button):hover:before {
	background-color: rgba(255, 255, 255, 0.025);
}

a.special:not(.button):active:before {
	background-color: rgba(255, 255, 255, 0.075);
}

strong, b {
	color: #ffffff;
	font-weight: 600;
}

strong.highlight {
	color: #e8cba0;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 200;
}

h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
	padding-bottom: 1em;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

h2 { font-size: 1.2em; }
h3 { font-size: 0.9em; }
h4, h5, h6 { font-size: 0.7em; }

@media screen and (max-width: 736px) {
	h2 { font-size: 1em; }
	h3 { font-size: 0.8em; }
}

hr {
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	margin: 2.5em 0;
}

/* ==========================================================================
   Icon
   ========================================================================== */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	line-height: inherit;
}

.icon > .label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 6 Brands';
}

/* ==========================================================================
   Image
   ========================================================================== */

.image {
	border-radius: 5px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 5px;
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

/* Actions */

ul.actions {
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
	ul.actions:not(.fixed) {
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li > * {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li .button {
		width: 100%;
	}
}

/* Contact */

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact li {
	text-decoration: none;
	margin: 1.25em 0 0 0;
	padding: 0 0 0 3.25em;
	position: relative;
}

ul.contact li:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	font-size: 0.8em;
	height: 2.5em;
	left: 0;
	line-height: 2.35em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}

ul.contact li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 736px) {
	ul.contact li {
		margin: 1.5em 0 0 0;
	}
}

/* ==========================================================================
   Button
   ========================================================================== */

.button {
	appearance: none;
	transition: background-color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 5px;
	border: 0;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	height: 3.75em;
	letter-spacing: 0.1em;
	line-height: 3.75em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.button:hover {
	background-color: rgba(255, 255, 255, 0.025);
}

.button:active {
	background-color: rgba(255, 255, 255, 0.075);
}

.button.primary {
	background-color: #c87941;
	box-shadow: 0 4px 14px 0 rgba(200, 121, 65, 0.2);
	transition: all 0.3s ease-in-out;
}

.button.primary:hover {
	background-color: #d48f5e;
	box-shadow: 0 0 30px 10px rgba(200, 121, 65, 0.5);
	letter-spacing: 0.18em;
}

.button.primary:active {
	background-color: #b06a35;
}

.button.disabled, .button:disabled {
	opacity: 0.25;
}

@media screen and (max-width: 480px) {
	.button {
		padding: 0;
	}
}

/* ==========================================================================
   Features (Operating Principles grid)
   ========================================================================== */

.features {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2em 0;
}

.features article {
	padding: 1.75em 1.75em 0.1em 1.75em;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	margin: 1.5em 3em 1.5em 0;
	width: calc(50% - 1.5em);
	transition: all 0.3s ease;
}

.features article:nth-child(2n) {
	margin-right: 0;
}

.features article:hover {
	border-color: rgba(200, 121, 65, 0.4);
	background: rgba(255, 255, 255, 0.04);
}

.icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100%;
	margin-bottom: 1.5em;
}

.icon-container i {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 3.5rem;
	color: #c87941;
	display: inline-block;
	text-shadow: 0 0 15px rgba(200, 121, 65, 0.3);
}

@media screen and (max-width: 980px) {
	.features article {
		margin: 1em 2em 1em 0;
		width: calc(50% - 1em);
	}
}

@media screen and (max-width: 736px) {
	.features article {
		padding: 1.5em 1.5em 0.1em 1.5em;
		margin: 0.875em 1.75em 0.875em 0;
		width: calc(50% - 0.875em - 1px);
	}
}

@media screen and (max-width: 480px) {
	.features {
		display: block;
	}

	.features article {
		width: 100%;
		margin: 0 0 2em 0 !important;
	}
}

/* ==========================================================================
   Tech Tags
   ========================================================================== */

.tech-tags {
	margin: 1.5em 0;
}

.tech-tags span {
	display: inline-block;
	background: rgba(200, 121, 65, 0.1);
	border: 1px solid rgba(200, 121, 65, 0.3);
	color: #c87941;
	padding: 0.2em 0.8em;
	border-radius: 4px;
	font-size: 0.7em;
	font-weight: 700;
	margin: 0 0.5em 0.5em 0;
	text-transform: uppercase;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header {
	transition: background-color 0.2s ease-in-out;
	background-color: rgba(26, 38, 48, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	height: 3.5em;
	left: 0;
	line-height: 3.5em;
	padding: 0 1.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	transition: opacity 0.2s ease-in-out, visibility 0.2s;
	border-bottom: 0;
	font-size: 0.8em;
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
}

#header h1 a {
	border: 0;
}

#header nav {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	height: 3em;
	letter-spacing: 0.1em;
	line-height: 3em;
	position: absolute;
	right: 0.7em;
	text-transform: uppercase;
	top: 0.7em;
}

#header nav a {
	border: 0;
	display: inline-block;
	padding: 0 1em;
}

#header nav a:before {
	float: right;
	margin-left: 0.75em;
}

#header nav a[href="#menu"] {
	text-decoration: none;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 5px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
	padding: 0 1.35em;
}

#header nav a[href="#menu"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f0c9';
	line-height: inherit;
}

#header nav a[href="#menu"]:hover {
	background-color: rgba(200, 121, 65, 0.1);
	box-shadow: inset 0 0 0 2px rgba(200, 121, 65, 0.4);
	color: #c87941 !important;
}

#header nav a[href="#menu"]:active {
	background-color: rgba(200, 121, 65, 0.15);
}

#header.alt {
	background-color: transparent;
}

#header.alt h1 {
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 736px) {
	#header {
		height: 2.75em;
		line-height: 2.75em;
	}

	#header nav {
		top: 0;
		right: 0;
		height: inherit;
		line-height: inherit;
	}

	#header nav a {
		height: inherit;
		line-height: inherit;
	}

	#header nav a[href="#menu"] {
		box-shadow: none;
		padding: 0 1em;
		border-radius: 0;
	}

	#header nav a[href="#menu"]:hover,
	#header nav a[href="#menu"]:active {
		background-color: inherit;
	}
}

@media screen and (max-width: 480px) {
	#header nav a[href="#menu"] {
		width: 4em;
		white-space: nowrap;
		text-indent: 4em;
		position: relative;
	}

	#header nav a[href="#menu"]:before {
		width: inherit;
		position: absolute;
		top: 0;
		left: 0;
		text-indent: 0;
		text-align: right;
		margin-left: 0;
		padding-right: 1.25em;
	}
}

/* ==========================================================================
   Menu
   ========================================================================== */

#page-wrapper {
	transition: filter 0.25s ease;
}

#menu {
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: rgba(26, 38, 48, 0.8);
	cursor: default;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
}

#menu .inner {
	padding: 2.5em 1.5em 0.5em 1.5em;
	transform: translateY(0.5em);
	transition: opacity 0.35s ease, transform 0.35s ease;
	-webkit-overflow-scrolling: touch;
	background: #2d4a5a;
	border-radius: 5px;
	border: 1px solid rgba(200, 121, 65, 0.2);
	box-shadow: 0 0 30px rgba(200, 121, 65, 0.1);
	display: block;
	max-width: 100%;
	opacity: 0;
	position: relative;
	width: 18em;
}

#menu h2 {
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	padding-bottom: 1em;
}

#menu .close {
	background-image: url("images/close.svg");
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-size: 2em 2em;
	border: 0;
	content: '';
	display: block;
	height: 4em;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 4em;
	top: 0;
	width: 4em;
}

#menu .links {
	list-style: none;
	margin-bottom: 1.5em;
	padding: 0;
}

#menu .links li {
	padding: 0;
	opacity: 0;
	transform: translateY(0.5em);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#menu .links li:nth-child(1) { transition-delay: 0.1s; }
#menu .links li:nth-child(2) { transition-delay: 0.2s; }
#menu .links li:nth-child(3) { transition-delay: 0.3s; }

body.is-menu-visible #menu .links li {
	opacity: 1;
	transform: translateY(0);
}

#menu .links li a {
	border-radius: 5px;
	border: 0;
	display: block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.85em;
	padding: 0.75em 0;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

#menu .links li a:hover {
	background: rgba(200, 121, 65, 0.2);
	color: #c87941 !important;
}

@media screen and (max-width: 736px) {
	#menu .inner {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	#menu .inner .close {
		background-size: 1.5em 1.5em;
	}
}

body.is-menu-visible #page-wrapper {
	filter: blur(1.5px);
}

body.is-menu-visible #menu {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

body.is-menu-visible #menu .inner {
	transform: translateY(0);
	opacity: 1;
}

/* ==========================================================================
   Banner
   ========================================================================== */

#banner {
	padding: 7em 0 3em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
	text-align: center;
}

#banner .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-headshot {
	transition: opacity 2s ease, transform 1s ease;
	transform: translateY(0);
	opacity: 1;
	margin: 0 0 1.5em 0;
	width: 10em;
	height: 10em;
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid rgba(200, 121, 65, 0.4);
	box-shadow: 0 0 25px rgba(200, 121, 65, 0.15);
}

.banner-headshot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#banner h2 {
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
	transform: translateX(0);
	transition-delay: 0.65s;
	filter: blur(0);
	opacity: 1;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	font-size: 2.25em;
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
}

#banner p {
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
	transform: translateX(0);
	transition-delay: 0.8s;
	filter: blur(0);
	opacity: 1;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 2;
	text-transform: uppercase;
}

#banner .actions {
	justify-content: center;
	margin-left: 0;
	padding-left: 0;
	gap: 1.5em;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1.55s;
}

#banner .actions li {
	padding-left: 0;
}

#banner .actions li:nth-child(2) .button {
	background-color: #c87941;
	box-shadow: 0 4px 14px 0 rgba(200, 121, 65, 0.2);
	transition: all 0.3s ease-in-out;
}

#banner .actions li:nth-child(2) .button:hover {
	background-color: #d48f5e;
	box-shadow: 0 0 30px 10px rgba(200, 121, 65, 0.5);
	letter-spacing: 0.18em;
}

.banner-tagline {
	font-style: italic;
	font-weight: 300;
	font-size: 0.9em !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	text-align: center !important;
	opacity: 0.85;
	margin-bottom: 0.5em !important;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(0);
	transition-delay: 0.95s;
}

.banner-location {
	font-size: 0.7em !important;
	font-weight: 300;
	letter-spacing: 0.05em !important;
	text-align: center !important;
	opacity: 0.55;
	margin-bottom: 1.5em !important;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(0);
	transition-delay: 1.1s;
}

.banner-credentials {
	display: flex;
	gap: 1em;
	margin-bottom: 1.5em;
	flex-wrap: wrap;
	justify-content: center;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1.25s;
}

.banner-credentials span {
	display: inline-block;
	background: rgba(200, 121, 65, 0.1);
	border: 1px solid rgba(200, 121, 65, 0.3);
	color: #c87941;
	padding: 0.3em 1em;
	border-radius: 4px;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.banner-social {
	display: flex;
	gap: 1.5em;
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1.4s;
}

.banner-social li {
	padding: 0;
}

.banner-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5em;
	height: 2.5em;
	border: solid 2px rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	color: #ffffff;
	font-size: 1em;
	transition: border-color 0.2s ease, color 0.2s ease;
	border-bottom: none;
}

.banner-social a:hover {
	border-color: #c87941;
	color: #c87941 !important;
}

.banner-social a i {
	font-size: 1em;
}

@media screen and (max-width: 736px) {
	.banner-headshot {
		width: 7em;
		height: 7em;
	}

	.banner-credentials {
		gap: 0.5em;
	}

	.banner-credentials span {
		font-size: 0.55em;
		padding: 0.25em 0.75em;
	}

	.banner-social {
		gap: 1em;
	}
}

@media screen and (max-width: 1280px) {
	#banner {
		padding: 7em 0 8.25em 0;
		background-color: #1a2630;
		background-image: linear-gradient(to top, rgba(26, 38, 48, 0.8), rgba(26, 38, 48, 0.8)), url("../../images/bg.jpg");
		background-size: auto, cover;
		background-position: center, center;
		margin-bottom: -6.5em;
	}
}

@media screen and (max-width: 980px) {
	#banner {
		padding: 12em 3em 12.375em 3em;
		margin-bottom: -4.75em;
	}

	#banner .inner {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	#banner {
		padding: 5em 2em 4.25em 2em;
		margin-bottom: -2.5em;
	}

	#banner h2 {
		font-size: 1.5em;
	}

	#banner p {
		font-size: 0.8em;
	}
}

body.is-preload .banner-headshot {
	transform: translateY(0.5em);
	opacity: 0;
}

body.is-preload #banner h2 {
	opacity: 0;
	transform: translateX(0.25em);
	filter: blur(2px);
}

body.is-preload #banner p {
	opacity: 0;
	transform: translateX(0.5em);
	filter: blur(2px);
}

body.is-preload .banner-tagline,
body.is-preload .banner-location {
	opacity: 0 !important;
	transform: translateY(0.5em) !important;
}

body.is-preload .banner-credentials,
body.is-preload .banner-social,
body.is-preload #banner .actions {
	opacity: 0;
	transform: translateY(0.5em);
}

/* ==========================================================================
   Statement (centered personal section)
   ========================================================================== */

.wrapper.statement .inner {
	max-width: 40em;
	text-align: center;
}

.wrapper.statement h2.major {
	border-bottom-color: rgba(200, 121, 65, 0.3);
}

.wrapper.statement p {
	font-size: 1.1em;
	line-height: 1.8;
}

/* ==========================================================================
   Certifications
   ========================================================================== */

.certs-section {
	text-align: center;
	padding: 0;
}

.certs-section .inner {
	margin: 0 auto;
	width: 55em;
	padding: 1em 0 1em 0;
}

.certs-section h2.major {
	border-bottom-color: rgba(200, 121, 65, 0.3);
}

.certifications {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 3em;
	flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
	.certs-section .inner {
		padding: 3em 3em 1em 3em;
		width: 100%;
	}
}

.cert-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 0;
	border-bottom: none;
	transition: transform 0.3s ease;
}

.cert-badge:hover {
	transform: translateY(-0.25em);
}

.cert-badge img {
	width: 7em;
	height: 7em;
	object-fit: contain;
}

.cert-badge span {
	display: block;
	margin-top: 0.75em;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 480px) {
	.certifications {
		gap: 1.5em;
	}

	.cert-badge img {
		width: 5em;
		height: 5em;
	}
}

/* ==========================================================================
   Wrapper (Section containers with angled dividers)
   ========================================================================== */

.wrapper {
	background-color: #1a2630;
	margin: 6.5em 0;
	position: relative;
}

.wrapper:before, .wrapper:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%231a2630%3B' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	display: block;
	height: 6.5em;
	position: absolute;
	width: 100%;
}

.wrapper:before {
	box-shadow: inset 0 -1px 0 0 #1a2630, 0 1px 0 0 #1a2630;
	left: 0;
	top: -6.5em;
}

.wrapper:after {
	box-shadow: inset 0 -1px 0 0 #1a2630, 0 1px 0 0 #1a2630;
	transform: scaleY(-1);
	bottom: -6.5em;
	left: 0;
}

.wrapper.alt:before {
	transform: scaleX(-1);
}

.wrapper.alt:after {
	transform: scaleY(-1) scaleX(-1);
}

.wrapper .inner {
	padding: 3em 0 1em 0;
	margin: 0 auto;
	width: 55em;
}

/* Style 1 */
.wrapper.style1 {
	background-color: #1a2630;
}

/* Style 2 */
.wrapper.style2 {
	background-color: #1f2d38;
}

.wrapper.style2:before, .wrapper.style2:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%231f2d38%3B' /%3E%3C/svg%3E");
}

.wrapper.style2:before {
	box-shadow: inset 0 -1px 0 0 #1f2d38, 0 1px 0 0 #1f2d38;
}

.wrapper.style2:after {
	box-shadow: inset 0 -1px 0 0 #1f2d38, 0 1px 0 0 #1f2d38;
}

/* Style 3 */
.wrapper.style3 {
	background-color: #253540;
}

.wrapper.style3:before, .wrapper.style3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23253540%3B' /%3E%3C/svg%3E");
}

.wrapper.style3:before {
	box-shadow: inset 0 -1px 0 0 #253540, 0 1px 0 0 #253540;
}

.wrapper.style3:after {
	box-shadow: inset 0 -1px 0 0 #253540, 0 1px 0 0 #253540;
}

/* Spotlight */
.wrapper.spotlight {
	background-color: #2d4a5a;
}

.wrapper.spotlight:before, .wrapper.spotlight:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%232d4a5a%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight:before {
	box-shadow: inset 0 -1px 0 0 #2d4a5a, 0 1px 0 0 #2d4a5a;
}

.wrapper.spotlight:after {
	box-shadow: inset 0 -1px 0 0 #2d4a5a, 0 1px 0 0 #2d4a5a;
}

.wrapper.spotlight .inner {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.wrapper.spotlight .image {
	border-radius: 100%;
	margin: 0 3em 2em 0;
	width: 22em;
	overflow: hidden;
	flex: 1;
}

.wrapper.spotlight .image img {
	border-radius: 100%;
	width: 100%;
}

.wrapper.spotlight .content {
	width: 100%;
	flex: 2;
}

.wrapper.spotlight:nth-child(2n - 1) .inner {
	flex-direction: row-reverse;
	text-align: right;
}

.wrapper.spotlight:nth-child(2n - 1) .image {
	margin: 0 0 2em 3em;
}

/* Spotlight style variations */
.wrapper.spotlight.style2 {
	background-color: #284252;
}

.wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23284252%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight.style2:before {
	box-shadow: inset 0 -1px 0 0 #284252, 0 1px 0 0 #284252;
}

.wrapper.spotlight.style2:after {
	box-shadow: inset 0 -1px 0 0 #284252, 0 1px 0 0 #284252;
}

.wrapper.spotlight.style3 {
	background-color: #233a4a;
}

.wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23233a4a%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight.style3:before {
	box-shadow: inset 0 -1px 0 0 #233a4a, 0 1px 0 0 #233a4a;
}

.wrapper.spotlight.style3:after {
	box-shadow: inset 0 -1px 0 0 #233a4a, 0 1px 0 0 #233a4a;
}

/* Wrapper responsive */
@media screen and (max-width: 980px) {
	.wrapper {
		margin: 4.75em 0;
	}

	.wrapper:before, .wrapper:after {
		height: 4.75em;
	}

	.wrapper:before {
		top: -4.75em;
	}

	.wrapper:after {
		bottom: -4.75em;
		left: 0;
	}

	.wrapper .inner {
		padding: 3em 3em 1em 3em;
		width: 100%;
	}

	.wrapper.spotlight .image {
		margin: 0 2em 2em 0;
		width: 32em;
	}

	.wrapper.spotlight:nth-child(2n - 1) .image {
		margin: 0 0 2em 2em;
	}
}

@media screen and (max-width: 736px) {
	.wrapper {
		margin: 2.5em 0;
	}

	.wrapper:before, .wrapper:after {
		height: 2.5em;
	}

	.wrapper:before {
		top: -2.5em;
	}

	.wrapper:after {
		bottom: -2.5em;
		left: 0;
	}

	.wrapper .inner {
		padding: 2em 2em 0.1em 2em;
	}

	.wrapper.spotlight .inner {
		align-items: flex-start;
	}

	.wrapper.spotlight .image {
		width: 19em;
		margin: 0 1.75em 2em 0;
	}

	.wrapper.spotlight:nth-child(2n - 1) .image {
		margin: 0 0 2em 1.75em;
	}
}

@media screen and (max-width: 480px) {
	.wrapper.spotlight .inner {
		display: block;
	}

	.wrapper.spotlight .image {
		margin: 0 0 1em 0 !important;
		max-width: 85%;
		width: 12em;
	}
}

@media screen and (max-width: 360px) {
	.wrapper .inner {
		padding: 2em 1.5em 0.1em 1.5em;
	}
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer .inner {
	padding: 5em 0 3em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 55em;
}

#footer .inner > * {
	width: 100%;
}

#footer .inner .contact {
	width: calc(50% - 1.5em);
}

#footer .inner .copyright {
	border-top: solid 2px rgba(255, 255, 255, 0.125);
	list-style: none;
	margin: 4em 0 2em 0;
	padding: 2em 0 0 0;
	width: 100%;
}

#footer .inner .copyright li {
	border-left: solid 2px rgba(255, 255, 255, 0.125);
	color: rgba(255, 255, 255, 0.35);
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	margin-left: 1em;
	padding: 0;
	padding-left: 1em;
}

#footer .inner .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .inner .copyright li a {
	color: inherit;
}

@media screen and (max-width: 1280px) {
	#footer {
		background-color: #1a2630;
		background-image: linear-gradient(to top, rgba(26, 38, 48, 0.8), rgba(26, 38, 48, 0.8)), url("../../images/bg.jpg");
		background-size: auto, cover;
		background-position: center, center;
		margin-top: -6.5em;
		padding-top: 6.5em;
	}
}

@media screen and (max-width: 980px) {
	#footer {
		margin-top: -4.75em;
		padding-top: 4.75em;
	}

	#footer .inner {
		padding: 3em 3em 1em 3em;
		display: block;
		width: 100%;
	}

	#footer .inner .contact {
		width: 100%;
		margin: 0 0 4em 0;
	}

	#footer .inner .copyright {
		margin: 4em 0 2em 0;
	}
}

@media screen and (max-width: 736px) {
	#footer {
		margin-top: -2.5em;
		padding-top: 2.5em;
	}

	#footer .inner {
		padding: 2em 2em 0.1em 2em;
	}

	#footer .inner .contact {
		margin: 0 0 3em 0;
	}
}

@media screen and (max-width: 480px) {
	#footer .inner .copyright li {
		border-left: 0;
		display: block;
		margin: 1em 0 0 0;
		padding-left: 0;
	}

	#footer .inner .copyright li:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 360px) {
	#footer .inner {
		padding: 2em 1.5em 0.1em 1.5em;
	}
}

/* Footer top accent */
#footer {
	border-top: 3px solid rgba(200, 121, 65, 0.4);
}

.footer-seeking {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-top: -0.5em;
}

.footer-seeking strong {
	color: #c87941;
}

/* ==========================================================================
   Scroll Reveal
   ========================================================================== */

.reveal .inner {
	opacity: 0;
	transform: translateY(1.5em);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible .inner {
	opacity: 1;
	transform: translateY(0);
}
