@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

@font-face {
	font-family: 'Junkyard Jamboree';
	src: local('Junkyard Jamboree'), local('TheJunkyardJamboree-SVG'),
		url('../webfonts/TheJunkyardJamboree-SVG.ttf') format('truetype'),
		url('../webfonts/JunkyardJamboree-SVG.woff') format('woff'),
		url('../webfonts/JunkyardJamboree.woff2') format('woff2'),
		url('../webfonts/JunkyardJamboree.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Junkyard';
	src:
		url('../webfonts/JunkDrawer-solid.otf') format('woff') url('../webfonts/JunkyardJamboree-SVG.woff') format('woff'),
		url('../webfonts/JunkyardJamboree.woff2') format('woff2'),
		url('../webfonts/JunkyardJamboree.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'JunkDrawer Solid';
	src: url('../webfonts/JunkDrawer-solid.woff2') format('woff2'),
		url('../webfonts/JunkDrawer-solid.woff') format('woff'),
		url('../webfonts/JunkDrawer-solid.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*
	Forty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

mark {
	background-color: #062a29;
	color: inherit;
}

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

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

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

	html,
	body {
		min-width: 320px;
	}

}

html {
	box-sizing: border-box;
}

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

br.mobile-only {
	display: none;
}

@media screen and (max-width: 736px) {
	br.mobile-only {
		display: block;
	}
}

body {
	background: #1d0509;
	overflow-x: hidden;
}

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

/* Type */

body,
input,
select,
textarea {
	color: #ffffff;
	font-family: "adorn-condensed-sans", Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 300;
	letter-spacing: 0.001em;
	line-height: 1.65;
}

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

	body,
	input,
	select,
	textarea {
		font-size: 14pt;
	}

}

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

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

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

	body,
	input,
	select,
	textarea {
		font-size: 11pt;
	}

}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	color: #f5e3df;
	text-decoration: none;
	font-size: 1.5em;
	border: 4px solid #f23b00;
	border-radius: 10%;
	margin: 1em;
	font-family: 'active-one';
}

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

a:active {

	color: #f5e3df !important;
}

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

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

p2 {
	font-family: 'active-one';
	font-size: 1.3em;
	color: #8a524c;
}

p3 {
	position: relative;
	font-family: 'active-one';
	font-size: 1.5em;
	color: #2a0612;
	top: -0.7em;
	line-height: 0.9em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.65;
	font-family: 'active-one';
}

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

h1 {
	color: #ede8e8;
	font-size: 1.75em;

}

h2 {
	color: #aca2a2;
	font-size: 1.95em;
}

h3 {
	font-size: 2.35em;
	color: #fff;
	position: relative;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

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

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.5em;
	}


}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px rgba(212, 212, 255, 0.1);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(212, 212, 255, 0.035);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
	margin: 2em 0;
}


/* Icon */


/*Icon animation*/
@keyframes logo-wiggle {
	0% {
		transform: rotate(calc(var(--wiggle-base-angle, 0deg) + 0deg));
	}

	25% {
		transform: rotate(calc(var(--wiggle-base-angle, 0deg) + 3deg));
	}

	50% {
		transform: rotate(calc(var(--wiggle-base-angle, 0deg) - 3deg));
	}

	75% {
		transform: rotate(calc(var(--wiggle-base-angle, 0deg) + 2deg));
	}

	100% {
		transform: rotate(calc(var(--wiggle-base-angle, 0deg) + 0deg));
	}
}




.tool-icon {
	height: 10.95em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tool-icon img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease;
}

.tool-icon:hover img {
	animation: logo-wiggle 0.6s ease-in-out;
}

.cat-icons-column {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2.3rem;
	align-items: center;
}

.cat-icons-column li {
	padding-left: 0;
	border: 0;
}

.cat-icon-card {
	width: 15rem;
	border: 0px solid rgba(255, 255, 255, 0.35);
	border-radius: 2rem;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.cat-icon-card img {
	width: 70%;
	height: 70%;
	--wiggle-base-angle: -45deg;
	transform: rotate(var(--wiggle-base-angle));
	transition: transform 0.2s ease;
}

.cat-icon-card:hover img {
	animation: logo-wiggle 0.6s ease-in-out;
}


.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

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

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



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

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

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

/* Row */




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


	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.375em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.375em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.375em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.375em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.75em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.75em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.75em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.75em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.5em;
	}

	.row>* {
		padding: 0 0 0 1.5em;
	}

	.row.gtr-uniform {
		margin-top: -1.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -2.25em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 2.25em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -2.25em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 2.25em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -3em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 3em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -3em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 3em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.3125em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.3125em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.3125em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.3125em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -1.875em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 1.875em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -1.875em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 1.875em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 2.5em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xsmall {
		order: -1;
	}

	.row>.col-1-xsmall {
		width: 8.33333%;
	}

	.row>.off-1-xsmall {
		margin-left: 8.33333%;
	}

	.row>.col-2-xsmall {
		width: 16.66667%;
	}

	.row>.off-2-xsmall {
		margin-left: 16.66667%;
	}

	.row>.col-3-xsmall {
		width: 25%;
	}

	.row>.off-3-xsmall {
		margin-left: 25%;
	}

	.row>.col-4-xsmall {
		width: 33.33333%;
	}

	.row>.off-4-xsmall {
		margin-left: 33.33333%;
	}

	.row>.col-5-xsmall {
		width: 41.66667%;
	}

	.row>.off-5-xsmall {
		margin-left: 41.66667%;
	}

	.row>.col-6-xsmall {
		width: 50%;
	}

	.row>.off-6-xsmall {
		margin-left: 50%;
	}

	.row>.col-7-xsmall {
		width: 58.33333%;
	}

	.row>.off-7-xsmall {
		margin-left: 58.33333%;
	}

	.row>.col-8-xsmall {
		width: 66.66667%;
	}

	.row>.off-8-xsmall {
		margin-left: 66.66667%;
	}

	.row>.col-9-xsmall {
		width: 75%;
	}

	.row>.off-9-xsmall {
		margin-left: 75%;
	}

	.row>.col-10-xsmall {
		width: 83.33333%;
	}

	.row>.off-10-xsmall {
		margin-left: 83.33333%;
	}

	.row>.col-11-xsmall {
		width: 91.66667%;
	}

	.row>.off-11-xsmall {
		margin-left: 91.66667%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	.row>.off-12-xsmall {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.3125em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.3125em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.3125em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.3125em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -1.875em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 1.875em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -1.875em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 1.875em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 2.5em;
	}

}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header.major {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -ms-max-content;
	width: max-content;
}

header.major> :first-child {
	margin-bottom: 0;
	width: calc(100% + 0.1em);
}

header.major> :first-child:after {
	content: '';
	background-color: #ffffff;
	display: block;
	width: 100%;
}

header.major>p {
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.25em;
	margin-bottom: 0;
	text-transform: uppercase;
}

body.is-ie header.major> :first-child:after {
	max-width: 9em;
}

body.is-ie header.major>h1:after {
	max-width: 100% !important;
}

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

	header.major>p br {
		display: none;
	}

}

/* Form */

form {
	margin: 0 0 2em 0;
}

form> :last-child {
	margin-bottom: 0;
}

form>.fields {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 3em);
	margin: -1.5em 0 2em -1.5em;
}

form>.fields>.field {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	padding: 1.5em 0 0 1.5em;
	width: calc(100% - 1.5em);
}

form>.fields>.field.half {
	width: calc(50% - 0.75em);
}

form>.fields>.field.third {
	width: calc(100%/3 - 0.5em);
}

form>.fields>.field.quarter {
	width: calc(25% - 0.375em);
}

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

	form>.fields {
		width: calc(100% + 3em);
		margin: -1.5em 0 2em -1.5em;
	}

	form>.fields>.field {
		padding: 1.5em 0 0 1.5em;
		width: calc(100% - 1.5em);
	}

	form>.fields>.field.half {
		width: calc(100% - 1.5em);
	}

	form>.fields>.field.third {
		width: calc(100% - 1.5em);
	}

	form>.fields>.field.quarter {
		width: calc(100% - 1.5em);
	}

}

