/*!
Theme Name: New Eldridge
Theme URI: http://underscores.me/
Author: Richard Hall
Author URI: https://turneyandhall.com/
Description: Custom Theme for Eldridge
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new-eldridge
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.

New Eldridge 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
--------------------------------------------- */
/*
CSS normalization based in part on normalize.css by
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

link {
	display: none;
}

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
	/* phpcs:ignore */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

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

/**
 * 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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

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

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

/**
 * 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.
 */
/* stylelint-disable */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/**
 * Hide lazy load placeholders when browser does not have JS enabled.
 * Should override everything, therefore !important.
 */
.no-js .lazy {
	display: none !important;
}

/* 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: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: calc(var(--global-font-size) / 16 * 1rem);
	line-height: 1.4;
	letter-spacing: 0.02rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	clear: both;
}

.entry-header h1.entry-title,
.page-header .page-title {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 300;
}

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

blockquote,
q {
	quotes: "" "";
}

blockquote {
	border-left: 4px solid #000;
	margin: 0;
}

.entry-content > blockquote {
	padding-left: 1em;
	margin-left: 1.5rem;
}

@media (min-width: 48em) {
	.entry-content > blockquote {
		margin-left: auto;
	}
}

blockquote cite {
	color: #6c7781;
	font-size: 13px;
	margin-top: 1em;
	position: relative;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.8rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0;
	padding-left: 1em;
}

@media (min-width: 60em) {
	ul,
	ol {
		margin: inherit;
		padding-left: 2em;
	}
}

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

li {
	overflow-wrap: break-word;
}

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

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

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

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

/* Links
--------------------------------------------- */
a {
	color: var(--color-link);
}

a:visited {
	color: var(--color-link);
}

a:hover,
a:focus,
a:active {
	color: var(--color-link-active);
}

a:focus {
	outline: none;
}

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

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.site-main {
	z-index: 1;
}

.site-header {
	z-index: 20;
}

.header-image {
	margin: 0 auto;
}

.header-image img {
	display: block;
	margin: 0 auto;
}

.custom-logo-link {
	display: inline-block;
	margin: 0 auto 1em;
}

.eld-hamburger {
	display: none;
}

@media (min-width: 37.5em) {
	.eld-hamburger {
		display: block;
		position: absolute;
		width: 24px;
		height: 20px;
		top: 42.5px;
		left: 40px;
		cursor: pointer;
	}
	.eld-hamburger span:nth-of-type(1) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #666;
	}
	.eld-hamburger span:nth-of-type(2) {
		position: absolute;
		top: 9px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #666;
	}
	.eld-hamburger span:nth-of-type(3) {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #666;
	}
}

.site-branding {
	text-align: center;
	border-bottom: 1px solid #666;
	height: 105px;
}

.site-branding a {
	display: inline-flex;
	align-items: center;
	width: 170px;
	height: 100px;
	margin: 0 auto;
}

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

@media (min-width: 48em) {
	.site-branding {
		padding: 0 0 20px 0;
	}
}

.site-branding a:focus-visible {
	background-color: #f3724e;
}

.site-title {
	margin: 0 1em;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color: #333332;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-description {
	margin: 0.4375em 0 0;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #757575;
}

.cls-1 {
	fill: #fff;
}

.cls-2 {
	fill: #f3724e;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
## Basic navigation menus - handles submenu and small screen toggle
--------------------------------------------------------------*/
@media (max-width: 37.5em) {
	.large-nav {
		display: none;
	}
	.small-nav {
		display: block;
	}
}

@media (min-width: 37.5em) {
	.large-nav {
		display: block;
	}
	.small-nav {
		display: none;
	}
}

.nav--toggled-on .small-nav {
	margin-bottom: 2em;
}

.nav--toggle-small .menu-toggle {
	border: none;
	border-radius: 0;
	background: transparent;
	position: absolute;
	width: 24px;
	height: 20px;
	top: 42.5px;
	left: 40px;
	cursor: pointer;
}

.menu-toggle-lines {
	position: absolute;
	top: 9px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #666;
}

.nav--toggle-small .menu-toggle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #666;
}

.nav--toggle-small .menu-toggle:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #666;
}

.page-template-impact .nav--toggle-small .menu-toggle-lines,
.single-all_impact .nav--toggle-small .menu-toggle-lines,
.page-template-impact .nav--toggle-small .menu-toggle:before,
.single-all_impact .nav--toggle-small .menu-toggle:before,
.page-template-impact .nav--toggle-small .menu-toggle:after,
.single-all_impact .nav--toggle-small .menu-toggle:after {
	background-color: #000;
}

.nav--toggle-small .small-nav .menu {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.5s opacity ease-in-out;
}

/*.home .nav--toggle-small .small-nav .menu,*/
.nav--toggle-small.toggled .small-nav .menu {
	height: auto;
	opacity: 1;
	position: absolute;
	top: 104px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	z-index: 999;
}

.nav--toggle-sub .dropdown,
.nav--toggle-sub .dropdown-toggle {
	display: none;
}

@media (max-width: 37.5em) {
	.nav--toggle-small.nav--toggled-on .menu {
		display: block;
	}
}

@media (min-width: 37.5em) {
	.nav--toggle-small .menu-toggle {
		display: none;
	}
	.nav--toggle-small .menu {
		display: block;
	}
	.nav--toggle-sub ul ul {
		position: absolute;
		top: 100%;
		flex-direction: column;
		background: #fff;
		margin-left: 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
	.nav--toggle-sub .dropdown,
	.nav--toggle-sub .dropdown-toggle {
		display: block;
		background: transparent;
		position: absolute;
		right: 0;
		top: 50%;
		width: 0.7em;
		height: 0.7em;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		transform: translateY(-50%);
		overflow: visible;
	}
	.nav--toggle-sub .dropdown-symbol {
		display: block;
		background: transparent;
		position: absolute;
		right: 20%;
		top: 35%;
		width: 60%;
		height: 60%;
		border: solid #000;
		border-width: 0 2px 2px 0;
		transform: translateY(-50%) rotate(45deg);
	}
	.nav--toggle-sub ul ul .dropdown,
	.nav--toggle-sub ul ul .dropdown-toggle {
		top: 40%;
		right: 0.2em;
	}
	.nav--toggle-sub ul ul .dropdown-symbol {
		transform: rotate(-45deg);
	}
	.nav--toggle-sub .dropdown-toggle:hover,
	.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle {
		pointer-events: none;
	}
	/* Need menu-item-has-children for non-JS */
	.nav--toggle-sub li.menu-item-has-children,
	.nav--toggle-sub li.menu-item--has-toggle {
		position: relative;
		padding-right: 0.7em;
	}
	/*
	 * If the dropdown toggle is active with JS, then
	 * we'll take care of showing the submenu with JS.
	 */
	.nav--toggle-sub li:hover > ul,
	.nav--toggle-sub li.menu-item--toggled-on > ul,
	.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
		display: block;
	}
	/*
	 * "focus-within" is an alternative to focus class for
	 * supporting browsers (all but IE/Edge) for no-JS context
	 * (e.g. AMP) See https://caniuse.com/#feat=css-focus-within
	 *
	 * This selector needs to stay separated, otherwise submenus
	 * will not be displayed with IE/Edge.
	 */
	.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within > ul {
		display: block;
	}
}

/*--------------------------------------------------------------
## Main navigation menu
--------------------------------------------------------------*/
.main-navigation a {
	display: block;
	width: 100%;
	padding: 0.5em 1em 0.5em 0;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 400;
	color: #bbb;
	transition: 0.25s color ease-in-out;
}

.menu-main-menu-container li a {
	position: relative;
}

.menu-main-menu-container li a:after {
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	top: 12px;
	right: 0;
	background-color: #666;
}

.menu-main-menu-container li:last-of-type a:after {
	display: none;
}

.current-page-ancestor > a,
.current-menu-item > a,
.main-navigation a:hover,
.main-navigation a:focus {
	color: #fff;
	-webkit-text-stroke: 0.5px white;
	outline: none;
}

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

.main-navigation ul ul li {
	padding-left: 1em;
}

