@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td, th {
  padding: 0;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body, html {
  scroll-padding-top: 5rem;
}

body {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  font-family: Montserrat;
  color: #222;
  background-color: #1f2631; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  background: #fff url(../images-design/cloud-bg.jpg) no-repeat center top; /* page color */
  background-size: 100vw;
  min-height: 400px;
  padding: 0;
  margin: 197px auto 0;
  overflow: hidden;
}

/*header .container { padding: 0 60px; }*/
/*@media only screen and (max-width: 767px) {
	header .logo { display:block; margin:10px auto;}
	.container {width:100% !important;padding:25px !important;}
	.mainMenu li {display:block;width:100%;float:left;}
}
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%; /* width for ie 8 */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  clear: both;
}

.column,
.columns {
  float: left;
  box-sizing: border-box;
}

.row {
  margin-bottom: 20px;
  clear: both;
}

/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */
.column, .columns {
  margin-left: 4%;
}

.column:first-child,
.columns:first-child {
  margin-left: 0;
}

.one.column,
.one.columns {
  width: 4.6666666667%;
}

.two.columns {
  width: 13.3333333333%;
}

.three.columns {
  width: 22%;
}

.four.columns {
  width: 30.6666666667%;
}

.five.columns {
  width: 39.3333333333%;
}

.six.columns {
  width: 48%;
}

.seven.columns {
  width: 56.6666666667%;
}

.eight.columns {
  width: 65.3333333333%;
}

.nine.columns {
  width: 74%;
}

.ten.columns {
  width: 82.6666666667%;
}

.eleven.columns {
  width: 91.3333333333%;
}

.twelve.columns {
  width: 100%;
  margin-left: 0;
}

.one-third.column {
  width: 30.6666666667%;
}

.two-thirds.column {
  width: 65.3333333333%;
}

.one-half.column {
  width: 48%;
}

/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
  margin-left: 8.6666666667%;
}

.offset-by-two.column,
.offset-by-two.columns {
  margin-left: 17.3333333333%;
}

.offset-by-three.column,
.offset-by-three.columns {
  margin-left: 26%;
}

.offset-by-four.column,
.offset-by-four.columns {
  margin-left: 34.6666666667%;
}

.offset-by-five.column,
.offset-by-five.columns {
  margin-left: 43.3333333333%;
}

.offset-by-six.column,
.offset-by-six.columns {
  margin-left: 52%;
}

.offset-by-seven.column,
.offset-by-seven.columns {
  margin-left: 60.6666666667%;
}

.offset-by-eight.column,
.offset-by-eight.columns {
  margin-left: 69.3333333333%;
}

.offset-by-nine.column,
.offset-by-nine.columns {
  margin-left: 78%;
}

.offset-by-ten.column,
.offset-by-ten.columns {
  margin-left: 86.6666666667%;
}

.offset-by-eleven.column,
.offset-by-eleven.columns {
  margin-left: 95.3333333333%;
}

.offset-by-one-third.column,
.offset-by-one-third.columns {
  margin-left: 34.6666666667%;
}

.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
  margin-left: 69.3333333333%;
}

.offset-by-one-half.column,
.offset-by-one-half.columns {
  margin-left: 52%;
}

@media (max-width: 767px) {
  .column, .columns {
    width: 100% !important;
    clear: both;
    margin: 0;
  }
  .container {
    width: 85%;
    padding: 0;
  }
  header .container {
    width: 100%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 0;
  }
}
/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padSides20 {
  padding: 0 20px;
}

h2.brdrBottom {
  padding-bottom: 40px;
}

#detail #maincontent {
  position: relative;
}

#detail .ticket {
  display: block;
  font-size: 15px;
  position: absolute;
  top: -15px;
  right: 10px;
  height: 50px;
  width: 165px;
}

.dateblock {
  position: relative;
  box-sizing: border-box;
  padding-right: 185px;
  margin-bottom: 25px;
}

/* -- Event Social Media Panel -- */
#sharepanel {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 20px 0;
}

#sharepanel a, #sharepanel a:visited {
  font-size: 1.2em;
  margin-left: 4%;
  display: inline-block;
  color: #000;
}

#sharepanel i, #sharepanel a:visited {
  font-size: 1.5em;
  position: relative;
  top: 2px;
  color: #999;
  transition: all 0.3s;
}

#sharepanel a:hover {
  color: #325c83;
}

#sharepanel a:hover i {
  color: #90b9d8;
}

#sharepanel div {
  display: inline-block;
  width: 65%;
}

/* -- Header Banner -- */
#headbanner {
  height: 144px;
}

.wrapper.short {
  background-position: center 143px;
}

/* -- Home Upcoming Events -- */
.cluster {
  float: left;
}

.cluster.col.small {
  width: calc(33% - 5px);
  margin-right: 10px;
}

.cluster .smallbox, .cluster .largebox, .cluster .longbox {
  position: relative;
  padding-top: 100%;
  margin-top: 10px;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.cluster .smallbox:first-of-type, .cluster .largebox:first-of-type {
  margin-top: 0;
}

.cluster .bglink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.cluster.col.large {
  width: 66%;
}

.cluster .longbox {
  padding-top: calc(50% - 5px);
}

.cluster .smallbox div, .cluster .largebox div, .cluster .longbox div {
  position: absolute;
  box-sizing: border-box;
  bottom: -83px;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.3s;
}

.cluster .smallbox:hover div, .cluster .largebox:hover div, .cluster .longbox:hover div {
  bottom: 0px;
}

.cluster .smallbox:before, .cluster .largebox:before, .cluster .longbox:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  transition: all 0.3s;
}

.cluster .smallbox:hover:before, .cluster .largebox:hover:before, .cluster .longbox:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.cluster h4, .cluster p {
  text-shadow: 0px 0px 3px #000;
}

.cluster h4, .cluster h2 {
  margin-bottom: 5px;
}

.cluster p {
  line-height: 1em;
  font-size: 0.9em;
}

.cluster .button, .cluster .btn {
  background-color: transparent !important;
}

.cluster .button:before, .cluster .btn:before {
  top: 0px !important;
}

/* -- Content Page -- */
#maincontent {
  border-top: 8px solid #4E1915;
  margin-top: -48px;
  min-height: 480px;
}

#maincontent #eventlist {
  padding: 10px 0;
}

.brdrBottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

.brdrtop {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-top: 10px;
}

#sidebar a:link, #sidebar a:visited {
  display: block;
  padding: 2px 20px;
  font-weight: 700;
  color: #666;
}

#sidebar a:hover, #sidebar a:active {
  color: #325c83;
}

#sidebar a:last-of-type {
  padding-bottom: 10px;
}

.restaurant {
  border-bottom: 1px solid #ccc;
}

.restaurant:last-of-type {
  border-bottom: none;
}

.restaurant li {
  list-style: none;
  margin-left: 0;
  word-break: keep-all;
}

.restaurant img {
  width: 200px;
  margin-left: 10px;
}

.restaurant .tel:before {
  content: "\f095";
}

.restaurant .map:before {
  content: "\f041";
}

.restaurant .web:before {
  content: "\f08e";
}

.restaurant .tel, .restaurant .map, .restaurant .web {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 23px;
  margin-bottom: 10px;
}

.restaurant .tel:before, .restaurant .map:before, .restaurant .web:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: FontAwesome;
  font-size: 1.4em;
  text-align: center;
  width: 18px;
}

.restaurant .contact, .restaurant .hours {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

#balcony {
  min-height: 385px;
  background-color: #293241;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images-design/BalconyCenter.jpg) no-repeat center center/cover;
}

#balcony a, #balcony a:link, #balcony a:visited {
  display: inline-block;
  width: 188px;
  height: 188px;
  margin-top: 100px;
  padding: 30px 20px;
}

#balcony a:hover {
  background-color: #325c83 !important;
  color: #fff !important;
}