label {
	font-family: 'active-one';
	color: #ffffff;
	display: block;
	font-weight: 600;
	letter-spacing: 0.10em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(212, 212, 255, 0.035);
	border: none;
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: #9bf1ff;
	box-shadow: 0 0 0 2px #9bf1ff;
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select option {
	color: #ffffff;
	background: #242943;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	padding-left: 2.65em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-size: 3em;
	font-weight: 900;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(212, 212, 255, 0.035);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.0625em;
	left: 0;
	letter-spacing: 0;
	line-height: 2.0625em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.0625em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #ffffff;
	border-color: #9bf1ff;
	content: '\f00c';
	color: #242943;
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	box-shadow: 0 0 0 2px #9bf1ff;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: rgba(244, 244, 255, 0.2) !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: rgba(244, 244, 255, 0.2) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(244, 244, 255, 0.2) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(244, 244, 255, 0.2) !important;
	opacity: 1.0;
}

/* Box */

.box {
	border: solid 1px rgba(212, 212, 255, 0.1);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

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

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

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

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

.icon.alt:before {
	background-color: #ffffff;
	border-radius: 100%;
	color: #1d0509;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
}

a.icon.alt:before {
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

a.icon.alt:hover:before {
	background-color: #f23b00;
}

a.icon.alt:active:before {
	background-color: #f23b00;
}

/* Image */

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

.image img {
	display: block;
}

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

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

.image.left {
	float: left;
	margin: 0 1.5em 1.25em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1.25em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 2.5em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

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

	.image.main {
		margin: 1.5em 0;
	}

}

/* List */

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

ol li {
	padding-left: 0.25em;
}

ul {
	margin: 0 0 2em 0;
	padding-left: 1em;
	display: flex;
	flex-wrap: wrap;
}

ul li {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'active-one', 'Source Sans Pro', sans-serif;
}

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

ul.alt li {
	border-top: solid 1px rgba(212, 212, 255, 0.1);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 600;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

/* Actions */

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

ul.actions.cta-line {
	position: relative;
	-moz-transition: transform 2.25s ease, opacity 1.75s ease;
	-webkit-transition: transform 2.25s ease, opacity 1.75s ease;
	-ms-transition: transform 2.25s ease, opacity 1.75s ease;
	transition: transform 2.25s ease, opacity 1.75s ease;
	transform: translateY(0);
	opacity: 1;
}

ul.actions.cta-line:after {
	background: #f23b00;
	border: 2px solid #8f0813;
	content: '';
	height: 22vh;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 1px;
	z-index: 0;
}

body.is-preload ul.actions.cta-line {
	transform: translateY(18em);
	opacity: 0;
}

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

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
}

ul.icons li:last-child {
	padding-right: 0;
}

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

	ul.icons li {
		padding: 0 0.75em 0 0;
	}

}

/* Pagination */

ul.pagination {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.pagination li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
}

ul.pagination li>.page {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: 0;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.125em;
	min-width: 1.5em;
	padding: 0 0.5em;
	text-align: center;
}

ul.pagination li>.page.active {
	background-color: #ffffff;
	color: #242943;
}

ul.pagination li>.page.active:hover {
	background-color: #2a0612;
	color: #242943 !important;
}

ul.pagination li>.page.active:active {
	background-color: #53e3fb;
}

ul.pagination li:first-child {
	padding-right: 0.75em;
}

ul.pagination li:last-child {
	padding-left: 0.75em;
}

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

	ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
		display: none;
	}

	ul.pagination li:first-child {
		padding-right: 0;
	}

}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(212, 212, 255, 0.1);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(212, 212, 255, 0.035);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px rgba(212, 212, 255, 0.1);
}

table tfoot {
	border-top: solid 2px rgba(212, 212, 255, 0.1);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(212, 212, 255, 0.1);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	font-family: 'active-one';
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
	border-radius: 1vh;
	color: #f5e3df;
	cursor: pointer;
	display: inline-block;
	background: #2a0612;
	font-weight: 600;
	height: 3.5em;
	letter-spacing: 0.25em;
	line-height: 3.4em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
button:hover,
button:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 2px #f5e3df;
	color: #f5e3df;
}

a.hero-cta {
	border: 5px solid #8f0813;
	border-radius: 2vh;
}

a.hero-cta:hover,
a.hero-cta:active {
	border: 5px solid #f5e3df;
	;
}


#header .actions:after {
	border: 2px solid #8f0813;
	content: '';
	height: 100vh;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 1px;
	z-index: 0;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(155, 241, 255, 0.1);
	box-shadow: inset 0 0 0 2px #f5e3df;
	color: #f5e3df;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.6em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.25em;
	height: 3em;
	line-height: 3em;
}

input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next,
.button.next {
	position: relative;
}

input[type="submit"].next:before,
input[type="submit"].next:after,
input[type="reset"].next:before,
input[type="reset"].next:after,
input[type="button"].next:before,
input[type="button"].next:after,
button.next:before,
button.next:after,
.button.next:before,
.button.next:after {
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 36px 24px;
	content: '';
	display: block;
	position: absolute;
	right: 1.5em;
	top: 0;
}

input[type="submit"].next:before,
input[type="reset"].next:before,
input[type="button"].next:before,
button.next:before,
.button.next:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}

input[type="submit"].next:after,
input[type="reset"].next:after,
input[type="button"].next:after,
button.next:after,
.button.next:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
	opacity: 0;
	z-index: 1;
}

input[type="submit"].next:hover:after,
input[type="submit"].next:active:after,
input[type="reset"].next:hover:after,
input[type="reset"].next:active:after,
input[type="button"].next:hover:after,
input[type="button"].next:active:after,
button.next:hover:after,
button.next:active:after,
.button.next:hover:after,
.button.next:active:after {
	opacity: 1;
}

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

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #ffffff;
	box-shadow: none;
	color: #242943;
}

input[type="submit"].primary:hover,
input[type="submit"].primary:active,
input[type="reset"].primary:hover,
input[type="reset"].primary:active,
input[type="button"].primary:hover,
input[type="button"].primary:active,
button.primary:hover,
button.primary:active,
.button.primary:hover,
.button.primary:active {
	background-color: #621111;
	color: #242943 !important;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: #621111;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.25;
}

/* Tiles */

.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 0 !important;
}

.tiles+* {
	border-top: 0 !important;
}

.tiles article {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-transition: -moz-transform 0.25s ease, opacity 0.25s ease, -moz-filter 1s ease, -webkit-filter 1s ease;
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, -webkit-filter 1s ease, -webkit-filter 1s ease;
	-ms-transition: -ms-transform 0.25s ease, opacity 0.25s ease, -ms-filter 1s ease, -webkit-filter 1s ease;
	transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease, -webkit-filter 1s ease;
	padding: 4em 4em 2em 4em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: default;
	height: 40vh;
	max-height: 40em;
	min-height: 21em;
	overflow: hidden;
	position: relative;
	width: 40%;
}

.tiles article .image {
	display: none;
}

.tiles article header {
	position: relative;
	z-index: 3;
	height: 4.5em;
	bottom: -4em;
	left: -2em;
}

.tiles article:nth-last-child(-n + 2) header {
	height: 7.5em;
}

.tiles article h3 {
	font-size: 1.98em;
	line-height: 1em;
}

.tiles article h3 a:hover {
	color: inherit !important;
}

.tiles article .link.primary {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.tiles article:before {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.tiles article:after {
	background-color: rgba(36, 41, 67, 0.25);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.tiles article:hover:before {
	opacity: 0;
}

.tiles article.is-transitioning {
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-moz-filter: none;
	-webkit-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}

.tiles article:nth-child(4n - 1),
.tiles article:nth-child(4n - 2) {
	width: 60%;
}

.tiles article:nth-child(6n - 8):before {
	background-color: #2a0612;
}

.tiles article:nth-child(6n - 7):before {
	background-color: #a5a5c2;
}

.tiles article:nth-child(6n - 6):before {
	background-color: #b3915e;
}

.tiles article:nth-child(6n - 5):before {
	background-color: #2a0612;
}

.tiles article:nth-child(6n - 4):before {
	background-color: #c31341;
}

.tiles article:nth-child(6n - 3):before {
	background-color: #ba3523;
}

.tiles article:nth-child(6n - 2):before {
	background-color: #171818;
}

.tiles article:nth-child(6n):before {
	background-color: #038075;
}

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

	.tiles article {
		padding: 4em 3em 2em 3em;
		height: 30vh;
		max-height: 30em;
		min-height: 20em;
	}

}

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

	.tiles article {
		width: 50% !important;
	}

}

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

	.tiles article {
		padding: 3em 1.5em 1em 1.5em;
		height: 16em;
		max-height: none;
		min-height: 0;
	}

	.tiles article h3 {
		font-size: 1.5em;
	}

}

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

	.tiles {
		display: block;
	}

	.tiles article {
		height: 20em;
		width: 100% !important;
	}

}

/* Contact Method */

.contact-method {
	margin: 0 0 2em 0;
	padding-left: 3.25em;
	position: relative;
}

.contact-method .icon {
	left: 0;
	position: absolute;
	top: 0;
}

.contact-method h3 {
	margin: 0 0 0.5em 0;
}

/* Spotlights */

.spotlights {
	border-top: 0 !important;
}

.spotlights+* {
	border-top: 0 !important;
}

.spotlights>section {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #2b1012;
}

.spotlights>section>.image {
	background-position: center center;
	background-size: cover;
	border-radius: 0;
	display: block;
	position: relative;
	width: 30%;
}

.spotlights>section>.image img {
	border-radius: 0;
	display: block;
	width: 100%;

}

.project-hero-image {
	display: block;
	width: 40%;
	height: 100%;
	object-fit: cover;
}

.spotlights>section>.image.video-embed {
	background: none;
	overflow: hidden;
}

.spotlights>section>.image.video-embed:before {
	display: none;
}