@media (min-width: 37.5em) {
	.main-navigation ul li a {
		padding: 0.5em 1em;
	}
	.main-navigation ul li:first-child {
		margin-left: 0;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
	.main-navigation ul ul li {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation ul ul li a {
		width: 218px;
		background: none;
	}
	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
		min-height: 100%;
	}
	.main-navigation .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
## Main navigation menu
--------------------------------------------------------------*/
.main-navigation .secondary-nav ul {
	border-top: 1px solid #404040;
}

.main-navigation .secondary-nav ul ul {
	border-top: none;
}

.main-navigation .secondary-nav ul li a {
	position: relative;
	padding: 0.7em 0.8em;
	font-size: 0.75em;
	font-weight: 400;
	color: #bbb;
	transition: 0.25s color ease-in-out;
}

.main-navigation .secondary-nav ul li a:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	height: 9px;
	width: 1px;
	border-right: 1px solid #666;
}

.main-navigation .secondary-nav ul li:last-of-type a:after {
	display: none;
}

.main-navigation .secondary-nav ul li a.active,
.main-navigation .secondary-nav ul li a:hover {
	color: #fff;
	-webkit-text-stroke: 0.5px white;
}

/*--------------------------------------------------------------
## Mobile navigation menu
--------------------------------------------------------------*/
.menu-mobile-menu-container ul li,
.menu-mobile-menu-container ul li ul li {
	padding: 0;
}

.menu-mobile-menu-container ul li a {
	text-align: center;
	padding: 0.7em;
	border-top: 1px solid #222;
}

.menu-mobile-menu-container ul li ul li a {
	font-size: 0.7rem;
	padding: 0.4em;
	border-top: none;
}

/*--------------------------------------------------------------
# Content navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .pagination {
	margin: 0 auto 2em;
	max-width: 45rem;
	overflow: hidden;
	padding: 0 1.5rem 2em;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

@media (min-width: 48em) {
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation,
	.site-main .pagination {
		padding-left: 0;
		padding-right: 0;
	}
}

.nav-links {
	display: flex;
}

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

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

.post-navigation-sub span {
	color: #404040;
	text-decoration: none;
	display: inline-block;
}

.site-main .pagination {
	margin: 1.5em auto;
}

.pagination .nav-links {
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	display: inline-block;
	margin-bottom: 0.5em;
	margin-right: 1em;
	border: 1px solid #f3724e;
	min-width: 1.75em;
	line-height: 1.75;
	text-align: center;
	text-decoration: none;
}

.pagination a {
	transition: 0.3s all ease-in-out;
}

.pagination a:visited {
	color: #f3724e;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	border-color: #f3724e;
	background-color: #f3724e;
	color: white;
}

.pagination .prev,
.pagination .next {
	min-width: auto;
	border-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .prev:active,
.pagination .next:hover,
.pagination .next:focus,
.pagination .next:active {
	border-color: transparent;
}

.pagination .dots {
	min-width: auto;
	border: none;
}

.pagination .current {
	border-color: #b9b9b9;
}

/* Posts and pages
--------------------------------------------- */
.entry-meta,
.entry-footer {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-size: 80%;
}

.entry-meta {
	margin: 1em 0;
}

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

.post-thumbnail img {
	margin: 0 auto;
}

.entry-content > .more-link {
	display: block;
}

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

.entry-footer span {
	margin-right: 1em;
}

.entry-footer {
	clear: both;
	padding: 1.5em 1.5rem 3em;
	border-bottom: 1px solid #111;
}

@media (min-width: 48em) {
	.entry-footer {
		padding-right: 0;
		padding-left: 0;
	}
}

.page-template-default .type-page {
	padding: 20px 20px 100px 20px;
	color: #bbb;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.7rem;
}

.page-template-default .single-column .entry-header,
.page-template-default .single-column .entry-content {
	max-width: 475px;
}

.page-template-default .two-column {
	columns: 2 400px;
}

.page-template-default .entry-content a {
	color: #bbb;
	text-decoration: none;
	transition: 0.3s color ease-in-out;
}

.page-template-default .entry-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-default .entry-content ul ul {
	padding-left: 20px;
}

.page-template-default .entry-content li {
	padding: 2px 0;
}

.page-template-default .entry-content li strong a {
	color: white;
}

.page-template-default .entry-content li strong a:hover,
.page-template-default .entry-content a:hover,
.page-template-default .entry-content a:focus {
	color: #f3724e;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@supports (animation-name: animateIn) {
	.animate-in {
		opacity: 0;
	}
	@keyframes animateIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.animate-in {
		animation: 0.6s ease-out 0.3s 1 forwards animateIn;
	}
}

/*--------------------------------------------------------------
# Error pages
--------------------------------------------------------------*/
.page-content .error404 {
	color: #fff;
	font-size: 2em;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vh;
	text-align: center;
}

.page-content .error404_404type {
	font-weight: 100;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
}

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

.alignwide {
	max-width: calc(50% + $content-width / 2);
}

.alignfull {
	max-width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
## Custom block font sizes.
--------------------------------------------------------------*/
.has-small-font-size {
	font-size: calc(16 / var(--global-font-size) * 1rem);
}

.has-regular-font-size {
	font-size: calc(var(--global-font-size) / 16 * 1rem);
}

.has-large-font-size {
	font-size: calc(36 / var(--global-font-size) * 1rem);
}

.has-larger-font-size {
	font-size: calc(48 / var(--global-font-size) * 1rem);
}

.bgimg {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

video.bgvid {
	position: fixed;
	z-index: -1;
	transition: 1s opacity;
}

@media (min-aspect-ratio: 16 / 9) {
	video.bgvid {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	video.bgvid {
		width: auto;
		height: 100%;
	}
}

.page-bg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100%;
	opacity: 0.2;
	z-index: -1;
}

.page-template-custom-page-news .page-bg-img {
	opacity: 0.4;
}

/*--------------------------------------------------------------
## Osana.
--------------------------------------------------------------*/
.osano-cm-dialog {
	font-size: 0.8em;
}

/* Blocks
--------------------------------------------- */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 1.5em auto;
	padding: 0 1em;
}

.entry-content > .wp-block-quote,
.entry-content > .wp-block-quote.is-style-large {
	margin-left: 1.5rem;
}

@media (min-width: 48em) {
	.entry-content > .wp-block-quote,
	.entry-content > .wp-block-quote.is-style-large {
		margin-left: auto;
	}
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left-color: #000;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	border-left-color: #6c7781;
}

.wp-block-cover {
	display: flex;
	align-items: center;
}

.wp-block-cover__inner-container > * {
	max-width: 45rem;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover p {
	margin-top: 0;
}

/* Columns Block */
.wp-block-column {
	flex-basis: 100%;
}

.wp-block-column:not(:last-child),
.wp-block-column:nth-child(2n + 1) {
	margin-right: 0;
}

.wp-block-column:not(:first-child) {
	margin-left: 0;
}

.wp-block-latest-posts,
.wp-block-latest-comments {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border: 1px solid #cccccc;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignfull {
	padding: 0 1.5em;
}

/*--------------------------------------------------------------
# Gallery Block - overrides core styles
--------------------------------------------------------------*/
.wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 0.5em;
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

/* Override standard ul indentation. */
.entry-content .wp-block-gallery {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

@media screen and (min-width: 48em) {
	.entry-content .wp-block-gallery {
		padding-right: 0;
		padding-left: 0;
	}
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
	grid-column: span 1;
	margin: 0;
	width: inherit;
}

.blocks-gallery-item:last-child:nth-child(odd) {
	grid-column: span 2;
}

@media screen and (min-width: 40em) {
	.wp-block-gallery.columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.wp-block-gallery.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.wp-block-gallery.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.wp-block-gallery.columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.wp-block-gallery.columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.wp-block-gallery.columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.wp-block-gallery.columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.wp-block-gallery.columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

/* Pages
--------------------------------------------- */
/**
 * Custom styles for the front-page.php template.
 */
/*.home .menu-toggle {
	display: none;
}*/

.eld-logo-mobile,
.home-vid-small {
	display: none;
}

.home-vid-large {
	display: block;
}

@media (max-width: 37.5em) {
	.home .site-branding a {
		opacity: 1;
		transition: 2s opacity ease-in-out;
	}
	.home .site-branding a.hide {
		opacity: 0;
	}
	.home-vid.home-vid-large {
		display: none;
	}
	.eld-logo-mobile {
		position: absolute;
		width:200px;
		display: flex;
		left: 50%;
  		transform: translateX(-50%);
		top: 40%;
  		
		opacity: 0;
		
		animation: MobileLogo 9s forwards;
		z-index: -1;
	}
}

@media (min-width: 37.5em) {
	.home-vid {
		width: 100%;
		height: auto;
		position: relative;
		right: auto;
	}
}

@media (max-width: 37.5em) {
	.home-vid-small {
		position: relative;
		display: flex;
		align-items: stretch;
		height: 80vh;
		width: 100%;
		overflow-x: hidden;
	}
	.home-vid-small-img {
		height: 100%;
		width: auto;
		max-width: none;
		will-change: transform;
		transform: translateX(calc(-100% + 100vw));
		opacity: 0;
		animation: MobileHome 7s forwards linear 1s;
		z-index: -1;
	}
	.home-vid-small-img img {
		height: 100%;
		width: auto;
		max-width: none;
	}
}

@keyframes MobileHome {
	0% {
		transform: translateX(calc(-100% + 100vw));
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		transform: translateX(0);
		opacity: 0;
	}
}

@keyframes MobileLogo {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media (min-width: 37.5em) {
	.page-template-custom-page-about .main-navigation {
		border-bottom: 1px solid #666;
	}
}

.about {
	max-width: 1000px;
	min-height: calc(100vh - 139.38px);
	margin: 0 auto;
	padding: 40px;
}

.about-grid__container {
	position: relative;
}

.about-bg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.25;
	z-index: -1;
}

@media (min-width: 48em) {
	.about-bg-img {
		background-position: 0% 0%;
		background-size: 100%;
	}
}

.about h1 {
	font-size: 1.8em;
	line-height: 2.1rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 2rem 0;
}

@media (min-width: 48em) {
	.about h1 {
		font-size: 2em;
	}
}

.about p {
	margin: 0;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #bbb;
	text-align: justify;
}

.about .eldridge-about-video-inner p {
	position: relative;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	padding: 0 40px;
	font-size: 0.9rem;
	font-weight: 500;
	right: 0;
}

.play-img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about .eldridge-about-video-inner #play {
	cursor: pointer;
	position: relative;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4, 5;
	stroke-width: 1px;
	transform-origin: 50% 50%;
	animation: spin 4s infinite linear;
	transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dasharray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
	transform-origin: 50% 50%;
	transition: transform 200ms ease-out;
}

#play:hover .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}

#play:hover .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}

#play:hover .icon {
	transform: scale(1.05);
}

#play {
	cursor: pointer;
	position: absolute;
}

.openvid {
	display: none;
}

.openvid.open {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 35px solid black;
	background-color: black;
	z-index: 10;
	transition: 0.3s opacity;
	overflow: hidden;
}

.vidclose {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: white;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	transition: 0.25s ease-in-out;
}

.vidclose:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#ourvideo,
.openvid video {
	width: 100%;
	height: 100%;
}

.grad-bg {
	background-color: white;
	min-height: calc(100vh - 105px);
}

@media (min-width: 37.5em) {
	.grad-bg {
		min-height: calc(100vh - 139px);
	}
}

.values-bg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100%;
	opacity: 0.3;
}

.values-bg-img::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, white 50%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 2;
}

