/*!
Theme Name: WeCreate
Theme URI: http://underscores.me/
Author: Chad Rossouw for HdK
Author URI: https://wearehdk.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: we_create
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.

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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
--------------------------------------------- */
@font-face {
  font-family: "Monument Extended";
  src: url("assets/fonts/MonumentExtended-Bold.woff2") format("woff2"), url("assets/fonts/MonumentExtended-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-Italic.woff2") format("woff2"), url("assets/fonts/Archivo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-Medium.woff2") format("woff2"), url("assets/fonts/Archivo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-Bold.woff2") format("woff2"), url("assets/fonts/Archivo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-Light.woff2") format("woff2"), url("assets/fonts/Archivo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-Regular.woff2") format("woff2"), url("assets/fonts/Archivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("assets/fonts/Archivo-SemiBold.woff2") format("woff2"), url("assets/fonts/Archivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Monument Extended", "Montserrat", sans-serif;
  clear: both;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 1em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h2 {
  font-size: 2rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3.2rem;
  }
}
h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.4rem;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
}

h5 {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
  line-height: 1.5;
}
p.bigger {
  font-weight: 800;
  font-size: 1.2rem;
}

.bold {
  font-weight: 800;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Archivo", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Archivo", sans-serif;
}

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

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

big {
  font-size: 125%;
}

.header_font {
  font-family: "Monument Extended", "Montserrat", sans-serif;
}

.body_font {
  font-family: "Archivo", sans-serif;
}

:lang(be) body,
:lang(be) button,
:lang(be) input,
:lang(be) select,
:lang(be) optgroup,
:lang(be) textarea, :lang(be) .body_font, :lang(ru) body,
:lang(ru) button,
:lang(ru) input,
:lang(ru) select,
:lang(ru) optgroup,
:lang(ru) textarea, :lang(ru) .body_font {
  font-family: "Montserrat", "Archivo", sans-serif;
}
:lang(be) h1,
:lang(be) h2,
:lang(be) h3,
:lang(be) h4,
:lang(be) h5,
:lang(be) h6, :lang(be) .header_font, :lang(ru) h1,
:lang(ru) h2,
:lang(ru) h3,
:lang(ru) h4,
:lang(ru) h5,
:lang(ru) h6, :lang(ru) .header_font {
  font-family: "Montserrat", "Monument Extended", sans-serif;
}

/* Elements
--------------------------------------------- */
:root {
  --header-height:120px;
  --margin:2vw;
  --transition:400ms;
  --fat-border:1.2rem;
}

@media screen and (min-width: 700px) {
  :root {
    --margin:5vw;
    --fat-border:2rem;
  }
}
@media screen and (min-width: 1000px) {
  :root {
    --margin:10vw;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --margin: calc(50vw - 540px);
    --header-height:230px;
  }
}
@media screen and (min-width: 1800px) {
  :root {
    --margin: calc(50vw - 700px);
    --header-height:230px;
  }
}
@media screen and (min-width: 2400px) {
  :root {
    --margin: calc(50vw - 1000px);
    --header-height:230px;
  }
}
html {
  scroll-behavior: smooth;
}
html:lang(be) .menu-container #primary-menu li a, html:lang(ru) .menu-container #primary-menu li a {
  font-size: 0.75rem;
  padding: 0 0.5rem;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #000;
}

.scroll_lock, .scrolly_lock {
  overflow: hidden;
}

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

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

iframe {
  margin: 0 auto;
  display: block;
}

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

figure {
  margin: 1em 0;
}

/*Lists*/
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.post ul, .post ol {
  list-style-type: disc;
  padding-left: 1rem;
}

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

/*Links*/
a {
  color: #000;
  transition: color var(--transition) ease;
  text-decoration: none;
}
a:visited {
  color: #EB8C05;
}
a:hover, a:focus, a:active {
  color: #757575;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*Input Fields*/
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: #000;
  border: 2px solid #000;
  border-radius: 1;
  padding: 0.75rem;
}
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: #000;
  outline: 1px dotted #000;
  outline-offset: 1px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #231F20;
}