.image.video-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.image.video-embed video {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

.spotlights>section>.image:before {
	background: rgba(36, 41, 67, 0.9);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.spotlights>section>.content {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 3em 0 3em;
	width: 70%;
}

.spotlights>section>.content>.inner {
	margin: 0 auto;
	max-width: 100%;
}

.brand-identity-section>.image {
	width: 60%;
}

.brand-identity-section>.content {
	width: 30%;
	align-items: flex-start;
	padding-left: 2em;
}

.brand-identity-gallery {
	position: relative;
	width: 100%;
}

.brand-identity-gallery .gallery-frame {
	position: relative;
	width: calc(100% - 1em);
	left: 0;
	margin-left: 1em;
	aspect-ratio: 16 / 9;
	/* background: #2a0612; */
	overflow: clip;
	border-radius: 0.5rem;
	/* box-shadow: -7px 20px 8px rgba(0, 0, 0, 0.35); */
}

.brand-identity-gallery .gallery-track {
	position: relative;
	width: 100%;
	height: 100%;
}

.brand-identity-gallery .gallery-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.brand-identity-gallery .gallery-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.brand-identity-gallery .gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	cursor: zoom-in;
}

.brand-identity-gallery .gallery-slide video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.brand-identity-gallery .gallery-slide iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Gallery lightbox (used by project pages' inline gallery scripts). */
.gallery-lightbox {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
	z-index: 10000;
}

.gallery-lightbox.is-visible {
	opacity: 1;
	visibility: visible;
}

.gallery-lightbox__content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	text-align: center;
}

.gallery-lightbox__image {
	max-width: 100%;
	max-height: 85vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 0.5rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.gallery-lightbox__caption {
	margin-top: 0.75rem;
	color: #fff;
	font-size: 1rem;
}

.gallery-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	border: 1px solid #f5e3df;
	background: #8f0813b0;
	color: #fff;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
}

.gallery-lightbox .gallery-lightbox__close {
	background: #8f0813d6;
}

.gallery-lightbox.is-visible .gallery-lightbox__close {
		color: #f5e3df;
	}

.gallery-lightbox .gallery-lightbox__close:hover,
.gallery-lightbox .gallery-lightbox__close:focus {
		color: #f5e3df;
	}

.gallery-lightbox__close:focus-visible {
	outline: 2px solid #f6c7ff;
	outline-offset: 2px;
}

.gallery-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	border: 1px solid #f5e3df;
	background: #f23b00b0;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 1;
	user-select: none;
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
	background: #f23b00;
	color: #fff;
}

body.portfolio-page.mazeline-page .gallery-lightbox__nav {
	background: #341414e6;
}

body.portfolio-page.mazeline-page .gallery-lightbox__nav:hover,
body.portfolio-page.mazeline-page .gallery-lightbox__nav:focus {
	background: #341414;
}

body.portfolio-page.dogsled-page .gallery-lightbox.is-visible .gallery-lightbox__close {
	color: #46322e;
}

body.portfolio-page.raddoor-page .gallery-lightbox__nav {
	background: #58744fe6;
	border-color: #b6ff00;
	color: #f5e3df;
}

body.portfolio-page.raddoor-page .gallery-lightbox__nav:hover,
body.portfolio-page.raddoor-page .gallery-lightbox__nav:focus {
	background: #58744f;
}

body.portfolio-page.wildcats-page .gallery-lightbox__nav--prev {
	display: none;
}

body.portfolio-page.wildcats-page .gallery-lightbox__nav--next {
	display: none;
}

.gallery-lightbox__nav--prev {
	left: 1rem;
}

.gallery-lightbox__nav--next {
	right: 1rem;
}

body.is-lightbox-open {
	overflow: hidden;
}

.brand-identity-gallery .gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(76, 20, 20, 0.4);
	color: #fff;
	border: 2px solid #4c1414;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 20%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	z-index: 2;
}

.brand-identity-gallery .gallery-nav:hover,
.brand-identity-gallery .gallery-nav:focus {
	background: #4c1414;
	color: #fff;
}

.brand-identity-gallery .gallery-nav.prev {
	left: 0.75rem;
}

.brand-identity-gallery .gallery-nav.next {
	right: 0.75rem;
}

.brand-identity-gallery .gallery-arrow {
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}

.brand-identity-gallery .gallery-arrow.symbol {
	font-family: inherit;
	color: #fff;
	display: inline-block;
}

.brand-identity-gallery .gallery-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
}

@media screen and (max-width: 736px) {
	.brand-identity-gallery .gallery-dots {
		flex-wrap: wrap;
		gap: 0.4rem;
		margin: 0;
	}
}

.brand-identity-gallery .gallery-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	border: none;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.brand-identity-gallery .gallery-dot.is-active {
	background: #401a1a;
	transform: scale(1.1);
}

.spotlights>section:nth-child(2n) {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background-color: #593d3a;
}

.spotlights>section:nth-child(2n)>.content {
	-moz-align-items: -moz-flex-end;
	-webkit-align-items: -webkit-flex-end;
	-ms-align-items: -ms-flex-end;
	align-items: flex-end;
	position: relative;
	top: 0.8em;
}

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

	.spotlights>section>.image {
		width: 40%;
		margin: 1em;
	}

	.spotlights>section>.content {
		position: relative;
		width: 60%;
	}

}

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

	.spotlights>section>.image {
		width: 45%;
	}

	.spotlights>section>.content {
		width: 55%;
	}

}

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

	.spotlights>section {
		display: block;
	}

	.spotlights>section>.image {
		width: 100%;
	}

	.spotlights>section>.content {
		padding: 1em 3em 2em 3em;
		width: 100%;
	}

	.brand-identity-section>.image,
	.brand-identity-section>.content {
		width: 100%;
		padding-left: 0;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		display: none;
	}

}

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

	.brand-identity-gallery .gallery-frame {
		aspect-ratio: 16 / 9;
	}

	.brand-identity-gallery .gallery-track {
		cursor: zoom-in;
	}

	.brand-identity-gallery .gallery-nav {
		width: 2.4rem;
		height: 2.4rem;
		font-size: 1rem;
	}

	body.is-lightbox-open {
		overflow: hidden;
	}

	.gallery-lightbox {
		position: fixed;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1.5rem;
		background: rgba(0, 0, 0, 0.85);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s ease;
		z-index: 1000;
	}

	.gallery-lightbox.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.gallery-lightbox__content {
		position: relative;
		max-width: 90vw;
		max-height: 90vh;
		text-align: center;
	}

	.gallery-lightbox__image {
		max-width: 100%;
		max-height: 85vh;
		width: auto;
		height: auto;
		object-fit: contain;
		border-radius: 0.5rem;
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
	}

	.gallery-lightbox__caption {
		margin-top: 0.75rem;
		color: #fff;
		font-size: 1rem;
	}

	.gallery-lightbox__close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		border: 1px solid #f5e3df;
		background: rgba(76, 20, 20, 0.6);
		color: #fff;
		/* font-size: 0.9rem; */
		font-weight: 600;
		/* padding: 0.35rem 0.75rem; */
		border-radius: 12px;
		cursor: pointer;
	}

	.gallery-lightbox .gallery-lightbox__close {
		background: rgba(229, 173, 173, 0.85);
	}

		.gallery-lightbox.is-visible .gallery-lightbox__close {
			color: #f5e3df;
		}

		.gallery-lightbox .gallery-lightbox__close:hover,
		.gallery-lightbox .gallery-lightbox__close:focus {
			color: #f5e3df;
		}

	.gallery-lightbox__close:focus-visible {
		outline: 2px solid #f6c7ff;
		outline-offset: 2px;
	}

}

/* Header */

@-moz-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes reveal-header {
	0% {
		top: -4em;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	/*
		background-color: #2a2f4a;
		*/
	cursor: default;
	font-weight: 600;
	height: 3.25em;
	left: 0;
	letter-spacing: 0.25em;
	line-height: 3.25em;
	margin: 0;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 10000;
}


#header .logo {
	border: 0;
	display: inline-block;
	font-size: 0.8em;
	height: inherit;
	width: 10em;
	line-height: inherit;
	padding: 1em 0 1.5em 1em;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 1em;
}

#header .logo img.logo-alt {
	display: none;
}

#header:not(.alt) .logo img.logo-main {
	display: none;
}

#header:not(.alt) .logo img.logo-alt {
	display: block;
}

#header .logo strong {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #ffffff;
	color: #242943;
	display: inline-block;
	line-height: 1.65em;
	margin-right: 0.325em;
	padding: 0 0.125em 0 0.375em;
}

#header .logo:hover strong {
	background-color: #621111;
}

#header .logo:active strong {
	background-color: #621111;
}

#header nav {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	height: inherit;
	line-height: inherit;
}

#header nav a {
	border: 0;
	display: block;
	font-size: 0.8em;
	height: inherit;
	line-height: inherit;
	padding: 0 0.75em;
	position: relative;
}

#header nav a:last-child {
	padding-right: 1.5em;
}

#header nav a[href="#menu"] {
	padding-right: 3.325em !important;
}

#header nav a[href="#menu"]:before,
#header nav a[href="#menu"]:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 32px;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 1.5em;
	top: 0;
	width: 24px;
}

#header nav a[href="#menu"]:after {
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %239bf1ff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
	opacity: 0;
	z-index: 1;
}

#header nav a[href="#menu"]:hover:after,
#header nav a[href="#menu"]:active:after {
	opacity: 1;
}

#header nav a[href="#menu"]:last-child {
	padding-right: 3.875em !important;
}

#header nav a[href="#menu"]:last-child:before,
#header nav a[href="#menu"]:last-child:after {
	top: 0.3em;
	right: 2.6em;
}