button:focus {
	outline: none;
}

.values {
	position: relative;
	min-height: calc(100vh - 139px);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.values-columns {
	max-width: 560px;
	margin: 80px auto;
	z-index: 100;
}

.values-block {
	width: 100%;
}

.values-block-inner {
	padding: 10px;
}

.values-block h2 {
	margin: 0;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	color: black;
	border-bottom: 1px solid #bbb;
}

@media (min-width: 37.5em) {
	.values-block h2 {
		font-size: 2.5em;
	}
}

.values-block p {
	margin: 0.5em 0;
	color: black;
	font-size: 0.9em;
	line-height: 1.4;
	font-weight: 400;
}

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
.people-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.people-bg-row {
	width: 120%;
	height: 33.3333%;
	display: flex;
}

.people-bg-row img {
	display: block;
	height: 100%;
	width: auto;
	opacity: 0.6;
}

.people-bg-row:nth-of-type(1),
.people-bg-row:nth-of-type(3) {
	margin-left: -15%;
}

.people-header {
	position: relative;
	margin-top: 0;
	min-height: 20vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-top: 1px solid #404040;
}

@media (min-width: 60em) {
	.people-header {
		min-height: 450px;
	}
}

.person__container {
	position: relative;
	overflow: visible;
	display: flex;
	bottom: 0;
	justify-content: center;
	align-content: stretch;
	width: 100%;
	overflow: hidden;
}

.person__container {
	overflow: visible;
}

a.people-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #808080;
	border-radius: 50%;
	color: #808080;
	z-index: 10;
}

.people-narrow__item a.people-close {
	top: 20px;
	right: auto;
	left: 20px;
}
.people-grid-overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 175px;
    background-color: #000000cc;
}
.people-grid-item-narrow{
	overflow: visible;
    position: absolute;
    width: 150px;
    /* flex-grow: 0; */
    /* flex-shrink: 0; */
    /* align-self: flex-end; */
    left: 50px;
    top: 50px;
    height: 100%;
}
.people-grid-item {
	overflow: visible;
	position: relative;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	align-self: flex-end;
	min-height: 450px;
}

.person-grid-item-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	right: -20px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.person-grid-item-inner-narrow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: contain;

}

@media (min-width: 60em) {
	.person-grid-item-inner {
		min-height: calc(85vh - 174px);
		min-height: 450px;
	}
}

.people-grid-item:active,
.people-grid-item:focus {
	outline: none;
}