#balcony a:hover i {
  color: #fff !important;
}

#balcony a:hover .dotted {
  border-color: #fff;
}

#seating {
  width: 50px;
  height: 50px;
}

#balcony p, #balcony h5 {
  line-height: 1em;
  margin-top: 15px;
}

#balcony p {
  margin-top: 10px;
}

.dotted {
  width: 50px;
  height: 50px;
  border: 1px dashed #325c83;
  border-radius: 50%;
  font-size: 44px !important;
  box-sizing: border-box;
  padding-top: 2px;
}

a:hover #seats .st1 {
  stroke: #325c83;
}

a:hover #sections .st0 {
  fill: #fff;
}

#seats .st1 {
  stroke: #fff;
}

#sections .st0 {
  fill: #325c83;
}

/* -- FoS Seating Chart --*/
#floor_seats, #balcony_seats {
  width: 100%;
}

#floor_seats [id^=Balcony], #balcony_seats [id^=Floor] {
  display: none;
}

#floor_seats #Floor-Seats path, #floor_seats #Floor-Seats polygon, #balcony_seats #Balcony-Seats path, #balcony_seats #Balcony-Seats polygon {
  cursor: pointer;
}

#floor_seats .sold, #balcony_seats .sold {
  cursor: default !important;
  opacity: 0.2;
}

#floor_seats .sel, #balcony_seats .sel {
  fill: #9f6915;
}

#copyright .two {
  max-width: 70px;
}

#copyright .ten {
  margin-left: 10px;
}

.button.ticket, .ticket.btn, .button.moreinfo, .moreinfo.btn {
  position: relative;
  padding: 11px 12px 12px 16px;
}

.button.ticket:before, .ticket.btn:before, .button.moreinfo:before, .moreinfo.btn:before {
  font-family: "FontAwesome";
  font-size: 1.8em;
  position: relative;
  left: -5px;
  top: 3px;
}

.button.ticket:before, .ticket.btn:before {
  content: "\f145";
}

.button.moreinfo:before, .moreinfo.btn:before {
  content: "\f05a";
}

.footnav a {
  line-height: 2.4em;
}

footer p {
  line-height: 1em;
  margin-top: 4px;
}

/* Text & Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bgwhite, a.bgwhite, a.bgwhite:active, a.bgwhite:hover {
  background-color: #fff !important;
  color: #000;
}

.bgblue {
  background-color: #325c83;
  color: #fff;
}

.bggrey {
  background-color: #ccc !important;
  color: #fff;
  font-weight: 800;
}

.bgbrown {
  background-color: #4e1915;
  color: #e6ebf5;
}

.bgbrown.bgtransparent {
  background-color: rgba(78, 25, 21, 0.85);
}

.bgltblue {
  background-color: #F2F6FC;
}

.bgdrkblue, .bgdrkblue38 {
  color: #fff;
}

.bgdrkblue {
  background-color: hsl(217, 23%, 16%);
}

.bgdrkblue18 {
  background-color: hsl(217, 23%, 18%);
}

.bgdrkblue38 {
  background-color: hsl(217, 23%, 38%);
}

.bgdrkblue55 {
  background-color: hsl(217, 23%, 55%);
}

.colordrkblue25 {
  color: hsl(217, 23%, 25%);
}

.colordrkblue38 {
  color: hsl(217, 23%, 38%);
}

.colordrkblue55 {
  color: hsl(217, 23%, 55%);
}

.colorgrey {
  color: #747474;
}

.colorblue, a.colorblue, a.colorblue:active, a.colorblue:hover {
  color: #325c83 !important;
}

.colorwhite, a.colorwhite, a.colorwhite:active, a.colorwhite:hover {
  color: #fff !important;
}

.colorblack, a.colorblack, a.colorblack:active, a.colorblack:hover {
  color: #000 !important;
}

.colordrkblue55, a.colordrkblue55 {
  color: hsl(217, 23%, 55%) !important;
}

a.colordrkblue55:active, a.colordrkblue55:hover {
  color: #325c83 !important;
}

.colorburgandy {
  color: #4E1915;
}

@media (max-width: 767px) {
  .bgltblue-sm {
    position: relative;
    padding-block: 1rem;
    margin-block: 2rem;
    isolation: isolate;
  }
  .bgltblue-sm::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    translate: -50%;
    background-color: #f2f6fc;
    z-index: -1;
  }
}
/* Breadcrumbs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumb {
  margin: 0;
  padding: 3px 0px 2px;
  box-sizing: border-box;
}

.breadcrumb li {
  margin: 3px 2px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}

.breadcrumb li:after {
  content: " >";
}

.breadcrumb li:last-of-type {
  color: #325c83 !important;
}

.breadcrumb li:last-of-type:after {
  content: "";
}

.breadcrumb a {
  color: #000 !important;
}

/* Announcement
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#announcement {
  color: #fff;
  border-bottom: 3px solid #9f6915;
  padding: 10px 0 20px;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Font Awesome */
.iconFont, .iconFontLarger {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.iconFontLarger {
  font-size: 2.8em;
  vertical-align: -0.2em;
}

.fa.plan {
  font-size: 52px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

h1, .h1 {
  font-size: 2.3em;
  line-height: 1.2;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 2.17em;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 1.5em;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 1.3em;
  line-height: 1.35;
  margin-top: 0.75em;
}

h5, .h5 {
  font-size: 1.2em;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.6;
  font-weight: bold;
}

h2.bgbrown, h3.bgbrown, h3.bgdrkblue38, h4.bgdrkblue .h2.bgbrown,
.h3.bgbrown, .h3.bgdrkblue38, .h4.bgdrkblue {
  padding: 5px 10px 4px;
}

p {
  margin: 0 0 0.6em 0;
  font-size: 15px;
}

.smallText {
  font-size: 11px;
  color: #999;
  margin: 2px 0 2px 0;
  line-height: normal;
}

.smaller {
  font-size: 1.15em;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignLeftMobileCenter {
  text-align: left;
}

.alignRightMobileCenter {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .alignLeftMobileCenter {
    text-align: center;
  }
  .alignRightMobileCenter {
    text-align: center;
  }
}
sup {
  font-size: 50%;
  vertical-align: super;
}

sub {
  font-size: 50%;
  vertical-align: sub;
}

.nowrap {
  white-space: nowrap;
}

blockquote {
  width: 90%;
  padding: 0.1em 4%;
  margin: 20px auto 20px 0;
  border-left: 4px solid #666666;
  font-style: italic;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
  margin: 0 0 0.2em 0;
  color: #666666;
  font-style: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: square outside;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 0.5em 0;
}

li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  font-size: 1.3em;
}

/* Images
------------------------------------------------------- */
img.scale-with-grid, svg.scale-with-grid, .editor img {
  max-width: 100%;
  height: auto;
}

.photoRight {
  float: right;
  margin: 4px 0 4px 6px;
}

.photoLeft {
  float: left;
  margin: 4px 6px 4px 0;
}

.photoRightBorder {
  float: right;
  margin: 6px 0 6px 8px;
  padding: 2px;
  border: #b0b0b0 1px solid;
}

.photoLeftBorder {
  float: left;
  margin: 6px 8px 6px 0;
  padding: 2px;
  border: #b0b0b0 1px solid;
}

/* Links
--------------------------------------------------------- */
a {
  transition: all 0.2s;
}

a:link, a:visited {
  color: #325c83;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #9f6915;
  text-decoration: none;
}

a img {
  border: 0;
}

a.imageFadeLink {
  transition: all 0.3s;
}

a.imageFadeLink:link, a.imageFadeLink:visited {
  opacity: 1;
}

a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {
  opacity: 0.6;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container .focusBox {
    margin-top: 3px;
  }
  .container .focusBox:first-of-type {
    margin-top: 0;
  }
  .index .wrapper {
    margin-top: 0px !important;
  }
  .dateblock {
    padding: 0;
  }
  #detail .ticket {
    position: inherit;
    top: 0;
    right: 0;
  }
}
/* Standard Form
---------------------------------------------------------- */
fieldset {
  margin: 10px 0;
  padding: 0;
}

form.standard {
  margin-bottom: 20px;
}

.standard fieldset {
  margin-bottom: 20px;
}

.standard input[type=text],
.standard input[type=password],
.standard input[type=tel],
.standard input[type=email],
.standard textarea,
.standard select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  font: 13px Arial, Helvetica, sans-serif;
  color: #777;
  margin: 0;
  width: 300px;
  max-width: 90%;
  margin-bottom: 10px;
  background: #fff;
}

