@charset "UTF-8";
/*!
Theme Name: BCMS 2026
Theme URI: http://underscores.me/
Author: Geoffrey Weeks
Author URI: https://documentone.org
Description: Description
Version: 1.0.6
Tested up to: 6.9.1
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bcms
Tags: 

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

BCMS Starter 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

--------------------------------------------------------------*/
.has-extradark-grey-background-color {
  background-color: #333;
}

.has-dark-grey-background-color {
  background-color: #4e4f51;
}

.has-light-grey-background-color {
  background-color: #ccc;
}

.has-extralight-grey-background-color {
  background-color: #eee;
}

.has-extradark-grey-color {
  color: #333;
}

.has-dark-grey-color {
  color: #4e4f51;
}

.has-light-grey-color {
  color: #ccc;
}

.has-extralight-grey-color {
  color: #eee;
}

.has-site-primary-background-color {
  background-color: #0158A4 !important;
}

.has-site-primary-color {
  color: #0158A4 !important;
}

.has-site-primary-alt-background-color {
  background-color: #0693E3 !important;
}

.has-site-primary-alt-color {
  color: #0693E3 !important;
}

.has-site-secondary-background-color {
  background-color: #70BF4A !important;
}

.has-site-secondary-color {
  color: #70BF4A !important;
}

.site-white {
  color: #fff;
}

