/*!
Theme Name: eventhorizon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: eventhorizon
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.

eventhorizon 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
--------------------------------------------- */

.no-display {
	display: none !important;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	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. */
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 970px) {

	.menu-toggle {
		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 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;
}

/* 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 {

	
	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--- CUSTOM STYLES -- NO OXYGEN -- */


body {
	overflow-x: hidden;
}

.site-header{
	background-image: url(/wp-content/uploads/2025/01/Header_Vector-1.png);
	background-size: cover;
	background-position: center bottom;
}

.frontpage-site-header {
	background: url(/wp-content/uploads/2025/01/Header_Vector_1-scaled.webp);
	height: 900px;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 10em;
}

.frontpage-site-header video {
	border-radius: 0rem 0rem 1.125rem 1.125rem;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
}

.site-header > div, footer > div, .frontpage-site-header > div, footer > div {
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 4rem;
    padding-right: 1rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
	display: flex;
}

.rotator-video {
	width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0 !important;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center !important;
	align-items: flex-start !important;
	pointer-events: none;
}

.main-title {
	font-family: 'neugen', Verdana, Geneva, Tahoma, sans-serif;
    padding: 0rem !important;
    text-align: center;
    /*font-size: 11vw;*/
	font-size: 212px;
	color: #fff;
	position: absolute;
	top: -54px;
	z-index: 1;
	left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
	justify-content: center !important;
	align-items: center !important;
}

.main-title h1 {
	font-weight: 100;	
}

.main-title h1 span {
	color: transparent;
	-webkit-text-stroke: 2px white;
	display: inline-block;
	padding-left: 1rem;
	letter-spacing: 1rem;
}

.site-header > div > div, footer > div >  div > div:first-of-type, .frontpage-site-header > div > div, footer > div >  div > div:first-of-type  {
	width: 50%;
	max-width: 255px;
}

.site-description {
	font-size: 14px;
    font-family: 'IBMPlexSans-Text';
    color: #ffffff;
    font-weight: 100;
    width: 16rem;
    line-height: 1.25;
    margin-top: 26px;
}

nav {
	flex-direction: row;
    display: flex;
    justify-content: space-between;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 10;
    align-items: flex-start;
	position: relative;
	width: 60% !important;
}

nav ul#primary-menu li a {
	font-size: 16px;
	font-weight: 600 !important;
}

nav > div > ul#primary-menu  {
	width: 100%;
	justify-content: space-between;
} 

nav ul#primary-menu  li:nth-child(1):hover .sub-menu{
	left: -2px;
    right: unset;
}

nav ul#primary-menu  li:nth-child(2):hover .sub-menu{
	left: -138px;
    right: unset;
}

nav ul#primary-menu  li:nth-child(3):hover .sub-menu {
    left: unset;
    right: -183px;
}

nav ul#primary-menu  li:nth-child(4):hover .sub-menu {
	left: unset;
    right: -2px;
}

nav ul#primary-menu  li {
	box-sizing: border-box;
    display: flex;
    flex-direction: row;
	border: 2px solid transparent;
	position: relative;
    text-decoration: none;
    border-radius: 8px;
    transition-duration: 200ms;
    margin-right: .75rem;
	text-align: center;
	font-size: 1.05rem;
}

nav ul#primary-menu  li a {
	color: #fff !important;
	padding:  0.6rem 1.5rem; 
	font-weight: 500;
	font-family: 'IBMPlexSans';
}

.sub-menu li {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-menu li a {
	width: auto !important;
	padding: 0.6rem 2rem;
}
nav > div > ul#primary-menu  > li:last-of-type, .sub-menu li:last-of-type {
	margin-right: 0rem !important;
}

nav > div > ul#primary-menu  > li:hover , nav > div > ul#primary-menu > li .sub-menu li:hover{
	border-color: #fff;
	background-color: #fff;
}

nav > div > ul#primary-menu  > li:hover > a, nav ul#primary-menu  li .sub-menu li:hover > a {
	color: #111 !important;
}

nav ul#primary-menu  li:hover .sub-menu li {
	border-color: #fff;
}

nav ul li ul { 
    position: absolute;
    left: -2px;
    width: max-content;
    padding-top: 1rem;
    display: flex;
    transition: visibility 0s, opacity .3s ease;
}

.menu > ul > li:last-of-type {
	display: none;
}

nav > div > ul > li::before {
	display: block;
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: -23px;
    left: -23px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom-right-radius: 8px;
    transition: border-color .7s ease;
}

nav > div > ul > li:hover::before, .sub-menu:hover li:last-of-type:before {
	border-color: #c62d1f
}

.sub-menu li:last-of-type::before {
	display: block;
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: -23px;
    right: -23px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top-left-radius: 8px;
    transition: border-color .7s ease;
}

footer {
	background-image: url(/wp-content/uploads/2025/01/footer_background-scaled.webp);
	background-size: cover;
	background-position: top center;
	padding-top: 2em;
}

footer > div {
	display: flex;	
}