.standard select {
  padding: 4px;
  margin-top: 1px;
}

.standard input[type=text]:focus,
.standard input[type=password]:focus,
.standard input[type=tel]:focus,
.standard input[type=email]:focus,
.standard textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.standard textarea {
  min-height: 80px;
}

.standard label,
.standard legend {
  display: block;
}

.standard select {
  width: 220px;
}

.standard input[type=checkbox] {
  display: inline;
}

.standard label span,
.standard legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

.standard label > input {
  margin: 5px 5px 5px 0;
}

.multirow {
  width: 100%;
  float: left;
  clear: both;
}

.multirow input.short, .multirow select.short {
  width: 60px;
  float: left;
  margin-right: 10px;
}

.multirow input.medium, .multirow select.medium {
  width: 200px;
  float: left;
  margin-right: 10px;
}

input.short, select.short {
  width: 60px !important;
}

input.medium, select.medium {
  width: 200px;
}

form.standard p.supplementalInfo {
  margin: -13px 0 15px 0;
  font-size: 80%;
}

form.standard label.error {
  margin: -6px 0 15px 0;
  color: #d10109;
}

.multirow label.error {
  display: inline-block;
  clear: both;
}

form.standard input.error, form.standard select.error {
  background-color: #fefee8;
}

label.error {
  float: none;
  color: #d10109;
  vertical-align: top;
  margin: 4px 0 0 0;
  padding: 0;
  width: 250px;
  text-align: left;
}

#cform label {
  display: block;
  padding-bottom: 8px;
}

#cform input {
  display: block;
  width: 100%;
  max-width: 250px;
}

/* #Buttons
---------------------------------------------------------- */
.button, .btn, a.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  font-size: 1em;
  padding: 5px 10px;
  line-height: 1.3em;
  width: auto;
  margin: 4px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: all 0.2s;
  box-sizing: border-box;
  white-space: nowrap;
  border-bottom-right-radius: 0.65rem;
  color: #ffffff;
  background: #325c83;
}

.button:hover, .btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background: #fff;
  color: #7387A5;
  border: none;
}

.button:active, .btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  background: #9f6915;
  border: none;
}

a:link.button, a.btn:link, a:visited.button, a.btn:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover.button, a.btn:hover, a:focus.button, a.btn:focus, a:active.button, a.btn:active {
  color: #ffffff;
  background-color: #9f6915;
  text-decoration: none;
}

a:link.button.invert, a.btn:link.invert, a:visited.button.invert, a.btn:visited.invert {
  color: #ffffff;
  background-color: #9f6915;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover.button.invert, a.btn:hover.invert, a:focus.button.invert, a.btn:focus.invert, a:active.button.invert, a.btn:active.invert {
  color: #ffffff;
  background-color: #325c83;
  text-decoration: none;
}

.button.large, .large.btn, a.button.large,
button.large,
input[type=submit].large,
input[type=reset].large,
input[type=button].large {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 10px 25px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Volunteer Section Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vol .event a.button, .vol .event a.btn, .vol .event a.button:hover, .vol .event a.button:active, .vol .event a.button:visited {
  margin-left: 20px;
  color: #fff !important;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Margin
------------------------------------------------------- */
.noMargin {
  margin: 0;
}

.noMarginTop {
  margin-top: 0;
}

.noMarginBottom {
  margin-bottom: 0;
}

.marginTop5 {
  margin-top: 5px;
}

.marginTop10 {
  margin-top: 10px !important;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop50 {
  margin-top: 50px;
}

.marginBottom5 {
  margin-bottom: 5px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginLeft60 {
  margin-left: 120px !important;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-block {
  width: 100%;
  box-sizing: border-box;
  float: left;
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noDisplay {
  display: none;
}

.clearDiv {
  clear: both;
  width: 100%;
  height: 1px;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

iframe {
  max-width: 515px;
  border: 0;
} /* make YouTube fit the column size */
.seatlevels {
  list-style: none;
}

input.seatlevels {
  display: none;
}

.seatlevels li, input.seatlevels + label {
  display: inline-block;
  width: 150px;
  background-color: hsl(217, 23%, 38%);
  color: #fff;
  font-weight: 800;
  font-size: 1.2em;
  text-align: center;
  padding: 4px 8px;
  margin: 2px 13px 0 0;
}

input.seatlevels + label {
  background-color: #fff;
  color: hsl(217, 23%, 38%);
  border: 1px solid hsl(217, 23%, 38%);
  transition: all 0.2s;
}

.seatlevels li:last-of-type {
  margin-right: 0;
}

input.seatlevels + label:hover {
  background-color: #325c83;
  color: #fff;
  cursor: pointer;
}

input.seatlevels:checked + label {
  background-color: hsl(217, 23%, 38%);
  color: #fff;
}

.event.addon .floatLeft {
  min-height: 75px;
  width: 50px;
  box-sizing: border-box;
  padding-left: 18px;
}

.hide {
  display: none;
}

/* Multiple Column UL */
.multi-col3 {
  clear: both;
  -moz-columns: 3 200px;
       columns: 3 200px;
  width: 100% !important;
}

.multi-col2 {
  clear: both;
  -moz-columns: 2 250px;
       columns: 2 250px;
  width: 100% !important;
}

.caps {
  text-transform: uppercase;
}

figure {
  position: relative;
  max-height: -moz-min-content;
  max-height: min-content;
  margin: 0 0 0.5rem 0.5rem;
}
figure img {
  display: block;
  max-width: 250px;
  height: auto;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* #Media Queries
================================================== */
.mobileOnly, #mobileMenuTrigger {
  display: none;
}

#desktoptest {
  display: block;
}

@media only screen and (min-width: 768px) {
  .button.moreinfo, .moreinfo.btn {
    background: none;
  }
  .event.tall {
    min-height: 115px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .wrapper {
    width: 100%;
  }
  #balcony a {
    margin-top: 20px !important;
  }
  #slider {
    height: auto;
  }
  #slidePrev, #slideNext {
    display: none;
  }
  .slideContent {
    width: 92%;
    padding-top: 37%;
  }
  .slideContent p {
    font-size: 1.2em;
  }
  #sharepanel div {
    width: 100%;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /*.eight, .four {width:100% !important;}
  .focusBox.columns {margin-left:0;}
  .contentPush{padding-top:0;}*/
  .mainMenu {
    font-size: 100%;
  }
  .wrapper.long {
    background-position: center 300px;
  }
  .cluster.col.small {
    margin-right: 9px;
  }
  #balcony .three {
    width: 48% !important;
  }
  #balcony .three:nth-of-type(3) {
    margin-left: 0;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #desktoptest {
    display: none;
  }
  .hideMobile {
    display: none;
  }
  .mobileOnly {
    display: block;
  }
  #mobileMenuTrigger {
    display: block;
  }
  .mobileCenter {
    text-align: center;
  }
  .margin-sm {
    margin-inline: -20px;
  }
  .wrapper {
    width: 100%;
    margin-top: 0;
    background-position: center 13% !important;
  }
  .button, .btn, button {
    width: 100% !important;
    display: inline-block;
    text-align: center;
  }
  .contentPush {
    padding-top: 0;
  }
  .focusBox h2, .focusBox .h2 {
    width: 100%;
  }
  .slide h2, .slide .h2 {
    font-size: 1.8em;
  }
  .slide p {
    font-size: 1em;
  }
  .event .button, .event .btn {
    width: 78px !important;
    padding: 5px 0;
  }
  .event h4, .event .h4 {
    color: #325c83;
    font-size: 1.5em;
  }
  .cluster .smallbox div, .cluster .largebox div, .cluster .longbox div,
  .cluster .smallbox div:hover, .cluster .largebox div:hover, .cluster .longbox div:hover {
    bottom: -132px !important;
  }
  .small, .large {
    width: 100%;
  }
  footer .three {
    text-align: center;
  }
  .footnav {
    clear: none;
    width: 47% !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #slidePrev, #slideNext {
    display: none;
  }
  .slideContent {
    width: 95%;
    padding-top: 38.8%;
  }
  .slide h2, .slide .h2 {
    font-size: 1.6em;
  }
  .slide p {
    font-size: 1em;
  }
  .cluster.col.small {
    width: calc(33% - 6px);
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .wrapper {
    margin-top: -15px;
    background: #fff;
  }
  /*.slideContent { padding: 0; }
  .slide { position: initial; display: block; color: #1f2631;border: 1px solid #000; margin-bottom: 10px; box-sizing: border-box; }
  .slide img, .slide .details { width: 100%;float: none; }
  .slide .details { margin:0;box-sizing:border-box;padding:3%; }
  .slide .details p, .slide .details div { display: none; }*/
  #showlist {
    margin: 0;
    padding-top: 20px;
  }
  #slider, #backgrounds, #featured {
    display: none;
  }
  .cluster.col.large, .cluster.col.small {
    width: 100%;
  }
  .cluster .smallbox, .cluster .largebox {
    padding-top: calc(50% - 5px);
  }
  .cluster .largebox:first-of-type {
    margin-top: 10px;
  }
}
a#skiptocontent {
  padding: 3px 12px 8px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 0.3em;
  background: #BF1722;
  transition: top 1s ease-out;
  z-index: 99999;
}