body.menu-open {
	overflow: hidden;
	height: 100vh;
}

.site-hamburger {
	position: fixed;
	top: 1.5em;
	right: calc(1.5em + 3.1vh);
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	z-index: 10010;
}

.site-hamburger .site-logo img {
	height: 3em;
	width: auto;
	display: block;
}

#menuToggle {
	display: block;
	position: relative;
	z-index: 10011;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 8vh;
	height: 8vh;
	position: absolute;
	top: -2.6vh;
	right: 1vh;
	cursor: pointer;
	opacity: 0;
	z-index: 10012;
}

#menuToggle .menu-toggle-handle {
	display: block;
	position: absolute;
	left: -0.8em;
	top: 0.1em;
	width: 2.75em;
	height: 2.25em;
	cursor: pointer;
	z-index: 10013;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

#menuToggle .menu-toggle-handle:before {
	content: none;
}

#menuToggle .menu-toggle-handle span {
	display: block;
	position: absolute;
	left: 0.2em;
	width: 1.5em;
	height: 3px;
	background: #ff6600;
	border-radius: 3px;
	z-index: 10014;
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.3s ease;
	transform-origin: center;
}

#menuToggle input:checked~.menu-toggle-handle span {
	background: #8f0813;
}

#menuToggle .menu-toggle-handle span:nth-of-type(1) {
	top: 0;
}

#menuToggle .menu-toggle-handle span:nth-of-type(2) {
	top: 7px;
}

#menuToggle .menu-toggle-handle span:nth-of-type(3) {
	top: 14px;
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(1) {
	transform: translateY(7px) rotate(45deg);
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(2) {
	opacity: 0;
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(3) {
	transform: translateY(-7px) rotate(-45deg);
}

#menuToggle input:checked~.menu-close {
	display: block;
}

#menuToggle .menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(239, 39, 0, 0.45);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease;
	z-index: 9;
	padding: 0;
	margin: 0;
	border: none;
}

#menuToggle .menu-overlay:before {
	content: none;
}

#menuToggle input:checked~.menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

#menuToggle ul {
	position: fixed;
	top: 50%;
	left: 50%;
	width: min(90vw, 24rem);
	margin: 0;
	padding: 2em 2.75em;
	background: #f23b00;
	border: 5px solid #8f0813;
	border-radius: 1.6em;
	list-style-type: none;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	gap: 0.5em;
	text-align: center;
	transform: translate(-50%, -46%) scale(0.94);
	opacity: 0;
	pointer-events: none;
	z-index: 10009;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
	transition: opacity 0.45s ease, transform 0.45s ease;
	will-change: opacity, transform;
}

#menuToggle ul li {
	list-style: none;
}

#menuToggle ul li a,
#menuToggle ul li label,
#menuToggle ul li label a {
	color: #f5e3df;
	background: #f23b00;
	border: 0px solid #8f0813;
	border-radius: 0.85em;
	display: block;
	padding: 0.85em 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'active-one', 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	position: relative;
	overflow: visible;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#menuToggle ul li a:before,
#menuToggle ul li label:before,
#menuToggle ul li label a:before {
	content: '';
	position: absolute;
	inset: 0.45em 0.5em;
	border: 2px solid transparent;
	border-radius: calc(0.85em - 0.45em);
	transition: border-color 0.25s ease;
	pointer-events: none;
}

#menuToggle ul li a:hover,
#menuToggle ul li label:hover,
#menuToggle ul li label a:hover {
	background: #ff5e1a;
	color: #8f0813;
}

#menuToggle ul li a:hover:before,
#menuToggle ul li label:hover:before,
#menuToggle ul li label a:hover:before {
	border-color: #f5e3df;
}

#menuToggle input:checked~ul {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.menu-close {
	position: fixed;
	top: 0.7em;
	right: 2em;
	width: 1.75em;
	height: 2.75em;
	cursor: pointer;
	display: none;
	z-index: 10015;
}

.menu-close:before,
.menu-close:after {
	content: none;
}

#header.reveal {
	-moz-animation: reveal-header 0.35s ease;
	-webkit-animation: reveal-header 0.35s ease;
	-ms-animation: reveal-header 0.35s ease;
	animation: reveal-header 0.35s ease;
}

#header.alt {
	-moz-transition: opacity 2.5s ease;
	-webkit-transition: opacity 2.5s ease;
	-ms-transition: opacity 2.5s ease;
	transition: opacity 2.5s ease;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	-moz-animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
	background-color: transparent;
	box-shadow: none;
	position: absolute;
}

#header.alt.style1 .logo strong {
	color: #c80748;
}

#header.alt.style2 .logo strong {
	color: #8d82c4;
}

#header.alt.style3 .logo strong {
	color: #ec8d81;
}

#header.alt.style4 .logo strong {
	color: #e7b788;
}

#header.alt.style5 .logo strong {
	color: #8ea9e8;
}

#header.alt.style6 .logo strong {
	color: #87c5a4;
}

body.is-preload #header.alt {
	opacity: 0;
}

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

	#header nav a[href="#menu"] {
		padding-right: 3.75em !important;
	}

	#header nav a[href="#menu"]:last-child {
		padding-right: 4.25em !important;
	}

}

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

	#header nav a[href="#menu"] {
		padding-right: 4em !important;
	}

	#header nav a[href="#menu"]:last-child {
		padding-right: 4.5em !important;
	}

}

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

	#header {
		height: 2.75em;
		line-height: 2.75em;
	}

	#header .logo {
		padding: 0 1em;
	}

	#header .logo img {
		margin: 1.5em 0 0 0.5em;
	}

	#header nav a {
		padding: 0 0.5em;
	}

	#header nav a:last-child {
		padding-right: 1em;
	}

	#header nav a[href="#menu"] {
		padding-right: 3.25em !important;
	}

	#header nav a[href="#menu"]:before,
	#header nav a[href="#menu"]:after {
		right: 0.75em;
	}

	#header nav a[href="#menu"]:last-child {
		padding-right: 4em !important;
	}

	#header nav a[href="#menu"]:last-child:before,
	#header nav a[href="#menu"]:last-child:after {
		right: 1.5em;
	}

}

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

	#header .logo span {
		display: none;
	}

	#header nav a[href="#menu"] {
		overflow: hidden;
		padding-right: 0 !important;
		text-indent: 5em;
		white-space: nowrap;
		width: 5em;
	}

	#header nav a[href="#menu"]:before,
	#header nav a[href="#menu"]:after {
		right: 0;
		width: inherit;
	}

	#header nav a[href="#menu"]:last-child:before,
	#header nav a[href="#menu"]:last-child:after {
		width: 4em;
		right: 0;
	}

}

/* Banner */

#banner {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.75);
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 6em 0 2em 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 0 !important;
	cursor: default;
	margin-bottom: -3.25em;
	max-height: 32em;
	min-height: 22em;
	position: relative;
	top: -3.25em;
	text-align: center;
}

#banner .style2 {
	background-position: center;
	background-image: url("images/mazeline/mazeline.png");

}


#banner:after {
	-moz-transition: opacity 4.5s ease-in-out;
	-webkit-transition: opacity 4.5s ease-in-out;
	-ms-transition: opacity 4.5s ease-in-out;
	transition: opacity 4.5s ease-in-out;
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
	pointer-events: none;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#banner h1 {
	color: #ede8e8;
	font-size: 7em;
	margin: 0 1.4em 0 0;
	line-height: 1.05;
	text-align: left;
}

#banner h {
	position: relative;
	font-size: 4em;
	margin: 0 2.3em 0 0;
	line-height: 0;
	top: 0.2em;
}

#banner h:hover {
	animation: wiggle 0.6s ease-in-out;
}

#banner>.inner {
	-moz-transition: opacity 1.5s ease, -moz-transform 0.5s ease-out, -moz-filter 0.5s ease, -webkit-filter 0.5s ease;
	-webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease, -webkit-filter 0.5s ease;
	-ms-transition: opacity 1.5s ease, -ms-transform 0.5s ease-out, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
	transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
	padding: 0 !important;
	position: relative;
	z-index: 2;
}

#banner>.inner .image {
	display: none;
}

#banner>.inner header {
	width: auto;
}


#banner>.inner header> :first-child:after {
	max-width: 100%;
}

#banner>.inner .content {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}

#banner>.inner .content>* {
	margin-right: 1.5em;
	margin-bottom: 0;
}

#banner>.inner .content> :last-child {
	margin-right: 0;
}

#banner>.inner .content p {
	color: #8f0813;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	text-align: left;
}

#banner.major {
	height: 75vh;
	min-height: 30em;
	max-height: 50em;
}

#two {
	position: relative;
	z-index: 2;
	color: #f23b00;
}

#banner.major.alt {
	opacity: 0.75;
}

#banner.style1:after {
	background-color: #2a0612;
}

#banner.style2:after {

	background-color: #040404;
}

#banner.style3:after {
	background-color: #ec8d81;
}

#banner.style4:after {
	background-color: #e7b788;
}

#banner.style5:after {
	background-color: #8ea9e8;
}

#banner.style6:after {
	background-color: #87c5a4;
}

body.is-preload #banner:after {
	opacity: 1.0;
}