footer > div > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

footer > div > div > div:last-of-type{
	width: 60%;
	display: flex;
	padding: 0;
	padding-top: 1em;
}

.footer-nav > div {
	width: 100%;
}

.footer-nav .menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer-nav .menu > li {
	list-style: none;
	display: flex;
	flex-direction: column;
}

.footer-nav .menu > li a {
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}

.footer-nav .menu > li:hover > a,  .sub-menu > li:hover > a {
	color: #ec2e11;
}

.footer-nav .menu > li > a {
	margin-bottom: 0.6em;
}

.footer-nav .menu > li .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
}

.footer-nav .menu > li .sub-menu li {
	justify-content: flex-start;
}

.footer-nav .menu > li .sub-menu li a {
	padding: 0;
	margin-bottom: 0.2em;
	font-weight: 200;
}

.site-branding a {
	text-decoration: none;
}

.intro-title {
	font-family: 'IBMPlexSans';
    color: #c62d1f;
    font-size: 4rem;
    font-weight: 100;
    letter-spacing: -2px;
    margin-bottom: 2rem;
	margin-top: 0em;
	line-height: 4rem;
}

.intro-content {
	font-family: 'IBMPlexSans-Text';
    font-size: 1.4rem;
    line-height: 1.414;
    margin-bottom: 1rem;
    color: #6b5d5d;
}

.section-title {
	font-family: 'IBMPlexSans';
    font-weight: 800;
    color: #373737;
    font-size: 4rem;
    margin-bottom: 1.7rem;
	margin-top: -24px;
    letter-spacing: -2px;
    line-height: 1;
}

.section-title-2 {
	font-family: 'IBMPlexSans';
    color: #c62d1f;
    font-size: 4rem;
    font-weight: 100;
    letter-spacing: -2px;
    margin-bottom: 1.4rem;
	margin-top: -0.4em;
}

.section-title-small, .text-centered-section h3 {
	font-family: 'IBMPlexSans';
    font-size: 1.375rem;
    color: #373737;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.414;
    margin-bottom: 1rem;
	margin-top: -0.6em;
}


.section-intro > div, .left-wide-image-section > div, .right-wide-image-section > div, .video-section > div, .quote-section > div, .tabs-section > div, .section-intro-2 > div, .text-columns-section > div, .slider-section > div, .right-list-with-text-section > div, .grid-with-text-section > div, .form-section > div, .left-small-image-section > div, .grid-with-text-and-icons-section > div{
	/*border: 1px solid red;*/
	display: flex;
	padding: 96px 1rem 300px 1rem;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
    justify-content: center;
	position: relative;
	flex-wrap: wrap;
	
}

.section-intro, .left-wide-image-section, .right-wide-image-section, .video-section, .quote-section, .tabs-section, .section-intro-2, .slider-section, .grid-with-text-section, .form-section, .left-small-image-section{
	z-index: 4;
}

.text-columns-section {
	z-index: 1;
	margin-top: -150px;
}

.text-columns-section {
	background-color: #e2e2e2;
}

.text-columns-section table {
	text-align: left;
	border-collapse: collapse;
}

.text-columns-section table tr {
	border-bottom-color: #c4c4c4;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.text-columns-section table td, .text-columns-section table th {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.text-columns-section table th:last-of-type, .text-columns-section table td:last-of-type  {
	padding-left: 1rem;
}