.site-black {
  color: #111;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1, .h1 {
  font-family: "Josefin Sans", helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h2, .h2 {
  font-family: "Josefin Sans", helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 133%;
}

h2.alt, .h2.alt {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3 {
  font-size: 1.375rem;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
.has-extradark-grey-background-color {
  background-color: #333;
}

.has-dark-grey-background-color {
  background-color: #4e4f51;
}

.has-light-grey-background-color {
  background-color: #ccc;
}

.has-extralight-grey-background-color {
  background-color: #eee;
}

.has-extradark-grey-color {
  color: #333;
}

.has-dark-grey-color {
  color: #4e4f51;
}

.has-light-grey-color {
  color: #ccc;
}

.has-extralight-grey-color {
  color: #eee;
}

.has-site-primary-background-color {
  background-color: #0158A4 !important;
}

.has-site-primary-color {
  color: #0158A4 !important;
}

.has-site-primary-alt-background-color {
  background-color: #0693E3 !important;
}

.has-site-primary-alt-color {
  color: #0693E3 !important;
}

.has-site-secondary-background-color {
  background-color: #70BF4A !important;
}

.has-site-secondary-color {
  color: #70BF4A !important;
}

.site-white {
  color: #fff;
}

.site-black {
  color: #111;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

.wp-block-pullquote blockquote p {
  font-size: 1.75rem;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  font-style: normal;
  font-size: 1.25rem;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

:root {
  --wp--preset--font-size--small: 0.8125rem;
}

:root {
  --wp--preset--font-size--medium: 1.25rem;
}

:root {
  --wp--preset--font-size--large: 1.5rem;
}

:root {
  --wp--preset--font-size--x-large: 2rem;
}

.headline-light {
  font-weight: 600;
  color: #fff;
}

.headline-dark {
  font-weight: 600;
  color: #111;
}

.wp-block-group.label-and-large {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.wp-block-group.label-and-large .title-label {
  margin-bottom: 0.5rem;
}

.wp-block-group.label-and-large .has-large-font-size {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

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

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

ul,
ol {
  margin: 0 0 2.5em 0;
  padding-left: 2rem;
}

ul {
  list-style: disc;
}
ul > li {
  margin-bottom: 0.5rem;
  line-height: 133%;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #0158A4;
  text-decoration: none;
}
a:visited {
  color: #0693E3;
}
a:hover, a:focus, a:active {
  color: rgb(0.8, 70.4, 131.2);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.link-light {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s;
}
a.link-light:hover {
  opacity: 1;
}
a.anchor-up:after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.3em;
  mask-image: url("images/icon-arrowup.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}

/*

EXTERNAL LINK: Automataically add this based on presence
of target="_blank", but don't add it to images or disabled buttons.

*/
a[target=_blank]:not(:has(img), .is-disabled)::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.3em;
  mask-image: url("images/icon-external-link.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  border-radius: 0;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s ease;
}
button.is-disabled,
input[type=button].is-disabled,
input[type=reset].is-disabled,
input[type=submit].is-disabled {
  opacity: 0.8;
  background-color: transparent !important;
  border: 1px dotted #111 !important;
  pointer-events: none;
  cursor: not-allowed;
  font-weight: 400 !important;
  color: #111 !important;
  filter: invert(100%);
}
button.btn-fill,
input[type=button].btn-fill,
input[type=reset].btn-fill,
input[type=submit].btn-fill {
  background-color: #0158A4;
  border-color: #0158A4;
  color: #fff;
}
button.btn-fill:not(:disabled, .is-disabled):hover,
input[type=button].btn-fill:not(:disabled, .is-disabled):hover,
input[type=reset].btn-fill:not(:disabled, .is-disabled):hover,
input[type=submit].btn-fill:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #111;
  color: #111;
}
button.btn-fill-alt,
input[type=button].btn-fill-alt,
input[type=reset].btn-fill-alt,
input[type=submit].btn-fill-alt {
  background-color: #70BF4A;
  border-color: #70BF4A;
  color: #111 !important;
}
button.btn-fill-alt:not(:disabled, .is-disabled):hover,
input[type=button].btn-fill-alt:not(:disabled, .is-disabled):hover,
input[type=reset].btn-fill-alt:not(:disabled, .is-disabled):hover,
input[type=submit].btn-fill-alt:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}
button.btn-fill-dark,
input[type=button].btn-fill-dark,
input[type=reset].btn-fill-dark,
input[type=submit].btn-fill-dark {
  background-color: #111;
  border-color: #111;
  color: #eee !important;
}
button.btn-fill-dark:not(:disabled, .is-disabled):hover,
input[type=button].btn-fill-dark:not(:disabled, .is-disabled):hover,
input[type=reset].btn-fill-dark:not(:disabled, .is-disabled):hover,
input[type=submit].btn-fill-dark:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
button.btn-outline:not(:disabled, .is-disabled):hover,
input[type=button].btn-outline:not(:disabled, .is-disabled):hover,
input[type=reset].btn-outline:not(:disabled, .is-disabled):hover,
input[type=submit].btn-outline:not(:disabled, .is-disabled):hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
button.btn-fill-light,
input[type=button].btn-fill-light,
input[type=reset].btn-fill-light,
input[type=submit].btn-fill-light {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
button.btn-fill-light:not(:disabled, .is-disabled):hover,
input[type=button].btn-fill-light:not(:disabled, .is-disabled):hover,
input[type=reset].btn-fill-light:not(:disabled, .is-disabled):hover,
input[type=submit].btn-fill-light:not(:disabled, .is-disabled):hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #111 !important;
}
button.btn-outline-light,
input[type=button].btn-outline-light,
input[type=reset].btn-outline-light,
input[type=submit].btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
button.btn-outline-light:not(:disabled, .is-disabled):hover,
input[type=button].btn-outline-light:not(:disabled, .is-disabled):hover,
input[type=reset].btn-outline-light:not(:disabled, .is-disabled):hover,
input[type=submit].btn-outline-light:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
button:not([disabled]),
input[type=button]:not([disabled]),
input[type=reset]:not([disabled]),
input[type=submit]:not([disabled]) {
  cursor: pointer;
}
button:is([disabled]),
input[type=button]:is([disabled]),
input[type=reset]:is([disabled]),
input[type=submit]:is([disabled]) {
  cursor: not-allowed;
  opacity: 0.3;
}
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;
}
.filter-ui button,
.filter-ui input[type=button],
.filter-ui input[type=reset],
.filter-ui input[type=submit] {
  background-color: #fff;
  border: 1px solid #0158A4;
  color: #0158A4;
}
.filter-ui button.selected,
.filter-ui input[type=button].selected,
.filter-ui input[type=reset].selected,
.filter-ui input[type=submit].selected {
  background-color: #0158A4;
  color: #fff;
}

.wp-block-button .wp-block-button__link {
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  border-radius: 0;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s ease;
  background-color: #0158A4;
  border-color: #0158A4;
  color: #fff;
}
.wp-block-button .wp-block-button__link.is-disabled {
  opacity: 0.8;
  background-color: transparent !important;
  border: 1px dotted #111 !important;
  pointer-events: none;
  cursor: not-allowed;
  font-weight: 400 !important;
  color: #111 !important;
  filter: invert(100%);
}
.wp-block-button .wp-block-button__link:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #111;
  color: #111;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled, .is-disabled):hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.wp-block-button.is-style-fill-light .wp-block-button__link {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
.wp-block-button.is-style-fill-light .wp-block-button__link:not(:disabled, .is-disabled):hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #111 !important;
}
.wp-block-button.is-style-outline-light .wp-block-button__link {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
.wp-block-button.is-style-outline-light .wp-block-button__link:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}

/*
Below is generally just for code, not within the block editor,
since a plain <a> tag gets wrapped in a <p> tag, unless you
use an HTML block.
*/
a.btn {
  padding: 0.5rem 0.75rem;
  border: 1px solid;
  border-radius: 0;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
a.btn.is-disabled {
  opacity: 0.8;
  background-color: transparent !important;
  border: 1px dotted #111 !important;
  pointer-events: none;
  cursor: not-allowed;
  font-weight: 400 !important;
  color: #111 !important;
  filter: invert(100%);
}
a.btn-fill {
  background-color: #0158A4;
  border-color: #0158A4;
  color: #fff;
}
a.btn-fill:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #111;
  color: #111;
}
a.btn-fill-alt {
  background-color: #70BF4A;
  border-color: #70BF4A;
  color: #111 !important;
}
a.btn-fill-alt:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}
a.btn-fill-dark {
  background-color: #111;
  border-color: #111;
  color: #eee !important;
}
a.btn-fill-dark:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
a.btn-outline {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
a.btn-outline:not(:disabled, .is-disabled):hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
a.btn-fill-light {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
a.btn-fill-light:not(:disabled, .is-disabled):hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #111 !important;
}
a.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
a.btn-outline-light:not(:disabled, .is-disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  font-family: "Josefin Sans", helvetica, arial, sans-serif;
  font-weight: 300;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  flex-direction: column;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  padding: 1rem 0;
  background-color: #333;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.2s;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  margin-bottom: 0.25rem;
}
.main-navigation ul ul li a {
  padding: 0.5rem 0;
  font-size: 1rem;
  text-transform: none;
  min-width: 240px;
  transition: color 0.2s;
}
.main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-item > a {
  border-bottom: none;
  color: #fff;
  font-weight: 600;
}
.main-navigation ul ul li.current-page-ancestor > a, .main-navigation ul ul li.current-menu-ancestor > a {
  border-bottom: none;
  color: #ccc;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul li.menu-divider {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dotted #4e4f51;
}
.main-navigation ul ul li.menu-emphasis a {
  text-transform: uppercase;
}
.main-navigation ul ul a {
  width: auto;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #0693E3;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  opacity: 1;
}
.main-navigation li {
  position: relative;
  margin: 0 1em;
}
.main-navigation li a {
  padding-bottom: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #ccc;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.site-footer #footer-main .menu-footer-container .menu {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  width: fit-content;
}
.site-footer #footer-main .menu-footer-container .menu li {
  display: block;
}
.site-footer #footer-main .menu-footer-container .menu li {
  font-size: 1rem;
  line-height: 150%;
}
.site-footer #footer-main .menu-footer-container .menu li.new-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted #ccc;
}
.site-footer #footer-main .menu-footer-container .menu li a {
  color: #ccc;
  text-decoration: none;
}
.site-footer #footer-main .menu-footer-container .menu li a:hover {
  color: #0693E3;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1280px) {
  .main-navigation li {
    margin: 0 0.625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1080px) {
  /* Small menu starts at this size */
  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }
  body.menu-open .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .main-navigation.toggled {
    padding-bottom: 2rem;
  }
  .main-navigation.toggled ul {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    height: 100%;
  }
  .main-navigation.toggled ul > li {
    margin-bottom: 1rem;
    border-bottom: 1px dotted #4e4f51;
  }
  .main-navigation.toggled ul > li.focus {
    border-bottom: none;
  }
  .main-navigation.toggled ul > li.focus ul {
    display: block;
  }
  .main-navigation.toggled ul ul.sub-menu {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: left;
    left: auto;
  }
  .main-navigation.toggled ul ul.sub-menu > li {
    margin: 0;
    line-height: 133%;
    border-bottom: none;
  }
  .main-navigation.toggled ul ul.sub-menu > li a {
    width: auto;
    padding: 0.75rem 0;
    border-bottom: 0;
    text-transform: none;
  }
  .main-navigation.toggled ul ul.sub-menu > li.current_page_item > a, .main-navigation.toggled ul ul.sub-menu > li.current-menu-item > a {
    color: #fff;
    font-weight: 600;
  }
  .main-navigation.toggled ul ul.sub-menu > li.current-page-ancestor > a, .main-navigation.toggled ul ul.sub-menu > li.current-menu-ancestor > a {
    color: #ccc;
    font-weight: 300 !important;
  }
  .main-navigation.toggled ul ul.sub-menu > li.menu-divider {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .main-navigation.toggled ul ul.sub-menu > li.menu-emphasis a {
    text-transform: uppercase;
  }
  .main-navigation.toggled .menu-toggle {
    z-index: 1;
    background-position: -31px 0;
  }
  .main-navigation.toggled .menu-main-menu-container {
    position: fixed;
    top: 135px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    overflow-y: auto;
  }
  .main-navigation.toggled .current_page_item > a,
  .main-navigation.toggled .current-menu-item > a,
  .main-navigation.toggled .current-page-ancestor > a,
  .main-navigation.toggled .current-menu-ancestor > a,
  .main-navigation.toggled .current-menu-parent > a {
    border-bottom: none;
    font-weight: 600 !important;
    color: #fff;
  }
  .menu-toggle {
    display: block;
    position: fixed;
    top: 52px;
    right: 1rem;
    width: 32px;
    height: 32px !important;
    background-color: #111;
    background-image: url("images/icons-menu.svg");
    background-repeat: no-repeat;
    background-size: 64px 32px;
    border: 0;
    padding: 0;
    text-indent: -999rem;
  }
  .main-navigation ul {
    display: none;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  max-width: 1280px;
  margin: 3.5em auto;
}

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

.narrow {
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
}

.narrower {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
}

.hide-on-mobile {
  display: block;
}

body.page .entry-header,
.page-header {
  /* Note: single-bcms_concert makes use solely of the .message layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  min-height: 200px;
  background-color: transparent;
  text-align: center;
}
body.page .entry-header h1,
.page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
body.page .entry-header.fw-bgi,
.page-header.fw-bgi {
  position: relative;
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: var(--bg-x, 50%) var(--bg-y, 50%);
  animation: parallax linear;
  animation-timeline: scroll();
}
body.page .entry-header.fw-bgi.key-area-center,
.page-header.fw-bgi.key-area-center {
  --bg-x: 50%;
  --bg-y: 50%;
}
body.page .entry-header.fw-bgi.key-area-topleft,
.page-header.fw-bgi.key-area-topleft {
  --bg-x: 20%;
  --bg-y: 20%;
}
body.page .entry-header.fw-bgi.key-area-topcenter,
.page-header.fw-bgi.key-area-topcenter {
  --bg-x: 50%;
  --bg-y: 20%;
}
body.page .entry-header.fw-bgi.key-area-topright,
.page-header.fw-bgi.key-area-topright {
  --bg-x: 80%;
  --bg-y: 20%;
}
body.page .entry-header.fw-bgi.key-area-right,
.page-header.fw-bgi.key-area-right {
  --bg-x: 80%;
  --bg-y: 50%;
}
body.page .entry-header.fw-bgi.key-area-bottomright,
.page-header.fw-bgi.key-area-bottomright {
  --bg-x: 80%;
  --bg-y: 80%;
}
body.page .entry-header.fw-bgi.key-area-bottomcenter,
.page-header.fw-bgi.key-area-bottomcenter {
  --bg-x: 50%;
  --bg-y: 80%;
}
body.page .entry-header.fw-bgi.key-area-bottomleft,
.page-header.fw-bgi.key-area-bottomleft {
  --bg-x: 20%;
  --bg-y: 80%;
}
body.page .entry-header.fw-bgi.key-area-left,
.page-header.fw-bgi.key-area-left {
  --bg-x: 20%;
  --bg-y: 50%;
}
body.page .entry-header.fw-bgi h1,
.page-header.fw-bgi h1 {
  font-weight: 700;
}
body.page .entry-header.fw-bgi .title-etc,
.page-header.fw-bgi .title-etc {
  z-index: 2;
}
body.page .entry-header.fw-bgi .fade-out,
.page-header.fw-bgi .fade-out {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.34);
}
@keyframes parallax {
  from {
    background-position-y: var(--bg-y);
  }
  to {
    background-position-y: calc(var(--bg-y) + 200px);
  }
}
body.page .entry-header.message,
.page-header.message {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  min-height: 400px;
  padding-left: 0;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  padding-right: 50%;
  text-align: left;
}
body.page .entry-header.message::before,
.page-header.message::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.page .entry-header.message.key-area-center::before,
.page-header.message.key-area-center::before {
  background-position: center;
}
body.page .entry-header.message.key-area-topleft::before,
.page-header.message.key-area-topleft::before {
  background-position: 20% 20%;
}
body.page .entry-header.message.key-area-topcenter::before,
.page-header.message.key-area-topcenter::before {
  background-position: 50% 20%;
}
body.page .entry-header.message.key-area-topright::before,
.page-header.message.key-area-topright::before {
  background-position: 80% 20%;
}
body.page .entry-header.message.key-area-right::before,
.page-header.message.key-area-right::before {
  background-position: 80% 50%;
}
body.page .entry-header.message.key-area-bottomright::before,
.page-header.message.key-area-bottomright::before {
  background-position: 80% 80%;
}
body.page .entry-header.message.key-area-bottomcenter::before,
.page-header.message.key-area-bottomcenter::before {
  background-position: 50% 80%;
}
body.page .entry-header.message.key-area-bottomleft::before,
.page-header.message.key-area-bottomleft::before {
  background-position: 20% 80%;
}
body.page .entry-header.message.key-area-left::before,
.page-header.message.key-area-left::before {
  background-position: 20% 50%;
}
body.page .entry-header.message > div,
.page-header.message > div {
  max-width: 85%;
  padding-left: 3rem;
}
body.page .entry-header.message.image-left,
.page-header.message.image-left {
  padding-left: 50%;
  padding-right: 0;
}
body.page .entry-header.message.image-left::before,
.page-header.message.image-left::before {
  left: 0;
  right: auto;
}
body.page .entry-header.message.image-left > div,
.page-header.message.image-left > div {
  margin-left: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
}
body.page .entry-header.message h1, body.page .entry-header.message h2, body.page .entry-header.message p, body.page .entry-header.message ul, body.page .entry-header.message ol,
.page-header.message h1,
.page-header.message h2,
.page-header.message p,
.page-header.message ul,
.page-header.message ol {
  color: inherit;
}
body.page .entry-header.message p,
.page-header.message p {
  font-size: 1.125rem;
}
body.page .entry-header.tx-dark,
.page-header.tx-dark {
  color: #111;
}
body.page .entry-header.tx-light,
.page-header.tx-light {
  color: #fff;
}
body.page .entry-header.tx-light *,
.page-header.tx-light * {
  color: inherit;
}
body.page .entry-header .archive-description p,
.page-header .archive-description p {
  margin-bottom: 0;
}

body.blog article, body.archive article {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px !important;
  padding: 3rem 0;
  border-top: 1px dotted #ccc;
}

body.blog .entry-header, body.archive .entry-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px !important;
  display: flex;
}
body.blog .entry-header .post-thumbnail, body.archive .entry-header .post-thumbnail {
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 3rem;
}
body.blog .entry-header .post-thumbnail img, body.archive .entry-header .post-thumbnail img {
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
  width: 200px;
  height: 200px;
  object-fit: cover;
}
body.blog .entry-header h2, body.archive .entry-header h2 {
  margin: 0.5rem 0;
}
body.blog .entry-header .excerpt, body.archive .entry-header .excerpt {
  font-size: 1.125rem;
}
body.blog .entry-header .title-label, body.archive .entry-header .title-label {
  margin-bottom: 0.25rem;
}
body.blog article.category-beyond-the-bio .entry-header .excerpt, body.archive article.category-beyond-the-bio .entry-header .excerpt {
  font-style: italic;
}
body.blog article.category-beyond-the-bio .entry-header .post-thumbnail, body.archive article.category-beyond-the-bio .entry-header .post-thumbnail {
  filter: grayscale(100%);
}
body.single .entry-header {
  padding: 2rem;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  background-image: linear-gradient(#333, #111);
  color: #fff;
}
body.single .entry-header .post-thumbnail {
  flex-basis: 33%;
}
body.single .entry-header .post-thumbnail img {
  height: 300px;
  width: auto;
  object-fit: contain;
}
body.single .entry-header .post-title {
  padding: 2rem 3rem;
}
body.single .entry-header .entry-meta {
  opacity: 0.6;
}
body.single .entry-header h1 {
  margin: 1.5rem 0;
  font-size: 2rem;
}
body.single .entry-header a {
  text-decoration: none;
  color: #0693E3;
}
body.single article.category-beyond-the-bio .entry-header, body.single-bcms_concert .entry-header {
  align-items: stretch;
  min-height: 500px;
  max-height: 650px;
  padding: 0 2rem 0 0;
  overflow: hidden;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail, body.single-bcms_concert .entry-header .post-thumbnail {
  background-size: cover;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-center, body.single-bcms_concert .entry-header .post-thumbnail.key-area-center {
  background-position: center;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-topleft, body.single-bcms_concert .entry-header .post-thumbnail.key-area-topleft {
  background-position: 20% 20%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-topcenter, body.single-bcms_concert .entry-header .post-thumbnail.key-area-topcenter {
  background-position: 50% 20%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-topright, body.single-bcms_concert .entry-header .post-thumbnail.key-area-topright {
  background-position: 80% 20%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-right, body.single-bcms_concert .entry-header .post-thumbnail.key-area-right {
  background-position: 80% 50%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-bottomright, body.single-bcms_concert .entry-header .post-thumbnail.key-area-bottomright {
  background-position: 80% 80%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-bottomcenter, body.single-bcms_concert .entry-header .post-thumbnail.key-area-bottomcenter {
  background-position: 50% 80%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-bottomleft, body.single-bcms_concert .entry-header .post-thumbnail.key-area-bottomleft {
  background-position: 20% 80%;
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail.key-area-left, body.single-bcms_concert .entry-header .post-thumbnail.key-area-left {
  background-position: 20% 50%;
}
body.single article.category-beyond-the-bio .entry-header .post-title, body.single-bcms_concert .entry-header .post-title {
  align-self: center;
  padding: 3.5rem 5rem;
}
body.single article.category-beyond-the-bio .entry-header h1, body.single-bcms_concert .entry-header h1 {
  font-size: 3rem;
}
body.single article.category-beyond-the-bio .entry-header blockquote, body.single-bcms_concert .entry-header blockquote {
  margin: 5rem 0 0 0;
}
body.single article.category-beyond-the-bio .entry-header blockquote p, body.single-bcms_concert .entry-header blockquote p {
  font-size: 1.375rem;
  font-style: italic;
  color: #ccc;
}
body.single article.category-beyond-the-bio .entry-header {
  background-image: linear-gradient(135deg, #333 50%, #111);
}
body.single article.category-beyond-the-bio .entry-header .post-thumbnail {
  flex-basis: 33.33%;
  filter: grayscale(100%);
}
body.single article.category-beyond-the-bio .entry-header .post-title {
  flex-basis: 66.66%;
}
body.single-bcms_concert .entry-header .post-thumbnail {
  flex-basis: 50%;
}
body.single-bcms_concert .entry-header .post-title {
  flex-basis: 50%;
}
body.single-bcms_concert .entry-header {
  background-image: linear-gradient(135deg, #0158A4 50%, #002B50);
}
body.single-bcms_concert .entry-header h1 {
  margin-top: 0;
}
.entry-header .key-info {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.125rem;
}
.entry-header .key-info p {
  margin: 0;
}
.entry-header .key-info .key-info-large {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: var(--wp--preset--font-size--large);
}
.entry-header .key-info a {
  opacity: 0.7;
  color: #fff !important;
}
.entry-header .event-actions {
  padding-top: 3rem;
}
.entry-header .event-actions a {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.entry-header .event-actions span {
  display: block;
}

body.home .entry-content {
  margin-top: -2rem;
}
body.blog .entry-content, body.archive .entry-content {
  display: none;
}
.title-label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.entry-meta {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
}

#cta-content-end {
  text-align: center;
}

.wp-block-group {
  margin-bottom: 3rem;
}
.wp-block-group.full-width {
  padding: 2rem;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.wp-block-group.full-width.with-margins > * {
  max-width: 1280px;
  margin: 0 auto;
}
.wp-block-group .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns {
  margin-bottom: 3rem;
  gap: 3rem;
}
.wp-block-columns.image-fill {
  align-items: stretch !important;
  gap: 0;
}
.wp-block-columns.image-fill > .wp-block-column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch !important;
}
.wp-block-columns.image-fill > .wp-block-column.the-image figure {
  margin: 0;
  height: 100%;
  width: 100%;
}
.wp-block-columns.image-fill > .wp-block-column.the-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none;
}
.wp-block-columns.image-fill > .wp-block-column:not(.the-image) {
  padding: 3rem 4rem 3rem 3rem;
}

.wp-block-column > h2, .wp-block-column > h3 {
  margin-top: 1.25rem;
}
.wp-block-column > :is(p):first-child {
  margin-top: 0;
}

.wp-block-media-text {
  margin: 8rem 0;
}
.wp-block-media-text.has-background {
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
  border-top: none;
  border-radius: 9px;
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-separator {
  margin: 2rem 0;
  border-top: 0;
}

.wp-block-pullquote {
  padding: 2rem 0;
}

.wp-block-accordion-heading {
  font-weight: 400 !important;
}

@media screen and (min-width: 1640px) {
  body.page .entry-header,
  .page-header {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    width: 1640px;
    max-width: 1640px;
    margin-left: -2rem;
  }
  body.single .entry-header {
    width: 1640px;
    max-width: 1640px;
    margin-left: -2rem;
  }
  .wp-block-group.full-width {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    width: 1640px;
    max-width: 1640px;
    margin-left: -11.25rem;
    padding: 3rem 2rem;
  }
  .wp-block-cover.full-width {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    width: 1640px;
    max-width: 1640px;
    margin-left: -11.25rem;
  }
}
@media screen and (max-width: 1639px) {
  body.page .entry-header,
  .page-header {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
  .wp-block-group.full-width {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
  .wp-block-cover.full-width {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1280px) {
  body.single article.category-beyond-the-bio .entry-header {
    min-height: 450px;
  }
  body.single article.category-beyond-the-bio .entry-header h1 {
    font-size: 2.5rem;
  }
  body.single article.category-beyond-the-bio .entry-header blockquote p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  body.page .entry-header.message.image-left,
  .page-header.message.image-left {
    padding-left: 50%;
    padding-right: 0;
  }
  body.page .entry-header.message.image-left::before,
  .page-header.message.image-left::before {
    left: 0;
    right: auto;
  }
  body.page .entry-header.message p,
  .page-header.message p {
    font-size: 1rem;
  }
  body.page .entry-header.message .wp-block-buttons,
  .page-header.message .wp-block-buttons {
    transform: scale(0.875);
    transform-origin: left;
  }
  body.single .entry-header .post-thumbnail {
    flex-basis: 50%;
  }
  body.single .entry-header .post-thumbnail img {
    height: 200px;
    max-height: 200px;
  }
  body.single article.category-beyond-the-bio .entry-header .post-title, body.single-bcms_concert .entry-header .post-title {
    padding: 2rem 1rem 2rem 3.5rem;
  }
  body.single article.category-beyond-the-bio .entry-header h1, body.single-bcms_concert .entry-header h1 {
    font-size: 2.5rem;
  }
  body.single article.category-beyond-the-bio .entry-header blockquote, body.single-bcms_concert .entry-header blockquote {
    margin-top: 3.5rem;
  }
  body.single article.category-beyond-the-bio .entry-header .post-thumbnail {
    flex-basis: 50%;
  }
  body.single article.category-beyond-the-bio .entry-header .post-title {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  body.page .entry-header.fw-bgi,
  .page-header.fw-bgi {
    min-height: 280px;
  }
  body.page .entry-header.message,
  .page-header.message {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-right: 50%;
  }
  body.page .entry-header.message > div,
  .page-header.message > div {
    max-width: none;
    padding-left: 2rem;
  }
  body.page .entry-header.message::before,
  .page-header.message::before {
    width: 40%;
  }
  body.page .entry-header.message.image-left > div,
  .page-header.message.image-left > div {
    margin-left: 0;
    padding-left: 0;
  }
  .title-label {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 800px) {
  body.page .entry-header.message, body.page .entry-header.message.image-left,
  .page-header.message,
  .page-header.message.image-left {
    align-items: flex-start;
    padding-top: calc(3rem + 200px);
    padding-right: 0;
    padding-left: 0;
  }
  body.page .entry-header.message > div, body.page .entry-header.message.image-left > div,
  .page-header.message > div,
  .page-header.message.image-left > div {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.page .entry-header.message::before, body.page .entry-header.message.image-left::before,
  .page-header.message::before,
  .page-header.message.image-left::before {
    width: 50%;
    height: 200px;
    top: 2rem;
    left: 2rem;
    right: 2rem;
  }
  body.single .entry-header {
    flex-direction: column;
    text-align: center;
  }
  body.single .entry-header .post-thumbnail {
    flex-basis: auto;
    order: 2;
    margin-top: 2rem;
  }
  body.single .entry-header .post-title {
    order: 1;
    padding: 0;
  }
  body.single article.category-beyond-the-bio .entry-header, body.single-bcms_concert .entry-header {
    justify-content: flex-start;
    min-height: 0;
    max-height: none;
    padding: 2.5rem 2rem;
  }
  body.single article.category-beyond-the-bio .entry-header .post-thumbnail, body.single-bcms_concert .entry-header .post-thumbnail {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 210px;
    max-height: 210px;
    min-height: 210px;
  }
  body.single article.category-beyond-the-bio .entry-header .post-title, body.single-bcms_concert .entry-header .post-title {
    padding: 0;
  }
  body.single article.category-beyond-the-bio .entry-header blockquote, body.single-bcms_concert .entry-header blockquote {
    margin-top: 2.5rem;
  }
  body.single-bcms_concert .entry-header {
    background-image: linear-gradient(135deg, #0158A4 50%, #002B50);
  }
  body.single-bcms_concert .entry-header .key-actions a {
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  .wp-block-group.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-group.is-layout-flex img {
    max-height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns {
    gap: 1rem;
    row-gap: 2.5rem;
  }
  .wp-block-columns.image-fill > .wp-block-column.the-image {
    order: 1;
  }
  .wp-block-columns.image-fill > .wp-block-column:not(.the-image) {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .hide-on-mobile {
    display: none;
  }
  body.page .entry-header,
  .page-header {
    min-height: 0;
    margin-top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  body.page .entry-header.fw-bgi,
  .page-header.fw-bgi {
    min-height: 240px;
  }
  body.page .entry-header.message, body.page .entry-header.message.image-left,
  .page-header.message,
  .page-header.message.image-left {
    padding-top: calc(1.5rem + 200px);
  }
  body.page .entry-header.message > div, body.page .entry-header.message.image-left > div,
  .page-header.message > div,
  .page-header.message.image-left > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.page .entry-header.message::before, body.page .entry-header.message.image-left::before,
  .page-header.message::before,
  .page-header.message.image-left::before {
    width: auto;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
  }
  body.blog .entry-header .post-thumbnail, body.archive .entry-header .post-thumbnail {
    padding-right: 1.5rem;
  }
  body.blog .entry-header .post-thumbnail img, body.archive .entry-header .post-thumbnail img {
    width: 160px;
    height: 160px;
  }
  body.single .entry-header {
    margin-top: 0;
  }
  body.blog .entry-content, body.archive .entry-content {
    display: block;
    margin: 1.5rem 0;
  }
  body.blog article.category-beyond-the-bio .entry-content, body.archive article.category-beyond-the-bio .entry-content {
    font-style: italic;
  }
  .wp-block-group.full-width {
    padding: 1.5rem 1rem;
  }
  .wp-block-media-text {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  body.blog .entry-header .post-thumbnail img, body.archive .entry-header .post-thumbnail img {
    width: 120px;
    height: 120px;
  }
  body.blog .entry-header h2, body.archive .entry-header h2 {
    font-size: 1.375rem;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area {
  padding: 2rem;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

img.use-key-area {
  object-fit: cover;
}
img.key-area-center {
  object-position: center;
}
img.key-area-topleft {
  object-position: 20% 20%;
}
img.key-area-topcenter {
  object-position: 50% 20%;
}
img.key-area-topright {
  object-position: 80% 20%;
}
img.key-area-right {
  object-position: 80% 50%;
}
img.key-area-bottomright {
  object-position: 80% 80%;
}
img.key-area-bottomcenter {
  object-position: 50% 80%;
}
img.key-area-bottomleft {
  object-position: 20% 80%;
}
img.key-area-left {
  object-position: 20% 50%;
}

.wp-block-image.logo img, .wp-block-image.no-image-style img, .wp-block-gallery .wp-block-image img {
  box-shadow: none;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Custom Styles
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

:root {
  --header-height: 136px;
}

body {
  padding-top: var(--header-height);
  background-image: linear-gradient(to right, #eee, #bbb 3%, #bbb 97%, #eee);
}

.site {
  max-width: 1640px;
  margin: 0 auto;
  background-color: #fff;
}

.site-main {
  padding: 2rem;
}

.site-header {
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background-image: linear-gradient(to bottom, #0A0A0A, #111);
}
.site-header .site-branding {
  flex-shrink: 0;
}
.site-header #site-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header .header-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
}
.site-header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.site-header.headroom--pinned {
  transform: translateY(0%);
}
.site-header.headroom--unpinned {
  transform: translateY(-100%);
}

.site-title {
  margin: 0;
}
.site-title a {
  display: block;
  width: 141px;
  height: 88px;
}
.site-title a img {
  display: block;
  opacity: 1;
  transition: filter 0.3s;
}
.site-title a:hover img {
  filter: grayscale(100%) brightness(1.4);
}

.site-footer {
  padding: 0;
  background-color: #333;
  color: #ccc;
}
.site-footer #footer-main {
  display: flex;
  color: inherit;
}
.site-footer #footer-main #footer-info {
  flex-basis: 66.66%;
  display: flex;
  padding: 2rem 3rem;
}
.site-footer #footer-main #footer-info > :first-child {
  margin-top: 0;
}
.site-footer #footer-main #footer-info .company {
  flex-basis: 66.66%;
}
.site-footer #footer-main #footer-info .company > :first-child {
  margin-top: 0;
  margin-block: 0.5rem;
}
.site-footer #footer-main #footer-info .menu-footer-container {
  flex-basis: 33.33%;
  padding-left: 2rem;
}
.site-footer #footer-main #footer-info .menu-footer-container > :first-child {
  margin-top: 0.5rem;
}
.site-footer #footer-main #footer-info .company a {
  color: #ccc;
  text-decoration: none;
}
.site-footer #footer-main #footer-info .company a:hover {
  color: #0693E3;
}
.site-footer #footer-main #footer-cta {
  flex-basis: 33.33%;
  padding: 2rem 3rem;
  background-color: #111;
  color: inherit;
}
.site-footer #footer-main #footer-cta > :first-child {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.site-footer #footer-main .site-info {
  margin-top: 4rem;
  font-size: 0.875rem;
  color: #ccc;
}
.site-footer #footer-main .communicate {
  display: flex;
  align-items: center;
}
.site-footer #footer-main ul.social-links {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
}
.site-footer #footer-main ul.social-links li {
  display: inline-block;
}
.site-footer #footer-main ul.social-links li {
  margin-right: 0.5rem;
  line-height: 100%;
}
.site-footer #footer-main ul.social-links li a svg {
  fill: #fff;
  opacity: 0.8;
}
.site-footer #footer-main ul.social-links li a:hover svg {
  opacity: 1;
}
.site-footer #footer-main .btn {
  margin-right: 1rem;
  margin-bottom: 0;
}

.hero {
  padding: 2rem;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  margin-top: -2rem;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 26/9;
  overflow: hidden;
  color: #fff;
  background-color: #111;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.6));
  z-index: 1;
  pointer-events: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2.5s ease;
}
.hero__layer.active {
  opacity: 1;
}

.hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  text-align: center;
}
.hero__content h2 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 2.5rem;
}
.hero__content p {
  font-size: 1.375rem;
  margin-bottom: 0;
  margin-top: 0;
}
.hero__content .hero__cta {
  margin-top: 1.5rem;
}
.hero__content .btn {
  margin: 0 0.25rem;
}

.hero__mobile {
  display: none;
}
.hero__mobile p {
  display: none;
}

#people {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 4rem;
}
#people a.person {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #0158A4;
  text-decoration: none;
  color: #fff;
}
#people a.person.is-disabled {
  cursor: default;
}
#people a.person:hover:not(.is-disabled) img {
  opacity: 0;
}
#people a.person:hover:not(.is-disabled) img.tinted {
  opacity: 1;
}
#people a.person:hover span.person-meta {
  max-height: 4rem;
  background-color: #0158A4;
}
#people a.person:hover span.person-meta span {
  opacity: 1;
}
#people a.person img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  box-shadow: none;
  mix-blend-mode: normal;
  opacity: 1;
  transition: opacity 0.4s;
  filter: grayscale(100%);
}
#people a.person img.tinted {
  opacity: 0;
  mix-blend-mode: overlay;
}
#people a.person span.person-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 2.5rem;
  padding: 0.5rem 1rem;
  overflow: hidden;
  text-wrap-mode: nowrap;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.4s, max-height 0.4s;
}
#people a.person span.person-meta span {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.4s;
}

.overlay-bcms {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(233, 233, 233, 0.9);
  overflow-y: scroll !important;
  pointer-events: all;
  z-index: 9999;
}
.overlay-bcms .close-modal {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-image: url("images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 32px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.overlay-bcms .overlay-content {
  position: static;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 4.5em;
  background-color: #fff;
}
.overlay-bcms .overlay-content .close-modal {
  display: block;
  position: relative;
  right: auto;
  margin: 0 auto;
}

#people-content .bio-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  padding: 2em;
  background-color: #333;
}
#people-content .bio-header .bio-photo {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 2em;
  text-align: center;
}
#people-content .bio-header .bio-photo img {
  max-height: 360px;
  box-shadow: none;
  filter: grayscale(100%);
}
#people-content .bio-header .bio-info {
  flex-grow: 2;
  flex-shrink: 2;
  padding-right: 2em;
  color: #fff;
}
#people-content .bio-header .bio-info h2 {
  font-size: 40px;
  margin-bottom: 0em;
}
#people-content .bio-header .meta-main {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 21px;
}
#people-content .bio-header .meta-other {
  font-size: 14px;
  font-style: italic;
}
#people-content .bio-header .meta-links {
  padding-top: 1em;
  border-top: 1px solid #ddd;
  list-style-type: none;
  font-size: 14px;
}
#people-content .bio-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5em;
}

#bcms-events {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px !important;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
#bcms-events h2 {
  text-align: center;
  margin-bottom: 0;
  padding: 2rem 0;
}
#bcms-events .event-results {
  order: 2;
}
#bcms-events .filter-ui {
  text-align: center;
  margin-bottom: 2rem;
  order: 1;
}
#bcms-events .bcms-event {
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  background-image: linear-gradient(315deg, #0158A4, #002B50 75%);
  color: #fff;
}
#bcms-events .bcms-event .event-main {
  flex-basis: 70%;
  flex-shrink: 0;
  display: flex;
  padding: 1.5rem 2.5rem 1.5rem 2rem;
}
#bcms-events .bcms-event .event-main > div {
  flex-basis: 50%;
  padding-right: 1.5rem;
}
#bcms-events .bcms-event .event-main > div h3 {
  margin: 0;
  color: #fff;
}
#bcms-events .bcms-event .event-main > div h3 a {
  color: #70BF4A;
  transition: color 0.3s;
}
#bcms-events .bcms-event .event-main > div h3 a:hover {
  color: #fff;
}
#bcms-events .bcms-event .event-main > div p {
  color: #ccc;
}
#bcms-events .bcms-event .event-main > div .event-date {
  display: block;
  margin-bottom: 0.5rem;
}
#bcms-events .bcms-event .event-visual {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
#bcms-events .bcms-event .event-visual.key-area-center {
  background-position: center;
}
#bcms-events .bcms-event .event-visual.key-area-topleft {
  background-position: 20% 20%;
}
#bcms-events .bcms-event .event-visual.key-area-topcenter {
  background-position: 50% 20%;
}
#bcms-events .bcms-event .event-visual.key-area-topright {
  background-position: 80% 20%;
}
#bcms-events .bcms-event .event-visual.key-area-right {
  background-position: 80% 50%;
}
#bcms-events .bcms-event .event-visual.key-area-bottomright {
  background-position: 80% 80%;
}
#bcms-events .bcms-event .event-visual.key-area-bottomcenter {
  background-position: 50% 80%;
}
#bcms-events .bcms-event .event-visual.key-area-bottomleft {
  background-position: 20% 80%;
}
#bcms-events .bcms-event .event-visual.key-area-left {
  background-position: 20% 50%;
}
#bcms-events .bcms-event .event-actions {
  flex-basis: 100%;
  flex-shrink: 0;
  padding: 1.25rem 2rem;
  background-color: #111;
}
#bcms-events .bcms-event .event-actions a.btn {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
#bcms-events .bcms-event .event-actions .action-footnotes {
  font-style: italic;
  color: #ccc;
}

#event-program {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
  margin-top: 5rem;
}
#event-program h2 {
  text-align: center;
}

#event-people {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #eee;
  background-image: linear-gradient(#fff, #eee);
}
#event-people h2 {
  text-align: center;
}
#event-people .people-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}
#event-people .people-container a.person {
  text-align: center;
  color: #0693E3;
  transition: color 0.3s;
}
#event-people .people-container a.person img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
  transition: transform 0.3s, box-shadow 0.3s;
}
#event-people .people-container a.person.is-disabled {
  color: #333;
  pointer-events: none;
  cursor: not-allowed;
}
#event-people .people-container a.person:hover {
  color: #0158A4;
}
#event-people .people-container a.person:hover img {
  transform: scale(1.05);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
}
#event-people .people-container a.person .person-meta {
  display: block;
  margin-top: 0.5rem;
  font-weight: 600;
}
#event-people .people-container a.person .person-meta span {
  display: block;
  font-weight: 400;
  font-style: italic;
  color: #4e4f51;
}
#event-people .people-container.row-control-large {
  max-width: 80%;
}
.program-item {
  overflow-y: auto;
  padding: 3rem 0 4rem 0;
  border-top: 1px solid #eee;
}
.program-item:first-of-type {
  border-top: none;
}
.program-item .item-info {
  display: block;
  overflow: hidden;
}
.program-item .item-info h3 {
  margin: 0;
  font-family: "Josefin Sans", helvetica, arial, sans-serif;
  font-size: 1.5rem;
}
.program-item .item-info .item-subtitle {
  display: block;
  font-family: "Josefin Sans", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.program-item .item-visual {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding-right: 0.75rem;
}
.program-item .item-visual img {
  box-shadow: -9px 9px 22px rgba(0, 0, 0, 0.15);
  width: 300px;
  height: 300px;
  border: 12px solid #fff;
  object-fit: cover;
}
.program-item .item-visual.key-area-center img {
  object-position: center;
}
.program-item .item-visual.key-area-topleft img {
  object-position: 20% 20%;
}
.program-item .item-visual.key-area-topcenter img {
  object-position: 50% 20%;
}
.program-item .item-visual.key-area-topright img {
  object-position: 80% 20%;
}
.program-item .item-visual.key-area-right img {
  object-position: 80% 50%;
}
.program-item .item-visual.key-area-bottomright img {
  object-position: 80% 80%;
}
.program-item .item-visual.key-area-bottomcenter img {
  object-position: 50% 80%;
}
.program-item .item-visual.key-area-bottomleft img {
  object-position: 20% 80%;
}
.program-item .item-visual.key-area-left img {
  object-position: 20% 50%;
}
.program-item button.notes-btn {
  padding: 0;
  border: none;
  background: transparent;
  text-transform: none;
  color: #0158A4;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}
.program-item button.notes-btn::after {
  content: " +";
}
.program-item button.notes-btn.notes-open::after {
  content: " –";
}
.program-item .notes-content {
  display: none;
}

.past-season {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 2.5rem 0;
  border-top: 1px solid #eee;
}
.past-season:first-of-type {
  border-top: none;
}
.past-season .item-info {
  flex-basis: 30%;
  padding-right: 1.5rem;
}
.past-season .item-info h2 {
  margin: 0;
}
.past-season .item-info p:first-of-type {
  margin-top: 0;
}
.past-season .item-details {
  flex-basis: 40%;
  padding-right: 1.5rem;
}
.past-season .item-details ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
.past-season .item-details ul li {
  display: block;
}
.past-season .item-details ul li span {
  font-style: italic;
  color: #111;
  opacity: 0.5;
}
.past-season .item-details ul li span:before {
  content: "– ";
  opacity: 0.5;
}
.past-season .item-visual {
  flex-basis: 30%;
  flex-shrink: 1;
  flex-grow: 0;
  text-align: right;
}
.past-season .item-visual img {
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
  width: 260px;
  height: 200px;
  border: 12px solid #fff;
  object-fit: cover;
}
.past-season .item-visual img.key-area-center img {
  object-position: center;
}
.past-season .item-visual img.key-area-topleft img {
  object-position: 20% 20%;
}
.past-season .item-visual img.key-area-topcenter img {
  object-position: 50% 20%;
}
.past-season .item-visual img.key-area-topright img {
  object-position: 80% 20%;
}
.past-season .item-visual img.key-area-right img {
  object-position: 80% 50%;
}
.past-season .item-visual img.key-area-bottomright img {
  object-position: 80% 80%;
}
.past-season .item-visual img.key-area-bottomcenter img {
  object-position: 50% 80%;
}
.past-season .item-visual img.key-area-bottomleft img {
  object-position: 20% 80%;
}
.past-season .item-visual img.key-area-left img {
  object-position: 20% 50%;
}

@media screen and (min-width: 1640px) {
  .hero {
    width: 1640px;
    max-width: 1640px;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 1639px) {
  .hero {
    width: auto;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 1440px) {
  #event-people .people-container.row-control-large {
    max-width: 100%;
  }
  #event-people .people-container.row-control-medium {
    max-width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .hero__content p {
    font-size: 1.125rem;
  }
  #people {
    grid-template-columns: repeat(4, 1fr);
  }
  .overlay-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  #event-people .people-container.row-control-medium {
    max-width: 80%;
  }
}
@media screen and (min-width: 1081px) {
  .site-header {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 1640px;
    z-index: 1000;
  }
}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 0;
  }
  .site-header {
    justify-content: flex-end;
  }
  .site-header .site-branding {
    order: 1;
    margin-right: auto;
  }
  .site-header #site-navigation {
    order: 3;
    z-index: 99;
  }
  .site-header .header-cta {
    flex-direction: row;
    align-items: center;
    order: 2;
    margin-right: 2.5rem;
  }
  .site-footer #footer-main {
    flex-direction: column;
  }
  .site-footer #footer-main #footer-info {
    justify-content: space-between;
    flex-basis: 100%;
    order: 2;
    padding: 2rem;
  }
  .site-footer #footer-main #footer-info .company {
    flex-basis: auto;
  }
  .site-footer #footer-main #footer-info .menu-footer-container {
    flex-basis: auto;
    text-align: right;
  }
  .site-footer #footer-main #footer-cta {
    flex-basis: 100%;
    order: 1;
    padding: 2rem;
  }
  #people-content .bio-header {
    align-items: flex-start;
  }
  #people-content .bio-header .bio-photo {
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 2em;
    text-align: left;
  }
  #people-content .bio-header .bio-info {
    flex-basis: 60%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  #event-people .people-container.row-control-medium {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero__content {
    width: 85%;
    padding-bottom: 1.5rem;
  }
  .hero__content h2 {
    font-size: 2rem;
  }
  .hero__content p {
    font-size: 1rem;
  }
  .hero__cta {
    display: none;
  }
  .hero__mobile {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    display: block;
    padding: 1.5rem;
    background-color: #111;
    text-align: center;
  }
  .hero__mobile .btn {
    margin: 0 0.25rem;
  }
  #people {
    grid-template-columns: repeat(3, 1fr);
  }
  #people a.person span.person-meta span {
    display: none;
  }
  #event-people .people-container.row-control-small {
    max-width: 80%;
  }
  #bcms-events .bcms-event .event-main {
    flex-basis: 100%;
  }
  #bcms-events .bcms-event .event-visual {
    flex-basis: 0;
    display: none;
  }
  .past-season .item-info {
    flex-shrink: 1;
  }
  .past-season .item-details {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 800px) {
  #people a.person span.person-meta {
    font-size: 0.875rem;
  }
  #people-content .bio-header .bio-info h2 {
    font-size: 28px;
  }
  #people-content .bio-header .meta-main {
    font-size: 18px;
  }
  .program-item .item-visual {
    padding-right: 0.25rem;
  }
  .program-item .item-visual img {
    width: 200px;
    height: 200px;
    border: none;
  }
  #bcms-events .bcms-event .event-main {
    flex-direction: column;
  }
  #bcms-events .bcms-event .event-main .event-program {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dotted #111;
  }
  #bcms-events .bcms-event .event-visual {
    flex-basis: 0;
    display: none;
  }
  #bcms-events .bcms-event .event-actions .btn {
    margin-bottom: 0.5rem;
  }
  .past-season .item-info {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .past-season .item-details {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .past-season .item-visual {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .site-main {
    padding: 0 1rem;
  }
  .site-footer #footer-main #footer-info {
    display: block;
  }
  .site-footer #footer-main #footer-info .menu-footer-container {
    display: none;
    padding-left: 0;
    text-align: left;
  }
  .site-footer #footer-main .site-info {
    margin-top: 2rem;
  }
  .hero {
    aspect-ratio: 21/9;
    margin-top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .hero__content p {
    display: none;
  }
  .hero__mobile p {
    display: block;
    margin-top: 0;
    font-size: 0.875rem;
    color: #fff;
  }
  .program-item .item-info h3,
  .program-item .item-info .item-subtitle {
    font-size: 1.25rem;
  }
  .program-item .item-visual {
    margin-left: 1.25rem;
  }
  .program-item .item-visual img {
    width: 160px;
    height: 160px;
    box-shadow: none;
  }
  #people-content .bio-header {
    flex-direction: column;
  }
  #people-content .bio-header .bio-photo, #people-content .bio-header .bio-info {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  #people-content .bio-header .bio-photo {
    margin-bottom: 1.5em;
  }
  #people-content .bio-header .bio-photo img {
    max-height: 200px;
  }
  #event-people .people-container.row-control-small {
    max-width: 95%;
  }
  .past-season {
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding {
    flex-shrink: 1;
  }
  .site-header .header-cta {
    flex-direction: column;
  }
  #people {
    padding: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .program-item .item-visual img {
    width: 100px;
    height: 100px;
  }
  .past-season {
    max-width: 100%;
  }
}
