/*!
Theme Name: Reality Estate
Theme URI: http://underscores.me/
Author: Michael Alden Winser
Author URI: http://14four.com
Description: Description 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reality-estate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Reality Estate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize 
	- Box sizing
# Base
	- Typography    
	- Elements
	- Links
	- Forms
## Layouts 
# Components
	- Navigation  
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

html.no-scroll,
body.no-scroll {
	overflow: hidden;
	height: 100%;
	position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0.0625rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -0.125rem;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2E3239;
	font-family: "GT Planar", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h7 {
	clear: both;
	line-height: 1;
	margin: 0;
}

h1, .h1 {
	font-weight: 200;
	font-size: 8.125rem;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1450px) {
	h1, .h1 {
		font-size: 6.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	h1, .h1 {
		font-size: 4.6875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	h1, .h1 {
		font-size: 2.8125rem;
	}
}

h2, .h2 {
	font-weight: 200;
	font-size: 4.6875rem;
	line-height: 1.07;
	text-transform: uppercase;
}

@media (max-width: 1450px) {
	h2, .h2 {
		font-size: 3.4375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	h2, .h2 {
		font-size: 2.1875rem;
		line-height: 1.14;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	h2, .h2 {
		font-size: 2.1875rem;
		line-height: 1.11;
	}
}

h3, .h3 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 3.4375rem;
}

@media (max-width: 1450px) {
	h3, .h3 {
		font-size: 2.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	h3, .h3 {
		font-size: 2.1875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}

h4, .h4 {
	font-weight: 400;
	font-size: 2.1875rem;
}

@media (max-width: 1450px) {
	h4, .h4 {
		font-size: 1.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	h4, .h4 {
		font-size: 1.75rem;
		line-height: 1;
		font-weight: 300;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	h4, .h4 {
		font-size: 1.25rem;
		line-height: 1.2;
	}
}

h5, .h5 {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.21;
}

@media (max-width: 1450px) {
	h5, .h5 {
		font-size: 1.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	h5, .h5 {
		font-size: 1rem;
		line-height: 1.31;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	h5, .h5 {
		font-size: 0.875rem;
		line-height: 1.29;
	}
}

h6, .h6 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1080px) and (max-width: 768px) {
	h6, .h6 {
		font-size: 1rem;
	}
}

h6.active, .h6.active {
	font-weight: 700;
	position: relative;
}

h6.active::after, .h6.active::after {
	content: '';
	position: absolute;
	bottom: -0.75rem;
	left: 0;
	right: 0;
	height: 0.1875rem;
	background: #2E3239;
	transition: bottom 0.25s ease-in-out;
}

@media (max-width: 768px) {
	h6.active::after, .h6.active::after {
		bottom: -0.5rem;
	}
}

.h7 {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.222;
}

@media (max-width: 1450px) {
	.h7 {
		font-size: 0.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.h7 {
		font-size: 0.75rem;
		line-height: 1.166;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.h7 {
		font-size: 0.75rem;
		line-height: 1.166;
	}
}

.h8 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	color: #D5D6D7;
}

@media (max-width: 1080px) {
	.h8 {
		font-size: 0.875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.h8 {
		font-size: 0.75rem;
	}
}

.h8.active {
	font-weight: 700;
	color: #2E3239;
}

p {
	margin: 0;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}

@media (max-width: 1450px) {
	p {
		font-size: 0.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	p {
		font-size: 0.75rem;
		font-weight: 400;
	}
}

p.large-copy {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.21;
}

@media (max-width: 1450px) {
	p.large-copy {
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	p.large-copy {
		font-size: 1rem;
		line-height: 1.3;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	p.large-copy {
		font-size: 0.75rem;
	}
}

p.small-copy-bold {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.25;
}

@media (max-width: 1450px) {
	p.small-copy-bold {
		font-size: 1rem;
	}
}

p.largest-copy {
	font-weight: 300;
	font-size: 2.1875rem;
	line-height: 1.485;
}

@media (max-width: 1450px) {
	p.largest-copy {
		font-weight: 400;
		font-size: 1.5625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	p.largest-copy {
		font-size: 1.25rem;
		line-height: 1.5;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	p.largest-copy {
		font-size: 1rem;
		line-height: 1.25;
	}
}

p.small-copy-regular {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.2;
}

@media (max-width: 1450px) {
	p.small-copy-regular {
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	p.small-copy-regular {
		font-size: 1rem;
		line-height: 1.375;
	}
}

p.smallest-copy {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.28;
}

@media (max-width: 1450px) {
	p.smallest-copy {
		font-size: 0.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	p.smallest-copy {
		font-size: 0.75rem;
		line-height: 1.3;
	}
}

.legal {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.429;
}

@media (max-width: 1450px) {
	.legal {
		font-size: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.legal {
		font-size: 0.625rem;
		line-height: 1.6;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.legal {
		line-height: 1.6;
	}
}

.larger-caption {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.166;
}

@media (max-width: 1080px) and (max-width: 768px) {
	.larger-caption {
		font-size: 0.625rem;
		line-height: 1.2;
	}
}

.caption {
	font-weight: 400;
	font-size: 0.625rem;
	line-height: 1.2;
}

@media (max-width: 1080px) {
	.caption {
		font-size: 0.5625rem;
		line-height: 1.111;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 0.0625rem dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Thin.woff2);
	font-weight: 200;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Light.woff2);
	font-weight: 300;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Regular.woff2);
	font-weight: 400;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Medium.woff2);
	font-weight: 500;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Bold.woff2);
	font-weight: 700;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Italic-15-Thin.woff2);
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Italic-15-Light.woff2);
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'GT Planar';
	src: url(fonts/GT-Planar-AC-Italic-15-Regular.woff2);
	font-weight: 400;
	font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

@media (min-width: 1920px) {
	:root {
		font-size: 90%;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 0.0625rem;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

a.underlined::after {
	content: '';
	position: absolute;
	bottom: -0.75rem;
	left: 0;
	right: 0;
	height: 0.1875rem;
	background: #FFFFFF;
	transition: bottom 0.25s ease-in-out;
}

a:hover.underlined::after, a:focus.underlined::after, a:active.underlined::after {
	bottom: -0.5rem;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0;
	border: 0;
	padding: 1rem 2.75rem;
	background: #2E3239;
	color: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	overflow: visible;
	text-transform: uppercase;
	-webkit-appearance: button;
	cursor: pointer;
}

@media screen and (max-width: 1450px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1rem;
		padding: 0.75rem 2.25rem;
	}
}

@media screen and (max-width: 1450px) and (max-width: 768px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 0.75rem;
		padding: 0.75rem 1rem;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #C25A3C;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #C25A3C;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #FFFFFF;
	background: #C25A3C;
	border: unset;
	border-radius: 0;
	padding: 1rem 1.5rem;
	width: 100%;
}

@media (max-width: 768px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		padding: 0.75rem 0.625rem;
	}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #FFFFFF;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #FFFFFF;
	opacity: 1;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	text-transform: uppercase;
}

input[type="text"]::-ms-input-placeholder, input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}

select {
	border: 0.0625rem solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts  
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.site-header {
		height: 3.9375rem;
	}
}

.site-header .site-header-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 4rem 0;
}

@media (max-width: 1450px) {
	.site-header .site-header-content {
		padding: 2.875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-header .site-header-content {
		padding: 1.75rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-header .site-header-content {
		padding: 1rem 0;
	}
}

.site-header .site-header-content .site-branding {
	width: 18.9375rem;
}

@media (max-width: 1450px) {
	.site-header .site-header-content .site-branding {
		width: 14.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-header .site-header-content .site-branding {
		width: 10rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-header .site-header-content .site-branding {
		width: 7.5rem;
	}
}

.site-header .site-header-content .site-branding a {
	display: flex;
}

.site-header .site-header-content .site-branding a img {
	width: 100%;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #2E3239;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	height: 21vw;
	max-height: 22.75rem;
}

@media (max-width: 1080px) {
	.site-footer {
		height: 13.3125rem;
		margin: 0 auto 0;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.site-footer {
		height: 15.3125rem;
		margin: 0 auto 0;
	}
}

.site-footer .footer-layout {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
	padding: 4rem 0;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout {
		padding: 3.25rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout {
		padding: 2.5rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout {
		padding: 1.5rem 0;
		gap: 1.75rem;
		justify-content: space-between;
	}
}

.site-footer .footer-layout .back-to-top {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-100%);
	padding-bottom: 2.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	filter: brightness(0%) invert(14%) sepia(8%) saturate(1164%) hue-rotate(179deg) brightness(91%) contrast(82%);
	-webkit-filter: brightness(0%) invert(14%) sepia(8%) saturate(1164%) hue-rotate(179deg) brightness(91%) contrast(82%);
	cursor: pointer;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .back-to-top {
		padding-bottom: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .back-to-top {
		padding-bottom: 1.25rem;
	}
}

.site-footer .footer-layout .back-to-top img {
	transform-origin: center center;
	transform: rotate(180deg);
	height: 5rem;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .back-to-top img {
		height: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .back-to-top img {
		height: 2.5rem;
	}
}

.site-footer .footer-layout .footer-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .footer-content {
		gap: 1.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .footer-content {
		gap: 1rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content {
		gap: 0.5rem;
		width: 60%;
	}
}

.site-footer .footer-layout .footer-content .footer-links.main-navigation ul {
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul {
		gap: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul {
		gap: 1rem 0.5rem;
		flex-wrap: wrap;
		width: 80%;
		padding-right: 2rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul {
		width: 100%;
		padding-right: 0;
		gap: 0.5rem 1.5rem;
	}
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul li {
		width: 40%;
	}
}

.site-footer .footer-layout .footer-content .footer-links.main-navigation ul a {
	color: #FFFFFF;
	font-size: 1rem;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul a {
		font-size: 0.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul a {
		font-size: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content .footer-links.main-navigation ul a {
		font-size: 0.625rem;
		line-height: 1.333;
	}
}

.site-footer .footer-layout .footer-content .footer-buttons {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.site-footer .footer-layout .footer-content .footer-buttons button {
	background: #FFFFFF;
	color: #2E3239;
}

.site-footer .footer-layout .footer-content .footer-buttons button:focus, .site-footer .footer-layout .footer-content .footer-buttons button:active, .site-footer .footer-layout .footer-content .footer-buttons button:hover {
	background: #C25A3C;
	color: #FFFFFF;
}

.site-footer .footer-layout .footer-content .footer-buttons .linkedin {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	max-width: 15.5rem;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .footer-content .footer-buttons .linkedin {
		max-width: 13rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.site-footer .footer-layout .footer-content .footer-buttons .linkedin {
		max-width: 11rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content .footer-buttons .linkedin {
		display: none;
	}
}

.site-footer .footer-layout .footer-content .footer-buttons .linkedin .text {
	text-transform: uppercase;
	line-height: 1.2;
}

@media (max-width: 1450px) {
	.site-footer .footer-layout .footer-content .footer-buttons {
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content .footer-buttons {
		margin-top: 1.25rem;
	}
}

.site-footer .footer-layout .footer-content .footer-legal {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 9.625rem;
}

.site-footer .footer-layout .footer-content .footer-legal a {
	color: #FFFFFF;
}

@media (max-width: 1080px) {
	.site-footer .footer-layout .footer-content .footer-legal {
		gap: 3.75rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.site-footer .footer-layout .footer-content .footer-legal {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 0.5rem;
	}
}

@media (max-width: 768px) {
	.site-footer .footer-layout .site-branding {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.site-footer .footer-layout .site-branding a img.logo {
	height: 100%;
	width: auto;
}

@media (max-width: 768px) {
	.site-footer .footer-layout .site-branding a img.logo {
		height: auto;
		max-width: 6.125rem;
	}
}

.site-footer .footer-layout .site-branding a .mobile-linkedin {
	display: none;
}

@media (max-width: 768px) {
	.site-footer .footer-layout .site-branding a .mobile-linkedin {
		display: block;
	}
}

.site-footer .footer-layout .main-navigation li {
	margin-bottom: 0;
}

.site-footer .footer-layout .main-navigation li:hover > ul,
.site-footer .footer-layout .main-navigation li.focus > ul {
	display: none;
	left: -999em;
}

/* Modal
--------------------------------------------- */
#modal {
	position: fixed;
	inset: 0;
	display: none;
}

#modal.show-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#modal .container {
	position: relative;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	width: 76.3%;
	max-width: 76.25rem;
	height: 43vw;
	max-height: 36rem;
}

@media (max-width: 1080px) {
	#modal .container {
		width: 90%;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	#modal .container {
		flex-direction: column;
		max-width: 21rem;
		height: auto;
		max-height: 90vh;
	}
}

#modal .container .image-container {
	background: #FFFFFF;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 43vw;
	max-height: 36rem;
	width: 34.45vw;
	max-width: 28.8rem;
}

