@charset "UTF-8";
/*!
Theme Name: Aria For Tapestry Opera
Theme URI: http://underscores.me/
Author: Mat Rosero
Author URI: https://matilderosero.com/
Description: WordPress bespoke theme for Tapestry Opera
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aria
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 with others.

Aria For Tapestry Opera is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Icons
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Grid mixins
 */ /*--------------------------------------------------------------
# Normalize. From _underscores.
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

*,
*::after,
*::before {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 20px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #231f20;
  font-family: "brandon-grotesque", "Lato", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

h1, h2, h3, .timeline__event-year, h4, .bio-performances-roles h2,
.bio-list .bio h3,
.bio-list .bio .timeline__event-year, .reviews-section--sidebar h2, .details-performance h2,
.details-event h2, .entry-title--search, .blog .entry-title, h5, .callout-title, h6 {
  text-transform: uppercase;
  line-height: 1.2;
}
[class*=description-] h1:first-child, [class*=description-] h2:first-child, [class*=description-] h3:first-child, [class*=description-] .timeline__event-year:first-child, [class*=description-] h4:first-child, [class*=description-] .entry-title--search:first-child, [class*=description-] .blog .entry-title:first-child, .blog [class*=description-] .entry-title:first-child, [class*=description-] h5:first-child, [class*=description-] .callout-title:first-child, [class*=description-] h6:first-child {
  margin-top: 1rem;
}
h1.is-style-alt, h2.is-style-alt, h3.is-style-alt, .is-style-alt.timeline__event-year, h4.is-style-alt,
.bio-list .bio h3.is-style-alt,
.bio-list .bio .is-style-alt.timeline__event-year, .is-style-alt.entry-title--search, .blog .is-style-alt.entry-title, h5.is-style-alt, .is-style-alt.callout-title, h6.is-style-alt {
  padding-left: 4rem;
}
h1.is-style-alt > span,
h1.is-style-alt > strong, h2.is-style-alt > span,
h2.is-style-alt > strong, h3.is-style-alt > span, .is-style-alt.timeline__event-year > span,
h3.is-style-alt > strong,
.is-style-alt.timeline__event-year > strong, h4.is-style-alt > span,
.bio-list .bio h3.is-style-alt > span, .is-style-alt.entry-title--search > span, .blog .is-style-alt.entry-title > span,
h4.is-style-alt > strong,
.bio-list .bio h3.is-style-alt > strong,
.is-style-alt.entry-title--search > strong,
.blog .is-style-alt.entry-title > strong, h5.is-style-alt > span, .is-style-alt.callout-title > span,
h5.is-style-alt > strong,
.is-style-alt.callout-title > strong, h6.is-style-alt > span,
h6.is-style-alt > strong {
  font-size: 1.777em;
  margin-left: -4rem;
  display: block;
  line-height: 0.8;
  margin-bottom: 0;
}

h1 {
  font-size: 2.48832rem;
}
h1 {
  font-size: 34.83648px;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: calc(34.83648px + 50.21352 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  h1 {
    font-size: 85.05px;
  }
}

h2 {
  font-size: 2.0736rem;
}
h2 {
  font-size: 29.0304px;
}
@media screen and (min-width: 720px) {
  h2 {
    font-size: calc(29.0304px + 15.1722832565 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  h2 {
    font-size: 44.2026832565px;
  }
}

h3, .timeline__event-year {
  font-size: 1.728rem;
}
h3, .timeline__event-year {
  font-size: 24.192px;
}
@media screen and (min-width: 720px) {
  h3, .timeline__event-year {
    font-size: calc(24.192px + 8.968302518 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  h3, .timeline__event-year {
    font-size: 33.160302518px;
  }
}

h4, .bio-performances-roles h2,
.bio-list .bio h3,
.bio-list .bio .timeline__event-year, .reviews-section--sidebar h2, .details-performance h2,
.details-event h2, .entry-title--search, .blog .entry-title {
  font-size: 1.44rem;
}
h4, .bio-performances-roles h2,
.bio-list .bio h3,
.bio-list .bio .timeline__event-year, .reviews-section--sidebar h2, .details-performance h2,
.details-event h2, .entry-title--search, .blog .entry-title {
  font-size: 20.16px;
}
@media screen and (min-width: 720px) {
  h4, .bio-performances-roles h2,
  .bio-list .bio h3,
  .bio-list .bio .timeline__event-year, .reviews-section--sidebar h2, .details-performance h2,
  .details-event h2, .entry-title--search, .blog .entry-title {
    font-size: calc(20.16px + 4.716446 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  h4, .bio-performances-roles h2,
  .bio-list .bio h3,
  .bio-list .bio .timeline__event-year, .reviews-section--sidebar h2, .details-performance h2,
  .details-event h2, .entry-title--search, .blog .entry-title {
    font-size: 24.876446px;
  }
}

h5, .callout-title {
  font-size: 1.2rem;
}
h5, .callout-title {
  font-size: 16.8px;
}
@media screen and (min-width: 720px) {
  h5, .callout-title {
    font-size: calc(16.8px + 1.862 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  h5, .callout-title {
    font-size: 18.662px;
  }
}

/*
 * Entry-content:
 * One size smaller
 */