a#skiptocontent:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  transition: top 0.1s ease-in;
}

[data-whatintent=keyboard] :focus {
  border: 2px solid #f00 !important;
}

a#mobileMenuTrigger, a#mobileMenuTrigger:visited {
  position: fixed;
  top: 0;
  left: 0;
  background: #4E1915;
  color: #e6ebf5;
  font-size: 2em;
  border-bottom-right-radius: 0.3em;
  padding: 10px;
  z-index: 99999;
  box-sizing: border-box;
  line-height: 1;
  transition: all 0.2s;
}

a#mobileMenuTrigger:hover, a#mobileMenuTrigger:active, a#mobileMenuTrigger:focus {
  background: #325c83;
  color: #fff;
}

ul#mainMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 40px;
}

ul#mainMenu li a.menu-open + ul {
  display: block;
}

ul#mainMenu > li > a, ul#mainMenu > li > a:visited {
  display: block;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 0.8em;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  color: #e6ebf5;
  padding: 13px 58px 13px 20px;
}

ul#mainMenu > li > a:hover, ul#mainMenu > li > a:active, ul#mainMenu > li > a:focus, ul#mainMenu > li > a.menu-open {
  outline: 0;
}

ul#mainMenu ul {
  position: relative;
  display: none;
  width: auto;
  margin-left: -1px;
  z-index: 9992;
}

#main-nav {
  position: fixed;
  display: none;
  top: 60px;
  left: 0;
  width: 100vw;
  height: 100vh;
  font-size: 1.4em;
  box-sizing: border-box;
  padding: 30px 30px;
  background: #4E1915;
  border-top: 3px solid #9f6915;
  z-index: -1;
}

.mobile-menu-on #main-nav {
  display: block;
}

#mainMenu li {
  margin: 0;
}

#mainMenu > li {
  border-bottom: 1px solid #fff;
}

ul#mainMenu ul {
  background: #4E1915;
  margin: 0;
}

[data-whatintent=mouse] ul#mainMenu > li:hover > ul {
  display: block;
}

ul#mainMenu ul li {
  list-style: none;
}

#mainMenu ul a {
  padding: 10px;
}

#mainMenu a.menu-open {
  background: #4E1915;
  color: #e6ebf5 !important;
}

ul#mainMenu ul li a:link, ul#mainMenu ul li a:visited {
  padding: 0.4em 0;
}

/* --------------- Mobile --------------- */
@media (max-width: 767px) {
  .mobile-menu-on {
    overflow: hidden;
  }
  ul#mainMenu li a.menu-open + ul {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 30px;
    font-size: 0.65em;
  }
  ul#mainMenu li a.menu-open + ul a {
    display: block;
    color: #fff;
  }
}
/* --------------- Desktop --------------- */
@media (min-width: 959px) {
  a#mobileMenuTrigger {
    display: none;
  }
  #main-nav {
    display: block;
    position: unset;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border-top: none;
    font-size: 1em;
  }
  ul#mainMenu li {
    display: inline-block;
    padding: 0 2px;
    margin: 0;
    border: none;
    transition: all 0.3s;
  }
  ul#mainMenu > li > a, ul#mainMenu > li > a:visited {
    text-align: center;
    padding: 7px 2px 8px;
    width: 130px;
  }
  ul#mainMenu > li a:hover, ul#mainMenu > li a:active, ul#mainMenu > li a:focus, ul#mainMenu > li a.menu-open {
    color: #fff;
    background-color: #325c83;
  }
  ul#mainMenu > li:nth-of-type(3) {
    margin-left: 80px;
  }
  /* submenu */
  ul#mainMenu ul {
    position: absolute;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  ul#mainMenu ul.right {
    right: 0;
  }
  ul#mainMenu ul li {
    position: relative;
    display: block;
    width: unset;
    padding: 0;
    border-top: 1px solid #ccc;
    white-space: nowrap;
  }
  ul#mainMenu ul li:first-of-type {
    border-top: none;
  }
  ul#mainMenu ul a:link, ul#mainMenu ul a:visited {
    display: block;
    font-size: 0.8em;
    white-space: nowrap;
    font-weight: 700;
    text-align: left;
    padding: 5px 0;
    color: hsl(217, 23%, 28%);
    border: none;
  }
  ul#mainMenu ul a:hover, ul#mainMenu ul a:active, ul#mainMenu ul a:focus {
    color: #325c83;
    background-color: transparent;
  }
}
.announcement {
  position: relative;
  display: block;
  background-color: #d2e3f0;
  animation: announce-in 0.5s ease-in-out 1.1s 1 normal both running;
  z-index: 998;
}
.announcement .container {
  position: absolute;
  left: 50%;
  color: #fff;
  animation: announce-cont-in 0.5s ease-in-out 1s 1 normal both running;
}
.announcement .container::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  bottom: -3rem;
  left: 0;
  background-color: #325c83;
  z-index: -1;
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.announcement .container a:link, .announcement .container a:visited, .announcement .container button:link, .announcement .container button:visited {
  color: #fff;
}
.announcement .container a:hover, .announcement .container a:active, .announcement .container a:focus, .announcement .container button:hover, .announcement .container button:active, .announcement .container button:focus {
  color: #d2e3f0;
  background: none !important;
}
.announcement .container > button {
  position: absolute;
  top: -2rem;
  right: 2rem;
}
.announcement.close {
  animation: announce-out 0.5s ease-in-out 0.1s 1 normal both running;
}
.announcement.close .container {
  animation: announce-cont-out 0.5s ease-in-out 0s 1 normal both running;
}

