/*!
Theme Name: the-carbon-removers
Theme URI: http://underscores.me/
Author: BushwickDesign
Author URI: https://bushwickdesign.com
Description: Custom theme: the-carbon-removers, developed by BushwickDesign
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-carbon-removers
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.

the-carbon-removers 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;
}

/**
 * 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: 1px 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: -2px;
}

/**
 * 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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
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 {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.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 0 1.5em;
}

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

.faq-layout {
  padding: 0;
  background-color: #000;
  color: #fff;
}
.faq-layout h3 span {
  padding: 0;
}
.faq-layout .faq-header {
  margin-bottom: 3rem;
  text-align: center;
  color: #000;
}
.faq-layout .faq-items {
  max-width: 800px;
  margin: 0 auto;
}
.faq-layout .faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-layout .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  background-color: #FFFF00;
  color: #000;
}
.faq-layout .faq-question h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.faq-layout .faq-question .toggle-answer {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #000;
}
.faq-layout .faq-question .toggle-answer[aria-expanded=true] {
  transform: rotate(180deg);
}
.faq-layout .faq-question .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.faq-layout .faq-answer {
  padding: 0 1rem;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.faq-layout .faq-answer.active {
  padding: 1rem;
  max-height: 1000px;
  opacity: 1;
}
.faq-layout .faq-answer p:last-child {
  margin-bottom: 0;
}

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px 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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

html {
  font-size: 100%;
} /*16px*/
h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2 {
  font-size: 2.441em;
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.563em;
}

h5 {
  font-size: 1.25em;
}