body.is-preload #banner>.inner {
	-moz-filter: blur(0.125em);
	-webkit-filter: blur(0.125em);
	-ms-filter: blur(0.125em);
	filter: blur(0.125em);
	-moz-transform: translateX(-0.5em);
	-webkit-transform: translateX(-0.5em);
	-ms-transform: translateX(-0.5em);
	transform: translateX(-0.5em);
	opacity: 0;
}

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

	#banner {
		background-attachment: fixed;
	}

}

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


	#banner h1 {
		font-size: 5em;
		color: #ede8e8;
		text-align: left;
	}

	body.portfolio-page.junkdrawer-page #banner.style2 h1 {
		font-size: 4.50em;
	}

	#banner>.inner .content {
		display: block;
		text-align: center;
		margin-top: 0.5em;
	}

	#banner>.inner .content>* {
		margin-right: 0;
		margin-bottom: 1.5em;
	}

	#banner.major {
		height: auto;
		min-height: 0;
		max-height: none;
	}

}

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

	#banner {
		padding: 6em 0 2em 0;
	}

	#banner h1 {
		font-size: 4em;
	}

	#banner>.inner .content p {
		font-size: 1em;
		text-align: center;
	}

	#banner>.inner .content p br {
		display: none;
	}

	#banner.major {
		padding: 8em 0 4em 0;
	}

}

/* Main */

#main {
	background-color: #f5e3df;
}

body.portfolio-page #main,
body.portfolio-page-mazeline #main {
	background-color: #150404;
}

body.portfolio-page-mazeline #main>*>.inner {
	background-color: #150404;
}

body.portfolio-page #banner h1 {
	color: #f23b00;
}



body.portfolio-page .tile-image img,
body.portfolio-page-mazeline .tile-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

body.portfolio-page .tile-image-mazeline img,
body.portfolio-page-mazeline .tile-image-mazeline img {
	object-position: center top;
	transform: scale(1.05);
}

body.portfolio-page .tiles .project-tile,
body.portfolio-page-mazeline .tiles .project-tile {
	position: relative;
	overflow: hidden;
}

body.portfolio-page .tiles .project-tile:before,
body.portfolio-page-mazeline .tiles .project-tile:before {
	opacity: 0.85;
}

body.portfolio-page .tiles .project-tile:hover:before,
body.portfolio-page-mazeline .tiles .project-tile:hover:before {
	opacity: 0;
}

body.portfolio-page .project-mazeline:before,
body.portfolio-page-mazeline .project-mazeline:before {
	background: #2b1012;
}

body.portfolio-page .project-strayed:before {
	background: rgba(80, 18, 19, 0.8);
}

body.portfolio-page .project-junkdrawer:before {
	background: rgba(128, 33, 7, 0.8);
}

body.portfolio-page .project-dogsled:before {
	background: rgba(26, 26, 38, 0.78);
}

body.portfolio-page .project-paws:before {
	background: rgba(130, 163, 178, 0.75);
}

body.portfolio-page .project-killerwhale:before {
	background: #310C12
}

body.portfolio-page .project-poached:before {
	background: rgba(83, 9, 9, 0.82);
}

body.portfolio-page .project-wildcats:before {
	background: rgba(190, 117, 8, 0.85);
}

body.portfolio-page .tiles .project-tile header p {
	color: #dfd2cf;
	font-family: 'active-one', 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	font-size: 0.85em;
	text-transform: uppercase;
	margin-top: 0.25em;
}


/*Mazeline*/
body.portfolio-page.mazeline-page #banner {
	background-image: url("../../images/mazeline/mazeline.png");
	background-position: center top !important;
}

body.portfolio-page.mazeline-page #banner.style2:after {
	background-color: #190000;
}

body.portfolio-page.mazeline-page #banner h1 {
	color: #ede8e8;
}

body.portfolio-page.mazeline-page #banner h2 {
	color: #ede8e8;
}

body.portfolio-page.mazeline-page #banner p {
	position: relative;
	color: #593d3a;
	top: 2.5em;
}

body.portfolio-page.mazeline-page #banner p2 {
	position: relative;
	color: #593d3a;
	top: 2.5em;
}

body.portfolio-page.mazeline-page p3 {
	color: #d7c7c0;
}

/* Strayed */
body.portfolio-page.strayed-page #main,
body.portfolio-page.strayed-page #main>*>.inner {
	background-color: #0f0509;
}

body.portfolio-page.strayed-page #banner.style2:after {
	background-color: #190000;
}

body.portfolio-page.strayed-page #banner {
	background-image: url("../../images/.png");
	background-position: center top !important;
}

body.portfolio-page.strayed-page #banner h1,
body.portfolio-page.strayed-page #banner h2 {
	color: #f5e3df;
}

body.portfolio-page.strayed-page #banner p,
body.portfolio-page.strayed-page #banner p2 {
	position: relative;
	color: #d7c7c0;
	top: 2.25em;
}

body.portfolio-page.strayed-page h2 {
	color: #d7c7c0;
	font-size: 2.5em;
}

body.portfolio-page.strayed-page p3 {
	color: #c31341;
}

body.portfolio-page.strayed-page p2 {
	color: #6f1e31;
}

body.portfolio-page.strayed-page input[type="submit"],
body.portfolio-page.strayed-page input[type="reset"],
body.portfolio-page.strayed-page input[type="button"],
body.portfolio-page.strayed-page button,
body.portfolio-page.strayed-page .button {
	color: #efe1db;
	background: #c31342df;
}

body.portfolio-page.dogsled-page input[type="submit"],
body.portfolio-page.dogsled-page input[type="reset"],
body.portfolio-page.dogsled-page input[type="button"],
body.portfolio-page.dogsled-page button,
body.portfolio-page.dogsled-page .button {
	color: #000;
	background: #fff;
}

body.portfolio-page.strayed-page .spotlights>section {
	background-color: #c31341;
}

body.portfolio-page.strayed-page .spotlights>section:nth-child(2n) {
	background-color: #f4e8f8;
}

body.portfolio-page.strayed-page .spotlights>section>.content {
	color: #f5e3df;
}

body.portfolio-page .tiles .project-tile header p:before,
body.portfolio-page-mazeline .tiles .project-tile header p:before {
	display: block;
	width: 3.5em;
	height: 2px;
	background: rgba(223, 226, 245, 0.85);
	margin: 0.35em 0 0.25em 0;
}