.entry-content h2 {
  font-size: 1.728rem;
}
.entry-content h2 {
  font-size: 24.192px;
}
@media screen and (min-width: 720px) {
  .entry-content h2 {
    font-size: calc(24.192px + 8.968302518 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .entry-content h2 {
    font-size: 33.160302518px;
  }
}
.entry-content h3, .entry-content .timeline__event-year {
  font-size: 1.44rem;
}
.entry-content h3, .entry-content .timeline__event-year {
  font-size: 20.16px;
}
@media screen and (min-width: 720px) {
  .entry-content h3, .entry-content .timeline__event-year {
    font-size: calc(20.16px + 4.716446 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .entry-content h3, .entry-content .timeline__event-year {
    font-size: 24.876446px;
  }
}
.entry-content h4, .entry-content .bio-performances-roles h2, .bio-performances-roles .entry-content h2,
.entry-content .bio-list .bio h3,
.entry-content .bio-list .bio .timeline__event-year,
.bio-list .bio .entry-content h3,
.bio-list .bio .entry-content .timeline__event-year, .entry-content .reviews-section--sidebar h2, .reviews-section--sidebar .entry-content h2, .entry-content .details-performance h2, .details-performance .entry-content h2,
.entry-content .details-event h2,
.details-event .entry-content h2, .entry-content .entry-title--search, .entry-content .blog .entry-title, .blog .entry-content .entry-title {
  font-size: 1.2rem;
}
.entry-content h4, .entry-content .bio-performances-roles h2, .bio-performances-roles .entry-content h2,
.entry-content .bio-list .bio h3,
.entry-content .bio-list .bio .timeline__event-year,
.bio-list .bio .entry-content h3,
.bio-list .bio .entry-content .timeline__event-year, .entry-content .reviews-section--sidebar h2, .reviews-section--sidebar .entry-content h2, .entry-content .details-performance h2, .details-performance .entry-content h2,
.entry-content .details-event h2,
.details-event .entry-content h2, .entry-content .entry-title--search, .entry-content .blog .entry-title, .blog .entry-content .entry-title {
  font-size: 16.8px;
}
@media screen and (min-width: 720px) {
  .entry-content h4, .entry-content .bio-performances-roles h2, .bio-performances-roles .entry-content h2,
  .entry-content .bio-list .bio h3,
  .entry-content .bio-list .bio .timeline__event-year,
  .bio-list .bio .entry-content h3,
  .bio-list .bio .entry-content .timeline__event-year, .entry-content .reviews-section--sidebar h2, .reviews-section--sidebar .entry-content h2, .entry-content .details-performance h2, .details-performance .entry-content h2,
  .entry-content .details-event h2,
  .details-event .entry-content h2, .entry-content .entry-title--search, .entry-content .blog .entry-title, .blog .entry-content .entry-title {
    font-size: calc(16.8px + 1.862 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .entry-content h4, .entry-content .bio-performances-roles h2, .bio-performances-roles .entry-content h2,
  .entry-content .bio-list .bio h3,
  .entry-content .bio-list .bio .timeline__event-year,
  .bio-list .bio .entry-content h3,
  .bio-list .bio .entry-content .timeline__event-year, .entry-content .reviews-section--sidebar h2, .reviews-section--sidebar .entry-content h2, .entry-content .details-performance h2, .details-performance .entry-content h2,
  .entry-content .details-event h2,
  .details-event .entry-content h2, .entry-content .entry-title--search, .entry-content .blog .entry-title, .blog .entry-content .entry-title {
    font-size: 18.662px;
  }
}

/* 
 * Menu headings
 */
.megamenu-heading {
  font-size: 1rem;
  margin-bottom: 0;
}

/* 
 * Hero headings
 */
.hero-content h2,
.wp-block-cover.alignfull h2,
.wp-block-cover.alignwide h2 {
  font-size: 2.48832rem;
}
.hero-content h2,
.wp-block-cover.alignfull h2,
.wp-block-cover.alignwide h2 {
  font-size: 34.83648px;
}
@media screen and (min-width: 720px) {
  .hero-content h2,
  .wp-block-cover.alignfull h2,
  .wp-block-cover.alignwide h2 {
    font-size: calc(34.83648px + 50.21352 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .hero-content h2,
  .wp-block-cover.alignfull h2,
  .wp-block-cover.alignwide h2 {
    font-size: 85.05px;
  }
}

.performance-title,
.event-title,
.hero-content h2 {
  margin: 0;
}
.performance-title + .performance-subtitle,
.event-title + .performance-subtitle,
.hero-content h2 + .performance-subtitle {
  padding-top: 1rem;
}

.hero .performance-series {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.728rem;
}
.hero .performance-series {
  font-size: 24.192px;
}
@media screen and (min-width: 720px) {
  .hero .performance-series {
    font-size: calc(24.192px + 8.968302518 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .hero .performance-series {
    font-size: 33.160302518px;
  }
}

/*
 * Entry titles
 */
.blog .entry-title {
  margin: 0;
}
.single-post .entry-title {
  margin-bottom: 0;
}

.entry-title--search {
  margin-bottom: 0;
}

/*
 * Main section titles
 */
.section-title,
.whatson__title {
  text-align: center;
}

/*
 * Performances /  Events
 */
.details-performance h2,
.details-event h2 {
  margin-bottom: 0;
}
.details-performance h2 + p,
.details-event h2 + p {
  margin-top: 0;
}

@media only screen and (min-width: 1280px) {
  .reviews-section--sidebar h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 1279px) {
  .reviews-section--sidebar h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1023px) {
  .reviews-section--sidebar h2 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section--sidebar h2 {
    font-size: 29px;
  }
}

/*
 * Bios
 */
/*
 * Blocks & Modules
 */
.call-to-action h2 {
  margin-top: 0;
}

.callout-title {
  text-align: center;
}

/*
 * Footer headings
 */
@supports (display: grid) {
  @media only screen and (min-width: 1280px) {
    /*
     * Reviews title when sidebar
     */
  }
}
.performance-title,
.event-title {
  margin: 0;
}

.performance-subtitle {
  font-size: 1.2rem;
  font-size: 1.728rem;
  margin: 0;
}
.performance-subtitle {
  font-size: 24.192px;
}
@media screen and (min-width: 720px) {
  .performance-subtitle {
    font-size: calc(24.192px + 8.968302518 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .performance-subtitle {
    font-size: 33.160302518px;
  }
}

.hero-information {
  position: relative;
  margin-top: 1.5rem;
}
.hero-information p {
  margin-top: 0;
}
.hero-information p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero-information {
    font-size: 15.3px;
    font-size: 0.85rem;
  }
}

.entry-content .has-small-font-size {
  font-size: 85%;
}
.entry-content .has-large-font-size {
  font-size: 1.333em;
}
.entry-content .has-larger-font-size {
  font-size: 1.777em;
}
.entry-content .has-huge-font-size {
  font-size: 2.369em;
}

.subtitle {
  font-size: 1.2rem;
  font-size: 1.728rem;
  margin: 0;
}
.subtitle {
  font-size: 24.192px;
}
@media screen and (min-width: 720px) {
  .subtitle {
    font-size: calc(24.192px + 8.968302518 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .subtitle {
    font-size: 33.160302518px;
  }
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?47034241");
  src: url("../font/fontello.eot?47034241#iefix") format("embedded-opentype"), url("../font/fontello.woff2?47034241") format("woff2"), url("../font/fontello.woff?47034241") format("woff"), url("../font/fontello.ttf?47034241") format("truetype"), url("../font/fontello.svg?47034241#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6489931#fontello') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before {
  content: "\e800";
} /* '' */
.icon-yahoo:before {
  content: "\e801";
} /* '' */
.icon-mail:before {
  content: "\e802";
} /* '' */
.icon-outlook:before {
  content: "\e803";
} /* '' */
.icon-mro:before {
  content: "\e80c";
  width: 2.45em;
} /* '' */
.icon-youtube:before {
  content: "\e810";
} /* '' */
.icon-location2:before {
  content: "\e811";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-open-right:before {
  content: "\f105";
} /* '' */
.icon-mobile:before {
  content: "\f10b";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-apple:before {
  content: "\f179";
} /* '' */
.icon-google:before {
  content: "\f1a0";
} /* '' */
.icon-calendar:before {
  content: "\f271";
} /* '' */
/*--------------------------------------------------------------
# Layout.
--------------------------------------------------------------*/
.overflow-hidden {
  overflow: hidden;
}

.site-main-content,
.site-header,
.site-footer {
  /* Force Hardware Acceleration in WebKit */
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  position: relative;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.site-main-content.offcanvas-open,
.site-header.offcanvas-open,
.site-footer.offcanvas-open {
  /* translate to show the lateral menu */
  -moz-transform: translateX(calc(- 260px));
  -o-transform: translateX(calc(- 260px));
  -ms-transform: translateX(calc(- 260px));
  -webkit-transform: translateX(calc(- 260px));
  transform: translateX(calc(- 260px));
}
@media only screen and (max-width: 1279px) {
  .site-main-content.nav-is-visible,
  .site-header.nav-is-visible,
  .site-footer.nav-is-visible {
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .site-main-content.nav-is-visible,
  .nav-on-left .site-header.nav-is-visible,
  .nav-on-left .site-footer.nav-is-visible {
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.site-main-content {
  background: #f7f7f7;
  z-index: 2;
  padding-top: 50px;
}
body.single:not(.page) .site-main-content {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  body.single:not(.page) .site-main-content {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-main-content {
    padding-top: 120px;
  }
}

.site-header {
  height: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 3;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-is-fixed .site-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .site-header:not(.topbar-small) {
    height: 120px;
  }
}

.site-logo,
.custom-logo-link {
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  height: calc( 50px - 2px);
  transform: translateX(-24%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-logo img,
.custom-logo-link img {
  display: block;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1279px) {
  .nav-on-left .site-logo,
  .nav-on-left .custom-logo-link {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header:not(.topbar-small) .site-logo,
  .site-header:not(.topbar-small) .custom-logo-link {
    top: 5px;
    height: calc( 120px - 10px);
  }
}
.site-logo:active, .site-logo:focus, .site-logo:hover, .site-logo:focus-within,
.custom-logo-link:active,
.custom-logo-link:focus,
.custom-logo-link:hover,
.custom-logo-link:focus-within {
  transform: translateX(5%);
}

.site-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 10px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .nav-on-left .site-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .site-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header:not(.topbar-small) .site-header-buttons {
    top: calc(( 120px - 44px ) / 2);
    right: 40px;
  }
}

.site-search-trigger, .site-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}
.site-search-trigger:active, .site-search-trigger:focus, .site-search-trigger:hover, .site-search-trigger:focus-within, .site-nav-trigger:active, .site-nav-trigger:focus, .site-nav-trigger:hover, .site-nav-trigger:focus-within {
  color: transparent;
}

.site-search-trigger::before, .site-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #231f20;
}
.site-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #231f20;
  bottom: 14px;
  right: 11px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.site-search-trigger span::before, .site-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #231f20;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.site-search-trigger span::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-search-trigger span::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-search-trigger.search-is-visible::before, .site-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.site-search-trigger.search-is-visible span::before, .site-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.site-search-trigger.search-is-visible span::before {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.site-search-trigger.search-is-visible span::after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-search-trigger:active::before, .site-search-trigger:focus::before, .site-search-trigger:hover::before, .site-search-trigger:focus-within::before {
  /* lens */
  border: 3px solid #87c6b9;
}
.site-search-trigger:active::after, .site-search-trigger:focus::after, .site-search-trigger:hover::after, .site-search-trigger:focus-within::after {
  /* handle */
  background: #87c6b9;
}
.site-search-trigger:active span::before, .site-search-trigger:active span::after, .site-search-trigger:focus span::before, .site-search-trigger:focus span::after, .site-search-trigger:hover span::before, .site-search-trigger:hover span::after, .site-search-trigger:focus-within span::before, .site-search-trigger:focus-within span::after {
  /* close icon */
  background: #87c6b9;
}

.site-nav-trigger span, .site-nav-trigger span::before, .site-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #231f20;
}
.site-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.site-nav-trigger span::before, .site-nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: transform 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s;
  -webkit-transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.site-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.site-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.site-nav-trigger[aria-expanded=true] span {
  /* hide line in the center */
  background: rgba(35, 31, 32, 0);
}
.site-nav-trigger[aria-expanded=true] span::before, .site-nav-trigger[aria-expanded=true] span::after {
  /* keep visible other 2 lines */
  background: #231f20;
}
.site-nav-trigger[aria-expanded=true] span::before {
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.site-nav-trigger[aria-expanded=true] span::after {
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.site-nav-trigger[aria-expanded=true]:active span, .site-nav-trigger[aria-expanded=true]:focus span, .site-nav-trigger[aria-expanded=true]:hover span, .site-nav-trigger[aria-expanded=true]:focus-within span {
  /* hide line in the center */
}
.site-nav-trigger[aria-expanded=true]:active span::before, .site-nav-trigger[aria-expanded=true]:active span::after, .site-nav-trigger[aria-expanded=true]:focus span::before, .site-nav-trigger[aria-expanded=true]:focus span::after, .site-nav-trigger[aria-expanded=true]:hover span::before, .site-nav-trigger[aria-expanded=true]:hover span::after, .site-nav-trigger[aria-expanded=true]:focus-within span::before, .site-nav-trigger[aria-expanded=true]:focus-within span::after {
  /* keep visible other 2 lines */
}
@media only screen and (min-width: 1280px) {
  .site-nav-trigger {
    display: none;
  }
}

@media (max-width: 781px) {
  :is(#site-footer, .site-footer) * {
    text-align: left;
  }
  :is(#site-footer, .site-footer) .is-content-justification-right.is-layout-flex {
    align-items: flex-start;
  }
}

.site-footer.is-layout-flow {
  display: block;
}
.site-footer.is-layout-flow > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}
.site-footer.is-layout-flow > .alignwide {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer.is-layout-flow > .alignfull {
  max-width: none;
}

.site-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.site-search form {
  height: 100%;
  width: 100%;
}
.site-search input[type=search] {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #f7f7f7, 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.site-search input[type=search] ::-webkit-input-placeholder {
  color: #dedede;
}
.site-search input[type=search] :-moz-placeholder {
  color: #dedede;
}
.site-search input[type=search] ::-moz-placeholder {
  color: #dedede;
}
.site-search input[type=search] :-ms-input-placeholder {
  color: #dedede;
}
.site-search input[type=search]:focus {
  outline: none;
}
.site-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.nav-is-fixed .site-search {
  position: fixed;
}
@media only screen and (min-width: 1024px) {
  .site-search {
    height: 120px;
    top: 120px;
  }
  .site-search input[type=search] {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.site-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(73, 153, 136, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.site-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1279px) {
  .site-overlay.is-visible {
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .site-overlay.is-visible {
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .site-overlay.is-visible.search-is-visible, .nav-on-left .site-overlay.is-visible.search-is-visible {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #499988;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100vw;
}
.has-post-thumbnail .hero, .hero.has-post-thumbnail {
  background-color: #231f20;
}
@media only screen and (max-width: 767px) {
  .has-post-thumbnail .hero::after {
    content: "";
    position: absolute;
    left: -1%;
    bottom: -1px;
    width: 1%;
    height: 1%;
    box-shadow: 0px 0 30vh 30vh rgba(0, 0, 0, 0.3);
    border-radius: 100%;
  }
}
.hero > img {
  width: 100%;
}

.hero-image {
  position: absolute;
  width: 100vw;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  margin: 2rem 0;
  padding: 10px;
  z-index: 2;
}
.hero-content > p:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
.has-post-thumbnail .hero-content [class*=-title] span {
  background: #231f20;
  display: inline;
  padding: 0 0.25em;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-navigation {
  position: relative;
  padding: 10px;
  z-index: 2;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .home .hero {
    height: 60vh;
    overflow: hidden;
  }
  .home .hero img {
    height: inherit;
    object-fit: cover;
    object-position: 50% 80%;
  }
  .hero-content {
    padding: 5rem 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 43rem;
  }
  .has-post-thumbnail .hero-content [class*=-title] span {
    padding: 0 0.25em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-content {
    padding: 8rem 10px;
  }
}
.performance-subtitle + .hero-information, .performance-title + .hero-information, .event-subtitle + .hero-information, .event-title + .hero-information,
.performance-subtitle + .performance-dates,
.performance-title + .performance-dates,
.event-subtitle + .performance-dates,
.event-title + .performance-dates,
.performance-subtitle + .date,
.performance-title + .date,
.event-subtitle + .date,
.event-title + .date {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.performance-subtitle + .hero-information::before, .performance-title + .hero-information::before, .event-subtitle + .hero-information::before, .event-title + .hero-information::before,
.performance-subtitle + .performance-dates::before,
.performance-title + .performance-dates::before,
.event-subtitle + .performance-dates::before,
.event-title + .performance-dates::before,
.performance-subtitle + .date::before,
.performance-title + .date::before,
.event-subtitle + .date::before,
.event-title + .date::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 5rem;
  left: 0;
  top: 0;
}
body:not(.archive) .performance-title + .hero-information, body:not(.archive) .event-title + .hero-information,
body:not(.archive) .performance-title + .performance-dates,
body:not(.archive) .event-title + .performance-dates,
body:not(.archive) .performance-title + .date,
body:not(.archive) .event-title + .date {
  margin-top: 2rem;
}

@supports (display: grid) {
  .featured-performance {
    overflow: hidden;
    width: inherit;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "content" "menu";
  }
  @media only screen and (min-width: 768px) {
    .single .hero,
    .page:not(.home) .hero {
      grid-template-columns: 1fr [text-left-start text-right-start] 42.5% 42.5% [text-right-end text-left-end] 1fr;
      grid-template-areas: "left 	left 	right	right" "menu  	menu 	menu  	menu";
    }
  }
  @media only screen and (min-width: 1024px) {
    /* 
    * Performance and events hero
    */
    .single .hero,
    .page:not(.home) .hero {
      grid-template-columns: 1fr [text-left-start] 140px calc(42.5% - 140px) [center] 21.25% [text-left-end] 21.25% 1fr;
      grid-template-areas: "left	left 	left 	right	right 	right" "menu  	menu 	menu  	menu  	menu  	menu";
    }
  }
  @media only screen and (min-width: 1280px) {
    /* 
    * Performance and events hero
    */
    .page:not(.home) .hero {
      grid-template-rows: auto;
      grid-template-areas: "left	left 	left 	right	right 	right";
      grid-template-columns: 1fr minmax(auto, 15rem) [text-left-start] calc(21.5rem - 40px / 2) [center] calc(21.5rem - 40px / 2) [text-left-end] minmax(auto, 15rem) 1fr;
      grid-template-areas: "left	left 	left 	right	right 	right";
      grid-column-gap: 40px;
    }
    .single .hero {
      grid-template-columns: 1fr [menu-start] 15rem [menu-end text-left-start] minmax(auto, 21.5rem) minmax(auto, 21.5rem) [text-left-end] 15rem 1fr;
      grid-template-rows: auto;
      grid-template-areas: "left	left 	left 	right	right 	right";
      grid-column-gap: 40px;
    }
  }
  .hero.hero--full-height {
    min-height: calc( 100vh - 50px );
  }
  .hero.hero--content-height {
    min-height: 50vh;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  @media only screen and (max-width: 767px) {
    .has-post-thumbnail .hero::after {
      box-shadow: 0vw 0 50vh 50vh rgba(0, 0, 0, 0.5);
    }
  }
  .hero-image {
    position: relative;
    grid-area: content;
    height: auto;
    width: auto;
  }
  .hero-image.hero-logo {
    align-self: center;
  }
  .hero-image.hero-logo svg {
    max-height: calc(calc( 100vh - 50px ) - 5rem);
    margin: auto;
  }
  .hero--content-height .hero-image {
    height: inherit;
    overflow: hidden;
  }
  .hero--content-height .hero-image img {
    height: 100%;
    position: absolute;
  }
  .hero-content {
    align-self: center;
    grid-area: content;
    margin: 0;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: left;
  }
  .hero-simple .hero-content {
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .performance-header .hero-content {
      align-self: end;
    }
  }
  .hero-navigation {
    grid-area: menu;
  }
  @media only screen and (min-width: 768px) {
    .hero.hero--full-height {
      min-height: 60vw;
    }
    .hero-image {
      grid-column: 1/-1;
      grid-area: right;
      max-width: 100%;
    }
    .hero:nth-child(even) .hero-image {
      grid-area: left;
    }
    .hero:not(.has-post-thumbnail):nth-child(even) .hero-image {
      transform: rotate(180deg);
    }
    .hero-image.hero-logo svg {
      max-height: 60vw;
    }
    .hero-content {
      grid-column: text-left-start/text-left-end;
      grid-row: 1/2;
      padding: 10px;
      align-self: center;
      padding: 1.5rem 0;
      max-width: none;
      display: flex;
      flex-direction: column;
      align-items: start;
    }
    .hero-simple .hero-content {
      text-align: center;
      align-items: center !important;
    }
    .hero-content .performance-series,
    .hero-content .performance-subtitle,
    .hero-content .hero-information,
    .hero-content .performance-dates {
      max-width: 50%;
      padding-left: 0;
      padding-right: 40px;
    }
    .hero-content .performance-title,
    .hero-content .event-title {
      max-width: 80%;
      padding-left: 0;
      padding-right: 40px;
    }
    .hero:nth-child(even) .hero-content {
      align-items: flex-end;
      text-align: right;
    }
    .hero:nth-child(even) .hero-content .performance-series,
    .hero:nth-child(even) .hero-content .performance-subtitle,
    .hero:nth-child(even) .hero-content .hero-information,
    .hero:nth-child(even) .hero-content .performance-dates {
      max-width: 50%;
      padding-right: 0;
      padding-left: 40px;
    }
    .hero:nth-child(even) .hero-content .performance-title,
    .hero:nth-child(even) .hero-content .event-title {
      padding-right: 0;
      padding-left: 40px;
      max-width: 80%;
    }
    .hero.has-post-thumbnail:nth-child(even) .hero-content [class*=-title] span {
      padding: 0 0 0 0.25em;
    }
    .hero-content .performance-subtitle + .hero-information::before,
    .hero-content .performance-subtitle + .performance-dates::before,
    .hero-content .performance-subtitle + .date::before,
    .hero-content .performance-title + .hero-information::before,
    .hero-content .performance-title + .performance-dates::before,
    .hero-content .performance-title + .date::before,
    .hero-content .event-subtitle + .hero-information::before,
    .hero-content .event-subtitle + .performance-dates::before,
    .hero-content .event-subtitle + .date::before,
    .hero-content .event-title + .hero-information::before,
    .hero-content .event-title + .performance-dates::before,
    .hero-content .event-title + .date::before {
      left: 0;
    }
    .hero:nth-child(even) .hero-content .performance-subtitle + .hero-information::before,
    .hero:nth-child(even) .hero-content .performance-subtitle + .performance-dates::before,
    .hero:nth-child(even) .hero-content .performance-subtitle + .date::before,
    .hero:nth-child(even) .hero-content .performance-title + .hero-information::before,
    .hero:nth-child(even) .hero-content .performance-title + .performance-dates::before,
    .hero:nth-child(even) .hero-content .performance-title + .date::before,
    .hero:nth-child(even) .hero-content .event-subtitle + .hero-information::before,
    .hero:nth-child(even) .hero-content .event-subtitle + .performance-dates::before,
    .hero:nth-child(even) .hero-content .event-subtitle + .date::before,
    .hero:nth-child(even) .hero-content .event-title + .hero-information::before,
    .hero:nth-child(even) .hero-content .event-title + .performance-dates::before,
    .hero:nth-child(even) .hero-content .event-title + .date::before {
      left: auto;
      right: 0;
    }
  }
  @media only screen and (min-width: 1024px) {
    .hero.hero--full-height {
      min-height: calc( 100vh - 120px );
    }
    .hero-image.hero-logo svg {
      max-height: calc( 100vh - 120px );
    }
    /* 
    * Performance and events hero
    */
    .single .hero-content .performance-series,
    .single .hero-content .performance-subtitle,
    .single .hero-content .hero-information,
    .single .hero-content .performance-dates,
    .page:not(.home) .hero-content .performance-series,
    .page:not(.home) .hero-content .performance-subtitle,
    .page:not(.home) .hero-content .hero-information,
    .page:not(.home) .hero-content .performance-dates {
      max-width: 58%;
      padding-right: 0;
    }
    .single .hero-content .performance-title,
    .single .hero-content .event-title,
    .page:not(.home) .hero-content .performance-title,
    .page:not(.home) .hero-content .event-title {
      max-width: none;
      padding-right: 0;
    }
    .page-template-performances-roundup .hero-content .performance-series,
    .page-template-performances-roundup .hero-content .performance-subtitle,
    .page-template-performances-roundup .hero-content .hero-information,
    .page-template-performances-roundup .hero-content .performance-dates {
      max-width: 50% !important;
    }
  }
  @media only screen and (min-width: 1280px) {
    /* 
    * Performance and events hero
    */
    .single .hero-content .performance-series,
    .single .hero-content .performance-subtitle,
    .single .hero-content .hero-information,
    .single .hero-content .performance-dates {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
    }
    .single .hero-navigation {
      grid-column: menu-start/menu-end;
      grid-row: 1/-1;
      background: transparent;
      padding: 0;
      align-items: stretch;
      max-width: 140px;
    }
    .single .hero-navigation li {
      margin-bottom: 0.5rem;
    }
    .single .hero-navigation a {
      line-height: 1.2;
    }
    .single .performance-subtitle + .hero-information::before,
    .single .performance-subtitle + .performance-dates::before,
    .single .performance-subtitle + .date::before,
    .single .performance-title + .hero-information::before,
    .single .performance-title + .performance-dates::before,
    .single .performance-title + .date::before,
    .single .event-subtitle + .hero-information::before,
    .single .event-subtitle + .performance-dates::before,
    .single .event-subtitle + .date::before,
    .single .event-title + .hero-information::before,
    .single .event-title + .performance-dates::before,
    .single .event-title + .date::before {
      left: 0;
    }
  }
}
/* Generic header (no hero) */
.page-header {
  margin: 20px 0 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    margin: 40px 0 0;
  }
}

.page-section {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 43rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-section {
    max-width: 85%;
  }
}
.page-section.page-section--wide {
  max-width: 1200px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 43rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .page-section[class*=gallery-] {
    width: 100%;
  }
}
.hero,
.bio-header {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .hero,
  .bio-header {
    margin-bottom: 40px;
  }
}
.home .hero,
.home .bio-header {
  margin-bottom: 0;
}

@supports (display: grid) {
  .site__main-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  @media only screen and (min-width: 768px) {
    .site__main-grid {
      grid-template-columns: 1fr [contain-start] 85% [contain-end] 1fr;
      grid-template-areas: ".. 	main 	..";
    }
  }
  @media only screen and (min-width: 1280px) {
    .site__main-grid {
      grid-template-columns: 1fr [contain-start] minmax(auto, 15rem) 43rem minmax(auto, 15rem) [contain-end] 1fr;
      grid-template-areas: ".. 	left 	main 	side 	..";
      grid-column-gap: 40px;
    }
  }
  .site__main-grid .page-section {
    margin: 0;
    grid-column: 1/-1;
  }
  @media only screen and (min-width: 768px) {
    .site__main-grid .page-header,
    .site__main-grid .page-section {
      max-width: none;
      padding: 0;
      grid-column: main-start/main-end;
    }
    .site__main-grid .page-section--full-width {
      grid-column: 1/-1;
    }
    .site__main-grid .page-section--wide {
      grid-column: contain-start/contain-end;
    }
    .site__main-grid .bios-section,
    .site__main-grid .reviews-section,
    .site__main-grid .gallery-section,
    .site__main-grid .programs-section,
    .site__main-grid .performances-section,
    .site__main-grid .events-section {
      grid-column: contain-start/contain-end;
    }
    .site__main-grid .details-performance + .performances-section {
      margin-top: 1.5rem;
    }
    .site__main-grid .inner-content {
      grid-column: contain-start/contain-end;
      max-width: none;
      margin: 0;
    }
    .site__main-grid .hero,
    .site__main-grid .bio-header {
      grid-column: 1/-1;
    }
  }
}
[class*=description-] .responsive-embed {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  [class*=description-] .responsive-embed {
    margin-bottom: 3rem;
  }
}

.performance-individual-dates {
  margin-bottom: 1.5rem;
}

ul.performance-individual-dates {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
  column-width: 265px;
  column-count: 2;
  column-gap: 20px;
}
ul.performance-individual-dates li {
  border-bottom: 1px solid #ebebeb;
  line-height: 2.5;
  font-size: 23.994px;
  font-size: 1.333rem;
}
ul.performance-individual-dates li:last-child {
  border-bottom: 0;
}
ul.performance-individual-dates .performance-date {
  width: 50%;
  padding-left: 0.5em;
}
ul.performance-individual-dates .performance-time {
  float: right;
  width: 4.5em;
}
@media only screen and (min-width: 768px) {
  ul.performance-individual-dates {
    column-gap: 40px;
  }
}

.performance-dates-notes {
  background-color: #ebebeb;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.event-date .day, .event-date .time {
  display: block;
}
.event-date .day {
  font-size: 22.5px;
  font-size: 1.25rem;
}

@supports (display: grid) {
  @media only screen and (min-width: 1280px) {
    .site__main-grid.performance,
    .site__main-grid.event,
    .page-template-performances-roundup .site__main-grid {
      grid-template-columns: 1fr [contain-start] 15rem minmax(40%, 43rem) 15rem [contain-end] 1fr;
      grid-template-areas: ".. 	left 	main 	side 	..";
      grid-column-gap: 40px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .site__main-grid.performance,
    .site__main-grid.event,
    .page-template-performances-roundup .site__main-grid {
      grid-template-rows: auto auto 1fr;
    }
    .site__main-grid.performance .details-performance,
    .site__main-grid.performance .details-event,
    .site__main-grid.performance .reviews-performance:not(.reviews-section--content),
    .site__main-grid.event .details-performance,
    .site__main-grid.event .details-event,
    .site__main-grid.event .reviews-performance:not(.reviews-section--content),
    .page-template-performances-roundup .site__main-grid .details-performance,
    .page-template-performances-roundup .site__main-grid .details-event,
    .page-template-performances-roundup .site__main-grid .reviews-performance:not(.reviews-section--content) {
      grid-column: side-start/side-end;
    }
    .site__main-grid.performance .details-performance + .description-performance + .reviews-performance:not(.reviews-section--content),
    .site__main-grid.event .details-performance + .description-performance + .reviews-performance:not(.reviews-section--content),
    .page-template-performances-roundup .site__main-grid .details-performance + .description-performance + .reviews-performance:not(.reviews-section--content) {
      grid-row: main-start/main-end;
    }
    .site__main-grid.performance .description-performance,
    .site__main-grid.performance .description-event,
    .site__main-grid.event .description-performance,
    .site__main-grid.event .description-event,
    .page-template-performances-roundup .site__main-grid .description-performance,
    .page-template-performances-roundup .site__main-grid .description-event {
      grid-column: main-start/main-end;
      grid-row-end: span 2;
    }
    .site__main-grid.performance .production-section,
    .site__main-grid.event .production-section,
    .page-template-performances-roundup .site__main-grid .production-section {
      grid-column: main-start/main-end;
    }
  }
}
.bio-header {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 43rem;
  padding-top: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bio-header {
    max-width: 85%;
  }
}
.bio-header .bio-image {
  max-width: 450px;
  max-height: 65vh;
  margin-left: auto;
  margin-right: auto;
}
.bio-header .bio-image img {
  display: block;
}
.bio-header .bio-image-inner {
  display: block;
  height: 100%;
  max-height: 65vh;
}
.bio-header .bio-image-inner img {
  max-height: 65vh;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bio-header .bio-image-inner.tap-has-hover {
  position: relative;
}
.bio-header .bio-image-inner.tap-has-hover .show-on-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.bio-header .bio-image-inner.tap-has-hover:hover .show-on-hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .bio-header {
    margin-top: 3rem;
  }
}

.bio-role-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.bio-role-list li {
  margin-bottom: 1.5rem;
}
.bio-role-list li:last-child {
  margin-bottom: 0;
}
.bio-role-list li > a,
.bio-role-list li > span {
  display: block;
}
.bio-role-list .performance-series {
  font-size: 85%;
}
.bio-role-list .bio-performance {
  font-weight: bold;
  text-transform: uppercase;
}
.bio-role-list .bio-performance-dates {
  font-size: 85%;
}

@supports (display: grid) {
  .bio-header {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    margin: 0;
    text-align: left;
    display: grid;
    grid-template-columns: [image-start] 1fr 2fr [image-end] 1fr;
    grid-template-rows: [image-start] 1fr 1.25rem [image-end] auto minmax(0, auto);
    grid-template-areas: "..		.. 		..	" "..		name 	name " "..		name 	name " "..		meta 	meta ";
  }
  .single .bio-header {
    margin-bottom: 0;
  }
  .bio-header > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bio-header .bio-image {
    margin: 0;
    max-width: none;
    max-height: 80vh;
    grid-area: image;
  }
  .bio-header .bio-heading {
    margin: 0;
    grid-column: image-start/-1;
    background: #f7f7f7;
    justify-self: start;
    padding-left: 0.25em;
    z-index: 1;
  }
  .has-post-thumbnail .bio-header .bio-heading {
    grid-area: name;
  }
  .bio-header .bio-meta {
    grid-column: image-start/-1;
    margin: 0.5rem 0 0.5rem;
  }
  .has-post-thumbnail .bio-header .bio-meta {
    grid-area: meta;
  }
  .page-section.bio-performances-roles {
    margin: 0;
  }
  .bio-role-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    grid-column-gap: calc( 40px / 2 );
  }
  @media only screen and (min-width: 768px) {
    .site__main-grid.bio {
      grid-template-columns: 1fr [contain-start] 10rem 5rem minmax(auto, 43rem) [contain-end] 1fr;
      grid-template-areas: ".. 	side 	main 	main	..";
      grid-column-gap: 40px;
    }
    .site__main-grid .bio-performances-roles {
      grid-column: side-start/side-end;
      grid-row: 2/span 1;
      width: auto;
    }
    .site__main-grid .bio-information {
      grid-column: contain-start/contain-end;
      grid-row: 2/span 1;
    }
    .site__main-grid .bio-performances-roles + .bio-information {
      grid-column: main-start/main-end;
    }
    .bio-header {
      padding-top: 3rem;
      padding-bottom: 3rem;
      width: minmax(auto, 90vw);
      grid-template-columns: 1fr [image-start] 10rem 5rem [image-end] minmax(auto, 43rem) 1fr;
      grid-template-rows: [image-start] 3fr auto 1fr [image-end];
      grid-template-areas: ".. 	.. 		..		.. 		..	" ".. 	..		name 	name	.. " ".. 	..		..	 	meta	.. ";
      grid-column-gap: 40px;
    }
    .bio-header .bio-meta,
    .bio-header .bio-image {
      padding: 0;
    }
    .bio-header .bio-heading {
      padding-right: 0;
    }
    .bio-header .bio-meta {
      position: relative;
      margin-bottom: 2rem;
      left: calc( - 20px );
    }
  }
  @media only screen and (min-width: 1024px) {
    .site__main-grid.bio {
      grid-template-columns: 1fr [contain-start] 10rem 10rem minmax(auto, calc(23rem - 40px)) [contain-end] 1fr;
    }
    .bio-header {
      grid-template-columns: 1fr [image-start] 10rem 10rem [image-end] minmax(auto, calc(23rem - 40px)) 1fr;
      grid-template-rows: [image-start] 1fr auto minmax(4.209rem, auto) [image-end];
    }
    .bio-header .bio-meta {
      left: auto;
    }
  }
  @media only screen and (min-width: 1280px) {
    .site__main-grid.bio {
      grid-template-columns: 1fr [contain-start] 15rem 10rem minmax(auto, calc(33rem - 40px)) [contain-end] 1fr;
    }
    .bio-header {
      grid-template-columns: 1fr [image-start] 15rem 10rem [image-end] minmax(auto, calc(33rem - 40px)) 1fr;
      grid-template-areas: ".. 	.. 		..		.. 		..	" ".. 	..		name 	name	name " ".. 	..		..	 	meta	.. ";
    }
  }
}
.entry-meta {
  margin-top: 0.75rem;
}
.entry-meta .posted-on {
  margin-right: 1rem;
}
.entry-meta .cat-links::before {
  content: "·";
  margin-right: 1rem;
  font-weight: bold;
}

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

.entry-summary p:last-child {
  margin-bottom: 0.75rem;
}

.single-post .entry-meta {
  margin-bottom: 40px;
}

.news-section .post {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.news-section .post:first-child {
  border-top: 0;
  padding-top: 0;
}
.news-section .blog-image {
  margin: 0.5rem 0 1rem;
  display: block;
}
.news-section .entry-meta {
  font-size: 85%;
}

@media only screen and (min-width: 768px) {
  .news-section .blog-image {
    max-width: 200px;
    float: left;
    margin-right: 20px;
  }
}
@supports (display: grid) {
  .entry-meta {
    display: inline-block;
    border-top: 2px solid #ebebeb;
    padding-top: 0.5rem;
  }
  @media only screen and (min-width: 768px) {
    .hero-content .entry-meta {
      width: calc(50% - 40px);
    }
  }
  .news-section {
    display: grid;
    grid-column-gap: 20px;
  }
  .news-section .post {
    grid-column: 1/-1;
  }
  .news-section .blog-image {
    margin-top: 1.5rem;
    display: block;
    max-width: none;
  }
  .news-section .post:first-child .blog-image {
    margin-top: 0;
  }
  .news-section .entry-header,
  .news-section .entry-summary {
    grid-column: 1/-1;
  }
  @media only screen and (min-width: 768px) {
    .news-section .post {
      display: grid;
      grid-template-columns: 2fr 3fr;
      grid-column-gap: 20px;
    }
    .news-section .post.has-post-thumbnail .entry-header,
    .news-section .post.has-post-thumbnail .entry-summary {
      grid-column: 2/-1;
    }
    .news-section .blog-image {
      grid-row: 1/span 3;
      margin: 0;
      height: 100%;
    }
    .news-section .blog-image img {
      height: 100%;
      object-fit: cover;
    }
    .news-section .entry-meta {
      justify-self: start;
    }
  }
}
.home-header__text {
  width: 100vw;
  padding: 1.5rem 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .home-header__text h1,
  .home-header__text p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 43rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .home-header__text h1,
  .home-header__text p {
    max-width: 85%;
  }
}

.home .page-section--full-width {
  padding: 1.5rem 0;
}
.home .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 43rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .inner {
    max-width: 85%;
  }
}

.page-section__links {
  margin: 0;
}
.page-section__links li {
  display: inline-block;
  width: calc(49% - 10px);
  margin-right: 10px;
  vertical-align: top;
}
.page-section__links h3, .page-section__links .timeline__event-year {
  margin: 0;
}
.page-section__links h3 + p, .page-section__links .timeline__event-year + p {
  margin-top: 0;
}

.page-section__header h2 {
  margin: 0;
}
.page-section__header h2 + p {
  margin-top: 0;
}

@supports (display: grid) {
  .home-header {
    grid-column: 1/-1;
  }
  @media only screen and (min-width: 768px) {
    .home-header__text {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .home-header__text {
    display: grid;
    grid-template-columns: 10px [contain-start] auto [contain-end] 10px;
    grid-template-areas: ".. main ..";
    padding: 1.5rem 0;
    max-width: none;
  }
  @media only screen and (min-width: 768px) {
    .home-header__text {
      grid-template-columns: 1fr [contain-start] 85% [contain-end] 1fr;
      grid-template-areas: ".. 	main 	..";
    }
  }
  @media only screen and (min-width: 1280px) {
    .home-header__text {
      grid-template-columns: 1fr [contain-start] 1200px [contain-end] 1fr;
      grid-template-areas: ".. 	main 	..";
    }
  }
  .home-header__text h1,
  .home-header__text p {
    grid-column-start: contain-start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .home-header__text p {
    margin-top: 1em;
  }
  @media only screen and (min-width: 768px) {
    .home-header__text p {
      max-width: 50%;
    }
  }
  .home .page-section--full-width {
    display: grid;
    grid-template-columns: 10px [contain-start] auto [contain-end] 10px;
    grid-template-areas: ".. main ..";
    padding: 1.5rem 0;
  }
  @media only screen and (min-width: 768px) {
    .home .page-section--full-width {
      grid-template-columns: 1fr [contain-start] 85% [contain-end] 1fr;
      grid-template-areas: ".. 	main 	..";
    }
  }
  @media only screen and (min-width: 1280px) {
    .home .page-section--full-width {
      grid-template-columns: 1fr [contain-start] 1200px [contain-end] 1fr;
      grid-template-areas: ".. 	main 	..";
    }
  }
  .home .inner {
    grid-area: contain;
    max-width: none;
  }
  .page-section--2-posts .inner,
  .page-section--image-textlinks .inner {
    display: grid;
    grid-row-gap: 1.5rem;
    align-items: center;
  }
  @media only screen and (min-width: 768px) {
    .page-section--2-posts .inner,
    .page-section--image-textlinks .inner {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .page-section--2-posts .inner,
    .page-section--image-textlinks .inner {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 40px;
    }
  }
  .page-section--2-posts .inner {
    grid-template-areas: "header" "links";
  }
  @media only screen and (min-width: 768px) {
    .page-section--2-posts .inner {
      grid-template-areas: "header   header" "links      links";
    }
  }
  @media only screen and (min-width: 1024px) {
    .page-section--2-posts .inner {
      grid-template-areas: "header   links      links";
    }
  }
  .page-section--image-textlinks .inner {
    grid-template-areas: "image" "header" "links";
    grid-template-rows: repeat(2, min-content);
  }
  @media only screen and (min-width: 768px) {
    .page-section--image-textlinks .inner {
      grid-template-areas: "image  header" "image  links";
      grid-template-rows: repeat(2, min-content);
    }
  }
  @media only screen and (min-width: 1024px) {
    .page-section--image-textlinks .inner {
      grid-template-areas: "image  header  header" "image  links   links";
    }
  }
  .post-previews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
  @media only screen and (min-width: 768px) {
    .post-previews {
      grid-column: 1/-1;
      grid-column-gap: 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .post-previews {
      grid-column: 2/-1;
      grid-column-gap: 40px;
    }
  }
  .page-section__links {
    grid-area: links;
  }
  .page-section__links li {
    width: 100%;
  }
  @media only screen and (min-width: 1024px) {
    .page-section__links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 40px;
    }
    .page-section--image-textlinks .page-section__links {
      grid-template-columns: repeat(2, auto);
    }
  }
  .page-section__header {
    grid-area: header;
  }
  .page-section__image {
    grid-area: image;
    height: 100%;
  }
  .page-section__image img {
    height: inherit;
    object-fit: cover;
  }
  @media only screen and (min-width: 768px) {
    .page-section--image-textlinks .page-section__image img {
      display: none;
    }
    .page-section--image-textlinks .page-section__image .page-section__image__bg {
      height: inherit;
      background-color: black;
      background-size: cover;
      background-position: center center;
    }
  }
  .page-section--signup .inner {
    display: grid;
    align-items: center;
    grid-template-areas: "header" "form";
  }
  @media only screen and (min-width: 768px) {
    .page-section--signup .inner {
      grid-template-rows: 1fr auto;
      grid-template-areas: "header  form";
      grid-column-gap: 20px;
    }
  }
  @media only screen and (min-width: 768px) {
    .page-section--signup .inner {
      grid-column-gap: 40px;
    }
  }
  .page-section--signup .inner .content-signup--form {
    grid-area: form;
    justify-self: center;
  }
}
/*--------------------------------------------------------------
# Elements. From Underscores.
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f7f7f7; /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.page-section__links {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

cite {
  font-style: normal;
  display: block;
  position: relative;
}
blockquote cite {
  margin-top: 1rem;
}
blockquote cite::before {
  content: "– ";
}
.wp-block-pullquote:not(.is-style-default) blockquote cite {
  margin-left: 1.25rem;
}
.wp-block-pullquote:not(.is-style-default) blockquote cite::before {
  position: absolute;
  top: 0;
  left: -1.25ch;
}

figure {
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #499988;
  text-decoration: none;
  /*
   * Always white
   */
}
a:active, a:focus, a:hover, a:focus-within {
  color: #87c6b9;
}
a.go {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
a.go {
  font-size: 14px;
}
@media screen and (min-width: 720px) {
  a.go {
    font-size: calc(14px + 4 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  a.go {
    font-size: 18px;
  }
}
a.go::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 1rem;
  position: absolute;
  right: -0.75em;
  top: -5px;
}
.offcanvas-navigation a {
  color: rgba(255, 255, 255, 0.75);
}
.offcanvas-navigation a:active, .offcanvas-navigation a:focus, .offcanvas-navigation a:hover, .offcanvas-navigation a:focus-within {
  color: #fff;
}
.site-footer a {
  color: #a69b9e;
}
.site-footer a:active, .site-footer a:focus, .site-footer a:hover, .site-footer a:focus-within {
  color: #fff;
}
a.card {
  color: #fff;
}
.hero .hero-content a {
  color: #fff;
}
.hero .hero-content a:active, .hero .hero-content a:focus, .hero .hero-content a:hover, .hero .hero-content a:focus-within {
  color: rgba(255, 255, 255, 0.75);
}

@supports (display: grid) {
  @media only screen and (min-width: 1280px) {
    .hero-navigation a:not(.button) {
      color: rgba(255, 255, 255, 0.75);
    }
    .hero-navigation a:not(.button):active, .hero-navigation a:not(.button):focus, .hero-navigation a:not(.button):hover, .hero-navigation a:not(.button):focus-within {
      color: #fff;
    }
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* 
 * All menu lists resets
 */
[class^=menu],
.sub-menu,
.sub-sub-menu,
.site-header-buttons {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin: 0;
}

/*
 * Topbar menus
 */
.menu-topbar {
  position: static;
  padding: 0 105px 0 0;
  height: auto;
  width: auto;
  float: right;
  overflow: visible;
  background: transparent;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .menu-topbar {
    padding-right: 135px;
  }
}
@media only screen and (min-width: 1280px) {
  .menu-topbar {
    padding-right: 100px;
  }
}
.menu-topbar > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.65rem;
}
.menu-topbar > .menu-item.menu-item-has-children > a {
  cursor: default;
}
.menu-topbar > .menu-item > a,
.menu-topbar > .menu-item > .menu-dropdown {
  display: block;
  transition: border 1s ease-in-out;
  border-bottom: 1px solid transparent;
  line-height: calc(50px - 2px);
  -moz-transition: line-height 0.5s ease-in-out;
  -o-transition: line-height 0.5s ease-in-out;
  -webkit-transition: line-height 0.5s ease-in-out;
  transition: line-height 0.5s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .site-header:not(.topbar-small) .menu-topbar > .menu-item > a,
  .site-header:not(.topbar-small) .menu-topbar > .menu-item > .menu-dropdown {
    line-height: calc(120px - 2px);
  }
}
.menu-topbar .sub-menu {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 290px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.menu-topbar .sub-menu a,
.menu-topbar .sub-menu .megamenu-heading {
  display: block;
  padding: 0.5rem 1rem;
}
.menu-topbar .sub-menu .menu-item-has-children:not(.megamenu-column-2x):not(.megamenu-column) {
  position: relative;
}
.menu-topbar .sub-menu .menu-item-has-children:not(.megamenu-column-2x):not(.megamenu-column) .sub-menu {
  left: 100%;
  top: 0;
}
.menu-topbar .sub-menu .menu-item-has-children:not(.megamenu-column-2x):not(.megamenu-column):hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-topbar .has-dropdown .sub-sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 290px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.menu-topbar .has-dropdown .menu-item {
  position: relative;
}
.menu-topbar .has-dropdown .menu-item:hover .sub-sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-topbar > .menu-item.active > a,
.menu-topbar > .menu-item.active > .menu-dropdown,
.no-js .menu-topbar > .menu-item:active > a,
.no-js .menu-topbar > .menu-item:active > .menu-dropdown,
.no-js .menu-topbar > .menu-item:focus > a,
.no-js .menu-topbar > .menu-item:focus > .menu-dropdown,
.no-js .menu-topbar > .menu-item:hover > a,
.no-js .menu-topbar > .menu-item:hover > .menu-dropdown,
.no-js .menu-topbar > .menu-item:focus-within > a,
.no-js .menu-topbar > .menu-item:focus-within > .menu-dropdown {
  color: #87c6b9;
  border-bottom: 2px solid #499988;
}
.menu-topbar > .menu-item.active > .sub-menu,
.no-js .menu-topbar > .menu-item:active > .sub-menu,
.no-js .menu-topbar > .menu-item:focus > .sub-menu,
.no-js .menu-topbar > .menu-item:hover > .sub-menu,
.no-js .menu-topbar > .menu-item:focus-within > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 3;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

/*
 * Off-canvas menu
 */
.offcanvas-navigation {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  width: 260px;
  background-color: #499988;
  visibility: hidden;
  overflow-y: auto;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  /* this creates the subtle slide in animation of the navigation */
  -moz-transform: translateX(260px);
  -o-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}
.offcanvas-navigation .menu-offcanvas {
  padding: 20px 0;
}
.offcanvas-navigation .menu-item.offcanvas-spacing {
  margin-bottom: 20px;
}
.offcanvas-navigation .menu-item a,
.offcanvas-navigation .menu-item .menu-dropdown {
  display: block;
  padding: 0.25rem calc(0.25rem + 20px);
}
.offcanvas-navigation .sub-menu {
  display: none;
  margin-bottom: 20px;
}
.offcanvas-navigation .sub-menu a {
  padding-left: calc((0.25rem + 20px) + 0.75rem);
}
.offcanvas-navigation.offcanvas-open {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* 
 * Dropdown arrow for items with children
 */
.menu-item-has-children > a,
.menu-item-has-children > .menu-dropdown {
  padding-right: calc(13px - 0px);
  position: relative;
}
.menu-item-has-children .right-arrow,
.menu-item-has-children .dropdown-arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  transition: 0.4s ease;
  content: "";
}
.menu-item-has-children .right-arrow::before, .menu-item-has-children .right-arrow::after,
.menu-item-has-children .dropdown-arrow::before,
.menu-item-has-children .dropdown-arrow::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #231f20;
  transition: 0.4s ease;
}
.menu-item-has-children .right-arrow:after,
.menu-item-has-children .dropdown-arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
.menu-item-has-children .right-arrow {
  left: 0.75rem;
  transform: rotate(-45deg);
}
.menu-item-has-children .dropdown-arrow {
  left: 0.25rem;
  transform: rotate(45deg);
}
ul:not(.menu-offcanvas) .menu-item-has-children:active .dropdown-arrow, ul:not(.menu-offcanvas) .menu-item-has-children:focus .dropdown-arrow, ul:not(.menu-offcanvas) .menu-item-has-children:hover .dropdown-arrow, ul:not(.menu-offcanvas) .menu-item-has-children:focus-within .dropdown-arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
ul:not(.menu-offcanvas) .menu-item-has-children:active .dropdown-arrow::before, ul:not(.menu-offcanvas) .menu-item-has-children:focus .dropdown-arrow::before, ul:not(.menu-offcanvas) .menu-item-has-children:hover .dropdown-arrow::before, ul:not(.menu-offcanvas) .menu-item-has-children:focus-within .dropdown-arrow::before {
  transform: translate(10px, 0);
}
ul:not(.menu-offcanvas) .menu-item-has-children:active .dropdown-arrow::after, ul:not(.menu-offcanvas) .menu-item-has-children:focus .dropdown-arrow::after, ul:not(.menu-offcanvas) .menu-item-has-children:hover .dropdown-arrow::after, ul:not(.menu-offcanvas) .menu-item-has-children:focus-within .dropdown-arrow::after {
  transform: rotate(90deg) translate(10px, 0);
}
.menu-offcanvas .menu-item-has-children .dropdown-arrow {
  position: absolute;
  top: 50%;
  left: calc(260px - 20px * 2.5);
}
.menu-offcanvas .menu-item-has-children .submenu-open .dropdown-arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
.menu-offcanvas .menu-item-has-children .submenu-open .dropdown-arrow::before {
  transform: translate(10px, 0);
}
.menu-offcanvas .menu-item-has-children .submenu-open .dropdown-arrow::after {
  transform: rotate(90deg) translate(10px, 0);
}

/* 
 * Visibility depending on breakpoints
 */
.menu-xlarge,
.menu-medium {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-small {
    display: none;
  }
  .menu-medium {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .menu-medium {
    display: none;
  }
  .menu-xlarge {
    display: block;
  }
}
/* 
 * Menu-item with button
 */
.emphasize a,
.has-button a {
  padding-right: 0;
}
.offcanvas-navigation .emphasize,
.offcanvas-navigation .has-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.menu-performance-dates {
  display: block;
  margin-top: 0.45em;
  font-size: 75%;
  color: #231f20;
}

.menu-performance-series {
  font-size: 85%;
  margin-top: 0.2em;
}

.menu-image {
  float: left;
  margin-top: 0.25rem;
  margin-right: 10px;
  width: 75px;
}

/*
 * Hero menu
 */
.menu-hero {
  margin: 0;
  text-align: center;
  z-index: 99;
}
.menu-hero li {
  display: inline;
}
.menu-hero a {
  display: inline-block;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .menu-hero {
    font-size: 15.3px;
    font-size: 0.85rem;
  }
  .menu-hero.cta-menu-hero li a {
    margin: 0.25rem 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-navigation {
    flex-direction: column;
  }
  .hero-navigation .cta-menu-hero {
    margin-top: 0.5rem;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 1280px) {
    .menu-hero {
      text-align: left;
    }
    .menu-hero li {
      display: block;
    }
    .menu-hero a {
      margin: 0;
    }
    .menu-hero .button {
      width: 100%;
    }
  }
} /*--------------------------------------------------------------
## social
--------------------------------------------------------------*/
.footer-social-menu {
  margin-bottom: 1.5rem;
}

.social-media-icons {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.social-media-icons li {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  margin: 0 0 40px;
  clear: both;
  justify-self: center;
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .pagination {
    font-size: 75%;
  }
}

.nav-links {
  text-align: center;
}

.page-numbers {
  padding: 0.25em 0.75em;
  border-radius: 5px;
}
.page-numbers:active, .page-numbers:focus, .page-numbers:hover, .page-numbers:focus-within {
  background: #499988;
  color: #fff;
}
.page-numbers.current {
  background: #ebebeb;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .page-numbers span {
    display: none;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border: 0;
  text-decoration: none;
  background: none;
  padding: 0;
  color: #499988;
}
button:active, button:focus, button:hover, button:focus-within,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:focus-within,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:focus-within,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:focus-within,
.button:active,
.button:focus,
.button:hover,
.button:focus-within {
  color: #87c6b9;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
  box-shadow: 0 0 5px #499988;
}
button:not(.menu-button),
input[type=button]:not(.menu-button),
input[type=reset]:not(.menu-button),
input[type=submit]:not(.menu-button),
.button:not(.menu-button) {
  border-radius: 5px;
  background: #499988;
  color: white;
  font-size: 15.3px;
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 0.6rem 1rem;
}
button:not(.menu-button):hover,
input[type=button]:not(.menu-button):hover,
input[type=reset]:not(.menu-button):hover,
input[type=submit]:not(.menu-button):hover,
.button:not(.menu-button):hover {
  color: white;
  background-color: #53ad9a;
}
button:not(.menu-button):active, button:not(.menu-button):focus,
input[type=button]:not(.menu-button):active,
input[type=button]:not(.menu-button):focus,
input[type=reset]:not(.menu-button):active,
input[type=reset]:not(.menu-button):focus,
input[type=submit]:not(.menu-button):active,
input[type=submit]:not(.menu-button):focus,
.button:not(.menu-button):active,
.button:not(.menu-button):focus {
  color: white;
  background-color: #53ad9a;
}
button.menu-dropdown,
input[type=button].menu-dropdown,
input[type=reset].menu-dropdown,
input[type=submit].menu-dropdown,
.button.menu-dropdown {
  text-align: left;
}
.offcanvas-navigation button.menu-dropdown,
.offcanvas-navigation input[type=button].menu-dropdown,
.offcanvas-navigation input[type=reset].menu-dropdown,
.offcanvas-navigation input[type=submit].menu-dropdown,
.offcanvas-navigation .button.menu-dropdown {
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
}
.offcanvas-navigation button.menu-dropdown:active, .offcanvas-navigation button.menu-dropdown:focus, .offcanvas-navigation button.menu-dropdown:hover, .offcanvas-navigation button.menu-dropdown:focus-within,
.offcanvas-navigation input[type=button].menu-dropdown:active,
.offcanvas-navigation input[type=button].menu-dropdown:focus,
.offcanvas-navigation input[type=button].menu-dropdown:hover,
.offcanvas-navigation input[type=button].menu-dropdown:focus-within,
.offcanvas-navigation input[type=reset].menu-dropdown:active,
.offcanvas-navigation input[type=reset].menu-dropdown:focus,
.offcanvas-navigation input[type=reset].menu-dropdown:hover,
.offcanvas-navigation input[type=reset].menu-dropdown:focus-within,
.offcanvas-navigation input[type=submit].menu-dropdown:active,
.offcanvas-navigation input[type=submit].menu-dropdown:focus,
.offcanvas-navigation input[type=submit].menu-dropdown:hover,
.offcanvas-navigation input[type=submit].menu-dropdown:focus-within,
.offcanvas-navigation .button.menu-dropdown:active,
.offcanvas-navigation .button.menu-dropdown:focus,
.offcanvas-navigation .button.menu-dropdown:hover,
.offcanvas-navigation .button.menu-dropdown:focus-within {
  color: #fff;
}
.menu-item a > button,
.menu-item a > input[type=button],
.menu-item a > input[type=reset],
.menu-item a > input[type=submit],
.menu-item a > .button {
  font-size: 18px;
  font-size: 1rem;
  text-transform: none;
  padding: 0.25rem 1rem;
}
.menu-item-has-children a > button,
.menu-item-has-children a > input[type=button],
.menu-item-has-children a > input[type=reset],
.menu-item-has-children a > input[type=submit],
.menu-item-has-children a > .button {
  padding: 0.25rem 1.5rem 0.25rem 1rem;
}

.offcanvas-navigation .button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.offcanvas-navigation .button:hover, .offcanvas-navigation .button:active, .offcanvas-navigation .button:focus {
  background-color: #fff;
  color: #499988;
}
.offcanvas-navigation .button:active, .offcanvas-navigation .button:focus {
  box-shadow: 0 0 5px white;
}
.button.button-outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
  background-color: #fff;
  color: #231f20;
}
.button.button-outline:active, .button.button-outline:focus {
  box-shadow: 0 0 5px white;
}
.hero .hero-content .button.button-outline:hover, .hero .hero-content .button.button-outline:active, .hero .hero-content .button.button-outline:focus {
  color: #231f20;
}
.performance:nth-child(even) .button.button-outline:hover, .performance:nth-child(even) .button.button-outline:active, .performance:nth-child(even) .button.button-outline:focus {
  color: #749eac;
}
@media only screen and (max-width: 767px) {
  .button.button-full {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.button.button-cta {
  display: block;
}
[class*=details-] .button {
  display: block;
  width: 100%;
  text-align: center;
}
[class*=details-] .button + .button {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  [class*=details-] .button {
    display: inline-block;
    width: calc(50% - 0.5rem);
    max-width: 250px;
  }
  [class*=details-] .button + .button {
    margin-left: 1rem;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 1280px) {
    [class*=details-] .button {
      display: block;
      width: 100%;
      max-width: none;
    }
    [class*=details-] .button + .button {
      margin-left: 0;
    }
  }
}
@media only screen and (min-width: 1024px) {
  .hero-navigation .button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
  }
  .hero-navigation .button:hover, .hero-navigation .button:active, .hero-navigation .button:focus {
    background-color: #fff;
    color: #231f20;
  }
  .hero-navigation .button:active, .hero-navigation .button:focus {
    box-shadow: 0 0 5px white;
  }
}

.button.button-atc,
.button.button-outline.button-atc {
  color: #fff !important;
  text-align: left !important;
}
.button.button-atc:active, .button.button-atc:focus, .button.button-atc:hover, .button.button-atc:focus-within,
.button.button-outline.button-atc:active,
.button.button-outline.button-atc:focus,
.button.button-outline.button-atc:hover,
.button.button-outline.button-atc:focus-within {
  color: #fff !important;
}
.button.button-atc:active .add-to-calendar-checkbox, .button.button-atc:focus .add-to-calendar-checkbox, .button.button-atc:hover .add-to-calendar-checkbox, .button.button-atc:focus-within .add-to-calendar-checkbox,
.button.button-outline.button-atc:active .add-to-calendar-checkbox,
.button.button-outline.button-atc:focus .add-to-calendar-checkbox,
.button.button-outline.button-atc:hover .add-to-calendar-checkbox,
.button.button-outline.button-atc:focus-within .add-to-calendar-checkbox {
  padding-bottom: 0.25em;
}
.button.button-atc a,
.button.button-outline.button-atc a {
  color: #fff;
}
.button.button-atc a:first-of-type,
.button.button-outline.button-atc a:first-of-type {
  padding-top: 0.5em;
}
.button.button-atc a:active, .button.button-atc a:focus, .button.button-atc a:hover, .button.button-atc a:focus-within,
.button.button-outline.button-atc a:active,
.button.button-outline.button-atc a:focus,
.button.button-outline.button-atc a:hover,
.button.button-outline.button-atc a:focus-within {
  color: hsla(0deg, 0%, 100%, 0.75);
}

#add-to-calendar-checkbox-label {
  cursor: pointer;
  text-align: left;
}

.add-to-calendar-checkbox ~ a {
  display: none;
}

.add-to-calendar-checkbox:checked ~ a {
  display: block;
  width: 150px;
}

input[type=checkbox].add-to-calendar-checkbox {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.icon-calendar::before {
  width: 25px;
  margin-right: 0.5em;
  text-align: center;
}

.add-to-calendar-checkbox ~ a:before {
  margin-right: 0.5em;
  text-align: center;
  width: 25px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
input[type=phone],
input[type=search],
select,
textarea {
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 85%;
  font-weight: 300;
  padding: 6px 10px;
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.emma-form-row-last {
  padding-top: 1rem;
  padding-left: 28%;
}

/*--------------------------------------------------------------
# Layout modules.
--------------------------------------------------------------*/
.callout {
  background: #ebebeb;
  padding: 20px;
  max-width: 100%;
}
.callout > *:first-child {
  margin-top: 0;
}
.callout > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .callout {
    padding: 40px;
  }
}

.call-to-action {
  position: relative;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.call-to-action.has-color {
  background-color: #499988;
}
.call-to-action.has-background-image {
  background-size: cover;
}
.call-to-action.has-background-image::after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .call-to-action {
    margin-left: calc( - 10px);
    margin-right: calc( - 10px);
  }
}

.cta__logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.cta__logo svg {
  fill: rgba(0, 0, 0, 0.15);
  float: right;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .cta__logo svg {
    height: 150%;
  }
}

.cta__container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 43rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cta__container {
    max-width: 85%;
  }
}

.cta-content {
  margin-bottom: 2.5rem;
}

.cta-footer {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@supports (display: grid) {
  .call-to-action {
    display: grid;
    grid-template-columns: 100vw;
  }
  .cta__container {
    grid-column: 1/-1;
  }
  @media only screen and (min-width: 768px) {
    .call-to-action {
      grid-template-columns: 1fr [contain-start] 85% [contain-end] 1fr;
    }
    .cta__container {
      padding: 0;
      max-width: none;
      grid-area: contain;
      display: grid;
      grid-template-columns: 1fr minmax(200px, auto);
      grid-template-rows: repeat(2, auto);
      grid-column-gap: 40px;
      grid-template-areas: "heading 	button" "content	button";
      align-items: stretch;
      justify-items: stretch;
      align-content: stretch;
    }
    .cta-heading {
      margin: 0;
      grid-area: heading;
      align-self: end;
      text-align: right;
    }
    .cta-content {
      grid-area: content;
      align-self: start;
      margin-bottom: 0;
      text-align: right;
    }
    .cta-content p:first-child {
      margin-top: 0;
    }
    .cta-content p:last-child {
      margin-bottom: 0;
    }
    .cta-footer {
      max-width: none;
      margin: 0;
      grid-area: button;
      align-self: center;
    }
  }
  @media only screen and (min-width: 1280px) {
    .call-to-action {
      grid-template-columns: 1fr [contain-start] 43rem [contain-end] 1fr;
    }
  }
}
.reviews-section {
  padding-bottom: 40px;
}

.reviews-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin: 0;
  padding-left: 0;
}

.review {
  margin: 20px 0 40px;
  padding-bottom: 40px;
}
.review.review--has-source {
  padding-bottom: 0;
}
.review:last-child {
  margin-bottom: 0;
}
.review blockquote {
  margin-left: 0rem;
  margin-right: 0rem;
  margin: 0;
  position: relative;
  float: none;
  width: auto;
  background-color: transparent;
  color: #231f20;
  padding: 0;
}
.review blockquote p {
  position: relative;
  background: #ebebeb;
  padding: 20px;
  margin: 0;
}
.review blockquote p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #ebebeb;
  border-bottom: 0;
  border-right: 0;
  margin-left: -15px;
  margin-bottom: -30px;
}
.review blockquote footer {
  margin-left: 5.5rem;
  margin-top: 0.1rem;
  font-size: 85%;
}
@media only screen and (min-width: 768px) {
  .review blockquote p {
    padding: 40px;
  }
}

@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .reviews-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .review {
      max-width: calc(50% - 40px );
      margin: 0 10px 40px;
      flex: 0 1 auto;
    }
    .review:last-child {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .review {
      max-width: calc(33% - 40px );
    }
    .reviews-performance:not(.reviews-section--content) .reviews-list {
      flex-direction: column;
    }
    .reviews-performance:not(.reviews-section--content) .reviews-list .review {
      width: 100%;
      max-width: none;
      margin-right: 0;
    }
  }
}
.bio-list {
  text-align: center;
  line-height: 1.2;
}
.bio-list .bio {
  margin-bottom: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.bio-list .bio-image {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #ebebeb;
}
.bio-list .bio-image .bio-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.bio-list .bio-image .bio-image-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bio-list .bio-name {
  margin: 0 0 0.25rem 0;
}

.artists-without-bio {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-left: 0;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .bio-list .bio {
    margin-bottom: 40px;
  }
  .artists-without-bio {
    margin-bottom: 40px;
  }
}
@supports (display: flex) {
  .performance-bios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .performance-bios .bio-list {
    flex: 0 0 auto;
    width: 100%;
  }
  @media only screen and (min-width: 768px) {
    .performance-bios .bio-list-inline {
      width: 50%;
    }
  }
  .bio-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .bio-list h2 {
    width: 100%;
    flex: 1 0 auto;
  }
  .bio-list .bio {
    flex: 0 1 auto;
    width: 50%;
    margin: 0 0 20px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .artists-without-bio {
    width: 100%;
  }
  @media only screen and (min-width: 768px) {
    .bio-list .bio {
      margin: 0 0 40px 0;
    }
    .bio-list.bio-list-inline .bio {
      width: 100%;
    }
  }
  @media only screen and (min-width: 1024px) {
    .bio-list.bio-list-inline {
      width: 33%;
    }
    .bio-list .bio {
      width: 33%;
    }
  }
  @media only screen and (min-width: 1280px) {
    .performance-bios .bio-list:not(.bio-list-inline) .bio {
      width: 25%;
    }
    .description-performance .bio-list:not(.bio-list-inline) .bio {
      width: 50%;
    }
  }
}
.whatson-home.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.whatson-home ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.whatson-home li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.whatson-home li::after {
  content: "";
  display: block;
  clear: both;
}
.whatson-home li:first-child {
  padding-top: 0;
}
.whatson-home li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.whatson-home [class*=-title] {
  margin: 0.25rem 0 0.5rem;
}
.whatson-home .performance-series {
  font-size: 85%;
  text-transform: capitalize;
  font-weight: 300;
}
.whatson-home [class*=-date-end]::before {
  content: " – ";
}
@media only screen and (max-width: 767px) {
  .whatson-home {
    text-align: center;
  }
  .whatson-home [class*=-tickets],
  .whatson-home .whatson__thumbnail {
    display: none;
  }
}

.whatson__item .date-tba {
  display: none;
}

.whatson__thumbnail {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.whatson__thumbnail img {
  height: 100%;
  object-fit: cover;
}

.whatson__thumbnail-logo {
  background: #499988;
  padding: calc( 10px / 2 );
}
.whatson__thumbnail-logo svg {
  fill: rgba(0, 0, 0, 0.15);
}

.whatson__footer {
  text-align: center;
}

@supports (display: grid) {
  .whatson-home {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "performances" "events";
  }
  .whatson-home .section-title {
    grid-column: title-start/title-end;
  }
  .whatson-performances {
    grid-column: performances-start/performances-end;
  }
  .whatson-events {
    grid-column: events-start/events-end;
  }
  @media only screen and (min-width: 768px) {
    .whatson__thumbnail {
      grid-area: img;
      margin: 0;
    }
    .whatson__item {
      display: grid;
      grid-template-columns: 100px 140px 1fr min-content;
      grid-template-rows: repeat(2, minmax(0, auto));
      grid-template-areas: "img	date	title	link" "img	date	venue	link";
    }
    .whatson__item [class*=-title] {
      grid-area: title;
      align-self: end;
      margin: 0;
      font-size: 1rem;
    }
    .whatson__item .event-title {
      grid-column: 3/-1;
    }
    .whatson__item [class*=-venue] {
      grid-area: venue;
      margin: 0.25rem 0 0;
      line-height: 1.2;
      font-size: 85%;
    }
    .whatson__item .date-tba {
      font-size: 85%;
    }
    .whatson__item .event-venue {
      grid-column: 3/-1;
    }
    .whatson__item [class*=-tickets] {
      grid-area: link;
      align-self: center;
      padding: 0 1rem 0 10px;
    }
    .whatson__item [class*=-dates] {
      grid-area: date;
      width: 140px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, auto);
      grid-row-gap: 0;
      grid-column-gap: calc(10px * 2);
      text-align: center;
    }
    .whatson__item [class*=-dates] span {
      display: block;
    }
    .whatson__item [class*=-dates] .month,
    .whatson__item [class*=-dates] .year {
      font-size: 85%;
    }
    .whatson__item [class*=-dates] > .month,
    .whatson__item [class*=-dates] > .year {
      grid-column: 1/-1;
      line-height: 1;
    }
    .whatson__item [class*=-dates] > .month {
      align-self: end;
    }
    .whatson__item [class*=-dates] > .year {
      align-self: start;
    }
    .whatson__item [class*=-dates] .day {
      font-size: 2rem;
      line-height: 1;
    }
    .whatson__item [class*=-dates] [class*=-date-start] {
      grid-column: 1/2;
      grid-row: 1/-1;
      justify-self: end;
      align-self: center;
    }
    .whatson__item [class*=-dates] [class*=-date-start]:nth-child(2) {
      grid-row: 2/3;
      align-self: center;
      line-height: 1;
    }
    .whatson__item [class*=-dates] [class*=-date-end] {
      grid-column: 2/3;
      grid-row: 1/-1;
      justify-self: start;
      align-self: center;
      position: relative;
    }
    .whatson__item [class*=-dates] [class*=-date-end]::before {
      position: absolute;
      width: calc(10px * 2);
      top: 27px;
      left: calc(- 10px * 2);
    }
    .whatson__item [class*=-dates] [class*=-date-end]:nth-child(3) {
      grid-row: 2/3;
      align-self: center;
      line-height: 1;
    }
    .whatson__item [class*=-dates] [class*=-date-end]:nth-child(3)::before {
      top: 7px;
    }
    .whatson__item [class*=-dates] [class*=-single-date],
    .whatson__item [class*=-dates] .date-tba {
      grid-column: 1/-1;
      grid-row: 1/-1;
      justify-self: center;
      align-self: center;
    }
  }
  @media only screen and (min-width: 1280px) {
    .whatson-home.whatson-one-column {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .whatson-home.whatson-two-column {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "title 			title" "performances 	events";
      grid-column-gap: 40px;
    }
  }
}
.card {
  display: block;
  position: relative;
  background-color: #499988;
  color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #499988;
}
.has-post-thumbnail .card {
  background-color: #231f20;
}
@media only screen and (min-width: 768px) {
  .card {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .performance:nth-child(odd) .card {
    float: left;
  }
  .performance:nth-child(even) .card {
    float: right;
  }
}

.card-image {
  overflow: hidden;
}

.card-content {
  padding: 10px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cards__title {
  clear: both;
  text-align: center;
}

@supports (display: grid) {
  .cards {
    display: grid;
    grid-row-gap: 10px;
  }
  .cards.one-performance {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .card {
    display: grid;
    justify-content: stretch;
    margin-bottom: 0;
    width: auto;
    height: 100%;
  }
  .card .card-image,
  .card .card-content {
    grid-column: 1;
    grid-row: 1;
  }
  .card .card-image {
    background: #000;
  }
  .card .card-image img {
    display: block;
    opacity: 0.5;
  }
  .card .card-content {
    align-self: center;
    position: static;
    transform: none;
  }
  @media only screen and (min-width: 768px) {
    .cards {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px;
    }
    .cards .cards__title {
      grid-column: 1/-1;
    }
    .cards .pagination {
      grid-column: 1/-1;
      justify-self: center;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cards {
      grid-gap: 40px;
    }
    .card-content {
      padding: 40px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .cards.cards--more-columns {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
.timeline-section {
  overflow: hidden;
}

.timeline {
  position: relative;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding: 10px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  height: 100%;
  width: 0.2rem;
  background: #ebebeb;
}

.timeline__event {
  position: relative;
  margin-bottom: 20px;
}

.timeline__icon {
  width: 1.2rem;
  height: 1.2rem;
  background: #499988;
  border-radius: 50%;
  float: left;
  margin-top: 1.25rem;
}

.timeline__content {
  position: relative;
  margin-left: 2rem;
  padding: 20px;
  background: #ebebeb;
}
.timeline__content::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: 100%;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-right-color: #ebebeb;
}
.timeline__content p {
  margin: 0.5rem 0 0;
}

.timeline__event-year {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .timeline__icon {
    margin-top: calc(40px + 0.15rem);
  }
  .timeline__content {
    padding: 40px;
  }
  .timeline__content::before {
    top: calc(40px + 0.25rem);
  }
}
@supports (display: flex) {
  @media only screen and (min-width: 768px) {
    .timeline::before {
      left: 50%;
      transform: translateX(-50%);
    }
    .timeline__event {
      display: flex;
      flex: 0 0 auto;
      justify-content: flex-end;
      margin-bottom: 10px;
    }
    .timeline__event:nth-child(even) {
      flex-direction: row-reverse;
    }
    .timeline__event:nth-child(even) .timeline__content::before {
      right: auto;
      left: 100%;
      border-color: transparent;
      border-left-color: #ebebeb;
    }
    .timeline__event:nth-child(even) .timeline__icon {
      margin-left: 1rem;
    }
    .timeline__icon {
      margin-right: 1rem;
    }
    .timeline__content {
      margin-left: 0;
      width: calc(50% - 1.6rem);
    }
  }
}
.staff {
  margin-bottom: 40px;
}
.staff::after {
  content: "";
  display: block;
  clear: both;
}

.staff__name {
  margin-bottom: 0;
}

.staff__contact {
  font-style: normal;
}

.staff__contact-phone {
  white-space: nowrap;
}
.staff__contact-email + .staff__contact-phone::before {
  content: "| ";
}

.staff__image {
  max-width: 250px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .staff__image {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  @supports (display: grid) {
    .staff--bio {
      display: grid;
      grid-template-columns: minmax(0, auto) 1fr;
      grid-template-rows: repeat(4, min-content) 1fr;
    }
    .staff--bio .button {
      justify-self: start;
      align-self: start;
    }
    .staff__image {
      grid-row: 1/-1;
      margin-bottom: 0;
    }
    .staff__name {
      margin: 0;
    }
    .staff__name,
    .staff__role,
    .staff__excerpt,
    .staff__contact,
    .button {
      grid-column-start: 2;
    }
  }
}
/*
 * Custom Twitter Feeds
 */
#ctf .ctf-item {
  padding: 1rem 0;
}
#ctf .ctf-item:first-child {
  padding-top: 0;
}
#ctf .ctf-author-name {
  margin-left: 0;
}

.tapestry-levels {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.tapestry-levels > li {
  padding: calc(40px - 1rem) 40px;
  border: 1px solid #499988;
  border-bottom: 0;
}
.tapestry-levels > li:last-child {
  border-bottom: 1px solid #499988;
}
.tapestry-levels > li h3 .level-amount, .tapestry-levels > li .timeline__event-year .level-amount {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.page-template-sign-up .site-main-content {
  background: #fff;
}

.content-signup iframe {
  margin: 0 auto;
}

@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .content-signup {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-gap: 20px;
    }
    .content-signup--form {
      min-width: 440px;
    }
    .content-signup--form iframe {
      width: 100%;
    }
    .content-signup--content {
      padding-top: 0.75rem;
    }
  }
}
.page-section--supporters {
  text-align: center;
}

.supporter-logos {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.supporter-logos li {
  margin: 1rem;
  flex: 0 1 auto;
}

.box-with-text {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.box-with-text li {
  padding-bottom: 1rem;
}
.box-with-text li::after {
  content: "";
  display: block;
  clear: both;
}
.box-with-text .number {
  color: #fff;
  background: #231f20;
  margin-right: 1rem;
  padding: 1rem;
  float: left;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .box-with-text li {
    width: 50%;
    padding-right: 1rem;
    display: inline-block;
    vertical-align: top;
  }
}
@supports (display: grid) {
  .box-with-text {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }
  .box-with-text li {
    display: grid;
    grid-template-columns: 3em 1fr;
    grid-column-gap: 0.5rem;
    width: auto;
    padding: 0;
  }
  .box-with-text li::after {
    content: none;
  }
  .box-with-text .number {
    align-self: start;
    margin: 0.1em 0 0 0;
  }
  @media only screen and (min-width: 768px) {
    .box-with-text li {
      grid-template-columns: 4em 1fr;
    }
    .box-with-text .number {
      font-size: 3.5em;
    }
  }
  @media only screen and (min-width: 1440px) {
    .box-with-text {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.multicol-2 {
  margin-top: 1.5rem;
}
.multicol-2 .wp-block-group__inner-container {
  columns: 2 360px;
}
.multicol-2 .wp-block-group__inner-container p {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Accessibility. From _underscores.
--------------------------------------------------------------*/
/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 15.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Admin Bar
--------------------------------------------------------------*/
body.admin-bar {
  margin-top: -32px;
  padding-bottom: 32px;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}
#wpadminbar .quicklinks > ul > li {
  position: relative;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  bottom: 32px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media. From Underscores.
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

svg {
  max-width: 100%;
}

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

.responsive-embed,
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/*--------------------------------------------------------------
## Featured images
--------------------------------------------------------------*/
.card-image:not(.card-logo):not(.hero-logo),
.hero-image:not(.card-logo):not(.hero-logo) {
  background: #000;
}
.card-image img,
.hero-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a:hover .card-image img,
a:hover .hero-image img {
  transform: scale(115%);
}

.card-logo,
.hero-logo {
  background: transparent;
}
.card-logo svg,
.hero-logo svg {
  fill: rgba(0, 0, 0, 0.15);
  float: right;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a:hover .card-logo svg,
a:hover .hero-logo svg {
  transform: scale(115%) translatex(-5%);
}

.hero-logo svg {
  max-height: 88%;
}
@media only screen and (min-width: 1024px) {
  .hero-logo svg {
    max-height: 97%;
  }
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-section__video {
  margin-bottom: 1px;
}

.foogallery {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .foogallery {
    margin-bottom: 40px;
  }
}

@supports (display: grid) {
  @media only screen and (min-width: 1024px) {
    .gallery-section__videos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1px), 1fr));
      grid-column-gap: 1px;
    }
    .gallery-section__video:nth-child(odd):last-child {
      grid-column-end: span 2;
    }
    .gallery-section__last-video {
      width: 50%;
      margin: 0 auto;
    }
  }
}
/*--------------------------------------------------------------
# Gutenberg styles.
--------------------------------------------------------------*/
[class*=wp-block-] .alignleft, [class*=wp-block-].alignleft {
  margin-top: 0.5rem;
}
[class*=wp-block-] .alignright, [class*=wp-block-].alignright {
  margin-top: 0.5rem;
}
[class*=block-editor] [class*=wp-block-].alignfull, [class*=block-editor] [class*=wp-block-].alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, [class*=wp-block-].wp-block-pullquote.alignleft, [class*=wp-block-].wp-block-pullquote.alignright {
    float: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  [class*=wp-block-].alignfull {
    margin-left: calc( -1 * 10px);
    margin-right: calc( -1 * 10px);
  }
}
@media only screen and (min-width: 768px) {
  [class*=wp-block-] {
    max-width: 100vw;
  }
  [class*=wp-block-] .alignleft, [class*=wp-block-].alignleft {
    margin-right: 40px;
  }
  [class*=wp-block-] .alignright, [class*=wp-block-].alignright {
    margin-left: 40px;
  }
  [class*=wp-block-].alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  [class*=wp-block-].alignwide {
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
  }
}
@media only screen and (min-width: 1024px) {
  [class*=wp-block-].alignwide {
    margin-left: calc(50% - 50vw + 40px);
    margin-right: calc(50% - 50vw + 40px);
  }
}
@media only screen and (min-width: 1280px) {
  [class*=wp-block-] {
    /* Wide column width */
  }
  [class*=wp-block-].alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
  [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, [class*=wp-block-].wp-block-pullquote.alignleft, [class*=wp-block-].wp-block-cover.alignleft {
    margin-left: calc(25% - 25vw);
    min-width: 16rem;
  }
  [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, [class*=wp-block-].wp-block-pullquote.alignright, [class*=wp-block-].wp-block-cover.alignright {
    margin-right: calc(25% - 25vw);
    min-width: 16rem;
  }
}
@media only screen and (min-width: 1440px) {
  [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, [class*=wp-block-].wp-block-pullquote.alignleft, [class*=wp-block-].wp-block-pullquote.alignright, [class*=wp-block-].wp-block-cover.alignleft, [class*=wp-block-].wp-block-cover.alignright {
    min-width: 24vw;
  }
}

@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .single-bio :not(.site-footer) [class*=wp-block-].alignwide, .single-bio :not(.site-footer) [class*=wp-block-].alignfull,
    .single-performance :not(.site-footer) [class*=wp-block-].alignwide,
    .single-performance :not(.site-footer) [class*=wp-block-].alignfull,
    .single-event :not(.site-footer) [class*=wp-block-].alignwide,
    .single-event :not(.site-footer) [class*=wp-block-].alignfull {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1280px) {
    .single-bio :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft {
      margin-left: 0;
    }
    .single-bio :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1440px) {
    .single-bio :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright, .single-bio :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright {
      margin-right: calc((100vw - (100% + 15rem)) / 4 * -1);
    }
  }
  @media only screen and (min-width: 768px) {
    .single-performance :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright {
      max-width: 40vw;
    }
    .single-performance :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignright,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-cover.alignright {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1024px) {
    .single-performance :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft {
      max-width: 20rem;
    }
  }
  @media only screen and (min-width: 1280px) {
    .single-performance :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft, .single-performance :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-image .size-large:not(.is-resized).alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-pullquote.alignleft,
    .single-event :not(.site-footer) [class*=wp-block-].wp-block-cover.alignleft {
      margin-left: calc(( 15rem + 40px ) * -1);
      min-width: 25rem;
    }
  }
}
.wp-block-whatson,
.is-style-space-around {
  margin-top: 40px;
  margin-bottom: 40px;
}

.is-style-space-top {
  margin-top: 40px;
}

.is-style-space-bottom {
  margin-bottom: 40px;
}

p.has-background {
  padding: 20px;
}

.has-background.wp-block-group {
  padding: 0.1rem 20px;
}
body:not(.home) .has-background.alignfull:last-child {
  margin-bottom: calc(- 10px);
}
@media only screen and (min-width: 768px) {
  body:not(.home) .has-background.alignfull:last-child {
    margin-bottom: calc(- 40px);
  }
}

@media only screen and (min-width: 768px) {
  p.has-background {
    padding: 40px;
  }
  .has-background.wp-block-group {
    padding: calc(40px - 1rem) 40px;
  }
}
.wp-block-button__link {
  border-radius: 5px;
  background: #499988;
  color: white;
  font-size: 15.3px;
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 0.6rem 1rem;
}
.wp-block-button__link:hover {
  color: white;
  background-color: #53ad9a;
}
.wp-block-button__link:active, .wp-block-button__link:focus {
  color: white;
  background-color: #53ad9a;
}
.is-style-outline .wp-block-button__link {
  border: 1px solid #499988;
  background-color: transparent;
  color: #499988;
}
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  background-color: #499988;
  color: #fff;
}
.is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #499988;
}
.is-style-full .wp-block-button__link {
  width: 100%;
  display: block;
  text-align: center;
}
.wp-block-button__link.has-background {
  padding: 0.6rem 1rem;
}
.wp-block-group.has-background .wp-block-button__link {
  margin-bottom: 1.5rem;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
}

.wp-block-pullquote {
  position: relative;
  /* 
   * Basic style
   */
  /*
   * is-style-solid-color
   */
}
.wp-block-pullquote.alignleft {
  float: left;
}
.wp-block-pullquote.alignright {
  float: right;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-color: #499988;
  border-width: 0;
}
.wp-block-pullquote:not(.is-style-solid-color)::before, .wp-block-pullquote:not(.is-style-solid-color)::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 100%;
  left: 0;
  border: 1px solid;
  border-color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color)::before {
  border-bottom: 0;
  top: 0;
}
.wp-block-pullquote:not(.is-style-solid-color)::after {
  border-top: 0;
  bottom: 0;
}
.wp-block-pullquote.is-style-solid-color {
  background: #499988;
  color: white;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 23.994px;
  font-size: 1.333rem;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.wp-block-cover {
  width: auto;
}
@supports (display: grid) {
  .wp-block-cover {
    height: auto;
    min-height: calc( 100vh - 50px );
  }
}

/*
 * Logos style
 */
.wp-block-gallery.is-style-logos .blocks-gallery-grid {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.wp-block-gallery.is-style-logos .blocks-gallery-item,
.wp-block-gallery.is-style-logos .blocks-gallery-image, .wp-block-gallery.is-style-logos.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.is-style-logos.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  width: auto;
  margin: 40px;
  flex: 0 1 auto;
}

.wp-block-gallery.has-nested-images.columns-default.tap-logo-gallery {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-gallery.has-nested-images.columns-default.tap-logo-gallery figure.wp-block-image:not(#individual-image) {
  flex: 0 0 auto;
  width: auto;
  margin-bottom: initial !important;
}
.wp-block-gallery.has-nested-images.columns-default.tap-logo-gallery figure.wp-block-image:not(#individual-image) img {
  object-fit: contain;
}

.wp-block-gallery.has-nested-images.columns-default.tap-horizontal-gallery {
  max-width: 100vw;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.wp-block-gallery.has-nested-images.columns-default.tap-horizontal-gallery::-webkit-scrollbar {
  display: none;
}
.wp-block-gallery.has-nested-images.columns-default.tap-horizontal-gallery .wp-block-image {
  flex: 0 0 auto;
}
.wp-block-gallery.has-nested-images.columns-default.tap-horizontal-gallery figure.wp-block-image:not(#individual-image) {
  width: auto;
  max-width: 600px;
  width: 80vw;
  margin-inline-end: 1em;
}

.wp-block-columns.is-style-unit > .wp-block-column {
  flex-basis: 50%;
  margin: 0;
  display: flex;
}
.wp-block-columns.is-style-unit .wp-block-group {
  display: flex;
}
.wp-block-columns.is-style-unit .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-columns.is-style-unit .wp-block-group__inner-container > * {
  margin-top: 0;
}
.wp-block-columns.is-style-unit .wp-block-group__inner-container > *:first-child {
  margin-top: 1rem;
}
.wp-block-advanced-posts-blocks-post .bio {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.wp-block-advanced-posts-blocks-post .bio h4, .wp-block-advanced-posts-blocks-post .bio .blog .entry-title, .blog .wp-block-advanced-posts-blocks-post .bio .entry-title, .wp-block-advanced-posts-blocks-post .bio .entry-title--search, .wp-block-advanced-posts-blocks-post .bio .details-performance h2, .details-performance .wp-block-advanced-posts-blocks-post .bio h2,
.wp-block-advanced-posts-blocks-post .bio .details-event h2,
.details-event .wp-block-advanced-posts-blocks-post .bio h2, .wp-block-advanced-posts-blocks-post .bio .reviews-section--sidebar h2, .reviews-section--sidebar .wp-block-advanced-posts-blocks-post .bio h2, .wp-block-advanced-posts-blocks-post .bio .bio-performances-roles h2, .bio-performances-roles .wp-block-advanced-posts-blocks-post .bio h2,
.wp-block-advanced-posts-blocks-post .bio-list .bio h3,
.bio-list .wp-block-advanced-posts-blocks-post .bio h3,
.wp-block-advanced-posts-blocks-post .bio-list .bio .timeline__event-year,
.bio-list .wp-block-advanced-posts-blocks-post .bio .timeline__event-year {
  margin-bottom: 0;
}
.wp-block-advanced-posts-blocks-post .bio h4 + .bio-role, .wp-block-advanced-posts-blocks-post .bio .blog .entry-title + .bio-role, .blog .wp-block-advanced-posts-blocks-post .bio .entry-title + .bio-role, .wp-block-advanced-posts-blocks-post .bio .entry-title--search + .bio-role, .wp-block-advanced-posts-blocks-post .bio .details-performance h2 + .bio-role, .details-performance .wp-block-advanced-posts-blocks-post .bio h2 + .bio-role,
.wp-block-advanced-posts-blocks-post .bio .details-event h2 + .bio-role,
.details-event .wp-block-advanced-posts-blocks-post .bio h2 + .bio-role, .wp-block-advanced-posts-blocks-post .bio .reviews-section--sidebar h2 + .bio-role, .reviews-section--sidebar .wp-block-advanced-posts-blocks-post .bio h2 + .bio-role, .wp-block-advanced-posts-blocks-post .bio .bio-performances-roles h2 + .bio-role, .bio-performances-roles .wp-block-advanced-posts-blocks-post .bio h2 + .bio-role,
.wp-block-advanced-posts-blocks-post .bio-list .bio h3 + .bio-role,
.bio-list .wp-block-advanced-posts-blocks-post .bio h3 + .bio-role,
.wp-block-advanced-posts-blocks-post .bio-list .bio .timeline__event-year + .bio-role,
.bio-list .wp-block-advanced-posts-blocks-post .bio .timeline__event-year + .bio-role {
  margin-top: 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wp-block-advanced-posts-blocks-post .bio {
    grid-gap: var(--wp--style--block-gap, 2em);
  }
}

.wp-block-advanced-posts-blocks-post .bio-image {
  grid-column: 1/2;
  max-width: 30vw;
}

.wp-block-advanced-posts-blocks-post .bio-image a {
  display: block;
}

.wp-block-advanced-posts-blocks-post .bio-text {
  grid-column: 2/3;
}

.wp-block-advanced-posts-blocks-post .bio-text h4, .wp-block-advanced-posts-blocks-post .bio-text .blog .entry-title, .blog .wp-block-advanced-posts-blocks-post .bio-text .entry-title, .wp-block-advanced-posts-blocks-post .bio-text .entry-title--search, .wp-block-advanced-posts-blocks-post .bio-text .details-performance h2, .details-performance .wp-block-advanced-posts-blocks-post .bio-text h2,
.wp-block-advanced-posts-blocks-post .bio-text .details-event h2,
.details-event .wp-block-advanced-posts-blocks-post .bio-text h2, .wp-block-advanced-posts-blocks-post .bio-text .reviews-section--sidebar h2, .reviews-section--sidebar .wp-block-advanced-posts-blocks-post .bio-text h2, .wp-block-advanced-posts-blocks-post .bio-text .bio-performances-roles h2, .bio-performances-roles .wp-block-advanced-posts-blocks-post .bio-text h2,
.wp-block-advanced-posts-blocks-post .bio-text .bio-list .bio h3,
.bio-list .bio .wp-block-advanced-posts-blocks-post .bio-text h3,
.wp-block-advanced-posts-blocks-post .bio-text .bio-list .bio .timeline__event-year,
.bio-list .bio .wp-block-advanced-posts-blocks-post .bio-text .timeline__event-year {
  margin-top: 0;
}

/*
 * Tapestry custom blocks
 */
.supporter-level {
  background-color: #fff;
  text-align: center;
  border: 1px solid #ebebeb;
}
.editor-styles-wrapper .supporter-level {
  border: 1px solid #ebebeb;
}

.supporter-level__header {
  background-color: #499988;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
.editor-styles-wrapper .supporter-level__header {
  color: #fff;
}

.supporter-level__title,
.supporter-level__amount {
  display: block;
}

.supporter-level__title {
  font-weight: 300;
}

.supporter-level__amount {
  font-size: 2.0736rem;
}
.supporter-level__amount {
  font-size: 29.0304px;
}
@media screen and (min-width: 720px) {
  .supporter-level__amount {
    font-size: calc(29.0304px + 15.1722832565 * ((100vw - 720px) / 1260));
  }
}
@media screen and (min-width: 1980px) {
  .supporter-level__amount {
    font-size: 44.2026832565px;
  }
}

.supporter-level__description {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.supporter-level__description p {
  font-size: 1.2rem;
}

.supporter-level__benefits {
  padding: 10px 20px;
}
.supporter-level__benefits ul, .supporter-level__benefits ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.supporter-level__benefits li {
  margin-bottom: 1rem;
  position: relative;
  margin-left: 2ch;
}
.supporter-level__benefits li::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e800";
  font-size: 75%;
  color: #499988;
  position: absolute;
  left: -3ch;
  top: 0.55em;
}

@media only screen and (min-width: 768px) {
  .supporter-level__header,
  .supporter-level__description,
  .supporter-level__benefits {
    padding: 20px 40px;
  }
  .supporter-level__description {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.tickets {
  padding: 0 10px;
}

.tickets__item {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
}
.tickets__item:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .tickets__item {
  border: 1px solid #ebebeb;
}

.tickets__item-header {
  background-color: #499988;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
.editor-styles-wrapper .tickets__item-header {
  color: #fff;
}

.tickets__item-title,
.tickets__item-subtitle {
  display: block;
}

.tickets__item-subtitle {
  font-weight: 300;
  font-size: 85%;
}

.tickets__item-description {
  padding: 10px 20px;
}
.tickets__item-description p {
  font-size: 1.2rem;
}
.tickets__item-description ul, .tickets__item-description ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  border-top: 1px solid #ebebeb;
  padding-top: 1rem;
}
.tickets__item-description li {
  margin-bottom: 1rem;
  position: relative;
  margin-left: 2ch;
}
.tickets__item-description li::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e800";
  font-size: 75%;
  color: #499988;
  position: absolute;
  left: -3ch;
  top: 0.55em;
}

.tickets__item-link {
  margin: 0 20px;
  padding: 1rem 0;
  border-top: 1px solid #ebebeb;
}
.tickets__item-link .button {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tickets {
    padding: 0 40px;
  }
  .tickets__item-header {
    min-height: 175px;
  }
  .tickets__item {
    display: inline-block;
    width: calc( 50% - 40px );
    vertical-align: top;
  }
  .tickets__item:nth-child(odd) {
    margin-right: 40px;
    margin-left: 20px;
  }
  .tickets__item-header,
  .tickets__item-description {
    padding: 20px 40px;
  }
}
@supports (display: grid) {
  .tickets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 40px;
  }
  @supports (grid-template-rows: subgrid) {
    .tickets {
      grid-auto-rows: auto 1fr auto;
    }
  }
  .tickets__item {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-row-end: span 3;
    margin-bottom: 0;
  }
  @supports (grid-template-rows: subgrid) {
    .tickets__item {
      grid-template-rows: subgrid;
      grid-gap: 0;
    }
  }
  .tickets__item-header {
    display: grid;
    align-items: center;
  }
  @media only screen and (min-width: 768px) {
    .tickets__item {
      width: auto;
    }
    .tickets__item:nth-child(odd) {
      margin-right: 0;
      margin-left: 0;
    }
    .tickets__item-header {
      min-height: 0;
    }
  }
}
/* Color Options
--------------------------------------------- */
.has-gray-color {
  color: #aaa;
}

.has-gray-border-color {
  border: 1px solid #aaa;
}

.has-gray-background-color {
  background-color: #aaa;
  color: #373737;
}
.has-gray-background-color a {
  color: rgba(55, 55, 55, 0.65);
}
.has-gray-background-color a:active, .has-gray-background-color a:focus, .has-gray-background-color a:hover, .has-gray-background-color a:focus-within {
  color: #373737;
}
.has-gray-background-color .button-outline,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #373737;
  background-color: transparent;
  color: #373737;
}
.has-gray-background-color .button-outline:hover, .has-gray-background-color .button-outline:active, .has-gray-background-color .button-outline:focus,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #373737;
  color: #aaa;
}
.has-gray-background-color .button-outline:active, .has-gray-background-color .button-outline:focus,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #373737;
}

.wp-block-button__link.has-gray-background-color:hover {
  background-color: #b9b9b9;
}

.wp-block-button__link.has-gray-background-color:active,
.wp-block-button__link.has-gray-background-color:focus {
  background-color: #b9b9b9;
  box-shadow: 0 0 5px #aaaaaa;
}

.is-style-outline .wp-block-button__link.has-gray-color {
  border-color: #aaa;
  color: #aaa;
}

.is-style-outline .wp-block-button__link.has-gray-color:hover {
  background-color: #aaa;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-gray-color:active,
.is-style-outline .wp-block-button__link.has-gray-color:focus {
  background-color: #aaa;
  color: #fff;
  box-shadow: 0 0 5px #aaaaaa;
}

.has-black-color {
  color: #000;
}

.has-black-border-color {
  border: 1px solid #000;
}

.has-black-background-color {
  background-color: #000;
  color: #fff;
}
.has-black-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-black-background-color a:active, .has-black-background-color a:focus, .has-black-background-color a:hover, .has-black-background-color a:focus-within {
  color: #fff;
}
.has-black-background-color .button-outline,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-black-background-color .button-outline:hover, .has-black-background-color .button-outline:active, .has-black-background-color .button-outline:focus,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #000;
}
.has-black-background-color .button-outline:active, .has-black-background-color .button-outline:focus,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-black-background-color:hover {
  background-color: #0f0f0f;
}

.wp-block-button__link.has-black-background-color:active,
.wp-block-button__link.has-black-background-color:focus {
  background-color: #0f0f0f;
  box-shadow: 0 0 5px black;
}

.is-style-outline .wp-block-button__link.has-black-color {
  border-color: #000;
  color: #000;
}

.is-style-outline .wp-block-button__link.has-black-color:hover {
  background-color: #000;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-black-color:active,
.is-style-outline .wp-block-button__link.has-black-color:focus {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 5px black;
}

.has-white-color {
  color: #fff;
}

.has-white-border-color {
  border: 1px solid #fff;
}

.has-white-background-color {
  background-color: #fff;
  color: #231f20;
}

.wp-block-button__link.has-white-background-color:hover {
  background-color: white;
}

.wp-block-button__link.has-white-background-color:active,
.wp-block-button__link.has-white-background-color:focus {
  background-color: white;
  box-shadow: 0 0 5px white;
}

.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #fff;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #fff;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-white-color:active,
.is-style-outline .wp-block-button__link.has-white-color:focus {
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0 5px white;
}

.has-teal-color {
  color: #499988;
}

.has-teal-border-color {
  border: 1px solid #499988;
}

.has-teal-background-color {
  background-color: #499988;
  color: #fff;
}
.has-teal-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-teal-background-color a:active, .has-teal-background-color a:focus, .has-teal-background-color a:hover, .has-teal-background-color a:focus-within {
  color: #fff;
}
.has-teal-background-color .button-outline,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-teal-background-color .button-outline:hover, .has-teal-background-color .button-outline:active, .has-teal-background-color .button-outline:focus,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #499988;
}
.has-teal-background-color .button-outline:active, .has-teal-background-color .button-outline:focus,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-teal-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-teal-background-color:hover {
  background-color: #53ad9a;
}

.wp-block-button__link.has-teal-background-color:active,
.wp-block-button__link.has-teal-background-color:focus {
  background-color: #53ad9a;
  box-shadow: 0 0 5px #499988;
}

.is-style-outline .wp-block-button__link.has-teal-color {
  border-color: #499988;
  color: #499988;
}

.is-style-outline .wp-block-button__link.has-teal-color:hover {
  background-color: #499988;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-teal-color:active,
.is-style-outline .wp-block-button__link.has-teal-color:focus {
  background-color: #499988;
  color: #fff;
  box-shadow: 0 0 5px #499988;
}

.has-mustard-color {
  color: #d9b33a;
}

.has-mustard-border-color {
  border: 1px solid #d9b33a;
}

.has-mustard-background-color {
  background-color: #d9b33a;
  color: #261f07;
}
.has-mustard-background-color a {
  color: rgba(38, 31, 7, 0.65);
}
.has-mustard-background-color a:active, .has-mustard-background-color a:focus, .has-mustard-background-color a:hover, .has-mustard-background-color a:focus-within {
  color: #261f07;
}
.has-mustard-background-color .button-outline,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #261f07;
  background-color: transparent;
  color: #261f07;
}
.has-mustard-background-color .button-outline:hover, .has-mustard-background-color .button-outline:active, .has-mustard-background-color .button-outline:focus,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #261f07;
  color: #d9b33a;
}
.has-mustard-background-color .button-outline:active, .has-mustard-background-color .button-outline:focus,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-mustard-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #261f07;
}

.wp-block-button__link.has-mustard-background-color:hover {
  background-color: #debd54;
}

.wp-block-button__link.has-mustard-background-color:active,
.wp-block-button__link.has-mustard-background-color:focus {
  background-color: #debd54;
  box-shadow: 0 0 5px #d9b33a;
}

.is-style-outline .wp-block-button__link.has-mustard-color {
  border-color: #d9b33a;
  color: #d9b33a;
}

.is-style-outline .wp-block-button__link.has-mustard-color:hover {
  background-color: #d9b33a;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-mustard-color:active,
.is-style-outline .wp-block-button__link.has-mustard-color:focus {
  background-color: #d9b33a;
  color: #fff;
  box-shadow: 0 0 5px #d9b33a;
}

.has-fuchsia-color {
  color: #c03d86;
}

.has-fuchsia-border-color {
  border: 1px solid #c03d86;
}

.has-fuchsia-background-color {
  background-color: #c03d86;
  color: #fff;
}
.has-fuchsia-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-fuchsia-background-color a:active, .has-fuchsia-background-color a:focus, .has-fuchsia-background-color a:hover, .has-fuchsia-background-color a:focus-within {
  color: #fff;
}
.has-fuchsia-background-color .button-outline,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-fuchsia-background-color .button-outline:hover, .has-fuchsia-background-color .button-outline:active, .has-fuchsia-background-color .button-outline:focus,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #c03d86;
}
.has-fuchsia-background-color .button-outline:active, .has-fuchsia-background-color .button-outline:focus,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-fuchsia-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-fuchsia-background-color:hover {
  background-color: #c85395;
}

.wp-block-button__link.has-fuchsia-background-color:active,
.wp-block-button__link.has-fuchsia-background-color:focus {
  background-color: #c85395;
  box-shadow: 0 0 5px #c03d86;
}

.is-style-outline .wp-block-button__link.has-fuchsia-color {
  border-color: #c03d86;
  color: #c03d86;
}

.is-style-outline .wp-block-button__link.has-fuchsia-color:hover {
  background-color: #c03d86;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-fuchsia-color:active,
.is-style-outline .wp-block-button__link.has-fuchsia-color:focus {
  background-color: #c03d86;
  color: #fff;
  box-shadow: 0 0 5px #c03d86;
}

.has-peach-color {
  color: #f2a57e;
}

.has-peach-border-color {
  border: 1px solid #f2a57e;
}

.has-peach-background-color {
  background-color: #f2a57e;
  color: #7e330d;
}
.has-peach-background-color a {
  color: rgba(126, 51, 13, 0.65);
}
.has-peach-background-color a:active, .has-peach-background-color a:focus, .has-peach-background-color a:hover, .has-peach-background-color a:focus-within {
  color: #7e330d;
}
.has-peach-background-color .button-outline,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #7e330d;
  background-color: transparent;
  color: #7e330d;
}
.has-peach-background-color .button-outline:hover, .has-peach-background-color .button-outline:active, .has-peach-background-color .button-outline:focus,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #7e330d;
  color: #f2a57e;
}
.has-peach-background-color .button-outline:active, .has-peach-background-color .button-outline:focus,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-peach-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #7e330d;
}

.wp-block-button__link.has-peach-background-color:hover {
  background-color: #f5b89a;
}

.wp-block-button__link.has-peach-background-color:active,
.wp-block-button__link.has-peach-background-color:focus {
  background-color: #f5b89a;
  box-shadow: 0 0 5px #f2a57e;
}

.is-style-outline .wp-block-button__link.has-peach-color {
  border-color: #f2a57e;
  color: #f2a57e;
}

.is-style-outline .wp-block-button__link.has-peach-color:hover {
  background-color: #f2a57e;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-peach-color:active,
.is-style-outline .wp-block-button__link.has-peach-color:focus {
  background-color: #f2a57e;
  color: #fff;
  box-shadow: 0 0 5px #f2a57e;
}

.has-blue-color {
  color: #185085;
}

.has-blue-border-color {
  border: 1px solid #185085;
}

.has-blue-background-color {
  background-color: #185085;
  color: #fff;
}
.has-blue-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-blue-background-color a:active, .has-blue-background-color a:focus, .has-blue-background-color a:hover, .has-blue-background-color a:focus-within {
  color: #fff;
}
.has-blue-background-color .button-outline,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-blue-background-color .button-outline:hover, .has-blue-background-color .button-outline:active, .has-blue-background-color .button-outline:focus,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #185085;
}
.has-blue-background-color .button-outline:active, .has-blue-background-color .button-outline:focus,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-blue-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-blue-background-color:hover {
  background-color: #1d609f;
}

.wp-block-button__link.has-blue-background-color:active,
.wp-block-button__link.has-blue-background-color:focus {
  background-color: #1d609f;
  box-shadow: 0 0 5px #185085;
}

.is-style-outline .wp-block-button__link.has-blue-color {
  border-color: #185085;
  color: #185085;
}

.is-style-outline .wp-block-button__link.has-blue-color:hover {
  background-color: #185085;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-blue-color:active,
.is-style-outline .wp-block-button__link.has-blue-color:focus {
  background-color: #185085;
  color: #fff;
  box-shadow: 0 0 5px #185085;
}

.has-plum-color {
  color: #57163d;
}

.has-plum-border-color {
  border: 1px solid #57163d;
}

.has-plum-background-color {
  background-color: #57163d;
  color: #fff;
}
.has-plum-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-plum-background-color a:active, .has-plum-background-color a:focus, .has-plum-background-color a:hover, .has-plum-background-color a:focus-within {
  color: #fff;
}
.has-plum-background-color .button-outline,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-plum-background-color .button-outline:hover, .has-plum-background-color .button-outline:active, .has-plum-background-color .button-outline:focus,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #57163d;
}
.has-plum-background-color .button-outline:active, .has-plum-background-color .button-outline:focus,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-plum-background-color:hover {
  background-color: #6f1c4e;
}

.wp-block-button__link.has-plum-background-color:active,
.wp-block-button__link.has-plum-background-color:focus {
  background-color: #6f1c4e;
  box-shadow: 0 0 5px #57163d;
}

.is-style-outline .wp-block-button__link.has-plum-color {
  border-color: #57163d;
  color: #57163d;
}

.is-style-outline .wp-block-button__link.has-plum-color:hover {
  background-color: #57163d;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-plum-color:active,
.is-style-outline .wp-block-button__link.has-plum-color:focus {
  background-color: #57163d;
  color: #fff;
  box-shadow: 0 0 5px #57163d;
}

.has-purple-color {
  color: #33144d;
}

.has-purple-border-color {
  border: 1px solid #33144d;
}

.has-purple-background-color {
  background-color: #33144d;
  color: #fff;
}
.has-purple-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-purple-background-color a:active, .has-purple-background-color a:focus, .has-purple-background-color a:hover, .has-purple-background-color a:focus-within {
  color: #fff;
}
.has-purple-background-color .button-outline,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-purple-background-color .button-outline:hover, .has-purple-background-color .button-outline:active, .has-purple-background-color .button-outline:focus,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #33144d;
}
.has-purple-background-color .button-outline:active, .has-purple-background-color .button-outline:focus,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-purple-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-purple-background-color:hover {
  background-color: #431a65;
}

.wp-block-button__link.has-purple-background-color:active,
.wp-block-button__link.has-purple-background-color:focus {
  background-color: #431a65;
  box-shadow: 0 0 5px #33144d;
}

.is-style-outline .wp-block-button__link.has-purple-color {
  border-color: #33144d;
  color: #33144d;
}

.is-style-outline .wp-block-button__link.has-purple-color:hover {
  background-color: #33144d;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-purple-color:active,
.is-style-outline .wp-block-button__link.has-purple-color:focus {
  background-color: #33144d;
  color: #fff;
  box-shadow: 0 0 5px #33144d;
}

.has-lavender-color {
  color: #7f6e8e;
}

.has-lavender-border-color {
  border: 1px solid #7f6e8e;
}

.has-lavender-background-color {
  background-color: #7f6e8e;
  color: #fff;
}
.has-lavender-background-color a {
  color: rgba(255, 255, 255, 0.65);
}
.has-lavender-background-color a:active, .has-lavender-background-color a:focus, .has-lavender-background-color a:hover, .has-lavender-background-color a:focus-within {
  color: #fff;
}
.has-lavender-background-color .button-outline,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-lavender-background-color .button-outline:hover, .has-lavender-background-color .button-outline:active, .has-lavender-background-color .button-outline:focus,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #7f6e8e;
}
.has-lavender-background-color .button-outline:active, .has-lavender-background-color .button-outline:focus,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-lavender-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.wp-block-button__link.has-lavender-background-color:hover {
  background-color: #8e7f9c;
}

.wp-block-button__link.has-lavender-background-color:active,
.wp-block-button__link.has-lavender-background-color:focus {
  background-color: #8e7f9c;
  box-shadow: 0 0 5px #7f6e8e;
}

.is-style-outline .wp-block-button__link.has-lavender-color {
  border-color: #7f6e8e;
  color: #7f6e8e;
}

.is-style-outline .wp-block-button__link.has-lavender-color:hover {
  background-color: #7f6e8e;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-lavender-color:active,
.is-style-outline .wp-block-button__link.has-lavender-color:focus {
  background-color: #7f6e8e;
  color: #fff;
  box-shadow: 0 0 5px #7f6e8e;
}

.has-chartreuse-color {
  color: #dacf65;
}

.has-chartreuse-border-color {
  border: 1px solid #dacf65;
}

.has-chartreuse-background-color {
  background-color: #dacf65;
  color: #484311;
}
.has-chartreuse-background-color a {
  color: rgba(72, 67, 17, 0.65);
}
.has-chartreuse-background-color a:active, .has-chartreuse-background-color a:focus, .has-chartreuse-background-color a:hover, .has-chartreuse-background-color a:focus-within {
  color: #484311;
}
.has-chartreuse-background-color .button-outline,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #484311;
  background-color: transparent;
  color: #484311;
}
.has-chartreuse-background-color .button-outline:hover, .has-chartreuse-background-color .button-outline:active, .has-chartreuse-background-color .button-outline:focus,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #484311;
  color: #dacf65;
}
.has-chartreuse-background-color .button-outline:active, .has-chartreuse-background-color .button-outline:focus,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-chartreuse-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #484311;
}

.wp-block-button__link.has-chartreuse-background-color:hover {
  background-color: #e0d77e;
}

.wp-block-button__link.has-chartreuse-background-color:active,
.wp-block-button__link.has-chartreuse-background-color:focus {
  background-color: #e0d77e;
  box-shadow: 0 0 5px #dacf65;
}

.is-style-outline .wp-block-button__link.has-chartreuse-color {
  border-color: #dacf65;
  color: #dacf65;
}

.is-style-outline .wp-block-button__link.has-chartreuse-color:hover {
  background-color: #dacf65;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-chartreuse-color:active,
.is-style-outline .wp-block-button__link.has-chartreuse-color:focus {
  background-color: #dacf65;
  color: #fff;
  box-shadow: 0 0 5px #dacf65;
}

.has-greyblue-color {
  color: #749eac;
}

.has-greyblue-border-color {
  border: 1px solid #749eac;
}

.has-greyblue-background-color {
  background-color: #749eac;
  color: #162125;
}
.has-greyblue-background-color a {
  color: rgba(22, 33, 37, 0.65);
}
.has-greyblue-background-color a:active, .has-greyblue-background-color a:focus, .has-greyblue-background-color a:hover, .has-greyblue-background-color a:focus-within {
  color: #162125;
}
.has-greyblue-background-color .button-outline,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #162125;
  background-color: transparent;
  color: #162125;
}
.has-greyblue-background-color .button-outline:hover, .has-greyblue-background-color .button-outline:active, .has-greyblue-background-color .button-outline:focus,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #162125;
  color: #749eac;
}
.has-greyblue-background-color .button-outline:active, .has-greyblue-background-color .button-outline:focus,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-greyblue-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #162125;
}

.wp-block-button__link.has-greyblue-background-color:hover {
  background-color: #87abb7;
}

.wp-block-button__link.has-greyblue-background-color:active,
.wp-block-button__link.has-greyblue-background-color:focus {
  background-color: #87abb7;
  box-shadow: 0 0 5px #749eac;
}

.is-style-outline .wp-block-button__link.has-greyblue-color {
  border-color: #749eac;
  color: #749eac;
}

.is-style-outline .wp-block-button__link.has-greyblue-color:hover {
  background-color: #749eac;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-greyblue-color:active,
.is-style-outline .wp-block-button__link.has-greyblue-color:focus {
  background-color: #749eac;
  color: #fff;
  box-shadow: 0 0 5px #749eac;
}

.has-pear-color {
  color: #bdcf92;
}

.has-pear-border-color {
  border: 1px solid #bdcf92;
}

.has-pear-background-color {
  background-color: #bdcf92;
  color: #485626;
}
.has-pear-background-color a {
  color: rgba(72, 86, 38, 0.65);
}
.has-pear-background-color a:active, .has-pear-background-color a:focus, .has-pear-background-color a:hover, .has-pear-background-color a:focus-within {
  color: #485626;
}
.has-pear-background-color .button-outline,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #485626;
  background-color: transparent;
  color: #485626;
}
.has-pear-background-color .button-outline:hover, .has-pear-background-color .button-outline:active, .has-pear-background-color .button-outline:focus,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #485626;
  color: #bdcf92;
}
.has-pear-background-color .button-outline:active, .has-pear-background-color .button-outline:focus,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-pear-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #485626;
}

.wp-block-button__link.has-pear-background-color:hover {
  background-color: #cad8a7;
}

.wp-block-button__link.has-pear-background-color:active,
.wp-block-button__link.has-pear-background-color:focus {
  background-color: #cad8a7;
  box-shadow: 0 0 5px #bdcf92;
}

.is-style-outline .wp-block-button__link.has-pear-color {
  border-color: #bdcf92;
  color: #bdcf92;
}

.is-style-outline .wp-block-button__link.has-pear-color:hover {
  background-color: #bdcf92;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-pear-color:active,
.is-style-outline .wp-block-button__link.has-pear-color:focus {
  background-color: #bdcf92;
  color: #fff;
  box-shadow: 0 0 5px #bdcf92;
}

.has-red-color {
  color: #ef4848;
}

.has-red-border-color {
  border: 1px solid #ef4848;
}

.has-red-background-color {
  background-color: #ef4848;
  color: #4b0707;
}
.has-red-background-color a {
  color: rgba(75, 7, 7, 0.65);
}
.has-red-background-color a:active, .has-red-background-color a:focus, .has-red-background-color a:hover, .has-red-background-color a:focus-within {
  color: #4b0707;
}
.has-red-background-color .button-outline,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #4b0707;
  background-color: transparent;
  color: #4b0707;
}
.has-red-background-color .button-outline:hover, .has-red-background-color .button-outline:active, .has-red-background-color .button-outline:focus,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #4b0707;
  color: #ef4848;
}
.has-red-background-color .button-outline:active, .has-red-background-color .button-outline:focus,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-red-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px #4b0707;
}

.wp-block-button__link.has-red-background-color:hover {
  background-color: #f16464;
}

.wp-block-button__link.has-red-background-color:active,
.wp-block-button__link.has-red-background-color:focus {
  background-color: #f16464;
  box-shadow: 0 0 5px #ef4848;
}

.is-style-outline .wp-block-button__link.has-red-color {
  border-color: #ef4848;
  color: #ef4848;
}

.is-style-outline .wp-block-button__link.has-red-color:hover {
  background-color: #ef4848;
  color: #fff;
}

.is-style-outline .wp-block-button__link.has-red-color:active,
.is-style-outline .wp-block-button__link.has-red-color:focus {
  background-color: #ef4848;
  color: #fff;
  box-shadow: 0 0 5px #ef4848;
}

.has-dark-gray-color {
  color: #231f20;
}

.has-dark-gray-background-color {
  background-color: #231f20;
  color: #fff;
}
.has-dark-gray-background-color a {
  color: #a69b9e;
}
.has-dark-gray-background-color a:active, .has-dark-gray-background-color a:focus, .has-dark-gray-background-color a:hover, .has-dark-gray-background-color a:focus-within {
  color: #fff;
}
.has-dark-gray-background-color .button-outline,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.has-dark-gray-background-color .button-outline:hover, .has-dark-gray-background-color .button-outline:active, .has-dark-gray-background-color .button-outline:focus,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #231f20;
}
.has-dark-gray-background-color .button-outline:active, .has-dark-gray-background-color .button-outline:focus,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:active,
.has-dark-gray-background-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
  box-shadow: 0 0 5px white;
}

.is-style-no-bullets {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.is-style-columns {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  columns: 3 240px;
  column-gap: 40px;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }
  .wp-block-column {
    flex-basis: calc(50% - 20px);
  }
}
.home-header .page-section {
  padding: 0;
}
.home-header .metaslider.ms-theme-blend .flexslider ul.slides .caption-wrap .caption, .home-header .metaslider.ms-theme-blend .rslides .caption-wrap .caption, .home-header .metaslider.ms-theme-blend .nivoSlider .nivo-caption {
  left: 0 !important;
  font-size: 14px;
  line-height: 1.2;
  bottom: 0;
  height: 50px;
}
.home-header .ms-is-small.metaslider.ms-theme-blend .flexslider ul.slides .caption-wrap .caption, .home-header .ms-is-small.metaslider.ms-theme-blend .rslides .caption-wrap .caption, .home-header .ms-is-small.metaslider.ms-theme-blend .nivoSlider .nivo-caption {
  display: none !important;
}

/*--------------------------------------------------------------
# Dev styles.
--------------------------------------------------------------*/

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