.ct-div-block {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.slider-section > div {
	width: 100%;
	height: 800px;
	padding: 1rem;
	margin-bottom: 2.5rem;
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
}

.left-wide-image-section > div, .right-wide-image-section > div, .video-section > div, .tabs-section > div, .section-intro.regular-padding > div, .section-intro-2 > div, .right-list-with-text-section > div, .grid-with-text-section > div, .form-section > div, .left-small-image-section > div, .grid-with-text-and-icons-section > div{
	padding: 48px 1rem 48px 1rem;
}


.grid-with-text-section > div > div {
	display: flex;
	justify-content: center;
    /*align-items: flex-start;*/
}

.grid-with-text-section > div > div > a {
	width: 25%;
	text-decoration: none;
	padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
	/*border-top: 3px solid rgba(196,196,196,0.4);	*/
}

/*
.grid-with-text-section > div > div:nth-child(3) a:nth-child(2){
	
	border-left: 3px solid rgba(196,196,196,0.4);	
	border-right: 3px solid rgba(196,196,196,0.4);	
	
}
*/
.grid-with-text-section > div > div > a:nth-child(4), .grid-with-text-section > div > div > a:nth-child(2) {
	border-left: 3px solid rgba(196,196,196,0.4);	
	border-right: 3px solid rgba(196,196,196,0.4);	
}

.grid-with-text-section > div > div  h4 {
	text-transform: uppercase;
}

.grid-with-text-and-icons-section > div > div {
	display: flex;
	width: 100%;
	gap: 1rem;
}

.grid-with-text-and-icons-section > div > div img {
	width: 100px;
    height: 100px;
}

.grid-with-text-and-icons-section > div > div > div {
	width: 25%;
	border-right: 3px solid rgba(196,196,196,0.4);
}

.grid-with-text-and-icons-section > div > div > div:last-of-type {
	border-right: none;
}

.grid-with-text-and-icons-section > div > div > div > div {
	width: 90%;
}

.grid-with-text-and-icons-section > div > div h4 {
	font-family: 'IBMPlexSans';
    font-size: 1.375rem;
    color: #373737;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.414;
    margin-bottom: 1rem;
}

.grid-with-text-and-icons-section > div > div p {
	margin-bottom: 0px;
	font-family: 'IBMPlexSans';
}


.grey-border-top > div a{
	border-top: 3px solid rgba(196,196,196,0.4);
}


.text-columns-section > div {
	padding: 100px 1rem 100px 1rem;
}

.text-columns-section > div > div {
	display: flex;
	flex-direction: row;
	gap: 1em;
	justify-content: space-between;
	align-items: flex-start;
}

.text-columns-section > div > div > div {
	width: 33%;
}

.text-columns-section > div > div > div {
	padding: 1rem
}

section ul, .text-columns-section > div > div > div ul {
	margin-left: 0px;
}

.video-section > div {
	padding-bottom: 118px;
}
.quote-section > div {
	padding-top: 310px;
    padding-bottom: 170px;
}

.left-wide-image-section > div > div, .section-intro > div > div:first-of-type, .section-intro-2 > div > div:first-of-type, .right-list-with-text-section > div > div:first-of-type, .form-section > div > div:first-of-type, .left-small-image-section > div > div:first-of-type {
	padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.text-columns-section > div > div > div:first-of-type {
	padding-left: 0;
}

.left-wide-image-section > div > div:last-of-type > div, .right-wide-image-section > div > div:first-of-type > div{
	padding: 1rem;
}

.right-wide-image-section > div > div:first-of-type > div {
	padding-left: 0rem;
}

.right-wide-image-section > div > div, .section-intro > div > div:last-of-type, .section-intro-2 > div > div:last-of-type, .right-list-with-text-section > div > div:last-of-type, .form-section > div > div:last-of-type, .left-small-image-section > div > div:last-of-type {
	padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.text-columns-section > div > div:last-of-type {
	padding-right: 0;
}

.right-wide-image-section {
	overflow: hidden;
}

.section-intro > div > div:first-of-type, .left-wide-image-section > div > div:first-of-type, .right-wide-image-section > div > div:last-of-type, .right-list-with-text-section > div > div:last-of-type, .left-small-image-section > div > div:last-of-type {
	width: 60%;
}

.section-intro > div > div:last-of-type, .left-wide-image-section > div > div:last-of-type, .right-wide-image-section > div > div:first-of-type, .right-list-with-text-section > div > div:first-of-type, .left-small-image-section >div > div:first-of-type {
	width: 40%;
}

.section-intro-2 > div > div{
	width: 50%;
}

.form-section > div > div {
	width: 40%;
}

.image-container {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	position: relative;
    text-align: right;
    width: 100%;
}

.ct-image {
	max-width: 100%;
}

.image-corners {
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    width: 100%;
    object-fit: cover;
}

.post-images, .post-images-inverse{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	position: relative;
}

.post-images .post-main {
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    position: static;
    /*width: 533px;*/
	width: 65%;
    object-fit: cover;
}

.post-images .post-second-left {
	/*width: 280px;*/
	width: 30%;
   /* height: 30rem;*/
    border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    margin-left: 2rem;
    object-fit: cover;
}

.post-images-inverse .post-main {
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    position: static;
    /*width: 280px;*/
	width: 30%;
    object-fit: cover;
}

.post-images-inverse .post-second-left {
	/*width: 533px;*/
	width: 65%;
    /*height: 30rem;*/
    border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    margin-left: 2rem;
    object-fit: cover;
}

.post-images, .post-images-inverse, .post-images .post-main, .post-images-inverse .post-main, .post-images-inverse .post-second-left, .ct-image {
	height: 30rem;
}

.section-intro .section-image img, .section-intro-2 .section-image img {
	height: auto !important;
}

.video-section > div > div {
	padding: 0px;
	position: relative;
}

.video-section > div > div >div:first-of-type {
	width: 100%;
	max-width: 1000px;
}

.video-section > div > div {
	width: 100%;
	max-width: 1000px;
}

.video-section > div > div > div > iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
}

.giant-leaps {
	margin-top: 3rem;
    position: absolute;
    z-index: -2;
    left: 600px;
    width: 1000px;
	top: 350px;
	height: auto;
}

.orbital-map {
    opacity: .35;
    position: absolute;
    min-width: 800px;
    bottom: -150px;
    z-index: -10;
}

.body-copy {
	font-family: IBMPlexSans-Text;
    font-size: 1rem;
    color: #373737;
    font-weight: 400;
    line-height: 1.414;
    text-align: left;
    margin-bottom: 1.5rem;
}

.body-copy h4 {
	font-size: 1.375rem;
}


.large-copy {
	font-family: 'IBMPlexSans-Text';
    font-size: 1.4rem;
    line-height: 1.414;
    margin-bottom: 1rem;
    color: #6b5d5d;
}

.quote-content {
	padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
    border-radius: 1.125rem;
    position: relative;
    padding-left: 6rem;
    padding-right: 6rem;
}

.quote-container {
	position: relative;
    width: 1000px;
    text-align: center;
}

.employee-image {
    width: 25rem;
    position: absolute;
    height: 25rem;
    border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    top: -274px;
    left: -150px;
}

.quote-content > div {
	font-family: 'IBMPlexSans-Text';
    color: #c62d1f;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.414;
    margin-bottom: 1rem;
    margin-left: .6rem;
    text-align: left;
}

.tabs-container {
	width: 70%;
}

.tabs-container > div{
	flex-direction: row;
    display: flex;
    padding-left: 25px;
    border-bottom-style: none;
    border-bottom-width: 3px;
    border-bottom-color: #373737;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    width: 100%;
    /*justify-content: flex-start;*/
	justify-content: space-around;
    flex-wrap: nowrap;
    text-align: left;
}
/*
.page-id-312 .tabs-container > div, .page-id-121 .tabs-container > div, .page-id-314 .tabs-container > div{
	justify-content: space-around;
}
*/

.tab {
	font-family: IBMPlexSans;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-radius: 0px;
    z-index: 1;
    text-align: center;
	padding-left: 1rem;
	padding-right: 1em;
}

.tab::before {
	content: "";
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
	overflow: hidden;
    visibility: hidden;
	font-size: 1.4rem;
}

.tab-title {
	font-family: IBMPlexSans;
    font-size: 1.375rem;
	font-weight: 500;
	color: #c62d1f;
    -webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
	padding: 0;
	line-height: 1em;
	overflow: hidden;
}

.tab:hover .tab-title {
    font-weight: 800;
    letter-spacing: 0px;
}

.active-tab {
	padding-top: 1rem;
    padding-bottom: 1.2rem;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding-right: 2rem;
    padding-left: 2rem;
    background-color: #c62d1f;
    position: relative;
	max-width: 370px !important;
}

.tab-image-container {
	padding-left: 0 !important;
}

.active-tab::before {
	position: absolute;
    bottom: 0px;
    right: -24px;
    width: 24px;
    height: 24px;
    background-color: #c62d1f;
    z-index: 0;
    content: "";
}

.active-tab::after {
	background-color: #c62d1f;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    bottom: 0px;
    z-index: -1;
    content: "";
}

.active-tab-title {
	font-family: IBMPlexSans;
    font-size: 1.375rem;
    font-weight: 800;
    color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
	
}

.active-tab-title::before {
	position: absolute;
    bottom: 0px;
    right: -48px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 48px;
    content: "";
}

.active-tab-title::after {
	background-color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    position: absolute;
    bottom: 0px;
    left: -48px;
    content: "";
}

.text-centered-section {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.text-centered-section {
	margin-top: 2rem;
    margin-bottom: 4rem;
}

.text-centered-section > div {
	width: 50%;
	max-width: 730px;
	margin: 0 auto;
	padding: 1rem;
}

.centered-images-section > div {
	width: 70.00%;
	max-width: 1000px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    text-align: justify;
	margin: 0 auto;
}

.centered-images-section .post-main {
	width: 65%;
}

.centered-images-section .post-second-left {
	width: 32%;
}

.centered-images-section img {
	/*height: 25rem;*/
}

.ct-link {
	display: inline-block;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: fit-content;
	/*overflow: hidden;*/
	max-width: 338px;
}

.quote-content > div:last-of-type {
	font-weight: 800;
    text-align: right;
    margin-left: auto;
	margin-bottom: 0;
}

.quote-content::before {
	width: 80px;
    height: 80px;
    position: absolute;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: rgba(196, 196, 196, 0.4);
    border-left-color: rgba(196, 196, 196, 0.4);
    border-left-width: 3px;
    border-left-style: solid;
    border-bottom-left-radius: 1.125rem;
    top: -75px;
    right: -75px;
    content: "";
}

.quote-content::after {
	width: 60px;
    height: 60px;
    border-radius: 1.125rem;
    display: block;
    position: absolute;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 1.125rem;
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-color: rgba(196, 196, 196, 0.4);
    border-top-style: solid;
    border-right-color: rgba(196, 196, 196, 0.4);
    border-right-style: solid;
    bottom: -55px;
    left: -55px;
    content: "";
    content: "";
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slider-content-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	
}

.slide-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
	background-position: center;
}

.slide-title {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    border-bottom-color: #c62d1f;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
}

.slide-title h2 {
	font-family: 'IBMPlexSans';
    font-weight: 800;
    color: #373737;
    font-size: 4rem;
    margin-bottom: 1.7rem;
    margin-top: 24px;
    letter-spacing: -2px;
    line-height: 1;
}


.page-id-97 .slide-title h2, .page-id-118 .slide-title h2 {
	color: #fff !important;
}

.page-id-131 .right-wide-image-section {
	margin-bottom: 8rem;
}

.slide-content {
	width: 800px;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 1.125rem;
    border-top-right-radius: 1.125rem;
    backdrop-filter: blur(6px);
	margin: 0px auto;
	left: 0;
	right: 0;
}

.slide-content p, .slide-content ul {
	font-family: 'IBMPlexSans-Text';
    font-size: 1.4rem;
    line-height: 1.414;
    margin-bottom: 1rem;
	color: #fff;;
}

.slick-dots {
	position: absolute;
	bottom: 0px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1.5em;
	padding: 1em;
}

.slick-dots button {
	display: none;
	cursor: pointer;
}

li.slick-active::marker {
	color: #fff !important;
}

.slick-list, .slick-track {
	height: 100%;
}
/*
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}


.slick-prev {
	left: 0px;
	cursor: pointer;
	fill: #fff;
	width: 80px;
}

.slick-next {
	right: 0px;
	cursor: pointer;

}

.slick-next * {
	fill: #fff;
	width: 80px;
}
*/


.custom-arrows {
	width: 100%;
	position: absolute;
	top: 42%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	padding: 0px 20px;
}

/*
.custom-arrows span {
	font-size: 10rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}*/

.custom-arrows svg {
	fill: #fff;
	width: 80px;
	cursor: pointer;
}



.list-container {
	background-color: rgba(196,196,196,0.4);
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom-left-radius: 1.125rem;
	border-bottom-right-radius: 1.125rem;
	flex-direction: column;
	padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.list-container > div {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
}

.list-container > div > div {
	padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    margin-bottom: 0px;
	text-align: left;
	width: 50%;
}



.list-container > div > div > h4, .grid-with-text-section > div > div h4 {
	font-family: IBMPlexSans;
    font-weight: 800;
    font-size: 1.375rem;
    padding-bottom: 1rem;
    color: #373737;
	line-height: 1.3rem;
}


.grid-with-text-section > div > div h4 {
	text-align: center;
}

.list-container > div > div > h4, .list-container > div > div > p, .grid-with-text-section > div > div h4 {
	margin: 0;
}

.button, .gform_button.button {
	font-family: 'IBMPlexSans' !important;
    color: #c62d1f !important;
    font-weight: 800 !important;
    font-size: 1.125rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-top-color: #c62d1f !important;
    border-right-color: #c62d1f !important;
    border-bottom-color: #c62d1f !important;
    border-left-color: #c62d1f !important;
    border-top-width: 3px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
    border-left-width: 3px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-radius: 8px;
    padding-left: 7rem !important;
    padding-right: 7rem !important;
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-duration: .15s;
    text-align: left;
    margin-top: 1rem;
	display: inline-block;
	text-decoration: none;
}

.gform_button.button {
	background-color: transparent !important;
	width: 100% !important;
	max-width: 355px;
}

.button:hover{
	transform: scale3d(1.05, 1.05, 1.05);
    color: #ffffff !important;
    background-color: #c62d1f !important;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.accent-line {
	border-top-color: #c62d1f;
    border-top-width: 3px;
    border-top-style: solid;
    width: 100vw;
    height: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.accent-line-right {
	border-top-color: #c62d1f;
    border-top-width: 3px;
    border-top-style: solid;
    width: 100vw;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    overflow: hidden;
}

.corner-bracket {
	width: 60px;
    height: 60px;
    position: absolute;
    border-top-color: rgba(196, 196, 196, 0.4);
    border-left-color: rgba(196, 196, 196, 0.4);
    border-top-width: 3px;
    border-top-style: solid;
    left: -55px;
    bottom: -55px;
    border-right-color: rgba(196, 196, 196, 0.4);
    border-right-width: 3px;
    border-right-style: solid;
    border-top-right-radius: 1.125rem;
}

.quote-bracket-top {
	width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-color: rgba(196, 196, 196, 0.4);
    border-top-width: 3px;
    border-top-style: solid;
    border-right-color: rgba(196, 196, 196, 0.4);
    border-right-width: 3px;
    border-right-style: solid;
    border-top-right-radius: 1.125rem;
    content: "";
}

.quote-bracket-bottom {
	position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-color: rgba(196, 196, 196, 0.4);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-left-width: 3px;
    border-left-color: rgba(196, 196, 196, 0.4);
    border-left-style: solid;
    border-bottom-left-radius: 1.125em;
    display: block;
    width: 60px;
    height: 60px;
    content: "";
	margin: 0 !important;
	font-size: 1rem !important;
}

.left-bracket {
	left: 100px !important;
	transform: rotate(-90deg);
}

.right-bracket {
	right: 100px !important;
}

.bottom-left-bracket {
	left: 100px !important;
	transform: rotate(-180deg);
	bottom: 0px !important;
	top: unset;
}

.bottom-right-bracket {
	right: 100px !important;
	transform: rotate(90deg);
	bottom: 0px !important;
	top: unset;
}
.text-centered-section h2 {
	margin-top: -38px;
}

.left-small-image-section h2 {
	margin-top:  0px;
}

.red-text, .text-centered-section h3{
	margin-top: 0.5em !important;
	color: #c62d1f;
	line-height: 1.4rem;
}

section h3, .red-title h2{
	color: #c62d1f;
}

label {
	font-family: 'IBMPlexSans' !important;
	font-size: 1.375rem !important;
}

.gform-theme--foundation .gform_fields {
	row-gap: 1rem !important;
}

.gfield_label.gform-field-label {
	display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
	color: #373737 !important;
}

.light-title h2 {
	font-weight: 100;
}

.no-margin-top {
	margin-top: 0 !important;
}

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

.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}

.gform_heading {
	display: none !important;
}

.menu-toggle {
	background-color: unset;
	border: unset;
	width: 30px;
	height: 32px;
	display: none;
	
}

.menu-toggle span {
	position: absolute;
    height: 2px;
    width: 28px;
    transition: 0.5s;
    opacity: 1;
    background: #fff;
	pointer-events: none;
}

.menu-toggle span.ham1 {
    top: 4px;
}

.menu-toggle span.ham2 {
    top: 14px;
}

.menu-toggle span.ham3 {
    top: 24px;
}

.menu-toggle.open span.ham1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}

.menu-toggle.open span.ham2 {
    opacity: 0;
}

.menu-toggle.open span.ham3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}

a:link, a:visited {
	color: #c62d1f;
} 

@media screen and (max-width: 1450px){
	.main-title {
		font-size: 130px;
	}
	
	nav {
		width: 65% !important;
	}

	nav ul#primary-menu  li a {
		font-size: 0.8rem;
	}
	
	.site-branding a img {
		height: 32px;
	}

	.site-branding .site-description {
		font-size: .75rem;
        width: 16rem;
	}

	nav ul#primary-menu  li a {
		font-size: 0.8rem;
		padding: 0.3rem 0.6rem; 
		
	}
	
	.site-branding .site-description {
		font-size: .75rem;
        width: 16rem;
	}

	.frontpage-site-header {
		height: 650px;
		margin-bottom: 10em;
	}
	
	.frontpage-site-header video {
		width: 325px;
	}

	.site-header > div, footer > div, .frontpage-site-header > div, footer > div {
		max-width: 970px;
		padding-top: 2rem;
	}
	
	.section-intro > div, .left-wide-image-section > div, .right-wide-image-section > div, .video-section > div, .quote-section > div, .tabs-section > div, .section-intro-2 > div, .text-columns-section > div, .slider-section > div, .right-list-with-text-section > div, .grid-with-text-section > div, .form-section > div, .left-small-image-section > div, .grid-with-text-and-icons-section > div{
		padding: 0px 1rem 100px 1rem;
		max-width: 970px;
	}

	.quote-section > div {
		padding-top: 100px;
	}

	
	.intro-title, .section-title, .section-title-2 {
		font-size: 2.75rem;
	}

	.intro-content, .large-copy {
		font-size: 1.1rem;
	}

	.body-copy, .column-content {
		font-size: .75rem;
	}	

	.post-images, .post-images-inverse, .post-images .post-main, .post-images-inverse .post-main, .post-images-inverse .post-second-left, .ct-image {
		height: 20rem;
	}

	.button, .gform_button.button {
		font-size: 1rem !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
	}

	.employee-image {
		height: 15rem;
        border-bottom-left-radius: 0rem;
        border-bottom-right-radius: 0rem;
        position: absolute;
        width: 15rem;
        top: -160px;
        z-index: -5;
        margin-left: auto;
        margin-right: auto;
        left: 0 !important;
        right: 0 !important;
	}

	.quote-container {
		width: 500px;
	}

	.quote-content {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.quote-content > div {
		font-size: 1.25rem;
	}

	.giant-leaps {
		width: 700px;
        position: absolute;
        left: 269px;
        top: 270px;
	}

	.home .section-intro > div {
		padding-bottom: 300px;
	}

	.grid-with-text-and-icons-section > div {
		padding-bottom: 100px;
	}

	.text-columns-section {
		margin-top: -126px;
	}

	.text-columns-section > div {
		padding-bottom: 40px;
	}
	
	.ct-link {
		max-width: 170px;
	}
	
	.tab-title, .active-tab-title {
		font-size: 0.8rem;
	}
}

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

	.orbital-map  {
		min-width: auto;
	}
	
	.centered-images-section .post-images .post-second-left {
		display: none
	}

	.centered-images-section .post-images, .centered-images-section .post-images .post-main {
		width: 100%;
	}	
	
	.main-navigation {
		position: initial !important;
		display: flex;
		justify-content: flex-end;
	}
	.site-header > div, footer > div, .frontpage-site-header > div, footer > div {
		max-width: 650px;
	}

	.main-navigation ul{
		display: none;
	}

	.main-navigation > div {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0, 0, 0, 0.8);
		backdrop-filter: saturate(180%) blur(10px);
	}

	header .site-branding {
		z-index: 99;
	}

	.frontpage-site-header {
		height: 400px;
	}

	.rotator-video {
		width: 225px;
	}

	.main-title h1 {
		font-size: 168px;
		margin-top: 18rem;
		line-height: 8rem;
	}

	.main-navigation > div > ul{
		width: 100%;
		max-width: 650px;
		margin:0 auto;
		padding-top: 12rem;
	}

	.main-navigation.toggled  > div{
		display: block;;
	}

	.menu-toggle {
		display: flex;
		position: relative;
		z-index: 99;
		justify-content: center;
		align-items: center;
	}

	nav ul li ul { 
		position: relative;
		
	}
	
	.main-navigation ul ul {
		position: relative;
	}

	nav ul#primary-menu li {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		border: none;
		border-radius: 0px;
		transition-duration: 200ms;
		margin-right: .75rem;
		text-align: left;
		font-size: 1.05rem;
		
	}

	nav > div > ul#primary-menu > li {
		margin-right: 0px;
		position: relative;
	}

	nav > div > ul#primary-menu > li > a {
		font-size: 1.375rem;
	}

	nav > div > ul#primary-menu > li > div {
		position: absolute;
		right: 0px;
        top: -1px;
		height: 47px;
        width: 47px;
		border-radius: 50%;
		transition: all 300ms ease-in-out;
	}

	nav > div > ul > li::before {
		display: none;
	}

	nav > div > ul#primary-menu > li:hover > a, nav ul#primary-menu li .sub-menu li:hover > a {
		color: #fff !important;
	}

	nav > div > ul#primary-menu > li:hover, nav > div > ul#primary-menu > li .sub-menu li:hover {
		border-color: unset;
		background-color: unset;
	}

	
	nav ul#primary-menu  li:nth-child(1):hover .sub-menu{
		left: 0px;
		right: unset;
	}

	nav ul#primary-menu  li:nth-child(2):hover .sub-menu{
		left: 0px;
		right: unset;
	}

	nav ul#primary-menu  li:nth-child(3):hover .sub-menu {
		left: 0;
		right: 0px;
	}

	nav ul#primary-menu  li:nth-child(4):hover .sub-menu {
		left: 0;
		right: 0px;
	}

	.main-navigation ul ul {
		float: none;
		position: relative;
		top: unset;
		left: unset;
		z-index: 99;
		
	}

	.main-navigation ul#primary-menu li .sub-menu {
		height: 0px;;
		padding: 0;
		overflow: hidden;
		transition: all 300ms ease-in-out;
		width: 100%;

	}

	.main-navigation ul#primary-menu li .sub-menu li a {
		font-size: 1.3rem;
	}

	.main-navigation ul#primary-menu li .sub-menu li {
		justify-content: flex-start;
		align-items: flex-start;
		padding-left: 20px;
	}
	
	.plus1 {
		content: '';
		position: absolute;
		left: 12px;
		top: 22px;
		width: 20px;
		height: 2px;
		display: block;
		background: #fff;
		transition: all 0.3s ease-in-out;
		transform: rotate(-180deg);
	}

	.plus2 {
		content: '';
		position: absolute;
		left: 12px;
		top: 22px;
		width: 20px; 
		height: 2px;
		display: block;
		background: #fff;
		transition: all 0.3s ease-in-out;
		transform: rotate(-270deg);
	}

	.rotate {
		transform: rotate(45deg);
	}

	.section-intro > div, .left-wide-image-section > div, .right-wide-image-section > div, .video-section > div, .quote-section > div, .tabs-section > div, .section-intro-2 > div, .text-columns-section > div, .slider-section > div, .right-list-with-text-section > div, .grid-with-text-section > div, .form-section > div, .left-small-image-section > div{
		max-width: 650px;
		flex-direction: column; 	
	}

	.section-intro .section-image img, .section-intro-2 .section-image img {
		position: unset;
	}
	
	.right-wide-image-section > div, .home .section-intro > div {
		flex-direction: column-reverse; 
	}

	.section-intro > div > div:first-of-type, .left-wide-image-section > div > div:first-of-type, .right-wide-image-section > div > div:last-of-type, .right-list-with-text-section > div > div:last-of-type, .left-small-image-section > div > div:last-of-type {
		width: 100%;
	}
	
	.section-intro > div > div:last-of-type, .left-wide-image-section > div > div:last-of-type, .right-wide-image-section > div > div:first-of-type, .right-list-with-text-section > div > div:first-of-type, .left-small-image-section > div > div:first-of-type {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-intro-2 > div > div{
		width: 100%;
	}
	
	.section-intro-2 > div, .right-list-with-text-section > div {
		flex-direction: column-reverse;
	} 

	.section-intro-2 > div > div:first-of-type {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.home .section-intro > div {
		padding-bottom: 100px;
	}


	.form-section > div > div {
		width: 100%;
	}
	
	.quote-container {
		width: 100%;
	}

	.button {
		width: 100%;
		text-align: center;
	}
	

	.tabs-container {
		width: 100%;
	}
	
	.tab-title {
		font-size: 0.9rem;
	}


	.grid-with-text-section > div > div {
		flex-direction: column;
	}

	.grid-with-text-section > div > div > a {
		width: 100%;
		border-right: none;
		border-bottom: 3px solid rgba(196,196,196,0.4);
		border-top: none;
	}

	.grid-with-text-section > div > div > a:nth-child(4), .grid-with-text-section > div > div > a:nth-child(2) {
	border-left: none;	
	border-right:none;	
}

	
	.grey-border-top{
		border-top: none;
	}


	.slide-title h2{
		font-size: 2rem;
	}

	.slide-content {
		width: 100%;
	}

	.slide-content p {
		font-size: 1rem;
		text-align: center;
	}

	.custom-arrows {
		height: 60px;
		width: 95%;
	}

	footer > div > div {
		flex-direction: column;
	}

	footer > div > div > div:last-of-type {
		width: 100%;
	}

	.footer-nav .menu {
		flex-wrap: wrap;
	}

	.footer-nav .menu > li {
		margin-bottom: 1.2rem;
		width: 100%;
	}

	.grid-with-text-and-icons-section > div > div {
		width: 100%;
		flex-direction: column; 
	}
	
	.grid-with-text-and-icons-section > div > div > div {
		width: 100%;
	}

	.grid-with-text-and-icons-section > div > div > div {
		max-width: 600px;
		margin: 0 auto;
		border-right: none;
		border-bottom: 3px solid rgba(196, 196, 196, 0.4);
		padding-left: 1rem;
		padding-bottom: 2rem;
	}

	.grid-with-text-and-icons-section > div > div > div:last-of-type {
		border-bottom: none;
	}

	.text-columns-section > div > div{
		flex-direction: column;
	}

	.text-columns-section > div > div > div {
		width: 100%;
		padding: 1rem !important;
	}
	
	.ct-link:last-of-type::before {
		display: none;
	}
	
	.left-wide-image-section .post-main, .right-wide-image-section .post-main  {
		display: none;
	}
	/*post-second-left*/
	.left-wide-image-section .post-second-left, .right-wide-image-section .post-second-left  {
		width: 100%;
		margin-left: 0rem;
	}
	
	.page-id-97 .slide-title h2 {
		font-size: 2.75rem !important;
	}
	
	
.left-bracket {
	left: 0px !important;
	top: -50px;
}

.right-bracket {
	right: 0px !important;
	top: -50px;
}

.bottom-left-bracket {
	left: 0px !important;
}

.bottom-right-bracket {
	right: 0px !important;
}
	
	.page-id-131 .right-wide-image-section {
	margin-bottom: 2rem;
}
}

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

	.post-images .post-second-left {
		margin-left: 0rem;
	}

	.text-centered-section > div {
		width: 100%;
		max-width: 500px;
	}

	.tabs-container > div {
		padding-left: 0;
	}

	.tabs-titles {
		display: block !important;
	}

	.ct-link.active-tab, .ct-link.tab {
		width: 100%;
		max-width: none !important;
		display: block;
		border-radius: 0px;
		text-align: left;
	}

	.ct-link.active-tab {
		padding-left: 1rem;
	}

	.active-tab::before, .active-tab::after  {
		display: none;
	}

	.slide-content p {
		font-size: 0.8rem;
		text-align: center;
	}
	
	.image-container .list-container div {
		flex-wrap: wrap;
	}

	.quote-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.grid-with-text-and-icons-section > div > div > div p {
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 480px) {
	.frontpage-site-header {
		background: none;
		max-height: 820px;
		overflow: hidden;
		margin-bottom: 3rem;
			border-radius: 0rem 0rem 1.125rem 1.125rem;
	}

	.frontpage-site-header > div, .frontpage-site-header video {
		max-width: 100%;
		width: 100%;
	}

	.frontpage-site-header > div.rotator-video {
		position: relative;
        z-index: -1;
        top: -242px;
		height: auto;
		
	}

	.frontpage-site-header {
		/*height: 820px;*/
		height: auto;
	}
	
	.main-title h1 {
		/*font-size: 58vw;*/
		font-size: 192px;
        margin-top: 16rem;
        line-height: 10rem;
		max-width: 280px;
    }

	.image-container .list-container div > .list-content{
		width: 100%;
	}

	.employee-image {
        width: 10rem;
        height: 10rem;
    }
	
	.site-description {
		margin-top: 0 !important;
	}
	
	.site-branding a img {
		height: 20px;
	}
	
	 .frontpage-site-header > div.rotator-video {
        height: auto;
        
    }

	
}

@media screen and (max-width: 360px) {
	.frontpage-site-header > div.rotator-video {
        top: -192px;
    }
}
}