select {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

textarea {
  width: 100%;
}

/*Buttons*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.decorative {
  border: none;
  border-radius: 0 15px 0 15px;
  background: #000;
  color: #EB8C05;
  line-height: 1;
  font-family: "Monument Extended", "Montserrat", sans-serif;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  transition: all var(--transition) ease-in;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.decorative:hover {
  background-color: #EB8C05;
  color: #000;
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.button:visited,
.decorative:visited {
  color: #EB8C05;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus,
.decorative:focus {
  outline: 1px dotted #000;
  outline-offset: 2px;
}

button:focus:not(:focus-visible) {
  outline: none;
}

button .underline, a .underline {
  border-radius: 0;
  background: #fff;
  color: #000;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 0;
  transition: all var(--transition) ease-in;
  text-decoration: none;
  border-bottom: 1px solid #000;
  position: relative;
  width: max-content;
}
button .underline::after, a .underline::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EB8C05;
  position: absolute;
  bottom: -1px;
  max-width: 0;
  transition: max-width var(--transition) ease-in;
}
button .underline:hover, button .underline:visited, a .underline:hover, a .underline:visited {
  background-color: #fff;
  color: #000;
}
button .underline:hover::after, button .underline:visited::after, a .underline:hover::after, a .underline:visited::after {
  max-width: max-content;
}
button .underline.bold, a .underline.bold {
  font-weight: 800;
}
button.bg_white, a.bg_white {
  background-color: #fff;
  color: #000;
}
button.bg_white:hover, a.bg_white:hover {
  color: #000;
  color: #fff;
}
button.bg_charcoal, a.bg_charcoal {
  background-color: #000;
  color: #EB8C05;
}
button.bg_charcoal:hover, a.bg_charcoal:hover {
  background-color: #EB8C05;
  color: #000;
}
button.bg_red, a.bg_red {
  background-color: #BE1919;
  color: #fff;
}
button.bg_red:hover, a.bg_red:hover {
  background-color: #fff;
  color: #BE1919;
  border: 1px solid #BE1919;
}
button.bg_blue, a.bg_blue {
  background-color: #505AA0;
  color: #fff;
}
button.bg_blue:hover, a.bg_blue:hover {
  background-color: #fff;
  color: #505AA0;
  border: 1px solid #505AA0;
}
button.bg_orange, a.bg_orange {
  background-color: #EB8C05;
  color: #000;
}
button.bg_orange:hover, a.bg_orange:hover {
  background-color: #000;
  color: #EB8C05;
}

.bg_white {
  background-color: #fff;
  color: #000;
}
.bg_charcoal {
  background-color: #000;
  color: #EB8C05;
}
.bg_charcoal .button.bg_invert, .bg_charcoal .decorative.bg_invert {
  color: #000;
  background-color: #EB8C05;
}
.bg_red {
  background-color: #BE1919;
  color: #fff;
}
.bg_red .button.bg_invert, .bg_red .decorative.bg_invert {
  color: #BE1919;
  background-color: #fff;
}
.bg_blue {
  background-color: #505AA0;
  color: #fff;
}
.bg_blue .button.bg_invert, .bg_blue .decorative.bg_invert {
  color: #fff;
  background-color: #505AA0;
}
.bg_orange {
  background-color: #EB8C05;
  color: #000;
}
.bg_orange .button.bg_invert, .bg_orange .decorative.bg_invert {
  color: #EB8C05;
  background-color: #000;
}
.bg_grey {
  background-color: #231F20;
  color: #fff;
}
.bg_grey .button.bg_invert, .bg_grey .decorative.bg_invert {
  color: #231F20;
  background-color: #fff;
}

.blue {
  color: #505AA0;
}
.blue h1, .blue h2, .blue h3, .blue a {
  color: #505AA0;
}
.blue a {
  transition: color 400ms ease-in;
}
.blue:hover a {
  color: #969CC6;
}

.orange {
  color: #EB8C05;
}
.orange h1, .orange h2, .orange h3, .orange a {
  color: #EB8C05;
}
.orange a {
  transition: color 400ms ease-in;
}
.orange:hover a {
  color: #F3BA69;
}

.red {
  color: #BE1919;
}
.red h1, .red h2, .red h3, .red a {
  color: #BE1919;
}
.red a {
  transition: color 400ms ease-in;
}
.red:hover a {
  color: #D87575;
}

.white {
  color: #fff;
}
.white h1, .white h2, .white h3, .white h4, .white a {
  color: #fff;
}
.white h1 a, .white h2 a, .white h3 a, .white h4 a, .white a a {
  text-decoration: color 400ms ease-in;
}
.white h1:hover a, .white h2:hover a, .white h3:hover a, .white h4:hover a, .white a:hover a {
  text-decoration: underline;
}

.charcoal {
  color: #000;
}
.charcoal h1, .charcoal h2, .charcoal h3, .charcoal h4, .charcoal a {
  color: #000;
}
.charcoal h1 a, .charcoal h2 a, .charcoal h3 a, .charcoal h4 a, .charcoal a a {
  text-decoration: color 400ms ease-in;
}
.charcoal h1:hover a, .charcoal h2:hover a, .charcoal h3:hover a, .charcoal h4:hover a, .charcoal a:hover a {
  text-decoration: underline;
}
.charcoal svg, .charcoal svg path, .charcoal svg rect, .charcoal svg circle {
  fill: #000;
}

.uc {
  text-transform: uppercase;
}

.lc {
  text-transform: lowercase;
}

.ul {
  text-decoration: underline;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.flex_column {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.flex.flex_100 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_50 > .flex_item {
  flex-basis: 49%;
}
.flex.flex_50 > .flex_item.card {
  flex-basis: 100%;
}
.flex.flex_66-33 > .flex_item, .flex.flex_33-66 > .flex_item, .flex.flex_33 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_25 > .flex_item {
  flex-basis: 100%;
}

@media screen and (min-width: 700px) {
  .flex.flex_50 > .flex_item.card {
    flex-basis: 49.5%;
  }
  .flex.flex_33 {
    align-items: center;
  }
  .flex.flex_33 > .flex_item {
    flex-basis: 32.6%;
  }
  .flex.flex_33::after {
    content: "";
    flex-basis: 32.6%;
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 67%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
  .flex.flex_33-66 > .flex_item {
    flex-basis: 33%;
  }
  .flex.flex_33-66 > .flex_item:nth-child(2n) {
    flex-basis: 67%;
  }
  .flex.flex_25 {
    gap: 2.5%;
  }
  .flex.flex_25::after {
    content: "";
    flex-grow: 1;
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 23%;
  }
}
.margins {
  margin: 0 var(--margin);
}

.padding {
  padding: 0 var(--margin);
}

@media screen and (min-width: 700px) {
  .margin-left {
    margin-left: var(--margin);
  }
  .margin-right {
    margin-right: var(--margin);
  }
  .padding-left {
    padding-left: var(--margin);
  }
  .padding-right {
    padding-right: var(--margin);
  }
}
.container.container--square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--square {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--square {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--sixteennine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    padding-top: 56.25%;
    height: 0;
  }
}
.container.container--twentyonenine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    aspect-ratio: 2.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    padding-top: 42.85%;
    height: 0;
  }
}
.container.container--twentythreenine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twentythreenine {
    aspect-ratio: 2.5555555556;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twentythreenine {
    padding-top: 39.15%;
    height: 0;
  }
}
.container.container--fivefour {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fivefour {
    aspect-ratio: 1.25;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fivefour {
    padding-top: 80%;
    height: 0;
  }
}
.container.container--fourfive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourfive {
    aspect-ratio: 0.8;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourfive {
    padding-top: 125%;
    height: 0;
  }
}
.container.container--twothree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twothree {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twothree {
    padding-top: 150%;
    height: 0;
  }
}
.container.container--threetwo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--threetwo {
    aspect-ratio: 1.5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--threetwo {
    padding-top: 66%;
    height: 0;
  }
}
.container.container--video {
  overflow: visible;
}
.container img, .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes opacity_and_z {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: 100;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse {
  0% {
    z-index: 100;
    opacity: 1;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
.cards .flex_item {
  margin-bottom: 2rem;
}
.cards a {
  text-decoration: none;
  color: #000;
}
.cards .container {
  margin-bottom: 0.5rem;
}
.cards h4 {
  text-align: center;
}
.cards .decorative {
  padding-left: 0;
}

.icon {
  width: 90px;
}
.icon svg {
  fill: currentColor;
}
.icon svg path {
  fill: currentColor;
}

.desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*KeyFrames*/
@keyframes opacity_and_z {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 10;
    opacity: 0;
  }
  100% {
    z-index: 10;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse {
  0% {
    z-index: 10;
    opacity: 1;
  }
  99% {
    z-index: 10;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes opacity_and_z_11 {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 11;
    opacity: 0;
  }
  100% {
    z-index: 11;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse_11 {
  0% {
    z-index: 11;
    opacity: 1;
  }
  99% {
    z-index: 11;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header#masthead {
  height: var(--header-height);
  position: absolute;
  width: 100%;
  max-width: 100vw;
  top: 0;
  padding: 1rem var(--margin) 0;
  z-index: 20;
  background-color: #fff;
  display: grid;
}

@media screen and (min-width: 1200px) {
  header#masthead {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 1fr;
  }
}
/*Header animation*/
header#masthead.addFixed {
  position: fixed;
  transform: translate3d(0, -100%, 0);
  transition: padding 0ms ease;
}
header#masthead.slideOut {
  transition: transform 600ms ease-in;
  transform: translate3d(0, -100%, 0);
  position: fixed;
}
header#masthead.slideOut.slideInDown {
  transform: translate3d(0, 0, 0);
  position: fixed;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) {
  header#masthead.slideOut.slideInDown {
    transform: translate3d(0, -130px, 0);
  }
}
/*This sets padding on everypage to account for the absolute positioned header*/
#primary {
  padding-top: var(--header-height);
  transition: padding var(--transition) ease;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  width: max-content;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
#primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
#primary-menu li a {
  text-transform: uppercase;
  color: #000;
  padding-bottom: 0.5rem;
  font-weight: 800;
}