.person-bio__container {
	padding: 20px;
	display: flex;
	justify-content: space-evenly;
	justify-content: center;
	min-height: 15vh;
	padding-top: 0;
	background: #fff;
	background: linear-gradient(0deg, #bdbec1, #fff);
}

@media (min-width: 60em) {
	.person-bio__container {
		min-height: calc(100vh - 623px);
	}
}

.short-bio {
	font-size: 0.7em;
	padding: 15px 15px 40px 0;
	color: #666;
}

/*--------------------------------------------------------------
# Founders Overides
--------------------------------------------------------------*/
.founders .people-grid-item:nth-of-type(1) .person-grid-item-inner {
	left: -10px;
	right: -70px;
}

.founders .people-grid-item:nth-of-type(2) .person-grid-item-inner {
	left: -40px;
	right: -40px;
}

.founders .people-grid-item:nth-of-type(3) .person-grid-item-inner {
	left: -70px;
	right: -10px;
}

.founders .people-grid-item:nth-of-type(2) {
	z-index: 20;
}

.founders a.people-narrow__item {
	color: inherit;
	text-decoration: none;
}

.founders a.people-narrow__item:nth-of-type(1) {
	order: 3;
}

.founders a.people-narrow__item:nth-of-type(2) {
	order: 1;
}

.founders a.people-narrow__item:nth-of-type(3) {
	order: 2;
}

/*--------------------------------------------------------------
# Partners Overides
--------------------------------------------------------------*/
.partners .people-grid-item:nth-child(1),
.partners .people-grid-item:nth-child(6),
.partners .people-grid-item:nth-child(8),
.partners .people-grid-item:nth-child(10) {
	z-index: 1;
}

.partners .people-grid-item:nth-child(3),
.partners .people-grid-item:nth-child(5) {
	z-index: 2;
}

.partners .people-grid-item:nth-child(2) {
	z-index: 3;
}

.partners .people-grid-item:nth-child(4) {
	z-index: 4;
}

/*--------------------------------------------------------------
# Senior Overides
--------------------------------------------------------------*/
.rule-point {
	height: 15px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.rule-point-line {
	height: 10px;
	width: 1px;
	background-color: #666;
}

.senior .person-item-single:nth-of-type(even) .rule-point {
	height: 90px;
}

.senior .person-item-single:nth-of-type(even) .rule-point-line {
	height: 85px;
	width: 1px;
	background-color: #666;
}

.senior .person-item-single a {
	align-items: flex-start;
	padding-top: 0;
}

.senior .person-item-single-name {
	margin: 0 -20px;
	font-size: 0.8rem;
}

.senior .person-item-single-position {
	margin: 0 -15px;
	font-size: 0.7rem;
}

@media (min-width: 1200px) {
	.senior .person-item-single:nth-of-type(even) .rule-point {
		height: 70px;
	}
	.senior .person-item-single:nth-of-type(even) .rule-point-line {
		height: 65px;
	}
	.senior .person-item-single-name {
		font-size: 0.9rem;
	}
	.senior .person-item-single-position {
		font-size: 0.8rem;
	}
	.senior .people-very-wide .person-item-single:nth-of-type(even) .rule-point {
		height: 90px;
	}
	.senior .people-very-wide .person-item-single:nth-of-type(even) .rule-point-line {
		height: 85px;
	}
	.senior .people-very-wide .person-item-single-name {
		font-size: 0.8rem;
	}
	.senior .people-very-wide .person-item-single-position {
		font-size: 0.7rem;
	}
}

.senior .people-grid-item:nth-child(even) {
	z-index: 3;
}

.senior .people-grid-item:nth-child(odd) {
	z-index: 2;
}

.senior .people-grid-item:last-of-type {
	z-index: 1;
}

/*--------------------------------------------------------------
# People Grid
--------------------------------------------------------------*/
.people-grid.entry {
	margin-bottom: 0;
}

.people-grid h1.entry-title {
	margin-bottom: 50px;
	margin-top: 0;
	font-size: 16px;
	color: white;
	text-align: center;
	font-weight: 700;
}

@media (min-width: 60em) {
	.people-grid h1.entry-title {
		font-weight: 400;
		line-height: 0.7;
		margin: 0.4em 0 0 0;
		color: #bdbec1;
		text-align: center;
		font-size: 6rem;
		padding: 0 55px;
	}
}

.people-grid__container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 20px 20px 100px 20px;
	border-top: 1px solid #404040;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

@media (min-width: 60em) {
	.people-grid__container {
		justify-content: center;
		padding: 40px 40px 100px 40px;
	}
}

.person-grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px;
	width: 50%;
}

.item-one-fifty {
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

@media (min-width: 37.5em) {
	.person-grid-item {
		position: relative;
		width: auto;
	}
	.person-grid-item span {
		display: block;
		text-align: left;
		width: 100%;
	}
}

.person-grid-item span {
	font-weight: 500;
	font-size: 0.85em;
	padding-top: 8px;
	max-width: 150px;
	color: white;
}

/*--------------------------------------------------------------
# Individual Person
--------------------------------------------------------------*/
.people-container-narr-prev{
	position:absolute;
	top:50%;
	left:10px;
	transform: translateY(-50%);
}

.people-container-narr-next{
	position:absolute;
	top:50%;
	right:15px;
	transform: translateY(-50%);
}

.people-container-narrow-lower {
	position: absolute;
    overflow: visible;
    width: 800px;
    height: 400px;
    top: 175px;
    left: 50%;
    translate: -50%;
    margin: 0 auto;
    padding: 0 100px 0 15%;
	background-color: rgba(200, 200, 200, 0.875);
}

.people-container {
	position: relative;
	overflow: visible;
	width: 65%;
	margin: 0 auto;
	padding: 0 100px 0 15%;
	min-height: 450px;
	background-color: rgba(200, 200, 200, 0.875);
}

.people .people-grid-item {
	width: 50%;
	position: absolute;
	left: -25%;
}

.people .people-grid-item.partners-principals-operatingpartners,
.page-template-custom-page-new-founders-wide .people .people-grid-item {
	left: -18%;
}

.people .people-wide {
	background-color: rgba(50, 50, 50, 0.5);
}

.people .person-single-bio {
	width: 100%;
}
.person-single-bio-narrow{
    position: absolute;
    /* right: 0px; */
    /* width: 50%; */
    /* padding: 20px; */
    top: 3px;
    left: 250px;
}
.person-single-bio-narrow{
    width: 475px;
    height: 350px;
    /*overflow-y: scroll;*/
	/*scrollbar-color: lightgrey transparent;*/
}


.people .person-grid-item-inner {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.people .person-single-bio-inner {
	height: 50vh;
	padding: 0 20px;
	overflow: auto;
}

@media (min-width: 60em) {
	.people .person-single-bio-inner {
		min-height: 450px;
	}
}

.single-person-title {
	font-weight: 400;
	color: black;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 1.5rem;
}

.person-single-bio-text {
	color: black;
	font-size: 90%;
	max-height: 300px;
	overflow-y:auto;
	padding-right:10px;
}

.person-single-bio-text h2,
.person-single-bio-text h3 {
	display: block !important;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 1.17em !important;
	color: #fff;
}
.person-single-bio-text h3{
	line-height: 1.1 !important;
}

.person-item-single-inner {
	margin: 0 3px;
	transition: 0.25s all ease-in-out;
}

.person-item-single a {
	text-align: center;
	height: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 20px;
	text-decoration: none;
	color: inherit;
	transition: 0.25s all ease-in-out;
}

.person-item-single a:active,
.person-item-single a:focus {
	outline: none;
}

.page-template-custom-page-new-founders .person-item-single a,
.page-template-custom-page-founders .person-item-single a,
.page-template-custom-page-partners .person-item-single a {
	height: 100px;
	border-bottom: 1px solid #bbb;
}

.person-item-single-name {
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
	transition: 0.25s all ease-in-out;
	color: #666;
}

.person-item-single-position {
	font-size: 0.8rem;
	font-weight: 400;
	text-align: center;
	transition: 0.25s all ease-in-out;
	color: #666;
}

.is-active .person-item-single-name,
.is-active .person-item-single-position,
.person-item-single a:hover .person-item-single-name,
.person-item-single a:focus .person-item-single-name,
.person-item-single a:hover .person-item-single-position,
.person-item-single a:focus .person-item-single-position {
	color: #000;
}

.person-narrow-single .person-narrow-info {
	padding: 40px 20px 20px 20px;
}

.person-narrow-single .person-narrow-info h2,
.person-narrow-single .person-narrow-info h3 {
	max-width: 60%;
}

.person-narrow-single .person-narrow-info p {
	font-size: 0.7rem;
}

.person-narrow-single .people-narrow__item {
	border-bottom: none;
}

.person-narrow-single-bottom {
	width: 100%;
	min-height: 25vh;
	background: linear-gradient(0deg, #bdbec1, #fff);
}

.wp-block-image.is-resized.linkedin-white {
	display: none;
}

.wp-block-image.is-resized.linkedin-black {
	display: block;
}

@media (min-width: 60em) {
	.wp-block-image.is-resized.linkedin-white {
		display: block;
	}
	.wp-block-image.is-resized.linkedin-black {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Styles
--------------------------------------------------------------*/
.people-wide {
	display: none;
}
.people-grid__container{
	display: none;
}
.people-grid-overlay{
	display: none;
}
.people-container-narrow-lower{
	display: none;
}
.people-narrow {
	display: block;
}

.people-narrow h1 {
	/*margin-bottom: 0px!important;*/
	margin: 0.67em 0!important;
	padding: 25px 0;
	font-size: 16px;
	color: white;
	text-align: center;
}

.people-narrow-bg {
	background-color: white;
	margin-top: -5px;
}

.people-narrow__item {
	position: relative;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #666;
}

.person-narrow-headshot {
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	top: 20px;
	right: 20px;
}

.person-narrow-info {
	width: 100%;
	padding: 20px;
}

.person-narrow-info h5 {
	max-width: 65%;
}

@media (min-width: 37.5em) {
	.people-narrow__item {
		flex-direction: row;
	}
	.people-narrow__item:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.person-narrow-headshot {
		position: static;
		width: 30%;
		height: auto;
		border-radius: 0;
	}
	.person-narrow-info {
		width: 70%;
		background: linear-gradient(90deg, rgba(185, 185, 185, 0.9), rgba(255, 255, 255, 0.5) 10%);
		border-right: 1px solid #b9b9b9;
		border-left: none;
	}
	.person-narrow-info h5 {
		max-width: auto;
	}
	.people-narrow__item:nth-child(odd) .person-narrow-info {
		width: 70%;
		background: linear-gradient(270deg, rgba(185, 185, 185, 0.9), rgba(255, 255, 255, 0.5) 10%);
		border-left: 1px solid #b9b9b9;
		border-right: none;
	}
	.founders:not(.person):not(.post-1242)
.people-narrow__item:nth-child(1)
.person-narrow-info {
		width: 70%;
		background: linear-gradient(90deg, rgba(185, 185, 185, 0.9), rgba(255, 255, 255, 0.5) 10%);
		border-right: 1px solid #b9b9b9;
		border-left: none;
	}
}

@media (min-width: 60em) {
	.people-wide {
		display: block;
	}
	.people-narrow {
		display: none;
	}
	.people-grid__container{
		display: flex;
	}
	.people-container-narrow-lower{
		display: block;
	}
	.people-grid-overlay{
		display: block;
	}

}

.people-narrow__container {
	display: flex;
	flex-direction: column;
}

a.person-link-page,
a.person-link-page:hover,
a.person-link-page:focus {
	text-decoration: none;
	color: #404040;
}

.people-narrow h2.entry-title {
	position: relative;
	font-weight: 500;
	line-height: 0.8;
	margin: 0 0 25px 0;
	margin: 0 auto;
	z-index: -1;
	color: #555;
}

.new-people-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20%;
	right: -20%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.n-p-bg-item {
	position: relative;
	opacity: 0.6;
	width: 25%;
}

.n-p-bg-item:nth-of-type(5) {
	margin-left: 12.5%;
}

.n-p-bg-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.9s opacity ease-in-out;
}

.new-people-bg-item1 {
	grid-area: img1;
}

.new-people-bg-item3 {
	grid-area: img2;
}

.new-people-bg-item5 {
	grid-area: img3;
}

.new-people-bg-item7 {
	grid-area: img4;
}

.new-people-bg-item9 {
	grid-area: img5;
}

.new-people-bg-item11 {
	grid-area: img6;
}

.new-people-bg-item13 {
	grid-area: img7;
}

.new-people-bg-item15 {
	grid-area: img8;
}

.new-people-bg-item17 {
	grid-area: img9;
}

.new-people-bg-item19 {
	grid-area: img10;
}

.new-people-bg-item21 {
	grid-area: img11;
}

.person-cat-link {
	text-decoration: none;
}

.entry.business {
	margin-bottom: 0;
}

.bis-ui {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: stretch;
	width: 100vw;
}

@media (min-width: 60em) {
	.bis-ui {
		flex-direction: row;
	}
}

.bis-ui section {
	overflow: hidden;
	flex-grow: 1;
	flex-basis: auto;
	position: relative;
	display: block;
	min-height: 100px;
	transition: all 0.6s cubic-bezier(0.63, 0.09, 0.45, 1.01);
}

.bis-ui section.target {
	flex-grow: 2;
	flex-basis: 50%;
	color: #333;
	background-color: #fff;
}

@media (min-width: 60em) {
	.bis-ui section {
		min-height: calc(100vh - 240px);
	}
}

.page-template-custom-page-business .secondary-nav {
	padding: 0.8em 1.2em;
	font-size: 0.57em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	text-align: center;
	color: white;
	transition: 0.25 all ease-in-out;
}

.bis-ui section .bis-ui__tab {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.business span.title {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.bis-ui section .bis-ui__tab:focus {
	outline: none;
}

.bis-ui section:not(.target) .bis-ui__tab {
	filter: grayscale(100%);
}

.bis-ui.gray-color section .bis-ui__tab {
	filter: grayscale(0);
}

.bis-ui section .bis-ui__tab-title {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 90%);
	z-index: 2;
}

@media (min-width: 60em) {
	.bis-ui section .bis-ui__tab-title {
		width: 100%;
		height: auto;
		right: auto;
		bottom: 0;
		transform-origin: center;
		transform: rotate(180deg);
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 60%);
	}
	.bis-ui section.target .bis-ui__tab-title {
		width: 5em;
	}
}

.bis-ui section .bis-ui__tab h2 {
	position: relative;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1rem;
	padding: 10px 10px;
	margin: 0;
	width: 100%;
	height: 100%;
	color: white;
	text-align: left;
}

@media (min-width: 60em) {
	.bis-ui section .bis-ui__tab h2 {
		font-size: 1.3em;
		line-height: 1.6rem;
		padding: 20px 12px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		text-align: right;
		cursor: pointer;
	}
}

.bis-ui section .bis-ui__tab-title-bgimg {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 1;
	transform-origin: center center;
	transform: scale(1);
	transition: filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.bis-ui.gray-color section .bis-ui__tab:hover .bis-ui__tab-title-bgimg {
	transform: scale(1.05);
}

@media (min-width: 60em) {
	.bis-ui section .bis-ui__tab-title-bgimg {
		width: 100%;
		height: auto;
		right: auto;
		bottom: 0;
		border-left: 1px solid #333;
	}
	.bis-ui section.target .bis-ui__tab-title-bgimg {
		width: 5rem;
	}
}

.bis-ui section:not(.target) .bg-gradient {
	z-index: 2;
	background: white;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.595676) 85%);
}

.bis-ui.gray-color section .bg-gradient {
	z-index: 1;
}

.bis-ui section .bg-gradient {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	background: linear-gradient(90deg, white 35%, rgba(255, 255, 255, 0.595676) 85%);
}

.bis-ui section .bis-ui__content {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 130px 20px 30px 20px;
	height: 0;
	width: 0;
	transition: 0.3s opacity ease-in-out 0.4s, 0.3s height ease-in-out 0.3s;
}

@media (min-width: 60em) {
	.bis-ui section.target .bis-ui__content {
		padding: 20px 30px 0 110px;
	}
}

.bis-ui section.target .bis-ui__content {
	visibility: visible;
	position: relative;
	opacity: 1;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.bis-ui section .bis-ui__content p {
	color: #333;
}

/* Navigation */
.bis-ui__content-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (min-width: 60em) {
	.bis-ui__content-nav {
		flex-wrap: nowrap;
	}
}

.business-nav {
	display: none;
	width: 44%;
}

@media (min-width: 60em) {
	.business-nav {
		width: auto;
	}
}

.business-nav.nav-active1 {
	display: block;
}

.b-nav-first__active1 {
	color: #f3724e !important;
}

.bis-ui section .bis-ui__content .bis-ui__content-nav ul {
	margin: 0 12px 20px 0;
	padding: 0 0 0 12px;
	font-size: 0.9rem;
}

.bis-ui section .bis-ui__content .bis-ui__content-nav ul.third-row,
.bis-ui section .bis-ui__content .bis-ui__content-nav ul.fourth-row {
	margin-top: 30px;
}

@media (min-width: 60em) {
	.bis-ui section .bis-ui__content .bis-ui__content-nav ul {
		margin: 0 22px 0 0;
	}
}

.bis-ui section .bis-ui__content .bis-ui__content-nav ul.b-nav-first {
	padding-left: 0;
	margin-bottom: 30px;
	width: 100%;
}

@media (min-width: 60em) {
	.bis-ui section .bis-ui__content .bis-ui__content-nav ul.b-nav-first {
		margin-bottom: 0;
		width: auto;
	}
}

.bis-ui__content-nav ul {
	font-weight: 700;
}

.bis-ui__content-nav ul li.nav-click,
.bis-ui__content-nav ul li.clickable {
	transition: 0.25s color ease-in-out;
	cursor: pointer;
	font-size: 0.65rem;
	margin-left: 0;
}

.bis-ui__content-nav .b-nav-first ul li.clickable {
	margin-left: 0;
}

.bis-ui__content-nav ul li.nav-click:hover,
.bis-ui__content-nav ul li.clickable:hover {
	color: #f3724e !important;
}

.business-nav {
	border-left: 1px solid #666;
}

li.bis-name-header {
	height: 35px;
	margin-top: -5px;
	list-style: none;
	color: #f3724e;
	font-weight: 400;
	font-size: 0.95rem;
	white-space: nowrap;
}

.business-column-header {
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
	font-size: 0.45rem;
	letter-spacing: 0.15rem;
	color: black;
}

.bis-ui__content-nav .b-nav-first {
	padding: 0;
}

.business ul {
	list-style: none;
}

/* Business Content */
.business-inner {
	position: relative;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
	width: 0;
	height: 0;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 300;
	overflow: hidden;
	transition: 0.3s opacity ease-in-out 0.3s;
}

@media (min-width: 37.5em) {
	.business-inner {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

@media (min-width: 60em) {
	.business-inner {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.business-inner img.no-link {
	margin-bottom: 20px;
	width: 100px;
	height: auto;
	flex-shrink: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.logo-image-link {
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.logo-image-link:focus {
	outline: none;
}

.logo-image-link img.has-link {
	width: 100px;
	height: auto;
}

@media (min-width: 60em) {
	.business-inner img.no-link {
		width: 150px;
		height: auto;
		margin-bottom: 20px;
	}
	.logo-image-link {
		width: 150px;
		height: 150px;
	}
	.logo-image-link img.has-link {
		width: 150px;
		height: auto;
	}
}

.business-content {
	height: 100%;
}

@media (min-width: 60em) {
	.business-content {
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 30px;
		border-left: 1px solid black;
	}
}

.business-content p:first-of-type {
	margin-top: -6px;
}

.business-inner.business-inner_active1 {
	opacity: 1;
	width: auto;
	height: auto;
	margin-top: 20px;
}

@media (min-width: 60em) {
	.business-inner.business-inner_active1 {
		margin-top: 60px;
	}
	.business-inner {
		flex-direction: row;
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

/*--------------------------------------------------------------
# New Business Page
--------------------------------------------------------------*/
/* MENU */
ul.bis-menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2000;
}

ul.bis-menu li {
	position: relative;
}

ul.bis-menu a {
	position: relative;
	padding: 0.8em 1.2em 0.8em 1.6em;
}

.nav--toggle-sub ul.bis-menu ul {
	padding: 12px 0;
}

.nav--toggle-sub ul.bis-menu ul li {
	position: relative;
	font-size: 0.7rem;
	color: #888;
	font-weight: 500;
	padding: 4px 12px 4px 18px;
	cursor: pointer;
}

.nav--toggle-sub ul.bis-menu ul li span.nav-dropdown {
	display: block;
}

.nav--toggle-sub ul.bis-menu ul li:hover {
	color: #fff;
}

.nav--toggle-sub ul.bis-menu ul li:hover:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #888;
}

.nav--toggle-sub ul.bis-menu ul li ul li:hover:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #000;
}

.nav--toggle-sub ul.bis-menu li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 26px;
	min-width: 220px;
	background: #000;
	margin-left: 0;
	z-index: 1;
}

.nav--toggle-sub ul.bis-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.nav--toggle-sub ul.bis-menu ul li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	min-width: 150px;
	background: #555;
	margin-left: 0;
	z-index: 1;
}

.nav--toggle-sub ul.bis-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

/* MOBILE */
.entry-content.mobile-open {
	opacity: 0;
}

.main-navigation ul.bis-menu-mobile {
	position: relative;
	width: 80%;
	padding: 0;
	margin: 0 auto 40px auto;
	text-align: center;
	z-index: 100;
}

.main-navigation ul.bis-menu-mobile li {
	color: #fff;
	cursor: pointer;
}

.main-navigation ul.bis-menu-mobile li > a {
	font-size: 0.9rem;
	padding: 0.5em;
}

.main-navigation a.biz-drop:focus,
.main-navigation a.biz-drop:hover {
	color: white;
}

.biz-drop:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 45%;
	left: calc(50% - 10px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	display: inline-block;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

.main-navigation ul.bis-menu-mobile ul {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #000;
	margin: 1em auto 0 auto;
	padding: 1em 0.5em;
}

.main-navigation ul.bis-menu-mobile ul.open {
	display: block;
}

.main-navigation ul.bis-menu-mobile ul li {
	padding: 0;
}

.main-navigation ul.bis-menu-mobile ul li a {
	display: block;
	font-size: 0.9em;
	padding: 0.8em;
	color: #bbb;
}

/* BODY */
.page-template-business-twenty-one .entry-content,
.page-template-custom-page-new-business .entry-content {
	position: relative;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.page-template-business-twenty-one .entry-content,
	.page-template-custom-page-new-business .entry-content {
		margin-bottom: 0;
	}
}

.opener {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
	color: white;
	font-weight: 300;
}

@media (min-width: 48em) {
	.opener {
		width: 50%;
	}
}

.opener h1,
.opener h2,
.opener h3 {
	font-weight: 300;
}

.opener h1 {
	font-size: 2.5em;
}

.opener h2 {
	font-size: 2em;
}

.grid-item {
	position: relative;
	width: 33.333333%;
	padding-top: 33.333333%;
	transition: 0.3s background-color ease-in-out;
}

@media (min-width: 37.5em) {
	.grid-item {
		width: 16.6666667%;
		padding-top: 16.6666667%;
	}
}

@media (min-width: 48em) {
	.grid-item {
		width: 8.3333333%;
		padding-top: 8.3333333%;
	}
}

.grid-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 1px;
}

.chip {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.7;
}

@media (max-width: 768px) {
	.grid-item-bg {
		background-color: rgba(155, 155, 155, 0.2);
	}
}

@media (min-width: 48em) {
	.grid-item-bg:hover {
		background-color: rgba(255, 255, 255, 0.7);
		cursor: pointer;
	}
	.grid-item-bg.no-hover:hover {
		background-color: rgba(155, 155, 155, 0.2);
	}
}

.grid-item img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: 0.3s opacity ease-in-out;
}

@media (max-width: 768px) {
	.grid-item img {
		opacity: 0.5;
	}
}

.grid-item img.logo-black {
	opacity: 0;
}

@media (min-width: 48em) {
	.grid-item:hover img.logo-white {
		opacity: 1;
	}
	.grid-item.no-hover:hover img.logo-white {
		opacity: 0.3;
	}
	.grid-item img.logo-black {
		opacity: 0;
	}
	.grid-item.active .grid-item-bg {
		background-color: rgba(255, 255, 255, 0.7);
	}
	.grid-item.active img.logo-white {
		opacity: 0;
	}
	.grid-item.active img.logo-black {
		opacity: 1;
	}
	.grid-item.active.over-active .grid-item-bg {
		background-color: rgba(155, 155, 155, 0.1);
	}
	.grid-item.active.over-active img.logo-white {
		opacity: 0.1;
	}
	.grid-item.active.over-active img.logo-black {
		opacity: 0;
	}
	.grid-item.active.over-active:hover img.logo-white {
		opacity: 1;
	}
	.grid-item.active.over-active .grid-item-bg:hover {
		background-color: rgba(255, 255, 255, 0.7);
		cursor: pointer;
	}
	.grid-item.active .chip {
		opacity: 0;
	}
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}

.open-business {
	display: none;
	position: absolute;
	width: 100vw;
	height: auto;
	top: 16.6666667vw;
	left: 0;
	background-color: #000;
}

@media (max-width: 37.5em) {
	.open-business {
		display: none;
		position: absolute;
		height: auto;
		top: 0;
	}
}

@media (min-width: 48em) {
	.open-business {
		width: 83.333333vw;
		height: 50vh;
		top: 8.3333333vw;
		left: 8.3333333vw;
	}
}

@media (min-width: 60em) {
	.open-business {
		width: 50vw;
		height: 25vw;
		top: 8.3333333vw;
		left: 25vw;
	}
}

.open-business.is-open {
	display: block;
}

.bs-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	display: none;
}

.bs-wrapper.open {
	display: flex;
	flex-direction: column;
}

@media (min-width: 48em) {
	.bs-wrapper {
		height: 50vh;
	}
	.bs-wrapper.open {
		display: flex;
		flex-direction: row;
	}
}

@media (min-width: 60em) {
	.bs-wrapper {
		height: 25vw;
	}
}

.data-area-name {
	position: absolute;
	width: 100%;
	top: -8.888vw;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: white;
}

@media (min-width: 48em) {
	.data-area-name {
		font-size: 1em;
		top: -5vw;
	}
}

.bs-image {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 48em) {
	.bs-image {
		height: 50vh;
	}
}

@media (min-width: 60em) {
	.bs-image {
		width: 50%;
		height: auto;
	}
}

.bs-logo {
	width: 33.33333%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 48em) {
	.bs-logo {
		width: 33.33333%;
	}
}

.bs-content {
	width: 100%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 30px;
	font-weight: 300;
	line-height: 1.8;
	overflow: auto;
	background-color: #ecf0f1;
}

.bs-content p {
	padding: 0;
	margin: auto;
}

@media (max-width: 768px) {
	.bs-content {
		align-items: flex-start;
	}
	.bs-content p {
		margin: 0;
	}
}

@media (min-width: 48em) {
	.bs-content {
		height: 50vh;
	}
}

@media (min-width: 60em) {
	.bs-content {
		height: auto;
		width: 50%;
	}
}

@media (min-width: 75em) {
	.bs-content p {
		align-items: center;
	}
}

@media (max-width: 768px) {
	.page-template-business-twenty-one .site,
	.page-template-custom-page-new-business .site {
		overflow: visible;
	}
	.page-template-business-twenty-one .main-navigation,
	.page-template-custom-page-new-business .main-navigation {
		margin-bottom: 1em;
	}
	.bs-image .bs-content {
		height: 50vh;
	}
}

.bis-previous {
	position: absolute;
	width: 30px;
	height: 70%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 100;
}

@media (max-width: 768px) {
	.bis-previous {
		left: 0;
		height: 285px;
		align-items: flex-end;
	}
}

.previous-arrow::before {
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	content: "";
	display: inline-block;
	height: 0.8em;
	left: 0.25em;
	transform: rotate(-135deg);
	position: relative;
	top: 0.15em;
	vertical-align: top;
	width: 0.8em;
	color: #bfbfbf;
	transition: 0.3s border-color ease-in-out;
}

.bis-previous:hover .previous-arrow::before {
	border-color: #1a1919;
}

.bis-next {
	position: absolute;
	width: 30px;
	height: 70%;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 100;
}

@media (max-width: 768px) {
	.bis-next {
		right: 0;
		height: 285px;
		align-items: flex-end;
	}
}

.next-arrow::before {
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	content: "";
	display: inline-block;
	height: 0.8em;
	left: 0;
	transform: rotate(45deg);
	position: relative;
	top: 0.15em;
	vertical-align: top;
	width: 0.8em;
	color: #bfbfbf;
	transition: 0.3s border-color ease-in-out;
}

.bis-next:hover .next-arrow::before {
	border-color: #1a1919;
}

.bis-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	font-size: 0.9em;
	text-align: center;
	line-height: 25px;
	color: #bfbfbf;
	z-index: 200;
	cursor: pointer;
	transition: 0.3s color ease-in-out;
	background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
	.previous-arrow,
	.next-arrow {
		position: relative;
		width: 30px;
		height: 30px;
	}
	.previous-arrow::before {
		position: absolute;
		left: 10px;
		top: 8px;
	}
	.next-arrow::before {
		position: absolute;
		left: 5px;
		top: 8px;
	}
}

.bis-close:hover {
	background-color: black;
}

.main-image {
	width: 100%;
	height: 225px;
}

.bs-main-image_wide {
	display: none;
}

.bs-main-image_small {
	display: block;
}

@media (min-width: 60em) {
	.bs-main-image_wide {
		display: block;
	}
	.bs-main-image_small {
		display: none;
	}
	.bs-main-image {
		margin: 1px;
		width: 100%;
	}
	.main-image {
		width: 100%;
		height: 66.66%;
	}
}

.main-image video {
	width: 100%;
	object-fit: cover;
	min-height: 225px;
}

@media (min-width: 60em) {
	.main-image video {
		width: 100%;
		min-height: auto;
	}
}

.bs-main-logo {
	width: 100%;
	height: 80px;
	background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bs-main-logo a {
	height: 80px;
}

.bs-main-logo img {
	width: auto;
	height: 100%;
}

.bs-main-logo_narrow {
	display: block;
}

.bs-main-logo_wide {
	display: none;
}

@media (min-width: 60em) {
	.bis-main-info-container {
		display: flex;
		height: 33.33%;
	}
	.bs-main-logo {
		width: 16.66666%;
		height: 100%;
		background-color: #ccc;
	}
	.bs-main-logo img {
		width: 100%;
		height: auto;
	}
	.bs-main-logo_narrow {
		display: none;
	}
	.bs-main-logo_wide {
		display: block;
	}
	.bs-main-logo a {
		height: auto;
	}
}

.bs-main-content {
	font-size: 0.85em;
	padding: 0 20px;
	color: #bbb;
	min-height: 33.33%;
}

@media (min-width: 60em) {
	.bs-main-content-outer {
		position: relative;
		width: 83.33333%;
		height: 100%;
		background-color: #000;
	}
	.bs-main-content-outer:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 20px;
		top: 0;
		left: 0;
		background: black;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 75%);
		z-index: 100;
	}
	.bs-main-content-outer:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 20px;
		bottom: 0;
		left: 0;
		background: black;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 75%);
		z-index: 100;
	}
	.bs-main-content {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		overflow: auto;
	}
}

.bs-main-content p {
	margin: auto;
	padding: 8px 0 40px 0;
	border-top: 1px solid #666;
}

@media (min-width: 60em) {
	.bs-main-content p {
		padding: 20px 0;
		border-top: none;
	}
}

.business-mobile {
	position: relative;
}

.mobile-category {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	z-index: -1;
	top: 48px;
	color: white;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
}

@media (max-width: 37.5em) {
	.data-area-name {
		display: none;
	}
}

.news {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background-color: white;
}

@media (min-width: 48em) {
	.news {
		flex-direction: row;
	}
}

.news-bg {
	width: 100%;
	border-top: 1px solid #404040;
	position: relative;
}

.archive-nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #404040;
}

.archive-nav ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.7em 0.8em;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: 400;
	color: #bbb;
	transition: 0.25s color ease-in-out;
}