@keyframes announce-in {
  0% {
    min-height: 0px;
  }
  100% {
    min-height: 8rem;
  }
}
@keyframes announce-cont-in {
  0% {
    translate: -50% calc(-100% - 5.5rem);
  }
  100% {
    translate: -50% 4em;
  }
}
@keyframes announce-out {
  0% {
    min-height: 8rem;
  }
  100% {
    min-height: 0px;
  }
}
@keyframes announce-cont-out {
  0% {
    translate: -50% 4em;
  }
  100% {
    translate: -50% calc(-100% - 5.5rem);
  }
}
/* DM Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid Layout */
picture {
  position: relative;
  float: left;
  display: inline-block;
  max-width: 255px;
  height: 200px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.dmgallery {
  position: relative;
  margin-bottom: 50px;
}

.dmgallery picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}

.dmgallery:hover picture:before {
  opacity: 0.2;
}

.dmgallery:hover picture:hover:before {
  opacity: 0;
}

picture img {
  height: 100%;
}

.portrait {
  height: 410px;
}

.dmslideshow {
  position: relative;
}

.dmslideshow picture {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1;
}

.dmslideshow picture.cur {
  position: relative;
  display: block;
  z-index: 0;
}

.dmslideshow.lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: grid;
}

.dmslideshow.lg picture {
  max-width: unset;
  max-height: unset;
  width: 100vw;
  height: 100vh;
  display: grid;
}

picture source {
  height: 0;
}

.dmslideshow.lg picture img {
  max-width: 100%;
  height: auto;
  width: 80vw;
  margin: 0 auto;
}

.dmslideshow.lg .portrait img {
  height: 80vh;
  width: auto;
}

#nxt, #prv {
  width: 10vw;
  height: 50vh;
  margin-top: 25vh;
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  text-align: center;
  color: #999;
  font-size: 50px;
  z-index: 99999;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: calc(25vh - 50px);
  transition: all 0.3s;
}

#nxt {
  right: 0;
}

#prv {
  left: 0;
}

#nxt:hover, #prv:hover {
  color: #fff;
}

#topControls, #botControls {
  font-size: 1.5em;
}

#topControls div[id^=gal], #botControls div[id^=gal] {
  display: inline-block;
  width: 30px;
  color: #90B9D8;
  cursor: pointer;
}

#topControls div[id^=gal]:hover, #botControls div[id^=gal]:hover {
  color: #4084C2;
}

#topControls, #botControls {
  position: absolute;
  right: 10px;
  top: -30px;
  display: none;
}

#botControls {
  top: inherit;
}

/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#slider {
  height: 400px;
  width: 100%;
}

/* Facebook Feed
------------------------------------------------------- */
.facebook {
  width: 100%;
  margin: 0;
  float: left;
}
.facebook ul {
  width: 100%;
  margin: 6px 0 0 0;
  padding: 0;
  float: left;
  line-height: 1.4em;
}
.facebook li {
  margin: 0 0 10px 0;
  padding: 0 0 6px 0;
  display: block;
  list-style: none;
  border-bottom: #CCC 1px solid;
}
.facebook li img {
  float: left;
  margin: 2px 8px 4px 0;
  max-width: 100px;
  height: auto;
}
.facebook li:last-of-type {
  border-bottom: none;
}

.facebooklinks {
  font-size: 80%;
  margin: 3px 0;
  clear: both;
}

header {
  width: 100%;
  background: #fff url(../images-design/top-clouds.jpg) no-repeat center center/cover;
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #C68A2C;
  z-index: 999;
  transition: all 0.3s;
}

#topnav {
  display: none;
}

#logoS {
  position: absolute;
  top: 4px;
  left: calc(50vw - 33px);
  width: 66px;
  transition: none;
}
#logoS img {
  width: 100%;
}

#logoText {
  text-align: center;
  min-height: 54px;
  width: 200px;
  margin: 0 auto;
}
#logoText svg {
  fill: #4E1915;
  overflow: visible;
  box-sizing: border-box;
  padding: 12px 0 1px;
}
#logoText svg use {
  transform: translateX(-69px);
}
#logoText svg #txtTheatre {
  transform: translateX(66px);
}

#logoSpacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  z-index: -1;
}
#logoSpacer #menuStripe {
  position: relative;
  height: 60px;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0.8) 50%, rgba(252, 252, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.mobile-menu-on header.compact {
  top: 0;
}

h3.bgbrown, h3.bgdrkblue38, h4.bgdrkblue38 {
  margin-bottom: 8px;
}

.page h3 {
  border-bottom: 1px solid #90b9d8;
  margin-top: 30px;
}

.stripe {
  background-color: rgba(31, 38, 49, 0.2);
}

.wrapper.long {
  background-position: center 400px;
}

.hero {
  height: 144px;
  background: var(--hero-bg) no-repeat top center/cover;
}

@media (min-width: 959px) {
  #topnav {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    height: 30px;
  }
  #topnav .container {
    padding-top: 7px;
    position: relative;
    z-index: 999;
  }
  #topnav a {
    margin: 0px 5px;
  }
  #topnav a.fa {
    font-size: 1.8em;
    margin: -2px 10px 6px 0px;
    position: relative;
    top: -2px;
  }
  #topnav #searchform {
    display: inline-block;
    position: relative;
    top: -4px;
    height: 24px;
    padding: 0 4px;
  }
  #topnav input[type=text] {
    border: none;
    height: 17.5px;
  }
  #topnav input[type=submit] {
    border: none;
    height: 17.5px;
    padding: 2px 0px 4px 2px;
    font-size: 1.5em;
    line-height: 0;
  }
  #logoS, header.compact #logoS {
    top: 10px;
    left: calc(50vw - 81px);
    width: 163px;
    transition: all 0.3s;
  }
  header {
    position: fixed;
  }
  header.compact {
    top: -154px;
  }
  header.compact #logoS {
    top: 160px;
    left: calc(50vw - 35px);
    width: 70px;
  }
  #logoText {
    width: 417px;
    margin: 0 auto;
    height: 124px;
  }
  #logoText svg {
    overflow: visible;
    padding: 24px 0 0;
  }
  #logoSpacer {
    top: 30px;
    height: 124px;
  }
  #logoSpacer #menuStripe {
    position: relative;
    height: 100px;
    top: 20px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0.8) 50%, rgba(252, 252, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
}
/* Footer
---------------------------------------------------------- */
footer {
  float: left;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 90%;
  clear: both;
}

footer a:link, footer a:visited {
  color: #CAC9C9;
  text-decoration: none;
}

footer a:hover, footer a:active {
  color: #ffffff;
  text-decoration: none;
}

footer .copyright {
  color: #CAC9C9;
  text-align: center;
  font-size: 85%;
  margin: 10px 0;
}

footer .button, footer .btn {
  font-size: 18px;
}

footer svg {
  fill: #CAC9C9;
}

/* -- Event List -- */
#eventlist {
  box-sizing: border-box;
  padding: 11px 15px 15px;
}

.button.fullwidth, .fullwidth.btn {
  width: 100% !important;
  text-align: center;
  font-weight: 800;
  margin: 10px 0px 0px;
}

.squareimg {
  display: block;
  width: 100px;
  height: 100px;
  background: url(images/RP_headshot_eblast.jpg) no-repeat center center/cover;
  float: left;
  margin-right: 10px;
}

/* -- Tags -- */
.ltw {
  position: relative;
}
.ltw::before {
  content: "LOW TICKET WARNING!";
  position: absolute;
  top: -16px;
  left: 0px;
  background-color: #9f6915;
  font-size: 0.4em;
  font-weight: 800;
  padding: 2px 0px;
  width: 140px;
  text-align: center;
}

