/*! 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 
 */
.crimson {
  font-family: 'Crimson Pro', serif;
}
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-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;
}
.about-header-picture img {
  width: 1920px;
}
.ready-to-load-img .about-header-picture-background,
.ready-to-load-img .about-header-picture-background-with-ratio {
  background-image: url("/img/about-header.jpg");
}
.webp .ready-to-load-img .about-header-picture-background,
.webp .ready-to-load-img .about-header-picture-background-with-ratio {
  background-image: url("/img/about-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .about-header-picture-background,
  .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-header-half.jpg");
  }
  .webp .ready-to-load-img .about-header-picture-background,
  .webp .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-header-picture-background,
  .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-header-2x.jpg");
  }
  .webp .ready-to-load-img .about-header-picture-background,
  .webp .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-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-header-picture-background,
  .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-header.jpg");
  }
  .webp .ready-to-load-img .about-header-picture-background,
  .webp .ready-to-load-img .about-header-picture-background-with-ratio {
    background-image: url("/img/about-header.webp");
  }
}
.about-header-picture-background-ratio,
.about-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-header-picture-background-ratio:before,
.about-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 6.58854167%;
  padding-bottom: 6.58854167%;
  vertical-align: middle;
}
.aso-header-logo-picture img {
  width: 295.5px;
}
.ready-to-load-img .aso-header-logo-picture-background,
.ready-to-load-img .aso-header-logo-picture-background-with-ratio {
  background-image: url("/img/aso-header-logo.png");
}
.webp .ready-to-load-img .aso-header-logo-picture-background,
.webp .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
  background-image: url("/img/aso-header-logo.webp");
}
@media (max-width: 147.75px) {
  .ready-to-load-img .aso-header-logo-picture-background,
  .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo-half.png");
  }
  .webp .ready-to-load-img .aso-header-logo-picture-background,
  .webp .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .aso-header-logo-picture-background,
  .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo-2x.png");
  }
  .webp .ready-to-load-img .aso-header-logo-picture-background,
  .webp .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 147.75px), (min-resolution: 144dpi) and (max-width: 147.75px) {
  .ready-to-load-img .aso-header-logo-picture-background,
  .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo.png");
  }
  .webp .ready-to-load-img .aso-header-logo-picture-background,
  .webp .ready-to-load-img .aso-header-logo-picture-background-with-ratio {
    background-image: url("/img/aso-header-logo.webp");
  }
}
.aso-header-logo-picture-background-ratio,
.aso-header-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.aso-header-logo-picture-background-ratio:before,
.aso-header-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.72927242%;
  padding-bottom: 9.72927242%;
  vertical-align: middle;
}
.assisted-listening-icon-picture img {
  width: 21px;
}
.ready-to-load-img .assisted-listening-icon-picture-background,
.ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
  background-image: url("/img/assisted-listening-icon.png");
}
.webp .ready-to-load-img .assisted-listening-icon-picture-background,
.webp .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
  background-image: url("/img/assisted-listening-icon.webp");
}
@media (max-width: 10.5px) {
  .ready-to-load-img .assisted-listening-icon-picture-background,
  .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon-half.png");
  }
  .webp .ready-to-load-img .assisted-listening-icon-picture-background,
  .webp .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .assisted-listening-icon-picture-background,
  .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon-2x.png");
  }
  .webp .ready-to-load-img .assisted-listening-icon-picture-background,
  .webp .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 10.5px), (min-resolution: 144dpi) and (max-width: 10.5px) {
  .ready-to-load-img .assisted-listening-icon-picture-background,
  .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon.png");
  }
  .webp .ready-to-load-img .assisted-listening-icon-picture-background,
  .webp .ready-to-load-img .assisted-listening-icon-picture-background-with-ratio {
    background-image: url("/img/assisted-listening-icon.webp");
  }
}
.assisted-listening-icon-picture-background-ratio,
.assisted-listening-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.assisted-listening-icon-picture-background-ratio:before,
.assisted-listening-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 46.42857143%;
  padding-bottom: 46.42857143%;
  vertical-align: middle;
}
.austin-area-foundation-picture img {
  width: 150px;
}
.ready-to-load-img .austin-area-foundation-picture-background,
.ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
  background-image: url("/img/austin-area-foundation.png");
}
.webp .ready-to-load-img .austin-area-foundation-picture-background,
.webp .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
  background-image: url("/img/austin-area-foundation.webp");
}
@media (max-width: 75px) {
  .ready-to-load-img .austin-area-foundation-picture-background,
  .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation-half.png");
  }
  .webp .ready-to-load-img .austin-area-foundation-picture-background,
  .webp .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .austin-area-foundation-picture-background,
  .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation-2x.png");
  }
  .webp .ready-to-load-img .austin-area-foundation-picture-background,
  .webp .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 75px), (min-resolution: 144dpi) and (max-width: 75px) {
  .ready-to-load-img .austin-area-foundation-picture-background,
  .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation.png");
  }
  .webp .ready-to-load-img .austin-area-foundation-picture-background,
  .webp .ready-to-load-img .austin-area-foundation-picture-background-with-ratio {
    background-image: url("/img/austin-area-foundation.webp");
  }
}
.austin-area-foundation-picture-background-ratio,
.austin-area-foundation-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.austin-area-foundation-picture-background-ratio:before,
.austin-area-foundation-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 55.83333333%;
  padding-bottom: 55.83333333%;
  vertical-align: middle;
}
.banner-logo-picture img {
  width: 770.5px;
}
.ready-to-load-img .banner-logo-picture-background,
.ready-to-load-img .banner-logo-picture-background-with-ratio {
  background-image: url("/img/banner-logo.png");
}
.webp .ready-to-load-img .banner-logo-picture-background,
.webp .ready-to-load-img .banner-logo-picture-background-with-ratio {
  background-image: url("/img/banner-logo.webp");
}
@media (max-width: 385.25px) {
  .ready-to-load-img .banner-logo-picture-background,
  .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo-half.png");
  }
  .webp .ready-to-load-img .banner-logo-picture-background,
  .webp .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .banner-logo-picture-background,
  .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo-2x.png");
  }
  .webp .ready-to-load-img .banner-logo-picture-background,
  .webp .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 385.25px), (min-resolution: 144dpi) and (max-width: 385.25px) {
  .ready-to-load-img .banner-logo-picture-background,
  .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo.png");
  }
  .webp .ready-to-load-img .banner-logo-picture-background,
  .webp .ready-to-load-img .banner-logo-picture-background-with-ratio {
    background-image: url("/img/banner-logo.webp");
  }
}
.banner-logo-picture-background-ratio,
.banner-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.banner-logo-picture-background-ratio:before,
.banner-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.733939%;
  padding-bottom: 9.733939%;
  vertical-align: middle;
}
.buy-tickets-header-picture img {
  width: 1920px;
}
.ready-to-load-img .buy-tickets-header-picture-background,
.ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
  background-image: url("/img/buy-tickets-header.png");
}
.webp .ready-to-load-img .buy-tickets-header-picture-background,
.webp .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
  background-image: url("/img/buy-tickets-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .buy-tickets-header-picture-background,
  .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-header-half.png");
  }
  .webp .ready-to-load-img .buy-tickets-header-picture-background,
  .webp .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .buy-tickets-header-picture-background,
  .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-header-2x.png");
  }
  .webp .ready-to-load-img .buy-tickets-header-picture-background,
  .webp .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-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 .buy-tickets-header-picture-background,
  .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-header.png");
  }
  .webp .ready-to-load-img .buy-tickets-header-picture-background,
  .webp .ready-to-load-img .buy-tickets-header-picture-background-with-ratio {
    background-image: url("/img/buy-tickets-header.webp");
  }
}
.buy-tickets-header-picture-background-ratio,
.buy-tickets-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.buy-tickets-header-picture-background-ratio:before,
.buy-tickets-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 7.52604167%;
  padding-bottom: 7.52604167%;
  vertical-align: middle;
}
.calendar-icon-picture img {
  width: 16px;
}
.ready-to-load-img .calendar-icon-picture-background,
.ready-to-load-img .calendar-icon-picture-background-with-ratio {
  background-image: url("/img/calendar-icon.png");
}
.webp .ready-to-load-img .calendar-icon-picture-background,
.webp .ready-to-load-img .calendar-icon-picture-background-with-ratio {
  background-image: url("/img/calendar-icon.webp");
}
@media (max-width: 8px) {
  .ready-to-load-img .calendar-icon-picture-background,
  .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon-half.png");
  }
  .webp .ready-to-load-img .calendar-icon-picture-background,
  .webp .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .calendar-icon-picture-background,
  .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon-2x.png");
  }
  .webp .ready-to-load-img .calendar-icon-picture-background,
  .webp .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 8px), (min-resolution: 144dpi) and (max-width: 8px) {
  .ready-to-load-img .calendar-icon-picture-background,
  .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon.png");
  }
  .webp .ready-to-load-img .calendar-icon-picture-background,
  .webp .ready-to-load-img .calendar-icon-picture-background-with-ratio {
    background-image: url("/img/calendar-icon.webp");
  }
}
.calendar-icon-picture-background-ratio,
.calendar-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.calendar-icon-picture-background-ratio:before,
.calendar-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 57.8125%;
  padding-bottom: 57.8125%;
  vertical-align: middle;
}
.city-of-austin-logo-picture img {
  width: 150px;
}
.ready-to-load-img .city-of-austin-logo-picture-background,
.ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
  background-image: url("/img/city-of-austin-logo.png");
}
.webp .ready-to-load-img .city-of-austin-logo-picture-background,
.webp .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
  background-image: url("/img/city-of-austin-logo.webp");
}
@media (max-width: 75px) {
  .ready-to-load-img .city-of-austin-logo-picture-background,
  .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo-half.png");
  }
  .webp .ready-to-load-img .city-of-austin-logo-picture-background,
  .webp .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .city-of-austin-logo-picture-background,
  .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo-2x.png");
  }
  .webp .ready-to-load-img .city-of-austin-logo-picture-background,
  .webp .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 75px), (min-resolution: 144dpi) and (max-width: 75px) {
  .ready-to-load-img .city-of-austin-logo-picture-background,
  .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo.png");
  }
  .webp .ready-to-load-img .city-of-austin-logo-picture-background,
  .webp .ready-to-load-img .city-of-austin-logo-picture-background-with-ratio {
    background-image: url("/img/city-of-austin-logo.webp");
  }
}
.city-of-austin-logo-picture-background-ratio,
.city-of-austin-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.city-of-austin-logo-picture-background-ratio:before,
.city-of-austin-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40.16666667%;
  padding-bottom: 40.16666667%;
  vertical-align: middle;
}
.clean-water-logo-picture img {
  width: 410px;
}
.ready-to-load-img .clean-water-logo-picture-background,
.ready-to-load-img .clean-water-logo-picture-background-with-ratio {
  background-image: url("/img/clean-water-logo.png");
}
.webp .ready-to-load-img .clean-water-logo-picture-background,
.webp .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
  background-image: url("/img/clean-water-logo.webp");
}
@media (max-width: 205px) {
  .ready-to-load-img .clean-water-logo-picture-background,
  .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo-half.png");
  }
  .webp .ready-to-load-img .clean-water-logo-picture-background,
  .webp .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .clean-water-logo-picture-background,
  .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo-2x.png");
  }
  .webp .ready-to-load-img .clean-water-logo-picture-background,
  .webp .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 205px), (min-resolution: 144dpi) and (max-width: 205px) {
  .ready-to-load-img .clean-water-logo-picture-background,
  .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo.png");
  }
  .webp .ready-to-load-img .clean-water-logo-picture-background,
  .webp .ready-to-load-img .clean-water-logo-picture-background-with-ratio {
    background-image: url("/img/clean-water-logo.webp");
  }
}
.clean-water-logo-picture-background-ratio,
.clean-water-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.clean-water-logo-picture-background-ratio:before,
.clean-water-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.29268293%;
  padding-bottom: 28.29268293%;
  vertical-align: middle;
}
.coming-events-back-picture img {
  width: 1920px;
}
.ready-to-load-img .coming-events-back-picture-background,
.ready-to-load-img .coming-events-back-picture-background-with-ratio {
  background-image: url("/img/coming-events-back.jpg");
}
.webp .ready-to-load-img .coming-events-back-picture-background,
.webp .ready-to-load-img .coming-events-back-picture-background-with-ratio {
  background-image: url("/img/coming-events-back.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .coming-events-back-picture-background,
  .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back-half.jpg");
  }
  .webp .ready-to-load-img .coming-events-back-picture-background,
  .webp .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .coming-events-back-picture-background,
  .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back-2x.jpg");
  }
  .webp .ready-to-load-img .coming-events-back-picture-background,
  .webp .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back-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 .coming-events-back-picture-background,
  .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back.jpg");
  }
  .webp .ready-to-load-img .coming-events-back-picture-background,
  .webp .ready-to-load-img .coming-events-back-picture-background-with-ratio {
    background-image: url("/img/coming-events-back.webp");
  }
}
.coming-events-back-picture-background-ratio,
.coming-events-back-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.coming-events-back-picture-background-ratio:before,
.coming-events-back-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 32.1484375%;
  padding-bottom: 32.1484375%;
  vertical-align: middle;
}
.concerts-header-picture img {
  width: 1920px;
}
.ready-to-load-img .concerts-header-picture-background,
.ready-to-load-img .concerts-header-picture-background-with-ratio {
  background-image: url("/img/concerts-header.jpg");
}
.webp .ready-to-load-img .concerts-header-picture-background,
.webp .ready-to-load-img .concerts-header-picture-background-with-ratio {
  background-image: url("/img/concerts-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .concerts-header-picture-background,
  .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-header-half.jpg");
  }
  .webp .ready-to-load-img .concerts-header-picture-background,
  .webp .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .concerts-header-picture-background,
  .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-header-2x.jpg");
  }
  .webp .ready-to-load-img .concerts-header-picture-background,
  .webp .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-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 .concerts-header-picture-background,
  .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-header.jpg");
  }
  .webp .ready-to-load-img .concerts-header-picture-background,
  .webp .ready-to-load-img .concerts-header-picture-background-with-ratio {
    background-image: url("/img/concerts-header.webp");
  }
}
.concerts-header-picture-background-ratio,
.concerts-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.concerts-header-picture-background-ratio:before,
.concerts-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 6.58854167%;
  padding-bottom: 6.58854167%;
  vertical-align: middle;
}
.contact-map-picture img {
  width: 712.5px;
}
.ready-to-load-img .contact-map-picture-background,
.ready-to-load-img .contact-map-picture-background-with-ratio {
  background-image: url("/img/contact-map.jpg");
}
.webp .ready-to-load-img .contact-map-picture-background,
.webp .ready-to-load-img .contact-map-picture-background-with-ratio {
  background-image: url("/img/contact-map.webp");
}
@media (max-width: 356.25px) {
  .ready-to-load-img .contact-map-picture-background,
  .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map-half.jpg");
  }
  .webp .ready-to-load-img .contact-map-picture-background,
  .webp .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .contact-map-picture-background,
  .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map-2x.jpg");
  }
  .webp .ready-to-load-img .contact-map-picture-background,
  .webp .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 356.25px), (min-resolution: 144dpi) and (max-width: 356.25px) {
  .ready-to-load-img .contact-map-picture-background,
  .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map.jpg");
  }
  .webp .ready-to-load-img .contact-map-picture-background,
  .webp .ready-to-load-img .contact-map-picture-background-with-ratio {
    background-image: url("/img/contact-map.webp");
  }
}
.contact-map-picture-background-ratio,
.contact-map-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.contact-map-picture-background-ratio:before,
.contact-map-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 49.33333333%;
  padding-bottom: 49.33333333%;
  vertical-align: middle;
}
.facebook-icon-picture img {
  width: 21px;
}
.ready-to-load-img .facebook-icon-picture-background,
.ready-to-load-img .facebook-icon-picture-background-with-ratio {
  background-image: url("/img/facebook-icon.png");
}
.webp .ready-to-load-img .facebook-icon-picture-background,
.webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
  background-image: url("/img/facebook-icon.webp");
}
@media (max-width: 10.5px) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-half.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-2x.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 10.5px), (min-resolution: 144dpi) and (max-width: 10.5px) {
  .ready-to-load-img .facebook-icon-picture-background,
  .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon.png");
  }
  .webp .ready-to-load-img .facebook-icon-picture-background,
  .webp .ready-to-load-img .facebook-icon-picture-background-with-ratio {
    background-image: url("/img/facebook-icon.webp");
  }
}
.facebook-icon-picture-background-ratio,
.facebook-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.facebook-icon-picture-background-ratio:before,
.facebook-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 95.23809524%;
  padding-bottom: 95.23809524%;
  vertical-align: middle;
}
.find-us-background-picture img {
  width: 710.5px;
}
.ready-to-load-img .find-us-background-picture-background,
.ready-to-load-img .find-us-background-picture-background-with-ratio {
  background-image: url("/img/find-us-background.jpg");
}
.webp .ready-to-load-img .find-us-background-picture-background,
.webp .ready-to-load-img .find-us-background-picture-background-with-ratio {
  background-image: url("/img/find-us-background.webp");
}
@media (max-width: 355.25px) {
  .ready-to-load-img .find-us-background-picture-background,
  .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background-half.jpg");
  }
  .webp .ready-to-load-img .find-us-background-picture-background,
  .webp .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .find-us-background-picture-background,
  .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background-2x.jpg");
  }
  .webp .ready-to-load-img .find-us-background-picture-background,
  .webp .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 355.25px), (min-resolution: 144dpi) and (max-width: 355.25px) {
  .ready-to-load-img .find-us-background-picture-background,
  .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background.jpg");
  }
  .webp .ready-to-load-img .find-us-background-picture-background,
  .webp .ready-to-load-img .find-us-background-picture-background-with-ratio {
    background-image: url("/img/find-us-background.webp");
  }
}
.find-us-background-picture-background-ratio,
.find-us-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.find-us-background-picture-background-ratio:before,
.find-us-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 18.82477129%;
  padding-bottom: 18.82477129%;
  vertical-align: middle;
}
.footer-map-picture img {
  width: 651.5px;
}
.ready-to-load-img .footer-map-picture-background,
.ready-to-load-img .footer-map-picture-background-with-ratio {
  background-image: url("/img/footer-map.jpg");
}
.webp .ready-to-load-img .footer-map-picture-background,
.webp .ready-to-load-img .footer-map-picture-background-with-ratio {
  background-image: url("/img/footer-map.webp");
}
@media (max-width: 325.75px) {
  .ready-to-load-img .footer-map-picture-background,
  .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map-half.jpg");
  }
  .webp .ready-to-load-img .footer-map-picture-background,
  .webp .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .footer-map-picture-background,
  .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map-2x.jpg");
  }
  .webp .ready-to-load-img .footer-map-picture-background,
  .webp .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 325.75px), (min-resolution: 144dpi) and (max-width: 325.75px) {
  .ready-to-load-img .footer-map-picture-background,
  .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map.jpg");
  }
  .webp .ready-to-load-img .footer-map-picture-background,
  .webp .ready-to-load-img .footer-map-picture-background-with-ratio {
    background-image: url("/img/footer-map.webp");
  }
}
.footer-map-picture-background-ratio,
.footer-map-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.footer-map-picture-background-ratio:before,
.footer-map-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 11.70376055%;
  padding-bottom: 11.70376055%;
  vertical-align: middle;
}
.green-chevron-left-picture img {
  width: 23.5px;
}
.ready-to-load-img .green-chevron-left-picture-background,
.ready-to-load-img .green-chevron-left-picture-background-with-ratio {
  background-image: url("/img/green-chevron-left.png");
}
.webp .ready-to-load-img .green-chevron-left-picture-background,
.webp .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
  background-image: url("/img/green-chevron-left.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .green-chevron-left-picture-background,
  .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-chevron-left-half.png");
  }
  .webp .ready-to-load-img .green-chevron-left-picture-background,
  .webp .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-chevron-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .green-chevron-left-picture-background,
  .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-chevron-left-2x.png");
  }
  .webp .ready-to-load-img .green-chevron-left-picture-background,
  .webp .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-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 .green-chevron-left-picture-background,
  .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-chevron-left.png");
  }
  .webp .ready-to-load-img .green-chevron-left-picture-background,
  .webp .ready-to-load-img .green-chevron-left-picture-background-with-ratio {
    background-image: url("/img/green-chevron-left.webp");
  }
}
.green-chevron-left-picture-background-ratio,
.green-chevron-left-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.green-chevron-left-picture-background-ratio:before,
.green-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;
}
.green-chevron-right-picture img {
  width: 23.5px;
}
.ready-to-load-img .green-chevron-right-picture-background,
.ready-to-load-img .green-chevron-right-picture-background-with-ratio {
  background-image: url("/img/green-chevron-right.png");
}
.webp .ready-to-load-img .green-chevron-right-picture-background,
.webp .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
  background-image: url("/img/green-chevron-right.webp");
}
@media (max-width: 11.75px) {
  .ready-to-load-img .green-chevron-right-picture-background,
  .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-chevron-right-half.png");
  }
  .webp .ready-to-load-img .green-chevron-right-picture-background,
  .webp .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-chevron-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .green-chevron-right-picture-background,
  .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-chevron-right-2x.png");
  }
  .webp .ready-to-load-img .green-chevron-right-picture-background,
  .webp .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-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 .green-chevron-right-picture-background,
  .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-chevron-right.png");
  }
  .webp .ready-to-load-img .green-chevron-right-picture-background,
  .webp .ready-to-load-img .green-chevron-right-picture-background-with-ratio {
    background-image: url("/img/green-chevron-right.webp");
  }
}
.green-chevron-right-picture-background-ratio,
.green-chevron-right-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.green-chevron-right-picture-background-ratio:before,
.green-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;
}
.home-banner-picture img {
  width: 1920px;
}
.ready-to-load-img .home-banner-picture-background,
.ready-to-load-img .home-banner-picture-background-with-ratio {
  background-image: url("/img/home-banner.jpg");
}
.webp .ready-to-load-img .home-banner-picture-background,
.webp .ready-to-load-img .home-banner-picture-background-with-ratio {
  background-image: url("/img/home-banner.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .home-banner-picture-background,
  .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner-half.jpg");
  }
  .webp .ready-to-load-img .home-banner-picture-background,
  .webp .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .home-banner-picture-background,
  .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner-2x.jpg");
  }
  .webp .ready-to-load-img .home-banner-picture-background,
  .webp .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner-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 .home-banner-picture-background,
  .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner.jpg");
  }
  .webp .ready-to-load-img .home-banner-picture-background,
  .webp .ready-to-load-img .home-banner-picture-background-with-ratio {
    background-image: url("/img/home-banner.webp");
  }
}
.home-banner-picture-background-ratio,
.home-banner-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.home-banner-picture-background-ratio:before,
.home-banner-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 25.01302083%;
  padding-bottom: 25.01302083%;
  vertical-align: middle;
}
.hormel-foundation-picture img {
  width: 150px;
}
.ready-to-load-img .hormel-foundation-picture-background,
.ready-to-load-img .hormel-foundation-picture-background-with-ratio {
  background-image: url("/img/hormel-foundation.png");
}
.webp .ready-to-load-img .hormel-foundation-picture-background,
.webp .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
  background-image: url("/img/hormel-foundation.webp");
}
@media (max-width: 75px) {
  .ready-to-load-img .hormel-foundation-picture-background,
  .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation-half.png");
  }
  .webp .ready-to-load-img .hormel-foundation-picture-background,
  .webp .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .hormel-foundation-picture-background,
  .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation-2x.png");
  }
  .webp .ready-to-load-img .hormel-foundation-picture-background,
  .webp .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 75px), (min-resolution: 144dpi) and (max-width: 75px) {
  .ready-to-load-img .hormel-foundation-picture-background,
  .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation.png");
  }
  .webp .ready-to-load-img .hormel-foundation-picture-background,
  .webp .ready-to-load-img .hormel-foundation-picture-background-with-ratio {
    background-image: url("/img/hormel-foundation.webp");
  }
}
.hormel-foundation-picture-background-ratio,
.hormel-foundation-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.hormel-foundation-picture-background-ratio:before,
.hormel-foundation-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 48.5%;
  padding-bottom: 48.5%;
  vertical-align: middle;
}
.location-icon-picture img {
  width: 16px;
}
.ready-to-load-img .location-icon-picture-background,
.ready-to-load-img .location-icon-picture-background-with-ratio {
  background-image: url("/img/location-icon.png");
}
.webp .ready-to-load-img .location-icon-picture-background,
.webp .ready-to-load-img .location-icon-picture-background-with-ratio {
  background-image: url("/img/location-icon.webp");
}
@media (max-width: 8px) {
  .ready-to-load-img .location-icon-picture-background,
  .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon-half.png");
  }
  .webp .ready-to-load-img .location-icon-picture-background,
  .webp .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .location-icon-picture-background,
  .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon-2x.png");
  }
  .webp .ready-to-load-img .location-icon-picture-background,
  .webp .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 8px), (min-resolution: 144dpi) and (max-width: 8px) {
  .ready-to-load-img .location-icon-picture-background,
  .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon.png");
  }
  .webp .ready-to-load-img .location-icon-picture-background,
  .webp .ready-to-load-img .location-icon-picture-background-with-ratio {
    background-image: url("/img/location-icon.webp");
  }
}
.location-icon-picture-background-ratio,
.location-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.location-icon-picture-background-ratio:before,
.location-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
  vertical-align: middle;
}
.piano-video-picture img {
  width: 1009px;
}
.ready-to-load-img .piano-video-picture-background,
.ready-to-load-img .piano-video-picture-background-with-ratio {
  background-image: url("/img/piano-video.jpg");
}
.webp .ready-to-load-img .piano-video-picture-background,
.webp .ready-to-load-img .piano-video-picture-background-with-ratio {
  background-image: url("/img/piano-video.webp");
}
@media (max-width: 504.5px) {
  .ready-to-load-img .piano-video-picture-background,
  .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video-half.jpg");
  }
  .webp .ready-to-load-img .piano-video-picture-background,
  .webp .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .piano-video-picture-background,
  .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video-2x.jpg");
  }
  .webp .ready-to-load-img .piano-video-picture-background,
  .webp .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 504.5px), (min-resolution: 144dpi) and (max-width: 504.5px) {
  .ready-to-load-img .piano-video-picture-background,
  .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video.jpg");
  }
  .webp .ready-to-load-img .piano-video-picture-background,
  .webp .ready-to-load-img .piano-video-picture-background-with-ratio {
    background-image: url("/img/piano-video.webp");
  }
}
.piano-video-picture-background-ratio,
.piano-video-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.piano-video-picture-background-ratio:before,
.piano-video-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 29.13776016%;
  padding-bottom: 29.13776016%;
  vertical-align: middle;
}
.ramsey-interest-picture img {
  width: 710.5px;
}
.ready-to-load-img .ramsey-interest-picture-background,
.ready-to-load-img .ramsey-interest-picture-background-with-ratio {
  background-image: url("/img/ramsey-interest.jpg");
}
.webp .ready-to-load-img .ramsey-interest-picture-background,
.webp .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
  background-image: url("/img/ramsey-interest.webp");
}
@media (max-width: 355.25px) {
  .ready-to-load-img .ramsey-interest-picture-background,
  .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest-half.jpg");
  }
  .webp .ready-to-load-img .ramsey-interest-picture-background,
  .webp .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .ramsey-interest-picture-background,
  .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest-2x.jpg");
  }
  .webp .ready-to-load-img .ramsey-interest-picture-background,
  .webp .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 355.25px), (min-resolution: 144dpi) and (max-width: 355.25px) {
  .ready-to-load-img .ramsey-interest-picture-background,
  .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest.jpg");
  }
  .webp .ready-to-load-img .ramsey-interest-picture-background,
  .webp .ready-to-load-img .ramsey-interest-picture-background-with-ratio {
    background-image: url("/img/ramsey-interest.webp");
  }
}
.ramsey-interest-picture-background-ratio,
.ramsey-interest-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.ramsey-interest-picture-background-ratio:before,
.ramsey-interest-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 18.82477129%;
  padding-bottom: 18.82477129%;
  vertical-align: middle;
}
.season-tickets-picture img {
  width: 988px;
}
.ready-to-load-img .season-tickets-picture-background,
.ready-to-load-img .season-tickets-picture-background-with-ratio {
  background-image: url("/img/season-tickets.jpg");
}
.webp .ready-to-load-img .season-tickets-picture-background,
.webp .ready-to-load-img .season-tickets-picture-background-with-ratio {
  background-image: url("/img/season-tickets.webp");
}
@media (max-width: 494px) {
  .ready-to-load-img .season-tickets-picture-background,
  .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets-half.jpg");
  }
  .webp .ready-to-load-img .season-tickets-picture-background,
  .webp .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .season-tickets-picture-background,
  .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets-2x.jpg");
  }
  .webp .ready-to-load-img .season-tickets-picture-background,
  .webp .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 494px), (min-resolution: 144dpi) and (max-width: 494px) {
  .ready-to-load-img .season-tickets-picture-background,
  .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets.jpg");
  }
  .webp .ready-to-load-img .season-tickets-picture-background,
  .webp .ready-to-load-img .season-tickets-picture-background-with-ratio {
    background-image: url("/img/season-tickets.webp");
  }
}
.season-tickets-picture-background-ratio,
.season-tickets-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.season-tickets-picture-background-ratio:before,
.season-tickets-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 20.82489879%;
  padding-bottom: 20.82489879%;
  vertical-align: middle;
}
.support-benefactor-picture img {
  width: 640px;
}
.ready-to-load-img .support-benefactor-picture-background,
.ready-to-load-img .support-benefactor-picture-background-with-ratio {
  background-image: url("/img/support-benefactor.jpg");
}
.webp .ready-to-load-img .support-benefactor-picture-background,
.webp .ready-to-load-img .support-benefactor-picture-background-with-ratio {
  background-image: url("/img/support-benefactor.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-benefactor-picture-background,
  .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor-half.jpg");
  }
  .webp .ready-to-load-img .support-benefactor-picture-background,
  .webp .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-benefactor-picture-background,
  .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor-2x.jpg");
  }
  .webp .ready-to-load-img .support-benefactor-picture-background,
  .webp .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor-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 .support-benefactor-picture-background,
  .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor.jpg");
  }
  .webp .ready-to-load-img .support-benefactor-picture-background,
  .webp .ready-to-load-img .support-benefactor-picture-background-with-ratio {
    background-image: url("/img/support-benefactor.webp");
  }
}
.support-benefactor-picture-background-ratio,
.support-benefactor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-benefactor-picture-background-ratio:before,
.support-benefactor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.support-champion-picture img {
  width: 640px;
}
.ready-to-load-img .support-champion-picture-background,
.ready-to-load-img .support-champion-picture-background-with-ratio {
  background-image: url("/img/support-champion.jpg");
}
.webp .ready-to-load-img .support-champion-picture-background,
.webp .ready-to-load-img .support-champion-picture-background-with-ratio {
  background-image: url("/img/support-champion.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-champion-picture-background,
  .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion-half.jpg");
  }
  .webp .ready-to-load-img .support-champion-picture-background,
  .webp .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-champion-picture-background,
  .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion-2x.jpg");
  }
  .webp .ready-to-load-img .support-champion-picture-background,
  .webp .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion-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 .support-champion-picture-background,
  .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion.jpg");
  }
  .webp .ready-to-load-img .support-champion-picture-background,
  .webp .ready-to-load-img .support-champion-picture-background-with-ratio {
    background-image: url("/img/support-champion.webp");
  }
}
.support-champion-picture-background-ratio,
.support-champion-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-champion-picture-background-ratio:before,
.support-champion-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.support-donor-picture img {
  width: 640px;
}
.ready-to-load-img .support-donor-picture-background,
.ready-to-load-img .support-donor-picture-background-with-ratio {
  background-image: url("/img/support-donor.jpg");
}
.webp .ready-to-load-img .support-donor-picture-background,
.webp .ready-to-load-img .support-donor-picture-background-with-ratio {
  background-image: url("/img/support-donor.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-donor-picture-background,
  .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor-half.jpg");
  }
  .webp .ready-to-load-img .support-donor-picture-background,
  .webp .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-donor-picture-background,
  .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor-2x.jpg");
  }
  .webp .ready-to-load-img .support-donor-picture-background,
  .webp .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor-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 .support-donor-picture-background,
  .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor.jpg");
  }
  .webp .ready-to-load-img .support-donor-picture-background,
  .webp .ready-to-load-img .support-donor-picture-background-with-ratio {
    background-image: url("/img/support-donor.webp");
  }
}
.support-donor-picture-background-ratio,
.support-donor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-donor-picture-background-ratio:before,
.support-donor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.support-header-picture img {
  width: 1920px;
}
.ready-to-load-img .support-header-picture-background,
.ready-to-load-img .support-header-picture-background-with-ratio {
  background-image: url("/img/support-header.jpg");
}
.webp .ready-to-load-img .support-header-picture-background,
.webp .ready-to-load-img .support-header-picture-background-with-ratio {
  background-image: url("/img/support-header.webp");
}
@media (max-width: 960px) {
  .ready-to-load-img .support-header-picture-background,
  .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-header-half.jpg");
  }
  .webp .ready-to-load-img .support-header-picture-background,
  .webp .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-header-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-header-picture-background,
  .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-header-2x.jpg");
  }
  .webp .ready-to-load-img .support-header-picture-background,
  .webp .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-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 .support-header-picture-background,
  .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-header.jpg");
  }
  .webp .ready-to-load-img .support-header-picture-background,
  .webp .ready-to-load-img .support-header-picture-background-with-ratio {
    background-image: url("/img/support-header.webp");
  }
}
.support-header-picture-background-ratio,
.support-header-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-header-picture-background-ratio:before,
.support-header-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 6.58854167%;
  padding-bottom: 6.58854167%;
  vertical-align: middle;
}
.support-local-picture img {
  width: 925px;
}
.ready-to-load-img .support-local-picture-background,
.ready-to-load-img .support-local-picture-background-with-ratio {
  background-image: url("/img/support-local.jpg");
}
.webp .ready-to-load-img .support-local-picture-background,
.webp .ready-to-load-img .support-local-picture-background-with-ratio {
  background-image: url("/img/support-local.webp");
}
@media (max-width: 462.5px) {
  .ready-to-load-img .support-local-picture-background,
  .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local-half.jpg");
  }
  .webp .ready-to-load-img .support-local-picture-background,
  .webp .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-local-picture-background,
  .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local-2x.jpg");
  }
  .webp .ready-to-load-img .support-local-picture-background,
  .webp .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 462.5px), (min-resolution: 144dpi) and (max-width: 462.5px) {
  .ready-to-load-img .support-local-picture-background,
  .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local.jpg");
  }
  .webp .ready-to-load-img .support-local-picture-background,
  .webp .ready-to-load-img .support-local-picture-background-with-ratio {
    background-image: url("/img/support-local.webp");
  }
}
.support-local-picture-background-ratio,
.support-local-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-local-picture-background-ratio:before,
.support-local-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 22.24324324%;
  padding-bottom: 22.24324324%;
  vertical-align: middle;
}
.support-maestro-picture img {
  width: 640px;
}
.ready-to-load-img .support-maestro-picture-background,
.ready-to-load-img .support-maestro-picture-background-with-ratio {
  background-image: url("/img/support-maestro.jpg");
}
.webp .ready-to-load-img .support-maestro-picture-background,
.webp .ready-to-load-img .support-maestro-picture-background-with-ratio {
  background-image: url("/img/support-maestro.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-maestro-picture-background,
  .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro-half.jpg");
  }
  .webp .ready-to-load-img .support-maestro-picture-background,
  .webp .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-maestro-picture-background,
  .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro-2x.jpg");
  }
  .webp .ready-to-load-img .support-maestro-picture-background,
  .webp .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro-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 .support-maestro-picture-background,
  .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro.jpg");
  }
  .webp .ready-to-load-img .support-maestro-picture-background,
  .webp .ready-to-load-img .support-maestro-picture-background-with-ratio {
    background-image: url("/img/support-maestro.webp");
  }
}
.support-maestro-picture-background-ratio,
.support-maestro-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-maestro-picture-background-ratio:before,
.support-maestro-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.support-sponsor-picture img {
  width: 640px;
}
.ready-to-load-img .support-sponsor-picture-background,
.ready-to-load-img .support-sponsor-picture-background-with-ratio {
  background-image: url("/img/support-sponsor.jpg");
}
.webp .ready-to-load-img .support-sponsor-picture-background,
.webp .ready-to-load-img .support-sponsor-picture-background-with-ratio {
  background-image: url("/img/support-sponsor.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-sponsor-picture-background,
  .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor-half.jpg");
  }
  .webp .ready-to-load-img .support-sponsor-picture-background,
  .webp .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-sponsor-picture-background,
  .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor-2x.jpg");
  }
  .webp .ready-to-load-img .support-sponsor-picture-background,
  .webp .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor-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 .support-sponsor-picture-background,
  .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor.jpg");
  }
  .webp .ready-to-load-img .support-sponsor-picture-background,
  .webp .ready-to-load-img .support-sponsor-picture-background-with-ratio {
    background-image: url("/img/support-sponsor.webp");
  }
}
.support-sponsor-picture-background-ratio,
.support-sponsor-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-sponsor-picture-background-ratio:before,
.support-sponsor-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.support-virtuoso-picture img {
  width: 640px;
}
.ready-to-load-img .support-virtuoso-picture-background,
.ready-to-load-img .support-virtuoso-picture-background-with-ratio {
  background-image: url("/img/support-virtuoso.jpg");
}
.webp .ready-to-load-img .support-virtuoso-picture-background,
.webp .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
  background-image: url("/img/support-virtuoso.webp");
}
@media (max-width: 320px) {
  .ready-to-load-img .support-virtuoso-picture-background,
  .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso-half.jpg");
  }
  .webp .ready-to-load-img .support-virtuoso-picture-background,
  .webp .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .support-virtuoso-picture-background,
  .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso-2x.jpg");
  }
  .webp .ready-to-load-img .support-virtuoso-picture-background,
  .webp .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso-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 .support-virtuoso-picture-background,
  .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso.jpg");
  }
  .webp .ready-to-load-img .support-virtuoso-picture-background,
  .webp .ready-to-load-img .support-virtuoso-picture-background-with-ratio {
    background-image: url("/img/support-virtuoso.webp");
  }
}
.support-virtuoso-picture-background-ratio,
.support-virtuoso-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.support-virtuoso-picture-background-ratio:before,
.support-virtuoso-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 34.1796875%;
  padding-bottom: 34.1796875%;
  vertical-align: middle;
}
.symphony-logo-footer-picture img {
  width: 465.5px;
}
.ready-to-load-img .symphony-logo-footer-picture-background,
.ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
  background-image: url("/img/symphony-logo-footer.png");
}
.webp .ready-to-load-img .symphony-logo-footer-picture-background,
.webp .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
  background-image: url("/img/symphony-logo-footer.webp");
}
@media (max-width: 232.75px) {
  .ready-to-load-img .symphony-logo-footer-picture-background,
  .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer-half.png");
  }
  .webp .ready-to-load-img .symphony-logo-footer-picture-background,
  .webp .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .symphony-logo-footer-picture-background,
  .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer-2x.png");
  }
  .webp .ready-to-load-img .symphony-logo-footer-picture-background,
  .webp .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 232.75px), (min-resolution: 144dpi) and (max-width: 232.75px) {
  .ready-to-load-img .symphony-logo-footer-picture-background,
  .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer.png");
  }
  .webp .ready-to-load-img .symphony-logo-footer-picture-background,
  .webp .ready-to-load-img .symphony-logo-footer-picture-background-with-ratio {
    background-image: url("/img/symphony-logo-footer.webp");
  }
}
.symphony-logo-footer-picture-background-ratio,
.symphony-logo-footer-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.symphony-logo-footer-picture-background-ratio:before,
.symphony-logo-footer-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.6670247%;
  padding-bottom: 9.6670247%;
  vertical-align: middle;
}
.us-bank-logo-picture img {
  width: 194px;
}
.ready-to-load-img .us-bank-logo-picture-background,
.ready-to-load-img .us-bank-logo-picture-background-with-ratio {
  background-image: url("/img/us-bank-logo.png");
}
.webp .ready-to-load-img .us-bank-logo-picture-background,
.webp .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
  background-image: url("/img/us-bank-logo.webp");
}
@media (max-width: 97px) {
  .ready-to-load-img .us-bank-logo-picture-background,
  .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo-half.png");
  }
  .webp .ready-to-load-img .us-bank-logo-picture-background,
  .webp .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .us-bank-logo-picture-background,
  .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo-2x.png");
  }
  .webp .ready-to-load-img .us-bank-logo-picture-background,
  .webp .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 97px), (min-resolution: 144dpi) and (max-width: 97px) {
  .ready-to-load-img .us-bank-logo-picture-background,
  .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo.png");
  }
  .webp .ready-to-load-img .us-bank-logo-picture-background,
  .webp .ready-to-load-img .us-bank-logo-picture-background-with-ratio {
    background-image: url("/img/us-bank-logo.webp");
  }
}
.us-bank-logo-picture-background-ratio,
.us-bank-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.us-bank-logo-picture-background-ratio:before,
.us-bank-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 14.17525773%;
  padding-bottom: 14.17525773%;
  vertical-align: middle;
}
.violinist-picture img {
  width: 232px;
}
.ready-to-load-img .violinist-picture-background,
.ready-to-load-img .violinist-picture-background-with-ratio {
  background-image: url("/img/violinist.jpg");
}
.webp .ready-to-load-img .violinist-picture-background,
.webp .ready-to-load-img .violinist-picture-background-with-ratio {
  background-image: url("/img/violinist.webp");
}
@media (max-width: 116px) {
  .ready-to-load-img .violinist-picture-background,
  .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist-half.jpg");
  }
  .webp .ready-to-load-img .violinist-picture-background,
  .webp .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .violinist-picture-background,
  .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist-2x.jpg");
  }
  .webp .ready-to-load-img .violinist-picture-background,
  .webp .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 116px), (min-resolution: 144dpi) and (max-width: 116px) {
  .ready-to-load-img .violinist-picture-background,
  .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist.jpg");
  }
  .webp .ready-to-load-img .violinist-picture-background,
  .webp .ready-to-load-img .violinist-picture-background-with-ratio {
    background-image: url("/img/violinist.webp");
  }
}
.violinist-picture-background-ratio,
.violinist-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.violinist-picture-background-ratio:before,
.violinist-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50.64655172%;
  padding-bottom: 50.64655172%;
  vertical-align: middle;
}
.wheelchair-access-icon-picture img {
  width: 18.5px;
}
.ready-to-load-img .wheelchair-access-icon-picture-background,
.ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
  background-image: url("/img/wheelchair-access-icon.png");
}
.webp .ready-to-load-img .wheelchair-access-icon-picture-background,
.webp .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
  background-image: url("/img/wheelchair-access-icon.webp");
}
@media (max-width: 9.25px) {
  .ready-to-load-img .wheelchair-access-icon-picture-background,
  .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon-half.png");
  }
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background,
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .wheelchair-access-icon-picture-background,
  .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon-2x.png");
  }
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background,
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 9.25px), (min-resolution: 144dpi) and (max-width: 9.25px) {
  .ready-to-load-img .wheelchair-access-icon-picture-background,
  .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon.png");
  }
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background,
  .webp .ready-to-load-img .wheelchair-access-icon-picture-background-with-ratio {
    background-image: url("/img/wheelchair-access-icon.webp");
  }
}
.wheelchair-access-icon-picture-background-ratio,
.wheelchair-access-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.wheelchair-access-icon-picture-background-ratio:before,
.wheelchair-access-icon-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;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container .ie7,
.container .ie8 {
  width: 1295px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1295px) {
  .container {
    width: 1295px;
    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;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1295px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.support-levels {
  display: grid;
}
.support-levels .level {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.support-levels .level:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.support-levels .level:after {
  content: '\00a0';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #40a38d;
  opacity: 0;
  transition: opacity 0.3s;
}
.support-levels .level:hover:after {
  opacity: 0.4;
}
.support-levels .level .label {
  color: white;
  position: absolute;
  z-index: 2;
  bottom: 58px;
  left: 58px;
  right: 58px;
}
.support-levels .level .label strong {
  font-size: 31.92pt;
  display: block;
  font-weight: 600;
}
.support-levels .level .label .amt {
  font-size: 22.8pt;
  display: block;
}
@media (min-width: 650px) {
  .support-levels {
    grid-template-columns: 1fr 1fr;
  }
}
.support-levels .ie6,
.support-levels ie7,
.support-levels ie8 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 900px) {
  .support-levels {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.green-box-button {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
}
.event-preview {
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-preview .when {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  .event-preview .when:before {
    content: '\00a0';
    width: 100%;
    height: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: solid 1px #bed37a;
  }
}
.event-preview .when .txt {
  font-size: 21.28pt;
  background-color: white;
  padding-right: 10px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
@media (min-width: 716px) {
  .event-preview .sides {
    display: grid;
    grid-template-columns: 4fr 5fr;
    column-gap: 20px;
  }
}
.event-preview .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-preview .thumb:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 35%;
  padding-bottom: 35%;
  vertical-align: middle;
}
.event-preview .details .title {
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
}
@media (min-width: 716px) {
  .event-preview .details .title {
    margin-left: -85px;
  }
}
.event-preview .details .title h1 {
  font-family: 'Crimson Pro', serif;
  font-size: 28.88pt;
  margin: 0;
  font-weight: 400;
}
.event-preview .details .title h2 {
  font-size: 18.24pt;
  margin: 0;
  font-weight: 300;
}
.event-preview .details .location a {
  color: #bed37a;
  font-weight: 600;
}
.event-preview .details .actions {
  margin-top: 20px;
}
.event-preview .details .actions a {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
}
.right-full-interest-layout {
  display: grid;
}
.right-full-interest-layout .ie6,
.right-full-interest-layout .ie7,
.right-full-interest-layout .ie8 {
  grid-template-columns: 1fr 1295px 1fr;
}
.right-full-interest-layout .ie6 .full,
.right-full-interest-layout .ie7 .full,
.right-full-interest-layout .ie8 .full {
  grid-column: span 2;
}
.right-full-interest-layout .ie6 .parts,
.right-full-interest-layout .ie7 .parts,
.right-full-interest-layout .ie8 .parts {
  display: grid;
  grid-template-columns: auto 710px;
  column-gap: 40px;
}
@media (min-width: 1295px) {
  .right-full-interest-layout {
    grid-template-columns: 1fr 1295px 1fr;
  }
  .right-full-interest-layout .full {
    grid-column: span 2;
  }
  .right-full-interest-layout .parts {
    display: grid;
    grid-template-columns: auto 710px;
    column-gap: 40px;
  }
}
.right-full-interest-layout .msg {
  padding-left: 10px;
  padding-right: 10px;
}
.right-full-interest-layout .msg .ie6,
.right-full-interest-layout .msg .ie7,
.right-full-interest-layout .msg .ie8 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1295px) {
  .right-full-interest-layout .msg {
    padding-left: 0;
    padding-right: 0;
  }
}
.right-full-interest-layout .msg h1 {
  font-size: 32.68pt;
  color: #2c5568;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.right-full-interest-layout .msg h1 strong {
  font-weight: 800;
}
.right-full-interest-layout .msg h2 {
  font-size: 32.68pt;
  color: #081a27;
  font-weight: 300;
}
.right-full-interest-layout .msg h2 strong {
  font-weight: 800;
}
.right-full-interest-layout .msg h2:first-child {
  margin-top: 0;
}
.right-full-interest-layout .msg p strong {
  color: #bed37a;
}
.right-full-interest-layout .msg p strong.blue {
  color: #2c5568;
}
.right-full-interest-layout .msg p strong.black {
  color: black;
}
.right-full-interest-layout .msg h1 {
  color: #2c5568;
  font-weight: 300;
}
.right-full-interest-layout .msg h1 strong {
  font-weight: 800;
}
.right-full-interest-layout .interest {
  background-color: #e8efef;
}
.right-full-interest-layout .interest img {
  display: block;
  width: 100%;
}
.right-full-interest-layout .interest .detail {
  padding: 20px 60px;
}
.right-full-interest-layout .interest .detail h1 {
  font-size: 32.68pt;
  color: #2c5568;
  margin: 0;
}
.right-full-interest-layout .interest .detail h2 {
  font-size: 20.52pt;
  color: #2c5568;
  margin: 0;
}
.right-full-interest-layout .interest p {
  max-width: 465px;
}
.musician-tile .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.musician-tile .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.musician-tile .name {
  font-size: 15.2pt;
  font-weight: 600;
  color: #2c5568;
}
.musician-tile .role {
  font-size: 11.4pt;
  color: #40a38d;
}
.performer-bio {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  margin-bottom: 20px;
}
.performer-bio .pic {
  padding-top: 8px;
  width: 140px;
}
.performer-bio .pic .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.performer-bio .pic .img:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 60%;
  padding-bottom: 60%;
  vertical-align: middle;
}
.performer-bio .details .name {
  font-size: 19pt;
  font-weight: 300;
  color: #2c5568;
}
.performer-bio .details .role {
  font-size: 12.92pt;
  font-weight: 400;
  color: #2c5568;
}
.event-preview-home {
  display: inline-block;
  white-space: normal;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 3%;
  margin-right: 3%;
}
@media (min-width: 716px) {
  .event-preview-home {
    width: 44%;
  }
}
.event-preview-home .ie6,
.event-preview-home ie7,
.event-preview-home ie8 {
  width: 27.3333%;
}
@media (min-width: 900px) {
  .event-preview-home {
    width: 27.3333%;
  }
}
.event-preview-home .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-preview-home .thumb:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 60%;
  padding-bottom: 60%;
  vertical-align: middle;
}
.event-preview-home h1 {
  font-size: 28.88pt;
  font-family: 'Crimson Pro', serif;
  font-weight: 400;
  margin: 0;
}
.event-preview-home h2 {
  font-size: 21.28pt;
  font-weight: 300;
  margin: 0;
}
.event-preview-home .location {
  margin-top: 15px;
}
.event-preview-home .location div {
  display: inline-block;
  vertical-align: top;
}
.event-preview-home .location .icon {
  padding-right: 10px;
}
.event-preview-home .when {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
  margin: 30px auto 40px auto;
}
.event-preview-home .when .ie6,
.event-preview-home .when .ie7,
.event-preview-home .when .ie8 {
  grid-template-columns: 1fr auto;
}
@media (min-width: 1295px) {
  .event-preview-home .when {
    grid-template-columns: 1fr auto;
  }
}
.event-preview-home .when .day-of-month {
  font-size: 41.04pt;
  font-family: 'Crimson Pro', serif;
  line-height: 0.6em;
}
.event-preview-home .when .other {
  font-size: 21.28pt;
  font-weight: 300;
}
.event-preview-home .when .ie6 .day-of-month,
.event-preview-home .when ie7 .day-of-month,
.event-preview-home .when ie8 .day-of-month {
  font-size: 60.8pt;
}
@media (min-width: 900px) {
  .event-preview-home .when .day-of-month {
    font-size: 60.8pt;
  }
}
.event-preview-home .when .ie6 .day-of-month,
.event-preview-home .when .ie7 .day-of-month,
.event-preview-home .when .ie8 .day-of-month {
  font-size: 76pt;
}
@media (min-width: 1295px) {
  .event-preview-home .when .day-of-month {
    font-size: 76pt;
  }
}
.event-preview-home .when .ie6 .day-of-month,
.event-preview-home .when .ie7 .day-of-month,
.event-preview-home .when .ie8 .day-of-month {
  font-size: 135.28pt;
}
@media (min-width: 1600px) {
  .event-preview-home .when .day-of-month {
    font-size: 135.28pt;
  }
}
.two-box-full {
  display: grid;
  grid-template-columns: 1fr auto;
}
.two-box-full .left,
.two-box-full .right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 2;
  display: flex;
  min-height: 400px;
}
.two-box-full .left .inner,
.two-box-full .right .inner {
  align-self: flex-end;
}
.two-box-full .left .inner h2,
.two-box-full .right .inner h2 {
  font-size: 19pt;
  color: white;
  margin: 0;
}
.two-box-full .left .inner p,
.two-box-full .right .inner p {
  font-size: 12.92pt;
  color: white;
  font-weight: 300;
  margin: 0;
}
.two-box-full .left .inner .actions,
.two-box-full .right .inner .actions {
  margin: 20px auto;
}
.two-box-full .left .inner .actions a,
.two-box-full .right .inner .actions a {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
  background-color: transparent;
}
.two-box-full .left .inner {
  margin-left: 30px;
}
.two-box-full .right .inner {
  margin-right: auto;
  padding-left: 30px;
}
.two-box-full .ie6,
.two-box-full .ie7,
.two-box-full .ie8 {
  grid-template-columns: 1fr 647.5px 647.5px 1fr;
}
.two-box-full .ie6 .left .inner,
.two-box-full .ie7 .left .inner,
.two-box-full .ie8 .left .inner,
.two-box-full .ie6 .right .inner,
.two-box-full .ie7 .right .inner,
.two-box-full .ie8 .right .inner {
  width: 647.5px;
}
.two-box-full .ie6 .left .inner,
.two-box-full .ie7 .left .inner,
.two-box-full .ie8 .left .inner {
  margin-left: auto;
}
@media (min-width: 1295px) {
  .two-box-full {
    grid-template-columns: 1fr 647.5px 647.5px 1fr;
  }
  .two-box-full .left .inner,
  .two-box-full .right .inner {
    width: 647.5px;
  }
  .two-box-full .left .inner {
    margin-left: auto;
  }
}
.ei-grid {
  column-gap: 20px;
}
.ei-grid .row {
  display: contents;
}
.ei-grid .ie6,
.ei-grid ie7,
.ei-grid ie8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.ei-grid .ie6 .t12,
.ei-grid ie7 .t12,
.ei-grid ie8 .t12 {
  grid-column: span 12;
}
.ei-grid .ie6 .t6,
.ei-grid ie7 .t6,
.ei-grid ie8 .t6 {
  grid-column: span 6;
}
.ei-grid .ie6 .t4,
.ei-grid ie7 .t4,
.ei-grid ie8 .t4 {
  grid-column: span 4;
}
@media (min-width: 900px) {
  .ei-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .ei-grid .t12 {
    grid-column: span 12;
  }
  .ei-grid .t6 {
    grid-column: span 6;
  }
  .ei-grid .t4 {
    grid-column: span 4;
  }
}
.performances .performance-ticket {
  display: block;
  position: relative;
  border: solid 3px #bed37a;
  color: #2c5568;
  padding: 6px 12px;
  margin-bottom: 6px;
  user-select: none;
  cursor: pointer;
}
.performances .performance-ticket .title {
  position: relative;
  z-index: 2;
  font-weight: 800;
}
.performances .performance-ticket .date {
  position: relative;
  z-index: 2;
}
.performances .performance-ticket input {
  position: absolute;
  left: -1000px;
}
.performances .performance-ticket .back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.performances .performance-ticket input:checked + .back {
  background-color: #bed37a;
}
.std-txt h1 {
  font-size: 32.68pt;
  color: #2c5568;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.std-txt h1 strong {
  font-weight: 800;
}
.std-txt h2 {
  font-size: 32.68pt;
  color: #081a27;
  font-weight: 300;
}
.std-txt h2 strong {
  font-weight: 800;
}
.std-txt h2:first-child {
  margin-top: 0;
}
.std-txt p strong {
  color: #bed37a;
}
.std-txt p strong.blue {
  color: #2c5568;
}
.std-txt p strong.black {
  color: black;
}
.std-header {
  color: white;
  padding: 20px;
}
.std-header .ie6,
.std-header ie7,
.std-header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 900px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo img {
  max-width: 80%;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .menu li.tickets a {
  border: solid 2px #bed37a;
  color: #bed37a;
}
.std-header .ie6,
.std-header .ie7,
.std-header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.std-header .ie6 nav,
.std-header .ie7 nav,
.std-header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.std-header .ie6 .menu,
.std-header .ie7 .menu,
.std-header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.std-header .ie6 .menu li,
.std-header .ie7 .menu li,
.std-header .ie8 .menu li {
  display: inline-block;
  border-bottom: solid transparent 2px;
}
.std-header .ie6 .menu li.current,
.std-header .ie7 .menu li.current,
.std-header .ie8 .menu li.current {
  border-bottom: solid 2px #bed37a;
}
.std-header .ie6 .menu li:hover,
.std-header .ie7 .menu li:hover,
.std-header .ie8 .menu li:hover {
  border-bottom: solid 2px #bed37a;
}
.std-header .ie6 .menu li.tickets:hover,
.std-header .ie7 .menu li.tickets:hover,
.std-header .ie8 .menu li.tickets:hover {
  border-bottom-color: transparent;
}
.std-header .ie6 .menu li.tickets.current,
.std-header .ie7 .menu li.tickets.current,
.std-header .ie8 .menu li.tickets.current {
  border-bottom-color: transparent;
}
.std-header .ie6 .tribar,
.std-header .ie7 .tribar,
.std-header .ie8 .tribar {
  display: none;
}
@media (min-width: 1295px) {
  .std-header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu li {
    display: inline-block;
    border-bottom: solid transparent 2px;
  }
  .std-header .menu li.current {
    border-bottom: solid 2px #bed37a;
  }
  .std-header .menu li:hover {
    border-bottom: solid 2px #bed37a;
  }
  .std-header .menu li.tickets:hover {
    border-bottom-color: transparent;
  }
  .std-header .menu li.tickets.current {
    border-bottom-color: transparent;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1295px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: #081a27;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .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: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
.page-inner header {
  color: white;
  padding: 20px;
  background-color: #081a27;
}
.page-inner header .ie6,
.page-inner header ie7,
.page-inner header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 900px) {
  .page-inner header {
    padding: 20px 58px 20px 58px;
  }
}
.page-inner header .logo img {
  max-width: 80%;
}
.page-inner header .menu {
  list-style: none;
}
.page-inner header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.page-inner header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.page-inner header .menu li.tickets a {
  border: solid 2px #bed37a;
  color: #bed37a;
}
.page-inner header .ie6,
.page-inner header .ie7,
.page-inner header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.page-inner header .ie6 nav,
.page-inner header .ie7 nav,
.page-inner header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.page-inner header .ie6 .menu,
.page-inner header .ie7 .menu,
.page-inner header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page-inner header .ie6 .menu li,
.page-inner header .ie7 .menu li,
.page-inner header .ie8 .menu li {
  display: inline-block;
  border-bottom: solid transparent 2px;
}
.page-inner header .ie6 .menu li.current,
.page-inner header .ie7 .menu li.current,
.page-inner header .ie8 .menu li.current {
  border-bottom: solid 2px #bed37a;
}
.page-inner header .ie6 .menu li:hover,
.page-inner header .ie7 .menu li:hover,
.page-inner header .ie8 .menu li:hover {
  border-bottom: solid 2px #bed37a;
}
.page-inner header .ie6 .menu li.tickets:hover,
.page-inner header .ie7 .menu li.tickets:hover,
.page-inner header .ie8 .menu li.tickets:hover {
  border-bottom-color: transparent;
}
.page-inner header .ie6 .menu li.tickets.current,
.page-inner header .ie7 .menu li.tickets.current,
.page-inner header .ie8 .menu li.tickets.current {
  border-bottom-color: transparent;
}
.page-inner header .ie6 .tribar,
.page-inner header .ie7 .tribar,
.page-inner header .ie8 .tribar {
  display: none;
}
@media (min-width: 1295px) {
  .page-inner header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .page-inner header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .page-inner header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .page-inner header .menu li {
    display: inline-block;
    border-bottom: solid transparent 2px;
  }
  .page-inner header .menu li.current {
    border-bottom: solid 2px #bed37a;
  }
  .page-inner header .menu li:hover {
    border-bottom: solid 2px #bed37a;
  }
  .page-inner header .menu li.tickets:hover {
    border-bottom-color: transparent;
  }
  .page-inner header .menu li.tickets.current {
    border-bottom-color: transparent;
  }
  .page-inner header .tribar {
    display: none;
  }
}
@media (max-width: 1295px) {
  .page-inner header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: #081a27;
  }
  .page-inner header nav .menu {
    padding: 0;
  }
  .page-inner header nav > li {
    display: block;
    text-align: center;
  }
  .page-inner header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .page-inner header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .page-inner header nav > li > ul a {
    text-align: center;
  }
  .page-inner header nav.open {
    left: 0;
    opacity: 1;
  }
  .page-inner header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .page-inner header .tribar .one,
  .page-inner header .tribar .two,
  .page-inner header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .page-inner header .tribar .two {
    margin: 7px 0;
  }
}
.page-inner .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 10px;
}
.page-inner .jumbo h1 {
  font-size: 26.6pt;
  color: white;
  font-weight: 900;
}
@media (min-width: 716px) {
  .page-inner .jumbo h1 {
    font-size: 49.4pt;
  }
}
.page-landing header {
  color: white;
  padding: 20px;
}
.page-landing header .ie6,
.page-landing header ie7,
.page-landing header ie8 {
  padding: 20px 58px 20px 58px;
}
@media (min-width: 900px) {
  .page-landing header {
    padding: 20px 58px 20px 58px;
  }
}
.page-landing header .logo img {
  max-width: 80%;
}
.page-landing header .menu {
  list-style: none;
}
.page-landing header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.page-landing header .menu li a {
  font-size: 15.2pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.page-landing header .menu li.tickets a {
  border: solid 2px #bed37a;
  color: #bed37a;
}
.page-landing header .ie6,
.page-landing header .ie7,
.page-landing header .ie8 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.page-landing header .ie6 nav,
.page-landing header .ie7 nav,
.page-landing header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.page-landing header .ie6 .menu,
.page-landing header .ie7 .menu,
.page-landing header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page-landing header .ie6 .menu li,
.page-landing header .ie7 .menu li,
.page-landing header .ie8 .menu li {
  display: inline-block;
  border-bottom: solid transparent 2px;
}
.page-landing header .ie6 .menu li.current,
.page-landing header .ie7 .menu li.current,
.page-landing header .ie8 .menu li.current {
  border-bottom: solid 2px #bed37a;
}
.page-landing header .ie6 .menu li:hover,
.page-landing header .ie7 .menu li:hover,
.page-landing header .ie8 .menu li:hover {
  border-bottom: solid 2px #bed37a;
}
.page-landing header .ie6 .menu li.tickets:hover,
.page-landing header .ie7 .menu li.tickets:hover,
.page-landing header .ie8 .menu li.tickets:hover {
  border-bottom-color: transparent;
}
.page-landing header .ie6 .menu li.tickets.current,
.page-landing header .ie7 .menu li.tickets.current,
.page-landing header .ie8 .menu li.tickets.current {
  border-bottom-color: transparent;
}
.page-landing header .ie6 .tribar,
.page-landing header .ie7 .tribar,
.page-landing header .ie8 .tribar {
  display: none;
}
@media (min-width: 1295px) {
  .page-landing header {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .page-landing header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .page-landing header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .page-landing header .menu li {
    display: inline-block;
    border-bottom: solid transparent 2px;
  }
  .page-landing header .menu li.current {
    border-bottom: solid 2px #bed37a;
  }
  .page-landing header .menu li:hover {
    border-bottom: solid 2px #bed37a;
  }
  .page-landing header .menu li.tickets:hover {
    border-bottom-color: transparent;
  }
  .page-landing header .menu li.tickets.current {
    border-bottom-color: transparent;
  }
  .page-landing header .tribar {
    display: none;
  }
}
@media (max-width: 1295px) {
  .page-landing header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: #081a27;
  }
  .page-landing header nav .menu {
    padding: 0;
  }
  .page-landing header nav > li {
    display: block;
    text-align: center;
  }
  .page-landing header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .page-landing header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .page-landing header nav > li > ul a {
    text-align: center;
  }
  .page-landing header nav.open {
    left: 0;
    opacity: 1;
  }
  .page-landing header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .page-landing header .tribar .one,
  .page-landing header .tribar .two,
  .page-landing header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .page-landing header .tribar .two {
    margin: 7px 0;
  }
}
.page-landing .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-landing .jumbo .msg {
  text-align: center;
}
.page-landing .jumbo .msg:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 21.5%;
  padding-bottom: 21.5%;
  vertical-align: middle;
}
.page-landing .jumbo .inner {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  max-width: 98%;
}
.page-landing .jumbo h2 {
  font-size: 29.64pt;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.page-landing .jumbo h1 {
  font-size: 0;
}
.page-landing .jumbo h1 img {
  display: block;
  max-width: 100%;
}
.page-landing .jumbo .actions {
  margin-top: 60px;
}
.page-landing .jumbo .actions a {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
}
.page-landing .small-town {
  background-color: #081a27;
  padding: 30px 40px;
  box-sizing: border-box;
  display: grid;
}
.page-landing .small-town .ie6,
.page-landing .small-town ie7,
.page-landing .small-town ie8 {
  margin-top: -40px;
  grid-template-columns: auto auto;
  column-gap: 40px;
}
@media (min-width: 900px) {
  .page-landing .small-town {
    margin-top: -40px;
    grid-template-columns: auto auto;
    column-gap: 40px;
  }
}
.page-landing .small-town .msg {
  font-size: 32.68pt;
  color: #bed37a;
  font-weight: 300;
  text-transform: uppercase;
}
.page-landing .small-town .msg strong {
  font-weight: 800;
}
.page-landing .small-town .sub {
  font-size: 12.92pt;
  color: white;
  font-style: italic;
}
.page-landing .small-town .form {
  padding-top: 8px;
}
.page-landing .small-town .form form {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.page-landing .small-town .form form input,
.page-landing .small-town .form form button {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.page-landing .small-town .form form input {
  background-color: #153246;
  line-height: 3em;
  border: 0;
  padding: 2px 10px;
}
.page-landing .small-town .form form button {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
  background-color: transparent;
  padding: 2px 10px;
  line-height: calc(3em - 4px);
}
.page-landing .season-update {
  display: grid;
}
.page-landing .season-update h1 {
  font-size: 32.68pt;
  color: #2c5568;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.page-landing .season-update h1 strong {
  font-weight: 800;
}
.page-landing .season-update h2 {
  font-size: 32.68pt;
  color: #081a27;
  font-weight: 300;
}
.page-landing .season-update h2 strong {
  font-weight: 800;
}
.page-landing .season-update h2:first-child {
  margin-top: 0;
}
.page-landing .season-update p strong {
  color: #bed37a;
}
.page-landing .season-update p strong.blue {
  color: #2c5568;
}
.page-landing .season-update p strong.black {
  color: black;
}
.page-landing .season-update .ie6,
.page-landing .season-update ie7,
.page-landing .season-update ie8 {
  grid-template-columns: 5fr 2fr;
}
@media (min-width: 900px) {
  .page-landing .season-update {
    grid-template-columns: 5fr 2fr;
  }
}
.page-landing .upcoming-season {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 50px;
}
.page-landing .upcoming-season h1.top {
  font-size: 32.68pt;
  text-align: center;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-landing .upcoming-season h1.top strong {
  font-weight: 800;
}
.page-landing .upcoming-season .strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.page-landing .upcoming-season .strip .left,
.page-landing .upcoming-season .strip .right {
  align-self: center;
}
.page-landing .upcoming-season .strip .left a,
.page-landing .upcoming-season .strip .right a {
  display: inline-block;
  border: solid 1px #bed37a;
  padding: 5px;
}
.page-landing .upcoming-season .strip .left a img,
.page-landing .upcoming-season .strip .right a img {
  display: block;
}
.page-landing .upcoming-season .strip .left {
  padding-left: 10px;
}
.page-landing .upcoming-season .strip .right {
  padding-right: 10px;
}
.page-landing .upcoming-season .strip .ie6 .left,
.page-landing .upcoming-season .strip ie7 .left,
.page-landing .upcoming-season .strip ie8 .left {
  padding-left: 80px;
}
.page-landing .upcoming-season .strip .ie6 .right,
.page-landing .upcoming-season .strip ie7 .right,
.page-landing .upcoming-season .strip ie8 .right {
  padding-right: 80px;
}
.page-landing .upcoming-season .strip .ie6 .left a,
.page-landing .upcoming-season .strip ie7 .left a,
.page-landing .upcoming-season .strip ie8 .left a,
.page-landing .upcoming-season .strip .ie6 .right a,
.page-landing .upcoming-season .strip ie7 .right a,
.page-landing .upcoming-season .strip ie8 .right a {
  padding: 20px;
}
@media (min-width: 900px) {
  .page-landing .upcoming-season .strip .left {
    padding-left: 80px;
  }
  .page-landing .upcoming-season .strip .right {
    padding-right: 80px;
  }
  .page-landing .upcoming-season .strip .left a,
  .page-landing .upcoming-season .strip .right a {
    padding: 20px;
  }
}
.page-landing .upcoming-season .strip .mid {
  overflow: hidden;
}
.page-landing .upcoming-season .strip .stripe {
  white-space: nowrap;
}
.page-landing .upcoming-season .view-all {
  text-align: center;
  padding: 30px 20px 0 20px;
}
.page-landing .upcoming-season .view-all a {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
}
.page-landing .piano {
  padding-top: 30px;
  padding-bottom: 50px;
}
.page-landing .piano h1 {
  font-size: 20.52pt;
  color: #2c5568;
  text-align: center;
}
.page-landing .piano img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}
.page-landing .travels {
  display: grid;
  grid-template-columns: 1fr auto;
}
.page-landing .travels .left,
.page-landing .travels .right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 2;
  display: flex;
  min-height: 400px;
}
.page-landing .travels .left .inner,
.page-landing .travels .right .inner {
  align-self: flex-end;
}
.page-landing .travels .left .inner h2,
.page-landing .travels .right .inner h2 {
  font-size: 19pt;
  color: white;
  margin: 0;
}
.page-landing .travels .left .inner p,
.page-landing .travels .right .inner p {
  font-size: 12.92pt;
  color: white;
  font-weight: 300;
  margin: 0;
}
.page-landing .travels .left .inner .actions,
.page-landing .travels .right .inner .actions {
  margin: 20px auto;
}
.page-landing .travels .left .inner .actions a,
.page-landing .travels .right .inner .actions a {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
  background-color: transparent;
}
.page-landing .travels .left .inner {
  margin-left: 30px;
}
.page-landing .travels .right .inner {
  margin-right: auto;
  padding-left: 30px;
}
.page-landing .travels .ie6,
.page-landing .travels .ie7,
.page-landing .travels .ie8 {
  grid-template-columns: 1fr 647.5px 647.5px 1fr;
}
.page-landing .travels .ie6 .left .inner,
.page-landing .travels .ie7 .left .inner,
.page-landing .travels .ie8 .left .inner,
.page-landing .travels .ie6 .right .inner,
.page-landing .travels .ie7 .right .inner,
.page-landing .travels .ie8 .right .inner {
  width: 647.5px;
}
.page-landing .travels .ie6 .left .inner,
.page-landing .travels .ie7 .left .inner,
.page-landing .travels .ie8 .left .inner {
  margin-left: auto;
}
@media (min-width: 1295px) {
  .page-landing .travels {
    grid-template-columns: 1fr 647.5px 647.5px 1fr;
  }
  .page-landing .travels .left .inner,
  .page-landing .travels .right .inner {
    width: 647.5px;
  }
  .page-landing .travels .left .inner {
    margin-left: auto;
  }
}
.txt-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.txt-section h1 {
  font-size: 32.68pt;
  color: #2c5568;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.txt-section h1 strong {
  font-weight: 800;
}
.txt-section h2 {
  font-size: 32.68pt;
  color: #081a27;
  font-weight: 300;
}
.txt-section h2 strong {
  font-weight: 800;
}
.txt-section h2:first-child {
  margin-top: 0;
}
.txt-section p strong {
  color: #bed37a;
}
.txt-section p strong.blue {
  color: #2c5568;
}
.txt-section p strong.black {
  color: black;
}
.txt-section .constrained {
  max-width: 925px;
}
.generous-grants {
  display: grid;
  column-gap: 40px;
}
.generous-grants img {
  padding: 5px 10px;
}
.generous-grants .ie6,
.generous-grants ie7,
.generous-grants ie8 {
  grid-template-columns: 3fr 1fr;
}
@media (min-width: 900px) {
  .generous-grants {
    grid-template-columns: 3fr 1fr;
  }
}
.get-your-tickets {
  background-color: #bed37a;
  color: #081a27;
  padding-top: 40px;
  padding-bottom: 30px;
}
.get-your-tickets .container {
  display: grid;
  column-gap: 30px;
}
@media (min-width: 550px) {
  .get-your-tickets .container {
    grid-template-columns: 1fr auto;
  }
}
.get-your-tickets .txt h1 {
  font-size: 32.68pt;
  color: #081a27;
  margin: 0;
}
.get-your-tickets .txt p {
  font-size: 19.76pt;
  margin: 0;
}
.get-your-tickets .button {
  align-self: center;
}
.get-your-tickets .button a {
  font-size: 15.2pt;
  display: inline-block;
  font-weight: 600;
  color: #081a27;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #081a27;
}
footer {
  padding: 69.6px 58px;
  display: grid;
}
footer img {
  max-width: 100%;
}
footer .ie6,
footer ie7,
footer ie8 {
  grid-template-columns: 2fr 1fr 2fr;
  column-gap: 30px;
}
@media (min-width: 900px) {
  footer {
    grid-template-columns: 2fr 1fr 2fr;
    column-gap: 30px;
  }
}
footer .msg p {
  font-size: 11.4pt;
}
footer .location h2 {
  margin-top: 0;
}
footer .location img {
  width: 100%;
}
footer ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  padding: 5px 0;
  border-bottom: 1px solid #afafaf;
}
footer ul li a {
  font-size: 15.2pt;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
footer ul li:last-of-type {
  border-bottom: 0;
}
footer .donate {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
  font-size: 15.2pt;
}
footer .facebook {
  vertical-align: bottom;
  padding-left: 20px;
}
.show-concerts {
  display: grid;
}
.show-concerts .ie6,
.show-concerts ie7,
.show-concerts ie8 {
  column-gap: 30px;
  grid-template-columns: 3fr 1fr;
}
@media (min-width: 900px) {
  .show-concerts {
    column-gap: 30px;
    grid-template-columns: 3fr 1fr;
  }
}
.the-orchestra {
  margin-top: 80px;
}
.the-orchestra h1 {
  text-align: center;
  text-transform: uppercase;
  color: #2c5568;
  font-weight: 300;
}
.the-orchestra h1 strong {
  font-weight: 800;
}
.the-orchestra .musicians {
  display: grid;
  column-gap: 15px;
}
.the-orchestra .musicians .ie6,
.the-orchestra .musicians ie7,
.the-orchestra .musicians ie8 {
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 900px) {
  .the-orchestra .musicians {
    grid-template-columns: repeat(5, 1fr);
  }
}
.the-orchestra .more-musicians {
  margin-top: 40px;
}
.the-orchestra .more-musicians .ie6,
.the-orchestra .more-musicians ie7,
.the-orchestra .more-musicians ie8 {
  column-count: 4;
}
@media (min-width: 900px) {
  .the-orchestra .more-musicians {
    column-count: 4;
  }
}
.the-orchestra .more-musicians h2 {
  font-size: 15.2pt;
  color: #2c5568;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
.the-orchestra .more-musicians .section {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.the-orchestra .more-musicians ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.the-orchestra .more-musicians ul li {
  font-size: 12.92pt;
}
.page-concert .sponsors {
  background-color: #f4f6f7;
  padding-top: 5px;
  padding-bottom: 50px;
}
.page-concert .sponsors h2 {
  font-size: 24.32pt;
  color: #2c5568;
  font-weight: 300;
}
.page-concert .sponsors h2 strong {
  font-weight: 800;
}
.page-concert .sponsors .sponsor-imgs {
  display: block;
  text-align: center;
}
.page-concert .sponsors .sponsor-imgs .ie6,
.page-concert .sponsors .sponsor-imgs ie7,
.page-concert .sponsors .sponsor-imgs ie8 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 900px) {
  .page-concert .sponsors .sponsor-imgs {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.page-concert .sponsors .sponsor-tile {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.page-concert .sponsors img {
  width: 200px;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
.single-concert .event-preview .details .title {
  margin-left: 0;
  padding-left: 0;
}
.single-concert h1 {
  color: #2c5568;
}
.single-concert h2.details {
  font-size: 32.68pt;
  font-weight: 300;
  color: #2c5568;
}
.single-concert h2.details strong {
  font-weight: 600;
}
.single-concert .event-details h1 {
  font-size: 32.68pt;
  color: #2c5568;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.single-concert .event-details h1 strong {
  font-weight: 800;
}
.single-concert .event-details h2 {
  font-size: 32.68pt;
  color: #081a27;
  font-weight: 300;
}
.single-concert .event-details h2 strong {
  font-weight: 800;
}
.single-concert .event-details h2:first-child {
  margin-top: 0;
}
.single-concert .event-details p strong {
  color: #bed37a;
}
.single-concert .event-details p strong.blue {
  color: #2c5568;
}
.single-concert .event-details p strong.black {
  color: black;
}
.single-concert .event-details h2 {
  font-size: 24.32pt;
  font-weight: 400;
  color: #2c5568;
}
.single-concert .event-details p strong {
  color: #2c5568;
}
.single-concert .artist-bios h2 {
  font-size: 24.32pt;
  font-weight: 400;
  color: #2c5568;
  border-bottom: solid 1px #bed37a;
  text-transform: uppercase;
}
.single-concert .accessibility {
  margin-bottom: 50px;
}
.single-concert .accessibility h2 {
  font-size: 24.32pt;
  font-weight: 400;
  color: #2c5568;
  padding-bottom: 10px;
  border-bottom: solid 1px #bed37a;
  text-transform: uppercase;
}
.single-concert .accessibility .img-holder {
  display: inline-block;
  width: 30px;
}
.single-concert .accessibility img {
  vertical-align: bottom;
}
#payment-form button {
  display: inline-block;
  font-weight: 600;
  color: #bed37a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  border: solid 2px #bed37a;
  color: white;
  background-color: #bed37a;
}
#payment-form button:disabled {
  background-color: transparent;
  color: #bed37a;
}
#payment-form.submitting {
  position: relative;
}
#payment-form.submitting:before {
  content: '\00a0';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#payment-form .donation-amt {
  border: solid #bed37a 2px;
  width: 90px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 3px;
}
#payment-form .donation-amt strong {
  display: block;
}
#payment-form .donation-amt.selected {
  color: white;
  background-color: #bed37a;
}
#payment-form .donation-amt input {
  position: absolute;
  left: -10000px;
}
#payment-form .donation-row {
  display: none;
}
#payment-form .donation-row.show {
  display: block;
}
#payment-form .donation-row input {
  display: inline-block;
  width: auto;
  margin-left: 20px;
}
#payment-form.membership-purchase-form .donation-amt {
  width: 160px;
}
.find-us {
  position: relative;
}
.find-us .msg {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.find-us .msg h1 {
  font-size: 32.68pt;
  color: #bed37a;
  text-transform: uppercase;
  font-weight: 800;
}
.find-us .msg p {
  font-size: 12.92pt;
  color: white;
}
body.locked {
  overflow: hidden;
}
.select-ticket-count {
  margin-bottom: 40px;
}
.select-ticket-count p {
  margin-bottom: 4px;
}
.select-ticket-count input {
  border: solid 1px #153246;
  width: 150px;
  padding: 6px 12px;
}
.tickets-list td,
.tickets-list th {
  padding: 2px 6px;
}
@media print {
  .webhandle-page-editor-tools,
  .webhandle-page-editor-tools * {
    display: none !important;
  }
  .page-ticket {
    max-width: 700px;
  }
  .page-ticket .tickets-list .email,
  .page-ticket .tickets-list .phone,
  .page-ticket .tickets-list .address {
    display: none;
  }
  .page-ticket header,
  .page-ticket .jumbo,
  .page-ticket .get-your-tickets,
  .page-ticket .actions {
    display: none !important;
  }
  .page-ticket .event-preview .details .title {
    margin-left: 0;
  }
  .page-ticket .sides {
    display: block !important;
  }
  .page-ticket footer {
    grid-template-columns: 1fr;
    padding: 0 !important;
  }
  .page-ticket footer .little-menu {
    display: none !important;
  }
  .page-ticket footer .msg p {
    display: none;
  }
  .page-ticket footer .location h2 {
    display: none;
  }
  .page-ticket footer .symphony-logo-footer-picture img {
    max-width: 300px;
  }
  .page-ticket .concert-list .img {
    display: none !important;
  }
}
.richard-larson .larson {
  float: right;
  max-width: 50%;
  padding: 0 0 20px 20px;
}