@media (max-width: 768px) {
	#modal .container .image-container {
		display: none;
	}
}

#modal .container .image-container img {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	max-width: unset;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in;
}

#modal .container .image-container img.show {
	opacity: 1;
}

#modal .container .mobile-image-container {
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	#modal .container .mobile-image-container {
		display: flex;
		margin-top: 1.25rem;
	}
}

#modal .container .mobile-image-container img {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	max-width: 21rem;
	object-fit: cover;
}

#modal .container .content {
	flex: 1;
	padding: 3.75rem 5.625rem 3.75rem 3.75rem;
	overflow-y: scroll;
	background: #FFFFFF;
}

@media (max-width: 1450px) {
	#modal .container .content {
		padding: 2.5rem 3.75rem 2.5rem 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	#modal .container .content {
		padding: 1.25rem 1.875rem 1.25rem 1.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	#modal .container .content {
		padding: 2.125rem 0;
	}
	#modal .container .content h4,
	#modal .container .content p,
	#modal .container .content a {
		padding: 0 2.9rem 0 2.5rem;
	}
}

#modal .container .content h4 {
	margin-bottom: 0.75rem;
}

@media (max-width: 1450px) {
	#modal .container .content h4 {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	#modal .container .content h4 {
		margin-bottom: 0.375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	#modal .container .content h4 {
		font-weight: 400;
	}
}

#modal .container .content p.description {
	color: black;
	margin: 2.5rem 0;
	line-height: 1.25;
}

@media (max-width: 1450px) {
	#modal .container .content p.description {
		font-size: 1rem;
		margin: 1.875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	#modal .container .content p.description {
		margin: 1.25rem 0;
		font-size: 0.75rem;
	}
}

#modal .container .content a {
	display: none;
}

#modal .container .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 1.875rem 2.3125rem;
}

@media (max-width: 768px) {
	#modal .container .close {
		padding: 0.625rem 1.25rem;
	}
}

#modal .container .video-container {
	display: none;
}

#modal .container.video {
	width: 75%;
	height: 42vw;
	max-height: 43.25rem;
}

@media (max-width: 1450px) {
	#modal .container.video {
		height: 42vw;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	#modal .container.video {
		max-width: 100%;
	}
}

#modal .container.video .image-container,
#modal .container.video .content {
	display: none;
}

#modal .container.video .video-container {
	display: unset;
}

#modal .container.video .close {
	right: unset;
	left: 0;
}

@media (max-width: 1080px) {
	#modal .container.video .close {
		padding: 0.9375rem 1rem;
	}
}

#modal .background {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

#video-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 2.5rem;
}