.event {
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin: 1rem 0 10px 0;
  padding: 0.5rem 104px 8px 0;
  min-height: 120px;
  font-size: 0.75rem;
}
.event::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  aspect-ratio: 1;
  background: var(--poster) center center/cover;
}
.event.fullwidth {
  padding-right: 0;
}
.event .cal-wrap, .event-category {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.event .cal-wrap {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4E1915;
}
.event .cal-wrap > * {
  display: inline;
}
.event .cal-wrap .abv {
  display: none;
}
.event-category {
  display: block;
  font-size: 0.75rem;
  color: #7387A5;
  font-weight: 600;
}
.event h4, .event .h4 {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}
.event.tall h4, .event.tall .h4 {
  padding-top: 10px;
}
.event .button:link, .event .btn:link, .event .button:visited, .event .btn:visited {
  background-color: #7387A5;
}
.event .button:hover, .event .btn:hover, .event .button:focus, .event .btn:focus, .event .button:active, .event .btn:active {
  background-color: #325c83;
}
.event .button + .button, .event .btn + .button, .event .button + .btn, .event .btn + .btn {
  margin-left: 0.5rem;
}
.event-list {
  list-style: none;
}
.event-list__wrap h2 {
  font-size: 1.25rem;
  color: #4E1915;
  text-transform: uppercase;
}
.event-list label {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  width: 2.25rem;
  margin-top: calc(50px - 0.75rem);
  color: #325c83;
}
.event-list label::before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.5rem;
}
.event-list .event-checkbox {
  display: none !important;
}
.event-list .event-checkbox:checked + label::before {
  content: "\f14a";
}
.event-sb {
  position: relative;
  isolation: isolate;
  margin-block: 2.5rem;
  padding-top: 1rem;
}
.event-sb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background-color: #F2F6FC;
  translate: -50%;
  z-index: -1;
}
.event-sb__heading {
  color: #4E1915;
}
.event-category-menu {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  margin-block: 1.25rem 2rem;
  row-gap: 1rem;
  list-style: none;
}
.event-category-menu li {
  grid-column-end: span 2;
  margin: 0;
  font-weight: 900;
  color: #325c83;
  text-align: center;
  cursor: pointer;
}
.event-category-menu li + li {
  border-left: 1px solid #325c83;
}
.event-category-menu li + li:nth-child(4n):last-child {
  grid-column-start: 7;
  grid-column-end: 9;
  border-left: 1px solid #325c83;
}
.event-category-menu li + li:nth-child(4n):nth-last-child(2) {
  grid-column-start: 2;
}
.event-category-menu li:nth-child(4n) {
  border-left: 0;
}
.event-category-menu .sel span {
  position: relative;
}
.event-category-menu .sel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.75em;
  width: 0.5em;
  height: 0.5em;
  background: #9f6915;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.25em;
  transform: translateY(-50%);
}
.event-detail .event-category {
  margin-bottom: 0;
  font-weight: 400;
}
.event-detail .event-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding-block: 0.5rem;
  border-top: 1px solid #7387A5;
  border-bottom: 1px solid #7387A5;
  font-size: 1rem;
}
.event-detail .event-date-list {
  list-style: none;
}
.event-detail .event-date + .event-date {
  border-top: none;
}
.event-detail .event-date:last-of-type {
  margin-bottom: 2rem;
}
.event-detail .event-date h3 {
  margin-block: 0;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1rem;
  color: #4E1915;
}
.event-detail .event-date .button, .event-detail .event-date .btn {
  flex-grow: 0;
  flex-shrink: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1rem;
}

.list-checklist {
  position: relative;
  list-style: none;
  margin-left: 0;
}
.list-checklist li {
  margin-left: 0;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-top: 1px solid #90b9d8;
  border-bottom: 1px solid #90b9d8;
}
.list-checklist li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
}
.list-checklist li + li {
  border-top: 0;
}

.old .event {
  border-top: none;
  border-top: 1px solid #ccc;
  min-height: 85px;
}
.old .event::before {
  content: unset;
}
.old .event a:link, .old .event a:visited {
  color: hsl(217, 23%, 38%) !important;
  transition: all 0.3s;
}
.old .event a:link .cal, .old .event a:visited .cal {
  color: #fff !important;
  transition: all 0.3s;
}
.old .event a:hover, .old .event a:focus, .old .event a:active {
  color: #325c83 !important;
}
.old .event a:hover .cal, .old .event a:focus .cal, .old .event a:active .cal {
  background-color: #325c83 !important;
}
.old .event .cal {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  width: 68px;
  height: 70px;
  padding-top: 8px;
  background-color: hsl(217, 23%, 55%);
}
.old .event .cal * {
  text-align: center;
  font-weight: bold;
}
.old .event .cal__month, .old .event .cal #month {
  font-size: 1.45em;
  letter-spacing: -1px;
}
.old .event .cal__day, .old .event .cal #day {
  font-size: 2.8em;
  line-height: 0.5em;
  letter-spacing: -3px;
}
.old .event .button.ticket, .old .event .ticket.btn, .old .event .button.moreinfo, .old .event .moreinfo.btn {
  display: inline-block;
  background: none;
  padding: 0 0 0 5px;
  color: hsl(217, 23%, 55%) !important;
  font-weight: 400;
}
.old .event .button.ticket::before, .old .event .ticket.btn::before, .old .event .button.moreinfo::before, .old .event .moreinfo.btn::before {
  left: -4px;
  top: 3px;
}
.old .event .button .ticket, .old .event .btn .ticket {
  margin-right: 13px;
}

@media (max-width: 767px) {
  .event-detail .hero, .event-detail .stripe {
    display: none;
  }
  .event-detail #maincontent {
    border: none;
    margin: 0;
    padding: 0;
  }
  .event-detail .event-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vw;
    top: -25px;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 958px) {
  #showlist .eight, #showlist .four {
    width: 100%;
    margin-left: 0;
  }
  .event-sb .event:nth-of-type(n+3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .event .cal-wrap {
    font-size: 0.875rem;
  }
  .event-category-menu li {
    grid-column-end: span 1;
  }
  .event-category-menu li + li:nth-child(4n):nth-last-child(2) {
    grid-column-start: unset;
  }
  .event-category-menu li:nth-child(4n) {
    border-left: 1px solid #325c83;
  }
}
@media (min-width: 959px) {
  .event {
    padding: 0.5rem 78px 8px 0;
    margin-top: 0;
  }
  .event::before {
    content: unset;
  }
  .event.fullwidth {
    padding: 0px 78px 0.5rem 0;
  }
  .event .cal-wrap {
    position: absolute;
    right: 5px;
    top: 0;
    width: 68px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: hsl(217, 23%, 55%);
    font-weight: bold;
    color: #fff;
    text-transform: none;
  }
  .event .cal__month, .event .cal__day {
    transform: translateY(-0.35rem);
  }
  .event .cal__month {
    font-size: 1.45em;
    letter-spacing: -1px;
  }
  .event .cal__month .abv {
    display: inline;
  }
  .event .cal__month .full {
    display: none;
  }
  .event .cal__day {
    font-size: 2.8em;
    line-height: 0.5em;
    letter-spacing: -3px;
  }
  .event-list {
    padding: 1rem;
    background-color: #fff;
  }
  .event-list-poster {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    background: var(--poster) no-repeat center center/cover;
    margin-right: 0.75rem;
  }
  .event-sb {
    padding-top: 0;
    margin-top: 0;
  }
  .event-sb::before {
    content: unset;
  }
  .event-sb__heading {
    padding: 5px 10px 4px;
    background-color: #325c83;
    color: #fff;
  }
  .old .event {
    min-height: 120px;
  }
}
.bar-subscribe-cta {
  display: flex;
  justify-content: center;
  max-width: 375px;
  margin: 4rem auto;
  padding: 1rem;
  border-top: 1px solid #325c83;
  border-bottom: 1px solid #325c83;
}
.bar-subscribe-cta__icon {
  font-size: 3.5rem;
  color: #4E1915;
  margin-right: 1rem;
}
.bar-subscribe-cta h2 {
  margin: 0.25rem 0 0;
  font-size: 1.25rem;
  color: #4E1915;
}
.bar-subscribe-cta p {
  color: #325c83;
}

/* -- Hiding Panes -- */
.pane {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.pane:first-of-type {
  border-top: 1px solid #ccc;
}

.page h3 + .panegroup .pane:first-of-type {
  border-top: none;
}

.pane.selected #title {
  color: #4084c2;
}