.archive-nav ul li:first-of-type a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	height: 9px;
	width: 1px;
	border-right: 1px solid #666;
}

.archive-nav ul li a:hover,
.archive-nav ul li.current_page_item a,
.menu-main-menu-container .current-page-ancestor a {
	color: white;
	-webkit-text-stroke: 0.5px white;
}

.news.entry:last-of-type .news-logo-inner,
.news.entry:last-of-type .news-rule {
	border-bottom: none;
}

.news-logo {
	display: flex;
	width: 100%;
	padding: 30px;
	border-top: 1px solid #333;
}

@media (min-width: 48em) {
	.news-logo {
		width: 30%;
		padding: 0 30px 0 30px;
		border-top: none;
	}
}

.news-the-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.news-the-logo img {
	width: 150px;
	height: auto;
	flex-shrink: 0;
}

.news-the-logo a {
	transition: 0.25s opacity ease-in-out;
}

.news-the-logo a:hover {
	opacity: 0.5;
}

.news-content {
	width: 100%;
}

@media (min-width: 48em) {
	.news-content {
		width: 80%;
		background: linear-gradient(90deg, rgba(185, 185, 185, 0.9) 0%, rgba(255, 255, 255, 0.4) 7%);
		border-top: none;
	}
}

@media (min-width: 60em) {
	.news-content {
		width: 70%;
	}
}