@media (max-width: 1450px) {
	.main-navigation ul {
		gap: 1.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.main-navigation ul {
		gap: 0.75rem;
	}
}

.main-navigation ul ul.sub-menu {
	float: left;
	position: absolute;
	top: 100%;
	padding: 0.75rem 3rem 1.5rem 1rem;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	background: #FFFFFF;
}

.main-navigation ul ul.sub-menu ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul.sub-menu li:hover > ul,
.main-navigation ul ul.sub-menu li.focus > ul {
	display: block;
	left: -1rem;
}

.main-navigation ul ul.sub-menu a {
	width: 12.5rem;
	color: #97999b;
}

.main-navigation ul ul.sub-menu a:hover,
.main-navigation ul ul.sub-menu a.focus {
	color: #2E3239;
}

.main-navigation ul ul.sub-menu .current_page_item > a,
.main-navigation ul ul.sub-menu .current-menu-item > a {
	color: #2E3239;
}

.main-navigation ul ul.sub-menu .current_page_item > a::after,
.main-navigation ul ul.sub-menu .current-menu-item > a::after {
	content: unset;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -1rem;
}

.main-navigation li {
	position: relative;
	margin-bottom: -0.4em;
}

@media (max-width: 1450px) {
	.main-navigation li {
		margin-bottom: -0.3em;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.main-navigation li {
		margin-bottom: -0.2em;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #2E3239;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 400;
}

@media (max-width: 1450px) {
	.main-navigation a {
		font-size: 1rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.main-navigation a {
		font-size: 0.75rem;
		line-height: 1;
	}
}

.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::after {
	content: '';
	position: absolute;
	bottom: -0.3125rem;
	left: 0;
	right: 0;
	height: 0.125rem;
	background: #2E3239;
	transition: bottom 0.25s ease-in-out;
}

.main-navigation .current_page_item > a:hover::after, .main-navigation .current_page_item > a:focus::after, .main-navigation .current_page_item > a:active::after,
.main-navigation .current-menu-item > a:hover::after,
.main-navigation .current-menu-item > a:focus::after,
.main-navigation .current-menu-item > a:active::after {
	bottom: -0.125rem;
}

.mobile-menu {
	position: fixed;
	top: 3.9375rem;
	left: -100%;
	background: #485958;
	width: 100vw;
	height: calc(100% - 3.9375rem);
	padding: 1.75rem 1.5rem;
	display: flex;
	opacity: 0;
	flex-direction: column;
	justify-content: space-between;
	transition: left 333ms ease-in-out, opacity 0s linear 333ms;
}

.mobile-menu .menu-primary-menu-container {
	width: min-content;
}

.mobile-menu .menu-mobile-menu-container {
	background: inherit;
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.75rem;
	background: inherit;
}

.mobile-menu ul a {
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.875rem;
	line-height: 1.1;
	font-weight: 250;
	text-transform: uppercase;
}

.mobile-menu ul li {
	position: relative;
	background: inherit;
}

.mobile-menu ul li.menu-item-has-children span {
	display: inline;
	position: relative;
}

.mobile-menu ul li.menu-item-has-children span::after {
	content: '+';
	position: absolute;
	color: white;
	right: -2.125rem;
	bottom: -0.375rem;
	cursor: pointer;
	font-size: 1.875rem;
}

.mobile-menu ul li.menu-item-has-children span.open::after {
	content: '-';
	font-size: 2.375rem;
	bottom: -0.625rem;
	right: -2.0625rem;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu {
	position: relative;
	top: 100%;
	left: 0;
	display: flex;
	visibility: visible;
	opacity: 0;
	overflow: clip;
	gap: 0;
	padding: 0;
	transition: all 1s ease-in-out;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu li {
	margin-top: -15%;
	width: 100%;
	transition: all 1s ease-in-out;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu li a {
	font-size: 1.625rem;
	line-height: 1.16;
	text-transform: capitalize;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu.open {
	visibility: visible;
	opacity: 100%;
	padding: 0.25rem 0;
}

.mobile-menu ul li.menu-item-has-children ul.sub-menu.open li {
	margin-top: 0;
}

.mobile-menu ul li.current-menu-item a {
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.mobile-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}

.mobile-menu ul li.current-menu-item ul li.current-menu-item {
	text-decoration: underline;
}

.mobile-menu .menu-footer-container {
	display: flex;
	justify-self: flex-end;
	justify-content: space-between;
	align-items: stretch;
}

.mobile-menu .menu-footer-container .menu-footer-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile-menu .menu-footer-container .menu-footer-content .menu-footer-button button {
	background: #FFFFFF;
	color: #2E3239;
	padding: 0.75rem 1.75rem;
}

.mobile-menu .menu-footer-container .menu-footer-content .menu-footer-legal {
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.mobile-menu .menu-footer-container .menu-footer-content .menu-footer-legal a {
	color: #FFFFFF;
}

.mobile-menu .menu-footer-container .menu-footer-site-branding a {
	display: block;
	line-height: 0;
}

.mobile-menu .menu-footer-container .menu-footer-site-branding a img {
	width: 6.75rem;
}

.desktop-menu {
	display: none;
}

/* Small menu. */
#masthead.toggled .mobile-menu {
	left: 0;
	opacity: 1;
	transition: left 333ms ease-in-out;
}

.menu-toggle {
	display: flex;
	place-content: center;
	background: unset;
	overflow: visible;
	padding: 0;
	margin: 0;
	-webkit-appearance: button;
	cursor: pointer;
}

.menu-toggle:focus, .menu-toggle:hover {
	background: transparent;
}

.menu-toggle #hamburger {
	transition: transform ease-in-out .5s;
	transform-origin: 50% 50%;
	width: 1.875rem;
	height: 1.875rem;
}

.menu-toggle #hamburger .ex {
	stroke: #2E3239;
	stroke-width: 0.1875rem;
	stroke-linecap: square;
	transition: transform ease-in-out .5s;
	transform-origin: 50% 50%;
}

.menu-toggle #hamburger .ex.top {
	transform: translateY(-25%);
}

.menu-toggle #hamburger .ex.bottom {
	transform: translateY(25%);
}

.menu-toggle #hamburger.toggled {
	transform: rotate(-270deg);
}

.menu-toggle #hamburger.toggled .top,
.menu-toggle #hamburger.toggled .middle {
	transform: rotate(45deg);
}

.menu-toggle #hamburger.toggled .bottom {
	transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
	.desktop-menu {
		display: unset;
	}
	.menu-toggle,
	.mobile-menu {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#homepage-video .button-container {
	position: absolute;
	inset: 0;
}

#homepage-video .button-container button {
	position: absolute;
	bottom: 3rem;
	right: 0;
}

section.foundation-timeline {
	width: 100%;
	margin-top: -0.3125rem;
	position: relative;
	padding-bottom: 5rem;
}

@media (max-width: 1450px) {
	section.foundation-timeline {
		margin-top: -0.1875rem;
		padding-bottom: 4.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline {
		padding-bottom: 3.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline {
		padding-bottom: 2.75rem;
	}
}

section.foundation-timeline .timeline-padding {
	width: 100%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	cursor: grab;
	overflow: scroll;
}

section.foundation-timeline .timeline-padding.grabbing {
	cursor: grabbing;
}

@media (max-width: 1450px) {
	section.foundation-timeline .timeline-padding {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline .timeline-padding {
		padding-top: 1.9375rem;
		padding-bottom: 1.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
}

section.foundation-timeline .timeline-padding::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.3125rem;
	width: 100%;
	background: #C25A3C;
	height: 0.5rem;
}

@media (max-width: 1450px) {
	section.foundation-timeline .timeline-padding::before {
		top: 0.1875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline .timeline-padding::before {
		height: 0.375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding::before {
		height: 0.25rem;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper {
	display: flex;
	width: 240%;
	padding-right: 56%;
}

@media (max-width: 1080px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper {
		width: 300%;
		padding-right: 30%;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper {
		width: 389%;
		padding-right: 20%;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide {
	width: 100%;
	position: relative;
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide:first-child {
	margin-left: 4%;
}

@media (max-width: 1080px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide:first-child {
		margin-left: unset;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content {
	position: sticky;
	left: 8.33%;
	width: 79%;
	padding-right: 3rem;
}

@media (max-width: 1450px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content {
		left: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content {
		left: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content {
		left: 1.5rem;
		width: 80%;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square {
	background: #2E3239;
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	top: -3.125rem;
	left: 0;
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square.active {
	background-color: #FFFFFF;
	border: 0.3125rem solid #2E3239;
}

@media (max-width: 1450px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square {
		width: 0.875rem;
		height: 0.875rem;
		top: -2.75rem;
	}
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square.active {
		border: 0.21875rem solid #2E3239;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square {
		top: -1.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square {
		width: 0.75rem;
		height: 0.75rem;
		top: -1.75rem;
	}
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .square.active {
		border: 0.1875rem solid #2E3239;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .eyebrow {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1;
}

@media (max-width: 1450px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .eyebrow {
		font-weight: 300;
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .eyebrow {
		font-size: 0.75rem;
	}
}

section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .title {
	padding: 0.75rem 0 1.5rem;
	text-transform: unset;
	font-weight: 300;
}

@media (max-width: 1920px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .title {
		font-size: 2.6875rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .title {
		font-size: 1.875rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .title {
		padding: 0.5rem 0 0.75rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .title {
		padding: 0.5rem 0;
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	section.foundation-timeline .timeline-padding .timeline-container .timeline-wrapper .timeline-slide .timeline-slide-content .description {
		font-size: 0.75rem;
		line-height: 1.167;
	}
}

section.foundation-timeline .timeline-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.75rem;
}

section.foundation-timeline .timeline-pagination .timeline-pagination-bullet {
	color: #D5D6D7;
	cursor: pointer;
}

section.foundation-timeline .timeline-pagination .timeline-pagination-bullet.active {
	color: #2E3239;
	position: relative;
}

section.foundation-timeline .timeline-pagination .timeline-pagination-bullet.active::after {
	content: '';
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	right: 0;
	border-bottom: 0.125rem solid #2E3239;
}

.projects section.title-container {
	width: 100%;
	padding: 2.5625rem 0 2.8125rem;
}

@media (max-width: 1080px) {
	.projects section.title-container h2.title {
		font-size: 4.6875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.title-container h2.title {
		font-size: 2.8125rem;
	}
}

@media (max-width: 1920px) {
	.projects section.title-container {
		width: 40%;
	}
}

.projects section.stats-container {
	background: #485958;
	width: 100%;
}

@media (max-width: 1080px) {
	.projects section.stats-container {
		padding: 2.3125rem 0;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.stats-container {
		padding: 1.25rem 0;
	}
}

.projects section.stats-container .stats-content {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media (max-width: 1080px) {
	.projects section.stats-container .stats-content {
		flex-wrap: wrap;
	}
}

.projects section.stats-container .stats-content .stat {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.625rem;
	width: 20vw;
	max-width: 20rem;
	padding: 2.4375rem 3.75%;
	color: #FFFFFF;
	border-left: 0.0625rem solid #FFFFFF;
}

.projects section.stats-container .stats-content .stat:first-child {
	padding-left: 0;
	border-left: unset;
}

.projects section.stats-container .stats-content .stat:last-child {
	padding-right: 0;
}

@media (max-width: 1080px) {
	.projects section.stats-container .stats-content .stat {
		max-width: unset;
		width: 48%;
		border-left: unset;
		border-bottom: 0.0625rem solid #FFFFFF;
		padding: 1.875rem 0;
	}
	.projects section.stats-container .stats-content .stat:last-child {
		border-bottom: unset;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.stats-container .stats-content .stat {
		width: 100%;
		padding: 0.9375rem 0;
		gap: 0.3125rem;
	}
}

.projects section.stats-container .stats-content .stat p.small-copy-regular {
	text-transform: uppercase;
}

@media (max-width: 1080px) {
	.projects section.stats-container .stats-content .stat p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.stats-container .stats-content .stat p.small-copy-regular {
		font-size: 0.75rem;
	}
}

.projects section.stats-container .stats-content .stat p.largest-copy {
	line-height: 1;
}

@media (max-width: 1080px) {
	.projects section.stats-container .stats-content .stat p.largest-copy {
		font-size: 2.1875rem;
		font-weight: 300;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.stats-container .stats-content .stat p.largest-copy {
		font-size: 1.25rem;
	}
}

.projects section.details-container {
	display: flex;
	margin-bottom: 8rem;
}

@media (max-width: 1080px) {
	.projects section.details-container {
		flex-direction: column;
		padding-right: 4.75rem;
		margin-bottom: 5rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container {
		padding-right: 0;
		padding-top: 3.75rem;
		max-width: 32.5rem;
		margin-bottom: 3.125rem;
	}
}

.projects section.details-container .details-tile {
	padding: 5rem 0 0;
	width: 41.75%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.projects section.details-container .details-tile:first-child {
	margin-right: 6.75rem;
	width: 48%;
}

@media (max-width: 1080px) {
	.projects section.details-container .details-tile {
		padding: 4.375rem 0 0;
		width: 100%;
	}
	.projects section.details-container .details-tile:first-child {
		width: 100%;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile {
		padding: 0;
	}
}

.projects section.details-container .details-tile .breadcrumbs {
	margin-bottom: 2.5rem;
}

@media (max-width: 1080px) {
	.projects section.details-container .details-tile .breadcrumbs {
		margin-bottom: 3.75rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile .breadcrumbs {
		font-size: 0.75rem;
		font-weight: 400;
	}
}

.projects section.details-container .details-tile .breadcrumbs p.small-copy-regular {
	display: inline-block;
	text-transform: uppercase;
	color: #D5D6D7;
}

.projects section.details-container .details-tile .breadcrumbs p.small-copy-regular:last-child {
	color: #2E3239;
}

@media (max-width: 1080px) {
	.projects section.details-container .details-tile .breadcrumbs p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile .breadcrumbs p.small-copy-regular {
		font-size: 0.75rem;
	}
}

.projects section.details-container .details-tile .breadcrumbs p.small-copy-regular a {
	color: #D5D6D7;
}

.projects section.details-container .details-tile h4 {
	margin: 3.125rem 0 1.5rem;
}

@media (max-width: 1080px) {
	.projects section.details-container .details-tile h4 {
		font-size: 2.1875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile h4 {
		font-size: 1.25rem;
		font-weight: 400;
	}
}

.projects section.details-container .details-tile p.small-copy-regular {
	line-height: 1.25;
}

@media (max-width: 1080px) {
	.projects section.details-container .details-tile p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile p.small-copy-regular {
		font-size: 1rem;
	}
}

.projects section.details-container .details-tile p.small-copy-regular.address {
	text-decoration: underline;
}

.projects section.details-container .details-tile p.largest-copy {
	line-height: 1.14;
}

@media (max-width: 1450px) {
	.projects section.details-container .details-tile p.largest-copy {
		font-weight: 300;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.projects section.details-container .details-tile p.largest-copy {
		font-weight: 300;
		font-size: 2.1875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.projects section.details-container .details-tile p.largest-copy {
		font-weight: 300;
		font-size: 1.25rem;
		line-height: 1.25;
	}
}

.articles .body-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 5rem;
	margin-bottom: 12.5rem;
}

@media (max-width: 1080px) {
	.articles .body-container {
		flex-direction: column;
		margin-bottom: 7.5rem;
		margin-top: 1.75rem;
	}
}

.articles .body-container article {
	width: 59.5%;
}

@media (max-width: 1450px) {
	.articles .body-container article {
		margin-right: 1.875rem;
	}
}

.articles .body-container article section.abstract-container {
	width: 80.7%;
}

@media (max-width: 1450px) {
	.articles .body-container article section.abstract-container {
		width: 100%;
	}
}

.articles .body-container article section.abstract-container h2 {
	margin-bottom: 1.375rem;
}

@media (max-width: 1080px) {
	.articles .body-container article section.abstract-container h2 {
		font-size: 4rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.abstract-container h2 {
		font-size: 3rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) and (max-width: 450px) {
	.articles .body-container article section.abstract-container h2 {
		font-size: 2.5rem;
	}
}

.articles .body-container article section.abstract-container .abstract-content {
	display: flex;
	flex-direction: column;
	gap: 1.9375rem;
	margin-bottom: 7.375rem;
}

@media (max-width: 768px) {
	.articles .body-container article section.abstract-container .abstract-content {
		margin-bottom: 3.75rem;
	}
}

@media (max-width: 1080px) {
	.articles .body-container article section.abstract-container .abstract-content p.largest-copy {
		font-size: 2.1875rem;
		font-weight: 300;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.abstract-container .abstract-content p.largest-copy {
		font-size: 1.25rem;
	}
}

.articles .body-container article section.abstract-container .abstract-content p.large-copy.date {
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 1080px) {
	.articles .body-container article section.abstract-container .abstract-content p.large-copy.date {
		font-size: 1.5rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.abstract-container .abstract-content p.large-copy.date {
		font-size: 1rem;
	}
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container {
		margin-bottom: 5.625rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content {
		padding-right: 3.75rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content {
		padding-right: 0;
	}
}

.articles .body-container article section.copy-container .copy-content .breadcrumbs {
	margin-bottom: 2.5rem;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content .breadcrumbs {
		margin-bottom: 3.75rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content .breadcrumbs {
		font-size: 0.75rem;
		font-weight: 400;
	}
}

.articles .body-container article section.copy-container .copy-content .breadcrumbs p.small-copy-regular {
	display: inline-block;
	text-transform: uppercase;
	color: #D5D6D7;
}

.articles .body-container article section.copy-container .copy-content .breadcrumbs p.small-copy-regular:last-child {
	color: #2E3239;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content .breadcrumbs p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content .breadcrumbs p.small-copy-regular {
		font-size: 0.75rem;
	}
}

.articles .body-container article section.copy-container .copy-content .breadcrumbs p.small-copy-regular a {
	color: #D5D6D7;
}

.articles .body-container article section.copy-container .copy-content p.small-copy-regular {
	line-height: 1.25;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content p.small-copy-regular {
		font-size: 1rem;
	}
}

.articles .body-container article section.copy-container .copy-content p.small-copy-regular a {
	color: #C25A3C;
	cursor: pointer;
}

.articles .body-container article section.copy-container .copy-content h4 {
	margin-top: 3.75rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content h4 {
		margin-top: 5.625rem;
		font-size: 2.1875rem;
		font-weight: 400;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content h4 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
		margin-top: 2.5rem;
	}
}

.articles .body-container article section.copy-container .copy-content h5 {
	color: #C25A3C;
	margin: 1.125rem 0;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content h5 {
		font-size: 1.5rem;
		line-height: 1.45;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content h5 {
		margin: 0.75rem 0;
		font-size: 1rem;
		line-height: 1.25;
	}
}

.articles .body-container article section.copy-container .copy-content figure {
	margin: 3.75rem 0;
}

@media (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content figure {
		margin: 2.5rem 0;
	}
}

.articles .body-container article section.copy-container .copy-content figure .title {
	font-weight: 500;
}

.articles .body-container article section.copy-container .copy-content figure img {
	margin: 2.125rem 0;
}

@media (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content figure img {
		margin: 2.5rem 0;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content figure img {
		margin: 1.25rem 0;
	}
}

.articles .body-container article section.copy-container .copy-content figure .source {
	text-transform: uppercase;
	color: #D5D6D7;
}

.articles .body-container article section.copy-container .copy-content ul,
.articles .body-container article section.copy-container .copy-content ol {
	margin: 2.5rem 0;
	padding-left: 2.125rem;
}

@media (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content ul,
	.articles .body-container article section.copy-container .copy-content ol {
		margin: 1.875rem 0;
		padding-left: 1.75rem;
	}
}

.articles .body-container article section.copy-container .copy-content ul li,
.articles .body-container article section.copy-container .copy-content ol li {
	margin-bottom: 2em;
	position: relative;
	line-height: 1.25;
	font-weight: 300;
	font-size: 1.25rem;
}

@media (max-width: 1450px) {
	.articles .body-container article section.copy-container .copy-content ul li,
	.articles .body-container article section.copy-container .copy-content ol li {
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.articles .body-container article section.copy-container .copy-content ul li,
	.articles .body-container article section.copy-container .copy-content ol li {
		font-size: 1.25rem;
		line-height: 1.375;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content ul li,
	.articles .body-container article section.copy-container .copy-content ol li {
		font-size: 1rem;
	}
}

.articles .body-container article section.copy-container .copy-content ul {
	list-style-type: none;
}

.articles .body-container article section.copy-container .copy-content ul li::after {
	content: '';
	display: block;
	position: absolute;
	left: -2.125rem;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background: #2E3239;
}

@media (max-width: 768px) {
	.articles .body-container article section.copy-container .copy-content ul li::after {
		left: -1.75rem;
	}
}

.articles .body-container article section.copy-container button {
	margin-top: 3rem;
}

@media (max-width: 1080px) {
	.articles .body-container article {
		width: 100%;
	}
}

.articles .body-container aside {
	width: 29%;
}

@media (max-width: 1450px) {
	.articles .body-container aside {
		width: 100%;
		width: 37%;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.articles .body-container aside {
		width: 100%;
	}
}

.articles .body-container aside section.sidebar-container .sidebar-section {
	padding-bottom: 3.75rem;
	margin-bottom: 3.75rem;
	border-bottom: 0.03125rem solid #D5D6D7;
}

@media (max-width: 768px) {
	.articles .body-container aside section.sidebar-container .sidebar-section {
		padding-bottom: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.articles .body-container aside section.sidebar-container .sidebar-section:last-child {
	border-bottom: unset;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 1080px) {
	.articles .body-container aside section.sidebar-container .sidebar-section p.largest-copy {
		font-size: 2.1875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container aside section.sidebar-container .sidebar-section p.largest-copy {
		font-size: 1.25rem;
	}
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.625rem;
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor {
	display: flex;
	gap: 1.5625rem;
	justify-content: flex-start;
	align-items: center;
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .image-container {
	width: 5.25rem;
	height: 5.25rem;
	border-radius: 100%;
	overflow: clip;
	position: relative;
	flex: none;
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .image-container .background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #D5D6D7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .image-container .background.orange {
	background: #C25A3C;
	color: #FFFFFF;
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .image-container img {
	position: relative;
	object-fit: cover;
	min-height: 100%;
}

@media (max-width: 1080px) {
	.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .details p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .details p.small-copy-regular {
		font-size: 1rem;
	}
}

.articles .body-container aside section.sidebar-container .sidebar-section .contributors .contributor .details .name {
	font-weight: 700;
}

.articles .body-container aside section.sidebar-container .sidebar-section .options {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.625rem;
}

.articles .body-container aside section.sidebar-container .sidebar-section .options .option {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.375rem;
	cursor: pointer;
}

@media (max-width: 1080px) {
	.articles .body-container aside section.sidebar-container .sidebar-section .options .option p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.articles .body-container aside section.sidebar-container .sidebar-section .options .option p.small-copy-regular {
		font-size: 1rem;
	}
}

.articles .body-container aside section.sidebar-container .sidebar-section .options .option .icon-container {
	width: 3.375rem;
	height: 3.375rem;
	border-radius: 100%;
	overflow: clip;
	position: relative;
	background: #2E3239;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Sections
--------------------------------------------- */
section.drawer {
	position: relative;
	width: 100%;
	height: 4rem;
	background: #485958;
	color: #FFFFFF;
	transition: height 0.5s ease-out;
}

@media (max-width: 1450px) {
	section.drawer {
		height: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer {
		height: 3.5625rem;
	}
}

section.drawer.open {
	height: 34.375rem;
}

@media (max-width: 1450px) {
	section.drawer.open {
		height: 38.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer.open {
		height: 31.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.drawer.open {
		height: 40.625rem;
	}
}

section.drawer .drawer-container {
	position: relative;
	padding: 4rem 0;
	overflow: hidden;
	height: 100%;
}

@media (max-width: 1450px) {
	section.drawer .drawer-container {
		padding: 3.75rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer .drawer-container {
		padding: 3.5625rem 2.625rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.drawer .drawer-container {
		padding: 1.5rem 1.25rem 0 0;
	}
}

section.drawer .drawer-content {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: flex-start;
	gap: 2.25rem;
}

@media (max-width: 1080px) {
	section.drawer .drawer-content {
		gap: 1.625rem;
	}
}

section.drawer .drawer-content .drawer-title {
	font-weight: 200;
	font-size: 3.75rem;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	max-width: 53.125rem;
}

@media (max-width: 1450px) {
	section.drawer .drawer-content .drawer-title {
		font-size: 3.25rem;
		max-width: 40.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer .drawer-content .drawer-title {
		font-size: 2.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.drawer .drawer-content .drawer-title {
		font-size: 2.1875rem;
	}
}

section.drawer .drawer-content .drawer-copy {
	flex: 1;
	line-height: 1.14;
}

@media (max-width: 1450px) {
	section.drawer .drawer-content .drawer-copy {
		font-weight: 300;
		line-height: 1.2;
		font-size: 1.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer .drawer-content .drawer-copy {
		font-size: 1.25rem;
		width: 100%;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.drawer .drawer-content .drawer-copy {
		font-size: 1.125rem;
		line-height: 1.25;
	}
}

section.drawer .drawer-content p {
	width: 65.7%;
	max-width: 66.25rem;
}

@media (max-width: 1080px) {
	section.drawer .drawer-content p {
		width: 100%;
	}
}

@media (max-width: 1080px) {
	section.drawer .drawer-content p.smallest-copy {
		font-size: 0.875rem;
	}
}

section.drawer .drawer-close-container {
	position: absolute;
	height: 4rem;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1450px) {
	section.drawer .drawer-close-container {
		height: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.drawer .drawer-close-container {
		height: 3.5625rem;
	}
}

section.drawer .drawer-close-container img.drawer-close-icon {
	transition: transform 0.5s ease-out;
}

@media (max-width: 768px) {
	section.drawer .drawer-close-container img.drawer-close-icon {
		height: 0.9375rem;
	}
}

section.drawer .drawer-close-container.rotate180 img.drawer-close-icon {
	transform: rotate3d(0, 0, 1, 180deg);
}

section.drawer .drawer-down-container {
	position: absolute;
	top: 1.5625rem;
	right: 0;
}

@media (max-width: 1080px) {
	section.drawer .drawer-down-container {
		display: none;
	}
}

.square-blocks-section {
	height: 100%;
	width: 100%;
	min-height: 56.0625rem;
	display: flex;
	position: relative;
	align-items: stretch;
	justify-content: stretch;
}

@media (max-width: 1920px) {
	.square-blocks-section {
		min-height: 48rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	.square-blocks-section {
		min-height: 50vw;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-blocks-section {
		height: unset;
		flex-direction: column;
	}
}

.square-blocks-section.text-first {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.square-blocks-section.text-first {
		flex-direction: column;
	}
}

.square-blocks-section.text-first .square-block {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.square-blocks-section.text-first .square-block {
		justify-content: flex-start;
	}
}

.square-blocks-section.text-first .square-block .text-container {
	align-items: flex-end;
}

.square-blocks-section.text-first .square-block .text-container .content {
	padding: 5rem 5rem 5rem 0;
}

@media (max-width: 1920px) {
	.square-blocks-section.text-first .square-block .text-container .content {
		padding: 5rem 5rem 5rem 8.33vw;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	.square-blocks-section.text-first .square-block .text-container .content {
		padding: 3.75rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	.square-blocks-section.text-first .square-block .text-container .content {
		padding: 2.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-blocks-section.text-first .square-block .text-container .content {
		padding-left: 1.5rem;
	}
}

.square-blocks-section.text-first .icon-container {
	right: unset;
	left: 0;
}

@media (max-width: 768px) {
	.square-blocks-section {
		flex-direction: column;
	}
	.square-blocks-section .square-block {
		justify-content: flex-start;
	}
	.square-blocks-section .square-block .text-container {
		align-items: flex-start;
	}
	.square-blocks-section .square-block .icon-container {
		right: 0;
		left: unset;
	}
}

.square-block {
	width: 50%;
	background: #485958;
	display: flex;
	position: relative;
	align-items: stretch;
	justify-content: stretch;
}

@media (max-width: 768px) {
	.square-block {
		width: 100%;
	}
}

.square-block.white {
	background: #FFFFFF;
}

.square-block.white .text-container {
	background: #FFFFFF;
	color: #2E3239;
}

.square-block.white .text-container .content {
	color: #2E3239;
}

.square-block.white .text-container .content a.learn-more {
	color: #2E3239;
}

.square-block.white .text-container .content a.learn-more::after {
	background: #2E3239;
}

.square-block.orange {
	background: #C25A3C;
}

.square-block.orange .text-container {
	background: #C25A3C;
	color: #FFFFFF;
}

.square-block.orange .text-container .content {
	color: #FFFFFF;
}

.square-block.orange .text-container .content a.learn-more {
	color: #FFFFFF;
}

.square-block.orange .text-container .content a.learn-more::after {
	background: #FFFFFF;
}

.square-block.dark-grey, .square-block.dark-gray {
	background: #2E3239;
}

.square-block.dark-grey .text-container, .square-block.dark-gray .text-container {
	background: #2E3239;
	color: #FFFFFF;
}

.square-block.dark-grey .text-container .content, .square-block.dark-gray .text-container .content {
	color: #FFFFFF;
}

.square-block.dark-grey .text-container .content a.learn-more, .square-block.dark-gray .text-container .content a.learn-more {
	color: #FFFFFF;
}

.square-block.dark-grey .text-container .content a.learn-more::after, .square-block.dark-gray .text-container .content a.learn-more::after {
	background: #FFFFFF;
}

.square-block.light-grey, .square-block.light-gray {
	background: #D5D6D7;
}

.square-block.light-grey .text-container, .square-block.light-gray .text-container {
	background: #D5D6D7;
	color: #2E3239;
}

.square-block.light-grey .text-container .content a.learn-more, .square-block.light-gray .text-container .content a.learn-more {
	color: #2E3239;
}

.square-block.light-grey .text-container .content a.learn-more::after, .square-block.light-gray .text-container .content a.learn-more::after {
	background: #FFFFFF;
}

.square-block .image-container {
	width: 50vw;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.square-block .image-container {
		width: 100%;
		height: 53vw;
	}
}

.square-block .image-container .image {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--image-anchors);
}

.square-block .icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 50rem;
	right: 0;
}

.square-block .icon-container .icon {
	width: 39.5%;
}

@media (max-width: 1450px) {
	.square-block .icon-container .icon {
		height: 25%;
		width: unset;
	}
}

.square-block .icon-container.bottom-right-icon {
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 0 5rem 0;
	max-width: 50rem;
	top: unset;
}

@media (max-width: 1920px) {
	.square-block .icon-container.bottom-right-icon {
		padding: 0 5% 5% 0;
		max-width: calc( 50rem + 5%);
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	.square-block .icon-container.bottom-right-icon {
		padding: 0 3.75rem 3.75rem 0;
		max-width: unset;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 768px) {
	.square-block .icon-container.bottom-right-icon {
		padding: 0 1.5rem 1.25rem 0;
	}
}

.square-block .icon-container.bottom-right-icon.no-padding {
	padding: 0;
}

.square-block .icon-container.bottom-right-icon .icon {
	width: 47.25%;
}

@media (max-width: 768px) {
	.square-block .icon-container.bottom-right-icon .icon {
		height: unset;
		width: 21.88%;
	}
}

.square-block .text-container {
	background: #485958;
	color: #FFFFFF;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.square-block .text-container {
		min-height: 53vw;
	}
}

.square-block .text-container.bottom-aligned {
	justify-content: flex-end;
}

.square-block .text-container.bottom-aligned .content {
	padding: 5rem;
}

@media (max-width: 1450px) {
	.square-block .text-container.bottom-aligned .content {
		padding: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container.bottom-aligned .content {
		padding: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container.bottom-aligned .content {
		padding: 1.5rem;
	}
}

.square-block .text-container .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5rem 0 5rem 5rem;
	width: 50vw;
	height: 100%;
	max-width: 50rem;
	gap: 1.5rem;
}

@media (max-width: 1920px) {
	.square-block .text-container .content {
		padding: 5rem 8.33vw 5rem 5rem;
		width: unset;
		max-width: unset;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	.square-block .text-container .content {
		padding: 3.75rem;
		gap: 1.125rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content {
		gap: 1rem;
		padding: 2.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content {
		gap: 1.25rem;
		width: 100%;
		padding: 2.25rem 1.5rem 3.0625rem 1.5rem;
		max-width: 32.5rem;
	}
}

.square-block .text-container .content div.eyebrow {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (max-width: 1450px) {
	.square-block .text-container .content div.eyebrow {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.25;
	}
}

@media (max-width: 1080px) {
	.square-block .text-container .content h3 {
		line-height: 1.14;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content h3 {
		font-size: 2.1875rem;
		line-height: 1.14;
		font-size: 200;
	}
}

.square-block .text-container .content h2 {
	text-transform: uppercase;
}

.square-block .text-container .content h2.quote {
	text-transform: unset;
	width: 100%;
	font-size: 4.0625rem;
	line-height: 1;
}

@media (max-width: 1450px) {
	.square-block .text-container .content h2.quote {
		font-size: 3.4375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content h2.quote {
		font-size: 2.1875rem;
		line-height: 1.14;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content h2.quote {
		font-size: 2.1875rem;
		line-height: 1.11;
	}
}

.square-block .text-container .content p.small-copy-bold {
	font-weight: 300;
}

@media (max-width: 1080px) {
	.square-block .text-container .content p.large-copy {
		font-size: 1rem;
		font-size: 1.25;
	}
}

.square-block .text-container .content p.largest-copy {
	line-height: 1.14;
}

@media (min-width: 1450px) {
	.square-block .text-container .content p.largest-copy {
		font-size: 1.875rem;
	}
}

@media (max-width: 1450px) {
	.square-block .text-container .content p.largest-copy {
		line-height: 1.25;
		font-weight: 300;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content p.largest-copy {
		line-height: 1.25;
	}
	.square-block .text-container .content p.largest-copy.title {
		font-size: 1.25rem;
		font-weight: 300;
	}
}

.square-block .text-container .content a.learn-more {
	color: #FFFFFF;
	padding-top: 1.25rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1450px) {
	.square-block .text-container .content a.learn-more {
		padding-top: 1rem;
		font-weight: 500;
		font-size: 1rem;
		margin-bottom: 0.6875rem;
	}
	.square-block .text-container .content a.learn-more::after {
		bottom: -0.625rem;
	}
	.square-block .text-container .content a.learn-more:hover::after {
		bottom: -0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	.square-block .text-container .content a.learn-more {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 1.17;
	}
	.square-block .text-container .content a.learn-more::after {
		bottom: -0.375rem;
		height: 0.125rem;
	}
	.square-block .text-container .content a.learn-more:hover::after {
		bottom: -0.25rem;
	}
}

.square-block .text-container .content button.see-more {
	margin-top: 3.125rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content button.see-more {
		margin-top: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content button.see-more {
		margin-top: 1.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content button.see-more {
		margin-top: 1.75rem;
	}
}

.square-block .text-container .content .blurbs {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.5rem;
	padding-top: 3.5rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .blurbs {
		padding-top: 2.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .blurbs {
		gap: 0.875rem;
		padding-top: 1.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content .blurbs {
		gap: 1.875rem;
		padding-top: 1rem;
	}
}

.square-block .text-container .content .blurbs .blurb p.title {
	font-weight: 400;
}

@media (max-width: 1080px) {
	.square-block .text-container .content .blurbs .blurb p.title {
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 300;
	}
}

.square-block .text-container .content .blurbs .blurb p.description {
	padding-top: 1rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .blurbs .blurb p.description {
		padding-top: 0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .blurbs .blurb p.description {
		line-height: 1.42;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content .blurbs .blurb p.description {
		padding-top: 0.75rem;
	}
}

.square-block .text-container .content p.attribution {
	font-weight: 700;
	font-size: 1.5625rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content p.attribution {
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content p.attribution {
		font-size: 0.75rem;
	}
}

.square-block .text-container .content .posts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding-top: 6.25rem;
	gap: 3rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .posts {
		padding-top: 2.8125rem;
		gap: 2.375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .posts {
		gap: 1.5rem;
		padding-top: 2rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content .posts {
		width: 100%;
		gap: 1.5rem;
	}
}

.square-block .text-container .content .posts:first-child {
	padding-top: 0;
}

.square-block .text-container .content .posts .post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.5rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .posts .post {
		gap: 0.375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .posts .post {
		gap: 0.25rem;
	}
}

.square-block .text-container .content .posts .post .h7 {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 300;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .posts .post .h7 {
		font-size: 0.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .posts .post .h7 {
		font-size: 0.75rem;
		font-weight: 400;
	}
}

.square-block .text-container .content .posts .post .h7.eyebrow {
	text-transform: uppercase;
}

.square-block .text-container .content .posts button.see-all {
	margin-top: 1rem;
}

@media (max-width: 1450px) {
	.square-block .text-container .content .posts button.see-all {
		margin-top: 0.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	.square-block .text-container .content .posts button.see-all {
		margin-top: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.square-block .text-container .content .posts button.see-all {
		margin-top: 0.5rem;
	}
}

.square-block .text-container .content .faq-link a {
	text-decoration: underline;
	cursor: pointer;
}

.square-block .text-container .locations-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
}

.square-block .text-container .locations-list .locations-container {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0 2rem;
}

.square-block .text-container .locations-list .locations-container .location {
	width: 37%;
}

section.career-search {
	position: relative;
	width: 100%;
	height: 23.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1450px) {
	section.career-search {
		height: 17.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.career-search {
		height: 11.375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.career-search {
		height: 10.1875rem;
		justify-content: flex-start;
		padding-left: 1.5rem;
	}
}

section.career-search .image-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.career-search .image-container img {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

section.career-search .career-search-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.625rem;
}

@media (max-width: 1450px) {
	section.career-search .career-search-content {
		gap: 1rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.career-search .career-search-content {
		gap: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.career-search .career-search-content {
		gap: 0.5rem;
	}
}

section.career-search .career-search-content h3 {
	color: #FFFFFF;
}

section.career-search .career-search-content .search-container {
	width: 100%;
	font-weight: 300;
	font-size: 1.25rem;
}

section.hero .hero-image {
	height: 47.9375rem;
	width: 100%;
	position: relative;
}

@media (max-width: 1450px) {
	section.hero .hero-image {
		height: 33.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.hero .hero-image {
		height: 19.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.hero .hero-image {
		height: 20.8125rem;
	}
}

section.hero .hero-image.short {
	height: 37.5rem;
}

@media (max-width: 1450px) {
	section.hero .hero-image.short {
		height: 29.6875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.hero .hero-image.short {
		height: 20.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.hero .hero-image.short {
		height: 20.8125rem;
	}
}

section.hero .hero-image .image-container {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

section.hero .hero-image .image-container img.background {
	flex-shrink: 0;
	width: 100%;
	min-height: 100%;
	max-width: unset;
	object-fit: cover;
}

section.hero .hero-image .hero-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding-top: 5.625rem;
	padding-bottom: 2.75rem;
}

@media (max-width: 1450px) {
	section.hero .hero-image .hero-content {
		padding-top: 4.1875rem;
		padding-bottom: 2.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.hero .hero-image .hero-content {
		padding-top: 2.75rem;
		padding-bottom: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.hero .hero-image .hero-content {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
		flex-direction: column;
	}
}

section.hero .hero-image .hero-content .copy-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5rem;
	padding-bottom: 5.25rem;
	width: 100%;
	max-width: 111.25rem;
}

@media (max-width: 1450px) {
	section.hero .hero-image .hero-content .copy-container {
		padding-bottom: 0;
	}
}

section.hero .hero-image .hero-content .copy-container.bottom-aligned {
	justify-content: flex-end;
}

@media (max-width: 1080px) {
	section.hero .hero-image .hero-content .copy-container.bottom-aligned {
		justify-content: flex-start;
	}
}

section.hero .hero-image .hero-content .copy-container.white {
	color: #FFFFFF;
}

section.hero .hero-image .hero-content .copy-container h1 {
	width: 50%;
	font-size: 6.875rem;
}

@media (max-width: 1450px) {
	section.hero .hero-image .hero-content .copy-container h1 {
		font-size: 6.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.hero .hero-image .hero-content .copy-container h1 {
		font-size: 4.6875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.hero .hero-image .hero-content .copy-container h1 {
		font-size: 2.8125rem;
		width: 60%;
	}
}

section.hero .hero-image .hero-content .copy-container .desktop-content {
	display: block;
	width: calc( 50% - 5rem);
}

@media (max-width: 1080px) {
	section.hero .hero-image .hero-content .copy-container .desktop-content {
		display: none;
	}
}

@media (max-width: 1450px) {
	section.hero .hero-image .hero-content .copy-container .desktop-content p.small-copy-bold {
		font-weight: 300;
	}
}

section.hero .hero-image .hero-content .search-container {
	align-self: flex-end;
	width: 22.25rem;
	font-weight: 300;
	font-size: 1.25rem;
}

@media (max-width: 768px) {
	section.hero .hero-image .hero-content .search-container {
		width: 20.4375rem;
		align-self: flex-start;
	}
}

section.hero .hero-image .hero-content button {
	margin-top: 1rem;
}

@media (max-width: 1450px) {
	section.hero .hero-image .hero-content button {
		margin-top: 0.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1450px) {
	section.hero .hero-image .hero-content button {
		margin-top: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1450px) and (max-width: 1080px) {
	section.hero .hero-image .hero-content button {
		margin-top: 0.5rem;
	}
}

section.hero .tablet-content {
	display: none;
	padding: 2.5rem 0 3.375rem;
}

@media (max-width: 1080px) {
	section.hero .tablet-content {
		display: block;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.hero .tablet-content {
		padding: 1.25rem 0 3.1875rem 0;
		max-width: 32.5rem;
	}
}

section.hero .tablet-content p.largest-copy {
	min-width: 31.75rem;
	width: 74%;
	font-weight: 300;
}

@media (max-width: 768px) {
	section.hero .tablet-content p.largest-copy {
		width: unset;
		min-width: unset;
	}
}

section.hero .tablet-content button {
	margin-top: 2.5rem;
}

@media (max-width: 768px) {
	section.hero .tablet-content button {
		margin-top: 1.875rem;
	}
}

section.two-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10rem 0;
}

@media (max-width: 1450px) {
	section.two-columns {
		padding: 7rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.two-columns {
		padding: 4rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.two-columns {
		padding: 2.75rem 0;
	}
}

section.two-columns.less-padding {
	padding: 6.0625rem 0 6.9375rem;
}

@media (max-width: 1450px) {
	section.two-columns.less-padding {
		padding: 4.28125rem 0 3.46875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.two-columns.less-padding {
		padding: 2.5rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.two-columns.less-padding {
		padding: 2.125rem 0 5.25rem;
	}
}

section.two-columns.dark-grey, section.two-columns.dark-gray {
	background: #2E3239;
	color: #FFFFFF;
}

section.two-columns .two-columns-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 768px) {
	section.two-columns .two-columns-container {
		flex-direction: column;
		justify-content: flex-start;
		gap: 2.75rem;
	}
}

section.two-columns .two-columns-container .column {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
	gap: 1.75rem;
	padding: 0 5rem 0 0;
}

@media (max-width: 768px) {
	section.two-columns .two-columns-container .column {
		padding: 0;
	}
}

section.two-columns .two-columns-container .column h3 {
	width: 90%;
}

section.two-columns .two-columns-container .column p.large-copy {
	flex: 1;
}

@media (max-width: 768px) {
	section.two-columns .two-columns-container .column p.large-copy {
		font-size: 1rem;
	}
}

section.two-columns .two-columns-container .column button {
	margin-top: 2.0625rem;
}

@media (max-width: 1450px) {
	section.two-columns .two-columns-container .column button {
		margin-top: 1.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.two-columns .two-columns-container .column button {
		margin-top: 1.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.two-columns .two-columns-container .column button {
		margin-top: 0;
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 1450px) {
	section.two-columns .two-columns-container .column {
		padding: 0 3.75rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.two-columns .two-columns-container .column {
		padding: 0 2.5rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.two-columns .two-columns-container .column {
		padding: unset;
		width: 100%;
		max-width: 32.5rem;
	}
}

section.two-columns .two-columns-container .column:last-child {
	padding: 0 0 0 5rem;
}

@media (max-width: 1450px) {
	section.two-columns .two-columns-container .column:last-child {
		padding: 0 0 0 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.two-columns .two-columns-container .column:last-child {
		padding: 0 0 0 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.two-columns .two-columns-container .column:last-child {
		padding: 0;
	}
}

section.core-values {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #485958;
	color: #FFFFFF;
	padding: 6.0625rem 0 6.9375rem;
}

@media (max-width: 1450px) {
	section.core-values {
		padding: 4.28125rem 0 3.46875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values {
		padding: 2.5rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values {
		padding: 5rem 0;
	}
}

section.core-values .core-values-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
}

@media (max-width: 768px) {
	section.core-values .core-values-container {
		flex-direction: column;
		justify-content: flex-start;
	}
}

section.core-values .core-values-container h2 {
	margin-bottom: 5.8125rem;
}

@media (max-width: 1450px) {
	section.core-values .core-values-container h2 {
		margin-bottom: 3.4375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container h2 {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values .core-values-container h2 {
		margin-bottom: 1.75rem;
	}
}

section.core-values .core-values-container .blurbs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 4.875rem;
	padding-bottom: 4.875rem;
	border-bottom: 1px solid #FFFFFF;
	gap: 7.0625rem 0;
}

@media (max-width: 1450px) {
	section.core-values .core-values-container .blurbs {
		margin-bottom: 3.4375rem;
		padding-bottom: 3.4375rem;
		gap: 4.875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container .blurbs {
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
		gap: 3.4375rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values .core-values-container .blurbs {
		flex-direction: column;
		justify-content: flex-start;
		gap: 2.75rem;
	}
}

section.core-values .core-values-container .blurbs .blurb {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
	gap: 1.75rem;
	padding: 0 6rem 0 0;
}

@media (max-width: 768px) {
	section.core-values .core-values-container .blurbs .blurb {
		padding: 0;
		gap: 1rem;
	}
}

section.core-values .core-values-container .blurbs .blurb h3 {
	width: 90%;
}

@media (max-width: 1450px) {
	section.core-values .core-values-container .blurbs .blurb h3 {
		font-size: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container .blurbs .blurb h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values .core-values-container .blurbs .blurb h3 {
		font-size: 1.25rem;
	}
}

section.core-values .core-values-container .blurbs .blurb p.largest-copy {
	flex: 1;
	line-height: 1.14;
}

@media (max-width: 1450px) {
	section.core-values .core-values-container .blurbs .blurb p.largest-copy {
		font-size: 1.85rem;
		font-weight: 200;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container .blurbs .blurb p.largest-copy {
		font-size: 1.3rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values .core-values-container .blurbs .blurb p.largest-copy {
		font-size: 1.25rem;
	}
}

@media (max-width: 1450px) {
	section.core-values .core-values-container .blurbs .blurb {
		padding: 0 3.75rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container .blurbs .blurb {
		padding: 0 2.5rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.core-values .core-values-container .blurbs .blurb {
		padding: unset;
		width: 100%;
		max-width: 32.5rem;
	}
}

section.core-values .core-values-container .principles {
	display: flex;
	justify-content: stretch;
}

@media (max-width: 1080px) {
	section.core-values .core-values-container .principles {
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		gap: 0.5rem 0;
	}
}

section.core-values .core-values-container .principles .bullet {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.5rem;
}

section.core-values .core-values-container .principles .bullet span {
	display: block;
	width: 9px;
	height: 9px;
	background: #FFFFFF;
}

@media (max-width: 1450px) {
	section.core-values .core-values-container .principles .bullet span {
		width: 7px;
		height: 7px;
	}
}

section.core-values .core-values-container .principles .bullet:first-child {
	display: none;
}

@media (max-width: 1080px) {
	section.core-values .core-values-container .principles .bullet {
		display: none;
	}
}

section.core-values .core-values-container .principles .principle {
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
}

@media (max-width: 1080px) {
	section.core-values .core-values-container .principles .principle {
		flex: unset;
		width: 50%;
	}
}

section.core-values .core-values-container .principles .principle:first-child {
	padding-left: 0;
}

section.core-values .core-values-container .principles .principle:last-child {
	padding-right: 0;
}

@media (max-width: 1700px) {
	section.core-values .core-values-container .principles .principle p.largest-copy {
		font-size: 1.85rem;
	}
}

@media (max-width: 1700px) and (max-width: 1450px) {
	section.core-values .core-values-container .principles .principle p.largest-copy {
		font-size: 1.3rem;
	}
}

@media (max-width: 1700px) and (max-width: 1450px) and (max-width: 1080px) {
	section.core-values .core-values-container .principles .principle p.largest-copy {
		font-weight: 200;
	}
}

section.four-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10rem 0;
}

@media (max-width: 1450px) {
	section.four-columns {
		padding: 7rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.four-columns {
		padding: 4rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.four-columns {
		padding: 2.75rem 0;
	}
}

section.four-columns.dark-grey, section.four-columns.dark-gray {
	background: #2E3239;
	color: #FFFFFF;
}

section.four-columns .four-columns-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 1080px) {
	section.four-columns .four-columns-container {
		flex-wrap: wrap;
		gap: 1.75rem 0;
	}
}

section.four-columns .four-columns-container .column {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
}

section.four-columns .four-columns-container .column p.largest-copy {
	margin-bottom: 1.25em;
	font-weight: 400;
}

@media (max-width: 1920px) {
	section.four-columns .four-columns-container .column p.largest-copy {
		font-size: 1.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1080px) {
	section.four-columns .four-columns-container .column p.largest-copy {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1080px) and (max-width: 768px) {
	section.four-columns .four-columns-container .column p.largest-copy {
		font-size: 0.875rem;
	}
}

@media (max-width: 1920px) {
	section.four-columns .four-columns-container .column p.small-copy-regular {
		font-size: 1.125rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	section.four-columns .four-columns-container .column p.small-copy-regular {
		padding-right: 1rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 768px) {
	section.four-columns .four-columns-container .column p.small-copy-regular {
		font-size: 0.625rem;
		max-width: 200px;
		padding-right: unset;
	}
}

@media (max-width: 1450px) {
	section.four-columns .four-columns-container .column {
		width: 25%;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.four-columns .four-columns-container .column {
		width: 50%;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.four-columns .four-columns-container .column {
		max-width: 32.5rem;
	}
}

section.image-slider {
	padding: 5.125rem 0;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 1450px) {
	section.image-slider {
		padding: 4.375rem 0 3.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.image-slider {
		padding: 3.625rem 0 2.5625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.image-slider {
		padding: 2.1875rem 0 1.9375rem;
	}
}

section.image-slider.small-padding {
	padding: 5.0625rem 0 3rem;
}

section.image-slider.no-padding {
	padding: 0;
}

section.image-slider.no-padding .swiper {
	margin-top: 0;
}

section.image-slider.light-gray, section.image-slider.light-grey {
	background: #D5D6D7;
}

section.image-slider.dark-gray, section.image-slider.dark-grey {
	background: #2E3239;
	color: #FFFFFF;
}

section.image-slider.orange {
	background: #C25A3C;
	color: #FFFFFF;
}

section.image-slider.green {
	background: #485958;
	color: #FFFFFF;
}

section.image-slider .intro-blurb {
	width: 100%;
	padding-right: 6.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.625rem;
}

@media (max-width: 1080px) {
	section.image-slider .intro-blurb {
		gap: 1rem;
	}
}

section.image-slider .intro-blurb p.small-copy-regular {
	width: 43%;
}

@media (max-width: 1080px) {
	section.image-slider .intro-blurb p.small-copy-regular {
		width: 75%;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .intro-blurb p.small-copy-regular {
		width: 100%;
	}
}

section.image-slider .intro-blurb .button-container {
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
}

@media (max-width: 768px) {
	section.image-slider .intro-blurb .button-container {
		flex-direction: column;
	}
}

section.image-slider .intro-blurb .filters {
	display: flex;
	gap: 1.75rem;
	cursor: pointer;
	flex-wrap: wrap;
}

@media (max-width: 1080px) {
	section.image-slider .intro-blurb .filters {
		gap: 1rem;
		padding-bottom: 1.9375rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .intro-blurb .filters {
		gap: 1.25rem;
		padding-bottom: 1.125rem;
	}
}

section.image-slider .intro-blurb .filters h6 {
	white-space: nowrap;
}

section.image-slider .intro-blurb .subfilters {
	display: flex;
	gap: 1.75rem;
	cursor: pointer;
}

@media (max-width: 1080px) {
	section.image-slider .intro-blurb .subfilters {
		gap: 1rem;
		display: none;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .intro-blurb .subfilters {
		gap: 1.25rem;
	}
}

section.image-slider .intro-blurb .subfilters .h8 {
	white-space: nowrap;
	text-transform: uppercase;
}

section.image-slider .swiper {
	z-index: 0;
	margin: 3rem 0;
	overflow-x: scroll;
}

section.image-slider .swiper.mobile-swipers {
	display: none;
}

@media (max-width: 1450px) {
	section.image-slider .swiper {
		margin: 2.875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.image-slider .swiper {
		margin: 2.6875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper {
		margin: 1.25rem 0;
	}
	section.image-slider .swiper.mobile-swipers {
		display: block;
	}
	section.image-slider .swiper.desktop-swiper {
		display: none;
	}
}

section.image-slider .swiper::-webkit-scrollbar {
	background-color: transparent;
}

section.image-slider .swiper .swiper-scrollbar-headshots {
	padding: 8.4375rem 0 0;
}

@media (max-width: 1450px) {
	section.image-slider .swiper .swiper-scrollbar-headshots {
		padding: 6.125rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.image-slider .swiper .swiper-scrollbar-headshots {
		padding: 3.9375rem 0 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-scrollbar-headshots {
		padding: 2.875rem 0 0;
	}
}

section.image-slider .swiper .swiper-scrollbar-headshots .swiper-scrollbar-drag {
	height: 0.5rem;
	border-radius: 1rem;
	background: #D5D6D7;
}

section.image-slider .swiper .controls-container {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

section.image-slider .swiper .swiper-container.slider-post-previews-slides {
	margin-bottom: 1rem;
}

section.image-slider .swiper .swiper-wrapper.multiple-rows {
	display: flex;
	flex-wrap: wrap;
	gap: 3.4375rem 0;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-wrapper.multiple-rows {
		gap: 1.3125rem 0;
	}
}

section.image-slider .swiper .swiper-slide {
	overflow: hidden;
	margin-right: -1px;
}

section.image-slider .swiper .swiper-slide.clickable {
	cursor: pointer;
}

section.image-slider .swiper .swiper-slide .modal-link {
	position: absolute;
	inset: 0;
}

section.image-slider .swiper .swiper-slide.max-items:nth-child(n+13) {
	display: none;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide.max-items:nth-child(n+7) {
		display: none;
	}
}

@media (max-width: 1080px) and (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide.max-items:nth-child(n+5) {
		display: none;
	}
}

section.image-slider .swiper .swiper-slide.hover-captions {
	max-height: 32.125rem;
	height: 26.8vw;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide.hover-captions {
		height: 22.1875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide.hover-captions {
		height: unset;
		max-height: unset;
		display: flex;
		flex-direction: column;
	}
	section.image-slider .swiper .swiper-slide.hover-captions:nth-child(even) {
		flex-direction: column-reverse;
	}
}

@media (max-width: 768px) {
	section.image-slider .swiper .swiper-slide.hover-captions .swiper-slide-content {
		max-height: 25rem;
		height: 63vw;
	}
}

section.image-slider .swiper .swiper-slide.hover-captions .caption-container {
	display: flex;
	position: absolute;
	inset: 0;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #FFFFFF;
	background: #485958;
	padding: 3.75rem 4.0625rem;
	transform: translateX(-100%);
	transition: all 0.5s ease-out;
}

section.image-slider .swiper .swiper-slide.hover-captions .caption-container.orange {
	background: #C25A3C;
}

section.image-slider .swiper .swiper-slide.hover-captions .caption-container img.arrow {
	transform: rotate(-90deg);
	transform-origin: top left;
	max-width: 1.6875rem;
}

@media (max-width: 1450px) {
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container img.arrow {
		transform: rotate(-90deg) translateX(-50%);
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container img.arrow {
		transform: rotate(-90deg) translateX(-100%);
	}
}

section.image-slider .swiper .swiper-slide.hover-captions .caption-container img.arrow,
section.image-slider .swiper .swiper-slide.hover-captions .caption-container p.eyebrow,
section.image-slider .swiper .swiper-slide.hover-captions .caption-container h4.title,
section.image-slider .swiper .swiper-slide.hover-captions .caption-container p.tags {
	opacity: 0;
}

@media (max-width: 768px) {
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container img.arrow,
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container p.eyebrow,
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container h4.title,
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container p.tags {
		opacity: 1;
	}
}

@media (max-width: 1450px) {
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container {
		padding: 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide.hover-captions .caption-container {
		transform: unset;
		position: relative;
		height: calc( 63vw - 5rem);
		max-height: calc( 25rem - 5rem);
	}
}

section.image-slider .swiper .swiper-slide.hover-captions:hover .caption-container {
	transform: translateX(0);
	transition: all 0.5s ease-in;
}

section.image-slider .swiper .swiper-slide.hover-captions:hover .caption-container img.arrow,
section.image-slider .swiper .swiper-slide.hover-captions:hover .caption-container p.eyebrow,
section.image-slider .swiper .swiper-slide.hover-captions:hover .caption-container h4.title,
section.image-slider .swiper .swiper-slide.hover-captions:hover .caption-container p.tags {
	opacity: 1;
}

section.image-slider .swiper .swiper-slide .slide-link {
	position: absolute;
	inset: 0;
}

section.image-slider .swiper .swiper-slide .caption-container {
	padding: 1.5rem 5.1875rem 1.5rem 2.75rem;
}

@media (max-width: 1450px) {
	section.image-slider .swiper .swiper-slide .caption-container {
		padding: 1.625rem 4.25rem 1.625rem 2.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .caption-container {
		padding: 1.75rem 3.3125rem 1.75rem 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .caption-container {
		padding: 1rem 1.625rem 1rem 1.5rem;
	}
}

section.image-slider .swiper .swiper-slide .caption-container p.eyebrow {
	text-transform: uppercase;
	font-size: 1.25rem;
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .caption-container p.eyebrow {
		font-size: 1rem;
	}
}

section.image-slider .swiper .swiper-slide .caption-container h4.title {
	margin: 0.75rem 0;
}

@media (max-width: 1450px) {
	section.image-slider .swiper .swiper-slide .caption-container h4.title {
		margin: 0.625rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .caption-container h4.title {
		margin: 0.5rem 0;
	}
}

section.image-slider .swiper .swiper-slide .caption-container p.tags {
	font-size: 1.25rem;
	text-transform: capitalize;
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .caption-container p.tags {
		font-size: 1rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content {
	position: relative;
	height: 29.5vw;
	max-height: 35.375rem;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content {
		height: 46.2vw;
		max-height: unset;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content {
		height: 71.5vw;
		max-height: 16.75rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots {
	height: 30.1vw;
	max-height: 36rem;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots {
		height: 44.3vw;
		max-height: unset;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots {
		height: 83.2vw;
		min-height: 19.5rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots.Square {
	height: 22vw;
	max-height: 38.75rem;
}

@media (max-width: 1920px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots.Square {
		max-height: 36rem;
	}
}

@media (max-width: 1920px) and (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots.Square {
		min-height: 19.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.headshots.Square {
		min-height: 18.125rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.portfolio {
	height: 24.8vw;
	max-height: 29.75rem;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.portfolio {
		height: 46.2vw;
		max-height: unset;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.portfolio {
		height: 77.1vw;
		min-height: 18.0625rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.project-views {
	height: 46.5vw;
	max-height: 55.8125rem;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.project-views {
		max-height: unset;
		height: 52.1vw;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.project-views {
		height: 89.3vw;
		min-height: 20.3125rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.insights {
	height: 36.8vw;
	max-height: 44.125rem;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.insights {
		max-height: unset;
		height: 58.2vw;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.insights {
		height: 77.3vw;
		min-height: 18.125rem;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content.tiny-height {
	max-height: 20px;
}

@media (max-width: 1080px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.tiny-height {
		max-height: 20px;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.image-slider .swiper .swiper-slide .swiper-slide-content.tiny-height {
		max-height: 20px;
	}
}

section.image-slider .swiper .swiper-slide .swiper-slide-content .image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
	background: #D5D6D7;
}

section.image-slider .swiper .swiper-slide .swiper-slide-content .image-container .image {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	max-width: unset;
	object-fit: cover;
	object-position: top;
}

section.image-slider .load-more {
	display: flex;
	justify-content: center;
}

section.full-width {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
	padding: 8.5rem 0 7.625rem;
	gap: 0.5rem;
	overflow: hidden;
}

@media (max-width: 1450px) {
	section.full-width {
		padding: 6.25rem 0 6.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.full-width {
		padding: 4rem 0 6rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width {
		padding: 2.25rem 0 3.0625rem;
		align-items: center;
	}
}

section.full-width.orange {
	background: #C25A3C;
	color: #FFFFFF;
}

section.full-width.green {
	background: #485958;
	color: #FFFFFF;
}

section.full-width.light-gray, section.full-width.light-grey {
	background: #D5D6D7;
}

section.full-width.dark-gray, section.full-width.dark-grey {
	background: #2E3239;
	color: #FFFFFF;
}

section.full-width .full-width-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

section.full-width .full-width-content h1 {
	width: 100%;
	white-space: nowrap;
	font-size: 6.25rem;
	margin-left: -0.05em;
}

@media (max-width: 1450px) {
	section.full-width .full-width-content h1 {
		font-size: 5.3125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1200px) {
	section.full-width .full-width-content h1 {
		font-size: 4.6875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1200px) and (max-width: 1080px) {
	section.full-width .full-width-content h1 {
		font-size: 3.4375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1200px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width .full-width-content h1 {
		font-size: 2.1875rem;
		line-height: 1.11;
		white-space: unset;
	}
}

@media (max-width: 1080px) {
	section.full-width .full-width-content h1.offset {
		max-width: 22.875rem;
	}
}

section.full-width .full-width-content .center-blurb {
	align-self: center;
	max-width: 48rem;
}

@media (max-width: 1450px) {
	section.full-width .full-width-content .center-blurb {
		max-width: 35.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.full-width .full-width-content .center-blurb {
		max-width: 22.875rem;
	}
}

section.full-width .full-width-content .center-blurb h1 {
	margin-bottom: 1.5rem;
}

@media (max-width: 1080px) {
	section.full-width .full-width-content .center-blurb h1 {
		margin-bottom: 1rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.full-width .full-width-content .center-blurb h1 {
		margin-bottom: 1.375rem;
		width: unset;
	}
}

section.full-width .full-width-content .center-blurb h1.offset {
	margin-left: -2.64em;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	section.full-width .full-width-content .center-blurb h1.offset {
		margin-left: unset;
	}
}

section.full-width .full-width-content .center-blurb h5 {
	width: 100%;
}

@media (max-width: 1860px) {
	section.full-width .full-width-content .center-blurb h5 {
		font-size: 1.25rem;
	}
}

@media (max-width: 1860px) and (max-width: 1450px) {
	section.full-width .full-width-content .center-blurb h5 {
		font-size: 1.0625rem;
	}
}

@media (max-width: 1860px) and (max-width: 1450px) and (max-width: 768px) {
	section.full-width .full-width-content .center-blurb h5 {
		font-size: 0.875rem;
		line-height: 1.29;
	}
}

section.full-width .full-width-content .center-blurb button {
	position: relative;
	margin-top: 1.5rem;
}

@media (max-width: 1080px) {
	section.full-width .full-width-content .center-blurb button {
		margin-top: 1rem;
	}
}

section.full-width .full-width-content .image-container {
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	section.full-width .full-width-content .image-container {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

section.full-width .full-width-content .image-container img {
	position: absolute;
	right: 0;
	bottom: -6.4375em;
	max-width: 21.375rem;
}

@media (max-width: 1450px) {
	section.full-width .full-width-content .image-container img {
		max-width: 13rem;
		bottom: -2.8125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.full-width .full-width-content .image-container img {
		max-width: 11.375rem;
		bottom: -2.0625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width .full-width-content .image-container img {
		max-width: 6.375rem;
		bottom: 0;
		right: 0;
	}
}

section.full-width.our-mission {
	padding: 9.5625rem 0;
}

@media (max-width: 1450px) {
	section.full-width.our-mission {
		padding: 6.5625rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.full-width.our-mission {
		padding: 4.5625rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width.our-mission {
		padding: 5.5rem 0;
		position: relative;
		align-items: flex-start;
	}
}

section.full-width.our-mission .full-width-content .center-blurb {
	width: 54rem;
	max-width: unset;
}

@media (max-width: 1920px) {
	section.full-width.our-mission .full-width-content .center-blurb {
		width: 50rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	section.full-width.our-mission .full-width-content .center-blurb {
		width: 40rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	section.full-width.our-mission .full-width-content .center-blurb {
		width: 26.25rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width.our-mission .full-width-content .center-blurb {
		width: 100%;
	}
}

section.full-width.our-mission .full-width-content .center-blurb h5 {
	margin-top: 2.6875rem;
	font-weight: 200;
	font-size: 2.1875rem;
	line-height: 1.14;
}

@media (max-width: 1450px) {
	section.full-width.our-mission .full-width-content .center-blurb h5 {
		font-size: 1.625rem;
		margin-top: 2rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.full-width.our-mission .full-width-content .center-blurb h5 {
		font-size: 1.25rem;
		line-height: 1.29;
		margin-top: 1.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.full-width.our-mission .full-width-content .center-blurb h5 {
		font-size: 1.25rem;
		margin-top: 1rem;
	}
}

@media (max-width: 768px) {
	section.full-width.hero {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
	section.full-width.hero h1 {
		font-size: 2.75rem;
		font-weight: 1;
	}
}

section.full-width.hero h5 {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.25;
}

@media (max-width: 1080px) {
	section.full-width.hero h5 {
		font-size: 0.875rem;
		line-height: 1.36;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.full-width.hero h5 {
		line-height: 1.29;
	}
}

section.full-width.four-zero-four {
	height: calc( 100vh - 22.75rem - 12.5rem);
}

@media (max-width: 1920px) {
	section.full-width.four-zero-four {
		height: calc( 100vh - 21vw - 12.5rem);
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	section.full-width.four-zero-four {
		height: calc( 100vh - 21vw - 9rem);
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	section.full-width.four-zero-four {
		height: calc( 100vh - 13.3125rem - 5.75rem);
	}
}

section.contact-section.gray, section.contact-section.grey {
	background: #D5D6D7;
}

section.contact-section .contact-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4.21875rem 0 6.5rem;
	gap: 3%;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content {
		gap: 9%;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content {
		flex-direction: column;
		padding: 3.3125rem 0;
		gap: 0;
	}
}

section.contact-section .contact-content h5.contact-info {
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.33;
}

section.contact-section .contact-content aside.sidebar {
	width: 29%;
}

@media (max-width: 1080px) {
	section.contact-section .contact-content aside.sidebar {
		width: 100%;
	}
}

section.contact-section .contact-content aside.sidebar .offices {
	margin-bottom: 4.875rem;
}

section.contact-section .contact-content aside.sidebar .offices h2.title {
	margin-bottom: 2.3125rem;
	font-size: 4.0625rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content aside.sidebar .offices h2.title {
		font-size: 3rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content aside.sidebar .offices h2.title {
		margin-bottom: 2rem;
	}
}

section.contact-section .contact-content aside.sidebar .offices h4.general-contact {
	font-weight: 300;
	font-size: 1.875rem;
	line-height: 1.14;
	margin-bottom: 2.875rem;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content aside.sidebar .offices h4.general-contact {
		font-size: 1.5rem;
	}
}

section.contact-section .contact-content aside.sidebar .offices .hq-container h3.hq {
	font-size: 3rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content aside.sidebar .offices .hq-container h3.hq {
		font-size: 2.4375rem;
	}
}

section.contact-section .contact-content aside.sidebar .offices .hq-container h5.contact-info {
	padding: 1.625rem 0;
	width: 100%;
	font-size: 1.625rem;
	border-bottom: 0.03125rem solid #2E3239;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content aside.sidebar .offices .hq-container h5.contact-info {
		font-size: 1.25rem;
	}
}

section.contact-section .contact-content aside.sidebar .offices .hq-container h5.contact-info:last-child {
	border-bottom: unset;
}

section.contact-section .contact-content aside.sidebar .filters {
	display: none;
}

section.contact-section .contact-content aside.sidebar .filters h4.title {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 3.625rem;
}

section.contact-section .contact-content aside.sidebar .filters .filter-box {
	width: 18.875rem;
	height: 32.4375rem;
	border: 0.0625rem solid #2E3239;
}

@media (max-width: 1080px) {
	section.contact-section .contact-content aside.sidebar .filters .filter-box {
		width: 40.375rem;
		height: 5.125rem;
	}
}

section.contact-section .contact-content .division {
	width: 59.5625rem;
}

@media (max-width: 1080px) {
	section.contact-section .contact-content .division {
		width: 100%;
	}
}

section.contact-section .contact-content .division .header {
	margin-bottom: 2.25rem;
	width: 72.5%;
}

section.contact-section .contact-content .division .header h2.title {
	margin-bottom: 1.40625rem;
	font-size: 4.0625rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .header h2.title {
		font-size: 3rem;
	}
}

@media (max-width: 1080px) {
	section.contact-section .contact-content .division .header p.small-copy-regular {
		font-size: 1.25rem;
	}
}

section.contact-section .contact-content .division .region {
	display: flex;
	justify-content: space-between;
	gap: 1.625rem 1.0625rem;
	flex-wrap: wrap;
	padding: 2.1875rem 0 1.25rem;
	width: 100%;
	border-bottom: 0.03125rem solid #2E3239;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region {
		padding: 1.875rem 0 0.9375rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content .division .region {
		flex-wrap: nowrap;
		flex-direction: column;
	}
}

section.contact-section .contact-content .division .region:last-child {
	border-bottom: unset;
}

section.contact-section .contact-content .division .region .contact-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 42%;
	padding-bottom: 0.9375rem;
}

@media (max-width: 1080px) {
	section.contact-section .contact-content .division .region .contact-tile {
		width: 100%;
	}
}

section.contact-section .contact-content .division .region .contact-tile .h6.eyebrow {
	font-weight: 700;
	font-size: 1.0625rem;
	min-height: 1em;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile .h6.eyebrow {
		font-size: 0.9375rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile h3.name {
	margin: 1.25rem 0 0.25rem;
	text-transform: unset;
	font-weight: 300;
	font-size: 3rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile h3.name {
		font-size: 2.4375rem;
		margin: 0.9375rem 00.125rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile h5.contact-info {
	font-size: 1.625rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile h5.contact-info {
		font-size: 1.25rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile .hover-details {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250%;
	height: 18.3vw;
	transform: translate(0%, 100%);
	background: white;
	box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	transform-origin: center top;
	justify-content: stretch;
	align-items: stretch;
	max-width: 65rem;
	min-height: 22rem;
}

@media (max-width: 1080px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details {
		width: 70%;
	}
}

section.contact-section .contact-content .division .region .contact-tile .hover-details .image-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.contact-section .contact-content .division .region .contact-tile .hover-details .image-container img {
	flex-shrink: 0;
	min-width: 100%;
	height: 100%;
	max-width: unset;
	object-fit: cover;
}

section.contact-section .contact-content .division .region .contact-tile .hover-details .content {
	flex: 1;
	padding: 3.75rem 5.625rem 3.75rem 3.75rem;
	overflow-y: scroll;
	background: #FFFFFF;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content {
		padding: 2.5rem 3.75rem 2.5rem 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content {
		padding: 1.25rem 1.875rem 1.25rem 1.25rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile .hover-details .content h4 {
	margin-bottom: 0.75rem;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content h4 {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content h4 {
		margin-bottom: 0.375rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile .hover-details .content p.description {
	color: black;
	margin: 2.5rem 0;
	line-height: 1.25;
}

@media (max-width: 1450px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content p.description {
		font-size: 1rem;
		margin: 1.875rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.contact-section .contact-content .division .region .contact-tile .hover-details .content p.description {
		margin: 1.25rem 0;
		font-size: 0.75rem;
	}
}

section.contact-section .contact-content .division .region .contact-tile:nth-child(even) .hover-details {
	left: unset;
	right: 0;
}

section.contact-section .contact-content .division .region .contact-tile:hover .hover-details {
	display: flex;
	z-index: 1;
}

@media (max-width: 768px) {
	section.contact-section .contact-content .division .region .contact-tile:hover .hover-details {
		display: none;
		z-index: 0;
		transition: all 333ms ease-in 500ms;
	}
}

section.teams-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10rem 0;
}

@media (max-width: 1450px) {
	section.teams-block {
		padding: 5.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block {
		padding: 4rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.teams-block {
		padding: 2.75rem 0;
	}
}

section.teams-block.less-padding {
	padding: 6.0625rem 0 6.9375rem;
}

@media (max-width: 1450px) {
	section.teams-block.less-padding {
		padding: 4.28125rem 0 3.46875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block.less-padding {
		padding: 2.5rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.teams-block.less-padding {
		padding: 2.125rem 0 5.25rem;
	}
}

section.teams-block.dark-grey, section.teams-block.dark-gray {
	background: #2E3239;
	color: #FFFFFF;
}

section.teams-block.light-grey, section.teams-block.light-gray {
	background: #D5D6D7;
}

section.teams-block.green {
	background: #485958;
	color: #FFFFFF;
}

section.teams-block.green button {
	background: #FFFFFF;
	color: #2E3239;
}

section.teams-block.green button:hover, section.teams-block.green button:focus {
	background: #2E3239;
	color: #FFFFFF;
}

section.teams-block .teams-block-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 768px) {
	section.teams-block .teams-block-container {
		flex-direction: column;
		justify-content: flex-start;
		gap: 2.75rem;
	}
}

section.teams-block .teams-block-container .column {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
	gap: 1.75rem;
}

@media (max-width: 1080px) {
	section.teams-block .teams-block-container .column h2 {
		font-size: 3.4375rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-container .column h2 {
		font-size: 2.1875rem;
	}
}

section.teams-block .teams-block-container .column p.large-copy {
	flex: 1;
}

@media (max-width: 1080px) {
	section.teams-block .teams-block-container .column p.largest-copy {
		font-size: 1.25rem;
		line-height: 1.25;
		width: 90%;
	}
}

section.teams-block .teams-block-container .column button {
	margin-top: 2.0625rem;
}

@media (max-width: 1450px) {
	section.teams-block .teams-block-container .column button {
		margin-top: 1.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block .teams-block-container .column button {
		margin-top: 1.625rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-container .column button {
		margin-top: 1.875rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block .teams-block-container .column {
		gap: 1.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-container .column {
		width: 100%;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content {
	width: 100%;
	margin-top: 4.75rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1.4375rem 16%;
	max-height: 37.5rem;
}

@media (max-width: 1080px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content {
		gap: 1.4375rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content {
		flex-wrap: nowrap;
		max-height: unset;
		max-width: 36.875rem;
	}
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.small-top-margin {
		margin-top: 2.25rem;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content .team-container {
	flex: 1;
	max-width: 45%;
}

@media (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content .team-container {
		max-width: 100%;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content .team-container h4 {
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content .team-container h4 {
		font-weight: 400;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content .team-container p.small-copy-bold {
	font-weight: 300;
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq {
	gap: 3.125rem;
	max-height: 40.625rem;
}

@media (max-width: 1450px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq {
		gap: 2.5rem;
		margin-top: 3rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq {
		gap: 1.875rem;
		margin-top: 1.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq {
		margin-top: 2.0625rem;
		max-height: unset;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container {
	width: 40%;
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container h4 {
	margin-bottom: 1.5rem;
}

@media (max-width: 1450px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container h4 {
		margin-bottom: 1rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container h4 {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1080px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container {
		width: 45%;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.faq .team-container {
		width: 100%;
		max-width: 36.875rem;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content.small {
	max-height: 31.25rem;
}

@media (max-width: 1450px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.small {
		max-height: 37.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.small {
		max-height: unset;
	}
}

section.teams-block .teams-block-full-width-container .teams-block-full-width-content.large {
	max-height: 50rem;
}

@media (max-width: 768px) {
	section.teams-block .teams-block-full-width-container .teams-block-full-width-content.large {
		max-height: unset;
	}
}

section.filtered-articles {
	padding: 4.375rem 0;
}

@media (max-width: 1450px) {
	section.filtered-articles {
		padding: 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.filtered-articles {
		padding: 2.25rem 0;
	}
}

section.filtered-articles.dark-grey, section.filtered-articles.dark-gray {
	background: #2E3239;
	color: #FFFFFF;
}

section.filtered-articles.light-grey, section.filtered-articles.light-gray {
	background: #D5D6D7;
}

section.filtered-articles.green {
	background: #485958;
	color: #FFFFFF;
}

section.filtered-articles .filtered-articles-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	border-bottom: 0.0625rem solid #2E3239;
}

@media (max-width: 768px) {
	section.filtered-articles .filtered-articles-container {
		flex-direction: column;
		justify-content: flex-start;
		gap: 2.75rem;
	}
}

section.filtered-articles .filtered-articles-container .filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	padding-bottom: 2rem;
	cursor: pointer;
}

@media (max-width: 1080px) {
	section.filtered-articles .filtered-articles-container .filters {
		gap: 1.5rem 1rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.filtered-articles .filtered-articles-container .filters {
		gap: 1.25rem;
	}
}

section.filtered-articles .filtered-articles-container .filters h6 {
	white-space: nowrap;
}

section.filtered-articles .filtered-articles-container .subfilters {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	padding-bottom: 2.125rem;
	cursor: pointer;
}

@media (max-width: 1080px) {
	section.filtered-articles .filtered-articles-container .subfilters {
		display: none;
	}
}

section.filtered-articles .filtered-articles-container .subfilters .h8 {
	white-space: nowrap;
	text-transform: uppercase;
	color: #A1A5AB;
}

section.filtered-articles .filtered-articles-container .subfilters .h8.active {
	color: #2E3239;
}

section.filtered-articles .filtered-articles-full-width-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4rem;
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content {
	width: 100%;
	margin-top: 4.375rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem 8.33%;
	transition: height 500ms ease-in-out;
}

@media (max-width: 1450px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content {
		margin-top: 3.3125rem;
		gap: 2.375rem 3.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content {
		margin-top: 2.25rem;
		gap: 1.75rem 2.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content {
		max-height: unset;
		max-width: unset;
	}
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container {
	width: 45%;
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container.hidden {
	display: none;
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container {
		width: 100%;
	}
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7 {
	margin-top: 0.75rem;
	font-size: 1.25rem;
	text-transform: capitalize;
}

@media (max-width: 1450px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7 {
		font-size: 1rem;
		margin-top: 0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7 {
		margin-top: 0.25rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7 {
		font-weight: 400;
		font-size: 0.75rem;
	}
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7.eyebrow {
	margin-top: unset;
	margin-bottom: 0.75rem;
}

@media (max-width: 1450px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7.eyebrow {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container .h7.eyebrow {
		margin-bottom: 0.25rem;
	}
}

section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container p.largest-copy {
	line-height: 1.14;
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.filtered-articles .filtered-articles-full-width-container .filtered-articles-full-width-content .post-container p.largest-copy {
		font-size: 1.25rem;
		margin-bottom: 0.25rem;
	}
}

section.wysiwyg {
	padding: 180px 0 80px;
}

@media (max-width: 1450px) {
	section.wysiwyg {
		padding: 120px 0 80px;
	}
}

@media (max-width: 1080px) {
	section.wysiwyg .copy-container .copy-content {
		padding-right: 3.75rem;
		margin-bottom: 5.625rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content {
		margin-bottom: 2.5rem;
		padding-right: 0;
	}
}

section.wysiwyg .copy-container .copy-content p.small-copy-regular {
	line-height: 1.25;
	margin-bottom: 1em;
}

@media (max-width: 1080px) {
	section.wysiwyg .copy-container .copy-content p.small-copy-regular {
		font-size: 1.25rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content p.small-copy-regular {
		font-size: 1rem;
	}
}

section.wysiwyg .copy-container .copy-content p.small-copy-regular a {
	color: #C25A3C;
	cursor: pointer;
}

section.wysiwyg .copy-container .copy-content h4 {
	margin-top: 3.75rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 1080px) {
	section.wysiwyg .copy-container .copy-content h4 {
		margin-top: 5.625rem;
		font-size: 2.1875rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content h4 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
		margin-top: 2.5rem;
	}
}

section.wysiwyg .copy-container .copy-content h5 {
	margin-top: 1.875em;
	margin-bottom: 0.75em;
}

section.wysiwyg .copy-container .copy-content ul,
section.wysiwyg .copy-container .copy-content ol {
	margin: 2.5rem 0;
	padding-left: 2.125rem;
}

@media (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content ul,
	section.wysiwyg .copy-container .copy-content ol {
		margin: 1.875rem 0;
		padding-left: 1.75rem;
	}
}

section.wysiwyg .copy-container .copy-content ul li,
section.wysiwyg .copy-container .copy-content ol li {
	margin-bottom: 1em;
	position: relative;
	line-height: 1.25;
	font-weight: 300;
	font-size: 1.25rem;
}

@media (max-width: 1450px) {
	section.wysiwyg .copy-container .copy-content ul li,
	section.wysiwyg .copy-container .copy-content ol li {
		font-size: 1.125rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.wysiwyg .copy-container .copy-content ul li,
	section.wysiwyg .copy-container .copy-content ol li {
		font-size: 1.25rem;
		line-height: 1.375;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content ul li,
	section.wysiwyg .copy-container .copy-content ol li {
		font-size: 1rem;
	}
}

section.wysiwyg .copy-container .copy-content ul {
	list-style-type: none;
}

section.wysiwyg .copy-container .copy-content ul li::after {
	content: '';
	display: block;
	position: absolute;
	left: -2.125rem;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background: #2E3239;
}

@media (max-width: 768px) {
	section.wysiwyg .copy-container .copy-content ul li::after {
		left: -1.75rem;
	}
}

section.disclosure {
	padding: 90px 0;
	background: #A1A5AB;
}

@media (max-width: 1450px) {
	section.disclosure {
		padding: 60px 0;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.disclosure {
		padding: 35px 0;
	}
}

section.disclosure .copy-container {
	background: #A1A5AB;
	color: #2E3239;
	text-align: center;
	width: 78%;
	max-width: 89rem;
}

@media (max-width: 1450px) {
	section.disclosure .copy-container {
		margin: 0 auto;
	}
}

@media (max-width: 1450px) and (max-width: 768px) {
	section.disclosure .copy-container {
		min-width: unset;
	}
}

@media (max-width: 1080px) {
	section.disclosure .copy-container .copy-content {
		padding-right: 3.75rem;
	}
}

@media (max-width: 1080px) and (max-width: 768px) {
	section.disclosure .copy-container .copy-content {
		padding-right: 0;
	}
}

section.disclosure .copy-container .copy-content p.legal {
	line-height: 1.25;
	margin-bottom: 1em;
}

section.disclosure .copy-container .copy-content p.legal a {
	cursor: pointer;
	color: #2E3239;
	text-decoration: underline;
}

section.disclosure .copy-container .copy-content ul,
section.disclosure .copy-container .copy-content ol {
	margin: 0.875rem 0;
	padding-left: 2.125rem;
	text-align: left;
}

@media (max-width: 1450px) {
	section.disclosure .copy-container .copy-content ul,
	section.disclosure .copy-container .copy-content ol {
		margin: 0.75rem 0;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.disclosure .copy-container .copy-content ul,
	section.disclosure .copy-container .copy-content ol {
		margin: 0.625rem 0;
	}
}

section.disclosure .copy-container .copy-content ul li,
section.disclosure .copy-container .copy-content ol li {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.429;
}

@media (max-width: 1450px) {
	section.disclosure .copy-container .copy-content ul li,
	section.disclosure .copy-container .copy-content ol li {
		font-size: 0.75rem;
	}
}

@media (max-width: 1450px) and (max-width: 1080px) {
	section.disclosure .copy-container .copy-content ul li,
	section.disclosure .copy-container .copy-content ol li {
		font-size: 0.625rem;
	}
}

section.disclosure .copy-container .copy-content ul {
	list-style-type: none;
}

section.disclosure .copy-container .copy-content ul li::after {
	content: '';
	display: block;
	position: absolute;
	left: -1rem;
	top: 0.3125rem;
	width: 0.25rem;
	height: 0.25rem;
	background: #2E3239;
}

/*--------------------------------------------------------------
# Plugins  
--------------------------------------------------------------*/
/* Jetpack infinite scroll 
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Custom Styles
--------------------------------------------- */
.flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.w-50 {
	width: 50%;
}

.page-width-margin {
	margin-left: auto;
	margin-right: auto;
	width: 100rem;
	max-width: 100rem;
	min-width: 20.4375rem;
}

@media (max-width: 1920px) {
	.page-width-margin {
		width: unset;
		margin-left: 8.33%;
		margin-right: 8.33%;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) {
	.page-width-margin {
		margin-left: 3.75rem;
		margin-right: 3.75rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) {
	.page-width-margin {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
}

@media (max-width: 1920px) and (max-width: 1450px) and (max-width: 1080px) and (max-width: 768px) {
	.page-width-margin {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
	clip-path: inset(50%);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 0.0625rem;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0.1875rem;
	box-shadow: 0 0.125rem0 0.125rem rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 0.3125rem;
	line-height: normal;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	top: 0.3125rem;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Alignments
--------------------------------------------- */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 75rem;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

/*# sourceMappingURL=style.css.map */