.pane #title {
  margin-left: 4px;
  font-size: 1.4em;
  cursor: pointer;
}

.pane #title:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 1em;
  display: inline-block;
  position: relative;
  left: -4px;
  transition: all 0.3s;
}

.pane.selected #title:before { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.pane #content {
  margin-left: 19px;
  line-height: 1.2em;
}

/* Seating Chart
–––––––––––––––––––––––––––––––––––––––––––––––––– */
svg#orchestra, svg#balc-chart {
  max-height: 400px;
}

svg#orchestra #BG g, svg#orchestra #BG polygon, svg#balc-chart #BG g {
  opacity: 0.5;
}

svg#orchestra #BG g:hover, svg#balc-chart #BG g:hover {
  opacity: 1;
  cursor: pointer;
}

#SeatView {
  height: 300px;
  border: 1px solid #ccc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

#SeatView div {
  margin: 120px 60px;
  text-align: center;
}

#HA-front {
  display: none;
} /* Handicap spot is under repair */
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
/* -- Slider -- */
#slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#slider.default {
  background: url("../images-design/Saenger_Default_Header.jpg") no-repeat center center/cover;
}
#slider.default div {
  display: none;
}

.slide {
  position: absolute;
  width: 100%;
  top: 0px;
}
.slideBG, .slideContent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideContent {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 20px auto;
  box-sizing: border-box;
  color: #fff;
  z-index: 4;
}
.slideContent p {
  font-size: 1.4em;
}
.slideContent img {
  width: 73%;
  height: auto;
  max-height: 360px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slideContent .details {
  width: 24%;
  margin-left: 3%;
  float: left;
}
.slide h2 {
  line-height: 1;
}
.slidebutton {
  box-sizing: border-box;
  text-align: center;
  font-size: 140%;
  font-weight: 800;
  color: #fff !important;
  transition: all 0.3s;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.slideBG::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 400px;
}
.slideBG img {
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="15");
  width: 120vw;
  position: absolute;
  left: -10vw;
  top: -30%;
}

#slidePrev, #slideNext {
  position: absolute;
  top: 20px;
  height: calc(100% - 40px);
  width: calc(50vw - 450px);
  min-width: 50px;
  z-index: 800;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  padding-top: 170px;
  cursor: pointer;
}

#slidePrev {
  left: 0;
  border-right: 1px solid #fff;
  text-align: right;
}

#slideNext {
  right: 0;
  border-left: 1px solid #fff;
}