small, .text_small {
  font-size: 0.8em;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

h1, h2, h3, h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
h1 span, h2 span, h3 span, h4 span {
  background-color: #efff00;
  padding: 0.1em 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

h2, h3 {
  font-size: 1.75em;
}

h5 {
  font-size: 1em;
}
h5 a {
  display: inline-block;
}

a {
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}

a:visited {
  color: inherit;
}

ul {
  margin: 2em 0;
  font-size: 1.5em;
  font-weight: 700;
  padding-left: 0;
}

.site-main ul li:not(.fab) {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1.25em;
}
.site-main ul li:not(.fab)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  background-color: #efff00;
  transform: translateY(-50%);
}

.site-main .nf-form-content button,
.site-main .nf-form-content input[type=button],
.site-main .nf-form-content input[type=submit] {
  background-color: #ea6d2d !important;
  border: none !important;
  color: #fff !important;
  padding-right: 15px !important;
  cursor: pointer;
  float: right;
}
.site-main .nf-form-content button:hover,
.site-main .nf-form-content input[type=button]:hover,
.site-main .nf-form-content input[type=submit]:hover {
  background-color: rgb(238.6363636364, 141.2337662338, 91.3636363636) !important;
}

h5 a,
.button,
li a strong,
.site-main .nf-form-content button,
.site-main .nf-form-content input[type=button],
.site-main .nf-form-content input[type=submit] {
  background-color: #ea6d2d;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
}
h5 a:hover,
.button:hover,
li a strong:hover,
.site-main .nf-form-content button:hover,
.site-main .nf-form-content input[type=button]:hover,
.site-main .nf-form-content input[type=submit]:hover {
  color: #fff;
  background-color: rgb(238.6363636364, 141.2337662338, 91.3636363636);
}
h5 a::after,
.button::after,
li a strong::after,
.site-main .nf-form-content button::after,
.site-main .nf-form-content input[type=button]::after,
.site-main .nf-form-content input[type=submit]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 12px solid #fff;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}

li a {
  font-size: 16px;
  text-decoration: none;
}

li a strong {
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  margin-top: 15px;
  display: inline-block;
}

.button-theme-orange h5 a, .button-theme-orange li a strong {
  background-color: #ea6d2d;
  color: #fff;
}
.button-theme-orange h5 a:hover, .button-theme-orange li a strong:hover {
  background-color: rgb(238.6363636364, 141.2337662338, 91.3636363636);
}

.page_header h5 a, .button-theme-black h5 a, .button-theme-white h5 a, .button-theme-black li a strong, .button-theme-white li a strong {
  background-color: transparent;
  color: #ea6d2d;
  border: 2px solid #ea6d2d;
}
.page_header h5 a::after, .button-theme-black h5 a::after, .button-theme-white h5 a::after, .button-theme-black li a strong::after, .button-theme-white li a strong::after {
  border-left-color: #ea6d2d;
}
.page_header h5 a:hover, .button-theme-black h5 a:hover, .button-theme-white h5 a:hover, .button-theme-black li a strong:hover, .button-theme-white li a strong:hover {
  background-color: #ea6d2d;
  color: #fff;
}
.page_header h5 a:hover::after, .button-theme-black h5 a:hover::after, .button-theme-white h5 a:hover::after, .button-theme-black li a strong:hover::after, .button-theme-white li a strong:hover::after {
  border-left-color: #fff;
}

.button-theme-white h5 a, .button-theme-white li a strong, .page_header h5 a {
  background-color: #fff;
}

blockquote {
  font-size: 1.5em;
  letter-spacing: -0.08em;
  line-height: 1.125;
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
}
blockquote::before, blockquote::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("./img/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
}
blockquote::before {
  top: 0;
  left: -60px;
}
blockquote::after {
  bottom: 5px;
  right: -60px;
  transform: rotate(180deg);
}

p span[style*=background-color], li span[style*=background-color] {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

ul.menu li.fa, ul.menu li.fab, ul.menu li.fas, ul.menu li.fa-brands, ul.menu li.fa-solid {
  position: relative;
  display: flex;
  align-items: center;
}
ul.menu li.fa::before, ul.menu li.fab::before, ul.menu li.fas::before, ul.menu li.fa-brands::before, ul.menu li.fa-solid::before {
  cursor: pointer;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  /* 30px */
  height: 40px;
  /* 30px */
  text-decoration: none;
  z-index: 2;
  position: relative;
  pointer-events: none;
  font-size: 25px;
}
ul.menu li.fa a, ul.menu li.fab a, ul.menu li.fas a, ul.menu li.fa-brands a, ul.menu li.fa-solid a {
  font-size: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  border-color: transparent !important;
  border-radius: 50%;
  z-index: 1;
  background-color: #efff00;
}
ul.menu li:not(.fa) a {
  position: relative;
}
ul.menu li:not(.fa) a:hover::after {
  opacity: 1;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section.flex > * {
  flex: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#masthead .container {
  max-width: 768px;
  margin: 4em auto 2em;
}

.page-header.container {
  max-width: 900px;
}

.theme-gray {
  background-color: #c5c5c5;
  color: #000;
}
.theme-gray h1, .theme-gray h2, .theme-gray h3, .theme-gray h4 {
  color: #000;
}

.theme-black {
  background-color: #000;
  color: #fff;
}
.theme-black h1, .theme-black h2, .theme-black h3, .theme-black h4 {
  color: #000;
}
.theme-black .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 1.5%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("./img/lines-white.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100% 100%;
  filter: invert(1);
}

.theme-gray .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 1.5%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("./img/lines-gray.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100% 100%;
}

.theme-white .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 1.5%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("./img/lines-white.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100% 100%;
}

.image-wrapper:first-child::after {
  height: 65px;
}

section .container {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.flex.text-right {
  flex-direction: row-reverse;
}

.show-carbon .image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 60%;
  background-image: url("./img/carbon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.post,
.page {
  margin: 0;
}

/* Masthead */
#site-navigation {
  position: absolute;
  top: 2em;
  right: 2em;
  width: auto;
}

#primary-menu {
  font-size: 0.85em;
}
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.menu-toggle img {
  width: 2em;
}

.custom-logo-link, .site-description {
  display: block;
  max-width: 650px;
  font-size: 1.5em;
  margin: auto;
  text-align: center;
}

.menu-main-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(150%);
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 1.5em;
  width: calc(100% - 3em);
  max-width: 28em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  z-index: 6;
  height: 100%;
  text-align: right;
}
.menu-main-menu-container ul {
  text-align: left;
  width: 100%;
}
.menu-main-menu-container ul a {
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-main-menu-container a, .menu-main-menu-container a:visited {
  color: #000;
  font-size: 1.25em;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  text-transform: initial;
  display: inline-block;
}
.menu-main-menu-container a:hover, .menu-main-menu-container a:visited:hover {
  color: #ea6d2d;
}
.menu-main-menu-container a::after, .menu-main-menu-container a::before, .menu-main-menu-container a:visited::after, .menu-main-menu-container a:visited::before {
  display: none;
}
.menu-main-menu-container ul li {
  padding: 0.75em 0 0;
  margin-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  font-size: 1.5em;
}
.menu-main-menu-container ul li::after {
  display: none !important;
}
.menu-main-menu-container ul ul {
  box-shadow: 0 0.3em 0.3em rgba(0, 0, 0, 0.2);
  float: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu-main-menu-container ul ul a {
  padding: 0 1.5em !important;
}
.menu-main-menu-container ul ul li {
  padding: 0 !important;
  font-size: 0.85em;
}

.toggled .menu-main-menu-container {
  transform: translateX(0);
}

.menu-close-link {
  display: inline-block !important;
  width: 1.5625em;
  height: 1.5625em;
  background-image: url("./img/times.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-menu {
  padding-top: 0 !important;
}

.site-branding {
  width: 100%;
}

.site-description span {
  background-color: #fff !important;
}

#masthead {
  z-index: 6;
}

/* Page Header */
.page_header {
  text-align: center;
  position: relative;
  padding-bottom: 2em;
}
.page_header h1 {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.6;
  margin-top: 1em;
}
.page_header p {
  font-size: 1.5em;
  max-width: 700px;
  margin: auto auto 1em;
}
.page_header h5 {
  margin-bottom: 0;
}

.buttons {
  gap: 0 10px;
  margin-bottom: 1em;
}

.buttons.flex > * {
  flex: 1;
}

.page_header img {
  aspect-ratio: 1.75;
  object-fit: cover;
  position: relative;
}

.page_header .image {
  position: relative;
}
.page_header .image::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 65px;
  background-image: url("./img/lines-white.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100% 100%;
}

.news-and-events-box {
  position: absolute;
  bottom: 0;
  right: 3.5em;
  cursor: pointer;
  width: 300px;
  color: #fff;
  background-color: #000;
  padding: 3px 0;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  text-align: center;
  font-weight: 600;
}
.news-and-events-box .header {
  font-size: 1.25em;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
  justify-content: space-between;
  position: relative;
  font-weight: 600;
  padding: 0.5em calc(12px + 0.5em);
}
.news-and-events-box .header::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 12px solid #ea6d2d;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}
.news-and-events-box.opened .header::after {
  transform: translateY(-50%) rotate(90deg);
}
.news-and-events-box:hover > div {
  color: #efff00;
}
.news-and-events-box.opened:hover > div {
  color: #efff00;
}
.news-and-events-box.opened > div:hover {
  color: #efff00;
}

.news-and-events-box {
  z-index: 4;
}

.news-and-events-item.flex {
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  padding: 12px 12px 12px 2.5em;
}
.news-and-events-item.flex::before {
  content: "";
  position: absolute;
  left: 0;
  left: 15px;
  top: 23px;
  width: 12px;
  height: 12px;
  background-color: #efff00;
  transform: translateY(-50%);
}
.news-and-events-item.flex:last-child {
  margin-bottom: 20px;
}
.news-and-events-item.flex .excerpt a {
  color: #fff !important;
  text-decoration: none;
  margin: 0;
}
.news-and-events-item.flex .excerpt a:hover {
  color: #efff00 !important;
}
.news-and-events-item.flex .excerpt a p {
  margin: 0;
}

.news-and-events-box.opened .header {
  border-bottom: 1px solid #fff;
}

.news-and-events-item.flex {
  flex-direction: column;
  text-align: left;
  padding-bottom: 10px;
  margin-top: 10px;
}

.news-and-events-item.flex .excerpt a:last-child {
  color: #ea6d2d !important;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
}
.news-and-events-item.flex .excerpt a:last-child::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 4.5px solid #ea6d2d;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}

/* Images with Content */
.images-with-content .section:not(:last-child) {
  margin-bottom: 4em;
}
.images-with-content .flex {
  align-items: stretch;
}
.images-with-content .flex > :first-child {
  padding-right: 3em;
}
.images-with-content .flex.text-right > :first-child {
  padding-right: 0;
  padding-left: 3em;
}
.images-with-content .content {
  align-self: center;
}
.images-with-content .images {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images-with-content .images .image-wrapper:first-child {
  width: 100%;
  aspect-ratio: 1.75;
}
.images-with-content .image-wrapper {
  position: relative;
}
.images-with-content .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.images-with-content footer {
  background-color: yellow;
  max-width: 900px;
  color: #000;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  padding: 1.25em;
  margin: auto;
  line-height: 1.33;
}
.images-with-content footer p:first-child {
  margin-top: 0;
}
.images-with-content footer p:last-child {
  margin-bottom: 0;
}
.images-with-content footer blockquote + p {
  font-weight: 400;
  letter-spacing: -0.06em;
}

.images-with-content .image-wrapper:not(:first-child) {
  width: calc(50% - 0.5em);
  margin-top: 1em;
  aspect-ratio: 1.25;
}

.images-with-content .images.small-images .image-wrapper:first-child {
  width: 50%;
  aspect-ratio: 1;
}

.images-with-content .images.small-images .image-wrapper:nth-child(2) {
  margin-top: 0;
}

.images-with-content .images.small-images .image-wrapper {
  width: calc(50% - 2em);
}

/* Video with Content */
.video_with_content {
  position: relative;
}

.video-with-content .video-source {
  position: absolute;
  top: 3em;
  right: 2em;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.video-with-content .video-source p {
  margin: 0;
  font-size: 1em;
}
.video-with-content p {
  font-size: 1.5em;
  font-weight: 700;
}
.video-with-content .flex {
  align-items: stretch;
}
.video-with-content .flex > :first-child {
  padding-right: 3em;
}
.video-with-content .flex.text-right > :first-child {
  padding-right: 0;
  padding-left: 3em;
}
.video-with-content .content {
  align-self: center;
}
.video-with-content .video-wrapper {
  position: relative;
  width: 100%;
}
.video-with-content .video-wrapper .video-embed {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.66;
}
.video-with-content .video-wrapper .video-embed iframe {
  width: 100%;
  height: 100%;
}
.video-with-content .video-wrapper .video-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1.66;
}
.video-with-content .video-wrapper .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-with-content .video-wrapper .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.video-with-content .video-wrapper .video-thumbnail .play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-with-content .video-wrapper .video-thumbnail .play-button svg circle {
  fill: #efff00;
}
.video-with-content .video-wrapper .video-thumbnail .play-button svg path {
  fill: #000;
}
.video-with-content .video-wrapper .video-source {
  margin-top: 1em;
  font-size: 0.9em;
  color: #666;
}

/* Partner Logos */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 5fr);
  margin-top: 1em;
  margin-bottom: 4em;
}

/* Infographic */
.infographic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #4B4B4B;
}
.infographic section {
  padding: 2.5em 0;
}
.infographic .content-item p:last-child {
  margin-bottom: 0;
}

.infographic-mobile-content img {
  display: none;
}

.infographic-mobile-content {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  color: #efff00;
  margin-top: 2em;
  margin-bottom: 0;
}

/* Call to Action */
.call-to-action {
  min-height: 40em;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.call-to-action .content {
  background-color: yellow;
  max-width: 768px;
  color: #000;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  padding: 1.25em;
  margin: auto;
  line-height: 1.33;
}
.call-to-action .content p:first-child {
  margin-top: 0;
}
.call-to-action .content p:last-child {
  margin-bottom: 0;
}
.call-to-action .content blockquote + p {
  font-weight: 400;
  letter-spacing: -0.06em;
}

/* Footer */
#colophon {
  background-color: #000;
  color: yellow;
  font-weight: 700;
  font-size: 1.25em;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}
#colophon::after {
  content: "";
  position: relative;
  width: calc(100% + 4em);
  height: 100px;
  left: -2em;
  background-image: url("./img/lines-white.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
  display: block;
}
#colophon .site-info {
  padding-bottom: 1em;
}
#colophon .footer-content.flex {
  align-items: flex-start;
}
#colophon a {
  text-decoration: none;
  color: #efff00;
}

