/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.cormorant {
  font-family: 'Cormorant', serif;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.felix {
  font-family: 'Felix Titling';
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: black;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1100px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width {
  width: 100%;
}
.ib {
  display: inline-block;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child,
.use-picture-as-background > picture:first-child + picture {
  user-select: none;
}
.use-picture-as-background > picture:first-child img,
.use-picture-as-background > picture:first-child + picture img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .only-desktop {
    display: none;
  }
}
.about-artistic-director-back-picture img {
  width: 1605px;
}
.ready-to-load-img .about-artistic-director-back-picture-background,
.ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
  background-image: url("/img/about-artistic-director-back.jpg");
}
.webp .ready-to-load-img .about-artistic-director-back-picture-background,
.webp .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
  background-image: url("/img/about-artistic-director-back.webp");
}
@media (max-width: 802.5px) {
  .ready-to-load-img .about-artistic-director-back-picture-background,
  .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back-half.jpg");
  }
  .webp .ready-to-load-img .about-artistic-director-back-picture-background,
  .webp .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-artistic-director-back-picture-background,
  .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back-2x.jpg");
  }
  .webp .ready-to-load-img .about-artistic-director-back-picture-background,
  .webp .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 802.5px), (min-resolution: 144dpi) and (max-width: 802.5px) {
  .ready-to-load-img .about-artistic-director-back-picture-background,
  .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back.jpg");
  }
  .webp .ready-to-load-img .about-artistic-director-back-picture-background,
  .webp .ready-to-load-img .about-artistic-director-back-picture-background-with-ratio {
    background-image: url("/img/about-artistic-director-back.webp");
  }
}
.about-artistic-director-back-picture-background-ratio,
.about-artistic-director-back-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-artistic-director-back-picture-background-ratio:before,
.about-artistic-director-back-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.59190031%;
  padding-bottom: 15.59190031%;
  vertical-align: middle;
}
.about-history-background-picture img {
  width: 1920px;
}
.ready-to-load-img .about-history-background-picture-background,
.ready-to-load-img .about-history-background-picture-background-with-ratio {
  background-image: url("/img/about-history-background.jpg");
}
.webp .ready-to-load-img .about-history-background-picture-background,
.webp .ready-to-load-img .about-history-background-picture-background-with-ratio {
  background-image: url("/img/about-history-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .about-history-background-picture-background,
  .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background-half.jpg");
  }
  .webp .ready-to-load-img .about-history-background-picture-background,
  .webp .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-history-background-picture-background,
  .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background-2x.jpg");
  }
  .webp .ready-to-load-img .about-history-background-picture-background,
  .webp .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .about-history-background-picture-background,
  .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background.jpg");
  }
  .webp .ready-to-load-img .about-history-background-picture-background,
  .webp .ready-to-load-img .about-history-background-picture-background-with-ratio {
    background-image: url("/img/about-history-background.webp");
  }
}
.about-history-background-picture-background-ratio,
.about-history-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-history-background-picture-background-ratio:before,
.about-history-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 22.64322917%;
  padding-bottom: 22.64322917%;
  vertical-align: middle;
}
.about-jere-lantz-picture img {
  width: 1920px;
}
.ready-to-load-img .about-jere-lantz-picture-background,
.ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
  background-image: url("/img/about-jere-lantz.jpg");
}
.webp .ready-to-load-img .about-jere-lantz-picture-background,
.webp .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
  background-image: url("/img/about-jere-lantz.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .about-jere-lantz-picture-background,
  .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz-half.jpg");
  }
  .webp .ready-to-load-img .about-jere-lantz-picture-background,
  .webp .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-jere-lantz-picture-background,
  .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz-2x.jpg");
  }
  .webp .ready-to-load-img .about-jere-lantz-picture-background,
  .webp .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .about-jere-lantz-picture-background,
  .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz.jpg");
  }
  .webp .ready-to-load-img .about-jere-lantz-picture-background,
  .webp .ready-to-load-img .about-jere-lantz-picture-background-with-ratio {
    background-image: url("/img/about-jere-lantz.webp");
  }
}
.about-jere-lantz-picture-background-ratio,
.about-jere-lantz-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-jere-lantz-picture-background-ratio:before,
.about-jere-lantz-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 25.13020833%;
  padding-bottom: 25.13020833%;
  vertical-align: middle;
}
.about-page-header-picture img {
  width: 1920px;
}
.ready-to-load-img .about-page-header-picture-background,
.ready-to-load-img .about-page-header-picture-background-with-ratio {
  background-image: url("/img/about-page-header.jpg");
}
.webp .ready-to-load-img .about-page-header-picture-background,
.webp .ready-to-load-img .about-page-header-picture-background-with-ratio {
  background-image: url("/img/about-page-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .about-page-header-picture-background,
  .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-half.jpg");
  }
  .webp .ready-to-load-img .about-page-header-picture-background,
  .webp .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-page-header-picture-background,
  .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-2x.jpg");
  }
  .webp .ready-to-load-img .about-page-header-picture-background,
  .webp .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .about-page-header-picture-background,
  .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header.jpg");
  }
  .webp .ready-to-load-img .about-page-header-picture-background,
  .webp .ready-to-load-img .about-page-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header.webp");
  }
}
.about-page-header-picture-background-ratio,
.about-page-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-page-header-picture-background-ratio:before,
.about-page-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.audition-form-side-picture img {
  width: 530px;
}
.ready-to-load-img .audition-form-side-picture-background,
.ready-to-load-img .audition-form-side-picture-background-with-ratio {
  background-image: url("/img/audition-form-side.jpg");
}
.webp .ready-to-load-img .audition-form-side-picture-background,
.webp .ready-to-load-img .audition-form-side-picture-background-with-ratio {
  background-image: url("/img/audition-form-side.webp");
}
@media (max-width: 265px) {
  .ready-to-load-img .audition-form-side-picture-background,
  .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side-half.jpg");
  }
  .webp .ready-to-load-img .audition-form-side-picture-background,
  .webp .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .audition-form-side-picture-background,
  .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side-2x.jpg");
  }
  .webp .ready-to-load-img .audition-form-side-picture-background,
  .webp .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 265px), (min-resolution: 144dpi) and (max-width: 265px) {
  .ready-to-load-img .audition-form-side-picture-background,
  .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side.jpg");
  }
  .webp .ready-to-load-img .audition-form-side-picture-background,
  .webp .ready-to-load-img .audition-form-side-picture-background-with-ratio {
    background-image: url("/img/audition-form-side.webp");
  }
}
.audition-form-side-picture-background-ratio,
.audition-form-side-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.audition-form-side-picture-background-ratio:before,
.audition-form-side-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.4245283%;
  padding-bottom: 30.4245283%;
  vertical-align: middle;
}
.auditioning-singer-picture img {
  width: 530px;
}
.ready-to-load-img .auditioning-singer-picture-background,
.ready-to-load-img .auditioning-singer-picture-background-with-ratio {
  background-image: url("/img/auditioning-singer.jpg");
}
.webp .ready-to-load-img .auditioning-singer-picture-background,
.webp .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
  background-image: url("/img/auditioning-singer.webp");
}
@media (max-width: 265px) {
  .ready-to-load-img .auditioning-singer-picture-background,
  .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer-half.jpg");
  }
  .webp .ready-to-load-img .auditioning-singer-picture-background,
  .webp .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .auditioning-singer-picture-background,
  .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer-2x.jpg");
  }
  .webp .ready-to-load-img .auditioning-singer-picture-background,
  .webp .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 265px), (min-resolution: 144dpi) and (max-width: 265px) {
  .ready-to-load-img .auditioning-singer-picture-background,
  .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer.jpg");
  }
  .webp .ready-to-load-img .auditioning-singer-picture-background,
  .webp .ready-to-load-img .auditioning-singer-picture-background-with-ratio {
    background-image: url("/img/auditioning-singer.webp");
  }
}
.auditioning-singer-picture-background-ratio,
.auditioning-singer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.auditioning-singer-picture-background-ratio:before,
.auditioning-singer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.4245283%;
  padding-bottom: 30.4245283%;
  vertical-align: middle;
}
.beauty-of-anguish-detail-picture img {
  width: 407px;
}
.ready-to-load-img .beauty-of-anguish-detail-picture-background,
.ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
  background-image: url("/img/beauty-of-anguish-detail.jpg");
}
.webp .ready-to-load-img .beauty-of-anguish-detail-picture-background,
.webp .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
  background-image: url("/img/beauty-of-anguish-detail.webp");
}
@media (max-width: 203.5px) {
  .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail-half.jpg");
  }
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail-2x.jpg");
  }
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 203.5px), (min-resolution: 144dpi) and (max-width: 203.5px) {
  .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail.jpg");
  }
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background,
  .webp .ready-to-load-img .beauty-of-anguish-detail-picture-background-with-ratio {
    background-image: url("/img/beauty-of-anguish-detail.webp");
  }
}
.beauty-of-anguish-detail-picture-background-ratio,
.beauty-of-anguish-detail-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.beauty-of-anguish-detail-picture-background-ratio:before,
.beauty-of-anguish-detail-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 60.25798526%;
  padding-bottom: 60.25798526%;
  vertical-align: middle;
}
.black-chevron-left-picture img {
  width: 23.5px;
}
.ready-to-load-img .black-chevron-left-picture-background,
.ready-to-load-img .black-chevron-left-picture-background-with-ratio {
  background-image: url("/img/black-chevron-left.png");
}
.webp .ready-to-load-img .black-chevron-left-picture-background,
.webp .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
  background-image: url("/img/black-chevron-left.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .black-chevron-left-picture-background,
  .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left-half.png");
  }
  .webp .ready-to-load-img .black-chevron-left-picture-background,
  .webp .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .black-chevron-left-picture-background,
  .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left-2x.png");
  }
  .webp .ready-to-load-img .black-chevron-left-picture-background,
  .webp .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11.75px), (min-resolution: 144dpi) and (max-width: 11.75px) {
  .ready-to-load-img .black-chevron-left-picture-background,
  .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left.png");
  }
  .webp .ready-to-load-img .black-chevron-left-picture-background,
  .webp .ready-to-load-img .black-chevron-left-picture-background-with-ratio {
    background-image: url("/img/black-chevron-left.webp");
  }
}
.black-chevron-left-picture-background-ratio,
.black-chevron-left-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.black-chevron-left-picture-background-ratio:before,
.black-chevron-left-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 85.10638298%;
  padding-bottom: 85.10638298%;
  vertical-align: middle;
}
.black-chevron-right-picture img {
  width: 23.5px;
}
.ready-to-load-img .black-chevron-right-picture-background,
.ready-to-load-img .black-chevron-right-picture-background-with-ratio {
  background-image: url("/img/black-chevron-right.png");
}
.webp .ready-to-load-img .black-chevron-right-picture-background,
.webp .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
  background-image: url("/img/black-chevron-right.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .black-chevron-right-picture-background,
  .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right-half.png");
  }
  .webp .ready-to-load-img .black-chevron-right-picture-background,
  .webp .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .black-chevron-right-picture-background,
  .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right-2x.png");
  }
  .webp .ready-to-load-img .black-chevron-right-picture-background,
  .webp .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11.75px), (min-resolution: 144dpi) and (max-width: 11.75px) {
  .ready-to-load-img .black-chevron-right-picture-background,
  .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right.png");
  }
  .webp .ready-to-load-img .black-chevron-right-picture-background,
  .webp .ready-to-load-img .black-chevron-right-picture-background-with-ratio {
    background-image: url("/img/black-chevron-right.webp");
  }
}
.black-chevron-right-picture-background-ratio,
.black-chevron-right-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.black-chevron-right-picture-background-ratio:before,
.black-chevron-right-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 85.10638298%;
  padding-bottom: 85.10638298%;
  vertical-align: middle;
}
.blue-donate-background-picture img {
  width: 1920px;
}
.ready-to-load-img .blue-donate-background-picture-background,
.ready-to-load-img .blue-donate-background-picture-background-with-ratio {
  background-image: url("/img/blue-donate-background.jpg");
}
.webp .ready-to-load-img .blue-donate-background-picture-background,
.webp .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
  background-image: url("/img/blue-donate-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .blue-donate-background-picture-background,
  .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background-half.jpg");
  }
  .webp .ready-to-load-img .blue-donate-background-picture-background,
  .webp .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .blue-donate-background-picture-background,
  .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background-2x.jpg");
  }
  .webp .ready-to-load-img .blue-donate-background-picture-background,
  .webp .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .blue-donate-background-picture-background,
  .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background.jpg");
  }
  .webp .ready-to-load-img .blue-donate-background-picture-background,
  .webp .ready-to-load-img .blue-donate-background-picture-background-with-ratio {
    background-image: url("/img/blue-donate-background.webp");
  }
}
.blue-donate-background-picture-background-ratio,
.blue-donate-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.blue-donate-background-picture-background-ratio:before,
.blue-donate-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.29427083%;
  padding-bottom: 23.29427083%;
  vertical-align: middle;
}
.bring-great-music-to-life-picture img {
  width: 1305px;
}
.ready-to-load-img .bring-great-music-to-life-picture-background,
.ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
  background-image: url("/img/bring-great-music-to-life.jpg");
}
.webp .ready-to-load-img .bring-great-music-to-life-picture-background,
.webp .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
  background-image: url("/img/bring-great-music-to-life.webp");
}
@media (max-width: 652.5px) {
  .ready-to-load-img .bring-great-music-to-life-picture-background,
  .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life-half.jpg");
  }
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background,
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .bring-great-music-to-life-picture-background,
  .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life-2x.jpg");
  }
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background,
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 652.5px), (min-resolution: 144dpi) and (max-width: 652.5px) {
  .ready-to-load-img .bring-great-music-to-life-picture-background,
  .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life.jpg");
  }
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background,
  .webp .ready-to-load-img .bring-great-music-to-life-picture-background-with-ratio {
    background-image: url("/img/bring-great-music-to-life.webp");
  }
}
.bring-great-music-to-life-picture-background-ratio,
.bring-great-music-to-life-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.bring-great-music-to-life-picture-background-ratio:before,
.bring-great-music-to-life-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 21.97318008%;
  padding-bottom: 21.97318008%;
  vertical-align: middle;
}
.chorale-selector-picture img {
  width: 612px;
}
.ready-to-load-img .chorale-selector-picture-background,
.ready-to-load-img .chorale-selector-picture-background-with-ratio {
  background-image: url("/img/chorale-selector.jpg");
}
.webp .ready-to-load-img .chorale-selector-picture-background,
.webp .ready-to-load-img .chorale-selector-picture-background-with-ratio {
  background-image: url("/img/chorale-selector.webp");
}
@media (max-width: 306px) {
  .ready-to-load-img .chorale-selector-picture-background,
  .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector-half.jpg");
  }
  .webp .ready-to-load-img .chorale-selector-picture-background,
  .webp .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chorale-selector-picture-background,
  .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector-2x.jpg");
  }
  .webp .ready-to-load-img .chorale-selector-picture-background,
  .webp .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 306px), (min-resolution: 144dpi) and (max-width: 306px) {
  .ready-to-load-img .chorale-selector-picture-background,
  .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector.jpg");
  }
  .webp .ready-to-load-img .chorale-selector-picture-background,
  .webp .ready-to-load-img .chorale-selector-picture-background-with-ratio {
    background-image: url("/img/chorale-selector.webp");
  }
}
.chorale-selector-picture-background-ratio,
.chorale-selector-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chorale-selector-picture-background-ratio:before,
.chorale-selector-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 19.60784314%;
  padding-bottom: 19.60784314%;
  vertical-align: middle;
}
.concert-4th-graders-picture img {
  width: 115px;
}
.ready-to-load-img .concert-4th-graders-picture-background,
.ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
  background-image: url("/img/concert-4th-graders.jpg");
}
.webp .ready-to-load-img .concert-4th-graders-picture-background,
.webp .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
  background-image: url("/img/concert-4th-graders.webp");
}
@media (max-width: 57.5px) {
  .ready-to-load-img .concert-4th-graders-picture-background,
  .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders-half.jpg");
  }
  .webp .ready-to-load-img .concert-4th-graders-picture-background,
  .webp .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .concert-4th-graders-picture-background,
  .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders-2x.jpg");
  }
  .webp .ready-to-load-img .concert-4th-graders-picture-background,
  .webp .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 57.5px), (min-resolution: 144dpi) and (max-width: 57.5px) {
  .ready-to-load-img .concert-4th-graders-picture-background,
  .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders.jpg");
  }
  .webp .ready-to-load-img .concert-4th-graders-picture-background,
  .webp .ready-to-load-img .concert-4th-graders-picture-background-with-ratio {
    background-image: url("/img/concert-4th-graders.webp");
  }
}
.concert-4th-graders-picture-background-ratio,
.concert-4th-graders-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.concert-4th-graders-picture-background-ratio:before,
.concert-4th-graders-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.contact-us-header-picture img {
  width: 1920px;
}
.ready-to-load-img .contact-us-header-picture-background,
.ready-to-load-img .contact-us-header-picture-background-with-ratio {
  background-image: url("/img/contact-us-header.jpg");
}
.webp .ready-to-load-img .contact-us-header-picture-background,
.webp .ready-to-load-img .contact-us-header-picture-background-with-ratio {
  background-image: url("/img/contact-us-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .contact-us-header-picture-background,
  .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header-half.jpg");
  }
  .webp .ready-to-load-img .contact-us-header-picture-background,
  .webp .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .contact-us-header-picture-background,
  .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header-2x.jpg");
  }
  .webp .ready-to-load-img .contact-us-header-picture-background,
  .webp .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .contact-us-header-picture-background,
  .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header.jpg");
  }
  .webp .ready-to-load-img .contact-us-header-picture-background,
  .webp .ready-to-load-img .contact-us-header-picture-background-with-ratio {
    background-image: url("/img/contact-us-header.webp");
  }
}
.contact-us-header-picture-background-ratio,
.contact-us-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.contact-us-header-picture-background-ratio:before,
.contact-us-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.donate-header-picture img {
  width: 1920px;
}
.ready-to-load-img .donate-header-picture-background,
.ready-to-load-img .donate-header-picture-background-with-ratio {
  background-image: url("/img/donate-header.jpg");
}
.webp .ready-to-load-img .donate-header-picture-background,
.webp .ready-to-load-img .donate-header-picture-background-with-ratio {
  background-image: url("/img/donate-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .donate-header-picture-background,
  .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header-half.jpg");
  }
  .webp .ready-to-load-img .donate-header-picture-background,
  .webp .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .donate-header-picture-background,
  .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header-2x.jpg");
  }
  .webp .ready-to-load-img .donate-header-picture-background,
  .webp .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .donate-header-picture-background,
  .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header.jpg");
  }
  .webp .ready-to-load-img .donate-header-picture-background,
  .webp .ready-to-load-img .donate-header-picture-background-with-ratio {
    background-image: url("/img/donate-header.webp");
  }
}
.donate-header-picture-background-ratio,
.donate-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.donate-header-picture-background-ratio:before,
.donate-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.donate-jere-lentz-profile-picture img {
  width: 636px;
}
.ready-to-load-img .donate-jere-lentz-profile-picture-background,
.ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
  background-image: url("/img/donate-jere-lentz-profile.jpg");
}
.webp .ready-to-load-img .donate-jere-lentz-profile-picture-background,
.webp .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
  background-image: url("/img/donate-jere-lentz-profile.webp");
}
@media (max-width: 318px) {
  .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile-half.jpg");
  }
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile-2x.jpg");
  }
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 318px), (min-resolution: 144dpi) and (max-width: 318px) {
  .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile.jpg");
  }
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background,
  .webp .ready-to-load-img .donate-jere-lentz-profile-picture-background-with-ratio {
    background-image: url("/img/donate-jere-lentz-profile.webp");
  }
}
.donate-jere-lentz-profile-picture-background-ratio,
.donate-jere-lentz-profile-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.donate-jere-lentz-profile-picture-background-ratio:before,
.donate-jere-lentz-profile-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 74.44968553%;
  padding-bottom: 74.44968553%;
  vertical-align: middle;
}
.education-header-picture img {
  width: 1920px;
}
.ready-to-load-img .education-header-picture-background,
.ready-to-load-img .education-header-picture-background-with-ratio {
  background-image: url("/img/education-header.jpg");
}
.webp .ready-to-load-img .education-header-picture-background,
.webp .ready-to-load-img .education-header-picture-background-with-ratio {
  background-image: url("/img/education-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .education-header-picture-background,
  .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header-half.jpg");
  }
  .webp .ready-to-load-img .education-header-picture-background,
  .webp .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .education-header-picture-background,
  .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header-2x.jpg");
  }
  .webp .ready-to-load-img .education-header-picture-background,
  .webp .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .education-header-picture-background,
  .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header.jpg");
  }
  .webp .ready-to-load-img .education-header-picture-background,
  .webp .ready-to-load-img .education-header-picture-background-with-ratio {
    background-image: url("/img/education-header.webp");
  }
}
.education-header-picture-background-ratio,
.education-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.education-header-picture-background-ratio:before,
.education-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.facebook-footer-picture img {
  width: 28px;
}
.ready-to-load-img .facebook-footer-picture-background,
.ready-to-load-img .facebook-footer-picture-background-with-ratio {
  background-image: url("/img/facebook-footer.png");
}
.webp .ready-to-load-img .facebook-footer-picture-background,
.webp .ready-to-load-img .facebook-footer-picture-background-with-ratio {
  background-image: url("/img/facebook-footer.webp");
}
@media (max-width: 14px) {
  .ready-to-load-img .facebook-footer-picture-background,
  .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer-half.png");
  }
  .webp .ready-to-load-img .facebook-footer-picture-background,
  .webp .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-footer-picture-background,
  .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer-2x.png");
  }
  .webp .ready-to-load-img .facebook-footer-picture-background,
  .webp .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 14px), (min-resolution: 144dpi) and (max-width: 14px) {
  .ready-to-load-img .facebook-footer-picture-background,
  .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer.png");
  }
  .webp .ready-to-load-img .facebook-footer-picture-background,
  .webp .ready-to-load-img .facebook-footer-picture-background-with-ratio {
    background-image: url("/img/facebook-footer.webp");
  }
}
.facebook-footer-picture-background-ratio,
.facebook-footer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-footer-picture-background-ratio:before,
.facebook-footer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.facebook-header-picture img {
  width: 15.5px;
}
.ready-to-load-img .facebook-header-picture-background,
.ready-to-load-img .facebook-header-picture-background-with-ratio {
  background-image: url("/img/facebook-header.png");
}
.webp .ready-to-load-img .facebook-header-picture-background,
.webp .ready-to-load-img .facebook-header-picture-background-with-ratio {
  background-image: url("/img/facebook-header.webp");
}
@media (max-width: 7.75px) {
  .ready-to-load-img .facebook-header-picture-background,
  .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header-half.png");
  }
  .webp .ready-to-load-img .facebook-header-picture-background,
  .webp .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-header-picture-background,
  .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header-2x.png");
  }
  .webp .ready-to-load-img .facebook-header-picture-background,
  .webp .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.75px), (min-resolution: 144dpi) and (max-width: 7.75px) {
  .ready-to-load-img .facebook-header-picture-background,
  .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header.png");
  }
  .webp .ready-to-load-img .facebook-header-picture-background,
  .webp .ready-to-load-img .facebook-header-picture-background-with-ratio {
    background-image: url("/img/facebook-header.webp");
  }
}
.facebook-header-picture-background-ratio,
.facebook-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-header-picture-background-ratio:before,
.facebook-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.61290323%;
  padding-bottom: 51.61290323%;
  vertical-align: middle;
}
.free-family-previews-picture img {
  width: 115px;
}
.ready-to-load-img .free-family-previews-picture-background,
.ready-to-load-img .free-family-previews-picture-background-with-ratio {
  background-image: url("/img/free-family-previews.jpg");
}
.webp .ready-to-load-img .free-family-previews-picture-background,
.webp .ready-to-load-img .free-family-previews-picture-background-with-ratio {
  background-image: url("/img/free-family-previews.webp");
}
@media (max-width: 57.5px) {
  .ready-to-load-img .free-family-previews-picture-background,
  .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews-half.jpg");
  }
  .webp .ready-to-load-img .free-family-previews-picture-background,
  .webp .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .free-family-previews-picture-background,
  .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews-2x.jpg");
  }
  .webp .ready-to-load-img .free-family-previews-picture-background,
  .webp .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 57.5px), (min-resolution: 144dpi) and (max-width: 57.5px) {
  .ready-to-load-img .free-family-previews-picture-background,
  .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews.jpg");
  }
  .webp .ready-to-load-img .free-family-previews-picture-background,
  .webp .ready-to-load-img .free-family-previews-picture-background-with-ratio {
    background-image: url("/img/free-family-previews.webp");
  }
}
.free-family-previews-picture-background-ratio,
.free-family-previews-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.free-family-previews-picture-background-ratio:before,
.free-family-previews-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.girl-with-violin-picture img {
  width: 642px;
}
.ready-to-load-img .girl-with-violin-picture-background,
.ready-to-load-img .girl-with-violin-picture-background-with-ratio {
  background-image: url("/img/girl-with-violin.jpg");
}
.webp .ready-to-load-img .girl-with-violin-picture-background,
.webp .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
  background-image: url("/img/girl-with-violin.webp");
}
@media (max-width: 321px) {
  .ready-to-load-img .girl-with-violin-picture-background,
  .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin-half.jpg");
  }
  .webp .ready-to-load-img .girl-with-violin-picture-background,
  .webp .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .girl-with-violin-picture-background,
  .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin-2x.jpg");
  }
  .webp .ready-to-load-img .girl-with-violin-picture-background,
  .webp .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 321px), (min-resolution: 144dpi) and (max-width: 321px) {
  .ready-to-load-img .girl-with-violin-picture-background,
  .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin.jpg");
  }
  .webp .ready-to-load-img .girl-with-violin-picture-background,
  .webp .ready-to-load-img .girl-with-violin-picture-background-with-ratio {
    background-image: url("/img/girl-with-violin.webp");
  }
}
.girl-with-violin-picture-background-ratio,
.girl-with-violin-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.girl-with-violin-picture-background-ratio:before,
.girl-with-violin-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.03738318%;
  padding-bottom: 28.03738318%;
  vertical-align: middle;
}
.go-arrow-picture img {
  width: 38.5px;
}
.ready-to-load-img .go-arrow-picture-background,
.ready-to-load-img .go-arrow-picture-background-with-ratio {
  background-image: url("/img/go-arrow.png");
}
.webp .ready-to-load-img .go-arrow-picture-background,
.webp .ready-to-load-img .go-arrow-picture-background-with-ratio {
  background-image: url("/img/go-arrow.webp");
}
@media (max-width: 19.25px) {
  .ready-to-load-img .go-arrow-picture-background,
  .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow-half.png");
  }
  .webp .ready-to-load-img .go-arrow-picture-background,
  .webp .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .go-arrow-picture-background,
  .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow-2x.png");
  }
  .webp .ready-to-load-img .go-arrow-picture-background,
  .webp .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 19.25px), (min-resolution: 144dpi) and (max-width: 19.25px) {
  .ready-to-load-img .go-arrow-picture-background,
  .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow.png");
  }
  .webp .ready-to-load-img .go-arrow-picture-background,
  .webp .ready-to-load-img .go-arrow-picture-background-with-ratio {
    background-image: url("/img/go-arrow.webp");
  }
}
.go-arrow-picture-background-ratio,
.go-arrow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.go-arrow-picture-background-ratio:before,
.go-arrow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 49.35064935%;
  padding-bottom: 49.35064935%;
  vertical-align: middle;
}
.header-staff-left-picture img {
  width: 23.5px;
}
.ready-to-load-img .header-staff-left-picture-background,
.ready-to-load-img .header-staff-left-picture-background-with-ratio {
  background-image: url("/img/header-staff-left.png");
}
.webp .ready-to-load-img .header-staff-left-picture-background,
.webp .ready-to-load-img .header-staff-left-picture-background-with-ratio {
  background-image: url("/img/header-staff-left.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .header-staff-left-picture-background,
  .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left-half.png");
  }
  .webp .ready-to-load-img .header-staff-left-picture-background,
  .webp .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .header-staff-left-picture-background,
  .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left-2x.png");
  }
  .webp .ready-to-load-img .header-staff-left-picture-background,
  .webp .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11.75px), (min-resolution: 144dpi) and (max-width: 11.75px) {
  .ready-to-load-img .header-staff-left-picture-background,
  .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left.png");
  }
  .webp .ready-to-load-img .header-staff-left-picture-background,
  .webp .ready-to-load-img .header-staff-left-picture-background-with-ratio {
    background-image: url("/img/header-staff-left.webp");
  }
}
.header-staff-left-picture-background-ratio,
.header-staff-left-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.header-staff-left-picture-background-ratio:before,
.header-staff-left-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 318.08510638%;
  padding-bottom: 318.08510638%;
  vertical-align: middle;
}
.header-staff-right-picture img {
  width: 71.5px;
}
.ready-to-load-img .header-staff-right-picture-background,
.ready-to-load-img .header-staff-right-picture-background-with-ratio {
  background-image: url("/img/header-staff-right.png");
}
.webp .ready-to-load-img .header-staff-right-picture-background,
.webp .ready-to-load-img .header-staff-right-picture-background-with-ratio {
  background-image: url("/img/header-staff-right.webp");
}
@media (max-width: 35.75px) {
  .ready-to-load-img .header-staff-right-picture-background,
  .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right-half.png");
  }
  .webp .ready-to-load-img .header-staff-right-picture-background,
  .webp .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .header-staff-right-picture-background,
  .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right-2x.png");
  }
  .webp .ready-to-load-img .header-staff-right-picture-background,
  .webp .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 35.75px), (min-resolution: 144dpi) and (max-width: 35.75px) {
  .ready-to-load-img .header-staff-right-picture-background,
  .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right.png");
  }
  .webp .ready-to-load-img .header-staff-right-picture-background,
  .webp .ready-to-load-img .header-staff-right-picture-background-with-ratio {
    background-image: url("/img/header-staff-right.webp");
  }
}
.header-staff-right-picture-background-ratio,
.header-staff-right-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.header-staff-right-picture-background-ratio:before,
.header-staff-right-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 104.54545455%;
  padding-bottom: 104.54545455%;
  vertical-align: middle;
}
.honk-squeak-picture img {
  width: 115px;
}
.ready-to-load-img .honk-squeak-picture-background,
.ready-to-load-img .honk-squeak-picture-background-with-ratio {
  background-image: url("/img/honk-squeak.jpg");
}
.webp .ready-to-load-img .honk-squeak-picture-background,
.webp .ready-to-load-img .honk-squeak-picture-background-with-ratio {
  background-image: url("/img/honk-squeak.webp");
}
@media (max-width: 57.5px) {
  .ready-to-load-img .honk-squeak-picture-background,
  .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak-half.jpg");
  }
  .webp .ready-to-load-img .honk-squeak-picture-background,
  .webp .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .honk-squeak-picture-background,
  .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak-2x.jpg");
  }
  .webp .ready-to-load-img .honk-squeak-picture-background,
  .webp .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 57.5px), (min-resolution: 144dpi) and (max-width: 57.5px) {
  .ready-to-load-img .honk-squeak-picture-background,
  .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak.jpg");
  }
  .webp .ready-to-load-img .honk-squeak-picture-background,
  .webp .ready-to-load-img .honk-squeak-picture-background-with-ratio {
    background-image: url("/img/honk-squeak.webp");
  }
}
.honk-squeak-picture-background-ratio,
.honk-squeak-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.honk-squeak-picture-background-ratio:before,
.honk-squeak-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.2173913%;
  padding-bottom: 50.2173913%;
  vertical-align: middle;
}
.instagram-footer-picture img {
  width: 28px;
}
.ready-to-load-img .instagram-footer-picture-background,
.ready-to-load-img .instagram-footer-picture-background-with-ratio {
  background-image: url("/img/instagram-footer.png");
}
.webp .ready-to-load-img .instagram-footer-picture-background,
.webp .ready-to-load-img .instagram-footer-picture-background-with-ratio {
  background-image: url("/img/instagram-footer.webp");
}
@media (max-width: 14px) {
  .ready-to-load-img .instagram-footer-picture-background,
  .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer-half.png");
  }
  .webp .ready-to-load-img .instagram-footer-picture-background,
  .webp .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .instagram-footer-picture-background,
  .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer-2x.png");
  }
  .webp .ready-to-load-img .instagram-footer-picture-background,
  .webp .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 14px), (min-resolution: 144dpi) and (max-width: 14px) {
  .ready-to-load-img .instagram-footer-picture-background,
  .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer.png");
  }
  .webp .ready-to-load-img .instagram-footer-picture-background,
  .webp .ready-to-load-img .instagram-footer-picture-background-with-ratio {
    background-image: url("/img/instagram-footer.webp");
  }
}
.instagram-footer-picture-background-ratio,
.instagram-footer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.instagram-footer-picture-background-ratio:before,
.instagram-footer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.instagram-header-picture img {
  width: 15.5px;
}
.ready-to-load-img .instagram-header-picture-background,
.ready-to-load-img .instagram-header-picture-background-with-ratio {
  background-image: url("/img/instagram-header.png");
}
.webp .ready-to-load-img .instagram-header-picture-background,
.webp .ready-to-load-img .instagram-header-picture-background-with-ratio {
  background-image: url("/img/instagram-header.webp");
}
@media (max-width: 7.75px) {
  .ready-to-load-img .instagram-header-picture-background,
  .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header-half.png");
  }
  .webp .ready-to-load-img .instagram-header-picture-background,
  .webp .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .instagram-header-picture-background,
  .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header-2x.png");
  }
  .webp .ready-to-load-img .instagram-header-picture-background,
  .webp .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 7.75px), (min-resolution: 144dpi) and (max-width: 7.75px) {
  .ready-to-load-img .instagram-header-picture-background,
  .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header.png");
  }
  .webp .ready-to-load-img .instagram-header-picture-background,
  .webp .ready-to-load-img .instagram-header-picture-background-with-ratio {
    background-image: url("/img/instagram-header.webp");
  }
}
.instagram-header-picture-background-ratio,
.instagram-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.instagram-header-picture-background-ratio:before,
.instagram-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.61290323%;
  padding-bottom: 51.61290323%;
  vertical-align: middle;
}
.jere-mobile-picture img {
  width: 828px;
}
.ready-to-load-img .jere-mobile-picture-background,
.ready-to-load-img .jere-mobile-picture-background-with-ratio {
  background-image: url("/img/jere-mobile.jpg");
}
.webp .ready-to-load-img .jere-mobile-picture-background,
.webp .ready-to-load-img .jere-mobile-picture-background-with-ratio {
  background-image: url("/img/jere-mobile.webp");
}
@media (max-width: 414px) {
  .ready-to-load-img .jere-mobile-picture-background,
  .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile-half.jpg");
  }
  .webp .ready-to-load-img .jere-mobile-picture-background,
  .webp .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .jere-mobile-picture-background,
  .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile-2x.jpg");
  }
  .webp .ready-to-load-img .jere-mobile-picture-background,
  .webp .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 414px), (min-resolution: 144dpi) and (max-width: 414px) {
  .ready-to-load-img .jere-mobile-picture-background,
  .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile.jpg");
  }
  .webp .ready-to-load-img .jere-mobile-picture-background,
  .webp .ready-to-load-img .jere-mobile-picture-background-with-ratio {
    background-image: url("/img/jere-mobile.webp");
  }
}
.jere-mobile-picture-background-ratio,
.jere-mobile-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.jere-mobile-picture-background-ratio:before,
.jere-mobile-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40.88164251%;
  padding-bottom: 40.88164251%;
  vertical-align: middle;
}
.jere-video-preview-picture img {
  width: 640px;
}
.ready-to-load-img .jere-video-preview-picture-background,
.ready-to-load-img .jere-video-preview-picture-background-with-ratio {
  background-image: url("/img/jere-video-preview.jpg");
}
.webp .ready-to-load-img .jere-video-preview-picture-background,
.webp .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
  background-image: url("/img/jere-video-preview.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .jere-video-preview-picture-background,
  .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview-half.jpg");
  }
  .webp .ready-to-load-img .jere-video-preview-picture-background,
  .webp .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .jere-video-preview-picture-background,
  .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview-2x.jpg");
  }
  .webp .ready-to-load-img .jere-video-preview-picture-background,
  .webp .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 320px), (min-resolution: 144dpi) and (max-width: 320px) {
  .ready-to-load-img .jere-video-preview-picture-background,
  .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview.jpg");
  }
  .webp .ready-to-load-img .jere-video-preview-picture-background,
  .webp .ready-to-load-img .jere-video-preview-picture-background-with-ratio {
    background-image: url("/img/jere-video-preview.webp");
  }
}
.jere-video-preview-picture-background-ratio,
.jere-video-preview-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.jere-video-preview-picture-background-ratio:before,
.jere-video-preview-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.land-legacy-sponsor-picture img {
  width: 98.5px;
}
.ready-to-load-img .land-legacy-sponsor-picture-background,
.ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
  background-image: url("/img/land-legacy-sponsor.jpg");
}
.webp .ready-to-load-img .land-legacy-sponsor-picture-background,
.webp .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
  background-image: url("/img/land-legacy-sponsor.webp");
}
@media (max-width: 49.25px) {
  .ready-to-load-img .land-legacy-sponsor-picture-background,
  .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor-half.jpg");
  }
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background,
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .land-legacy-sponsor-picture-background,
  .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor-2x.jpg");
  }
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background,
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 49.25px), (min-resolution: 144dpi) and (max-width: 49.25px) {
  .ready-to-load-img .land-legacy-sponsor-picture-background,
  .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor.jpg");
  }
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background,
  .webp .ready-to-load-img .land-legacy-sponsor-picture-background-with-ratio {
    background-image: url("/img/land-legacy-sponsor.webp");
  }
}
.land-legacy-sponsor-picture-background-ratio,
.land-legacy-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.land-legacy-sponsor-picture-background-ratio:before,
.land-legacy-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 94.16243655%;
  padding-bottom: 94.16243655%;
  vertical-align: middle;
}
.landing-page-header-picture img {
  width: 1920px;
}
.ready-to-load-img .landing-page-header-picture-background,
.ready-to-load-img .landing-page-header-picture-background-with-ratio {
  background-image: url("/img/landing-page-header.jpg");
}
.webp .ready-to-load-img .landing-page-header-picture-background,
.webp .ready-to-load-img .landing-page-header-picture-background-with-ratio {
  background-image: url("/img/landing-page-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .landing-page-header-picture-background,
  .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header-half.jpg");
  }
  .webp .ready-to-load-img .landing-page-header-picture-background,
  .webp .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .landing-page-header-picture-background,
  .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header-2x.jpg");
  }
  .webp .ready-to-load-img .landing-page-header-picture-background,
  .webp .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .landing-page-header-picture-background,
  .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header.jpg");
  }
  .webp .ready-to-load-img .landing-page-header-picture-background,
  .webp .ready-to-load-img .landing-page-header-picture-background-with-ratio {
    background-image: url("/img/landing-page-header.webp");
  }
}
.landing-page-header-picture-background-ratio,
.landing-page-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.landing-page-header-picture-background-ratio:before,
.landing-page-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.07291667%;
  padding-bottom: 28.07291667%;
  vertical-align: middle;
}
.maestro-insight-picture img {
  width: 1920px;
}
.ready-to-load-img .maestro-insight-picture-background,
.ready-to-load-img .maestro-insight-picture-background-with-ratio {
  background-image: url("/img/maestro-insight.jpg");
}
.webp .ready-to-load-img .maestro-insight-picture-background,
.webp .ready-to-load-img .maestro-insight-picture-background-with-ratio {
  background-image: url("/img/maestro-insight.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .maestro-insight-picture-background,
  .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight-half.jpg");
  }
  .webp .ready-to-load-img .maestro-insight-picture-background,
  .webp .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .maestro-insight-picture-background,
  .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight-2x.jpg");
  }
  .webp .ready-to-load-img .maestro-insight-picture-background,
  .webp .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .maestro-insight-picture-background,
  .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight.jpg");
  }
  .webp .ready-to-load-img .maestro-insight-picture-background,
  .webp .ready-to-load-img .maestro-insight-picture-background-with-ratio {
    background-image: url("/img/maestro-insight.webp");
  }
}
.maestro-insight-picture-background-ratio,
.maestro-insight-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.maestro-insight-picture-background-ratio:before,
.maestro-insight-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.47395833%;
  padding-bottom: 12.47395833%;
  vertical-align: middle;
}
.mayo-clinic-sponsor-picture img {
  width: 113px;
}
.ready-to-load-img .mayo-clinic-sponsor-picture-background,
.ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
  background-image: url("/img/mayo-clinic-sponsor.png");
}
.webp .ready-to-load-img .mayo-clinic-sponsor-picture-background,
.webp .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
  background-image: url("/img/mayo-clinic-sponsor.webp");
}
@media (max-width: 56.5px) {
  .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor-half.png");
  }
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor-2x.png");
  }
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 56.5px), (min-resolution: 144dpi) and (max-width: 56.5px) {
  .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor.png");
  }
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background,
  .webp .ready-to-load-img .mayo-clinic-sponsor-picture-background-with-ratio {
    background-image: url("/img/mayo-clinic-sponsor.webp");
  }
}
.mayo-clinic-sponsor-picture-background-ratio,
.mayo-clinic-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.mayo-clinic-sponsor-picture-background-ratio:before,
.mayo-clinic-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 54.6460177%;
  padding-bottom: 54.6460177%;
  vertical-align: middle;
}
.mcgough-sponsor-picture img {
  width: 198px;
}
.ready-to-load-img .mcgough-sponsor-picture-background,
.ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
  background-image: url("/img/mcgough-sponsor.png");
}
.webp .ready-to-load-img .mcgough-sponsor-picture-background,
.webp .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
  background-image: url("/img/mcgough-sponsor.webp");
}
@media (max-width: 99px) {
  .ready-to-load-img .mcgough-sponsor-picture-background,
  .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor-half.png");
  }
  .webp .ready-to-load-img .mcgough-sponsor-picture-background,
  .webp .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .mcgough-sponsor-picture-background,
  .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor-2x.png");
  }
  .webp .ready-to-load-img .mcgough-sponsor-picture-background,
  .webp .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 99px), (min-resolution: 144dpi) and (max-width: 99px) {
  .ready-to-load-img .mcgough-sponsor-picture-background,
  .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor.png");
  }
  .webp .ready-to-load-img .mcgough-sponsor-picture-background,
  .webp .ready-to-load-img .mcgough-sponsor-picture-background-with-ratio {
    background-image: url("/img/mcgough-sponsor.webp");
  }
}
.mcgough-sponsor-picture-background-ratio,
.mcgough-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.mcgough-sponsor-picture-background-ratio:before,
.mcgough-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 38.00505051%;
  padding-bottom: 38.00505051%;
  vertical-align: middle;
}
.minus-picture img {
  width: 21.5px;
}
.ready-to-load-img .minus-picture-background,
.ready-to-load-img .minus-picture-background-with-ratio {
  background-image: url("/img/minus.png");
}
.webp .ready-to-load-img .minus-picture-background,
.webp .ready-to-load-img .minus-picture-background-with-ratio {
  background-image: url("/img/minus.webp");
}
@media (max-width: 10.75px) {
  .ready-to-load-img .minus-picture-background,
  .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus-half.png");
  }
  .webp .ready-to-load-img .minus-picture-background,
  .webp .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .minus-picture-background,
  .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus-2x.png");
  }
  .webp .ready-to-load-img .minus-picture-background,
  .webp .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 10.75px), (min-resolution: 144dpi) and (max-width: 10.75px) {
  .ready-to-load-img .minus-picture-background,
  .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus.png");
  }
  .webp .ready-to-load-img .minus-picture-background,
  .webp .ready-to-load-img .minus-picture-background-with-ratio {
    background-image: url("/img/minus.webp");
  }
}
.minus-picture-background-ratio,
.minus-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.minus-picture-background-ratio:before,
.minus-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 8.13953488%;
  padding-bottom: 8.13953488%;
  vertical-align: middle;
}
.more-ways-to-give-picture img {
  width: 1920px;
}
.ready-to-load-img .more-ways-to-give-picture-background,
.ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
  background-image: url("/img/more-ways-to-give.jpg");
}
.webp .ready-to-load-img .more-ways-to-give-picture-background,
.webp .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
  background-image: url("/img/more-ways-to-give.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .more-ways-to-give-picture-background,
  .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give-half.jpg");
  }
  .webp .ready-to-load-img .more-ways-to-give-picture-background,
  .webp .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .more-ways-to-give-picture-background,
  .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give-2x.jpg");
  }
  .webp .ready-to-load-img .more-ways-to-give-picture-background,
  .webp .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .more-ways-to-give-picture-background,
  .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give.jpg");
  }
  .webp .ready-to-load-img .more-ways-to-give-picture-background,
  .webp .ready-to-load-img .more-ways-to-give-picture-background-with-ratio {
    background-image: url("/img/more-ways-to-give.webp");
  }
}
.more-ways-to-give-picture-background-ratio,
.more-ways-to-give-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.more-ways-to-give-picture-background-ratio:before,
.more-ways-to-give-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.83072917%;
  padding-bottom: 9.83072917%;
  vertical-align: middle;
}
.music-note-header-overlay-picture img {
  width: 1398.5px;
}
.ready-to-load-img .music-note-header-overlay-picture-background,
.ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
  background-image: url("/img/music-note-header-overlay.png");
}
.webp .ready-to-load-img .music-note-header-overlay-picture-background,
.webp .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
  background-image: url("/img/music-note-header-overlay.webp");
}
@media (max-width: 699.25px) {
  .ready-to-load-img .music-note-header-overlay-picture-background,
  .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay-half.png");
  }
  .webp .ready-to-load-img .music-note-header-overlay-picture-background,
  .webp .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .music-note-header-overlay-picture-background,
  .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay-2x.png");
  }
  .webp .ready-to-load-img .music-note-header-overlay-picture-background,
  .webp .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 699.25px), (min-resolution: 144dpi) and (max-width: 699.25px) {
  .ready-to-load-img .music-note-header-overlay-picture-background,
  .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay.png");
  }
  .webp .ready-to-load-img .music-note-header-overlay-picture-background,
  .webp .ready-to-load-img .music-note-header-overlay-picture-background-with-ratio {
    background-image: url("/img/music-note-header-overlay.webp");
  }
}
.music-note-header-overlay-picture-background-ratio,
.music-note-header-overlay-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.music-note-header-overlay-picture-background-ratio:before,
.music-note-header-overlay-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 17.1076153%;
  padding-bottom: 17.1076153%;
  vertical-align: middle;
}
.orchestra-and-choral-header-picture img {
  width: 1920px;
}
.ready-to-load-img .orchestra-and-choral-header-picture-background,
.ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
  background-image: url("/img/orchestra-and-choral-header.jpg");
}
.webp .ready-to-load-img .orchestra-and-choral-header-picture-background,
.webp .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
  background-image: url("/img/orchestra-and-choral-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header-half.jpg");
  }
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header-2x.jpg");
  }
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header.jpg");
  }
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background,
  .webp .ready-to-load-img .orchestra-and-choral-header-picture-background-with-ratio {
    background-image: url("/img/orchestra-and-choral-header.webp");
  }
}
.orchestra-and-choral-header-picture-background-ratio,
.orchestra-and-choral-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.orchestra-and-choral-header-picture-background-ratio:before,
.orchestra-and-choral-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.orchestra-selector-picture img {
  width: 617px;
}
.ready-to-load-img .orchestra-selector-picture-background,
.ready-to-load-img .orchestra-selector-picture-background-with-ratio {
  background-image: url("/img/orchestra-selector.jpg");
}
.webp .ready-to-load-img .orchestra-selector-picture-background,
.webp .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
  background-image: url("/img/orchestra-selector.webp");
}
@media (max-width: 308.5px) {
  .ready-to-load-img .orchestra-selector-picture-background,
  .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector-half.jpg");
  }
  .webp .ready-to-load-img .orchestra-selector-picture-background,
  .webp .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .orchestra-selector-picture-background,
  .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector-2x.jpg");
  }
  .webp .ready-to-load-img .orchestra-selector-picture-background,
  .webp .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 308.5px), (min-resolution: 144dpi) and (max-width: 308.5px) {
  .ready-to-load-img .orchestra-selector-picture-background,
  .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector.jpg");
  }
  .webp .ready-to-load-img .orchestra-selector-picture-background,
  .webp .ready-to-load-img .orchestra-selector-picture-background-with-ratio {
    background-image: url("/img/orchestra-selector.webp");
  }
}
.orchestra-selector-picture-background-ratio,
.orchestra-selector-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.orchestra-selector-picture-background-ratio:before,
.orchestra-selector-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 19.44894652%;
  padding-bottom: 19.44894652%;
  vertical-align: middle;
}
.original-orchestra-picture img {
  width: 963.5px;
}
.ready-to-load-img .original-orchestra-picture-background,
.ready-to-load-img .original-orchestra-picture-background-with-ratio {
  background-image: url("/img/original-orchestra.jpg");
}
.webp .ready-to-load-img .original-orchestra-picture-background,
.webp .ready-to-load-img .original-orchestra-picture-background-with-ratio {
  background-image: url("/img/original-orchestra.webp");
}
@media (max-width: 481.75px) {
  .ready-to-load-img .original-orchestra-picture-background,
  .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra-half.jpg");
  }
  .webp .ready-to-load-img .original-orchestra-picture-background,
  .webp .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .original-orchestra-picture-background,
  .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra-2x.jpg");
  }
  .webp .ready-to-load-img .original-orchestra-picture-background,
  .webp .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 481.75px), (min-resolution: 144dpi) and (max-width: 481.75px) {
  .ready-to-load-img .original-orchestra-picture-background,
  .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra.jpg");
  }
  .webp .ready-to-load-img .original-orchestra-picture-background,
  .webp .ready-to-load-img .original-orchestra-picture-background-with-ratio {
    background-image: url("/img/original-orchestra.webp");
  }
}
.original-orchestra-picture-background-ratio,
.original-orchestra-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.original-orchestra-picture-background-ratio:before,
.original-orchestra-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 22.39231967%;
  padding-bottom: 22.39231967%;
  vertical-align: middle;
}
.pdf-icon-picture img {
  width: 22.5px;
}
.ready-to-load-img .pdf-icon-picture-background,
.ready-to-load-img .pdf-icon-picture-background-with-ratio {
  background-image: url("/img/pdf-icon.png");
}
.webp .ready-to-load-img .pdf-icon-picture-background,
.webp .ready-to-load-img .pdf-icon-picture-background-with-ratio {
  background-image: url("/img/pdf-icon.webp");
}
@media (max-width: 11.25px) {
  .ready-to-load-img .pdf-icon-picture-background,
  .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon-half.png");
  }
  .webp .ready-to-load-img .pdf-icon-picture-background,
  .webp .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .pdf-icon-picture-background,
  .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon-2x.png");
  }
  .webp .ready-to-load-img .pdf-icon-picture-background,
  .webp .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11.25px), (min-resolution: 144dpi) and (max-width: 11.25px) {
  .ready-to-load-img .pdf-icon-picture-background,
  .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon.png");
  }
  .webp .ready-to-load-img .pdf-icon-picture-background,
  .webp .ready-to-load-img .pdf-icon-picture-background-with-ratio {
    background-image: url("/img/pdf-icon.webp");
  }
}
.pdf-icon-picture-background-ratio,
.pdf-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.pdf-icon-picture-background-ratio:before,
.pdf-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 65.55555556%;
  padding-bottom: 65.55555556%;
  vertical-align: middle;
}
.play-button-picture img {
  width: 78px;
}
.ready-to-load-img .play-button-picture-background,
.ready-to-load-img .play-button-picture-background-with-ratio {
  background-image: url("/img/play-button.png");
}
.webp .ready-to-load-img .play-button-picture-background,
.webp .ready-to-load-img .play-button-picture-background-with-ratio {
  background-image: url("/img/play-button.webp");
}
@media (max-width: 39px) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-half.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-2x.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 39px), (min-resolution: 144dpi) and (max-width: 39px) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button.webp");
  }
}
.play-button-picture-background-ratio,
.play-button-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.play-button-picture-background-ratio:before,
.play-button-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.playing-with-the-pros-picture img {
  width: 115px;
}
.ready-to-load-img .playing-with-the-pros-picture-background,
.ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
  background-image: url("/img/playing-with-the-pros.jpg");
}
.webp .ready-to-load-img .playing-with-the-pros-picture-background,
.webp .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
  background-image: url("/img/playing-with-the-pros.webp");
}
@media (max-width: 57.5px) {
  .ready-to-load-img .playing-with-the-pros-picture-background,
  .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros-half.jpg");
  }
  .webp .ready-to-load-img .playing-with-the-pros-picture-background,
  .webp .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .playing-with-the-pros-picture-background,
  .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros-2x.jpg");
  }
  .webp .ready-to-load-img .playing-with-the-pros-picture-background,
  .webp .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 57.5px), (min-resolution: 144dpi) and (max-width: 57.5px) {
  .ready-to-load-img .playing-with-the-pros-picture-background,
  .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros.jpg");
  }
  .webp .ready-to-load-img .playing-with-the-pros-picture-background,
  .webp .ready-to-load-img .playing-with-the-pros-picture-background-with-ratio {
    background-image: url("/img/playing-with-the-pros.webp");
  }
}
.playing-with-the-pros-picture-background-ratio,
.playing-with-the-pros-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.playing-with-the-pros-picture-background-ratio:before,
.playing-with-the-pros-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.2173913%;
  padding-bottom: 50.2173913%;
  vertical-align: middle;
}
.plus-picture img {
  width: 21.5px;
}
.ready-to-load-img .plus-picture-background,
.ready-to-load-img .plus-picture-background-with-ratio {
  background-image: url("/img/plus.png");
}
.webp .ready-to-load-img .plus-picture-background,
.webp .ready-to-load-img .plus-picture-background-with-ratio {
  background-image: url("/img/plus.webp");
}
@media (max-width: 10.75px) {
  .ready-to-load-img .plus-picture-background,
  .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus-half.png");
  }
  .webp .ready-to-load-img .plus-picture-background,
  .webp .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .plus-picture-background,
  .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus-2x.png");
  }
  .webp .ready-to-load-img .plus-picture-background,
  .webp .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 10.75px), (min-resolution: 144dpi) and (max-width: 10.75px) {
  .ready-to-load-img .plus-picture-background,
  .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus.png");
  }
  .webp .ready-to-load-img .plus-picture-background,
  .webp .ready-to-load-img .plus-picture-background-with-ratio {
    background-image: url("/img/plus.webp");
  }
}
.plus-picture-background-ratio,
.plus-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.plus-picture-background-ratio:before,
.plus-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.premier-bank-sponsor-picture img {
  width: 345px;
}
.ready-to-load-img .premier-bank-sponsor-picture-background,
.ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
  background-image: url("/img/premier-bank-sponsor.png");
}
.webp .ready-to-load-img .premier-bank-sponsor-picture-background,
.webp .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
  background-image: url("/img/premier-bank-sponsor.webp");
}
@media (max-width: 172.5px) {
  .ready-to-load-img .premier-bank-sponsor-picture-background,
  .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor-half.png");
  }
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background,
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .premier-bank-sponsor-picture-background,
  .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor-2x.png");
  }
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background,
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 172.5px), (min-resolution: 144dpi) and (max-width: 172.5px) {
  .ready-to-load-img .premier-bank-sponsor-picture-background,
  .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor.png");
  }
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background,
  .webp .ready-to-load-img .premier-bank-sponsor-picture-background-with-ratio {
    background-image: url("/img/premier-bank-sponsor.webp");
  }
}
.premier-bank-sponsor-picture-background-ratio,
.premier-bank-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.premier-bank-sponsor-picture-background-ratio:before,
.premier-bank-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 8.1884058%;
  padding-bottom: 8.1884058%;
  vertical-align: middle;
}
.right-chevron-picture img {
  width: 23.5px;
}
.ready-to-load-img .right-chevron-picture-background,
.ready-to-load-img .right-chevron-picture-background-with-ratio {
  background-image: url("/img/right-chevron.png");
}
.webp .ready-to-load-img .right-chevron-picture-background,
.webp .ready-to-load-img .right-chevron-picture-background-with-ratio {
  background-image: url("/img/right-chevron.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .right-chevron-picture-background,
  .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron-half.png");
  }
  .webp .ready-to-load-img .right-chevron-picture-background,
  .webp .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .right-chevron-picture-background,
  .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron-2x.png");
  }
  .webp .ready-to-load-img .right-chevron-picture-background,
  .webp .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 11.75px), (min-resolution: 144dpi) and (max-width: 11.75px) {
  .ready-to-load-img .right-chevron-picture-background,
  .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron.png");
  }
  .webp .ready-to-load-img .right-chevron-picture-background,
  .webp .ready-to-load-img .right-chevron-picture-background-with-ratio {
    background-image: url("/img/right-chevron.webp");
  }
}
.right-chevron-picture-background-ratio,
.right-chevron-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.right-chevron-picture-background-ratio:before,
.right-chevron-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 80.85106383%;
  padding-bottom: 80.85106383%;
  vertical-align: middle;
}
.season-subscriptions-background-picture img {
  width: 1920px;
}
.ready-to-load-img .season-subscriptions-background-picture-background,
.ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
  background-image: url("/img/season-subscriptions-background.jpg");
}
.webp .ready-to-load-img .season-subscriptions-background-picture-background,
.webp .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
  background-image: url("/img/season-subscriptions-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .season-subscriptions-background-picture-background,
  .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background-half.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-background-picture-background,
  .webp .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .season-subscriptions-background-picture-background,
  .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background-2x.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-background-picture-background,
  .webp .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .season-subscriptions-background-picture-background,
  .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-background-picture-background,
  .webp .ready-to-load-img .season-subscriptions-background-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-background.webp");
  }
}
.season-subscriptions-background-picture-background-ratio,
.season-subscriptions-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.season-subscriptions-background-picture-background-ratio:before,
.season-subscriptions-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 17.13541667%;
  padding-bottom: 17.13541667%;
  vertical-align: middle;
}
.season-subscriptions-picture img {
  width: 960px;
}
.ready-to-load-img .season-subscriptions-picture-background,
.ready-to-load-img .season-subscriptions-picture-background-with-ratio {
  background-image: url("/img/season-subscriptions.jpg");
}
.webp .ready-to-load-img .season-subscriptions-picture-background,
.webp .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
  background-image: url("/img/season-subscriptions.webp");
}
@media (max-width: 480px) {
  .ready-to-load-img .season-subscriptions-picture-background,
  .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-half.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-picture-background,
  .webp .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .season-subscriptions-picture-background,
  .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-2x.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-picture-background,
  .webp .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px), (min-resolution: 144dpi) and (max-width: 480px) {
  .ready-to-load-img .season-subscriptions-picture-background,
  .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions.jpg");
  }
  .webp .ready-to-load-img .season-subscriptions-picture-background,
  .webp .ready-to-load-img .season-subscriptions-picture-background-with-ratio {
    background-image: url("/img/season-subscriptions.webp");
  }
}
.season-subscriptions-picture-background-ratio,
.season-subscriptions-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.season-subscriptions-picture-background-ratio:before,
.season-subscriptions-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 26.69270833%;
  padding-bottom: 26.69270833%;
  vertical-align: middle;
}
.seating-chart-background-picture img {
  width: 1920px;
}
.ready-to-load-img .seating-chart-background-picture-background,
.ready-to-load-img .seating-chart-background-picture-background-with-ratio {
  background-image: url("/img/seating-chart-background.jpg");
}
.webp .ready-to-load-img .seating-chart-background-picture-background,
.webp .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
  background-image: url("/img/seating-chart-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .seating-chart-background-picture-background,
  .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background-half.jpg");
  }
  .webp .ready-to-load-img .seating-chart-background-picture-background,
  .webp .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .seating-chart-background-picture-background,
  .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background-2x.jpg");
  }
  .webp .ready-to-load-img .seating-chart-background-picture-background,
  .webp .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .seating-chart-background-picture-background,
  .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background.jpg");
  }
  .webp .ready-to-load-img .seating-chart-background-picture-background,
  .webp .ready-to-load-img .seating-chart-background-picture-background-with-ratio {
    background-image: url("/img/seating-chart-background.webp");
  }
}
.seating-chart-background-picture-background-ratio,
.seating-chart-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.seating-chart-background-picture-background-ratio:before,
.seating-chart-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.seating-chart-picture img {
  width: 1229px;
}
.ready-to-load-img .seating-chart-picture-background,
.ready-to-load-img .seating-chart-picture-background-with-ratio {
  background-image: url("/img/seating-chart.jpg");
}
.webp .ready-to-load-img .seating-chart-picture-background,
.webp .ready-to-load-img .seating-chart-picture-background-with-ratio {
  background-image: url("/img/seating-chart.webp");
}
@media (max-width: 614.5px) {
  .ready-to-load-img .seating-chart-picture-background,
  .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart-half.jpg");
  }
  .webp .ready-to-load-img .seating-chart-picture-background,
  .webp .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .seating-chart-picture-background,
  .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart-2x.jpg");
  }
  .webp .ready-to-load-img .seating-chart-picture-background,
  .webp .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 614.5px), (min-resolution: 144dpi) and (max-width: 614.5px) {
  .ready-to-load-img .seating-chart-picture-background,
  .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart.jpg");
  }
  .webp .ready-to-load-img .seating-chart-picture-background,
  .webp .ready-to-load-img .seating-chart-picture-background-with-ratio {
    background-image: url("/img/seating-chart.webp");
  }
}
.seating-chart-picture-background-ratio,
.seating-chart-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.seating-chart-picture-background-ratio:before,
.seating-chart-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 78.4987795%;
  padding-bottom: 78.4987795%;
  vertical-align: middle;
}
.social-footer-icons-picture img {
  width: 161px;
}
.ready-to-load-img .social-footer-icons-picture-background,
.ready-to-load-img .social-footer-icons-picture-background-with-ratio {
  background-image: url("/img/social-footer-icons.png");
}
.webp .ready-to-load-img .social-footer-icons-picture-background,
.webp .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
  background-image: url("/img/social-footer-icons.webp");
}
@media (max-width: 80.5px) {
  .ready-to-load-img .social-footer-icons-picture-background,
  .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons-half.png");
  }
  .webp .ready-to-load-img .social-footer-icons-picture-background,
  .webp .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .social-footer-icons-picture-background,
  .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons-2x.png");
  }
  .webp .ready-to-load-img .social-footer-icons-picture-background,
  .webp .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 80.5px), (min-resolution: 144dpi) and (max-width: 80.5px) {
  .ready-to-load-img .social-footer-icons-picture-background,
  .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons.png");
  }
  .webp .ready-to-load-img .social-footer-icons-picture-background,
  .webp .ready-to-load-img .social-footer-icons-picture-background-with-ratio {
    background-image: url("/img/social-footer-icons.webp");
  }
}
.social-footer-icons-picture-background-ratio,
.social-footer-icons-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.social-footer-icons-picture-background-ratio:before,
.social-footer-icons-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 8.69565217%;
  padding-bottom: 8.69565217%;
  vertical-align: middle;
}
.sounds-of-the-season-detail-picture img {
  width: 407px;
}
.ready-to-load-img .sounds-of-the-season-detail-picture-background,
.ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
  background-image: url("/img/sounds-of-the-season-detail.jpg");
}
.webp .ready-to-load-img .sounds-of-the-season-detail-picture-background,
.webp .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
  background-image: url("/img/sounds-of-the-season-detail.webp");
}
@media (max-width: 203.5px) {
  .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail-half.jpg");
  }
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail-2x.jpg");
  }
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 203.5px), (min-resolution: 144dpi) and (max-width: 203.5px) {
  .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail.jpg");
  }
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background,
  .webp .ready-to-load-img .sounds-of-the-season-detail-picture-background-with-ratio {
    background-image: url("/img/sounds-of-the-season-detail.webp");
  }
}
.sounds-of-the-season-detail-picture-background-ratio,
.sounds-of-the-season-detail-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sounds-of-the-season-detail-picture-background-ratio:before,
.sounds-of-the-season-detail-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 45.02457002%;
  padding-bottom: 45.02457002%;
  vertical-align: middle;
}
.sponsor-muscian-background-picture img {
  width: 1578px;
}
.ready-to-load-img .sponsor-muscian-background-picture-background,
.ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
  background-image: url("/img/sponsor-muscian-background.jpg");
}
.webp .ready-to-load-img .sponsor-muscian-background-picture-background,
.webp .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
  background-image: url("/img/sponsor-muscian-background.webp");
}
@media (max-width: 789px) {
  .ready-to-load-img .sponsor-muscian-background-picture-background,
  .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background-half.jpg");
  }
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background,
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sponsor-muscian-background-picture-background,
  .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background-2x.jpg");
  }
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background,
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 789px), (min-resolution: 144dpi) and (max-width: 789px) {
  .ready-to-load-img .sponsor-muscian-background-picture-background,
  .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background.jpg");
  }
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background,
  .webp .ready-to-load-img .sponsor-muscian-background-picture-background-with-ratio {
    background-image: url("/img/sponsor-muscian-background.webp");
  }
}
.sponsor-muscian-background-picture-background-ratio,
.sponsor-muscian-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sponsor-muscian-background-picture-background-ratio:before,
.sponsor-muscian-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 31.55893536%;
  padding-bottom: 31.55893536%;
  vertical-align: middle;
}
.state-art-board-sponsor-picture img {
  width: 117px;
}
.ready-to-load-img .state-art-board-sponsor-picture-background,
.ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
  background-image: url("/img/state-art-board-sponsor.jpg");
}
.webp .ready-to-load-img .state-art-board-sponsor-picture-background,
.webp .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
  background-image: url("/img/state-art-board-sponsor.webp");
}
@media (max-width: 58.5px) {
  .ready-to-load-img .state-art-board-sponsor-picture-background,
  .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor-half.jpg");
  }
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background,
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .state-art-board-sponsor-picture-background,
  .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor-2x.jpg");
  }
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background,
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 58.5px), (min-resolution: 144dpi) and (max-width: 58.5px) {
  .ready-to-load-img .state-art-board-sponsor-picture-background,
  .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor.jpg");
  }
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background,
  .webp .ready-to-load-img .state-art-board-sponsor-picture-background-with-ratio {
    background-image: url("/img/state-art-board-sponsor.webp");
  }
}
.state-art-board-sponsor-picture-background-ratio,
.state-art-board-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.state-art-board-sponsor-picture-background-ratio:before,
.state-art-board-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 79.27350427%;
  padding-bottom: 79.27350427%;
  vertical-align: middle;
}
.strength-of-us-detail-picture img {
  width: 407px;
}
.ready-to-load-img .strength-of-us-detail-picture-background,
.ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
  background-image: url("/img/strength-of-us-detail.jpg");
}
.webp .ready-to-load-img .strength-of-us-detail-picture-background,
.webp .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
  background-image: url("/img/strength-of-us-detail.webp");
}
@media (max-width: 203.5px) {
  .ready-to-load-img .strength-of-us-detail-picture-background,
  .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail-half.jpg");
  }
  .webp .ready-to-load-img .strength-of-us-detail-picture-background,
  .webp .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .strength-of-us-detail-picture-background,
  .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail-2x.jpg");
  }
  .webp .ready-to-load-img .strength-of-us-detail-picture-background,
  .webp .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 203.5px), (min-resolution: 144dpi) and (max-width: 203.5px) {
  .ready-to-load-img .strength-of-us-detail-picture-background,
  .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail.jpg");
  }
  .webp .ready-to-load-img .strength-of-us-detail-picture-background,
  .webp .ready-to-load-img .strength-of-us-detail-picture-background-with-ratio {
    background-image: url("/img/strength-of-us-detail.webp");
  }
}
.strength-of-us-detail-picture-background-ratio,
.strength-of-us-detail-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.strength-of-us-detail-picture-background-ratio:before,
.strength-of-us-detail-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 60.1965602%;
  padding-bottom: 60.1965602%;
  vertical-align: middle;
}
.sub-header-message-background-picture img {
  width: 1920px;
}
.ready-to-load-img .sub-header-message-background-picture-background,
.ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
  background-image: url("/img/sub-header-message-background.jpg");
}
.webp .ready-to-load-img .sub-header-message-background-picture-background,
.webp .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
  background-image: url("/img/sub-header-message-background.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .sub-header-message-background-picture-background,
  .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background-half.jpg");
  }
  .webp .ready-to-load-img .sub-header-message-background-picture-background,
  .webp .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sub-header-message-background-picture-background,
  .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background-2x.jpg");
  }
  .webp .ready-to-load-img .sub-header-message-background-picture-background,
  .webp .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .sub-header-message-background-picture-background,
  .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background.jpg");
  }
  .webp .ready-to-load-img .sub-header-message-background-picture-background,
  .webp .ready-to-load-img .sub-header-message-background-picture-background-with-ratio {
    background-image: url("/img/sub-header-message-background.webp");
  }
}
.sub-header-message-background-picture-background-ratio,
.sub-header-message-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sub-header-message-background-picture-background-ratio:before,
.sub-header-message-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 3.80208333%;
  padding-bottom: 3.80208333%;
  vertical-align: middle;
}
.symphony-footer-logo-picture img {
  width: 377.5px;
}
.ready-to-load-img .symphony-footer-logo-picture-background,
.ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
  background-image: url("/img/symphony-footer-logo.png");
}
.webp .ready-to-load-img .symphony-footer-logo-picture-background,
.webp .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
  background-image: url("/img/symphony-footer-logo.webp");
}
@media (max-width: 188.75px) {
  .ready-to-load-img .symphony-footer-logo-picture-background,
  .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo-half.png");
  }
  .webp .ready-to-load-img .symphony-footer-logo-picture-background,
  .webp .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .symphony-footer-logo-picture-background,
  .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo-2x.png");
  }
  .webp .ready-to-load-img .symphony-footer-logo-picture-background,
  .webp .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 188.75px), (min-resolution: 144dpi) and (max-width: 188.75px) {
  .ready-to-load-img .symphony-footer-logo-picture-background,
  .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo.png");
  }
  .webp .ready-to-load-img .symphony-footer-logo-picture-background,
  .webp .ready-to-load-img .symphony-footer-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-footer-logo.webp");
  }
}
.symphony-footer-logo-picture-background-ratio,
.symphony-footer-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.symphony-footer-logo-picture-background-ratio:before,
.symphony-footer-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 14.83443709%;
  padding-bottom: 14.83443709%;
  vertical-align: middle;
}
.symphony-header-logo-picture img {
  width: 331px;
}
.ready-to-load-img .symphony-header-logo-picture-background,
.ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
  background-image: url("/img/symphony-header-logo.png");
}
.webp .ready-to-load-img .symphony-header-logo-picture-background,
.webp .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
  background-image: url("/img/symphony-header-logo.webp");
}
@media (max-width: 165.5px) {
  .ready-to-load-img .symphony-header-logo-picture-background,
  .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo-half.png");
  }
  .webp .ready-to-load-img .symphony-header-logo-picture-background,
  .webp .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .symphony-header-logo-picture-background,
  .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo-2x.png");
  }
  .webp .ready-to-load-img .symphony-header-logo-picture-background,
  .webp .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 165.5px), (min-resolution: 144dpi) and (max-width: 165.5px) {
  .ready-to-load-img .symphony-header-logo-picture-background,
  .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo.png");
  }
  .webp .ready-to-load-img .symphony-header-logo-picture-background,
  .webp .ready-to-load-img .symphony-header-logo-picture-background-with-ratio {
    background-image: url("/img/symphony-header-logo.webp");
  }
}
.symphony-header-logo-picture-background-ratio,
.symphony-header-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.symphony-header-logo-picture-background-ratio:before,
.symphony-header-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 14.87915408%;
  padding-bottom: 14.87915408%;
  vertical-align: middle;
}
.tan-more-arrow-picture img {
  width: 18px;
}
.ready-to-load-img .tan-more-arrow-picture-background,
.ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
  background-image: url("/img/tan-more-arrow.png");
}
.webp .ready-to-load-img .tan-more-arrow-picture-background,
.webp .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
  background-image: url("/img/tan-more-arrow.webp");
}
@media (max-width: 9px) {
  .ready-to-load-img .tan-more-arrow-picture-background,
  .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow-half.png");
  }
  .webp .ready-to-load-img .tan-more-arrow-picture-background,
  .webp .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tan-more-arrow-picture-background,
  .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow-2x.png");
  }
  .webp .ready-to-load-img .tan-more-arrow-picture-background,
  .webp .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 9px), (min-resolution: 144dpi) and (max-width: 9px) {
  .ready-to-load-img .tan-more-arrow-picture-background,
  .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow.png");
  }
  .webp .ready-to-load-img .tan-more-arrow-picture-background,
  .webp .ready-to-load-img .tan-more-arrow-picture-background-with-ratio {
    background-image: url("/img/tan-more-arrow.webp");
  }
}
.tan-more-arrow-picture-background-ratio,
.tan-more-arrow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tan-more-arrow-picture-background-ratio:before,
.tan-more-arrow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 81.94444444%;
  padding-bottom: 81.94444444%;
  vertical-align: middle;
}
.tickets-and-events-header-picture img {
  width: 1920px;
}
.ready-to-load-img .tickets-and-events-header-picture-background,
.ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
  background-image: url("/img/tickets-and-events-header.jpg");
}
.webp .ready-to-load-img .tickets-and-events-header-picture-background,
.webp .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
  background-image: url("/img/tickets-and-events-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .tickets-and-events-header-picture-background,
  .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header-half.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-header-picture-background,
  .webp .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tickets-and-events-header-picture-background,
  .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header-2x.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-header-picture-background,
  .webp .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .tickets-and-events-header-picture-background,
  .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-header-picture-background,
  .webp .ready-to-load-img .tickets-and-events-header-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-header.webp");
  }
}
.tickets-and-events-header-picture-background-ratio,
.tickets-and-events-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tickets-and-events-header-picture-background-ratio:before,
.tickets-and-events-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.tickets-and-events-musician-picture img {
  width: 407px;
}
.ready-to-load-img .tickets-and-events-musician-picture-background,
.ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
  background-image: url("/img/tickets-and-events-musician.jpg");
}
.webp .ready-to-load-img .tickets-and-events-musician-picture-background,
.webp .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
  background-image: url("/img/tickets-and-events-musician.webp");
}
@media (max-width: 203.5px) {
  .ready-to-load-img .tickets-and-events-musician-picture-background,
  .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician-half.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background,
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tickets-and-events-musician-picture-background,
  .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician-2x.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background,
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 203.5px), (min-resolution: 144dpi) and (max-width: 203.5px) {
  .ready-to-load-img .tickets-and-events-musician-picture-background,
  .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician.jpg");
  }
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background,
  .webp .ready-to-load-img .tickets-and-events-musician-picture-background-with-ratio {
    background-image: url("/img/tickets-and-events-musician.webp");
  }
}
.tickets-and-events-musician-picture-background-ratio,
.tickets-and-events-musician-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tickets-and-events-musician-picture-background-ratio:before,
.tickets-and-events-musician-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 45.02457002%;
  padding-bottom: 45.02457002%;
  vertical-align: middle;
}
.twitter-footer-picture img {
  width: 32.5px;
}
.ready-to-load-img .twitter-footer-picture-background,
.ready-to-load-img .twitter-footer-picture-background-with-ratio {
  background-image: url("/img/twitter-footer.png");
}
.webp .ready-to-load-img .twitter-footer-picture-background,
.webp .ready-to-load-img .twitter-footer-picture-background-with-ratio {
  background-image: url("/img/twitter-footer.webp");
}
@media (max-width: 16.25px) {
  .ready-to-load-img .twitter-footer-picture-background,
  .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer-half.png");
  }
  .webp .ready-to-load-img .twitter-footer-picture-background,
  .webp .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .twitter-footer-picture-background,
  .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer-2x.png");
  }
  .webp .ready-to-load-img .twitter-footer-picture-background,
  .webp .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 16.25px), (min-resolution: 144dpi) and (max-width: 16.25px) {
  .ready-to-load-img .twitter-footer-picture-background,
  .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer.png");
  }
  .webp .ready-to-load-img .twitter-footer-picture-background,
  .webp .ready-to-load-img .twitter-footer-picture-background-with-ratio {
    background-image: url("/img/twitter-footer.webp");
  }
}
.twitter-footer-picture-background-ratio,
.twitter-footer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.twitter-footer-picture-background-ratio:before,
.twitter-footer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 43.07692308%;
  padding-bottom: 43.07692308%;
  vertical-align: middle;
}
.twitter-header-picture img {
  width: 17.5px;
}
.ready-to-load-img .twitter-header-picture-background,
.ready-to-load-img .twitter-header-picture-background-with-ratio {
  background-image: url("/img/twitter-header.png");
}
.webp .ready-to-load-img .twitter-header-picture-background,
.webp .ready-to-load-img .twitter-header-picture-background-with-ratio {
  background-image: url("/img/twitter-header.webp");
}
@media (max-width: 8.75px) {
  .ready-to-load-img .twitter-header-picture-background,
  .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header-half.png");
  }
  .webp .ready-to-load-img .twitter-header-picture-background,
  .webp .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .twitter-header-picture-background,
  .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header-2x.png");
  }
  .webp .ready-to-load-img .twitter-header-picture-background,
  .webp .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 8.75px), (min-resolution: 144dpi) and (max-width: 8.75px) {
  .ready-to-load-img .twitter-header-picture-background,
  .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header.png");
  }
  .webp .ready-to-load-img .twitter-header-picture-background,
  .webp .ready-to-load-img .twitter-header-picture-background-with-ratio {
    background-image: url("/img/twitter-header.webp");
  }
}
.twitter-header-picture-background-ratio,
.twitter-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.twitter-header-picture-background-ratio:before,
.twitter-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 45.71428571%;
  padding-bottom: 45.71428571%;
  vertical-align: middle;
}
.vert-line-picture img {
  width: 7px;
}
.ready-to-load-img .vert-line-picture-background,
.ready-to-load-img .vert-line-picture-background-with-ratio {
  background-image: url("/img/vert-line.png");
}
.webp .ready-to-load-img .vert-line-picture-background,
.webp .ready-to-load-img .vert-line-picture-background-with-ratio {
  background-image: url("/img/vert-line.webp");
}
@media (max-width: 3.5px) {
  .ready-to-load-img .vert-line-picture-background,
  .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line-half.png");
  }
  .webp .ready-to-load-img .vert-line-picture-background,
  .webp .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .vert-line-picture-background,
  .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line-2x.png");
  }
  .webp .ready-to-load-img .vert-line-picture-background,
  .webp .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 3.5px), (min-resolution: 144dpi) and (max-width: 3.5px) {
  .ready-to-load-img .vert-line-picture-background,
  .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line.png");
  }
  .webp .ready-to-load-img .vert-line-picture-background,
  .webp .ready-to-load-img .vert-line-picture-background-with-ratio {
    background-image: url("/img/vert-line.webp");
  }
}
.vert-line-picture-background-ratio,
.vert-line-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.vert-line-picture-background-ratio:before,
.vert-line-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 271.42857143%;
  padding-bottom: 271.42857143%;
  vertical-align: middle;
}
.youtube-footer-picture img {
  width: 35px;
}
.ready-to-load-img .youtube-footer-picture-background,
.ready-to-load-img .youtube-footer-picture-background-with-ratio {
  background-image: url("/img/youtube-footer.png");
}
.webp .ready-to-load-img .youtube-footer-picture-background,
.webp .ready-to-load-img .youtube-footer-picture-background-with-ratio {
  background-image: url("/img/youtube-footer.webp");
}
@media (max-width: 17.5px) {
  .ready-to-load-img .youtube-footer-picture-background,
  .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer-half.png");
  }
  .webp .ready-to-load-img .youtube-footer-picture-background,
  .webp .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .youtube-footer-picture-background,
  .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer-2x.png");
  }
  .webp .ready-to-load-img .youtube-footer-picture-background,
  .webp .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 17.5px), (min-resolution: 144dpi) and (max-width: 17.5px) {
  .ready-to-load-img .youtube-footer-picture-background,
  .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer.png");
  }
  .webp .ready-to-load-img .youtube-footer-picture-background,
  .webp .ready-to-load-img .youtube-footer-picture-background-with-ratio {
    background-image: url("/img/youtube-footer.webp");
  }
}
.youtube-footer-picture-background-ratio,
.youtube-footer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.youtube-footer-picture-background-ratio:before,
.youtube-footer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40%;
  padding-bottom: 40%;
  vertical-align: middle;
}
.youtube-header-picture img {
  width: 19px;
}
.ready-to-load-img .youtube-header-picture-background,
.ready-to-load-img .youtube-header-picture-background-with-ratio {
  background-image: url("/img/youtube-header.png");
}
.webp .ready-to-load-img .youtube-header-picture-background,
.webp .ready-to-load-img .youtube-header-picture-background-with-ratio {
  background-image: url("/img/youtube-header.webp");
}
@media (max-width: 9.5px) {
  .ready-to-load-img .youtube-header-picture-background,
  .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header-half.png");
  }
  .webp .ready-to-load-img .youtube-header-picture-background,
  .webp .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .youtube-header-picture-background,
  .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header-2x.png");
  }
  .webp .ready-to-load-img .youtube-header-picture-background,
  .webp .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 9.5px), (min-resolution: 144dpi) and (max-width: 9.5px) {
  .ready-to-load-img .youtube-header-picture-background,
  .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header.png");
  }
  .webp .ready-to-load-img .youtube-header-picture-background,
  .webp .ready-to-load-img .youtube-header-picture-background-with-ratio {
    background-image: url("/img/youtube-header.webp");
  }
}
.youtube-header-picture-background-ratio,
.youtube-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.youtube-header-picture-background-ratio:before,
.youtube-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 42.10526316%;
  padding-bottom: 42.10526316%;
  vertical-align: middle;
}
.std-txt h1 {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  text-transform: uppercase;
}
.std-txt h1 strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #b3915a;
  text-transform: none;
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}
.std-txt h2 {
  font-size: 22.8pt;
}
.std-txt h3 {
  font-size: 17.48pt;
}
.std-txt h4 {
  font-size: 22.8pt;
  color: #b3915a;
  font-weight: 400;
}
.std-txt p {
  font-size: 12.92pt;
}
.two-level {
  font-size: 22.8pt;
  font-weight: 300;
  line-height: 1.5em;
}
.two-level strong {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.black-show {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: black;
  position: relative;
  overflow: hidden;
}
.black-show .container {
  position: relative;
  z-index: 0;
}
.black-show h1 {
  color: #b3915a;
}
.black-show h1 strong {
  color: white;
}
.black-show p {
  color: white;
}
.black-show .backer img {
  position: absolute;
  top: 50%;
  right: -399px;
  z-index: -1;
  transform: translateY(-50%);
}
.hard-left-side {
  display: grid;
  grid-template-columns: minmax(300px, 33%) minmax(auto, 620px) auto;
  column-gap: 60px;
  background-color: #f0eee9;
}
.hard-left-side .img {
  background-size: cover;
  background-position: center;
}
.hard-left-side .msg {
  padding-top: 55px;
  padding-bottom: 55px;
}
.hard-left-side .msg h1 {
  margin-top: 0;
  font-size: 22.8pt;
  font-weight: 300;
  line-height: 1.5em;
}
.hard-left-side .msg h1 strong {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.hard-right-side {
  display: grid;
  background-color: #f0eee9;
}
@media (min-width: 1100px) {
  .hard-right-side {
    grid-template-columns: 1fr 550px 550px 1fr;
  }
}
.hard-right-side .img {
  background-size: cover;
  background-position: center;
  grid-column: span 2;
}
.hard-right-side .msg h1 {
  margin-top: 0;
  font-size: 22.8pt;
  font-weight: 300;
  line-height: 1.5em;
}
.hard-right-side .msg h1 strong {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.hard-right-side .side {
  min-width: 10px;
}
.planning {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: black;
  color: white;
  text-align: center;
}
.planning .container {
  max-width: 700px;
}
.planning h1 {
  font-size: 30.4pt;
  margin-top: 0;
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
}
.balanced-side {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.balanced-side.grey {
  background-color: #eeeeee;
}
@media (min-width: 1100px) {
  .balanced-side .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}
.balanced-side .msg.box-out {
  border: 2px solid #b3915a;
  padding: 20px;
  align-self: stretch;
}
.balanced-side .box-button {
  display: inline-block;
  text-transform: none;
  padding: 16px 20px;
  font-weight: 600;
}
.balanced-side .box-button.reversed {
  background-color: #b3915a;
  color: white;
}
.balanced-side .box-button.stack-button {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 650px) {
  .balanced-side .box-button.stack-button {
    min-width: 300px;
  }
}
@media (max-width: 650px) {
  .balanced-side .box-button.stack-button {
    width: 100%;
    box-sizing: border-box;
  }
}
.balanced-side .msg + .msg img {
  max-width: 100%;
}
@media (max-width: 900px) {
  .balanced-side {
    padding-bottom: 30px;
  }
  .balanced-side .container {
    display: grid;
  }
  .balanced-side .no-mobile {
    display: none;
  }
}
.balanced-side.gap-rows .container {
  row-gap: 30px;
}
.hard-right-side-with-back {
  display: grid;
  background-color: #f0eee9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1100px) {
  .hard-right-side-with-back {
    grid-template-columns: 1fr 550px 550px 1fr;
  }
}
.hard-right-side-with-back .img {
  background-size: cover;
  background-position: center;
  grid-column: span 2;
}
.hard-right-side-with-back .msg h1 {
  margin-top: 0;
  font-size: 22.8pt;
  font-weight: 300;
  line-height: 1.5em;
}
.hard-right-side-with-back .msg h1 strong {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.hard-right-side-with-back .side {
  min-width: 10px;
}
.hard-right-side-with-back .msg {
  padding-right: 60px;
}
.hard-right-side-with-back .msg .box-button {
  display: inline-block;
  text-transform: none;
  padding: 16px 20px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .hard-right-side-with-back {
    grid-template-columns: 10px 1fr;
    row-gap: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .hard-right-side-with-back .img {
    grid-row: 1;
    grid-column: span 2;
  }
}
.two-col-section .msg h1 {
  font-size: 30.4pt;
  margin: 0;
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
  margin-top: -10px;
}
.two-col-section .msg h2 {
  font-size: 15.2pt;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}
.two-col-section .msg p strong {
  color: #b3915a;
}
.two-col-section .msg p strong.black {
  color: black;
}
.two-col-section .msg p strong.accent {
  text-transform: uppercase;
  font-size: 85%;
}
.two-col-section .msg p.tan {
  color: #b3915a;
}
@media (max-width: 650px) {
  .two-col-section .msg {
    padding-right: 10px;
  }
  .two-col-section .msg h1 {
    font-size: 22.8pt;
  }
}
.center-box {
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.center-box h1 {
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
  text-transform: uppercase;
}
.center-box h1 strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #b3915a;
  text-transform: none;
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}
.center-box h2 {
  font-size: 22.8pt;
}
.center-box h3 {
  font-size: 17.48pt;
}
.center-box h4 {
  font-size: 22.8pt;
  color: #b3915a;
  font-weight: 400;
}
.center-box p {
  font-size: 12.92pt;
}
.center-box .container {
  text-align: center;
}
.center-box .halfer {
  margin-left: auto;
  margin-right: auto;
}
.halfer {
  max-width: 550px;
}
.hollow-button {
  font-size: 10.64pt;
  font-weight: 600;
  text-decoration: none;
  border-width: 1;
  border-style: solid;
  padding: 10px 18px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
}
.hollow-button.with-image img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 10px;
}
.hollow-button-link a {
  font-size: 10.64pt;
  border-width: 1;
  border-style: solid;
  padding: 10px 18px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  background-color: white;
  border: solid 1px #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.hollow-button-link a.with-image img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 10px;
}
.box-button {
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  padding: 22px 45px;
  background-color: white;
  color: #b3915a;
}
.pub-form label {
  display: block;
  margin-top: 10px;
}
.pub-form input[type=text] {
  display: inline-block;
  border: 0;
  background-color: white;
  padding: 7px;
}
.pub-form button[type=submit] {
  display: inline-block;
  margin-top: 30px;
  background-color: black;
  border: 0;
  line-height: 1em;
  padding: 11px 22px;
  color: white;
  font-weight: 600;
}
.performance-dates,
.program-notes,
.featured-musicians,
.advertisements,
.concert-sponsors {
  background-color: white;
  margin-bottom: 50px;
}
.performance-dates .set-actions a,
.program-notes .set-actions a,
.featured-musicians .set-actions a,
.advertisements .set-actions a,
.concert-sponsors .set-actions a {
  text-decoration: underline;
  cursor: pointer;
}
.performance-dates .performance-date-summary,
.program-notes .performance-date-summary,
.featured-musicians .performance-date-summary,
.advertisements .performance-date-summary,
.concert-sponsors .performance-date-summary,
.performance-dates .program-note-summary,
.program-notes .program-note-summary,
.featured-musicians .program-note-summary,
.advertisements .program-note-summary,
.concert-sponsors .program-note-summary,
.performance-dates .featured-musician-summary,
.program-notes .featured-musician-summary,
.featured-musicians .featured-musician-summary,
.advertisements .featured-musician-summary,
.concert-sponsors .featured-musician-summary,
.performance-dates .advertisement-summary,
.program-notes .advertisement-summary,
.featured-musicians .advertisement-summary,
.advertisements .advertisement-summary,
.concert-sponsors .advertisement-summary,
.performance-dates .concert-sponsor-summary,
.program-notes .concert-sponsor-summary,
.featured-musicians .concert-sponsor-summary,
.advertisements .concert-sponsor-summary,
.concert-sponsors .concert-sponsor-summary {
  padding: 10px;
  /*
		background-color: @grey-box-back;
		margin-bottom: 10px;
		*/
}
.performance-dates .performance-date-summary .actions a,
.program-notes .performance-date-summary .actions a,
.featured-musicians .performance-date-summary .actions a,
.advertisements .performance-date-summary .actions a,
.concert-sponsors .performance-date-summary .actions a,
.performance-dates .program-note-summary .actions a,
.program-notes .program-note-summary .actions a,
.featured-musicians .program-note-summary .actions a,
.advertisements .program-note-summary .actions a,
.concert-sponsors .program-note-summary .actions a,
.performance-dates .featured-musician-summary .actions a,
.program-notes .featured-musician-summary .actions a,
.featured-musicians .featured-musician-summary .actions a,
.advertisements .featured-musician-summary .actions a,
.concert-sponsors .featured-musician-summary .actions a,
.performance-dates .advertisement-summary .actions a,
.program-notes .advertisement-summary .actions a,
.featured-musicians .advertisement-summary .actions a,
.advertisements .advertisement-summary .actions a,
.concert-sponsors .advertisement-summary .actions a,
.performance-dates .concert-sponsor-summary .actions a,
.program-notes .concert-sponsor-summary .actions a,
.featured-musicians .concert-sponsor-summary .actions a,
.advertisements .concert-sponsor-summary .actions a,
.concert-sponsors .concert-sponsor-summary .actions a,
.performance-dates .performance-date-summary .actions button,
.program-notes .performance-date-summary .actions button,
.featured-musicians .performance-date-summary .actions button,
.advertisements .performance-date-summary .actions button,
.concert-sponsors .performance-date-summary .actions button,
.performance-dates .program-note-summary .actions button,
.program-notes .program-note-summary .actions button,
.featured-musicians .program-note-summary .actions button,
.advertisements .program-note-summary .actions button,
.concert-sponsors .program-note-summary .actions button,
.performance-dates .featured-musician-summary .actions button,
.program-notes .featured-musician-summary .actions button,
.featured-musicians .featured-musician-summary .actions button,
.advertisements .featured-musician-summary .actions button,
.concert-sponsors .featured-musician-summary .actions button,
.performance-dates .advertisement-summary .actions button,
.program-notes .advertisement-summary .actions button,
.featured-musicians .advertisement-summary .actions button,
.advertisements .advertisement-summary .actions button,
.concert-sponsors .advertisement-summary .actions button,
.performance-dates .concert-sponsor-summary .actions button,
.program-notes .concert-sponsor-summary .actions button,
.featured-musicians .concert-sponsor-summary .actions button,
.advertisements .concert-sponsor-summary .actions button,
.concert-sponsors .concert-sponsor-summary .actions button {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14pt;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}
.performance-dates .performance-date-summary img,
.program-notes .performance-date-summary img,
.featured-musicians .performance-date-summary img,
.advertisements .performance-date-summary img,
.concert-sponsors .performance-date-summary img,
.performance-dates .program-note-summary img,
.program-notes .program-note-summary img,
.featured-musicians .program-note-summary img,
.advertisements .program-note-summary img,
.concert-sponsors .program-note-summary img,
.performance-dates .featured-musician-summary img,
.program-notes .featured-musician-summary img,
.featured-musicians .featured-musician-summary img,
.advertisements .featured-musician-summary img,
.concert-sponsors .featured-musician-summary img,
.performance-dates .advertisement-summary img,
.program-notes .advertisement-summary img,
.featured-musicians .advertisement-summary img,
.advertisements .advertisement-summary img,
.concert-sponsors .advertisement-summary img,
.performance-dates .concert-sponsor-summary img,
.program-notes .concert-sponsor-summary img,
.featured-musicians .concert-sponsor-summary img,
.advertisements .concert-sponsor-summary img,
.concert-sponsors .concert-sponsor-summary img {
  max-width: 100%;
}
.ei-editable-sortable-tiles .tiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-note-summary .details .notes {
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-musician-summary:after,
.advertisement-summary:after {
  content: '';
  display: table;
  clear: both;
}
.featured-musician-summary .musician-photo,
.advertisement-summary .musician-photo,
.featured-musician-summary .ad-photo,
.advertisement-summary .ad-photo {
  float: right;
  max-width: 150px !important;
}
.program-note {
  margin-bottom: 20px;
}
.program-note > .header {
  background-color: #eeeeee;
  padding: 8px 14px;
  cursor: pointer;
}
.program-note > .header strong {
  color: #b3915a;
}
.program-note > .header .marker {
  float: right;
}
.program-note > .header p {
  margin: 0;
  display: inline-block;
}
.program-note .content-holder {
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.program-summary {
  margin-bottom: 20px;
}
.program-summary .program-header {
  padding: 8px 14px;
  cursor: pointer;
}
.program-summary .program-header > .marker {
  float: right;
  margin-top: 30px;
}
.program-summary .program-content-holder {
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.maestro-insight {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.maestro-insight .container {
  display: grid;
  grid-template-columns: 3fr 4fr;
  column-gap: 40px;
}
.maestro-insight .pic img {
  max-width: 100%;
}
.maestro-insight .msg {
  align-self: center;
  padding-right: 150px;
}
.maestro-insight .msg h1 {
  font-family: 'Cormorant', serif;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.maestro-insight .msg h2 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .maestro-insight .container {
    display: block;
  }
}
.tan-button {
  display: inline-block;
  color: white;
  background-color: #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
}
.tan-button img {
  float: right;
  padding-left: 30px;
  width: 12px;
  padding-top: 3px;
}
.tan-button.center-text {
  text-align: center;
}
.hollow-button {
  display: inline-block;
  background-color: white;
  border: solid 1px #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.education-link {
  display: block;
  text-decoration: none;
  border: solid 1px #b3915a;
  padding: 12px;
  margin-bottom: 10px;
  color: black;
}
.education-link strong {
  color: black !important;
}
.education-link.highlighted {
  background-color: #b3915a;
  color: white;
}
.education-link.highlighted strong {
  color: white !important;
}
.education-tiles {
  display: grid;
  column-gap: 70px;
  row-gap: 70px;
  margin-bottom: 80px;
}
@media (min-width: 900px) {
  .education-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.education-tiles .education-tile {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 4fr;
}
.education-tiles .education-tile .pic img {
  max-width: 100%;
}
.education-tiles .education-tile a {
  color: #b3915a;
}
.event-tile {
  text-decoration: none;
  color: black;
}
.event-tile .pic img {
  max-width: 100%;
}
.event-tile h2 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
}
.event-tile .performance-date-line strong {
  color: #b3915a;
}
.event-summary {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .event-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .event-summary .details {
    grid-row: 1;
    grid-column: 1;
  }
  .event-summary .img {
    grid-column: 2;
    grid-row: 1;
  }
  .event-summary .chorale-featured {
    margin-bottom: 10px;
  }
  .event-summary .title {
    padding-top: 0 !important;
  }
}
.event-summary .img img {
  max-width: 100%;
}
.event-summary .content {
  position: relative;
}
.event-summary .content h2 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
  margin-top: 0;
}
.event-summary .content .concert-sponsor {
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-summary .content .concert-sponsor img {
  display: block;
  max-width: 200px;
  margin-top: 10px;
}
.event-summary .note-summary strong {
  color: #b3915a;
}
.event-summary .note-summary p {
  margin-top: 0;
}
.event-summary .action-buttons {
  display: inline-block;
}
.event-summary .action-buttons a {
  font-size: 10.64pt;
  border-width: 1;
  border-style: solid;
  padding: 10px 18px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  background-color: white;
  border: solid 1px #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
  color: black;
  display: block;
}
.event-summary .action-buttons a.with-image img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 10px;
}
.event-summary .action-buttons .available-msg {
  display: block;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .event-summary .img img {
    display: block;
    margin: auto;
    width: 300px;
  }
  .event-summary .content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
a.tan {
  color: #b3915a !important;
}
strong.tan {
  color: #b3915a !important;
}
strong.black {
  color: black;
}
.div-link {
  cursor: pointer;
}
.premium-program-advertisement,
.standard-program-advertisement {
  margin-top: 40px;
  margin-bottom: 40px;
}
.premium-program-advertisement img,
.standard-program-advertisement img {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: auto;
}
.indented {
  margin-left: 30px;
  margin-right: 30px;
}
.standard-ads {
  max-width: 400px;
  margin: auto;
  padding: 20px;
}
@media (min-width: 900px) {
  .standard-ads {
    float: right;
    padding: 20px 0 20px 20px;
  }
}
.indent-1 {
  margin-left: 10px;
}
.indent-2 {
  margin-left: 20px;
}
.indent-3 {
  margin-left: 30px;
}
.news-tile {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
.news-tile h2 {
  margin-bottom: 0;
}
.news-tile .pub-date {
  margin-top: 0;
}
.news-tile .pic img {
  display: block;
  width: 100%;
}
.news-tile .content h1,
.news-tile .content h2 {
  margin-top: 0;
}
@media (min-width: 900px) {
  .news-tile {
    grid-template-columns: auto 1fr;
  }
  .news-tile .pic img {
    max-width: 300px;
  }
}
.news-tile + .news-tile {
  margin-top: 40px;
}
figure.flex-picture {
  margin: auto;
}
.chorale-featured {
  font-style: italic;
}
.show-gold {
  color: #b3915a !important;
}
.show-black {
  color: black !important;
}
.std-header .logo {
  color: white;
  text-decoration: none;
}
.std-header .logo img {
  max-width: 80%;
}
.std-header .menu,
.std-header .top-menu {
  list-style: none;
  justify-self: end;
}
.std-header .menu li,
.std-header .top-menu li {
  margin-left: 10px;
}
.std-header .menu li a,
.std-header .top-menu li a {
  font-size: 15.2pt;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.std-header .menu > li:hover > a,
.std-header .top-menu > li:hover > a {
  color: black;
}
.std-header nav {
  background-color: white;
}
@media (min-width: 1100px) {
  .std-header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .std-header nav {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .std-header nav .logo {
    grid-row: span 2;
    align-self: center;
  }
  .std-header .top-menu {
    margin: 0;
    padding: 0;
    justify-self: end;
    align-self: end;
  }
  .std-header .top-menu li {
    display: inline-block;
  }
  .std-header .top-menu li a {
    text-decoration: none;
  }
  .std-header .top-menu .social a {
    display: inline-block;
    margin-bottom: -3px;
  }
  .std-header .top-menu .social a img {
    display: block;
  }
  .std-header .menu {
    margin: 0;
    padding: 0;
    align-self: start;
    text-align: right;
  }
  .std-header .menu li {
    display: inline-block;
    position: relative;
  }
  .std-header .menu li a {
    font-size: 12.92pt;
    text-decoration: uppercase;
    color: #b3915a;
    font-weight: 700;
  }
  .std-header .menu li.current a {
    color: black;
  }
  .std-header .menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0px;
    padding-top: 42px;
    padding-left: 0;
    margin: 0;
    width: 280px;
  }
  .std-header .menu li ul li {
    display: block;
    padding: 10px 15px;
    background-color: #f0eee9;
  }
  .std-header .menu li ul li:first-child {
    padding-top: 15px;
  }
  .std-header .menu li ul li:last-child {
    padding-bottom: 15px;
  }
  .std-header .menu li ul li:hover {
    background-color: #b88c84;
  }
  .std-header .menu li ul a {
    display: block;
    color: black;
    font-weight: 300;
    text-transform: none;
    white-space: nowrap;
    text-align: left;
  }
  .std-header .menu li:hover ul {
    display: block;
  }
  .std-header .menu li:last-child a {
    padding-right: 0;
  }
  .std-header .tribar,
  .std-header .close {
    display: none;
  }
}
@media (max-width: 1100px) {
  .std-header .menu li,
  .std-header .top-menu li {
    margin-left: 0;
  }
  .std-header .left-mark {
    display: none;
  }
  .std-header .header-staff-right-picture {
    display: none;
  }
  .std-header nav {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 650px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
    justify-self: start;
    margin-top: 0;
  }
  .std-header nav a {
    color: black;
  }
  .std-header nav ul {
    list-style: none;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    left: 0;
    opacity: 0.95;
  }
  .std-header nav .top-menu {
    padding-left: 0;
    padding-bottom: 0 !important;
    margin-bottom: 5px;
    margin-top: 5px;
    justify-self: start;
  }
  .std-header nav .top-menu li {
    display: inline-block;
  }
  .std-header nav .top-menu li:after {
    display: none;
  }
  .std-header nav .top-menu .social {
    margin-left: 12px;
  }
  .std-header nav .top-menu .social a:first-child {
    padding-left: 0;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: black;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
  .std-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
  }
}
header {
  z-index: 10;
}
header .logo {
  color: white;
  text-decoration: none;
}
header .logo img {
  max-width: 80%;
}
header .menu,
header .top-menu {
  list-style: none;
  justify-self: end;
}
header .menu li,
header .top-menu li {
  margin-left: 10px;
}
header .menu li a,
header .top-menu li a {
  font-size: 15.2pt;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
header .menu > li:hover > a,
header .top-menu > li:hover > a {
  color: black;
}
header nav {
  background-color: white;
}
@media (min-width: 1100px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  header nav {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  header nav .logo {
    grid-row: span 2;
    align-self: center;
  }
  header .top-menu {
    margin: 0;
    padding: 0;
    justify-self: end;
    align-self: end;
  }
  header .top-menu li {
    display: inline-block;
  }
  header .top-menu li a {
    text-decoration: none;
  }
  header .top-menu .social a {
    display: inline-block;
    margin-bottom: -3px;
  }
  header .top-menu .social a img {
    display: block;
  }
  header .menu {
    margin: 0;
    padding: 0;
    align-self: start;
    text-align: right;
  }
  header .menu li {
    display: inline-block;
    position: relative;
  }
  header .menu li a {
    font-size: 12.92pt;
    text-decoration: uppercase;
    color: #b3915a;
    font-weight: 700;
  }
  header .menu li.current a {
    color: black;
  }
  header .menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0px;
    padding-top: 42px;
    padding-left: 0;
    margin: 0;
    width: 280px;
  }
  header .menu li ul li {
    display: block;
    padding: 10px 15px;
    background-color: #f0eee9;
  }
  header .menu li ul li:first-child {
    padding-top: 15px;
  }
  header .menu li ul li:last-child {
    padding-bottom: 15px;
  }
  header .menu li ul li:hover {
    background-color: #b88c84;
  }
  header .menu li ul a {
    display: block;
    color: black;
    font-weight: 300;
    text-transform: none;
    white-space: nowrap;
    text-align: left;
  }
  header .menu li:hover ul {
    display: block;
  }
  header .menu li:last-child a {
    padding-right: 0;
  }
  header .tribar,
  header .close {
    display: none;
  }
}
@media (max-width: 1100px) {
  header .menu li,
  header .top-menu li {
    margin-left: 0;
  }
  header .left-mark {
    display: none;
  }
  header .header-staff-right-picture {
    display: none;
  }
  header nav {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 650px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
    justify-self: start;
    margin-top: 0;
  }
  header nav a {
    color: black;
  }
  header nav ul {
    list-style: none;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav.open {
    left: 0;
    opacity: 0.95;
  }
  header nav .top-menu {
    padding-left: 0;
    padding-bottom: 0 !important;
    margin-bottom: 5px;
    margin-top: 5px;
    justify-self: start;
  }
  header nav .top-menu li {
    display: inline-block;
  }
  header nav .top-menu li:after {
    display: none;
  }
  header nav .top-menu .social {
    margin-left: 12px;
  }
  header nav .top-menu .social a:first-child {
    padding-left: 0;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: black;
  }
  header .tribar .two {
    margin: 7px 0;
  }
  header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
  }
}
.inner-header {
  display: grid;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1100px) minmax(0, 1fr);
}
.inner-header .mobile-logo {
  display: none;
}
.inner-header .left-mark img {
  float: right;
  padding-left: 20px;
}
.inner-header .right-mark {
  background-color: white;
}
.inner-header .header-staff-right-picture img {
  display: block;
}
.inner-header nav {
  background-color: white;
}
.inner-header .top-menu {
  padding-bottom: 20px;
}
.inner-header .top-menu a {
  font-size: 12.16pt;
  color: black;
  text-transform: none;
}
.inner-header .top-menu a + a {
  padding-left: 0;
}
.inner-header .top-menu a + a:last-of-type {
  padding-right: 0;
}
.inner-header .top-menu .long {
  margin-left: 0;
}
.inner-header .top-menu .long:after {
  content: '|';
  vertical-align: baseline;
  color: black;
}
@media (min-width: 1100px) {
  .inner-header {
    border-right: 20px solid white;
  }
}
@media (max-width: 1100px) {
  .inner-header {
    background-color: white;
  }
  .inner-header .mobile-logo {
    display: block;
    padding: 10px 20px;
  }
  .inner-header .mobile-logo img {
    max-width: 240px;
  }
  .inner-header nav {
    background-color: #eeeeee;
    opacity: 0.95;
  }
}
body .page-inner .jumbo,
body .page-inner .jumbo .inner-header {
  z-index: 3;
}
@media (max-width: 1100px) {
  body .page-inner .jumbo .inner-header .left-mark {
    display: none;
  }
  body .page-inner .jumbo .inner-header + .msg .inner {
    margin: auto auto auto 0;
  }
}
.jumbo {
  background-size: cover;
}
.jumbo h1 {
  font-family: 'Cormorant', serif;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 0.8em;
  font-weight: 300;
}
.jumbo h2 {
  font-size: 19.76pt;
  color: white;
}
.page-landing .inner-header {
  position: relative;
}
.page-landing .jumbo {
  position: relative;
  min-height: 450px;
}
.page-landing .jumbo .msg {
  padding-bottom: 120px;
  padding-top: 10vh;
}
.page-landing .jumbo .msg h1 {
  font-size: 121.6pt;
  font-family: 'Felix Titling';
  line-height: 0.4em;
  font-weight: 500;
  max-width: 100%;
  white-space: nowrap;
}
.page-landing .jumbo .msg h1 .season {
  font-size: 38pt;
  text-transform: uppercase;
  color: #d7b24f;
  line-height: 1em;
}
.page-landing .jumbo .msg h1 strong {
  display: block;
  font-size: 64.6pt;
  mix-blend-mode: plus-lighter;
  opacity: 0.8;
  line-height: 0.9em;
  margin-top: 20px;
  color: #d7b24f;
  opacity: 0.9;
  font-weight: 800;
}
.page-landing .jumbo .msg h1 strong .ib {
  font-size: 36.48pt;
  line-height: 1em;
}
.page-landing .jumbo .msg .inner {
  position: absolute;
  bottom: 30px;
}
.page-landing .jumbo h1,
.page-landing .jumbo h2 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  max-width: 50%;
}
.page-landing .jumbo .lin-homepage-banner-picture img {
  object-position: top center;
}
.page-landing .jumbo .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.page-landing .jumbo .video-holder:after {
  content: '\00a0';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  /* Standard syntax */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-landing .jumbo video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.page-landing .jumbo .msg {
  overflow: hidden;
}
.page-landing .jumbo .box-button {
  display: inline-block;
  padding: 10px 20px;
}
.page-landing .jumbo .jumbo-2025 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-landing .jumbo .jumbo-2025 .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
}
.page-landing .jumbo .jumbo-2025.transitions-on .slide {
  transition: opacity 2s;
}
.page-landing .jumbo .jumbo-2025 .slide.invisible {
  opacity: 0;
}
.page-landing .jumbo .jumbo-2025 .slide.visible {
  opacity: 1;
}
.page-landing .jumbo .jumbo-2025 .full,
.page-landing .jumbo .jumbo-2025 .mobile,
.page-landing .jumbo .jumbo-2025 .slide {
  height: 100%;
}
.page-landing .jumbo .jumbo-2025 .mobile {
  display: none;
}
.page-landing .jumbo .jumbo-2025 img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 900px) {
  .page-landing .jumbo {
    overflow: hidden;
    min-height: 650px;
  }
}
@media (min-width: 1100px) {
  .page-landing .jumbo video {
    width: 100%;
    height: auto;
  }
  .page-landing .jumbo .msg h1 strong .ib {
    margin-top: -40px;
  }
}
@media (max-width: 1100px) {
  .page-landing .jumbo .header-staff-left-picture {
    display: none;
  }
}
@media (max-width: 716px) {
  .page-landing .jumbo {
    aspect-ratio: 0.9;
    min-height: auto;
  }
  .page-landing .jumbo .msg {
    padding-left: 20px;
  }
  .page-landing .jumbo .msg h1 {
    font-size: 91.2pt;
  }
  .page-landing .jumbo .msg h1 .slash {
    display: block;
    width: 0;
    height: 35px;
    color: transparent;
  }
  .page-landing .jumbo .msg h1 .second {
    padding-left: 20px;
  }
  .page-landing .jumbo .msg h1 .season {
    font-size: 26.6pt;
    padding-left: 18px;
  }
  .page-landing .jumbo .msg h1 .concert {
    display: none;
  }
  .page-landing .jumbo .msg h1 strong {
    font-size: 10vw;
  }
  .page-landing .jumbo .msg h1 strong .ib {
    font-size: 7vw;
  }
  .page-landing .jumbo .msg h2 {
    font-size: 15.2pt;
  }
  .page-landing .jumbo .slide .full {
    display: none;
  }
  .page-landing .jumbo .slide .mobile {
    display: block;
  }
}
@media (max-width: 550px) {
  .page-landing .jumbo {
    aspect-ratio: 0.7;
  }
}
@media (min-width: 1920px) {
  .page-landing .jumbo {
    aspect-ratio: 2.5;
  }
}
.page-landing .coming-events-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.page-landing .coming-events {
  margin-bottom: 40px;
}
.page-landing .coming-events h1 {
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
  font-size: 22.8pt;
  text-align: center;
}
.page-landing .coming-events h1 em {
  font-size: 19pt;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: 400;
  text-transform: none;
  color: #b3915a;
  font-style: normal;
}
.page-landing .coming-events .all-events {
  text-align: center;
}
.page-landing .coming-events .all-events a {
  font-size: 10.64pt;
  border-width: 1;
  border-style: solid;
  padding: 10px 18px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  background-color: white;
  border: solid 1px #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
  color: black;
  margin-left: 20px;
  margin-right: 20px;
}
.page-landing .coming-events .all-events a.with-image img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 10px;
}
.page-landing .event-tiles {
  text-align: center;
}
.page-landing .event-tiles .event-tile {
  display: inline-block;
  text-align: left;
  max-width: 28%;
  vertical-align: top;
  margin-left: 1%;
  margin-right: 1%;
}
@media (max-width: 900px) {
  .page-landing .event-tiles .event-tile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    max-width: 100%;
    margin-top: 50px;
  }
}
.page-landing .strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.page-landing .strip .left,
.page-landing .strip .right {
  align-self: center;
}
.page-landing .strip .left a,
.page-landing .strip .right a {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}
.page-landing .strip .left a img,
.page-landing .strip .right a img {
  display: block;
}
.page-landing .strip .mid.center {
  text-align: center;
}
.page-landing .strip .left {
  padding-left: 10px;
  padding-right: 10px;
}
.page-landing .strip .right {
  padding-right: 10px;
  padding-left: 10px;
}
.page-landing .strip .event-tile {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width: 100%;
}
@media (min-width: 900px) {
  .page-landing .strip .left a,
  .page-landing .strip .right a {
    padding: 20px;
  }
  .page-landing .strip .event-tile {
    width: 304px;
    margin-right: 20px;
  }
}
.page-landing .strip .mid {
  overflow: hidden;
}
.page-landing .strip .stripe {
  white-space: nowrap;
}
@media (min-width: 716px) {
  .page-landing .great-music-to-life .container {
    min-height: 300px;
  }
}
@media (max-width: 716px) {
  .page-landing .great-music-to-life .backer {
    display: none;
  }
}
@media (max-width: 900px) {
  .page-landing .concerts-on-demand {
    grid-template-columns: 1fr;
  }
  .page-landing .concerts-on-demand .img {
    min-height: 300px;
  }
  .page-landing .concerts-on-demand .msg {
    padding-left: 20px;
    padding-right: 20px;
    grid-row: 1;
  }
}
.page-landing .season-ticket-bar {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #eeeeee;
  text-align: center;
}
.page-landing .season-ticket-bar .container {
  max-width: 656px;
}
.page-landing .season-ticket-bar h1 {
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
  font-size: 32.68pt;
}
.page-landing .season-ticket-bar h1 small {
  display: block;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 22.8pt;
  font-weight: 300;
}
.page-landing .season-ticket-bar a {
  font-size: 10.64pt;
  border-width: 1;
  border-style: solid;
  padding: 10px 18px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  background-color: white;
  border: solid 1px #b28f57;
  padding: 15px;
  min-width: 150px;
  text-decoration: none;
  font-weight: 600;
  color: black;
  background: transparent;
  margin-left: 20px;
  margin-right: 20px;
}
.page-landing .season-ticket-bar a.with-image img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-left: 10px;
}
.page-inner .jumbo {
  position: relative;
}
.page-inner .jumbo .music-note-in-header {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-inner .jumbo .inner-header,
.page-inner .jumbo .msg {
  position: relative;
  z-index: 2;
}
.page-inner .jumbo .inner-header .inner,
.page-inner .jumbo .msg .inner {
  overflow: hidden;
}
.page-inner .jumbo .msg {
  padding-bottom: 40px;
  padding-top: 120px;
}
.page-inner .jumbo h1 {
  font-size: 38pt;
}
.page-inner .jumbo h2 {
  font-size: 15.96pt;
  font-weight: 400;
}
.page-inner .jumbo .music-note-header-overlay-picture img {
  position: absolute;
}
@media (max-width: 900px) {
  .page-inner .jumbo {
    z-index: 10;
  }
  .page-inner .jumbo .msg {
    display: flex;
    min-height: 170px;
    padding-bottom: 0;
    align-items: end;
  }
}
.page-inner .jumbo.mobilized > picture:first-child + picture {
  display: none;
}
@media (max-width: 900px) {
  .page-inner .jumbo.mobilized > picture:first-child {
    display: none;
  }
  .page-inner .jumbo.mobilized > picture:first-child + picture {
    display: block;
  }
  .page-inner .jumbo.mobilized .music-note-in-header {
    display: none;
  }
}
.donation-details {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
}
.donation-details .msg .title {
  position: relative;
  padding: 50px 10px 20px 10px;
  background-color: #9dd3e6;
}
@media (min-width: 900px) {
  .donation-details .msg .title {
    padding: 50px 30px 20px 0;
  }
}
.donation-details .msg .title .elements {
  position: relative;
  z-index: 2;
  text-align: center;
}
.donation-details .msg .title .elements h1 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.donation-details .msg .title .elements .smaller {
  font-size: 7.6pt;
  margin-top: 0;
}
.donation-details .msg .title .elements .buttons {
  margin: 20px auto;
}
.donation-details .msg .title .elements .box-button {
  display: inline-block;
  color: black;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 300;
  padding: 14px 20px;
  text-transform: none;
}
.donation-details .msg .title:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10000px;
  background-color: #9dd3e6;
}
.donation-details .msg .details p em {
  font-size: 85%;
}
.donation-details .program-notes {
  background-color: transparent;
  margin-top: 20px;
  display: grid;
}
.donation-details .program-notes h2 {
  color: #b3915a;
  font-weight: 400;
}
@media (min-width: 900px) {
  .donation-details .program-notes {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  .donation-details .program-notes > h1 {
    grid-column: span 2;
  }
}
.donation-details .program-notes ul {
  list-style-image: url('/img/vert-line-half.png');
  padding-left: 15px;
}
.donation-details .program-notes ul .txt {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
}
.donation-details .program-notes ul li {
  margin-bottom: 12px;
}
.donation-details .program-notes p a {
  color: #b3915a;
  font-weight: 600;
}
@media (min-width: 900px) {
  .donation-details {
    grid-template-columns: 1fr minmax(auto, 880px) minmax(auto, 220px) 1fr;
  }
  .donation-details .left {
    grid-column: 1;
  }
  .donation-details .right {
    grid-column: 4;
  }
  .donation-details .msg {
    grid-column: 2;
  }
  .donation-details .pic {
    grid-column: 3;
  }
  .donation-details .pic img {
    padding: 50px 0 50px 70px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .donation-details .program-notes {
    grid-column: 2 / span 2;
  }
}
.donation-info {
  padding-left: 10px;
  padding-right: 10px;
}
.performance-details {
  display: grid;
}
.performance-details .left {
  min-width: 10px;
}
.performance-details > .msg > .title {
  position: relative;
  padding: 20px 30px 5px 0;
  background-color: #eeeeee;
}
.performance-details > .msg > .title .elements {
  display: grid;
  grid-template-columns: minmax(auto, 60%) auto;
  position: relative;
  z-index: 2;
}
.performance-details > .msg > .title .elements h1 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.performance-details > .msg > .title .elements .ticket-buttons {
  align-self: center;
  justify-self: right;
  text-align: right;
}
.performance-details > .msg > .title .elements .ticket-buttons a {
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  padding: 22px 45px;
  background-color: white;
  color: #b3915a;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.performance-details > .msg > .title .elements .ticket-buttons .available-msg {
  text-align: center;
}
@media (max-width: 550px) {
  .performance-details > .msg > .title .elements {
    display: block;
  }
  .performance-details > .msg > .title .elements .box-button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.performance-details > .msg > .title:after {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -10000px;
  background-color: #eeeeee;
}
.performance-details > .msg .details p em {
  font-size: 85%;
}
@media (min-width: 900px) {
  .performance-details {
    grid-template-columns: 1fr minmax(auto, 770px) minmax(auto, 330px) 1fr;
  }
  .performance-details .left {
    grid-column: 1;
  }
  .performance-details .right {
    grid-column: 4;
  }
  .performance-details .msg {
    grid-column: 2;
  }
  .performance-details .pic {
    grid-column: 3;
  }
  .performance-details .pic img {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
  }
  .performance-details .details {
    padding-right: 15px;
  }
  .performance-details .program-notes {
    grid-column: 2 / span 2;
  }
}
@media (max-width: 900px) {
  .performance-details .left {
    display: none;
  }
  .performance-details .msg {
    display: contents;
  }
  .performance-details .msg .title {
    grid-row: 1;
  }
  .performance-details .details {
    display: contents;
  }
  .performance-details .details .performance-date {
    grid-row: 2;
  }
  .performance-details .details .details-txt,
  .performance-details .details .performance-date {
    padding-left: 10px;
    padding-right: 10px;
  }
  .performance-details .pic {
    grid-row: 3;
  }
}
.concert-sponsors {
  margin-top: 40px;
  margin-bottom: 40px;
}
.concert-sponsors .tan-button {
  margin-right: 30px;
  margin-bottom: 20px;
}
.concert-sponsors .sponsors .concert-sponsor {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.concert-sponsors .sponsors .concert-sponsor .role {
  font-weight: 600;
  border-bottom: #b3915a solid 2px;
}
.concert-sponsors .sponsors .concert-sponsor img {
  display: block;
  max-width: 150px;
  max-height: 150px;
  margin-top: 15px;
}
footer {
  background-color: #eeeeee;
  padding-top: 70px;
  padding-bottom: 90px;
}
footer .container.main-footer {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 900px) {
  footer .container.main-footer {
    grid-template-columns: auto auto auto;
    column-gap: 30px;
  }
}
footer a.tan {
  text-decoration: none;
  color: #b3915a;
}
footer .brand {
  font-size: 9.12pt;
}
footer .brand img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
footer .possible {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
}
footer .possible .msg {
  align-self: center;
  font-size: 9.12pt;
  font-style: italic;
}
footer .full-width {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
footer .full-width img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: auto !important;
  max-width: 100%;
}
footer .hours {
  align-self: start;
}
footer .hours h2 {
  margin-bottom: 0;
  margin-top: 0;
}
footer .hours p {
  margin-top: 0;
}
footer .hours p + p {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  footer .possible {
    grid-template-columns: 1fr 1fr;
  }
  footer .possible > * {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  footer .possible .msg {
    grid-column: span 2;
  }
  footer .possible .land-legacy-sponsor-picture {
    grid-column: 2;
    grid-row: 1;
  }
  footer .full-width {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 900px) {
  footer .full-width {
    grid-column: 1 / span 3;
  }
}
footer .sub-footer {
  font-size: 9.12pt;
}
footer .social {
  margin-top: 15px !important;
}
footer .social a {
  padding-right: 5px;
  text-decoration: none;
}
.edu-bring .msg h2 {
  color: #b3915a;
}
.edu-bring .msg h2 strong {
  font-size: 25.84pt;
  color: black;
}
.about-jere {
  background-color: black;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-jere .phone-jere {
  display: none;
}
.about-jere a.h2 {
  font-family: 'Cormorant', serif;
  font-size: 15.2pt;
  color: #b3915a;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .about-jere {
    margin-top: -90px;
    margin-right: calc((100% - 1100px)/2);
  }
  .about-jere .container {
    margin-left: calc((100vw - 1100px)/2);
  }
}
.about-jere h1 {
  font-family: 'Cormorant', serif;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}
.about-jere h2 {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  color: #b3915a;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 650px) {
  .about-jere {
    position: relative;
    isolation: isolate;
  }
  .about-jere .lin-no-bar-picture {
    user-select: none;
  }
  .about-jere .lin-no-bar-picture img {
    position: absolute;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    user-select: none;
    right: 0;
    top: 0;
  }
  .about-jere .lin-bar-picture {
    user-select: none;
  }
  .about-jere .lin-bar-picture img {
    position: absolute;
    height: 105% !important;
    height: calc(100% + 10px) !important;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    user-select: none;
    right: 30px;
    bottom: 0;
  }
}
.about-jere .backer img {
  position: absolute;
  top: 0;
  right: 0;
}
.about-jere .backer .jere-mobile-picture img {
  display: none;
}
.about-jere .halfer {
  position: relative;
  z-index: 2;
  color: white;
}
@media (max-width: 900px) {
  .about-jere .backer .about-artistic-director-back {
    display: none;
  }
  .about-jere .backer .jere-mobile-picture img {
    display: block;
  }
  .about-jere .halfer {
    max-width: 400px;
  }
}
@media (max-width: 650px) {
  .about-jere {
    padding-bottom: 0;
  }
  .about-jere .lin-no-bar-picture,
  .about-jere .lin-bar-picture {
    display: none;
  }
  .about-jere .container {
    display: grid;
    padding-left: 0;
    padding-right: 0;
    row-gap: 30px;
  }
  .about-jere .container .lin-no-bar-picture {
    display: block;
    grid-row: 2;
  }
  .about-jere .container .lin-no-bar-picture img {
    display: block;
    width: 100%;
    object-position: center right;
    object-fit: cover;
  }
  .about-jere .container .halfer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-jere .backer {
    display: none;
  }
  .about-jere .backer .jere-mobile-picture img {
    display: none;
  }
  .about-jere .halfer {
    max-width: none;
  }
  .about-jere .phone-jere {
    display: block;
    max-width: 100%;
    margin: 70px auto 10px auto;
  }
}
.our-history h2 {
  font-size: 30px !important;
  color: #b3915a;
  line-height: 1em;
}
.our-history a.h2 {
  font-family: 'Cormorant', serif;
  font-size: 15.2pt;
  color: black;
  text-decoration: none;
}
.our-history .side-pic {
  position: relative;
}
@media (min-width: 1100px) {
  .our-history {
    padding-bottom: 230px;
  }
  .our-history .original-orchestra-picture img {
    position: absolute;
    width: 900px !important;
    max-width: calc(50vw - 33px) !important;
  }
}
.auditions {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #b3915a;
}
.auditions h1 {
  color: white;
  text-transform: uppercase;
  font-size: 38pt;
  font-family: 'Cormorant', serif;
  text-align: center;
  font-weight: 300;
}
.auditions .groups {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
  /*
		grid-template-columns: 1fr 1fr;
		column-gap: 60px;
		*/
}
.auditions .groups .group {
  position: relative;
  display: inline-block;
  background-color: black;
  color: white;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  max-width: 510px;
  margin-left: 1%;
  margin-right: 1%;
}
.auditions .groups .group h2 {
  font-size: 25.08pt;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}
@media (min-width: 900px) {
  .auditions .groups .group {
    max-width: 49%;
  }
}
.auditions .groups a {
  color: white;
}
.auditions .groups a.arrow {
  text-decoration: none;
}
.auditions .groups .go-arrow-picture img {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 900px) {
  .auditions .groups {
    display: block;
  }
  .auditions .group {
    margin-bottom: 20px;
  }
}
.roster-selector {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 900px) {
  .roster-selector .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}
.roster-selector .group-selector {
  margin-top: 70px;
}
@media (min-width: 900px) {
  .roster-selector .group-selector {
    margin-top: 0;
  }
}
.roster-selector .group-selector .top img {
  width: 100%;
}
.roster-selector .group-selector a {
  text-decoration: none;
  color: black;
}
.roster-selector .group-selector h2 {
  font-size: 15.2pt;
  font-family: 'Cormorant', serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.roster-selector .group-selector h2 strong {
  display: block;
  font-size: 30.4pt;
  color: #b3915a;
}
.roster-selector .group-selector h3 {
  margin-top: 5px;
  font-size: 22.8pt;
  font-weight: 600;
}
.board-of-directors {
  padding-top: 30px;
  padding-bottom: 60px;
}
.board-of-directors h1 {
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
}
.board-of-directors .section {
  display: inline-block;
  padding-right: 60px;
  vertical-align: top;
}
.board-of-directors .section h3 {
  color: #b3915a;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4px;
}
.board-of-directors .section h3 + p {
  margin-top: 4px;
}
.musician-sponsorship h1 {
  margin-bottom: 50px;
}
.musician-sponsorship strong {
  color: #b3915a;
}
.musician-sponsorship .box-button {
  display: inline-block;
  text-transform: none;
  padding: 16px 20px;
  font-weight: 600;
}
.musician-sponsorship .box-button.reversed {
  background-color: #b3915a;
  color: white;
}
.musician-sponsorship .box-button.stack-button {
  margin-bottom: 10px;
  min-width: 300px;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  border: solid 1px #b3915a;
  color: white;
  font-weight: 600;
}
.musician-sponsorship .normal-links a {
  color: #b3915a;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .corporate-sponsorship {
    grid-template-columns: 1fr 770px 330px 1fr;
  }
}
.corporate-sponsorship .msg {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
}
.corporate-sponsorship .msg h1 {
  font-size: 18.24pt;
  color: #b3915a;
  margin-bottom: 60px;
}
.corporate-sponsorship .msg h1 strong {
  font-family: 'Cormorant', serif;
  font-size: 30.4pt;
  color: black;
}
.corporate-sponsorship .tan {
  color: #b3915a;
}
.corporate-sponsorship a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.corporate-sponsorship ul {
  columns: 2;
}
.more-ways-to-give {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.more-ways-to-give h1 {
  font-family: 'Cormorant', serif;
  font-size: 38pt;
  text-transform: uppercase;
}
.more-ways-to-give .giving {
  margin-bottom: 40px;
}
.more-ways-to-give .giving .give {
  color: #b28f57;
  display: inline-block;
  margin: 20px 20px;
}
.more-ways-to-give a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.contact-section h3 {
  margin-top: 22px;
  margin-bottom: 0;
  color: #b3915a;
}
.contact-section h3 + p {
  margin-top: 0;
}
.contact-section p strong {
  color: black !important;
}
.contact-section a {
  text-decoration: none;
}
.contact-section .contact a {
  color: #b3915a;
}
.contact-section .contact a:last-of-type {
  color: black;
}
.rs-user-form {
  margin-bottom: 30px;
}
.rs-user-form strong {
  color: inherit !important;
}
.rs-user-form form label,
.rs-user-form form p {
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
.rs-user-form form input[type=text] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 7px;
  border: solid 1px #b3915a;
  margin-top: 3px;
}
.rs-user-form form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 7px;
  border: solid 1px #b3915a;
  margin-top: 3px;
  background-color: white;
}
.rs-user-form form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 7px;
  border: solid 1px #b3915a;
}
.rs-user-form form button[type=submit] {
  display: inline-block;
  background-color: #b3915a;
  color: white;
  border: 0;
  padding: 10px 20px;
  font-weight: 600;
}
.rs-user-form form label.indented {
  padding-left: 30px;
}
.rs-user-form form label.hidden {
  display: none;
}
.rs-user-form form em {
  font-weight: 400;
}
.rs-user-form form .resume-label input {
  position: absolute;
  margin-left: -10000px;
}
.program-event h2 {
  font-weight: 300;
}
.sub-header-message {
  padding-top: 20px;
  padding-bottom: 20px;
}
.orchestra-musicians-top {
  padding-top: 60px;
}
.orchestra-musicians-top h1 {
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
}
.orchestra-musicians-top h1 .tan {
  color: #b3915a;
}
.orchestra-musicians {
  display: grid;
  column-gap: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.orchestra-musicians h4 {
  margin-bottom: 0;
  color: #b3915a;
}
.orchestra-musicians h4 + br {
  display: none;
}
.orchestra-musicians .indent {
  display: inline-block;
  padding-left: 15px;
}
@media (min-width: 900px) {
  .orchestra-musicians {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .orchestra-musicians {
    grid-template-columns: repeat(3, 1fr);
  }
}
.performance-date-line + .performance-date-line {
  margin-top: 10px;
}
.page-tickets-and-events .performance-details .msg .title {
  padding-top: 20px;
}
@media (max-width: 900px) {
  .page-tickets-and-events .performance-details .msg .title {
    padding-left: 10px;
  }
}
.page-tickets-and-events .performance-details .msg .title .elements {
  display: block;
}
.page-tickets-and-events .performance-details .msg .title .elements a {
  display: inline-block;
  margin-right: 20px;
  text-transform: none;
  font-weight: 600;
  padding: 10px 45px;
  margin-bottom: 15px;
}
.page-tickets-and-events .performance-details .msg .title .elements .tickets-available-soon {
  display: inline-block;
}
.page-tickets-and-events .performance-details .button-box {
  justify-self: left;
}
.page-ticket-for-event .performance-details .concert-sponsor {
  border-left: 5px solid #b3915a;
  padding-left: 10px;
}
.page-ticket-for-event .performance-details .concert-sponsor .name {
  color: #b3915a;
  font-weight: 600;
}
.page-ticket-for-event .performance-details .featured-musician {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-ticket-for-event .performance-details .featured-musician .musician-pic img {
  max-width: 170px;
  display: block;
  border-radius: 2px;
  border: solid 2px #b3915a;
}
.page-ticket-for-event .performance-details .featured-musician .musician-pic .name {
  font-size: 10.64pt;
  margin-top: 10px;
  white-space: nowrap;
}
.page-ticket-for-event .performance-details .featured-musician .info {
  max-width: 300px;
  align-self: center;
}
@media (max-width: 900px) {
  .page-ticket-for-event .performance-details .title,
  .page-ticket-for-event .performance-details .details,
  .page-ticket-for-event .performance-details .program-notes h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-ticket-for-event .performance-details .pic {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-ticket-for-event .performance-details .pic img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    box-sizing: border-box;
  }
  .page-ticket-for-event .performance-details .featured-musician {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.featured-musicians-details {
  margin-bottom: 40px;
}
.featured-musicians-details .featured-musician {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.featured-musicians-details .featured-musician .musician-pic img {
  max-width: 270px;
  display: block;
  border-radius: 2px;
  border: solid 2px #b3915a;
}
.featured-musicians-details .featured-musician .musician-pic .name {
  font-size: 10.64pt;
  margin-top: 10px;
  white-space: nowrap;
}
.featured-musicians-details .featured-musician .info {
  align-self: center;
}
.featured-musicians-details .featured-musician .info p:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .featured-musicians-details .featured-musician {
    grid-template-columns: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-program-for-event .roster-musicians {
  display: grid;
  align-items: center;
  justify-items: left;
}
.editing-page .page-program-for-event .roster-musicians {
  display: block;
}
.page-program-for-event .roster-musicians a {
  text-decoration: none;
  color: inherit;
  padding-left: 40px;
  padding-right: 40px;
}
.page-program-for-event .roster-musicians .name {
  font-family: 'Cormorant', serif;
  font-size: 26.6pt;
  margin-top: 10px;
  white-space: nowrap;
}
.page-program-for-event .roster-musicians .role {
  font-size: 12.16pt;
  color: #b3915a;
  font-weight: 600;
}
.page-program-for-event .roster-musicians .info {
  align-self: center;
}
.page-program-for-event .roster-musicians h3 {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .page-program-for-event .roster-musicians {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .page-program-for-event .performance-details .title,
  .page-program-for-event .performance-details .details,
  .page-program-for-event .performance-details .program-notes h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-program-for-event .performance-details .pic {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-program-for-event .performance-details .pic img {
    display: block;
    max-width: 100%;
    width: 500px;
    margin: auto;
  }
}
.page-program-for-event .details .premium-program-advertisement {
  margin-left: -15px;
  margin-right: -15px;
}
.page-program-for-event .program-notes {
  margin-bottom: 20px;
}
.page-program-for-event .program-notes .content {
  padding-bottom: 1px;
}
.page-program-for-event .program-notes .music-note {
  margin: 20px;
}
.page-program-for-event .program-notes .music-note:after {
  content: '';
  display: table;
  clear: both;
}
.page-program-for-event .program-notes .music-note .piece {
  font-family: 'Cormorant', serif;
  font-size: 26.6pt;
  margin-bottom: 0;
}
.page-program-for-event .program-notes .music-note .piece p {
  margin-bottom: 0;
}
.page-program-for-event .program-notes .music-note .composer {
  font-size: 12.16pt;
  color: #b3915a;
  font-weight: 600;
}
.page-program-for-event .program-notes .music-note .music-desc h1 {
  font-family: 'Cormorant', serif;
  font-size: 22.8pt;
  margin-bottom: 0;
}
.page-program-for-event .program-notes .music-note .music-desc h2 {
  font-size: 15.2pt;
  color: #b3915a !important;
  margin-top: 0;
}
.page-program-for-event .program-notes .featured-musician {
  margin: 20px;
  display: grid;
  column-gap: 30px;
}
.page-program-for-event .program-notes .featured-musician .musician-pic img {
  max-width: 140px;
}
.page-program-for-event .program-notes .featured-musician .name {
  font-family: 'Cormorant', serif;
  font-size: 26.6pt;
}
.page-program-for-event .program-notes .featured-musician .role {
  font-size: 12.16pt;
  color: #b3915a;
  font-weight: 600;
}
@media (min-width: 650px) {
  .page-program-for-event .program-notes .featured-musician {
    grid-template-columns: auto 1fr;
  }
}
.page-program-for-event .program-notes + .premium-program-advertisement {
  margin-top: 0;
}
@media (min-width: 900px) {
  .page-program-for-event .program-notes + .premium-program-advertisement {
    grid-column: 2;
  }
}
.page-program-for-event .donor-thank-you {
  display: grid;
  column-gap: 40px;
  row-gap: 20px;
  margin: 20px;
}
.page-program-for-event .donor-thank-you .thank-you-image img {
  display: block;
  width: 250px;
  margin: auto;
}
@media (min-width: 900px) {
  .page-program-for-event .donor-thank-you {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 900px) {
  .page-program-for-event .donor-thank-you .thank-you-image {
    grid-row: 1;
  }
}
.page-program-for-event .program-sponsorship-block {
  margin: 20px;
}
.page-program-for-event .program-sponsorship-block h1 {
  font-family: 'Cormorant', serif;
}
.page-program-for-event .program-sponsorship-block .the-sponsors h3 {
  color: #b3915a;
}
.page-program-for-event .program-sponsorship-block .the-sponsors h3:first-child {
  margin-top: 0;
}
.page-program-for-event .program-sponsorship-block .the-sponsors p {
  margin: 0;
}
.page-program-for-event .program-sponsorship-block .the-sponsors p + h3 {
  margin-top: 30px;
}
@media (min-width: 900px) {
  .page-program-for-event .program-sponsorship-block .the-sponsors {
    column-count: 2;
  }
}
@media (min-width: 1100px) {
  .page-program-for-event .program-sponsorship-block .the-sponsors {
    column-count: 3;
  }
}
.page-program-for-event .foot-picture img {
  display: block;
  margin: auto auto 30px auto;
  max-width: 100%;
}
@media (min-width: 900px) {
  .page-program-for-event .foot-picture {
    display: none;
  }
}
.youtube-poster {
  background-image: url('/img/YouTube_Placeholder.jpg');
  background-position: center center;
  background-size: cover;
}
.youtube-poster:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.jumbo.header-layout.contact-us-alt-header-picture-background {
  background-position: center center;
}
.news-item-detail {
  padding-top: 40px;
}
.news-item-detail .pic img {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 100%;
}
.rochester-symphony-chia-hsuan-lin-picture img {
  height: auto !important;
}
.ready-to-load-img .contact-us-alt-header-picture-background,
.ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
  background-image: url("/img/about-page-header.jpg");
}
.webp .ready-to-load-img .contact-us-alt-header-picture-background,
.webp .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
  background-image: url("/img/about-page-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .contact-us-alt-header-picture-background,
  .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-half.jpg");
  }
  .webp .ready-to-load-img .contact-us-alt-header-picture-background,
  .webp .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .contact-us-alt-header-picture-background,
  .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-2x.jpg");
  }
  .webp .ready-to-load-img .contact-us-alt-header-picture-background,
  .webp .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .ready-to-load-img .contact-us-alt-header-picture-background,
  .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header.jpg");
  }
  .webp .ready-to-load-img .contact-us-alt-header-picture-background,
  .webp .ready-to-load-img .contact-us-alt-header-picture-background-with-ratio {
    background-image: url("/img/about-page-header.webp");
  }
}
.contact-us-alt-header-picture-background-ratio,
.contact-us-alt-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.contact-us-alt-header-picture-background-ratio:before,
.contact-us-alt-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 12.86458333%;
  padding-bottom: 12.86458333%;
  vertical-align: middle;
}
.edit-content-inline img {
  max-width: 100%;
}
@media (max-width: 900px) {
  .audition-section-grid {
    padding-top: 0;
  }
  .audition-section-grid .container {
    padding: 0;
  }
  .audition-section-grid .container .pic {
    grid-row: 1;
  }
  .audition-section-grid .container .msg {
    padding: 10px;
  }
}
/*# sourceMappingURL=pages.css.map */