@media screen and (min-width: 700px) {
  #primary-menu {
    margin-bottom: 1.2rem;
  }
  #primary-menu li a {
    text-transform: uppercase;
    color: #000;
    padding-bottom: 0.5rem;
    font-size: 2.2rem;
  }
}
#hamburger {
  position: absolute;
  right: var(--margin);
  top: 1rem;
  background: transparent;
  transition: top var(--transition) ease;
  padding: 0 5px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -16px;
}

/*

* Hamburger Collapse

*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: calc(var(--transition) / 2.2);
  transition-duration: calc(var(--transition) / 2.2);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -4px, 0) rotate(-30deg);
  transition-duration: calc(var(--transition) / 1.8);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-120deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*Mobile Menu*/
.menu-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100vh;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.3);
  transform: translate(-110%, 0);
  transition: transform var(--transition) ease-in;
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  gap: 2rem;
}
.menu-container .menu-menu-1-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
}

.toggled .menu-container {
  transform: translate(0, 0);
}

.top-bar {
  padding-bottom: 10px;
}

.site-branding svg {
  max-height: calc(var(--header-height) - 1rem - 30px);
  display: block;
  width: fit-content;
  margin-right: auto;
}

.site-branding a:focus svg {
  outline: 1px solid black;
}

.translate, .login a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.translate.desktop {
  display: none;
}
.translate select {
  border: none;
  cursor: pointer;
}
.translate select:hover {
  color: #EB8C05;
}

a.donate {
  padding: 1rem;
  text-transform: uppercase;
  color: #EB8C05;
  font-weight: 800;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1200px) {
  .translate.desktop {
    display: flex;
  }
  .translate.mobile {
    display: none;
  }
  .donate {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    transition: all 400ms ease-in;
  }
  .donate:hover {
    color: #000;
    background: #EB8C05;
  }
  .top-bar {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: flex-start;
    padding: 0;
  }
  .site-branding svg {
    margin: 0 auto;
    max-height: 100px;
  }
  nav#site-navigation {
    display: flex;
    align-items: center;
    border-top: 2px solid black;
    border-bottom: 2px solid;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    position: relative;
  }
}
.login svg {
  width: 2rem;
  transition: fill 400ms ease-in;
}
.login a {
  color: #000;
  font-weight: 800;
  line-height: 105%;
  transition: color 400ms ease-in;
}
.login a:hover {
  color: #EB8C05;
}
.login a:hover svg {
  fill: #EB8C05;
}

@media screen and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
  #masthead {
    display: flex;
    justify-content: space-between;
  }
  #site-navigation {
    width: 100%;
  }
  .menu-container {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    transform: none;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
  .menu-container #primary-menu {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .menu-container #primary-menu li a {
    font-size: 1rem;
    padding: 0 0.75rem;
    letter-spacing: 0.05em;
    position: relative;
    transition: color 400ms ease;
  }
  .menu-container #primary-menu li a:hover {
    color: #EB8C05;
  }
  .menu-container #primary-menu .current_page_item a {
    color: #EB8C05;
  }
}
a.bg_charcoal.toggle_modal_donate {
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}
a.bg_charcoal.toggle_modal_donate::before {
  content: "";
  position: absolute;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background-color: #000;
  z-index: -1;
  top: -1rem;
  left: -1rem;
  transition: background-color 400ms ease;
}
a.bg_charcoal.toggle_modal_donate:hover::before {
  background-color: #EB8C05;
}
@media screen and (min-width: 1200px) {
  a.bg_charcoal.toggle_modal_donate {
    right: -1rem;
  }
}

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

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