#social-menu, #get-in-touch-menu {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 10px;
}

#get-in-touch-menu li {
  padding: 0;
  margin: 0;
  color: #000;
}

.home .panel:last-child .content {
  margin-left: 7.5%;
}

/* Arrows */
.arrows {
  padding-top: 3em;
  padding-bottom: 3em;
}

.arrows-grid {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  margin: auto;
  width: 100%;
  margin: 4em auto;
}

.arrow {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.arrow-inner {
  background-image: url("./img/arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-size: 1.75em;
  text-align: center;
  line-height: 1.25;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}
.arrow-inner:hover {
  transform: scale(1.05);
}

.dropdown-content {
  text-align: center;
  padding: 1em;
}
.dropdown-content > *:last-child {
  margin-bottom: 0;
}

.images-with-content .header {
  padding-bottom: 1em;
}

.page-id-97 .images-with-content .flex {
  align-items: flex-start;
}

.images-with-content .image-caption {
  position: absolute;
  bottom: -40px;
}

.page-id-97 .images-with-content .images .image-wrapper:first-child {
  width: 100%;
  aspect-ratio: 1.5;
}

.page-id-97 #panel-5 p {
  font-weight: 600;
  font-size: 1.5em;
}

.page-id-97 #panel-6 p {
  font-size: 1.5em;
  font-weight: 600;
}

.page-id-97 #panel-6 .images-with-content .image-wrapper img {
  object-fit: contain;
}

.hide-lines .image-wrapper:first-child::after {
  display: none;
}

.page-id-97 #panel-6 .images-with-content .flex {
  align-items: stretch;
}

/* Standard Content */
.standard_content .content > :first-child {
  margin-top: 0;
}

.standard_content .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.standard_content .container ul {
  max-width: 900px;
  margin: 2em auto 0;
}
.standard_content .container .content > :last-child, .standard_content .container li:last-child {
  margin-bottom: 0;
}

/* Team */
.team .container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.team .container h2 {
  margin-bottom: 1.5em;
}

.team p {
  font-size: 1.5em;
  font-weight: 600;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 50px 30px;
}

.bio-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.bio-content {
  background-color: white;
  padding: 20px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.close-bio {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

.team-member-info.flex {
  align-items: flex-start;
  margin-top: 5px;
}

.team-member .name {
  font-weight: 600;
  font-size: 1.125em;
}

.view-bio {
  color: #000;
  font-size: 0.9em;
}

.team-member .title {
  font-size: 0.9em;
  font-weight: 600;
}

.team-member .right a {
  border-radius: 50%;
  background-color: yellow;
  color: #000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.8em;
}

.bio p {
  font-size: 1em;
  font-weight: normal;
}

.images-with-content p {
  font-size: 1.25em;
}

.images-with-content h2:first-child, .images-with-content h3:first-child {
  margin-top: 0;
}

/* News */
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 3.5em 0 0;
}

.news-item {
  display: flex;
  align-items: stretch;
}

.news-thumbnail {
  flex: 0 0 auto;
  margin-right: 15px;
}

.news-content {
  flex: 1 1 auto;
}

.news-thumbnail {
  width: 50%;
  position: relative;
}

.news-thumbnail img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 2;
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news-content a {
  color: #ea6d2d !important;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
  font-weight: 600;
}
.news-content a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 4.5px solid #ea6d2d;
  transition: all linear 0.175s;
  -webkit-transition: all linear 0.175s;
  -moz-transition: all linear 0.175s;
}

.news {
  padding: 2em 0 4em;
}

/* Get in Touch */
.get_in_touch {
  background-color: #000;
  padding: 2em;
}
.get_in_touch a, .get_in_touch a:visited {
  color: #000;
}

.get_in_touch .flex {
  align-items: stretch;
  gap: 0 40px;
  padding-top: 2em;
}

.get_in_touch .flex > * {
  width: 50%;
  background-color: #fff;
  padding: 1.5em;
}

.get_in_touch h3 span {
  background-color: transparent;
  padding: 0;
}

.get_in_touch h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.get-in-touch-layout.container {
  max-width: 1024px;
}

.nf-form-title {
  display: none;
}

.nf-form-fields-required {
  display: none;
}

.site-main .nf-form-content .list-select-wrap .nf-field-element > div,
.site-main .nf-form-content input:not([type=button]),
.site-main .nf-form-content textarea {
  background: #fff;
  border: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000;
}
.site-main .nf-form-content .list-select-wrap .nf-field-element > div::placeholder,
.site-main .nf-form-content input:not([type=button])::placeholder,
.site-main .nf-form-content textarea::placeholder {
  opacity: 1;
  color: #000;
}

.column-content-1 {
  display: flex;
  flex-direction: column;
}
.column-content-1 p {
  margin-top: 0;
}
.column-content-1 .menu-social-menu-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home #panel-6 .image-wrapper:first-child::after {
  height: 50px;
}