.news-logo-inner {
	align-self: stretch;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.news-inner {
	align-self: stretch;
	width: 100%;
	border-bottom: none;
}

.news-text {
	padding: 30px;
}

.news-content h5 {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #f3724e;
}

.news-content h2 {
	margin: 0.6em 0 0.4em 0;
	line-height: 1.2;
	font-size: 1.6em;
}

.news-date {
	font-size: 0.9rem;
}

a.news-link {
	font-weight: 700;
	font-size: 0.9rem;
	display: block;
	text-decoration: none;
	color: #333;
	transition: 0.25s color ease-in-out;
}

a.news-link:focus {
	outline: none;
}

a.news-link:hover {
	color: #f3724e;
}

@media (min-width: 48em) {
	.news-logo-inner {
		border-bottom: 1px solid #333;
	}
	.news-inner .news-rule {
		margin: 0 30px;
		border-bottom: 1px solid #333;
	}
}

video:focus {
	outline: none;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.news-content .wp-block-image,
.news-content .news-image,
.news-content .wp-block-video,
.news-content .wp-block-embed__wrapper {
	max-width: 550px;
}

.news-content .news-image {
	margin-bottom: 1em;
}

.news-content .news-image img {
	width: 100%;
	height: auto;
}

.news-content figcaption {
	max-width: 550px;
	text-align: left;
	font-size: 10px;
}

.alumni-content {
	opacity: 1;
	padding: 20px;
	color: #cdcdcd;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	background-color: #333;
	transition: 0.2s opacity ease-in-out;
}

.alumni-content p {
	margin: 0 auto;
	max-width: 800px;
}

.alumni-content.hide {
	opacity: 0;
}

@media (min-width: 48em) {
	.page-template-alumni .site {
		overflow: hidden;
	}
}

#myCanvasContainerBack,
#alumniCanvasContainer {
	opacity: 1;
	position: absolute;
	top: 220px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: 0.4s opacity ease-in-out;
}

#myCanvasContainerBack.dim,
#alumniCanvasContainer.dim {
	opacity: 0;
}