section, .block {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
section:last-of-type, .block:last-of-type {
  margin-bottom: 0;
}

.tabbed + .page-links {
  border-top: 0;
  padding-top: 0;
}

.divider {
  height: 3px;
  background-color: black;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.featured {
  text-align: center;
  border-bottom: 1px solid #000;
}
.featured h3 {
  border-bottom: 2px solid #231F20;
  padding: 0 1rem;
}
.featured p {
  font-weight: 800;
  font-size: 1.2rem;
}

.excerpt {
  font-weight: 300;
  margin-bottom: 0.5rem;
}

/*Banner*/
.banner {
  padding-bottom: 0;
}
.banner h3, .banner p {
  color: currentColor;
  text-align: center;
}
.banner .banner_text {
  padding: 1rem;
}

@media screen and (min-width: 700px) {
  .banner {
    grid-template-columns: 60% 40%;
  }
  .banner .container.container--threetwo {
    aspect-ratio: unset;
  }
  .banner .banner_text {
    padding: 1rem var(--margin) 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner .banner_text {
    padding: 3rem var(--margin) 3rem 2rem;
  }
}
.box {
  padding: 2rem;
  max-width: 100%;
}

.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a.decorative {
  text-decoration: none;
}

/*COntact Form*/
.contact {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  flex-direction: column;
}
.contact .wpcf7 {
  width: 100%;
  max-width: 720px;
}
.contact .wpcf7 form input {
  width: 100%;
  border: 0;
}
.contact .wpcf7 form input[type=submit] {
  width: fit-content;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.contact .wpcf7 form textarea {
  border: 0;
}
.contact .wpcf7 form p {
  margin-bottom: 0.5rem;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1rem;
  display: block;
  font-weight: 800;
  border: 2px solid #BE1919;
  margin-top: 5px;
  padding: 0.5rem;
}
.contact h3 {
  color: currentColor;
  margin-bottom: 0.5rem;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.contact.bg_blue .wpcf7 form input[type=submit], .contact.bg_red .wpcf7 form input[type=submit], .contact.bg_orange .wpcf7 form input[type=submit], .contact.bg_charcoal .wpcf7 form input[type=submit] {
  background-color: #fff;
}
.contact.bg_red .wpcf7 form input[type=submit] {
  color: #BE1919;
}
.contact.bg_orange .wpcf7 form input[type=submit] {
  color: #EB8C05;
}
.contact.bg_blue .wpcf7 form input[type=submit] {
  color: #505AA0;
}
.contact.bg_charcoal .wpcf7 form input[type=submit] {
  background-color: #000;
}
.contact .wpcf7 form.invalid .wpcf7-response-output, .contact .wpcf7 form.unaccepted .wpcf7-response-output, .contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid #BE1919;
  font-weight: 800;
}

.twitter {
  max-height: 730px;
  overflow-y: scroll;
}
.twitter h3 {
  color: currentColor;
  margin-bottom: 0.5rem;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.twitter::-webkit-scrollbar {
  width: 10px;
}
.twitter::-webkit-scrollbar-track {
  background: #757575;
}
.twitter::-webkit-scrollbar-thumb {
  background: currentColor;
  border-radius: 5px;
}
.twitter::-webkit-scrollbar-thumb:hover {
  background: #5A5858;
}
.twitter.bg_blue::-webkit-scrollbar-track {
  background: #505AA0;
}
.twitter.bg_blue::-webkit-scrollbar-thumb {
  background: #969CC6;
}
.twitter.bg_red::-webkit-scrollbar-track {
  background: #BE1919;
}
.twitter.bg_red::-webkit-scrollbar-thumb {
  background: #D87575;
}
.twitter.bg_orange::-webkit-scrollbar-track {
  background: #EB8C05;
}
.twitter.bg_orange::-webkit-scrollbar-thumb {
  background: #F3BA69;
}

.twitter-link {
  display: none;
}

.contact-social .flex.flex_50 .flex_item {
  flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .contact-social .flex.flex_50 .flex_item {
    flex-basis: 49.6%;
  }
}

/*List Block*/
.list {
  padding-bottom: 0;
}
.list .flex_33 {
  align-items: flex-start;
}
.list .title_only {
  border-top: 3px solid currentColor;
  padding: 1.4rem;
  text-align: center;
  border-bottom: 3px solid currentColor;
}
.list .title_only + .title_only {
  border-top: 0;
}
.list .title_only h3 {
  margin: 0;
  font-size: 1.4rem;
}
.list > .flex {
  margin-bottom: 2rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.pagination:empty {
  display: none;
}
.pagination svg {
  width: 16px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
}
.pagination .page-numbers.prev svg {
  transform: rotate(180deg);
}
.pagination .page-numbers.current {
  font-weight: 300;
  color: #5A5858;
}
.pagination .page-numbers:visited {
  color: #000;
}

/*Wysiwygs*/
.wysiwyg ul {
  margin-left: 1.2rem;
  list-style-type: disc;
}
.wysiwyg .wysiwyg_column.column--one {
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .wysiwyg_column.column--two {
    columns: 2;
    column-gap: 1rem;
  }
}
/*People*/
.people h5 {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}

.people {
  border-bottom: 3px solid #EB8C05;
}
.people button.decorative {
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  max-width: max-content;
  padding: 0.5rem 2rem;
}
.people button.decorative svg {
  width: 18px;
  transform: rotate(90deg);
  fill: white;
  margin-left: 2rem;
}
.people.show_all button.decorative svg {
  transform: rotate(270deg);
}

.show_3 .flex_item:nth-child(n+4) {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition) ease-in;
}

.show_6 .flex_item:nth-child(n+7) {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition) ease-in;
}

.show_9 .flex_item:nth-child(n+10) {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition) ease-in;
}

.show_12 .flex_item:nth-child(n+13) {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition) ease-in;
}

.show_all .flex_item.card.person {
  max-height: 600px;
}

/*pdf*/
.pdf_viewer_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .pdf_viewer_inner {
    aspect-ratio: 0.7071135624;
  }
}
@supports not (aspect-ratio: 16/9) {
  .pdf_viewer_inner {
    padding-top: 141;
    height: 0;
  }
}
.pdf_viewer_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf .button {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 2rem;
}

/*iframes*/
.iframe iframe {
  width: 100%;
}

.tabbed .mobile--details details + details {
  border-top: 1px solid #000;
}
.tabbed .mobile--details details summary {
  list-style: none;
  position: relative;
}
.tabbed .mobile--details details summary::-webkit-details-marker, .tabbed .mobile--details details summary::marker {
  display: none;
}
.tabbed .mobile--details details summary h3 {
  color: currentColor;
  user-select: none;
  font-size: 1.4rem;
  margin: 0;
  display: flex;
  padding: 1rem 3rem 1rem 1rem;
  transition: all var(--transition) ease-in;
  align-items: center;
  gap: 1rem;
}
.tabbed .mobile--details details summary h3 svg {
  width: 85px;
}
.tabbed .mobile--details details summary h3 svg path {
  fill: currentColor;
  stroke: currentColor;
}
.tabbed .mobile--details details .arrow_up {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  transition: transform 200ms linear;
  display: flex;
  align-items: center;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 0;
}
.tabbed .mobile--details details .arrow_up svg path {
  fill: currentColor;
}
.tabbed .mobile--details details[open] .arrow_up {
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (min-width: 700px) {
  .tabbed .mobile--details details {
    display: none;
  }
}
.tabbed ul {
  display: none;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .tabbed ul {
    gap: 1rem;
  }
  .tabbed ul li {
    flex-grow: 1;
  }
}
.tabbed ul a {
  display: flex;
  padding: 2rem 0.5rem 1.5rem;
  font-weight: 800;
  border-radius: 0 15px 0 0;
  line-height: 1;
  transition: all var(--transition) ease-in;
  height: 100%;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}
.tabbed ul a:hover {
  background-color: #5A5858;
  color: #fff;
}
.tabbed ul a[aria-selected] {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  border-bottom: 0;
}
.tabbed ul a[aria-selected]::focus {
  outline: none;
}
.tabbed ul a[aria-selected].bg_orange {
  color: #EB8C05;
}
.tabbed ul a[aria-selected].bg_charcoal {
  color: #EB8C05;
}
.tabbed ul a[aria-selected].bg_charcoal {
  color: #000;
}
.tabbed ul a[aria-selected].bg_red {
  color: #BE1919;
}
.tabbed ul a[aria-selected].bg_blue {
  color: #505AA0;
}
.tabbed ul a[aria-selected].bg_grey {
  color: #231F20;
}
.tabbed ul a[aria-selected]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  background-color: #fff;
  width: 100%;
  left: 0;
  z-index: 10;
}
.tabbed ul a svg {
  display: none;
  max-width: 80px;
}
@media screen and (min-width: 700px) {
  .tabbed ul a svg {
    display: block;
  }
}
.tabbed ul a svg path {
  fill: currentColor;
}
.tabbed .decorative {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.tab_panel {
  display: none;
  border: 2px solid #000;
  padding: 1.5rem;
  opacity: 1;
}
.tab_panel .cards {
  transition: opacity var(--transition) ease-in;
  opacity: 0;
}
.tab_panel.hide {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.tab_panel.active {
  position: static;
  transform: translateX(0);
}
.tab_panel.active .cards {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .tabbed ul {
    display: flex;
  }
  .tabbed ul a {
    font-size: 1.4rem;
  }
  .tab_panel {
    display: block;
  }
  .tab_panel .cards {
    margin-top: 1rem;
    margin-bottom: 2rem;
    align-items: flex-start;
  }
  .tab_panel .decorative {
    margin: 0 auto 1rem;
    display: block;
    width: max-content;
  }
}
@media screen and (min-width: 1000px) {
  .tabbed ul a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .tabbed ul a {
    font-size: 2.2rem;
    align-items: center;
  }
}
.video.padding {
  padding-top: 0;
  padding-bottom: 0;
}
.video .video_inner button {
  position: absolute;
  width: 150px;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  z-index: 10;
  background-color: transparent;
  padding: 0;
  opacity: 0;
  transition: opacity var(--transition) ease-in;
}
.video .video_inner button svg {
  fill: #fff;
}
.video .video_inner.ready button {
  opacity: 1;
}
.video .video_inner.playing img {
  animation: opacity_and_z_reverse var(--transition) ease-out 0s 1 normal forwards;
}
.video .video_inner.playing button {
  animation: opacity_and_z_reverse_11 var(--transition) ease-out 0s 1 normal forwards;
}
.video .video_inner.paused img {
  animation: opacity_and_z var(--transition) ease-out 0s 1 normal forwards;
}
.video .video_inner.paused button {
  animation: opacity_and_z_11 var(--transition) ease-out 0s 1 normal forwards;
}

.site-footer {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.site-footer a, .site-footer h3 {
  color: #fff;
}
.site-footer h3 {
  margin-bottom: 0.5rem;
  font: size 1.2rem;
}
.site-footer .flex_column {
  text-align: left;
  align-items: flex-start;
}
.site-footer .footer--finger {
  align-self: center;
  justify-self: center;
  order: 1;
}
.site-footer .footer--finger .icon {
  width: 50px;
}
.site-footer .footer--social {
  display: none;
}
.site-footer .footer--contact {
  align-items: center;
  order: 2;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.site-footer .footer--contact .icon {
  flex-basis: 30%;
}
.site-footer .footer--contact h3 {
  flex-basis: 60%;
  font-size: 1rem;
}
.site-footer .footer--contact p, .site-footer .footer--contact address {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .site-footer .footer--social {
    display: flex;
    order: 0;
  }
}
@media screen and (min-width: 700px) and (orientation: portrait) {
  .site-footer .footer--finger {
    order: 0;
  }
  .site-footer .footer--finger .icon {
    width: 150px;
  }
}
@media screen and (min-width: 700px) {
  .site-footer .footer--contact {
    order: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer .footer--contact .icon {
    flex-basis: auto;
  }
  .site-footer .footer--contact h3 {
    flex-basis: auto;
    font-size: 1.2rem;
  }
  .site-footer .footer--contact p, .site-footer .footer--contact address {
    flex-basis: auto;
    text-align: left;
  }
}

.mobile--footer {
  padding: 1rem 0;
  border-top: 3px solid #000;
}
@media screen and (min-width: 700px) {
  .mobile--footer {
    display: none;
  }
}

.social_icons {
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.social_icons a, .social_icons svg {
  width: 40px;
}
@media screen and (min-width: 700px) {
  .social_icons a, .social_icons svg {
    width: 50px;
  }
}

a.madebyhdk {
  width: 3rem;
}
@media screen and (min-width: 700px) {
  a.madebyhdk {
    grid-row: 1/3;
  }
}

.sub-footer_inner {
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.sub-footer_inner > a {
  order: 2;
}
.sub-footer_inner > div, .sub-footer_inner > p {
  order: 1;
}
@media screen and (min-width: 700px) {
  .sub-footer_inner {
    padding: 2rem 0;
    grid-template-columns: 3rem 1fr;
    grid-template-rows: 1fr;
    column-gap: 0.5rem;
    align-items: center;
  }
  .sub-footer_inner p {
    margin-bottom: 0;
  }
}

.menu-footer-container ul {
  display: flex;
  gap: 0.5rem;
}
.menu-footer-container ul a {
  color: black;
  text-decoration: underline;
}
.menu-footer-container ul li + li {
  position: relative;
  border-left: 1px solid black;
  padding-left: 0.5rem;
}

@media screen and (min-width: 1000px) {
  .footer_inner {
    grid-template-columns: auto auto auto;
  }
  .sub-footer {
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  .footer_inner {
    grid-template-columns: 1fr 1fr;
  }
  .sub-footer {
    justify-content: center;
  }
  .site-footer .footer--finger .icon {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_inner {
    grid-template-columns: 1fr 1fr auto;
  }
  .footer_column.footer--finger .icon {
    width: 100px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  z-index: 30;
  transition: opacity var(--transition) ease-in;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.modal .modal_inner {
  padding: 3rem 1rem;
  position: relative;
  width: 100%;
  min-height: calc(var(--vh) * 70);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  max-width: 680px;
}
.modal #close_newsletter, .modal #close_donate {
  background-color: transparent;
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  padding: 0;
  top: 5px;
  right: 5px;
}
.modal #close_newsletter svg, .modal #close_donate svg {
  stroke-width: 2px;
  stroke: #000;
}
.modal #close_newsletter :hover svg, .modal #close_donate :hover svg {
  stroke: #BE1919;
}
.modal .mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal .mc4wp-form .mc4wp-form-fields input {
  display: block;
  width: 100%;
}
.modal .message {
  display: none;
}
.modal.thanks .message {
  display: block;
  margin-top: 2rem;
  color: #505AA0;
  font-weight: 800;
  font-size: 1.2rem;
}
.modal iframe {
  width: 100%;
  min-height: 40vh;
  margin-top: 2rem;
  border: 0;
}
.modal p {
  text-align: center;
}

.carousel_container {
  position: relative;
}
.carousel_container .swiper {
  overflow: visible;
}
.carousel_container h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.carousel_container.color-blue {
  color: #505AA0;
}
.carousel_container.color-blue h3 {
  color: #505AA0;
}
.carousel_container.color-blue .swiper-button-prev, .carousel_container.color-blue .swiper-button-next {
  color: #969CC6;
}
.carousel_container.color-red {
  color: #BE1919;
}
.carousel_container.color-red h3 {
  color: #BE1919;
}
.carousel_container.color-red .swiper-button-prev, .carousel_container.color-red .swiper-button-next {
  color: #D87575;
}
.carousel_container.color-orange {
  color: #EB8C05;
}
.carousel_container.color-orange h3 {
  color: #EB8C05;
}
.carousel_container.color-orange .swiper-button-prev, .carousel_container.color-orange .swiper-button-next {
  color: #EB8C05;
}
.carousel_container.color-orange .swiper-button-prev:hover svg, .carousel_container.color-orange .swiper-button-next:hover svg {
  fill: #F3BA69;
}
.carousel_container.color-white {
  color: #fff;
}
.carousel_container.color-white h3 {
  color: #fff;
}
.carousel_container.color-white .swiper-button-prev, .carousel_container.color-white .swiper-button-next {
  color: #757575;
}
.carousel_container .swiper-slide {
  opacity: 0;
  transition: opacity 400ms ease;
}
.carousel_container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.carousel_container .carousel_three .swiper-slide.swiper-slide-active, .carousel_container .carousel_three .swiper-slide.swiper-slide-prev, .carousel_container .carousel_three .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.carousel_container .swiper-button-prev, .carousel_container .swiper-button-next {
  width: 25px;
}
.carousel_container .swiper-button-prev:after, .carousel_container .swiper-button-next:after {
  display: none;
}
.carousel_container .swiper-button-prev svg, .carousel_container .swiper-button-next svg {
  width: 25px;
  height: auto;
  fill: currentColor;
  transition: fill var(--transition) ease-in;
}
.carousel_container .swiper-button-prev:hover svg, .carousel_container .swiper-button-next:hover svg {
  fill: #5A5858;
}
.carousel_container .swiper-button-prev {
  left: calc(var(--margin) / 4);
}
.carousel_container .swiper-button-prev svg {
  transform: rotate(180deg);
}
.carousel_container .swiper-button-next {
  right: calc(var(--margin) / 4);
}
.carousel_container.margins .container.no-cover img {
  object-fit: contain;
}
@media screen and (min-width: 700px) {
  .carousel_container.margins .swiper-button-prev {
    left: -2rem;
  }
  .carousel_container.margins .swiper-button-next {
    right: -2rem;
  }
}
@media screen and (min-width: 1000px) {
  .carousel_container .swiper-button-prev, .carousel_container .swiper-button-next {
    width: 75px;
  }
  .carousel_container .swiper-button-prev svg, .carousel_container .swiper-button-next svg {
    width: 75px;
  }
  .carousel_container.margins .swiper-button-prev {
    left: -5rem;
  }
  .carousel_container.margins .swiper-button-next {
    right: -5rem;
  }
}
@media screen and (min-width: 1440px) {
  .carousel_container.margins .swiper-button-prev {
    left: -8rem;
  }
  .carousel_container.margins .swiper-button-next {
    right: -8rem;
  }
}
.carousel_container .map-dates .swiper-slide {
  opacity: 1;
}
.carousel_container .map-dates.swiper {
  margin: 0 var(--margin);
  overflow: hidden;
}
.carousel_container .map-dates .swiper-button-prev, .carousel_container .map-dates .swiper-button-next {
  width: 25px;
  background-color: #fff;
}
.carousel_container .map-dates .swiper-button-prev svg, .carousel_container .map-dates .swiper-button-next svg {
  width: 25px;
}
.carousel_container .map-dates .swiper-button-prev {
  left: 0;
}
.carousel_container .map-dates .swiper-button-next {
  right: 0;
}
.carousel_container .map-dates h3 {
  margin-bottom: 0;
  color: #000;
  transition: border 400ms ease;
  border-bottom: 8px solid #fff;
}
.carousel_container .map-dates .swiper-slide-active h3 {
  border-bottom: 8px solid #EB8C05;
}

.page-links h3 {
  margin-bottom: 1.5rem;
}
.page-links .card h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
}
.page-links .card h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
  transition: opacity 400ms ease;
}
.page-links .card:hover h4::before {
  opacity: 1;
}
.page-links.color-blue h4 {
  color: #fff;
}
.page-links.color-blue h4::before {
  background-color: #505AA0;
}
.page-links.color-red h4 {
  color: #fff;
}
.page-links.color-red h4::before {
  background-color: #BE1919;
}
.page-links.color-orange h4 {
  color: #000;
}
.page-links.color-orange h4::before {
  background-color: #EB8C05;
}
.page-links.color-white h4 {
  color: #000;
}
.page-links.color-white h4::before {
  background-color: #fff;
}
.page-links.color-charcoal h4 {
  color: #fff;
}
.page-links.color-charcoal h4::before {
  background-color: #000;
}

#map {
  height: calc(var(--vh) * 66);
  width: 100%;
  border-top: 1rem solid #EB8C05;
  border-bottom: 1rem solid #EB8C05;
  z-index: 0;
}
#map .marker-cluster-small {
  background-color: #969CC6;
  opacity: 0.8 !important;
}
#map .marker-cluster-small div {
  background-color: #505AA0;
  color: #fff;
}

.block.map h4 {
  text-align: center;
  margin-bottom: 1rem;
}
.block.map h4 img {
  width: 1rem;
  display: inline-block;
  margin: 5px 0.5rem 0;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #000;
  box-shadow: -4px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  border: 0;
  padding: 0;
}

.popup-header.bg_orange.white {
  text-align: center;
  padding: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.leaflet-popup-content p {
  margin: 1rem;
}

.leaflet-container a.leaflet-popup-close-button {
  color: white;
}

.leaflet-popup-tip-container {
  display: none;
}

.entry-header h1 {
  margin-bottom: 2rem;
  text-align: center;
}
.entry-header .breadcrumbs {
  margin-bottom: 1rem;
}
.entry-header .breadcrumbs a {
  color: #000;
}
.entry-header .breadcrumbs a:first-of-type {
  text-decoration: underline;
}

/*Whats On*/
/*filters*/
button.filter_button {
  cursor: pointer;
}
button.filter_button.filtering {
  border: 1px solid #000;
}
button.filter_button svg path {
  transition: fill 400ms ease;
}
button.filter_button.orange {
  color: #EB8C05;
}
button.filter_button.orange:hover, button.filter_button.orange.active {
  color: #fff;
  background-color: #EB8C05;
  border: 1px solid #EB8C05;
}
button.filter_button.orange:hover svg path, button.filter_button.orange.active svg path {
  fill: #fff;
}
button.filter_button.red {
  color: #BE1919;
}
button.filter_button.red:hover, button.filter_button.red.active {
  color: #fff;
  background-color: #BE1919;
  border: 1px solid #BE1919;
}
button.filter_button.red:hover svg path, button.filter_button.red.active svg path {
  fill: #fff;
}
button.filter_button.blue {
  color: #505AA0;
}
button.filter_button.blue:hover, button.filter_button.blue.active {
  color: #fff;
  background-color: #505AA0;
  border: 1px solid #505AA0;
}
button.filter_button.blue:hover svg path, button.filter_button.blue.active svg path {
  fill: #fff;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1%;
}
@media screen and (min-width: 700px) {
  .filter.filter--wedo {
    justify-content: space-between;
  }
}
.filter p {
  font-weight: 800;
  margin-bottom: 0.5rem;
  flex-basis: 100%;
}

.filtering {
  flex-basis: 32%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
}
.filtering svg {
  width: 80px;
}

.filter.filter--posttype p {
  margin-left: 0.5%;
}

.filter.filter--posttype {
  width: fit-content;
  margin: 0 auto 3rem;
  gap: 1%;
}

.posttype {
  margin-bottom: 1rem;
}
.posttype.active {
  color: #000;
  background-color: #EB8C05;
  border: 1px solid #EB8C05;
}

.reset {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 1rem;
}
.reset:hover {
  border: 1px solid #EB8C05;
}

@media screen and (min-width: 700px) {
  .filtering {
    font-size: 1rem;
  }
  .filtering svg {
    width: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .filtering {
    font-size: 1.6rem;
  }
  .filtering svg {
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .filtering {
    font-size: 1.8rem;
  }
  .filtering svg {
    width: 80px;
  }
}
/*Whats On List*/
a.card img {
  transition: filter 400ms ease;
}
a.card:hover img {
  filter: brightness(0.8);
}
a.card:hover p.orange {
  text-decoration: underline;
}
a.card.whatson {
  color: #000;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 2rem 1fr 3rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
}
a.card.whatson:visited {
  color: #000;
}
a.card.whatson h4 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: center;
}
a.card.whatson .container {
  margin-bottom: 0.75rem;
}
a.card.whatson p {
  margin-bottom: 0.25rem;
  text-align: center;
}

.card-deets {
  display: flex;
  /* flex-direction: column; */
  height: 100%;
  flex-wrap: wrap;
}
.card-deets p {
  width: 100%;
}
.card-deets .bold.orange {
  justify-self: end;
  align-self: flex-end;
}

.card-terms {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.25rem 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translate(-100%, 0);
  transition: opacity 300ms ease;
}
#loading::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 30px #EB8C05 solid;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border-bottom: 30px transparent solid;
}

.loading #loading {
  transform: translate(0, 0);
  opacity: 1;
}
.loading #loading::after {
  animation: loader_spin 800ms ease-in 0ms infinite;
}

@keyframes loader_spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Productions*/
.production-description {
  margin-top: 3rem;
}
.production-description h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .production-description .left {
    padding-right: 6rem;
  }
  .production-description .sidebar {
    text-align: right;
  }
}

.dates {
  text-transform: none;
}

ul.feature_list {
  padding-left: 1.4rem;
  margin-bottom: 2rem;
}
ul.feature_list li {
  margin-bottom: 0.5rem;
  font-weight: 800;
  position: relative;
}
ul.feature_list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: black;
  position: absolute;
  left: -1.4rem;
  border-radius: 50%;
  top: 0.25rem;
}
@media screen and (min-width: 1000px) {
  ul.feature_list {
    padding-right: 1.4rem;
    padding-left: 0;
  }
  ul.feature_list li:before {
    left: unset;
    right: -1.4rem;
  }
}

.sidebar a.decorative {
  display: block;
  max-width: fit-content;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .sidebar a.decorative {
    margin-left: auto;
    margin-right: 0;
    max-width: 220px;
  }
}
.sidebar a.decorative.download {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar a.decorative.download svg {
  fill: currentColor;
}
.sidebar a.decorative.download svg:first-of-type {
  transform: rotate(90deg);
  height: 45px;
}
.sidebar a.decorative.download svg:last-of-type {
  width: 120px;
  margin: 0 auto;
}

.single-production .credits h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
}

.credits h3 {
  text-align: center;
}
.credits .credit {
  border-bottom: 2px solid currentColor;
  padding: 1rem 30px;
  position: relative;
}
.credits .credit:nth-child(2), .credits .credit:nth-child(1) {
  border-top: 2px solid currentColor;
}
.credits svg {
  width: 25px;
  fill: currentColor;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.credits h4 {
  line-height: 1;
  text-align: center;
  font-family: "Monument Extended", "Montserrat", sans-serif;
  margin-bottom: 0;
  font-size: 1.2rem;
}

/*Production Page*/
.sorting {
  text-align: right;
  font-weight: 300;
  font-size: 1.2rem;
}

a.asc, a.desc {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: relative;
  transform: translateY(10px);
}
a.asc::after, a.desc::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 1px;
  height: 1px;
  border: 10px solid transparent;
}

a.asc::after {
  top: -2px;
  border-bottom: 15px solid #000;
}
a.asc.bold::after {
  border-bottom: 15px solid #EB8C05;
}

a.desc::after {
  top: 8px;
  border-top: 15px solid #000;
}
a.desc.bold::after {
  border-top: 15px solid #EB8C05;
}

.image-title-excerpt {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto minmax(4rem, max-content) 1fr 2rem;
  height: 100%;
  color: #000;
}
.image-title-excerpt:visited {
  color: #000;
}
.image-title-excerpt:hover {
  color: #000;
}
.image-title-excerpt:hover .ul.uc {
  color: #EB8C05;
}
.image-title-excerpt h5 {
  text-align: center;
  margin-top: 1rem;
  font-weight: 800;
  color: #000;
}
.image-title-excerpt p {
  margin-bottom: 0;
  align-self: flex-start;
  font-weight: 300;
}
.image-title-excerpt p.bold {
  font-weight: 800;
}

@media screen and (min-width: 700px) {
  .production .flex_33 {
    display: grid;
    grid-template-columns: repeat(3, 32.6%);
  }
}
/*Letters*/
.letter.card svg {
  width: 120px;
  margin-top: 1rem;
}
.letter.card.flex.flex_50 .flex_item {
  flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .letter.card.flex.flex_50 .flex_item {
    flex-basis: 49.6%;
  }
}
.letter.card h4 {
  text-transform: none;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .letter.card h4 {
    font-size: 2rem;
  }
}
.letter.card p {
  margin-bottom: 0;
}
.letter.card p.link {
  margin-top: 3rem;
}
.letter.card a {
  display: block;
}
.letter.card a:hover {
  color: #fff;
  background-color: #969CC6;
  border: none;
}
.letter.card:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .letter.card {
    margin-bottom: 2rem;
  }
  .letter.card .box {
    padding-left: 6rem;
  }
}

/*Archives*/
.image-video-title .container {
  margin-bottom: 1rem;
}
.image-video-title .container svg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 10;
  stroke: #fff;
  fill: #fff;
}
.image-video-title h5 {
  font-weight: 800;
}

/*People*/
.single-people .people-block {
  margin-bottom: 2rem;
}
.single-people .people-block h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  .single-people .people-block {
    padding-bottom: 0;
  }
}
.single-people .credits h3 {
  text-align: left;
  margin-bottom: 1rem;
}
.single-people .credits a {
  color: #000;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

/*Performances*/
.performance .entry-header h1 {
  color: red;
}

.currently-watching {
  text-align: center;
}

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

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */
