@charset "UTF-8";
/* z-index: map-get($zindex, z-index-#); */
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

@-webkit-keyframes scale {
  1%, 99% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  1%, 99% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-diff {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-diff {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-in-shift-down {
  0% {
    opacity: 0;
    top: -8px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-in-shift-down {
  0% {
    opacity: 0;
    top: -8px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fade-in-shift-down-long {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-shift-down-long {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes transform-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-100vh + 59px));
            transform: translateY(calc(-100vh + 59px));
  }
}
@keyframes transform-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-100vh + 59px));
            transform: translateY(calc(-100vh + 59px));
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 400px;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 400px;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes phone-pan {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
            transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(30px) rotateY(10deg) skewY(-10deg);
            transform: translateX(30px) rotateY(10deg) skewY(-10deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes phone-pan {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
            transform: translateX(-30px) rotateY(-10deg) skewY(10deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(30px) rotateY(10deg) skewY(-10deg);
            transform: translateX(30px) rotateY(10deg) skewY(-10deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes background-transition {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #6a6a6a;
  }
}
@keyframes background-transition {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #6a6a6a;
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-left-diff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-left-diff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slide-right-diff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-right-diff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
body {
  font-size: 100%;
  font-family: "RedHatDisplay", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #6A6A6A;
  cursor: default;
}
body ::-moz-selection {
  background-color: rgba(106, 106, 106, 0.7);
  color: #ffffff;
}
body ::selection {
  background-color: rgba(106, 106, 106, 0.7);
  color: #ffffff;
}
body ::-moz-selection {
  background-color: rgba(106, 106, 106, 0.7);
  color: #ffffff;
}

button {
  font-family: "RedHatDisplay", sans-serif;
  cursor: pointer;
}

a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #6a6a6a;
}
a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: 500;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h5,
.header-performance {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 640px) {
  h5,
  .header-performance {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h6,
.h6-style {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #130B2D;
}
@media (max-width: 640px) {
  h6,
  .h6-style {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.caption-paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .caption-paragraph {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.small-italic {
  font-style: italic;
}

.text-dark {
  color: #333333;
}

.rich-text ol, .rich-text ul {
  margin: 0 0 24px 24px;
  padding-left: 4px;
}
.rich-text ol li + li, .rich-text ul li + li {
  padding-top: 10px;
}
.rich-text h1 + *, .rich-text h2 + * {
  margin-top: 1.5rem;
}
.rich-text h3 + *, .rich-text h4 + * {
  margin-top: 1rem;
}
.rich-text h5 + *, .rich-text h6 + * {
  margin-top: 0.625rem;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-weight: 400;
}
.rich-text em {
  font-style: italic;
}
.rich-text strong {
  font-weight: 500;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text p {
  margin-bottom: 12px;
}
.rich-text p:last-child {
  margin-bottom: 0;
}

.small-italic {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .small-italic {
    font-size: 0.725rem;
    line-height: 1.5;
  }
}

.legend-list-item-name, .venue-level-list-item-info, .price-range-numbers-label, .header-performance-subhead, .seat-info-dialog .seat-info-dialog-cta-btn, .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary, .zone-upsell-section-btn, .promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn, .promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary, .cart-mini-cta-btn-primary, .seat-info-prices-btn {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .legend-list-item-name, .venue-level-list-item-info, .price-range-numbers-label, .header-performance-subhead, .seat-info-dialog .seat-info-dialog-cta-btn, .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary, .zone-upsell-section-btn, .promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn, .promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary, .cart-mini-cta-btn-primary, .seat-info-prices-btn {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

.seat-info-prices-type, .zone-upsell-content-info-description, .zone-upsell-content-image .loading-text, .price-range-numbers-label:after, .price-range-numbers-input[type=number] {
  font-size: 1rem;
  line-height: 1.5;
}

.seat-info-prices-button .ticket-selection-quantity, .seat-info-options-notice, .seat-info-options-copy, .additional-notes textarea, .ticket-selection-subtext, .cart-timer, .alert-container-inner, input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel], .heading-general, .promo-code-apply-error, .promo-code-conflict-error, .performance-selection-error, .dialog-content-error, body, h2 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 640px) {
  .seat-info-prices-button .ticket-selection-quantity, .seat-info-options-notice, .seat-info-options-copy, .additional-notes textarea, .ticket-selection-subtext, .cart-timer, .alert-container-inner, input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel], .heading-general, .promo-code-apply-error, .promo-code-conflict-error, .performance-selection-error, .dialog-content-error, body, h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.zone-upsell-content-info-price, h1 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 640px) {
  .zone-upsell-content-info-price, h1 {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.ticket-selection-quantity {
  font-size: 1rem;
  line-height: 1;
}

.promo-code-apply-error, .promo-code-conflict-error, .performance-selection-error, .dialog-content-error {
  color: #E31837;
  margin-top: 16px;
  font-style: italic;
}

.heading-general {
  color: #130B2D;
  font-weight: 500;
  margin-bottom: 16px;
}

.large, .rich-text h1 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 640px) {
  .large, .rich-text h1 {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.rich-text h4 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.rich-text h5 {
  font-size: 1rem;
  line-height: 1.2;
}

.rich-text h6 {
  font-size: 0.833rem;
  line-height: 1.3;
}

.zone-upsell-close-svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.app-container {
  min-height: 100vh;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .app-container {
    padding-top: 55px;
  }
}

.header-container, .cart-mini-cta-btn-primary, .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary, .seat-info-prices-btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}

.zoom-container, .legend-trigger-modal, .legend-modal-inner, .legend-container, .seats-available-container, .alert-container {
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.footer-container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px -1px 6px, rgba(0, 0, 0, 0.117647) 0px -1px 4px;
          box-shadow: rgba(0, 0, 0, 0.117647) 0px -1px 6px, rgba(0, 0, 0, 0.117647) 0px -1px 4px;
}

.seat-info-footer .seat-info-select-container-inner:before, .seat-info-dialog .seat-info-dialog-cta:before, .footer-container-inner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #9d9d9d;
  top: 0;
  left: 50%;
}

.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.format-currency:before {
  content: "$";
}

.svg-sprite {
  display: none !important;
}

.ng-cloak {
  visibility: hidden !important;
}

.is-safari, .is-firefox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}

.is-safari .app-container, .is-firefox .app-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 930px) {
  .is-safari .app-container, .is-firefox .app-container {
    min-height: calc(100vh - 113px);
    padding-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-safari .app-container > div, .is-firefox .app-container > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .is-safari .app-container > div, .is-firefox .app-container > div {
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .is-safari .app-container > div .seatmap-container, .is-firefox .app-container > div .seatmap-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .is-safari .app-container > div .seatmap-container .seatmap-content, .is-firefox .app-container > div .seatmap-container .seatmap-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 640px) {
  .is-safari .cart-timer-active.alert-container-active.app-container, .is-firefox .cart-timer-active.alert-container-active.app-container {
    padding-top: 134px !important;
  }
  .is-safari .cart-timer-active.alert-container-active.app-container > div, .is-firefox .cart-timer-active.alert-container-active.app-container > div {
    height: calc(100% - 134px);
  }
}

@media (max-width: 640px) {
  .is-safari .alert-container-active.app-container {
    padding-top: 55px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-safari .alert-container-active.app-container > div {
    /*height: calc(100% - 86px);*/
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 640px) {
  .is-firefox .alert-container-active.app-container {
    padding-top: 55px !important;
  }
}

@media (max-width: 640px) {
  .is-safari .seatmap-header, .is-firefox .seatmap-header {
    margin-top: 55px;
  }
}

@media (max-width: 640px) {
  .is-safari .cart-timer-active .seatmap-header, .is-firefox .cart-timer-active .seatmap-header {
    margin-top: 109px;
  }
}

@media (max-width: 640px) {
  .is-safari .alert-container-active .seatmap-header, .is-firefox .alert-container-active .seatmap-header {
    margin-top: 63px;
  }
}

@media (max-width: 640px) {
  .is-safari .alert-container-active.cart-timer-active .seatmap-header, .is-firefox .alert-container-active.cart-timer-active .seatmap-header {
    margin-top: 63px;
  }
}

@media (max-width: 640px) {
  .is-safari .alert-container, .is-firefox .alert-container {
    position: absolute;
  }
}

textarea {
  outline: 0;
  resize: none;
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  margin-top: 4px;
}
@media (max-width: 640px) {
  textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
textarea:focus {
  border-bottom-color: #6a6a6a;
}
textarea::-webkit-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
textarea::-moz-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
textarea:-ms-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
textarea[aria-invalid=true] {
  border-bottom-color: #E31837;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel] {
  outline: 0;
  border: 0;
  border-bottom: 2px solid #F8F8F8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-family: "RedHatDisplay", sans-serif;
  color: #333333;
  min-width: 100px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 4px;
}
@media (max-width: 640px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus {
  border-bottom-color: #6a6a6a;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #6A6A6A;
  font-style: italic;
}
input[type=text][aria-invalid=true],
input[type=password][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=number][aria-invalid=true],
input[type=tel][aria-invalid=true] {
  border-bottom-color: #E31837;
}

label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #130B2D;
}
@media (max-width: 640px) {
  label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.checkbox-custom {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.checkbox-custom + label {
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .checkbox-custom + label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.checkbox-custom + label::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: inline-block;
  border: 2px solid #6A6A6A;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 2rem;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  line-height: 1;
}
@media (max-width: 640px) {
  .checkbox-custom + label::before {
    margin-top: 2px;
  }
}
.mod-no-touchevents .checkbox-custom + label:hover {
  /*color: $secondary-color;*/
}
.mod-no-touchevents .checkbox-custom + label:hover:before {
  border-color: #6a6a6a;
}
.checkbox-custom[id=all] + label:before {
  content: url("/SmartSeat/imgs/icon-minus.png");
  border-color: #6a6a6a;
  background-color: #6a6a6a;
}
.checkbox-custom:checked + label {
  /*color: $secondary-color;*/
}
.checkbox-custom:checked + label:before {
  content: url("/SmartSeat/imgs/icon-checkbox.png");
  border-color: #6a6a6a;
  background-color: #6a6a6a;
}
.checkbox-custom:focus + label {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
.checkbox-custom:focus + label:before {
  border-color: #373737;
}

.form-container {
  margin-top: 24px;
}
.form-item + .form-item {
  margin-top: 16px;
}

input[type=radio] {
  /*display: none;*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
input[type=radio]:focus + label {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
input[type=radio]:focus + label:after {
  border-color: #6a6a6a;
}
input[type=radio] + label {
  color: #333333;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
@media (max-width: 640px) {
  input[type=radio] + label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input[type=radio] + label:before {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  margin-left: 5px;
}
input[type=radio] + label:after {
  border: 2px solid #6A6A6A;
  background-color: transparent;
  width: 22px;
  height: 22px;
}
.mod-no-touchevents input[type=radio] + label:hover {
  color: #6a6a6a;
}
.mod-no-touchevents input[type=radio] + label:hover:after {
  border-color: #6a6a6a;
}
input[type=radio]:checked + label {
  color: #6a6a6a;
}
input[type=radio]:checked + label:before {
  background-color: #6a6a6a;
}
input[type=radio]:checked + label:after {
  border-color: #6a6a6a;
}

/* error notice with icon */
.error-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0px;
  color: #E31837;
  fill: #E31837;
}
@media (max-width: 640px) {
  .error-notice {
    margin: 4px 0px;
  }
}
.error-notice > svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.seat-info-dialog .seat-info-dialog-cta-btn, .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary, .zone-upsell-section-btn, .promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn, .promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary, .cart-mini-cta-btn-primary, .seat-info-prices-btn, .ticket-selection-quantity {
  display: inline-block;
  -webkit-transition: 0.1s all ease-in;
  -o-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 500;
}
.seat-info-dialog .seat-info-dialog-cta-btn:hover, .seat-info-container-btn:hover, .loading-stop-btn:hover, .footer-link:hover, .btn-primary:hover, .zone-upsell-section-btn:hover, .promo-code-info-btn:hover, .filters-section-heading-btn:hover, .dialog-cta-btn:hover, .promo-code-apply-btn:hover, .cart-mini-cta-btn-secondary:hover, .btn-secondary:hover, .cart-mini-cta-btn-primary:hover, .seat-info-prices-btn:hover, .ticket-selection-quantity:hover, .seat-info-dialog .seat-info-dialog-cta-btn:focus, .seat-info-container-btn:focus, .loading-stop-btn:focus, .footer-link:focus, .btn-primary:focus, .zone-upsell-section-btn:focus, .promo-code-info-btn:focus, .filters-section-heading-btn:focus, .dialog-cta-btn:focus, .promo-code-apply-btn:focus, .cart-mini-cta-btn-secondary:focus, .btn-secondary:focus, .cart-mini-cta-btn-primary:focus, .seat-info-prices-btn:focus, .ticket-selection-quantity:focus {
  background: #515151;
  border: 2px solid #ffffff;
}
.seat-info-dialog .disabled.seat-info-dialog-cta-btn, .disabled.seat-info-container-btn, .disabled.loading-stop-btn, .disabled.footer-link, .disabled.btn-primary, .disabled.zone-upsell-section-btn, .disabled.promo-code-info-btn, .disabled.filters-section-heading-btn, .disabled.dialog-cta-btn, .disabled.promo-code-apply-btn, .disabled.cart-mini-cta-btn-secondary, .disabled.btn-secondary, .disabled.cart-mini-cta-btn-primary, .disabled.seat-info-prices-btn, .disabled.ticket-selection-quantity, .seat-info-dialog [disabled=disabled].seat-info-dialog-cta-btn, [disabled=disabled].seat-info-container-btn, [disabled=disabled].loading-stop-btn, [disabled=disabled].footer-link, [disabled=disabled].btn-primary, [disabled=disabled].zone-upsell-section-btn, [disabled=disabled].promo-code-info-btn, [disabled=disabled].filters-section-heading-btn, [disabled=disabled].dialog-cta-btn, [disabled=disabled].promo-code-apply-btn, [disabled=disabled].cart-mini-cta-btn-secondary, [disabled=disabled].btn-secondary, [disabled=disabled].cart-mini-cta-btn-primary, [disabled=disabled].seat-info-prices-btn, [disabled=disabled].ticket-selection-quantity {
  pointer-events: none;
}
.seat-info-dialog .disabled.seat-info-dialog-cta-btn, .disabled.seat-info-container-btn, .disabled.loading-stop-btn, .disabled.footer-link, .disabled.btn-primary, .disabled.zone-upsell-section-btn, .disabled.promo-code-info-btn, .disabled.filters-section-heading-btn, .disabled.dialog-cta-btn, .disabled.promo-code-apply-btn, .disabled.cart-mini-cta-btn-secondary, .disabled.btn-secondary, .disabled.cart-mini-cta-btn-primary, .disabled.seat-info-prices-btn, .disabled.ticket-selection-quantity, .seat-info-dialog [disabled=disabled].seat-info-dialog-cta-btn, [disabled=disabled].seat-info-container-btn, [disabled=disabled].loading-stop-btn, [disabled=disabled].footer-link, [disabled=disabled].btn-primary, [disabled=disabled].zone-upsell-section-btn, [disabled=disabled].promo-code-info-btn, [disabled=disabled].filters-section-heading-btn, [disabled=disabled].dialog-cta-btn, [disabled=disabled].promo-code-apply-btn, [disabled=disabled].cart-mini-cta-btn-secondary, [disabled=disabled].btn-secondary, [disabled=disabled].cart-mini-cta-btn-primary, [disabled=disabled].seat-info-prices-btn, [disabled=disabled].ticket-selection-quantity, .seat-info-dialog .seat-info-dialog-cta-btn:disabled, .seat-info-container-btn:disabled, .loading-stop-btn:disabled, .footer-link:disabled, .btn-primary:disabled, .zone-upsell-section-btn:disabled, .promo-code-info-btn:disabled, .filters-section-heading-btn:disabled, .dialog-cta-btn:disabled, .promo-code-apply-btn:disabled, .cart-mini-cta-btn-secondary:disabled, .btn-secondary:disabled, .cart-mini-cta-btn-primary:disabled, .seat-info-prices-btn:disabled, .ticket-selection-quantity:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  border: 2px solid transparent;
}
.seat-info-dialog .disabled.disabled-clickable.seat-info-dialog-cta-btn, .disabled.disabled-clickable.seat-info-container-btn, .disabled.disabled-clickable.loading-stop-btn, .disabled.disabled-clickable.footer-link, .disabled.disabled-clickable.btn-primary, .disabled.disabled-clickable.zone-upsell-section-btn, .disabled.disabled-clickable.promo-code-info-btn, .disabled.disabled-clickable.filters-section-heading-btn, .disabled.disabled-clickable.dialog-cta-btn, .disabled.disabled-clickable.promo-code-apply-btn, .disabled.disabled-clickable.cart-mini-cta-btn-secondary, .disabled.disabled-clickable.btn-secondary, .disabled.disabled-clickable.cart-mini-cta-btn-primary, .disabled.disabled-clickable.seat-info-prices-btn, .disabled.disabled-clickable.ticket-selection-quantity, .seat-info-dialog [disabled=disabled].disabled-clickable.seat-info-dialog-cta-btn, [disabled=disabled].disabled-clickable.seat-info-container-btn, [disabled=disabled].disabled-clickable.loading-stop-btn, [disabled=disabled].disabled-clickable.footer-link, [disabled=disabled].disabled-clickable.btn-primary, [disabled=disabled].disabled-clickable.zone-upsell-section-btn, [disabled=disabled].disabled-clickable.promo-code-info-btn, [disabled=disabled].disabled-clickable.filters-section-heading-btn, [disabled=disabled].disabled-clickable.dialog-cta-btn, [disabled=disabled].disabled-clickable.promo-code-apply-btn, [disabled=disabled].disabled-clickable.cart-mini-cta-btn-secondary, [disabled=disabled].disabled-clickable.btn-secondary, [disabled=disabled].disabled-clickable.cart-mini-cta-btn-primary, [disabled=disabled].disabled-clickable.seat-info-prices-btn, [disabled=disabled].disabled-clickable.ticket-selection-quantity, .seat-info-dialog .seat-info-dialog-cta-btn:disabled.disabled-clickable, .seat-info-container-btn:disabled.disabled-clickable, .loading-stop-btn:disabled.disabled-clickable, .footer-link:disabled.disabled-clickable, .btn-primary:disabled.disabled-clickable, .zone-upsell-section-btn:disabled.disabled-clickable, .promo-code-info-btn:disabled.disabled-clickable, .filters-section-heading-btn:disabled.disabled-clickable, .dialog-cta-btn:disabled.disabled-clickable, .promo-code-apply-btn:disabled.disabled-clickable, .cart-mini-cta-btn-secondary:disabled.disabled-clickable, .btn-secondary:disabled.disabled-clickable, .cart-mini-cta-btn-primary:disabled.disabled-clickable, .seat-info-prices-btn:disabled.disabled-clickable, .ticket-selection-quantity:disabled.disabled-clickable {
  pointer-events: fill;
}
.seat-info-dialog .seat-info-dialog-cta-btn:empty:not(input[type=submit]), .seat-info-container-btn:empty:not(input[type=submit]), .loading-stop-btn:empty:not(input[type=submit]), .footer-link:empty:not(input[type=submit]), .btn-primary:empty:not(input[type=submit]), .zone-upsell-section-btn:empty:not(input[type=submit]), .promo-code-info-btn:empty:not(input[type=submit]), .filters-section-heading-btn:empty:not(input[type=submit]), .dialog-cta-btn:empty:not(input[type=submit]), .promo-code-apply-btn:empty:not(input[type=submit]), .cart-mini-cta-btn-secondary:empty:not(input[type=submit]), .btn-secondary:empty:not(input[type=submit]), .cart-mini-cta-btn-primary:empty:not(input[type=submit]), .seat-info-prices-btn:empty:not(input[type=submit]), .ticket-selection-quantity:empty:not(input[type=submit]) {
  display: none;
}

.zone-upsell-section-btn, .promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn, .promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary, .cart-mini-cta-btn-primary, .seat-info-prices-btn {
  padding: 10px 12px;
}

.seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary {
  padding: 10px 22px;
}
@media (max-width: 640px) {
  .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary {
    padding: 10px 18px;
  }
}

.seat-info-dialog .seat-info-dialog-cta-btn {
  padding: 10px;
}

.seat-info-dialog .seat-info-dialog-cta-btn, .seat-info-container-btn, .loading-stop-btn, .footer-link, .btn-primary, .ticket-selection-quantity {
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.01rem;
  background-color: #6a6a6a;
}
.seat-info-dialog .seat-info-dialog-cta-btn:hover, .seat-info-container-btn:hover, .loading-stop-btn:hover, .footer-link:hover, .btn-primary:hover, .ticket-selection-quantity:hover, .seat-info-dialog .seat-info-dialog-cta-btn:focus, .seat-info-container-btn:focus, .loading-stop-btn:focus, .footer-link:focus, .btn-primary:focus, .ticket-selection-quantity:focus {
  background-color: #515151;
  -webkit-box-shadow: #6a6a6a 0px 0px 4px 0px;
          box-shadow: #6a6a6a 0px 0px 4px 0px;
}
.seat-info-dialog .disabled.seat-info-dialog-cta-btn, .disabled.seat-info-container-btn, .disabled.loading-stop-btn, .disabled.footer-link, .disabled.btn-primary, .disabled.ticket-selection-quantity, .seat-info-dialog .seat-info-dialog-cta-btn:disabled, .seat-info-container-btn:disabled, .loading-stop-btn:disabled, .footer-link:disabled, .btn-primary:disabled, .ticket-selection-quantity:disabled {
  background-color: #ffffff;
  color: #9e9e9e;
}
.seat-info-dialog .disabled.seat-info-dialog-cta-btn:hover, .disabled.seat-info-container-btn:hover, .disabled.loading-stop-btn:hover, .disabled.footer-link:hover, .disabled.btn-primary:hover, .disabled.ticket-selection-quantity:hover, .seat-info-dialog .seat-info-dialog-cta-btn:disabled:hover, .seat-info-container-btn:disabled:hover, .loading-stop-btn:disabled:hover, .footer-link:disabled:hover, .btn-primary:disabled:hover, .ticket-selection-quantity:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
}

.seat-info-prices-btn {
  background-color: #ffffff;
  border-radius: 3px;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.seat-info-prices-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #6a6a6a;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.seat-info-prices-btn:hover, .seat-info-prices-btn:focus {
  background-color: #F8F8F8;
  outline: 2px solid #333333;
}
.seat-info-prices-btn:focus:before {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.disabled.seat-info-prices-btn {
  background-color: #F8F8F8;
  color: #9e9e9e;
}
.active.seat-info-prices-btn {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #6a6a6a;
  color: #ffffff;
}
.active.seat-info-prices-btn:focus:before {
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn, .promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary, .cart-mini-cta-btn-primary {
  text-transform: capitalize;
  letter-spacing: 0.01rem;
}
.promo-code-info-btn:hover, .filters-section-heading-btn:hover, .dialog-cta-btn:hover, .promo-code-apply-btn:hover, .cart-mini-cta-btn-secondary:hover, .btn-secondary:hover, .cart-mini-cta-btn-primary:hover, .promo-code-info-btn:focus, .filters-section-heading-btn:focus, .dialog-cta-btn:focus, .promo-code-apply-btn:focus, .cart-mini-cta-btn-secondary:focus, .btn-secondary:focus, .cart-mini-cta-btn-primary:focus {
  border: 2px solid #b30202;
  background-color: #F8F8F8;
}
.promo-code-info-btn:disabled, .filters-section-heading-btn:disabled, .dialog-cta-btn:disabled, .promo-code-apply-btn:disabled, .cart-mini-cta-btn-secondary:disabled, .btn-secondary:disabled, .cart-mini-cta-btn-primary:disabled {
  color: #6A6A6A;
}
.promo-code-info-btn:disabled:hover, .filters-section-heading-btn:disabled:hover, .dialog-cta-btn:disabled:hover, .promo-code-apply-btn:disabled:hover, .cart-mini-cta-btn-secondary:disabled:hover, .btn-secondary:disabled:hover, .cart-mini-cta-btn-primary:disabled:hover {
  border: 2px solid transparent;
}

.cart-mini-cta-btn-primary {
  color: #ffffff;
  background-color: #6a6a6a;
}
.cart-mini-cta-btn-primary:hover, .cart-mini-cta-btn-primary:focus {
  background-color: #9d9d9d;
}

.promo-code-apply-btn, .cart-mini-cta-btn-secondary, .btn-secondary {
  color: #6a6a6a;
}
[disabled].promo-code-apply-btn, [disabled].cart-mini-cta-btn-secondary, [disabled].btn-secondary {
  color: #6a6a6a;
}
[disabled].promo-code-apply-btn:hover, [disabled].cart-mini-cta-btn-secondary:hover, [disabled].btn-secondary:hover {
  border-color: #6a6a6a;
  background-color: transparent;
}

.promo-code-info-btn, .filters-section-heading-btn, .dialog-cta-btn {
  color: #b30202;
}

.cart-container-inner .cart-item-action, .cart-mini-item-button {
  background-color: transparent;
  font-family: "RedHatDisplay";
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.cart-container-inner .cart-item-action:focus, .cart-mini-item-button:focus {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}

.cart-mini-item-button {
  cursor: pointer;
  text-decoration: underline;
}
.cart-mini-item-button:hover, .cart-mini-item-button:focus {
  text-decoration: none;
}

.btn-secondary {
  border: 2px solid #6a6a6a;
}

.btn-toggle-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn-toggle-full:focus {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
.btn-toggle-full + * {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.stack > * + * {
  -webkit-margin-before: 0.75em;
          margin-block-start: 0.75em;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-container {
  background-color: #EFF1F3;
  padding: 10px 0;
}
@media (max-width: 400px) {
  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-link {
  text-align: center;
  font-weight: 500;
}
.footer-link:first-child {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .footer-link:first-child {
    margin-right: 5px;
  }
}
.footer-link:last-child {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .footer-link:last-child {
    margin-left: 5px;
  }
}
.footer-link > a {
  color: #ffffff;
}

@media (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
  }
}
header.modal-active {
  z-index: 99;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 40;
  position: relative;
  min-height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-container {
    height: 0px;
  }
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info > div {
  overflow: hidden;
}
.header-info a {
  cursor: pointer;
}

.header-one-row .header-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container {
  background-color: #b30202;
  padding: 14px 24px;
  color: #ffffff;
}
@media (max-width: 708px) {
  .header-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 640px) {
  .header-container {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 55px;
  }
}
.header-container a {
  color: #ffffff;
}
.header-back-icon {
  fill: #ffffff;
  height: 20px;
  width: 12px;
  margin-right: 16px;
}
.header-logo, .header-right-icon {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 16px;
  -webkit-animation-name: fade-scale-in;
          animation-name: fade-scale-in;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media (max-width: 708px) {
  .header-logo, .header-right-icon {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .header-logo, .header-right-icon {
    width: 25px;
    height: 25px;
  }
}
.header-logo > svg, .header-right-icon > svg {
  fill: #ffffff;
}
.header-right-icon {
  margin-right: 0;
}
.header-logo-link {
  margin-right: 16px;
}
.header-logo-link .header-logo {
  margin-right: 0;
}
.header-performance {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #ffffff;
  -webkit-animation-name: fade-in-shift-down;
          animation-name: fade-in-shift-down;
  position: relative;
  opacity: 0;
  top: -8px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  font-weight: 500;
}
.header-performance-subhead {
  color: #ffffff;
  font-weight: 500;
}
.header-performance-subhead > span {
  display: inline-block;
}
@media (max-width: 640px) {
  .header-performance-subhead > span {
    display: block;
  }
}
.header-performance-date:after {
  content: " | ";
}
@media (max-width: 640px) {
  .header-performance-date:after {
    content: " ";
  }
}
.header-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-filters-link {
  color: #ffffff;
  margin-left: 16px;
  margin-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-filters-link:focus {
  -webkit-box-shadow: #b30202 0 0 0 4px, #ffffff 0 0 0 5px;
          box-shadow: #b30202 0 0 0 4px, #ffffff 0 0 0 5px;
}
.header-filters-link + * {
  margin-left: 3rem;
}
@media (max-width: 640px) {
  .header-filters-link + * {
    margin-left: 0.75rem;
  }
}
.header-filters-link span {
  display: block;
  margin-right: 0.5rem;
}
@media (max-width: 640px) {
  .header-filters-link span:not(.cart-icon-amount) {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
  }
}
.header-filters-link .cart-icon-amount {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 1rem;
  background: #ffffff;
  top: -0.375rem;
  right: -0.3125rem;
  position: absolute;
  color: #b30202;
  border: 1px solid #b30202;
  line-height: 0.9rem;
  font-size: 0.625rem;
  visibility: visible;
  font-family: "RedHatDisplay", sans-serif;
}
.header-filters-filter-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.header-filters-filter-icon > svg {
  fill: #ffffff;
}
.header-filters-close-icon {
  display: inline-block;
  width: 24px;
  height: 1.6875rem;
}
.header-filters-close-icon > svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (min-width: 640px) {
  .header-container-viewfromseat {
    z-index: 0;
  }
}
.alert-container {
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  z-index: 30;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: none;
  position: relative;
  max-height: 4.25rem;
}
@media (max-width: 640px) {
  .alert-container {
    max-height: 5.5rem;
  }
}
.alert-container a {
  color: #ffffff;
}
@media (max-width: 640px) {
  .alert-container {
    width: 100%;
  }
}
.alert-container-open {
  padding: 0.5rem 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert-container-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  text-align: center;
}
.alert-container-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.alert-close {
  color: inherit;
}
.alert-close:focus {
  -webkit-box-shadow: #515151 0 0 0 4px, #ffffff 0 0 0 5px;
          box-shadow: #515151 0 0 0 4px, #ffffff 0 0 0 5px;
  margin-left: 16px;
}
.alert-close-icon {
  fill: white;
  height: 20px;
  width: 20px;
}

.cart-container.hide {
  visibility: hidden;
}
.cart-icon {
  cursor: pointer;
  width: 26px;
  height: 22px;
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
@media (max-width: 640px) {
  .cart-icon {
    width: 23px;
    height: 18px;
  }
}
.cart-icon-container {
  position: relative;
}
.cart-icon-container.grow > svg {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cart-icon-container.grow > svg + .cart-icon-amount {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.cart-icon-container.grow > svg + .cart-icon-amount.show {
  visibility: visible;
}
.cart-icon-amount {
  visibility: hidden;
}

.cart-icon {
  fill: #ffffff;
}
.cart-icon-amount {
  background-color: #373737;
  color: #ffffff;
  font-size: 0.8rem;
}

.cart-mini-items {
  display: table;
  width: 100%;
}
.cart-mini-item {
  display: table-row;
}
.cart-mini-item.active {
  font-weight: 500;
}
.cart-mini-item.active .cart-mini-item-section {
  text-decoration: none;
  cursor: default;
}
.cart-mini-item > span {
  display: table-cell;
  padding-bottom: 5px;
}
.cart-mini-item > span + span {
  padding-left: 6px;
}
.cart-mini-item > span:last-child {
  text-align: right;
}
.cart-mini-item > span:nth-child(1) {
  width: 67%;
}
.cart-mini-item > span:nth-child(2) {
  width: 25%;
}
.cart-mini-item > span:nth-child(3) {
  width: 8%;
}
.cart-mini-item-button {
  color: #6a6a6a;
}
.cart-mini-item-text {
  display: block;
  line-height: 1.2;
}
.cart-mini-close {
  width: 12px;
  height: 12px;
}

.cart-mini-close {
  fill: #333333;
  cursor: pointer;
}
.cart-mini-items p {
  text-align: center;
}
.cart-mini-cta {
  margin-top: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cart-timer {
  width: 100%;
  margin: 0 auto;
  background-color: #F8F8F8;
  color: #333333;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  max-height: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 640px) {
  .cart-timer {
    height: 2.5rem;
    max-height: 2.5rem;
  }
}
.cart-timer-inner {
  padding: 0.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 640px) {
  .cart-timer-inner {
    padding: 0.5rem 0.75rem;
    height: 100%;
  }
}
.cart-timer-inner span {
  font-weight: 500;
}
.cart-timer-expiring {
  color: #E31837;
}

/* Overwriting default 86px of top header with 134px including cart timer */
@media (max-width: 640px) {
  .cart-timer-active.app-container {
    padding-top: 95px;
  }
  .cart-timer-active .cart-mini-container, .cart-timer-active .cart-mini-background {
    top: 94px;
  }
  .cart-timer-active .map-container {
    max-height: calc(100vh - 95px);
  }
  .cart-timer-active .seat-info-views-icon {
    top: 115px;
  }
  .cart-timer-active .seat-info-dialog {
    padding: 0 24px 119px 24px;
  }
  .cart-timer-active .legend-container.open {
    top: 127px;
  }
}
@media (max-width: 930px) {
  .cart-timer-active .map-level-select-container.open {
    top: 95px;
  }
  .cart-timer-active .seatmap-content-info .filters-section {
    top: 95px !important;
    height: calc(100% - 138px) !important;
  }
}
.dialog-wrapper {
  overflow-x: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  overflow-y: auto;
  padding: 50px 0;
}
.dialog-container {
  margin: auto;
  z-index: 10;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dialog-container {
    /* IE10+ specific styles go here */
    margin: 100px 0;
  }
}
.dialog-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.dialog-wrapper {
  opacity: 0;
  -webkit-animation: fade-in 0.15s ease-in forwards;
          animation: fade-in 0.15s ease-in forwards;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-container {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
  max-width: 500px;
  width: 100%;
  min-height: 200px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-animation: fade-in-shift-down-long 0.3s ease 0.15s forwards;
          animation: fade-in-shift-down-long 0.3s ease 0.15s forwards;
}
.dialog-cta-container {
  margin-right: -12px;
  margin-bottom: -10px;
}
.dialog-cta-btn + .dialog-cta-btn {
  margin-left: 10px;
}
.dialog-cta-left {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.modal-wrapper {
  overflow-x: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  overflow-y: hidden;
  padding: 20vh 0;
}
.modal-wrapper.priority-1 {
  z-index: 110;
}
.modal-wrapper.priority-2 {
  z-index: 100;
}
.modal-wrapper.priority-3 {
  z-index: 90;
}
.modal-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: calc(24px / 2);
}
.modal-cta-container > * + * {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.modal-wrapper {
  opacity: 0;
  -webkit-animation: fade-in 0.15s ease-in forwards;
          animation: fade-in 0.15s ease-in forwards;
}
@media (max-width: 930px) {
  .modal-wrapper {
    z-index: 98;
  }
}
.modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-container {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 45px, rgba(0, 0, 0, 0.15) 0px 16px 26px;
  max-width: 500px;
  width: 100%;
  min-height: 175px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-animation: fade-in-shift-down-long 0.3s ease 0.15s forwards;
          animation: fade-in-shift-down-long 0.3s ease 0.15s forwards;
}
.modal-container.modal-container-performance-list {
  max-height: 60vh;
  position: fixed;
}

.modal-performance-list {
  overflow-y: auto;
  max-height: calc(60vh - 175px);
  padding: 6px;
  margin-left: -6px;
  margin-right: -6px;
}

.modal-large {
  max-width: 676px;
  min-height: 16rem;
}

body {
  background-color: #b30202;
}
body:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*.seatmap-container & {
      height: calc(100vh - 64px);

      @include media(small) {
          height: calc(100vh - 55px);
      }
  }*/
}
.loading-container.main {
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  top: 0;
  width: 100vw;
  position: absolute;
}
.loading-container.main.loaded {
  top: -100vh;
}
.loading-container.main.loaded + .app-container {
  display: block;
}
.loading-container.main + .app-container {
  display: none;
}
.loading-text {
  padding-top: 15px;
}

.loading-container {
  background-color: #b30202;
}
.loading-text {
  padding-top: 15px;
  color: #ffffff;
}
.loading-icon {
  -webkit-animation: rotate 2s linear infinite, fade-in 0.4s linear forwards;
          animation: rotate 2s linear infinite, fade-in 0.4s linear forwards;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 120px;
  height: 120px;
  fill: #ffffff;
}
.loading-icon-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ffffff;
}
.loading-icon.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.loading-icon.paused .loading-icon-path {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.loading-stop-btn {
  margin-top: 25px;
  background: transparent;
  color: white;
  border: 1px solid white;
}

.modal-loader .loading-container, .sidebar-loader .loading-container {
  position: absolute;
  height: auto;
  background: transparent;
}
.modal-loader .loading-icon-path, .sidebar-loader .loading-icon-path {
  stroke: #6a6a6a;
}
.modal-loader .loading-text, .sidebar-loader .loading-text {
  font-size: 1.5rem;
  color: #6a6a6a;
}

.sidebar-loader {
  min-height: 27vh;
  position: relative;
}
@media (max-width: 930px) {
  .sidebar-loader {
    height: 14vh;
    min-height: 0;
    -webkit-transform: scale(0.5) translateY(-55%);
        -ms-transform: scale(0.5) translateY(-55%);
            transform: scale(0.5) translateY(-55%);
  }
}

.modal-loader {
  position: relative;
  padding-block: 24px;
}
.modal-loader .loading-container {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.filters-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 676px;
  padding-bottom: 161px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filters-container {
    /* IE10+ CSS styles go here */
    display: block;
  }
}
@media (max-width: 708px) {
  .filters-container {
    padding-bottom: 137px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
  }
}
.filters-section {
  top: -8px;
  position: relative;
  opacity: 0;
  z-index: 10;
}
.filters-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.filters-section-heading.contains-btn {
  margin-top: -10px;
}
.filters-section-heading .heading-general {
  margin-bottom: 0;
}
.filters-section-heading-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters-section-heading-toggles .btn-toggle-accordion {
  border: 2px solid transparent;
}
.filters-section-heading-toggles .btn-toggle-accordion:focus {
  border-color: #b30202;
}
.filters-section-heading-toggles-icon {
  width: 0.75rem;
  height: 0.5rem;
  fill: #6A6A6A;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all !important;
  position: relative;
}
@media (max-width: 1025px) {
  .filters-section-heading-toggles-icon {
    width: 0.75rem;
    height: 0.5rem;
  }
}
.filters-section-heading-toggles-icon.toggled {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters-section + .filters-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #F8F8F8;
}
@media (max-width: 1025px) {
  .filters-section + .filters-section {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.filters-section-message {
  margin-bottom: 12px;
}
.filters-section.promo-code-section {
  z-index: 20;
}
.filters-section button:focus {
  /*outline: 2px solid $secondary-color-dk;*/
}

.filters-section:nth-child(1) {
  -webkit-animation: fade-in-shift-down 0.3s ease 1s forwards;
          animation: fade-in-shift-down 0.3s ease 1s forwards;
}

.filters-section:nth-child(2) {
  -webkit-animation: fade-in-shift-down 0.3s ease 1.2s forwards;
          animation: fade-in-shift-down 0.3s ease 1.2s forwards;
}

.filters-section:nth-child(3) {
  -webkit-animation: fade-in-shift-down 0.3s ease 1.4s forwards;
          animation: fade-in-shift-down 0.3s ease 1.4s forwards;
}

.filters-section:nth-child(4) {
  -webkit-animation: fade-in-shift-down 0.3s ease 1.6s forwards;
          animation: fade-in-shift-down 0.3s ease 1.6s forwards;
}

.filters-section:nth-child(5) {
  -webkit-animation: fade-in-shift-down 0.3s ease 1.8s forwards;
          animation: fade-in-shift-down 0.3s ease 1.8s forwards;
}

.filters-section:nth-child(6) {
  -webkit-animation: fade-in-shift-down 0.3s ease 2s forwards;
          animation: fade-in-shift-down 0.3s ease 2s forwards;
}

.filters-section:nth-child(7) {
  -webkit-animation: fade-in-shift-down 0.3s ease 2.2s forwards;
          animation: fade-in-shift-down 0.3s ease 2.2s forwards;
}

.filters-section:nth-child(8) {
  -webkit-animation: fade-in-shift-down 0.3s ease 2.4s forwards;
          animation: fade-in-shift-down 0.3s ease 2.4s forwards;
}

.ticket-quantity-selection button:focus {
  border: 2px solid #373737;
  border-radius: 3px;
  outline: 0;
}

@media (min-width: 930px) {
  .filters-container .promo-code-apply-standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .filters-container .promo-code-apply-standard label {
    width: 100%;
  }
  .filters-container .promo-code-apply-standard .promo-code-apply-input {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .filters-container .promo-code-apply-standard .promo-code-apply-btn {
    width: unset;
    margin-top: 0.25rem;
  }
}
.flex-progress-section {
  background-color: #EFF1F3;
}
.flex-progress-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0;
}
.flex-progress-section-inner > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flex-progress-section-inner > div:first-child {
  width: calc(80% - 8px);
  margin-right: 16px;
}
@media (max-width: 708px) {
  .flex-progress-section-inner > div:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.flex-progress-section-inner > div:last-child {
  width: calc(20% - 8px);
}
@media (max-width: 708px) {
  .flex-progress-section-inner > div:last-child {
    width: 100%;
  }
}
@media (max-width: 708px) {
  .flex-progress-section-inner {
    padding: 1.25rem;
  }
}
.flex-progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-progress-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eeeeee;
  text-align: center;
}
.flex-progress-item:not(:first-child) {
  border-left: none;
}
.flex-progress-item:first-child {
  border-top-left-radius: 500rem;
  border-bottom-left-radius: 500rem;
}
.flex-progress-item:last-child {
  border-top-right-radius: 500rem;
  border-bottom-right-radius: 500rem;
}
.flex-progress-unreserved {
  border-color: #eeeeee;
  background-color: #ffffff;
}
.flex-progress-reserved {
  background-color: #6a6a6a;
  color: #ffffff;
}
.flex-progress-active {
  background-color: #F8F8F8;
  color: #6a6a6a;
  font-weight: 500;
}
.flex-progress-instructions {
  margin-top: 1.25rem;
}

.packages-progress-section {
  background-color: #EFF1F3;
}
.packages-progress-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
@media (max-width: 640px) {
  .packages-progress-section-heading {
    display: block;
  }
}
.packages-progress-section-inner {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0;
}
.packages-progress-section-inner > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 708px) {
  .packages-progress-section-inner > div:first-child {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 708px) {
  .packages-progress-section-inner > div:last-child {
    width: 100%;
  }
}
@media (max-width: 708px) {
  .packages-progress-section-inner {
    padding: 1rem;
  }
}
.packages-progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.packages-progress-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.packages-progress-item:not(:first-child) {
  border-left: none;
}
.packages-progress-item:first-child {
  border-top-left-radius: 500rem;
  border-bottom-left-radius: 500rem;
}
.packages-progress-item:last-child {
  border-top-right-radius: 500rem;
  border-bottom-right-radius: 500rem;
}
.packages-progress-unreserved {
  border-color: #eeeeee;
  background-color: #ffffff;
}
.packages-progress-reserved {
  background-color: #6a6a6a;
  color: #ffffff;
}
.packages-progress-active {
  background-color: #6a6a6a;
  color: #6a6a6a;
  font-weight: 500;
}
.packages-progress-total-container {
  background-color: #333333;
  color: #ffffff;
}
.packages-progress-total-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-range-container {
  position: relative;
  height: 19px;
  /*input.lower-range, input.upper-range {
      &:focus {
          outline-color: $secondary-color;
          background-color: $secondary-color-dk;
      }
  }*/
}
@media (max-width: 1025px) {
  .price-range-container {
    height: 36px;
    padding-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.price-range-spread {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  height: 3px;
  background-color: #6a6a6a;
  pointer-events: none;
}
.price-range-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-range-numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*flex-direction: column-reverse;*/
}
.price-range-numbers-wrapper input {
  width: 100%;
  max-width: 100% !important;
}
.price-range-numbers-wrapper + .price-range-numbers-wrapper {
  margin-left: 1rem;
}
.price-range-numbers-label {
  position: relative;
}
.price-range-numbers-label:after {
  content: attr(data-currency-symbol);
  position: absolute;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .price-range-spread {
    margin-top: -8px;
  }
  .price-range-spread:after, .price-range-spread:before {
    content: "";
    position: absolute;
    background: #6a6a6a;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: -7px;
  }
  .price-range-spread:after {
    left: 0;
  }
  .price-range-spread:before {
    right: 0;
  }
  .price-range-container {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #cccccc;
  }
}
.price-range-numbers {
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .price-range-numbers {
    margin-top: 12px;
  }
}
.price-range-numbers-input[type=number] {
  margin-top: 4px;
  background-color: #eeeeee;
  padding: 10px 25px;
  max-width: 100px;
}
.price-range-numbers-input:focus + .price-range-numbers-label {
  color: #6a6a6a;
}
.price-range-numbers-input-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E31837;
}
.price-range-numbers-input-error svg {
  fill: #E31837;
  margin-right: 10px;
  height: 24px;
  width: 24px;
}
.price-range-numbers-input-error span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.price-range-numbers-label {
  color: #333333;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
}
.price-range-numbers-label:after {
  top: calc(100% + 14px);
  left: 10px;
}

.price-range-input {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  background: transparent;
  height: 3px;
}
.price-range-input:focus {
  z-index: 20 !important;
}
.price-range-input:focus::-webkit-slider-thumb {
  outline-color: #373737;
  background-color: #373737;
}
.price-range-input::-moz-focus-outer {
  border: 0;
  outline: none;
}
.price-range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0.1px 0.1px 0.1px rgba(204, 204, 204, 0.67), 0px 0px 0.1px rgba(204, 204, 204, 0.67);
          box-shadow: 0.1px 0.1px 0.1px rgba(204, 204, 204, 0.67), 0px 0px 0.1px rgba(204, 204, 204, 0.67);
  background: rgba(192, 189, 189, 0.34);
  border-radius: 0.5px;
  border: 0px solid #cccccc;
}
.price-range-input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-width: 11px 0;
}
.price-range-input::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px #6a6a6a, 0px 0px 0px #9d9d9d;
          box-shadow: 0px 0px 0px #6a6a6a, 0px 0px 0px #9d9d9d;
  border: 0px solid #6a6a6a;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #6a6a6a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  z-index: 20;
  position: relative;
}
.price-range-input::focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0.1px 0.1px 0.1px rgba(189, 189, 189, 0.67), 0px 0px 0.1px rgba(202, 202, 202, 0.67);
          box-shadow: 0.1px 0.1px 0.1px rgba(189, 189, 189, 0.67), 0px 0px 0.1px rgba(202, 202, 202, 0.67);
  background: rgba(192, 189, 189, 0.34);
  border-radius: 0.5px;
  border: 0px solid #cccccc;
}
.price-range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0.1px 0.1px 0.1px rgba(189, 189, 189, 0.67), 0px 0px 0.1px rgba(202, 202, 202, 0.67);
  background: rgba(192, 189, 189, 0.34);
  border-radius: 0.5px;
  border: 0px solid #cccccc;
}
.price-range-input::-moz-range-thumb {
  box-shadow: 0px 0px 0px #6a6a6a, 0px 0px 0px #9d9d9d;
  border: 0px solid #6a6a6a;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #6a6a6a;
  cursor: pointer;
}
.price-range-input::-ms-fill-lower {
  background: rgba(172, 168, 168, 0.34);
}
.price-range-input::-ms-fill-upper {
  background: rgba(192, 189, 189, 0.34);
}
.price-range-input::-ms-thumb {
  box-shadow: 0px 0px 0px #6a6a6a, 0px 0px 0px #9d9d9d;
  border: 0px solid #6a6a6a;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #6a6a6a;
  cursor: pointer;
  margin-top: 1px;
}
.price-range-input:focus::-ms-fill-lower {
  background: rgba(192, 189, 189, 0.34);
}
.price-range-input :focus::-ms-fill-upper {
  background: rgba(212, 210, 210, 0.34);
}

.promo-code-apply-standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promo-code-apply-standard button {
  margin-top: 0.5rem;
  width: 100%;
}

.promo-code-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-code-apply-input {
  margin-right: 10px;
  background-color: #eeeeee;
  padding: 10px 25px !important;
  width: 100%;
}
.promo-code-apply-btn {
  border: 2px solid #6a6a6a;
}

.promo-code-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promo-code-info-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.promo-code-info-container-item .promo-code-success-msg {
  max-width: 2.8125rem;
}
.promo-code-info-container-item .promo-code-success-msg svg {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.625rem;
  fill: #b30202;
}
.promo-code-info-container-item .promo-code-info-desc {
  color: #6A6A6A;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .promo-code-info-container-item .promo-code-info-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.seating-option {
  margin-top: 16px;
  position: relative;
  -webkit-animation: fade-in-shift-down 0.3s ease 1.2s forwards;
          animation: fade-in-shift-down 0.3s ease 1.2s forwards;
  top: -8px;
  opacity: 0;
}

.seats-available-toast-container {
  -ms-flex-item-align: center;
      align-self: center;
}
.seats-available-container {
  text-align: center;
  opacity: 0;
  -webkit-animation: fade-in 0.3s ease 0.8s forwards;
          animation: fade-in 0.3s ease 0.8s forwards;
}
.seats-available-loading-visible {
  display: block;
}
.seats-available-loading-visible + .seats-available-text {
  display: none;
}
.seats-available-loading-hide {
  display: none;
}

.seats-available-container {
  background-color: #333333;
  padding: 16px;
  color: #ffffff;
  width: 360px;
}
@media (max-width: 640px) {
  .seats-available-container {
    padding: 10px;
  }
}

.ticket-selection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .ticket-selection-container {
    overflow-x: auto;
  }
  .ticket-selection-container::-webkit-scrollbar {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container::-webkit-scrollbar-button {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container::-webkit-scrollbar-track {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container::-webkit-scrollbar-corner {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
  .ticket-selection-container ::-webkit-resizer {
    background-color: #ffffff;
    color: #ffffff;
    width: 0;
    height: 0;
  }
}
.ticket-selection-container li:not(:last-child) {
  margin-right: 0.75rem;
}
.ticket-selection-quantity {
  width: 38px;
  min-width: 38px;
  min-height: 51px;
  text-align: center;
}
.ticket-selection-quantity:hover {
  cursor: pointer;
}
.ticket-selection-quantity:hover:disabled {
  cursor: not-allowed;
}
.ticket-selection-quantity-max-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0px;
  color: #E31837;
  fill: #E31837;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .ticket-selection-quantity-max-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.ticket-selection-quantity-max-alert {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.group-messaging-section {
  margin-bottom: 12px;
}
.group-messaging-section.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0px;
  color: #E31837;
  fill: #E31837;
}

.ticket-selection-container {
  margin-left: 3px;
  padding: 3px 0;
}
.ticket-selection-container:after {
  content: "s";
  display: inline-block;
  width: 24px;
  padding-left: 24px;
  color: #ffffff;
  font-size: 0;
  visibility: hidden;
}
@media (max-width: 640px) {
  .ticket-selection-container {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.ticket-selection-quantity + .ticket-selection-quantity {
  margin-left: 14px;
}
.ticket-selection-subtext {
  margin-top: 16px;
}
.ticket-selection-subtext:empty {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ticket-selection-types {
  padding-top: 30px;
}
.ticket-selection-types.filters-section {
  border-top: 0;
}

.toggle-container {
  position: relative;
}

.toggle-container + .toggle-container {
  margin-top: 16px;
}
.toggle-input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.toggle-label {
  display: block;
  width: 100%;
  position: relative;
}
.toggle-label > span {
  padding-right: 80px;
  display: inline-block;
}
.toggle-content {
  margin-top: 16px;
  padding-bottom: 16px;
}
.toggle-content-headline {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .toggle-content-headline {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.toggle-content-headline:only-child {
  margin-bottom: 0px;
}

.toggle-label:before {
  content: "";
  width: 36px;
  height: 14px;
  background-color: #EFF1F3;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.toggle-label:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(106, 106, 106, 0.7);
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-19px) translateY(-50%);
      -ms-transform: translateX(-19px) translateY(-50%);
          transform: translateX(-19px) translateY(-50%);
  top: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.toggle-label.disabled:before, .toggle-label[disabled=disabled]:before {
  content: "";
  width: 36px;
  height: 14px;
  background-color: #EFF1F3;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: default;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.toggle-label.disabled:after, .toggle-label[disabled=disabled]:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px 1px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-19px) translateY(-50%);
      -ms-transform: translateX(-19px) translateY(-50%);
          transform: translateX(-19px) translateY(-50%);
  top: 50%;
  cursor: default;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.toggle-input:checked + .toggle-label:before {
  background-color: #9d9d9d;
}
.toggle-input:checked + .toggle-label:after {
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  background-color: #6a6a6a;
}
.toggle-input:focus + .toggle-label:after {
  background-color: #373737;
  outline: 2px solid #373737;
}

@media (min-width: 641px) {
  .venue-level-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .venue-level-container > *:first-child {
    width: calc(30% - 24px);
    margin-right: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .venue-level-container > *:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.venue-level-svg-container-inner {
  position: relative;
  height: 0;
  /* Padding bottom being set in venue-level-filter.tsx - IE fix */
}
.venue-level-svg {
  width: 100%;
  height: auto;
  position: absolute;
}
.venue-level-svg > path {
  cursor: pointer;
}
.venue-level-svg > path.level-disabled {
  cursor: default;
}
.venue-level-message {
  padding-bottom: 30px;
}

.svg-defs {
  width: 0;
  height: 0;
}

.venue-level-list {
  padding: 16px 0;
}
@media (max-width: 640px) {
  .venue-level-list {
    margin-bottom: 16px;
  }
}
.venue-level-list-item label {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #333333;
}
.venue-level-list-item.active label:before {
  border-color: #6a6a6a;
}
.venue-level-list-item.active label {
  /*color: $secondary-color;*/
}
.venue-level-list-item + .venue-level-list-item {
  margin-top: 16px;
}
.venue-level-list-item.disabled {
  position: relative;
}
.venue-level-list-item.disabled label {
  color: #cccccc;
}
.venue-level-list-item.disabled label:before {
  border-color: #cccccc;
}
.venue-level-list-item.disabled p {
  color: #cccccc;
}
.venue-level-list-item.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.venue-level-list-item-note + * {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
.venue-level-list-item-info {
  color: #333333;
}
.venue-level-list-item-info-prices {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .venue-level-list-item-info-seats {
    margin-top: 5px;
  }
}
.venue-level-svg path {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.venue-level-list-item-info {
  padding-left: 50px;
  color: #6A6A6A;
}

.overlay-filter-section .venue-level-list-item-info {
  padding-left: 32px;
}

.venue-level-list .venue-level-list-item > label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (max-width: 640px) {
  .venue-level-list .venue-level-list-item > label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 930px) {
  .show-seat-modal-view .seat-info-container {
    height: calc(100vh - 64px);
  }
}
@media (max-width: 640px) {
  .show-seat-modal-view .seat-info-container {
    height: calc(100vh - 55px);
  }
}
@media (max-width: 930px) {
  .alert-container-active .show-seat-modal-view .seat-info-container {
    height: calc(100vh - 64px - var(--alert-height, 0));
  }
}
@media (max-width: 640px) {
  .alert-container-active .show-seat-modal-view .seat-info-container {
    height: calc(100vh - 55px - var(--alert-height, 0));
  }
}

.additional-notes {
  margin-top: 20px;
}
.additional-notes textarea {
  border-bottom: 2px solid #F8F8F8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-family: "RedHatDisplay", sans-serif;
  margin-top: 4px;
  width: 100%;
  background-color: #eeeeee;
}
.additional-notes textarea:focus {
  border-bottom-color: #6a6a6a;
}

.seat-info-main .additional-notes {
  padding: 0 24px 24px 24px;
}
@media (max-width: 930px) {
  .seat-info-main .additional-notes {
    padding: 0 16px 16px 16px;
  }
}

.sidebar-section-toggle {
  height: 3.5rem;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #333333;
  width: 100%;
}
.sidebar-section-toggle .heading-general {
  margin-bottom: 0;
}
.sidebar-section-toggle:focus {
  -webkit-box-shadow: inset #9e9e9e 0 0 0 1px;
          box-shadow: inset #9e9e9e 0 0 0 1px;
}
.sidebar-section-toggle svg {
  height: 1rem;
  width: 1rem;
  fill: #333333;
}
@media (max-width: 930px) {
  .sidebar-section-toggle {
    height: 55px;
  }
}

.legend-container {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 14%;
  z-index: 90;
}
@media (min-width: 1157px) {
  .legend-container {
    word-break: normal;
    min-width: 160px;
  }
}
.legend-container.open {
  min-width: 220px;
}
.legend-container.open .legend-close-icon {
  display: inline-block;
}
@media (max-width: 1156px) {
  .legend-container {
    width: 140px;
  }
  .legend-container.open {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .legend-container.open {
    width: calc(100% - 32px);
    z-index: 30;
    position: fixed;
    top: auto;
    bottom: 16px;
  }
}
@media (max-width: 640px) {
  .legend-container {
    bottom: 16px;
    left: 16px;
  }
}
.legend-arrow-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #6A6A6A;
  right: 12px;
  height: 15px;
  width: 15px;
  margin: auto;
}
.legend-arrow-icon-svg {
  height: 15px;
  width: 15px;
  fill: #6A6A6A;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
.legend-default {
  cursor: pointer;
  position: relative;
}
.legend-default > p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-wrap: break-word;
}
.legend-list {
  max-width: calc(100% - 15px);
}
@media (max-width: 640px) {
  .legend-list {
    max-width: calc(100% - 37px);
  }
}
.legend-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legend-wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  padding: 12px;
}
.legend-wrapper-button:focus {
  -webkit-box-shadow: inset #9e9e9e 0 0 0 1px;
          box-shadow: inset #9e9e9e 0 0 0 1px;
}
.open .legend-wrapper-button {
  display: none;
}
.legend-close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: none;
  z-index: 90;
}
@media (max-width: 640px) {
  .legend-close-icon {
    width: 25px;
    height: 25px;
  }
}
.legend-close-icon:focus {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
.legend-close-icon > svg {
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.legend-default {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.open .legend-default {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}
.legend-content {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.open .legend-content {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.legend-container {
  background-color: #ffffff;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  padding: 12px;
}
.legend-container:not(.open) {
  padding: 0;
}
.legend-container:not(.open):hover {
  background-color: #F8F8F8;
}
.legend-default {
  color: #333333;
  padding: 12px 5px 12px 5px;
  margin-left: 33px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
  /*&:before {
      background-color: $light-grey;
      left: -($legend-circle-size + $legend-circle-offset * 2);
  }

  &:after {
      background-color: $secondary-color;
      left: -($legend-circle-size + $legend-circle-offset);
  }*/
}
.legend-default:hover .legend-default-dots > :first-child {
  -webkit-transform: translateX(10px) translateY(-50%);
      -ms-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}
.legend-default:hover .legend-default-dots > :nth-child(3) {
  -webkit-transform: translateX(-10px) translateY(-50%);
      -ms-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
}
.legend-default-dots > :first-child {
  left: -33px;
}
.legend-default-dots > :nth-child(2) {
  left: -23px;
}
.legend-default-dots > :nth-child(3) {
  left: -13px;
}
.legend-default-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.legend-list-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.legend-list-item + .legend-list-item {
  margin-top: 12px;
}
.legend-list-item-icon {
  max-width: 20px;
  max-height: 20px;
}
.legend-list-item-name {
  margin-left: 15px;
  color: #333333;
  word-wrap: break-word;
  width: 100%;
}

.legend-container-modal {
  position: absolute;
  left: 24px;
  z-index: 30;
}
@media (min-width: 1157px) {
  .legend-container-modal {
    word-break: normal;
  }
}
@media (min-width: 930px) {
  .legend-container-modal {
    bottom: 24px;
  }
}
@media (max-width: 930px) {
  .legend-container-modal {
    bottom: 24px;
  }
}
.legend-container-modal.open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 90;
}
.legend-container-modal.open .legend-modal-close-icon {
  display: inline-block;
}
.legend-default {
  cursor: pointer;
  position: relative;
}
.legend-default > p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-wrap: break-word;
}
.legend-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legend-default-modal {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.open .legend-default-modal {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}
.legend-content {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.open .legend-content {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.legend-default-modal {
  color: #333333;
  padding: 12px 5px 12px 5px;
  margin-left: 33px;
  margin-right: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.legend-default-modal:hover .legend-default-modal-dots > :first-child {
  -webkit-transform: translateX(10px) translateY(-50%);
      -ms-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}
.legend-default-modal:hover .legend-default-modal-dots > :nth-child(3) {
  -webkit-transform: translateX(-10px) translateY(-50%);
      -ms-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
}
.legend-default-modal-dots > :first-child {
  left: -33px;
}
.legend-default-modal-dots > :nth-child(2) {
  left: -23px;
}
.legend-default-modal-dots > :nth-child(3) {
  left: -13px;
}
.legend-default-modal-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.legend-list-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.legend-list-item + .legend-list-item {
  margin-top: 12px;
}
.legend-list-item-icon {
  max-width: 20px;
  max-height: 20px;
}
.legend-list-item-name {
  margin-left: 24px;
  color: #333333;
  word-wrap: break-word;
  width: 100%;
}

.legend-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.legend-modal-inner {
  background-color: #ffffff;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  padding: 24px;
  max-width: 500px;
  width: calc(100% - 20px);
}

.legend-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.legend-modal-header h2 {
  color: #333333;
  font-weight: 500;
}
.legend-modal-header > .legend-modal-close-icon {
  width: 24px;
  height: 24px;
  pointer-events: all !important;
  cursor: pointer;
  display: none;
  fill: #6A6A6A;
}

.legend-modal-text {
  margin-top: 10px;
}

.legend-trigger-modal {
  color: #333333;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
.legend-trigger-modal .legend-default-modal-dots {
  position: relative;
}
.legend-trigger-modal > p {
  margin-left: 1rem;
}

/* Overwriting position of legend to accomondate for seat view bottom element */
@media (max-width: 930px) {
  .show-seat-view .legend-container {
    bottom: 77px;
  }
}
.map-container {
  max-height: calc(100vh - 64px);
}
@media (min-width: 930px) {
  .map-container {
    height: calc(100vh - 64px);
    margin: 0 auto;
    text-align: center;
  }
  .is-safari .map-container, .is-firefox .map-container {
    height: calc(100vh - 128px + 15px);
  }
}
@media (max-width: 640px) {
  .map-container {
    max-height: calc(100vh - 55px);
  }
}
.map-svg {
  width: 100%;
  cursor: -webkit-grab;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: visible !important;
}
.map-svg * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (min-width: 930px) {
  .map-svg {
    max-width: calc(158vh - 240px);
    position: relative;
    top: calc(50% - 35px);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 1025px) {
  .map-svg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.map-svg path {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.map-svg path.seat-path {
  cursor: pointer;
}
.map-svg path.seat-path-js {
  pointer-events: bounding-box !important;
}
.map-svg path.is-unavailable:not(.has-hover):not(.has-prompt) {
  pointer-events: none !important;
}
.map-svg path.is-unavailable.has-hover {
  cursor: not-allowed;
}
.map-svg path.is-disabled {
  pointer-events: bounding-box !important;
  cursor: not-allowed;
}
.map-svg path.criteria-mismatch {
  opacity: 0.5;
}
.map-svg .show {
  display: block;
}
.map-svg .hide {
  display: none;
}
.map-content {
  position: relative;
}

@media (min-width: 931px) {
  .seat-info-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.seat-info-container-overlay {
  display: none;
}
.seat-info-container-overlay-open {
  /*@include media($sidebar-swap) {
      display: block;
      height: calc(100% - 64px);
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      background: $medium-grey;
      opacity: 0.6;
      z-index: -1;
  }

  @include media($small-media-query-size) {
      height: calc(100% - 55px);
  }*/
}
@media (max-width: 930px) {
  .seat-info-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(calc(100% - 55px));
        -ms-transform: translateY(calc(100% - 55px));
            transform: translateY(calc(100% - 55px));
  }
  .seat-info-container:empty {
    height: 0;
  }
}
.seat-info-container-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: auto;
  max-width: 100%;
}
.seat-info-container-btn.disabled {
  cursor: pointer;
  pointer-events: all;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seat-info-main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.seat-info-container {
  overflow-x: hidden;
}
.seat-info-container-main {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  position: relative;
}
.seat-info-container-main.toggle:not(.left):not(.right) {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.seat-info-container-main.left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.seat-info-container-main.right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@media (max-width: 930px) {
  .seat-info-container-main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    overflow: auto;
    -webkit-transition: 0.3s ease max-height;
    -o-transition: 0.3s ease max-height;
    transition: 0.3s ease max-height;
  }
}
.seat-info-container-cart-message {
  text-align: left;
  margin-bottom: 15px;
}
.seat-info-container-btn {
  width: 100%;
}

.seat-info-views {
  position: relative;
}
@media (min-width: 930px) {
  .seat-info-views {
    background-image: none !important;
  }
}
.seat-info-views-smallimage {
  display: block;
  max-height: 27vh;
  width: 100%;
}
@media (min-width: 930px) {
  .seat-info-views-smallimage {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
.seat-info-views-largeimage {
  display: none;
}
@media (max-width: 930px) {
  .seat-info-views.has-img {
    margin-top: -16px;
    height: 14vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .seat-info-views.has-img .seat-info-views-icon.plus {
    display: block;
  }
}
.seat-info-views.open .seat-info-views-largeimage {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seat-info-views.open .seat-info-views-largeimage:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}
.seat-info-views.open .seat-info-views-largeimage-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  overflow: auto;
  max-height: 100%;
}
.seat-info-views.open .seat-info-views-largeimage-inner > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.seat-info-views.open .seat-info-views-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.seat-info-views.open .seat-info-views-button.plus {
  display: none;
}
.seat-info-views.open .seat-info-views-button.minus, .seat-info-views.open .seat-info-views-button.close {
  display: block;
}
.seat-info-views.open .seat-info-views-button.minus {
  visibility: hidden;
}
.seat-info-views.open .seat-info-views-reminder {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&.phone-panned {
          @include animation($name: fade-out, $timing: ease-in, $duration: 3s);
          opacity: 0 !important;
          visibility: hidden !important;
      }*/
}
@media (min-width: 640px) {
  .seat-info-views.open .seat-info-views-reminder {
    display: none !important;
  }
}
.seat-info-views-button {
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(106, 106, 106, 0.6);
  top: 16px;
  right: 16px;
  position: absolute;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.seat-info-views-button:focus {
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: #515151 0 0 0 4px, #ffffff 0 0 0 5px;
          box-shadow: #515151 0 0 0 4px, #ffffff 0 0 0 5px;
}
.seat-info-views-button.minus, .seat-info-views-button.close {
  display: none;
}
.seat-info-views-icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.seat-info-views-reminder {
  opacity: 0;
  visibility: hidden;
  color: white;
  z-index: 100;
  width: 200px;
  padding-bottom: 80px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seat-info-views-reminder svg {
  padding-bottom: 5px;
}
.seat-info-views-reminder path {
  fill: #ffffff;
  padding-bottom: 10px;
}
@media (max-width: 930px) {
  .seat-info-views img {
    display: none;
  }
}
@media (max-width: 640px) {
  .seat-info-views.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-image: none !important;
  }
  .seat-info-views.open .seat-info-views-smallimage {
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    height: 100vh;
    max-width: none;
    left: 50%;
  }
}
.seat-info-prices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -10px;
}
.seat-info-prices-list-text {
  display: block;
  width: 100%;
}

.seat-info-prices {
  padding: 0 24px 1rem 24px;
}
@media (max-width: 930px) {
  .seat-info-prices {
    padding: 0 16px 1rem 16px;
  }
}
.seat-info-prices-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.seat-info-exchanges {
  border-bottom: 1px solid #eeeeee;
  padding: 24px;
  margin-bottom: 24px;
}
.seat-info-exchanges > p {
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 930px) {
  .seat-info-exchanges {
    padding: 16px;
    margin-bottom: 16px;
  }
}

.seat-info-options {
  padding: 12px 24px 12px 24px;
}
@media (max-width: 930px) {
  .seat-info-options {
    padding: 12px 1rem 12px 1rem;
  }
}
.seat-info-options:empty {
  padding: 0;
}
.seat-info-options-notice {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (max-width: 640px) {
  .seat-info-options-notice {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.seat-info-options-notice.error-notice {
  color: #E31837;
}

.seat-info-dialog {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.seat-info-dialog-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 930px) {
  .seat-info-dialog-cta {
    bottom: 1px;
  }
}
.seat-info-dialog-cta-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.seat-info-dialog {
  padding: 0 24px 79px 24px;
  margin-top: 24px;
}
.seat-info-dialog .seat-info-dialog-cta {
  padding: 0;
}
.seat-info-dialog .seat-info-dialog-cta-btn {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 930px) {
  .seat-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1rem;
  }
  .seat-info-top .seat-info-views {
    margin-top: 0;
    width: 45%;
  }
  .seat-info-top .seat-info-options {
    border-top: 1px solid #eeeeee;
    margin-top: 1rem;
  }
  .seat-info-top .seat-info-header {
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }
  .show-seat-modal-view .seat-info-top .seat-info-views {
    width: 100%;
  }
}
@media (max-width: 930px) {
  .sidebar-loader {
    max-width: 35%;
    width: 35%;
    overflow: hidden;
  }
}
@media (max-width: 930px) {
  .seat-info-container-header-desktop {
    display: none;
  }
}
.seat-info-container-header-mobile {
  display: none;
}
@media (max-width: 930px) {
  .seat-info-container-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.seat-info-container-header-mobile .sidebar-section-toggle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.seat-info-container-header-mobile .filters-section-heading-toggles-icon {
  margin-right: 1.75rem;
}

.filters-open .seat-info-container-header .filters-section-heading-toggles-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 931px) {
  .show-seat-modal-view .seatmap-content-info.sidebar-0 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 90;
  }
}

@media (max-width: 930px) {
  .cart-timer-active .seat-info-container-overlay-open {
    height: calc(100% - 95px);
  }
}

@media (max-width: 930px) {
  .filters-open .seat-info-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.seat-info-views-caption {
  padding: 1rem 24px;
  color: #6A6A6A;
}
@media (max-width: 930px) {
  .seat-info-views-caption {
    display: none;
  }
}

.seat-info-views-largeimage-inner-caption {
  padding: 16px 0;
  color: #ffffff;
}
@media (max-width: 930px) {
  .seat-info-views-largeimage-inner-caption {
    padding: 16px;
  }
}

.seat-info-footer {
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
}
@media (max-width: 400px) {
  .seat-info-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.seat-info-footer:empty {
  display: none;
}
.seat-info-footer .seat-info-select-container {
  text-align: center;
  padding: 0 24px 1rem 24px;
}
@media (max-width: 930px) {
  .seat-info-footer .seat-info-select-container {
    padding: 0 16px 1rem 16px;
  }
}
.seat-info-header {
  padding: 1rem 24px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 930px) {
  .seat-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .seat-info-header {
    margin-bottom: 0rem;
  }
}
.seat-info-header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seat-info-header-item + .seat-info-header-item {
  margin-top: 12px;
}
.seat-info-header-item svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seat-info-header-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.seat-info-header-item-content .seat-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #333333;
}
@media (max-width: 640px) {
  .seat-info-header-item-content .seat-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.seat-info-header-item.notice {
  color: #6A6A6A;
}
.seat-info-header-item.notice svg {
  fill: #6A6A6A;
}

.seat-info-header-mobile-caption {
  display: none;
}
@media (max-width: 930px) {
  .seat-info-header-mobile-caption {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6A6A6A;
    padding-right: 1rem;
  }
}

#seat-tooltip-fo {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.seat-tooltip {
  background-color: #6a6a6a;
  padding: 16px;
  /*position: fixed;*/
  position: absolute;
  color: white;
  z-index: 90;
  max-width: 360px;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.seat-tooltip.tooltip-chrome {
  /*transform: translate(-200px, -360px);*/
}
@media (medium) {
  .seat-tooltip {
    display: none;
  }
}
.seat-tooltip.tooltip-hide {
  display: none;
}
.seat-tooltip-options {
  font-style: italic;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.seat-tooltip-header-section {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.seat-tooltip-header-seat {
  font-size: 16px;
  line-height: 24px;
}
.seat-tooltip-prices {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.seat-tooltip-prices .seat-tooltip-prices-list-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .seat-tooltip-prices .seat-tooltip-prices-list-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.seat-tooltip-remaining {
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.seat-tooltip-remaining * {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .seat-tooltip-remaining * {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.seat-tooltip-options .seat-info-options-copy {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .seat-tooltip-options .seat-info-options-copy {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.seat-tooltip-options .seat-tooltip-options-copy {
  font-size: 1rem;
  line-height: 1rem;
}
@media (max-width: 640px) {
  .seat-tooltip-options .seat-tooltip-options-copy {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}

.seatmap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: calc(100vh - 64px);
  position: relative;
}
@media (max-width: 930px) {
  .seatmap-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seatmap-content.show-upsell {
    padding-bottom: 0px;
  }
  .is-safari .seatmap-content, .is-firefox .seatmap-content {
    height: calc(100vh - (64px + 125px)) !important;
  }
}
@media (max-width: 640px) {
  .seatmap-content {
    height: calc(100vh - 55px);
  }
  .seatmap-content.show-upsell {
    padding-bottom: 0px;
  }
  .is-safari .seatmap-content, .is-firefox .seatmap-content {
    height: calc(100vh - (55px + 125px)) !important;
  }
}
.seatmap-content-map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 930px) {
  .seatmap-content-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 930px) {
  .seatmap-content-map-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seatmap-content-map-inner .map-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .seatmap-content-map-inner .map-container .map-svg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.seatmap-content-info {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seatmap-content-info > :only-child:before {
  content: "";
  display: block;
}
.seatmap-content-info.no-seats {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media (max-width: 930px) {
  .seatmap-content-info[class*=sidebar-] {
    z-index: 96;
  }
}
@media (max-width: 930px) {
  .seatmap-content-info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    z-index: 90;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 930px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .seatmap-content, .seatmap-content-map {
    min-height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 930px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .seatmap-content {
    position: relative;
  }
  .seat-info-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .seat-info-container-main {
    bottom: 0;
    background: white;
  }
  .map-svg {
    min-height: calc(100vh - 119px);
  }
  .legend-container, .map-level-select-container {
    bottom: 160px;
  }
}
@media screen and (max-width: 640px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map-svg {
    min-height: calc(100vh - 110px);
  }
}
.cart-timer-active .seatmap-content {
  height: calc(100vh - 64px - 44px);
}
@media (max-width: 640px) {
  .cart-timer-active .seatmap-content {
    height: calc(100vh - 55px - 40px);
  }
}

.alert-container-active .seatmap-content {
  height: calc(100vh - 64px - 40px);
}
@media (max-width: 640px) {
  .alert-container-active .seatmap-content {
    height: calc(100vh - 55px - 36px);
  }
}

.cart-timer-active.alert-container-active .seatmap-content {
  height: calc(100vh - 64px - 84px);
  min-height: 0;
}
@media (max-width: 640px) {
  .cart-timer-active.alert-container-active .seatmap-content {
    height: calc(100vh - 55px - 76px);
    min-height: 0;
  }
}

.seatmap-content-info .price-range-description {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .seatmap-content-info .price-range-description {
    margin-bottom: 8px;
  }
}

.seatmap-content-info .price-type-description {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .seatmap-content-info .price-type-description {
    margin-bottom: 8px;
  }
}
/* Level Select Open */
.map-level-select-wrapper {
  position: relative;
}

.map-level-select-open-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.map-level-select-open-modal svg {
  width: 30px;
  height: 30px;
  fill: #515151;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.zoom-container {
  position: absolute;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.zoom-container.align-center {
  left: 50%;
}
.zoom-container.align-right {
  right: 0;
}
@media (max-width: 640px) {
  .zoom-container {
    display: none;
  }
}
.zoom-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoom-item:focus {
  -webkit-box-shadow: inset #9e9e9e 0 0 0 1px;
          box-shadow: inset #9e9e9e 0 0 0 1px;
}
.zoom-item.disabled {
  cursor: not-allowed;
}
.zoom-icon-minus {
  width: 12px;
  height: 4px;
  pointer-events: all !important;
}
.zoom-icon-plus {
  width: 12px;
  height: 12px;
  pointer-events: all !important;
}

.zoom-container {
  background-color: #ffffff;
}
.zoom-item {
  padding: 12px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.zoom-item.disabled {
  opacity: 0.5;
}
.zoom-item.disabled:hover {
  background-color: #ffffff;
}
.zoom-item:hover {
  background-color: #F8F8F8;
}
.zoom-icon-minus {
  fill: #9e9e9e;
}
.zoom-icon-plus {
  fill: #9e9e9e;
}

.zone-upsell {
  background-color: #6a6a6a;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zone-upsell {
    /* IE10+ CSS styles go here */
    height: 30vh;
  }
}
@media (max-width: 930px) {
  .zone-upsell-mobile-expand {
    display: none;
  }
}
@media (max-width: 340px) {
  .zone-upsell-mobile-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zone-upsell-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .zone-upsell-inner {
    padding-top: 0;
  }
}
.zone-upsell-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 340px) {
  .zone-upsell-display {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.zone-upsell-close-svg {
  fill: white;
  cursor: pointer;
}
.zone-upsell-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}
.zone-upsell-content-image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  height: 4.0625rem;
}
@media (max-width: 930px) {
  .zone-upsell-content-image {
    width: 35%;
  }
}
@media (max-width: 930px) {
  .zone-upsell-content-image {
    width: 50%;
    height: 13vh;
    background-size: cover;
    background-position: center center;
  }
}
.zone-upsell-content-image .loading-icon {
  width: 4.6875rem;
  height: 4.6875rem;
}
.zone-upsell-content-image .loading-icon-path {
  stroke: white;
}
.zone-upsell-content-image .loading-text {
  color: white;
}
.zone-upsell-content-info {
  margin-right: 16px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 4.0625rem;
}
.zone-upsell-content-info-description {
  font-size: 1rem;
}
.zone-upsell-content-info-price {
  margin-top: 16px;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .zone-upsell-content-info-price {
    margin-top: 7px;
  }
}
.zone-upsell-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zone-upsell-section-btn {
  color: #6a6a6a;
  width: 100%;
  background: #ffffff;
}
.zone-upsell-section-btn:hover, .zone-upsell-section-btn:focus {
  background: #6a6a6a;
  color: #ffffff;
}

.show-upsell .zone-upsell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zone-upsell-header {
  padding: 0.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
}
.zone-upsell-header-icon {
  fill: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
}
.zone-upsell-header-msg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 16px;
}

@media (max-width: 1025px) {
  .seat-info-prices-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.seat-info-prices-header {
  margin-bottom: 16px;
}
.seat-info-prices-type.heading-general, .seat-info-prices-qty.heading-general, .seat-info-prices-button > button.heading-general {
  margin-bottom: 0;
}
.seat-info-prices-type {
  /*padding-left: $column-gutter-small/2;
      padding-top: $column-gutter-small/4;
      padding-bottom: $column-gutter-small/4*/
  padding: 4px 8px;
}
.seat-info-prices-type > p:first-child {
  color: #333333;
  padding-top: 3px;
  font-weight: 500;
}
.seat-info-prices-type-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  border: 1px solid #eeeeee;
  margin-right: 0;
}
.seat-info-prices-type-list-inner > div:nth-child(2) {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
}
.seat-info-prices-type-list-inner > div:nth-child(2) button {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 640px) {
  .seat-info-prices-type {
    padding-right: 24px;
  }
}
.seat-info-prices-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seat-info-prices-button .ticket-selection-quantity {
  border-radius: 0;
}
.seat-info-prices-button .ticket-selection-quantity.disabled, .seat-info-prices-button .ticket-selection-quantity:disabled {
  background: #6a6a6a;
}
.seat-info-prices-button .ticket-selection-quantity svg {
  fill: #ffffff;
  width: 12px;
  height: 12px;
}
.seat-info-prices-button + .toggle-content-headline {
  margin-top: 24px;
}
.seat-info-prices-qty {
  color: #333333;
  width: 50px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 931px) {
  .seatmap-content-info {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 0;
  }
}
.seatmap-content-info .overlay-section {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /*padding: 30px;*/
  -webkit-animation: none;
          animation: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 1;
  display: block;
  background-color: #ffffff;
  overflow-y: auto;
}
@media (max-width: 930px) {
  .seatmap-content-info .overlay-section {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.seatmap-content-info .overlay-section .overlay-filter-section {
  padding: 0 24px;
}
.seatmap-content-info .overlay-section > .overlay-filter-section {
  margin-top: 12px;
}
.seatmap-content-info .overlay-section .heading-general {
  margin-bottom: 0;
}
.seatmap-content-info .overlay-section .overlay-filter-section-last {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 0;
}
.seatmap-content-info .overlay-section .overlay-filter-section + .overlay-filter-section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 931px) {
  .seatmap-content-info.filters-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 30;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
    width: 360px;
  }
}
@media (max-width: 930px) {
  .seatmap-content-info.filters-open .overlay-section {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 30;
  }
}

.filter-title {
  all: inherit;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.5em 0;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.filter-title:focus {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
.filter-title svg {
  height: 1em;
  margin-left: 0.5em;
}

[aria-expanded=true] .vert {
  display: none;
}

.overlay-section-mobile-background {
  display: none;
}

@media (max-width: 930px) {
  .seatmap-content-info .overlay-section {
    display: block;
    -webkit-animation: none;
            animation: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    left: unset;
    right: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  .seatmap-content-info .overlay-section-mobile-background {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #6A6A6A;
    opacity: 0.6;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .cart-timer-active .seatmap-content-info.filters-open .overlay-section-mobile-background {
    height: calc(100% - 95px);
    top: 95px;
  }
  .seatmap-content-info.filters-open .overlay-section {
    -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.24), 0px 0px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.24), 0px 0px 16px rgba(0, 0, 0, 0.12);
  }
  .seatmap-content-info.filters-open .overlay-section-mobile-background {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 64px;
    height: calc(100% - 64px);
    width: 100%;
  }
}
@media (max-width: 640px) {
  .seatmap-content-info.filters-open .overlay-section-mobile-background {
    top: 55px;
    height: calc(100% - 55px);
  }
}
.price-type-filter-list.combine-filters {
  margin-top: 16px;
}
.price-type-filter-list .form-item label:not([for=all]) {
  margin-left: 2rem;
}

/* filter view overwrite for promo code title */
.overlay-filter-section .promo-code-section .heading-general {
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .overlay-filter-section .promo-code-section .heading-general {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.levelselection-modal.modal-wrapper {
  max-height: calc(100vh - 64px);
  top: 64px;
  padding: 3rem 14rem 3rem 14rem;
}
@media screen and (max-width: 1300px) {
  .levelselection-modal.modal-wrapper {
    padding: 3rem 6rem;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper {
    top: 64px;
    max-height: calc(100vh - 64px);
    padding: 2rem;
  }
}
@media (max-width: 640px) {
  .levelselection-modal.modal-wrapper {
    top: 55px;
    max-height: calc(100vh - 55px);
    padding: 1rem;
  }
}
.levelselection-modal.modal-wrapper svg.seat-info-views-icon {
  background: none;
  -webkit-filter: none;
          filter: none;
  fill: #333333;
  top: 10px;
  right: 10px;
  z-index: 90;
}
.levelselection-modal.modal-wrapper .modal-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  max-width: 100%;
  padding: 4.5rem 4.5rem 2rem 4.5rem;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.levelselection-modal.modal-wrapper .modal-container [role=document], .levelselection-modal.modal-wrapper .modal-container .modal-content {
  height: 100%;
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container {
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container {
    padding: 2rem;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container {
    padding: 0;
  }
}
.levelselection-modal.modal-wrapper .modal-container .filters-section {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
@media (min-width: 931px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section {
    height: 100%;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 70px) !important;
  }
  .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container .venue-level-list {
    width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 !important;
  }
}
.levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
  color: #6A6A6A;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 32px;
  margin-bottom: 1.5rem 0;
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
    padding: 10px;
    font-size: 1.125rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 640px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .filters-section-heading h2.heading-general {
    font-size: 1rem;
  }
}
.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
  height: calc(100% - 50px);
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-container {
    height: auto;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list {
    padding: 32px;
  }
}
@media screen and (max-height: 750px), screen and (min-width: 641px) {
  .levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list {
    overflow-y: auto;
  }
}
.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list-item label {
  font-weight: 500;
}
.levelselection-modal.modal-wrapper .modal-container .filters-section .venue-level-list-item-info {
  padding-left: 32px;
}
.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container {
  position: relative;
}
@media (min-width: 931px) {
  .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container {
    width: calc(70% - 20px);
  }
}
.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
  /*padding-bottom: 420px / 750px * 100%;*/
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (min-width: 931px) {
  .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner {
    padding-bottom: 56% !important;
    height: 0;
  }
}
.levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner .venue-level-svg {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 930px) {
  .levelselection-modal.modal-wrapper .modal-container .venue-level-svg-container-inner .venue-level-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.seatmap-hover {
  z-index: 50;
  position: absolute;
  width: 260px;
  height: 220px;
  top: 0;
  left: 0;
}

.seat-tooltip-prices-list-item + .seat-tooltip-prices-list-item {
  margin-top: 5px;
}

.overlay-section.overlay-section-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overlay-section.overlay-section-cart .overlay-section-combined {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overlay-section.overlay-section-cart .cart-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.performance-list-container {
  margin-top: 16px;
  /*@include flexbox-two-col-fluid($first-col-width: 30%, $column-breakpoint: $medium-media-query-size);*/
}
.performance-list-container h2 {
  font-weight: 500;
}
.performance-list-container > div {
  margin-bottom: 16px;
}
@media (min-width: 641px) {
  .performance-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .performance-list-container > div {
    /*flex: 1 1 auto;*/
    width: 50%;
  }
}

.seatmap-header {
  height: 3.5rem;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px;
  background: #ffffff;
  position: relative;
}
.seatmap-header:not(.seatmap-header-filter) {
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 930px) {
  .seatmap-header:not(.seatmap-header-filter) {
    width: 100%;
    position: absolute;
  }
}
@media (max-width: 640px) {
  .seatmap-header:not(.seatmap-header-filter) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.seatmap-header-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seatmap-header-level > * + * {
  margin-left: 0.5rem;
}
.seatmap-header p {
  color: #130B2D;
}
@media (max-width: 640px) {
  .seatmap-header {
    height: unset;
  }
}

@media (max-width: 640px) {
  .seatmap-header-level {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.seatmap-header-level p.seatmap-header-level-name {
  width: 100%;
  color: #6A6A6A;
}
.seatmap-header-level button {
  padding: 6px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.overlay-section-subtotal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eeeeee;
  padding: 24px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.overlay-section-subtotal-container .caption-paragraph {
  margin-bottom: 10px;
}
.overlay-section-subtotal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.overlay-section-subtotal-content .subtotal {
  color: #333333;
  font-weight: 500;
}
.overlay-section-subtotal .cart-mini-cta button {
  width: 100%;
  max-width: 100%;
}
.overlay-section-subtotal .cart-mini-cta button.disabled {
  background-color: #ffffff;
  color: #cccccc;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-container-inner .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
}
.cart-container-inner .cart-item-action {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 1rem;
  padding: 0.125rem;
  background: #6A6A6A;
  margin-right: 2rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-container-inner .cart-item-action svg {
  height: 1rem;
  width: 1rem;
  fill: #ffffff;
}
.cart-container-inner .cart-item-action:hover, .cart-container-inner .cart-item-action:focus {
  background-color: #515151;
}
.cart-container-inner .cart-item-action:focus {
  -webkit-box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
          box-shadow: #ffffff 0 0 0 4px, #9e9e9e 0 0 0 5px;
}
.cart-container-inner .cart-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.cart-container-inner .cart-item-price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-container-inner .cart-item + .cart-item {
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
}
.cart-container-inner .cart-item.active {
  background-color: #eeeeee;
}

.demo {
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
.demo em {
  font-size: 90%;
}
.demo .container {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.demo .logo {
  max-width: 1000px;
}
@media (max-width: 1025px) {
  .demo {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 640px) {
  .demo {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.demo div {
  padding: 2rem 1rem;
  margin: 0 auto;
}
.demo .right-align {
  text-align: right;
  padding-right: 10%;
  margin-top: -1.2rem;
  font-size: 1rem;
}
.demo .btn {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
.demo .btn:hover {
  background-color: white;
  color: #4c9de1;
  cursor: pointer;
}
.demo .demo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.demo .demo-button {
  margin: 0;
}
/*# sourceMappingURL=main.css.map */