@media (min-width: 48em) {
	#myCanvasContainerBack,
	#alumniCanvasContainer {
		top: 190px;
	}
}

.alumni-bio {
	position: absolute;
	opacity: 0;
	top: -140px;
	height: 0;
	width: 100%;
	transform: translateY(100vh);
	transition: 0.5s transform ease-in-out, 0.5s opacity ease-in-out;
	z-index: 200;
	overflow: hidden;
}

.alumni-bio.show-bio {
	position: relative;
	height: auto;
	transform: translateY(0);
	opacity: 1;
	overflow: visible;
}

@media (min-width: 48em) {
	.alumni-bio {
		top: 180px;
		height: auto;
		min-height: 50vh;
		position: absolute;
		transform: translateY(70vh);
	}
	.alumni-bio.show-bio {
		position: absolute;
		transform: translateY(0);
		opacity: 1;
	}
}

.alumni-biz {
	position: relative;
	max-width: 650px;
	padding: 20px 40px 20px 40px;
	margin: 0 auto 10px auto;
}

.alumni-biz img {
	height: 55px;
	width: auto;
	margin: 0 auto 20px auto;
}

.alumni-bio-close {
	width: 23px;
	height: 23px;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 22px;
	text-align: center;
	border: 1px solid #808080;
	border-radius: 50%;
	color: #808080;
	cursor: pointer;
	z-index: 10;
}

@media (min-width: 48em) {
	.alumni-bio-close {
		right: 0;
	}
}

.alumni-biz h2 {
	font-weight: 500;
	font-size: 1.2em;
	text-align: center;
	color: #2d2d2d;
}

.alumni-biz p {
	color: #666;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 48em) {
	.alumni-biz {
		padding: 20px;
	}
}