/* -- Carousel --*/
.carousel {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.carousel.default {
  background: url(/images-design/Saenger_Default_Header.jpg) no-repeat center center/cover;
}
.carousel.default div {
  display: none;
}
.carousel__slide {
  display: none;
  width: 100%;
  top: 0px;
  left: 105vw;
}
.carousel__slide h2 {
  line-height: 1;
}
.carousel__slidebutton {
  box-sizing: border-box;
  text-align: center;
  font-size: 140%;
  font-weight: 800;
  color: #fff !important;
  transition: all 0.3s;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.carousel__slide.init {
  left: 0;
}
.carousel__slide.carousel--next, .carousel__slide.carousel--next-out, .carousel__slide.carousel--prev, .carousel__slide.carousel--prev-out {
  animation-duration: 0.75s;
  animation-delay: 0.25s;
}
.carousel__bg {
  position: absolute;
  inset: 0;
  left: 105vw;
  width: 100vw;
  background: var(--img) no-repeat center center/cover;
  filter: blur(15px);
  opacity: 0.6;
}
.carousel__bg.init {
  left: 0;
}
.carousel__img {
  width: 100%;
  aspect-ratio: 1;
  background: var(--img) center center/cover;
}
.carousel__content {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  max-width: 880px;
  margin: 20px auto;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  z-index: 4;
}
.carousel__content p {
  font-size: 1.4em;
}
.carousel__content img {
  width: 73%;
  height: auto;
  max-height: 360px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel__category {
  display: block;
  margin-bottom: 0.125rem;
  font-size: 0.65em;
}
.carousel__details .button, .carousel__details .btn {
  font-size: 1rem;
  font-weight: 600;
}
.carousel__prev, .carousel__next {
  position: absolute;
  top: 20px;
  height: calc(100% - 40px);
  width: calc(50vw - 450px);
  min-width: 50px;
  z-index: 800;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  padding-top: 170px;
  cursor: pointer;
}
.carousel__prev {
  left: 0;
  border-right: 1px solid #fff;
  text-align: right;
}
.carousel__next {
  right: 0;
  border-left: 1px solid #fff;
}
.carousel--next, .carousel--next-out, .carousel--prev, .carousel--prev-out {
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.carousel--next {
  animation-name: slide_rt_cnt;
}
.carousel--next-out {
  animation-name: slide_cnt_lft;
}
.carousel--prev {
  animation-name: slide_lft_cnt;
}
.carousel--prev-out {
  animation-name: slide_cnt_rt;
}

@keyframes slide_rt_cnt {
  from {
    left: 105%;
  }
  to {
    left: 0%;
  }
}
@keyframes slide_cnt_lft {
  from {
    left: 0%;
  }
  to {
    left: -105%;
  }
}
@keyframes slide_lft_cnt {
  from {
    left: -105%;
  }
  to {
    left: 0%;
  }
}
@keyframes slide_cnt_rt {
  from {
    left: 0%;
  }
  to {
    left: 105%;
  }
}
@media (max-width: 767px) {
  .carousel {
    margin-bottom: 2.5rem;
  }
  .carousel__content {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .carousel__slide.init, .carousel__slide.carousel--next, .carousel__slide.carousel--prev {
    display: block;
  }
  .carousel__details {
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-sizing: border-box;
    width: calc(100% - 20px);
    padding-block: 20px;
    aspect-ratio: 1;
    margin: 0 auto;
  }
  .carousel__details .button, .carousel__details .btn {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .carousel__details .button:link, .carousel__details .btn:link, .carousel__details .button:visited, .carousel__details .btn:visited {
    color: #325c83;
    border: 1px solid #325c83;
    background-color: #fff;
  }
  .carousel__details .button:hover, .carousel__details .btn:hover, .carousel__details .button:active, .carousel__details .btn:active, .carousel__details .button:focus, .carousel__details .btn:focus {
    color: #fff;
    background-color: #325c83;
  }
  .carousel__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .carousel__img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #325c83;
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .carousel {
    height: 400px;
  }
  .carousel__slide {
    display: flex;
    position: absolute;
  }
  .carousel__details {
    margin-left: 2rem;
  }
  .carousel__details .button + .button, .carousel__details .btn + .button, .carousel__details .button + .btn, .carousel__details .btn + .btn {
    margin-left: 0.5rem;
  }
  .carousel__img {
    max-width: 360px;
    aspect-ratio: 1;
  }
  .stripe {
    position: relative;
    height: 20px;
    background-color: rgba(31, 38, 49, 0.2);
  }
  .stripe::before, .stripe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: rgba(31, 38, 48, 0.2);
  }
  .stripe::after {
    height: 60%;
  }
}
/* Sponsors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 959px) {
  #sponsor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sponsorimg {
    padding: 5px 50px;
    max-width: 175px;
  }
}
#sponsors {
  list-style: none;
}
#sponsors li {
  text-align: center;
}
#sponsors img {
  max-height: 100px;
}

@media (max-width: 767px) {
  .grid-featured {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    translate: -20px;
    scroll-snap-type: inline mandatory;
    scroll-behavior: smooth;
  }
  .grid-featured__heading {
    color: #4E1915;
  }
  .grid-featured .event_ft {
    min-width: 290px;
    scroll-snap-align: center;
  }
  .grid-featured .event_ft::before {
    content: "";
    width: 100%;
    aspect-ratio: 1;
    display: block;
    margin-bottom: 1rem;
    background: var(--bg_lg) center center/cover;
  }
  .grid-featured .event_ft:first-child {
    margin-left: calc(50vw - 166px);
  }
  .grid-featured .event_ft:last-child {
    margin-right: calc(50vw - 123px);
  }
  .grid-featured .event_ft + .event_ft {
    margin-left: 0.75rem;
  }
  .grid-featured .event_ft__info {
    display: flex;
    flex-direction: column;
  }
  .grid-featured .event_ft__date, .grid-featured .event_ft__category {
    text-transform: uppercase;
    font-weight: 600;
  }
  .grid-featured .event_ft__date {
    color: #4E1915;
    font-weight: 400;
    order: -2;
  }
  .grid-featured .event_ft__category {
    color: #325c83;
    order: -1;
  }
  .grid-featured .event_ft__heading {
    color: #325c83;
    font-size: 1.125rem;
    margin: 0.125rem 0 1rem;
  }
  .grid-featured .event_ft .button, .grid-featured .event_ft .btn {
    padding: 0.75rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .grid-featured .event_ft .button::before, .grid-featured .event_ft .btn::before {
    content: unset;
  }
  .grid-featured .event_ft .button + .button, .grid-featured .event_ft .btn + .button, .grid-featured .event_ft .button + .btn, .grid-featured .event_ft .btn + .btn {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .grid-featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
  }
  .grid-featured > div {
    aspect-ratio: 1;
    background: var(--bg_md) no-repeat center center/cover;
  }
  .grid-featured > div:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 3;
    background: var(--bg_lg) no-repeat center center/cover;
    aspect-ratio: unset;
  }
  .grid-featured__heading {
    color: #fff;
    background-color: #4E1915;
    padding: 5px 10px 4px;
  }
  .grid-featured .event_ft {
    position: relative;
    overflow: hidden;
  }
  .grid-featured .event_ft::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    transition: all 0.3s;
  }
  .grid-featured .event_ft__info {
    position: absolute;
    box-sizing: border-box;
    bottom: -83px;
    padding: 5px 10px;
    color: #fff;
    transition: all 0.3s;
  }
  .grid-featured .event_ft__info h3 {
    margin-top: 0.125rem;
  }
  .grid-featured .event_ft__category {
    font-weight: 600;
  }
  .grid-featured .event_ft__link {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .grid-featured .event_ft:hover::before {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .grid-featured .event_ft:hover .event_ft__info {
    bottom: 0;
  }
  .grid-featured .event_ft .button, .grid-featured .event_ft .btn {
    background-color: unset !important;
  }
}
.panel-share {
  margin: 3rem auto;
  max-width: 300px;
}
.panel-share h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #90b9d8;
  text-align: center;
  text-transform: uppercase;
}
.panel-share ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  font-size: 1.5rem;
}
.panel-share ul li {
  margin: 0;
}

.tbl-pricing {
  margin-block: 1.5rem;
}
.tbl-pricing tr > :first-child {
  width: 5ch;
}
.tbl-pricing td {
  padding: 0.125rem 0.5rem;
  border-bottom: 0;
  font-size: 0.875rem;
  vertical-align: top;
}
.tbl-pricing tfoot td {
  text-align: right;
}

iframe.video-responsive {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

div.quote {
  margin: 3rem 0 1rem;
}
div.quote blockquote {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
  font-size: 1.65rem;
  line-height: 1.1em;
  color: #325c83;
  text-indent: -0.4em;
}
div.quote blockquote::before, div.quote blockquote::after {
  position: relative;
  top: -0.25em;
  font-size: 0.75em;
}
div.quote blockquote::before {
  content: open-quote;
  margin-right: 0.125em;
}
div.quote blockquote::after {
  content: close-quote;
  margin-left: 0.125em;
}
div.quote .caption {
  display: block;
  font-size: 1rem;
  margin-top: 0.4rem;
  font-weight: bold;
}
div.quote .caption::before {
  content: "—";
  margin-right: 0.5em;
}

.broadway .seat_chart {
  margin: 40px auto;
  max-width: 100%;
  display: block;
}
.broadway-levels {
  list-style: none;
}
.broadway-levels li {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #325c83;
}

label.radio {
  padding-left: 1.2rem;
}
label.radio input {
  margin-left: -1.2rem;
}

/* --- Form Styles --- */
/* --- Toggle Button --- */
/* --- Login Form --- */
/* --- Report Colors --- */
/* --- Contact Form Specific Markup --- */
.dmContact {
  position: relative;
  /* --- Form Wrapper --- */
  /* --- Report Table --- */
  /* --- Notices --- */
  /* --- Login Form --- */
  /* --- Report Header Controls --- */
  /* --- Error Markup --- */
}
.dmContact-wrap__outer {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s, min-height 0.3s;
}
.dmContact-wrap__outer.hidden {
  grid-template-rows: 0fr;
}
.dmContact-wrap__inner {
  overflow: hidden;
}
.dmContact_tblwrap {
  margin-top: 1rem;
  max-height: 75vh;
  max-width: 100%;
  overflow: scroll;
}
.dmContact_tblwrap table {
  display: block;
  max-width: 100%;
  max-height: 60vh;
  border-top: 0;
  overflow-x: scroll;
}
.dmContact_tblwrap table th {
  white-space: nowrap;
}
.dmContact_tblwrap table td {
  padding-block: 0.5rem;
}
.dmContact_tblwrap table th + th, .dmContact_tblwrap table td + td {
  padding-left: 1.25em;
}
.dmContact_tblwrap thead > tr {
  position: sticky;
  top: 2px;
  background-color: #fff;
  outline: 2px solid #522d2f;
}
.dmContact_tblwrap thead th:last-child {
  width: 100%;
}
.dmContact_tblwrap tbody tr:nth-child(2n+1) {
  background-color: rgba(35, 43, 56, 0.1098039216);
}
.dmContact_tblwrap tbody tr td:first-child, .dmContact_tblwrap tbody tr td:nth-child(2) {
  white-space: nowrap;
}
.dmContact-notice--expire {
  padding: 2rem;
  border: 1px solid;
}
.dmContact-notice--expire h1 {
  margin: 0;
  text-align: center;
}
.dmContact-login {
  padding-block: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid;
}
.dmContact-login input {
  margin-left: 1rem;
}
.dmContact-login.hide {
  animation: hide_form 1s ease-in 0s 1 forwards;
}
.dmContact__errors {
  color: #ff0000;
}
.dmContact__errors p {
  font-weight: 700;
}
.dmContact-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.dmContact-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dmContact-report #wrap-date_title {
  position: relative;
}
.dmContact-report #wrap-date_title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.35rem;
}
.dmContact-report #wrap-date_title #sel_date {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  border: 0;
}
.dmContact_response {
  position: absolute;
  top: 0;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.3em;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  z-index: 10;
}
.dmContact input .is_invalid, .dmContact span .is_invalid {
  border: 2px solid #ff0000 !important;
}
.dmContact input.is_invalid,
.dmContact textarea.is_invalid,
.dmContact select.is_invalid {
  border-color: #ff0000;
}
.dmContact span.is_invalid {
  position: relative;
}
.dmContact label.is_invalid {
  color: #ff0000;
}

/* --- Non-Bootstrap Site Styles --- */
.dropdown-toggle:hover, .dropdown-toggle:focus {
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  display: none;
  list-style: none;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid currentColor;
  z-index: 99;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu li {
  margin-left: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide_form {
  0% {
    opacity: 1;
    height: inherit;
    padding-block: 2rem;
    margin-bottom: 2rem;
  }
  50% {
    opacity: 0;
    height: inherit;
    padding-block: 2rem;
    margin-bottom: 2rem;
  }
  100% {
    opacity: 0;
    height: 0px;
    padding: 0;
    margin: 0;
  }
}/*# sourceMappingURL=combined-ada.css.map */