/* Junkdrawer */
body.portfolio-page.junkdrawer-page #banner h1 {
	color: #fffcfa;
	font-family: 'Junkyard Jamboree', 'JunkDrawer Solid', 'active-one', sans-serif;
	font-size: 6em;
	text-transform: uppercase;
	background-image: linear-gradient(90deg,
			#ff4d00 0%,
			#ffb703 20%,
			#ffe039 40%,
			#51f36c 60%,
			#00c2ff 80%,
			#b35bff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


body.portfolio-page.junkdrawer-page h2 {
	font-family: 'adorn-condensed-sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #ffef76;
	font-size: 3.0em;
	line-height: 1.05;
	margin: 0 0 0.05em 0;
}

@media screen and (max-width: 1280px) {
	body.portfolio-page.junkdrawer-page h2 {
		font-size: 2.8em;
	}
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page h2 {
		font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		color: #ffef76;
		font-size: 2.4em;
		line-height: 1.15em;
		margin: 0 0 0.1em 0;
	}
}

body.portfolio-page.junkdrawer-page h3 {
	font-family: 'JunkDrawer-Solid', 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #fffbe2;
	font-size: 4.5em;
	margin: 0 0 -1.5em 0;
	line-height: 1em;
}

body.portfolio-page.junkdrawer-page h5 {
	font-family: 'JunkDrawer-Solid', 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #fffbe2;
	font-size: 4.5em;
	line-height: 1em;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page h5 {
		font-size: 3.8em;
	}
}

@media screen and (max-width: 480px) {
	body.portfolio-page.junkdrawer-page h5 {
		font-size: 2.8em;
	}
}

body.portfolio-page.junkdrawer-page .split-heading {
	--split-heading-secondary-margin-top: 0;
}

body.portfolio-page.junkdrawer-page .split-heading .split-heading__line {
	display: inline;
}

body.portfolio-page.junkdrawer-page .split-heading .split-heading__line--break {
	display: block;
}

body.portfolio-page.junkdrawer-page .split-heading .split-heading__line--secondary {
	margin-top: var(--split-heading-secondary-margin-top);
}

body.portfolio-page.junkdrawer-page .wayfinding-signage-break {
	display: none;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding h3 .wayfinding-signage-break {
		display: block;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding header.major.wayfinding-heading {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding h3 {
	color: #ff7f0a;
	font-size: 3.5em;
	margin: 0;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding h3 {
		font-size: 3.5em;
	}
}

@media screen and (max-width: 480px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding h3 {
		font-size: 2.5em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed h4 {
	color: #ff4e77;
	font-family: 'Junkyard Jamboree', 'active-one', sans-serif;
	font-size: 3em;
	line-height: 0.90em;
	margin: 0 0 0.05em 0;
}

@media screen and (max-width: 1280px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--strayed h4 {
		font-size: 2.7em;
	}
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--strayed h4 {
		font-size: 2.0em;
		box-sizing: border-box;
		padding-right: 0.75em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--typography h3 {
	color: #fff06d;
	font-size: 3.65em;
}



@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--typography h3 {
		font-size: 3.85em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed {
	background-color: #07203e;
}

body.portfolio-page.junkdrawer-page .spotlights>section.brand-identity-section--strayed {
	background-color: #07203e;
}

body.portfolio-page.junkdrawer-page .spotlights>section.brand-identity-section--wayfinding,
body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding {
	background-color: #650000;
}

body.portfolio-page.junkdrawer-page .spotlights>section.brand-identity-section--typography,
body.portfolio-page.junkdrawer-page .brand-identity-section--typography {
	background-color: #462121;
}

body.portfolio-page.junkdrawer-page h4 {
	color: #597cbf;
	font-size: 3.3em;
}

body.portfolio-page.junkdrawer-page p2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #51f36c;
	font-size: 1.3em;
	position: relative;
	bottom: 0.7em;
}

body.portfolio-page.junkdrawer-page h6 {
	font-family: 'Gurmukhi MN', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #23e993;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.1em 0;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page h6 {
		font-size: 1.0em;
		line-height: 1.3em;
		margin: 0 0 0.9em 0;
	}
}

@media screen and (max-width: 480px) {
	body.portfolio-page.junkdrawer-page h6 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page p2 {
		font-size: 1.2em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed p2 {
	color: #bffff0;
	display: block;
	bottom: 0;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--typography p2 {
	color: #ff7979;
	bottom: auto;
}

body.portfolio-page.junkdrawer-page p4 {
	color: #fff2aa;
	font-size: 1.5em;
	font-family: 'active-one', sans-serif;
	line-height: 1.2em;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page p4 {
		font-size: 1.2em;
	}
}

body.portfolio-page.junkdrawer-page .spotlights>section:nth-child(2n)>.content {
	position: relative;
}


body.portfolio-page.junkdrawer-page .brand-identity-gallery .gallery-frame {
	aspect-ratio: 7 / 5;
}

body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-frame {
	aspect-ratio: 7 / 5;
}

body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-nav {
	border-color: #035d52;
}

body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-nav:hover,
body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-nav:focus {
	background: #4cbfb9;
	color: #fff;
	border-color: #fff;
}

/* Killer Whales: make the gallery column occupy 70% of the page width */
body.portfolio-page.killerwhales-page .brand-identity-section>.image {
	width: 70%;
	right: 3.5em;
}


body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-frame {
	width: 100%;
}

body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-slide img {
	object-fit: contain;
	/* height: auto; */
	max-height: 100%;
	margin: 1em 0 0 0;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.killerwhales-page .brand-identity-section>.image {
		right: 0;
	}
}

@media screen and (max-width: 736px) {
	body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-frame {
		width: 100%;
		margin-left: 3em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed .brand-identity-gallery .gallery-frame,
body.portfolio-page.junkdrawer-page .brand-identity-section--strayed .brand-identity-gallery .gallery-track {
	aspect-ratio: 16 / 9;
}

body.portfolio-page.killerwhales-page .brand-identity-section--strayed .brand-identity-gallery .gallery-frame,
body.portfolio-page.killerwhales-page .brand-identity-section--strayed .brand-identity-gallery .gallery-track {
	aspect-ratio: 16 / 9;
}

body.portfolio-page.junkdrawer-page .brand-identity-gallery .gallery-dots {
	display: flex;
	/* justify-content: center; */
	/* gap: 0.5rem; */
	margin: 0;
}

body.portfolio-page.junkdrawer-page .tool-icons .tool-icon img:hover {
	animation: logo-wiggle 0.6s ease-in-out;
}

body.portfolio-page.junkdrawer-page .tool-icon {
	height: 6.5em;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .tool-icon {
		height: 7em;
	}
}

body.portfolio-page.junkdrawer-page input[type="submit"],
body.portfolio-page.junkdrawer-page input[type="reset"],
body.portfolio-page.junkdrawer-page input[type="button"],
body.portfolio-page.junkdrawer-page button,
body.portfolio-page.junkdrawer-page .button {
	padding: 0 1.05em;
	color: #ffc8b0;
	background: #c31313cf;
}

body.portfolio-page.junkdrawer-page .spotlights>section {
	background-color: #1d3829;
}



body.portfolio-page.junkdrawer-page .spotlights>section>.content {
	color: #f5e3df;
}

body.portfolio-page.junkdrawer-page .brand-identity-section>.content>.inner {
	width: 100%;
	max-width: 100%;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding>.content,
body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding>.content>.inner {
	min-width: 0;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding>.content {
	align-items: stretch;
	box-sizing: border-box;
	position: relative;
	top: 0;
	justify-content: flex-start;
	padding-top: 1.5em;
	padding-bottom: 0.75em;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding>.content>.inner {
	display: flow-root;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding h3,
body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding p4 {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-wrap: anywhere;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed>.content {
	align-items: center;
	justify-content: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed header.major {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed header.major> :first-child {
	width: 100%;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--strayed>.content>.inner {
	width: min(100%, 42rem);
	margin-left: auto;
	margin-right: auto;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding .tool-icons {
	width: 100%;
	max-width: 100%;
	margin: 0.6em 0 0 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(0.5rem, 1.6vw, 1rem);
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding .tool-icons .tool-icon {
	width: 6.5em;
	flex: 0 0 auto;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding .tool-icons .tool-icon {
		width: 7em;
	}
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding .tool-icons__break {
	flex-basis: 100%;
	height: 0;
	padding: 0;
	margin: 0;
}

body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding .tool-icons .tool-icon img {
	object-fit: contain;
}

@media screen and (max-width: 736px) {
	body.portfolio-page.junkdrawer-page .brand-identity-section--wayfinding p4 {
		box-sizing: border-box;
		padding-right: 1em;
	}
}


/* Prevent footer content from hugging the viewport edge on this page. */
body.portfolio-page.killerwhales-page #footer>.inner {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

body.portfolio-page.killerwhales-page #banner h1 {
	color: #fffcfa;
	opacity: 1;
	-webkit-text-fill-color: #fffcfa;
	/* Force solid fill (Safari/Chrome when text-fill was set elsewhere). */
	-webkit-background-clip: border-box;
	background-clip: border-box;
	background: none !important;
	mix-blend-mode: normal;
	position: relative;
	z-index: 3;
	text-shadow: 0 0.25em 0.6em rgba(0, 0, 0, 0.55);
	font-family: 'active-one', sans-serif;
	font-size: 6em;
}

body.portfolio-page.killerwhales-page h2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #eceada;
	font-size: 3.2em;
	line-height: normal;
}

body.portfolio-page.killerwhales-page h3 {
	font-family: 'JunkDrawer-Solid', 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #fffbe2;
	font-size: 4.5em;
	margin: 0 0 -1.5em 0;
	line-height: 1em;
}

body.portfolio-page.killerwhales-page .brand-identity-section--wayfinding h3 {
	color: #ff9406;
	font-size: 3.55em;
}

body.portfolio-page.killerwhales-page .brand-identity-section--strayed h3 {
	color: #ff4e77;
	font-family: 'Junkyard Jamboree', 'active-one', sans-serif;
	font-size: 2.7em;
	line-height: 0.85em;
}

body.portfolio-page.killerwhales-page .brand-identity-section--typography h3 {
	color: #d80065;
	font-size: 4.85em;
}

body.portfolio-page.killerwhales-page .brand-identity-section--strayed {
	background-color: #07203e;
}

body.portfolio-page.killerwhales-page .spotlights>section.brand-identity-section--strayed {
	background-color: #07203e;
}

body.portfolio-page.killerwhales-page .spotlights>section.brand-identity-section--wayfinding,
body.portfolio-page.killerwhales-page .brand-identity-section--wayfinding {
	background-color: #014949;
}

body.portfolio-page.killerwhales-page .spotlights>section.brand-identity-section--typography,
body.portfolio-page.killerwhales-page .brand-identity-section--typography {
	background-color: #462121;
}

body.portfolio-page.killerwhales-page h4 {
	color: #597cbf;
	font-size: 3.3em;
	margin: 0 0 -1.7em 0;
}

body.portfolio-page.killerwhales-page p2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #a6e8e3;
	font-size: 1.4em;
}

body.portfolio-page.killerwhales-page .brand-identity-section--strayed p2 {
	color: #bffff0;
}

body.portfolio-page.killerwhales-page .brand-identity-section--typography p2 {
	color: #ff7979;
}

body.portfolio-page.killerwhales-page p4 {
	color: #eceada;
	font-size: 1.5em;
	font-family: 'active-one', sans-serif;
	line-height: 1em;
}

body.portfolio-page.killerwhales-page .spotlights>section:nth-child(2n)>.content {
	position: relative;
	top: 0.8em;
}

body.portfolio-page.killerwhales-page .brand-identity-gallery .gallery-dots {
	display: flex;
	margin: 0;
}

body.portfolio-page.killerwhales-page .tool-icons .tool-icon img:hover {
	animation: logo-wiggle 0.6s ease-in-out;
}

body.portfolio-page.killerwhales-page input[type="submit"],
body.portfolio-page.killerwhales-page input[type="reset"],
body.portfolio-page.killerwhales-page input[type="button"],
body.portfolio-page.killerwhales-page button,
body.portfolio-page.killerwhales-page .button {
	padding: 0 1.05em;
	background: #ff4d00;
	color: #f5e3df;
}

body.portfolio-page.killerwhales-page .spotlights>section {
	background-color: #1b5d5e;
}

body.portfolio-page.killerwhales-page .spotlights>section>.content {
	color: #f5e3df;
}

body.portfolio-page.raddoor-page .spotlights>section {
	background-color: #323a32;
}

body.portfolio-page.raddoor-page .spotlights>section.rad-video-section {
	background-color: #3b4e3b;
}

body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-nav {
	background: rgba(88, 116, 79, 0.45);
	border-color: #58744f;
}

body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-nav:hover,
body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-nav:focus {
	background: #58744f;
}

body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-arrow.symbol {
	color: #f5e3df;
}

body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-dot {
	background: #f3f699;
}

body.portfolio-page.raddoor-page .brand-identity-gallery .gallery-dot.is-active {
	background: #b6ff00;
}

body.portfolio-page.raddoor-page .gallery-lightbox.is-visible .gallery-lightbox__close {
	color: #f3f699;
}

body.portfolio-page.raddoor-page .gallery-lightbox .gallery-lightbox__close {
	background: rgba(99, 125, 95, 0.64);
}

body.portfolio-page.raddoor-page .gallery-lightbox .gallery-lightbox__close:hover,
body.portfolio-page.raddoor-page .gallery-lightbox .gallery-lightbox__close:focus {
	color: #f3f699;
}

body.portfolio-page.raddoor-page #banner h1 {
	color: #bbc99a;
}

body.portfolio-page.raddoor-page .spotlights h2 {
	color: #ddff84;
	font-size: 4.15em;
}

body.portfolio-page.raddoor-page p2 {
	color: #8cae4b;
	font-size: 1.5em;
}

body.portfolio-page.raddoor-page p4 {
	color: #d7e693;
	font-family: 'active-one', sans-serif;
	font-size: 1.5em;
}

body.portfolio-page.raddoor-page .rad-video-section p3 {
	color: #b6ff00 !important;
	top: 0;
	line-height: 1.1em;
}

body.portfolio-page.raddoor-page .rad-video-section .actions .button {
	background: #58744f !important;
	color: #b6ff00 !important;
	box-shadow: none !important;
	border-color: #b6ff00 !important;
}

body.portfolio-page.raddoor-page .rad-video-section .actions .button:hover,
body.portfolio-page.raddoor-page .rad-video-section .actions .button:active {
	background: #b6ff00 !important;
	color: #2f3a2f !important;
	box-shadow: none !important;
}


/* Prevent footer content from hugging the viewport edge on this page. */
body.portfolio-page.poachedpuzzles-page #footer>.inner {
	padding-left: 0.75em;
	padding-right: 1.5em;
}

body.portfolio-page.poachedpuzzles-page #banner.style2:after {
	background-color: #530909;
}

body.portfolio-page.poachedpuzzles-page #banner h1 {
	color: #fff6e9;
	opacity: 1;
	-webkit-text-fill-color: #fff6e9;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	background: none !important;
	mix-blend-mode: normal;
	position: relative;
	z-index: 3;
	text-shadow: 0 0.25em 0.6em rgba(0, 0, 0, 0.55);
	font-family: 'active-one', sans-serif;
	font-size: 6em;
}

body.portfolio-page.poachedpuzzles-page h2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #ff6c2f;
	font-size: 3.2em;
	line-height: normal;
}

body.portfolio-page.poachedpuzzles-page h3 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #fff6e9;
	font-size: 4.2em;
	line-height: 1em;
}

body.portfolio-page.poachedpuzzles-page h4 {
	color: #ff9e49;
	font-size: 3.1em;
	margin: 0 0 -1.7em 0;
}

body.portfolio-page.poachedpuzzles-page p2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #f7efe6;
	font-size: 1.2em;
}

body.portfolio-page.poachedpuzzles-page p4 {
	color: #fff6e9;
	font-size: 1.5em;
	font-family: 'active-one', sans-serif;
	line-height: 1em;
}

body.portfolio-page.poachedpuzzles-page .tool-icon {
	height: 3.85em;
}

body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-frame {
	aspect-ratio: 7 / 5;
}

body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-nav {
	background: rgba(255, 158, 73, 0.18);
	color: #fff6e9;
	border-color: #fff6e9;
}

body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-nav:hover,
body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-nav:focus {
	background: #2b0d0d;
	color: #fff6e9;
	border-color: #fff6e9;
}

body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-dot {
	background: rgba(255, 246, 233, 0.35);
}

body.portfolio-page.poachedpuzzles-page .brand-identity-gallery .gallery-dot.is-active {
	background: #ff9e49;
}

body.portfolio-page.poachedpuzzles-page input[type="submit"],
body.portfolio-page.poachedpuzzles-page input[type="reset"],
body.portfolio-page.poachedpuzzles-page input[type="button"],
body.portfolio-page.poachedpuzzles-page button,
body.portfolio-page.poachedpuzzles-page .button {
	padding: 0 1.05em;
	color: #efe1db;
	background: #f23c00af;
	border: 3.5px solid #8f0813;
	;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section {
	background-color: #2b0d0d;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section:nth-child(2n) {
	background-color: #3a1212;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section>.content {
	color: #f7efe6;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section.brand-identity-section--wayfinding,
body.portfolio-page.poachedpuzzles-page .brand-identity-section--wayfinding {
	background-color: #851d1d;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section.brand-identity-section--strayed,
body.portfolio-page.poachedpuzzles-page .brand-identity-section--strayed {
	background-color: #2b0d0d;
}

body.portfolio-page.poachedpuzzles-page .spotlights>section.brand-identity-section--typography,
body.portfolio-page.poachedpuzzles-page .brand-identity-section--typography {
	background-color: #3a1212;
}

/* Wildcats (separate from Killer Whales so colors/layout can be edited independently) */

/* Prevent footer content from hugging the viewport edge on this page. */
body.portfolio-page.wildcats-page #footer>.inner {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

body.portfolio-page.wildcats-page #banner.style2:after {
	background-color: #ff9e493b;
}

body.portfolio-page.wildcats-page #banner h1 {
	color: #fff6e9;
	opacity: 1;
	-webkit-text-fill-color: #fff6e9;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	background: none !important;
	mix-blend-mode: normal;
	position: relative;
	z-index: 3;
	font-family: 'active-one', sans-serif;
	font-size: 6em;
}

body.portfolio-page.wildcats-page h2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #f7e2c3;
	font-size: 3.2em;
	line-height: normal;
}

body.portfolio-page.wildcats-page p2 {
	font-family: 'active-one', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #f0d6b2;
	font-size: 1.4em;
}

body.portfolio-page.wildcats-page p4 {
	color: #fff6e9;
	font-size: 1.5em;
	font-family: 'active-one', sans-serif;
	line-height: 1em;
}

/* Wildcats: make the gallery column occupy 70% of the page width */
body.portfolio-page.wildcats-page .brand-identity-section>.image {
	width: 70%;
	justify-content: flex-end;
}

@media screen and (min-width: 1281px) {
	body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-frame {
		aspect-ratio: 3/4;
		width: 30em;
		height: 40em;
		position: relative;
		/* left: 15em; */
	}
}


body.portfolio-page.wildcats-page .brand-identity-section--wayfinding>.tool-icons {
	flex: 0 0 10rem;
	width: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 0.75rem;
	padding: 0 0.5rem;
	margin: 0;
	align-self: center;
}

body.portfolio-page.wildcats-page .brand-identity-section--wayfinding>.tool-icons br {
	flex-basis: 100%;
	height: 0;
}

body.portfolio-page.wildcats-page .brand-identity-section--wayfinding>.tool-icons .tool-icon {
	height: 7.25rem;
}

body.portfolio-page.wildcats-page .brand-identity-gallery {
	--wildcats-gallery-max-h: 65vh;
	width: min(calc(100% - 1em), calc(var(--wildcats-gallery-max-h) * 0.6154));
	margin-left: auto;
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-frame {
	/* Keep the gallery from exceeding the viewport height on wide screens. */
	aspect-ratio: 3/4;
	width: 30em;
	height: 40em;
	position: relative;
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-slide img {
	object-fit: contain;
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-nav {
	background: rgba(190, 117, 8, 0.22);
	color: #fff6e9;
	border-color: #fff6e9;
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-nav:hover,
body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-nav:focus {
	background: #0f2436;
	color: #fff6e9;
	border-color: #fff6e9;
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-dot {
	background: rgba(255, 246, 233, 0.35);
}

body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-dot.is-active {
	background: #be7508;
}

body.portfolio-page.wildcats-page input[type="submit"],
body.portfolio-page.wildcats-page input[type="reset"],
body.portfolio-page.wildcats-page input[type="button"],
body.portfolio-page.wildcats-page button,
body.portfolio-page.wildcats-page .button {
	padding: 0 1.05em;
	color: #24160e;
    background: #efca93cd;
}

body.portfolio-page.wildcats-page .spotlights>section {
	background-color: #2b1a0b;
}

body.portfolio-page.wildcats-page .spotlights>section.brand-identity-section--wayfinding,
body.portfolio-page.wildcats-page .brand-identity-section--wayfinding {
	background-color: #153b34;
}

body.portfolio-page.wildcats-page .spotlights>section>.content {
	color: #f7efe6;
}

@media screen and (max-width: 980px) {
	body.portfolio-page.wildcats-page .brand-identity-section--wayfinding>.tool-icons {
		width: 100%;
		flex: none;
		padding: 1.5rem 0 0 0;
	}
}

/* Dogsled */
body.portfolio-page.dogsled-page #banner.style2:after {
	background-color: #17171d;
}

body.portfolio-page.dogsled-page .brand-identity-gallery .gallery-frame {
	aspect-ratio: 5 / 4;
}



#main>* {
	border-top: solid 1px rgba(212, 212, 255, 0.1);
}

#main>*:first-child {
	border-top: 0;
}




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

	#main>*>.inner {
		width: calc(100% - 3em);
	}

	body.portfolio-page.mazeline-page #banner p {
		position: relative;
		color: #593d3a;
		top: 2.5em;
	}

	body.portfolio-page.mazeline-page p3 {
		top: auto;
	}

	body.portfolio-page.strayed-page p3 {
		top: auto;
	}

	body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-frame {
		/* Keep the gallery from exceeding the viewport height on wide screens. */
		aspect-ratio: 3/4;
		width: 30em;
		height: 40em;
		position: relative;
		left: -9.5em;
	}


}

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

	body.portfolio-page.wildcats-page .brand-identity-gallery .gallery-frame {
		aspect-ratio: 3 / 4;
		width: 30em;
		height: 30em;
		position: relative;
		left: -11.5em;
	}

}

#main.alt {
	background-color: transparent;
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
}

/* Contact */

#contact {
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
	background-color: #310C12;
	overflow-x: hidden;
}

#contact>.inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0 !important;
}

#contact>.inner> :nth-child(2n - 1) {
	padding: 4em 3em 2em 0;
	border-right: solid 1px rgba(212, 212, 255, 0.1);
	width: 60%;
}

#contact>.inner> :nth-child(2n) {
	padding-left: 3em;
	width: 40%;
}

#contact>.inner>.split {
	padding: 0;
}

#contact>.inner>.split>* {
	padding: 3em 0 1em 3em;
	position: relative;
}

#contact>.inner>.split>*:before {
	border-top: solid 1px rgba(212, 212, 255, 0.1);
	content: '';
	display: block;
	margin-left: -3em;
	position: absolute;
	top: 0;
	width: calc(100vw + 3em);
}

#contact>.inner>.split> :first-child:before {
	display: none;
}

#footer {
	background-color: #310C12
}

#footer .social-icons li,
#footer .social-icons a {
	border: 0;
	border-bottom: 0;
}