html.sr .load-hidden {
  visibility: hidden;
}

html.sr h1, html.sr h2 span {
  position: relative;
  overflow: hidden;
}
html.sr h1::before, html.sr h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 1s ease;
}
html.sr h1.is-revealed::before, html.sr h2 span.is-revealed::before {
  transform: translateX(5%);
}

.wp-singular .post-thumbnail {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .wp-singular .post-thumbnail {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* 404 Error Page */
.error-404 {
  padding: 4em 0 6em;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.error-404 .container {
  max-width: 1000px;
}

.error-404-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-404-text {
  max-width: 600px;
}

.error-404 .page-title {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #333;
  line-height: 1.2;
}

.error-404 .error-code {
  font-size: 8em;
  font-weight: 800;
  margin: 0;
  color: #ea6d2d;
  line-height: 0.8;
  opacity: 0.9;
  background: transparent;
}

.error-404 .error-description {
  font-size: 1.3em;
  margin: 1.5em 0 2.5em;
  color: #555;
  line-height: 1.6;
  max-width: 600px;
}

.error-404 .helpful-links h3 {
  font-size: 1.3em;
  margin: 0 0 1em;
  color: #333;
  font-weight: 600;
}

.error-404-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.error-404-nav li {
  margin: 0;
}
.error-404-nav a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  position: relative;
}
.error-404-nav a:hover {
  color: #ea6d2d;
}
.error-404-nav a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ea6d2d;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
.error-404-nav a:hover::after {
  width: 100%;
}

/* 404 Page Responsive Design */
@media screen and (max-width: 768px) {
  .error-404 .page-title {
    font-size: 2em;
  }
  .error-404 .error-code {
    font-size: 6em;
  }
  .error-404-nav ul {
    justify-content: center;
    flex-direction: column;
    gap: 15px 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .error-404 {
    padding: 2em 0 4em;
  }
  .error-404 .page-title {
    font-size: 1.6em;
  }
  .error-404 .error-code {
    font-size: 4em;
  }
  .error-404 .error-description {
    font-size: 1.1em;
  }
}
.error-code span {
  background-color: transparent !important;
}

ul#menu-main-navigation {
  margin-left: 0;
  margin-right: 0 !important;
}

@media screen and (max-width: 1240px) {
  .site-main .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .page_header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .video-with-content .video-source {
    position: relative;
    top: initial;
    right: initial;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .video-with-content .flex {
    align-items: center;
  }
}
@media screen and (max-width: 1166px) {
  .site-main h1 span,
  .site-main h2 span,
  .site-main h3 span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-main h1 br,
  .site-main h2 br,
  .site-main h3 br {
    display: none;
  }
  .call-to-action {
    background-position: right center;
  }
  .home .panel:last-child .content {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .home .page-header.container {
    padding-bottom: 3em;
  }
  .news-and-events-box {
    right: 1em;
  }
  .images-with-content .flex {
    align-items: flex-start;
  }
  .footer-content.flex {
    flex-direction: column;
  }
  .footer-content.flex > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-inner {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }
  .team-members {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
  }
  .team p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 900px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.53;
  }
  .site-header,
  .container, .page_header .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .buttons.flex {
    flex-direction: column;
    gap: 10px 0;
  }
  .buttons.flex > * {
    flex: 1;
    width: 100%;
  }
  .images-with-content .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .images-with-content .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
  }
  .images-with-content .images {
    margin-bottom: 3em;
  }
  .images-with-content .flex > :first-child {
    padding-right: 0;
  }
  .images-with-content p {
    font-size: 1em;
  }
  .images-with-content footer br {
    display: none;
  }
  .images-with-content .image-caption {
    position: absolute;
    bottom: initial;
  }
  blockquote {
    font-size: 1.25em;
  }
  blockquote::before,
  blockquote::after {
    width: 30px;
    height: 30px;
  }
  .section.flex.text-right {
    flex-direction: column-reverse;
  }
  .images-with-content .flex.text-right > :first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .images-with-content .content {
    width: 100%;
  }
  .video-with-content .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .video-with-content .flex > :first-child {
    padding-right: 0;
  }
  .video-with-content .flex.text-right > :first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .video-with-content .content {
    width: 100%;
  }
  .video-with-content .video-wrapper {
    margin-bottom: 3em;
  }
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 3fr);
  }
  .call-to-action {
    min-height: 30em;
  }
  .page-header p:last-child {
    margin-bottom: 0;
  }
  .infographic-desktop {
    display: none;
  }
  .infographic-mobile-content img {
    display: block;
  }
  .infographic-mobile-content {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    margin: auto;
    gap: 40px 0;
  }
  .infographic-mobile-content img {
    display: block;
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
    margin: auto;
  }
  .arrow-inner {
    font-size: 1.25em;
  }
  .arrows-grid {
    display: flex;
    flex-direction: column;
  }
  .arrow {
    width: 250px;
    margin: 0 auto 2em;
  }
  .arrows-grid {
    margin-bottom: 0;
  }
  .page-id-97 #panel-5 p {
    font-weight: 600;
    font-size: 1.25em;
  }
  .page-id-97 #panel-6 p {
    font-size: 1.25em;
  }
  .team-members {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  .news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 3.5em 0 0;
  }
  .news-thumbnail {
    width: 40%;
    position: relative;
  }
  .get_in_touch .flex {
    flex-direction: column;
    gap: 40px 0;
  }
  .get_in_touch .flex > * {
    width: 100%;
    background-color: #fff;
    padding: 1em;
  }
  .get_in_touch {
    background-color: #000;
    padding: 2em 0;
  }
}
@media screen and (max-width: 600px) {
  #site-navigation {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .menu-main-menu-container {
    max-width: 90%;
    width: 90%;
  }
  .menu-close-link {
    left: 0;
    position: relative;
  }
  .page_header .image::after {
    height: 30px;
  }
  h1 br {
    display: none;
  }
  h1 span, h2 span, h3 span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page_header p {
    font-size: 1.25em;
  }
  ul {
    font-size: 1.25em;
  }
  .news-and-events-box {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2em);
  }
  .images.small-images {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .images-with-content .images.small-images .image-wrapper:first-child {
    width: 100%;
    aspect-ratio: 1;
  }
  .images-with-content .images.small-images .image-wrapper {
    width: 100%;
  }
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  .call-to-action .content {
    font-size: 1em;
  }
  .bio-content {
    background-color: white;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    margin-left: -3%;
  }
  .team p {
    font-size: 1em;
  }
  .news-item {
    flex-direction: column;
  }
  .news-thumbnail {
    width: 100%;
    position: relative;
  }
  .news-content {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .site-header,
  .site-main .container {
    padding-left: 1em;
    padding-right: 1em;
  }
  h2,
  h3 {
    font-size: 1.5em;
  }
  .images-with-content footer {
    padding: 0.5em;
  }
  blockquote {
    margin-left: 30px;
    margin-right: 30px;
  }
  blockquote::before,
  blockquote::after {
    width: 15px;
    height: 15px;
    left: -30px;
  }
  blockquote::after {
    left: initial;
    right: -30px;
  }
  .home #panel-8 .call-to-action {
    background-position: 90%;
  }
  .team-members {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