.alumni-info {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

@media (min-width: 48em) {
	.alumni-info {
		max-width: 800px;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.alum-person {
	position: relative;
	margin: 0;
	width: 100%;
	flex-shrink: 0;
}

.alum-person.show-person {
	opacity: 1;
}

@media (min-width: 48em) {
	.alum-person {
		opacity: 1;
		padding: 0 10px;
		width: 25%;
	}
}

.headshot {
	width: 150px;
	height: 149px;
	margin: 0 auto;
	background: white;
	background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 85%);
}

.headshot img {
	vertical-align: bottom;
}

.alum-person h4 {
	color: #2d2d2d;
	font-weight: 500;
	font-size: 1em;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0.25em;
	padding: 0 40px;
}

.alum-person h5 {
	color: #2d2d2d;
	font-weight: 400;
	font-size: 0.85em;
	text-align: center;
	margin-top: 0;
	line-height: 1.3;
	padding: 0 40px;
}

@media (min-width: 48em) {
	.alum-person h4,
	.alum-person h5 {
		padding: 0;
	}
}

.mobile-flip {
	display: flex;
	width: 60px;
	margin: 10px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.mobile-flip-left {
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

.mobile-flip-left::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: -5px;
}

.mobile-flip-right {
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.mobile-flip-right::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -5px;
	left: -30px;
}

@media (min-width: 48em) {
	.mobile-flip {
		display: none;
	}
}

@media (min-width: 37.5em) {
	.page-template-impact-new .main-navigation {
		border-bottom: 1px solid #666;
	}
}

.impact {
	display: grid;
	padding: 50px 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

.impact-link {
	cursor: pointer;
}

.impact-single {
	position: absolute;
	top: 140px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	opacity: 0;
	transition: 0.3s opacity ease-in-out;
	overflow: scroll;
}

.impact-single.open {
	z-index: 1000;
	opacity: 1;
	transition: 0.3s opacity ease-in-out;
}

.impact-single article {
	max-width: 1000px;
	margin: 0 auto;
	background-color: white;
}

.impact-header {
	width: 100%;
	height: 80px;
	padding: 20px 15px;
	background-color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (min-width: 48em) {
	.impact-header {
		padding: 15px 40px;
	}
}

.impact-single__close {
	color: white;
	cursor: pointer;
	z-index: 1001;
	margin-left: auto;
}

.impact-header img {
	height: 100%;
	width: auto;
	display: inline;
}

.company-partner {
	height: 100%;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #999;
	display: flex;
	align-items: center;
	font-size: 0.85em;
	color: #aaa;
	font-weight: 400;
}

@media (min-width: 48em) {
	.company-partner {
		font-size: 1em;
	}
}

.impact-title {
	font-size: 1.1em;
	color: #aaa;
	font-weight: 400;
}

.cat-headline {
	width: 100%;
	background-color: #333;
	padding: 0 15px;
}

.cat-headline-inner {
	border-top: 1px solid #666;
	padding: 15px 0;
	color: #aaa;
	font-size: 0.9em;
}

@media (min-width: 48em) {
	.cat-headline {
		padding: 0 40px;
	}
}

.company-tab-outer {
	flex: 1;
	display: flex;
	overflow: auto;
}

.company-tab-inner {
	display: flex;
	flex-wrap: nowrap;
}

.company-tab {
	position: relative;
	min-width: 80px;
	min-height: 80px;
	max-width: 50%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.company-tab img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.company-tab.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}

@media (min-width: 48em) {
	.company-tab-outer.under-ten {
		width: 100%;
		overflow: visible;
	}
	.under-ten .company-tab-inner {
		width: 100%;
	}
	.under-ten .company-tab {
		position: relative;
		max-height: 200px;
		max-width: 50%;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.under-ten .company-tab img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.under-ten .company-tab.active::after {
		bottom: -10px;
		height: 3px;
	}
	.over-ten .company-tab {
		width: 100px !important;
		height: 100px !important;
	}
	.company-tab.active::after {
		background-color: #333;
	}
}

@media (max-width: 48em) {
	.company-tab {
		height: auto !important;
	}
}

.company-body {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.4s opacity ease-in-out;
}

.company-body.show {
	height: auto;
	opacity: 1;
}

.header_title_image {
	position: relative;
	width: 100%;
}

.header_title_image img {
	width: 100%;
	height: auto;
	opacity: 0.4;
}

.header_title_image_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: black;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header_title_image_title {
	overflow: hidden;
}

.header_title_image_title h2 {
	font-size: clamp(2rem, 6vw, 5rem);
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 0.2em 0;
}

.header_title_image_sub {
	overflow: hidden;
}

.header_title_image_sub h3 {
	font-size: clamp(1.5rem, 1.8vw, 3rem);
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	margin: 0.2em 0 0 0;
}

.large_sentence_full_width {
	width: 100%;
	padding: 40px;
}

@media (min-width: 48em) {
	.large_sentence_full_width {
		padding: 80px;
	}
}

.large_sentence_full_width__inner {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 3em;
}

.image_full_width__image {
	width: 100vw;
}

.image_and_text__outer {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.image_and_text__image img {
	height: 100%;
	object-fit: cover;
}

.image_and_text__text {
	padding: 0 40px;
	display: flex;
	align-items: center;
}

@media (min-width: 48em) {
	.image_and_text__text {
		padding: 0 60px;
	}
}

@media (min-width: 48em) {
	.image_and_text__outer {
		min-height: 450px;
		flex-direction: row;
	}
	.image_and_text__outer > div {
		flex: 0 0 50%;
	}
	.image_and_text__outer.flip {
		flex-direction: row-reverse;
	}
}

.full_width_text {
	width: 100%;
	padding: 30px 40px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

@media (min-width: 48em) {
	.full_width_text {
		padding: 50px 80px;
	}
}

.full_width_text p {
	color: #999;
}

.body_text {
	width: 100%;
	padding: 40px;
	background-color: #e4e4e4;
	color: #666;
}

.body_text h2 {
	font-weight: 400;
	font-size: 3.5em;
	line-height: 1.2;
}

.body_text h1:first-child,
.body_text h2:first-child,
.body_text h3:first-child,
.body_text h4:first-child,
.body_text h5:first-child,
.body_text h6:first-child {
	margin: 0.75rem 0;
}

@media (min-width: 48em) {
	.body_text {
		padding: 50px 60px;
	}
}

.body_text strong {
	color: black;
}

.body_text.reverse_color {
	color: #e4e4e4;
	background-color: #333;
}

.body_text.reverse_color strong {
	color: white;
}

.three_images {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.three_images img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 37.5em) {
	.three_images {
		flex-direction: row;
	}
	.three_images img {
		height: 350px;
		width: 33.34%;
		object-fit: cover;
	}
}

.double_image__outer {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.double_image__outer img {
	width: 100%;
	object-fit: cover;
}

@media (min-width: 37.5em) {
	.double_image__outer {
		height: 450px;
		flex-direction: row;
	}
	.double_image__outer img {
		width: 50%;
	}
}

.video-full {
	width: 100%;
	display: block;
}

.double_image_on_background {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	background-color: white;
	gap: 40px;
	padding: 40px;
}

.double_image_on_background img {
	height: 300px;
	object-fit: cover;
}

@media (min-width: 48em) {
	.double_image_on_background {
		grid-template-columns: 1fr 1fr;
		background-color: white;
		gap: 60px;
		padding: 60px;
	}
	.double_image_on_background img {
		height: 300px;
		object-fit: cover;
	}
}

.double_video_on_background {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	background-color: white;
	gap: 40px;
	padding: 40px;
}

.double_video_on_background video {
	width: 100%;
	display: block;
}

@media (min-width: 48em) {
	.double_video_on_background {
		position: relative;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		background-color: white;
		gap: 60px;
		padding: 60px;
	}
	.double_video_on_background video {
		width: 100%;
		display: block;
	}
}

.large_headings h2 {
	font-weight: 400;
	font-size: 3em;
	margin: 0.25em 0;
	line-height: 1.2;
}

.large_headings h3 {
	font-weight: 400;
	font-size: 2.5em;
	margin: 0.25em 0;
	line-height: 1.2;
}

.large_headings h4 {
	font-weight: 400;
	font-size: 2em;
	margin: 0.25em 0;
	line-height: 1.2;
}

.large_headings h5 {
	font-weight: 400;
	font-size: 1.5em;
	margin: 0.25em 0;
	line-height: 1.2;
}

.large_headings h6 {
	font-weight: 400;
	font-size: 1em;
	margin: 0.25em 0;
	line-height: 1.2;
}

@media (min-width: 48em) {
	.large_headings h2 {
		font-size: 3.5em;
	}
	.large_headings h3 {
		font-size: 3em;
	}
	.large_headings h4 {
		font-size: 2.5em;
	}
	.large_headings h5 {
		font-size: 2em;
	}
	.large_headings h6 {
		font-size: 1.5em;
	}
}

.group_logo_wide_image {
	display: flex;
	flex-direction: column;
}

.group_logo_wide_image-inner {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.group_logo_wide_image > img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 37.5em) {
	.group_logo_wide_image {
		flex-direction: row;
	}
	.group_logo_wide_image-inner {
		height: 333px;
		width: 33.34%;
	}
	.group_logo_wide_image > img {
		height: 333px;
		width: 66.67%;
	}
}

.video_and_text {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.video_and_text-text {
	padding: 60px;
	width: 100%;
}

.video_and_text-video {
	padding: 60px;
	width: 100%;
	background-color: #ccc;
}

.video_and_text-video video {
	width: 100%;
	display: block;
}

.video_and_text_wide-video p,
.video_and_text-video p {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.video_and_text_wide-video iframe,
.video_and_text-video iframe {
	border: none;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 48em) {
	.video_and_text {
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.video_and_text-text {
		padding: 40px;
		width: 100%;
	}
	.video_and_text-video {
		padding: 40px;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.video_and_text-video video {
		width: 100%;
		display: block;
	}
	.video_and_text.flip .video_and_text-text {
		order: 2;
	}
	.video_and_text.flip .video_and_text-video {
		order: 1;
	}
}

.video_and_text_wide {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: white;
}

.video_and_text_wide-text {
	width: 100%;
	padding: 40px;
}

.video_and_text_wide-video {
	width: 100%;
}

.video_and_text_wide-video video {
	width: 100%;
	display: block;
}

@media (min-width: 48em) {
	.video_and_text_wide {
		flex-direction: row;
	}
	.video_and_text_wide.flip {
		flex-direction: row-reverse;
	}
	.video_and_text_wide-text {
		width: 33.33%;
		padding: 60px;
	}
	.video_and_text_wide-video {
		width: 66.66%;
	}
	.video_and_text_wide-video video {
		width: 100%;
		display: block;
	}
}

.embed-video {
	position: relative;
	width: 100%;
}

.group_logo_half {
	display: flex;
	flex-direction: column;
}

.group_logo_half-inner {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.group_logo_half > img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 37.5em) {
	.group_logo_half {
		display: flex;
		flex-direction: row;
	}
	.group_logo_half-inner {
		height: 500px;
		width: 50%;
	}
	.group_logo_half > img {
		height: 500px;
		width: 50%;
	}
}

.group_three_logos {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.group_three_logos-inner {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

@media (min-width: 37.5em) {
	.group_three_logos {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.group_three_logos-inner {
		height: 333px;
		width: 34%;
	}
}

.entry.contact .entry-content {
	padding: 80px;
}

.contact-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #b9b9b9;
	font-size: 0.9rem;
}

@media (min-width: 48em) {
	.contact-inner {
		flex-direction: row;
	}
}

.contact-inner p:first-of-type {
	font-size: 1rem;
}

.contact-inner strong {
	color: white;
}

.contact-inner a {
	text-decoration: none;
	color: #b9b9b9;
}

.contact-inner__one,
.contact-inner__two {
	padding: 0 25px 0 25px;
	min-width: 250px;
}

@media (min-width: 48em) {
	.contact-inner__one,
	.contact-inner__two {
		min-width: auto;
	}
}

.site-footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 55px;
	background-color: black;
	padding: 0 50px 0 40px;
	z-index: 1000;
}

.footer-menu {
	display: none;
}

@media (min-width: 48em) {
	.site-footer {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer-menu {
		display: block;
	}
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 48em) {
	.footer-menu ul {
		text-align: left;
	}
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	position: relative;
	color: #bbb;
	font-size: 0.85em;
	text-decoration: none;
	padding: 0 10px;
	transition: 0.25s ease-in-out;
}

.footer-menu ul li a:after {
	content: "";
	position: absolute;
	top: 3px;
	right: -2px;
	height: 12px;
	border-left: 1px solid #bbb;
}

.footer-menu ul li.current-menu-item a,
.footer-menu ul li:first-of-type a:hover,
.footer-menu ul li:first-of-type a:focus,
.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
	color: #fff;
}

.footer-menu ul li:last-of-type a:after {
	border-left: none;
}

.copyright {
	font-size: 0.7em;
	color: #bbb;
	line-height: 55px;
}

@media (min-width: 48em) {
	.copyright {
		line-height: inherit;
	}
}

@media (min-width: 37.5em) {
	.page-template-custom-page-alt .main-navigation,
	.page-template-custom-page-contact .main-navigation,
	.page-template-default .main-navigation {
		border-bottom: 1px solid #666;
	}
}

.alt-page article {
	max-width: 1000px;
	min-height: calc(100vh - 139.38px);
	margin: 0 auto;
	padding: 40px;
	color: #bbb;
}

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

.bypostauthor {
	display: block;
}

/* 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
--------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
	/* Above WP toolbar. */
}

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

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