#footer .footer-icon-groups {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2.25em;
	flex-wrap: nowrap;
	width: 100%;
}

#footer .footer-icon-groups ul.icons {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

#footer .footer-icon-groups .social-icons {
	flex: 0 0 auto;
	width: fit-content;
}

#footer .footer-icon-groups .footer-links {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25em;
}

#footer .footer-icon-groups .footer-links li {
	padding: 0;
}

#footer .footer-icon-groups .footer-links li:last-child {
	flex: 1 1 auto;
	min-width: 12rem;
}



#footer .footer-links .button {
	height: auto;
	line-height: 1.2;
	letter-spacing: 0.12em;
	padding: 0.75em;
	color: #f5e3df;
	background: #f23b00;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	white-space: normal;
}

#footer .footer-links li:nth-child(2) .button {
	color: #f23b00;
	background: #f5e3df;
}

#footer .footer-links li:nth-child(2) .button:hover,
#footer .footer-links li:nth-child(2) .button:active {
	background-color: #f23b00;
	color: #f5e3df;
	box-shadow: none;
}

#footer .footer-links .button:active {
	background-color: #8f0813;
	color: #f5e3df;
}

#footer .footer-links .button p {
	font-size: 0.75em;
	color: inherit;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin: 0.4em 0 0 0;
	text-transform: none;
	opacity: 0.9;
}

@media screen and (max-width: 736px) {
	#footer .footer-icon-groups {
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.25em;
		margin: 0 0 1em 0;
	}

	#footer .footer-icon-groups ul.icons {
		flex-wrap: wrap;
	}

	#footer .footer-icon-groups .social-icons {
		order: 2;
		width: 100%;
		justify-content: flex-start;
	}

	#footer .footer-icon-groups .footer-links {
		order: 1;
		flex-basis: 100%;
		display: block;
		padding: 0 1rem;
		box-sizing: border-box;
	}

	#footer .footer-icon-groups .footer-links {
		text-align: center;
	}

	#footer .footer-icon-groups .footer-links li {
		display: flex;
		justify-content: center;
	}

	#footer .footer-icon-groups .footer-links li {
		width: 100%;
		display: block;
	}

	#footer .footer-icon-groups .footer-links li:last-child {
		min-width: 0;
	}

	#footer .footer-icon-groups .footer-links li .button {
		width: 100%;
	}
}

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

	#contact>.inner {
		display: block;
	}

	#contact>.inner> :nth-child(2n - 1) {
		padding: 4em 0 2em 0;
		border-right: 0;
		width: 100%;
	}

	#contact>.inner> :nth-child(2n) {
		padding-left: 0;
		width: 100%;
	}

	#contact>.inner>.split>* {
		padding: 3em 0 1em 0;
	}

	#contact>.inner>.split>*:before {
		margin-left: 0;
		width: 100%;
	}

	#contact>.inner>.split> :first-child:before {
		display: block;
	}

}

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

	#contact>.inner> :nth-child(2n - 1) {
		padding: 3em 0 1em 0;
	}

}

/* Footer */

#footer .copyright {
	font-size: 0.8em;
	list-style: none;
	padding-left: 0;
}

#footer .copyright li {
	border-left: solid 1px rgba(212, 212, 255, 0.1);
	color: rgba(244, 244, 255, 0.2);
	display: inline-block;
	line-height: 1;
	margin-left: 1em;
	padding-left: 1em;
}

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

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

	#footer .copyright li {
		display: block;
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		line-height: inherit;
	}

}

/* Wrapper */

#wrapper {
	-moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	padding-top: 3.25em;
}

#wrapper.is-transitioning {
	opacity: 0;
}

#wrapper>*>.inner {
	padding: 4em 0 2em 0;
	margin: 0 auto;
	max-width: 65em;
	width: calc(100% - 6em);
}

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

	#wrapper>*>.inner {
		padding: 3em 0 1em 0;
		width: calc(100% - 3em);
	}

}

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

	#wrapper {
		padding-top: 2.75em;
	}

}

/* Menu */

#menu {
	-moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	-webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	-ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	pointer-events: none;
	background: rgba(239, 39, 0, 0.92);
	box-shadow: none;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 3em 2em;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10002;
}

#menu .inner {
	-moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
	-webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
	-ms-transition: -ms-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
	transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
	-moz-transform: rotateX(20deg);
	-webkit-transform: rotateX(20deg);
	-ms-transform: rotateX(20deg);
	transform: rotateX(20deg);
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	max-height: 100vh;
	opacity: 0;
	overflow: auto;
	text-align: center;
	visibility: hidden;
	width: 18em;
}

#menu .inner> :first-child {
	margin-top: 2em;
}

#menu .inner> :last-child {
	margin-bottom: 3em;
}

#menu ul {
	margin: 0 0 1em 0;
}

#menu ul.links {
	list-style: none;
	padding: 0;
}

#menu ul.links>li {
	padding: 0;
}

#menu ul.links>li>a:not(.button) {
	border: 2px solid #f5e3df;
	border-top: solid 2px rgba(212, 212, 255, 0.1);
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.25em;
	line-height: 4em;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul.links>li>.button {
	display: block;
	margin: 0.5em 0 0 0;
}

#menu ul.links>li:first-child>a:not(.button) {
	border-top: 0 !important;
}

#menu .close {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
	cursor: pointer;
	display: block;
	height: 4em;
	line-height: 4em;
	overflow: hidden;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	text-align: right;
	text-indent: 8em;
	top: 0;
	white-space: nowrap;
	width: 8em;
}

#menu .close:before,
#menu .close:after {
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 2.5em;
	position: absolute;
	right: -0.2em;
	top: 0;
	width: 4em;
}

#menu .close:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
}

#menu .close:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
	opacity: 0;
}

#menu .close:hover:after,
#menu .close:active:after {
	opacity: 1;
}

body.is-ie #menu {
	background: rgba(42, 47, 74, 0.975);
}

body.is-menu-visible #wrapper {
	-moz-filter: blur(0.5em);
	-webkit-filter: blur(0.5em);
	-ms-filter: blur(0.5em);
	filter: blur(0.5em);
}

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

body.is-menu-visible #menu .inner {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

#main {
	background-color: #310C12;
}

img.lazy-img {
	opacity: 0;
	transition: opacity 600ms ease;
}

img.lazy-img.is-loaded {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	img.lazy-img {
		transition: none;
	}
}
