/* ---------- Theme image base URL ---------- */
/* ---------- Theme Colors ---------- */
/* ---------- Gray Color ---------- */
/* ---------- Other Colors ---------- */
/* ---------- Shadow Colors ---------- */
/* ---------- Global Link ---------- */
/* ---------- Border radius ---------- */
/* ---------- Typography - Font, line-height, and color for body text, headings, and more ---------- */
/* ---------- Font weight ---------- */
/* ---------- Heading ---------- */
/* ---------- Padding and marign spacing ---------- */
/* ---------- Button ---------- */
/* ---------- Alert box ---------- */
/* ---------- Screen size definitions ---------- */
/* ---------- Logo height ---------- */
/* ---------- Show image sizes ---------- */
/* ---------- Button ---------- */
/* ---------- Border ---------- */
/* ---------- Alert ---------- */
/* ---------- Underline effects ---------- */
/* ---------- Shadow ---------- */

.modal.white-blur-background {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

body {
  background: #f3f3f3;
  color: #171717;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body.mob-menu-overlay {
  position: relative;
}

body.mob-menu-overlay:before {
  position: absolute;
  z-index: 1 !important;
}

body img {
  max-width: 100%;
}

a {
  color: #00497a;
  text-decoration: underline;
}

a:hover {
  color: #00497a;
  text-decoration: none;
}

a:active, a:focus, a:hover, a:visited {
  outline: none;
  text-decoration: none;
}

.no-select, header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-title .back-main-nav {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.textbox, header #search-wrap input[type="search"] {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.textbox:disabled, header #search-wrap input:disabled[type="search"] {
  background: #f3f3f3;
}

.textbox:focus, header #search-wrap input:focus[type="search"] {
  border: 1px solid #001828;
}

.textbox::-webkit-input-placeholder, header #search-wrap input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b4b4;
}

.textbox::-moz-placeholder, header #search-wrap input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b4;
}

.textbox:-ms-input-placeholder, header #search-wrap input:-ms-input-placeholder[type="search"] {
  /* IE 10+ */
  color: #b4b4b4;
}

.textbox:-moz-placeholder, header #search-wrap input:-moz-placeholder[type="search"] {
  /* Firefox 18- */
  color: #b4b4b4;
}

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

.xanadu img {
  max-width: 100%;
}

.xanadu .bg-rounded-white {
  border-radius: 5px;
}

.xanadu .bg-top-rounded-white {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.xanadu .bg-bottom-rounded-white {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.xanadu .grey-border {
  border: solid 1px #d7d7d7;
}

.xanadu .noBg {
  background: transparent;
}

@media (min-width: 992px) {
  .xanadu .bg-rounded-white {
    background: #ffffff;
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .xanadu .bg-top-rounded-white {
    background: #ffffff;
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .xanadu .bg-bottom-rounded-white {
    background: #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .xanadu .bg-white {
    background: #fff;
    padding: 0;
  }
}

.xanadu .standard-two-column-page {
  margin: 40px;
}

.xanadu .standard-two-column-page #contentShellInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(min-content, 1fr) min-content;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
  max-width: 1170px;
  margin: 0 auto;
}

.xanadu .standard-two-column-page #contentShellInner > h1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin-bottom: 20px;
}

.xanadu .standard-two-column-page #contentShellInner > h1:empty {
  margin: 0;
}

.xanadu .standard-two-column-page #contentShellInner #primaryContainer {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.xanadu .standard-two-column-page #contentShellInner #secondaryContainer {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 40px;
  width: 300px;
}

.xanadu .standard-two-column-page #contentShellInner #secondaryContainer:empty {
  margin-left: 0;
  width: 0;
}

@media (max-width: 991px) {
  .xanadu .standard-two-column-page {
    margin: 20px;
  }
  .xanadu .standard-two-column-page #contentShellInner {
    display: block;
  }
  .xanadu .standard-two-column-page #contentShellInner #primaryContainer {
    margin-right: 0;
  }
  .xanadu .standard-two-column-page #contentShellInner #secondaryContainer {
    display: none;
  }
}

@media (max-width: 767px) {
  .xanadu .standard-two-column-page {
    margin: 0;
    background-color: #fff;
  }
  .xanadu .standard-two-column-page #contentShellInner #primaryContainer.main-content-box {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px;
  }
}

.xanadu .standard-two-column-page h1 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h2 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h3 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h4 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h5 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h6 {
  font-weight: 600;
  margin-bottom: .65em;
}

.xanadu .standard-two-column-page h1 {
  font-size: 34px;
}

.xanadu .standard-two-column-page h2 {
  font-size: 30px;
}

.xanadu .standard-two-column-page h3 {
  font-size: 28px;
}

.xanadu .standard-two-column-page h4 {
  font-size: 20px;
}

.xanadu .standard-two-column-page h5 {
  font-size: 16px;
}

.xanadu .standard-two-column-page h6 {
  font-size: 14px;
}

.xanadu .main-content-box {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.non-xanadu #priceTypesContainer span.face-value-fee {
  font-size: 11px;
  color: #909090;
}

.non-xanadu .paymentOffersTable span.face-value-fee {
  display: block;
  font-size: 11px;
  color: #909090;
}

/* ---------- List Reset ---------- */
.list-reset, footer .footer-nav, header .main-nav, header .main-nav > li .dd-wrap .dd-container ul, #cat-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-reset li, footer .footer-nav li, header .main-nav li, header .main-nav > li .dd-wrap .dd-container ul li, #cat-nav li {
  display: inline-block;
  margin: 0;
}

/* ---------- Easing transition effects ---------- */
.easing, .btn-primary, .xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnYes, .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .button-row a, .flexi-package .flexi-package-button input, .flexi-package .flexi-package-button button, .event-listing .event-listing-events.grid .event-item .event-buttons a, .event-listing .event-listing-events.list .event-item .event-buttons a, .btn-primary-medium, .btn-secondary, .btn-secondary-medium, .btn-tertiary, .btn.btn-subscribe, .btn.btn-white, .xanadu .offerContainer .buttons-row a, .xanadu .seatmap-chrome .zoom-buttons button, .xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnNo, .xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnOkay, .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.sub .unSubscribeBtn input::before, .btn.btn-buy, .btn.btn-green, a, a:after, .xanadu input[type="email"],
.xanadu input[type="password"],
.xanadu input[type="search"],
.xanadu input[type="text"], .xanadu a:focus,
.xanadu button:focus, .xanadu .form-check .form-check-input:before, .xanadu .form-check input[type="radio"]:before, .xanadu input[type="radio"]:not(.non-standard) + label:before, .xanadu input[type="checkbox"]:before, header #search-wrap .btn-search i, header .main-nav > li .dd-wrap .dd-container, header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink, header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink:after, header .main-nav > li .dd-wrap .dd-container ul li > a:before, .xanadu #heroModule .hero .heroContent a.heroGetTickets {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ---------- Overlay ---------- */
.overlay, body.mob-menu-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* ---------- Buttons ---------- */
.xanadu label {
  color: #484848;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: calc(10px / 2);
}

.xanadu input[type="email"],
.xanadu input[type="password"],
.xanadu input[type="search"],
.xanadu input[type="text"] {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  padding: 5px 10px;
  width: 100%;
}

.xanadu input[type="email"]:disabled,
.xanadu input[type="password"]:disabled,
.xanadu input[type="search"]:disabled,
.xanadu input[type="text"]:disabled {
  background: #f3f3f3;
}

.xanadu input[type="email"]:focus,
.xanadu input[type="password"]:focus,
.xanadu input[type="search"]:focus,
.xanadu input[type="text"]:focus {
  border: 1px solid #001828;
}

.xanadu input[type="email"]::-webkit-input-placeholder,
.xanadu input[type="password"]::-webkit-input-placeholder,
.xanadu input[type="search"]::-webkit-input-placeholder,
.xanadu input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b4b4;
}

.xanadu input[type="email"]::-moz-placeholder,
.xanadu input[type="password"]::-moz-placeholder,
.xanadu input[type="search"]::-moz-placeholder,
.xanadu input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b4;
}

.xanadu input[type="email"]:-ms-input-placeholder,
.xanadu input[type="password"]:-ms-input-placeholder,
.xanadu input[type="search"]:-ms-input-placeholder,
.xanadu input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b4b4;
}

.xanadu input[type="email"]:-moz-placeholder,
.xanadu input[type="password"]:-moz-placeholder,
.xanadu input[type="search"]:-moz-placeholder,
.xanadu input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b4b4;
}

.xanadu select {
  background: url("/images/icons/angel-arrow-down.svg") no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #00497a;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  position: relative;
  text-indent: 1px;
  text-overflow: '';
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.xanadu select:focus {
  border: 1px solid #001828;
}

.xanadu .PerfSelectorBlock select {
  height: 50px;
}

.xanadu .PerfSelectorBlock input[type="email"],
.xanadu .PerfSelectorBlock input[type="password"],
.xanadu .PerfSelectorBlock input[type="search"],
.xanadu .PerfSelectorBlock input[type="text"] {
  height: 50px;
}

.xanadu .select-wrap {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.xanadu .select-wrap label {
  position: absolute;
  left: 15px;
  top: -.5em;
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  padding: 0 2px;
  line-height: 1em;
  z-index: 2;
}

.xanadu #entitlementPassword input[type="password"] {
  margin-bottom: 15px;
}

.xanadu #entitlementPassword textarea {
  display: block;
  margin-bottom: 15px;
}

.xanadu textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  width: 100%;
}

.xanadu textarea:focus {
  border: 1px solid #001828;
}

.xanadu textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b4b4;
}

.xanadu textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b4;
}

.xanadu textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b4b4;
}

.xanadu textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b4b4;
}

.xanadu a:focus,
.xanadu button:focus,
.xanadu input[type="search"] {
  border: none;
  outline: none;
}

.xanadu .form-check {
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: calc(20px + 10px);
}

.xanadu .form-check.form-check-inline .form-check-input {
  margin-right: 10px;
}

.xanadu .form-check .form-check-input {
  cursor: pointer;
  height: 20px;
  margin-left: calc((20px + 10px) * -1);
  margin-top: 0;
  width: 20px;
}

.xanadu .form-check .form-check-input:before {
  background: #fff;
  border: 1px solid #b4b4b4;
  font-family: 'Material Icons';
  height: 20px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.xanadu .form-check .form-check-input:disabled {
  cursor: default;
}

.xanadu .form-check .form-check-input:disabled:before {
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
}

.xanadu .form-check input[type="radio"]:before {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  content: '';
  font-family: 'Material Icons';
  font-size: 14px;
  height: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.xanadu .form-check input[type="radio"]:checked:before {
  border: 1px solid #00497a;
  color: #00497a;
  content: "\e3fa";
}

.xanadu .form-check label {
  display: inline;
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.xanadu input[type="radio"]:not(.non-standard) {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
}

.xanadu input[type="radio"]:not(.non-standard) + label {
  position: relative;
}

.xanadu input[type="radio"]:not(.non-standard) + label:before {
  background: #fff;
  border: 2px solid #484848;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  font-family: 'Material Icons';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  visibility: visible;
  margin-left: -30px;
}

.xanadu input[type="radio"]:not(.non-standard):checked + label:before {
  border: 2px solid #00497a;
  color: #00497a;
  content: "\e3fa";
}

.xanadu .paymentOption input[type="radio"]:not(.non-standard) + label:before {
  visibility: hidden;
}

.xanadu input[type="checkbox"] {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  margin-top: 0;
  width: 20px;
  position: relative;
}

.xanadu input[type="checkbox"]:before {
  background: #fff;
  border: 2px solid #484848;
  border-radius: 3px;
  font-family: 'Material Icons';
  height: 20px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  content: '';
}

.xanadu input[type="checkbox"]:checked:before {
  background: #00497a;
  border: 2px solid #00497a;
  color: #fff;
  content: "\e5ca";
}

.xanadu input[type="checkbox"]:disabled {
  cursor: default;
}

.xanadu input[type="checkbox"]:disabled:before {
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
}

.xanadu label {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@-ms-viewport {
  width: device-width;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
/**
 * Author: Kevin Weber
 *
 * Follow me: @kevinweber (https://twitter.com/kevinweber)
 * Website: http://kevinw.de
 *
 * License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
.content-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .content-wrap {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

/* Afterpay Popup - Start*/
.xanadu .afterpay-popup {
  display: block;
  background: rgba(108, 108, 108, 0.4);
  z-index: 99;
  font-family: 'Raleway', sans-serif;
}

.xanadu .afterpay-popup .popup-wrapper {
  padding: 40px;
  max-width: 900px;
  background: #fff;
  margin: 100px auto;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.xanadu .afterpay-popup .popup-wrapper img {
  max-width: 100%;
}

.xanadu .afterpay-popup p {
  line-height: 22px;
}

.xanadu .afterpay-popup .img-block p {
  font-size: 13px;
  font-weight: bold;
  color: #888;
}

.xanadu .afterpay-popup i.fa.fa-close {
  border-radius: 50%;
  width: 20px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #000;
}

.xanadu .afterpay-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.xanadu .afterpay-popup .h-block {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 18px;
}

.xanadu .afterpay-popup .h-block h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

.xanadu .afterpay-popup .h-block.desktop {
  display: block;
}

.xanadu .afterpay-popup .h-block.mobile {
  display: none;
}

.xanadu .afterpay-popup .info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-weight: 600;
}

.xanadu .afterpay-popup .info-blocks .info-block {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.xanadu .afterpay-popup .info-blocks .info-block .icon {
  width: 90%;
}

.xanadu .afterpay-popup .l-block {
  vertical-align: bottom;
}

.xanadu .afterpay-popup .l-block img {
  width: 45%;
  max-width: 300px;
}

.xanadu .afterpay-popup .t-block {
  display: inline-block;
  vertical-align: bottom;
}

.xanadu .afterpay-popup .footer-block {
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 20px 60px;
}

.xanadu .afterpay-popup a {
  color: #000000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .xanadu .afterpay-popup {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
  }
  .xanadu .afterpay-popup .popup-wrapper {
    margin: 10px 10px 60px 10px;
    padding: 10px;
  }
  .xanadu .afterpay-popup .info-block.three .img-block {
    text-align: center;
  }
  .xanadu .afterpay-popup .footer-block span.block {
    display: block;
  }
  .xanadu .afterpay-popup .l-block {
    margin: 30px 0 10px;
  }
  .xanadu .afterpay-popup .close {
    top: 5px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .xanadu .afterpay-popup .h-block.desktop {
    display: none;
  }
  .xanadu .afterpay-popup .h-block.mobile {
    display: block;
  }
  .xanadu .afterpay-popup .h-block h1 {
    font-size: 36px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .xanadu .afterpay-popup .info-blocks .info-block {
    width: 100%;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xanadu .afterpay-popup .info-blocks .img-block {
    width: 40%;
  }
  .xanadu .afterpay-popup .info-blocks .infoText {
    width: 60%;
    text-align: left;
    padding-left: 20px;
  }
  .xanadu .afterpay-popup .l-block img {
    width: 90%;
  }
  .xanadu .afterpay-popup .footer-block {
    padding: 20px;
    text-align: left;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .xanadu .afterpay-popup .popup-wrapper {
    margin: 10px 10px 30px 10px;
    padding: 10px;
  }
}

/* Afterpay Popup - End*/
.alert-confirmation {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  padding: 20px 20px 20px calc(10px * 2 + 22px + 20px);
  position: relative;
  background: #f3f3f3 !important;
}

.alert-confirmation, .alert-confirmation ul {
  list-style: none;
}

.alert-confirmation:before {
  background: #428226;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(10px * 2 + 22px);
}

.alert-confirmation:after {
  color: #000;
  content: '\f058';
  color: #fff;
  font-family: FontAwesome;
  margin-top: -11px;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(10px * 2 + 22px);
  padding: 0;
  line-height: 1em;
}

.alert-info {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  padding: 20px 20px 20px calc(10px * 2 + 22px + 20px);
  position: relative;
  background: #f4faff !important;
}

.alert-info, .alert-info ul {
  list-style: none;
}

.alert-info:before {
  background: #00497a;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(10px * 2 + 22px);
}

.alert-info:after {
  color: #fff;
  content: '\e88e';
  font-family: 'Material Icons';
  margin-top: calc( ( 22px + 22px / 2 ) / 2 * -1);
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(10px * 2 + 22px);
  padding: 0;
  line-height: 1em;
}

.alert-warning {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  padding: 20px 20px 20px calc(10px * 2 + 22px + 20px);
  position: relative;
  background: #f3f3f3 !important;
}

.alert-warning, .alert-warning ul {
  list-style: none;
}

.alert-warning:before {
  background: #f0c000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(10px * 2 + 22px);
}

.alert-warning:after {
  color: #000;
  content: '\f0f3';
  font-family: FontAwesome;
  margin-top: -11px;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(10px * 2 + 22px);
  padding: 0;
  line-height: 1em;
}

.alert-error {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #171717;
  font-size: 16px;
  padding: 20px 20px 20px calc(10px * 2 + 22px + 20px);
  position: relative;
  background: #f3f3f3 !important;
}

.alert-error, .alert-error ul {
  list-style: none;
}

.alert-error:before {
  background: #f0c000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(10px * 2 + 22px);
}

.alert-error:after {
  color: #000;
  content: '\f12a';
  color: #000;
  font-family: FontAwesome;
  margin-top: -11px;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(10px * 2 + 22px);
  padding: 0;
  line-height: 1em;
}

.xanadu .alert-confirmation,
.xanadu .alert-info,
.xanadu .alert-warning,
.xanadu .alert-error {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
}

.xanadu .alert-confirmation:before,
.xanadu .alert-info:before,
.xanadu .alert-warning:before,
.xanadu .alert-error:before {
  height: 100%;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: 45px;
}

.xanadu .alert-info {
  background: #f3f3f3 !important;
}

.xanadu .alert-info:after {
  color: #ffffff;
  margin-top: 0;
  top: calc( 50% - 11px);
}

.xanadu .alert-warning {
  background: #f3f3f3 !important;
}

.xanadu .alert-warning:before {
  background: #f0c000 !important;
}

.xanadu .alert-warning:after {
  color: #000000;
}

.xanadu .alert-error {
  background: #f3f3f3 !important;
}

.xanadu .alert-error:before {
  background: #f0c000 !important;
}

.xanadu .totalBox {
  margin: 20px 0;
}

.xanadu .totalBox .header, .xanadu .totalBox .actionBlock .header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.xanadu .totalBox .header h2, .xanadu .totalBox .actionBlock .header h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.xanadu .totalBox .blockContent, .xanadu .totalBox .actionBlock .blockContent {
  border: 1px solid #d7d7d7;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.xanadu .totalBox .blockContent table, .xanadu .totalBox .actionBlock .blockContent table {
  width: 100%;
}

.xanadu .totalBox .blockContent table tr td, .xanadu .totalBox .actionBlock .blockContent table tr td {
  width: 50%;
  border-bottom: 1px dotted #b4b4b4;
  padding: 10px 0;
  font-size: 14px;
}

.xanadu .totalBox .blockContent table tr td:last-child, .xanadu .totalBox .actionBlock .blockContent table tr td:last-child {
  text-align: right;
}

.xanadu .totalBox .blockContent table tr td h5, .xanadu .totalBox .actionBlock .blockContent table tr td h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.xanadu .totalBox .blockContent table tr:first-child td, .xanadu .totalBox .actionBlock .blockContent table tr:first-child td {
  border-bottom: 1px solid #b4b4b4;
}

.xanadu .totalBox .afterpay-notes.afterpay-notes-without-pay-fee {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}

.xanadu .totalBox .afterpay-notes.afterpay-notes-without-pay-fee p:last-child {
  margin-bottom: 0;
}

.multi-item-carousel {
  position: relative;
  overflow: hidden;
}

.new-for-you .multi-item-carousel {
  overflow: visible;
}

.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  z-index: 11;
  /* .carousel-caption has z-index 10 */
}

.multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
  float: left;
  position: relative;
  width: 33.33333333%;
}

.multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner:first-child:last-child {
  float: none;
  margin: 0 auto;
}

.multi-item-carousel .carousel-indicators {
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  margin: 0;
  padding: 0;
  z-index: unset;
}

.multi-item-carousel .carousel-indicators li {
  background-color: #001828;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  .multi-item-carousel {
    padding-bottom: 40px;
  }
  .multi-item-carousel .carousel-indicators {
    top: inherit;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .multi-item-carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    margin: 0 0 0 5px;
  }
}

.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}

.multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
  padding: 0 10px;
}

.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  width: 25%;
}

.xanadu .collapseBlock > div {
  margin-bottom: 20px;
}

.xanadu .collapseBlock .colC.collapse {
  display: block;
  height: 250px !important;
  overflow: hidden;
}

.xanadu .collapseBlock .colC.collapsing {
  height: 250px !important;
}

.xanadu .collapseBlock .colC.collapse.show {
  display: block;
  height: auto !important;
}

.xanadu .collapseBlock a.collapsed:after {
  content: 'Read more...';
  text-decoration: underline;
}

.xanadu .collapseBlock a:not(.collapsed):after {
  content: 'Read less...';
}

.xanadu .collapse-toggle {
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0;
  padding-right: 40px;
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' style='transform:rotate(180deg)'%3E%3Cpath fill='%2300497A' fillrule='evenodd' d='M9.5 8.453L1.17.2C.902-.066.468-.066.2.199c-.267.265-.267.695 0 .96l8.722 8.642c.158.156.373.22.578.193.205.027.42-.037.578-.193l8.721-8.642c.268-.265.268-.695 0-.96-.267-.265-.701-.265-.969 0L9.5 8.453z'/%3E%3C/svg%3E");
}

.xanadu .collapse-toggle.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' style='transform:rotate(180deg)'%3E%3Cpath fill='%23FFFFFF' fillrule='evenodd' d='M9.5 8.453L1.17.2C.902-.066.468-.066.2.199c-.267.265-.267.695 0 .96l8.722 8.642c.158.156.373.22.578.193.205.027.42-.037.578-.193l8.721-8.642c.268-.265.268-.695 0-.96-.267-.265-.701-.265-.969 0L9.5 8.453z'/%3E%3C/svg%3E");
}

.xanadu .collapse-toggle.collapsed {
  background-repeat: no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' style='transform:'%3E%3Cpath fill='%2300497A' fillrule='evenodd' d='M9.5 8.453L1.17.2C.902-.066.468-.066.2.199c-.267.265-.267.695 0 .96l8.722 8.642c.158.156.373.22.578.193.205.027.42-.037.578-.193l8.721-8.642c.268-.265.268-.695 0-.96-.267-.265-.701-.265-.969 0L9.5 8.453z'/%3E%3C/svg%3E");
}

.xanadu .collapse-toggle.collapsed.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' style='transform:'%3E%3Cpath fill='%23FFFFFF' fillrule='evenodd' d='M9.5 8.453L1.17.2C.902-.066.468-.066.2.199c-.267.265-.267.695 0 .96l8.722 8.642c.158.156.373.22.578.193.205.027.42-.037.578-.193l8.721-8.642c.268-.265.268-.695 0-.96-.267-.265-.701-.265-.969 0L9.5 8.453z'/%3E%3C/svg%3E");
}

footer {
  background: #fff;
  text-align: left;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  padding: 20px 0 60px;
}

@media (min-width: 992px) {
  footer {
    padding: 20px 0;
  }
}

footer .foo-col-nav h3 {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  footer .foo-col-nav h3 {
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
    line-height: 45px;
    margin-bottom: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  footer .foo-col-nav h3:after {
    content: '\e5cf';
    font-family: "Material Icons";
    font-size: 16px;
    position: absolute;
    right: 0;
  }
}

@media (max-width: 767px) {
  footer .foo-col-nav h3.active:after {
    content: '\e5ce';
  }
}

@media (max-width: 767px) {
  footer .col-connect {
    text-align: center;
  }
}

footer .col-connect h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}

@media (max-width: 767px) {
  footer .col-connect h3 {
    display: none;
  }
}

footer .col-connect span {
  display: none;
  font-weight: 600;
  margin-right: calc(10px / 2);
}

footer .col-connect a {
  display: inline-block;
  margin-right: 10px;
}

footer .col-connect .app-badge {
  display: none;
}

footer .social-media {
  margin-bottom: 20px;
}

footer .social-media span {
  line-height: 25px;
}

@media (min-width: 768px) {
  footer .social-media span {
    display: inline-block;
  }
}

footer .app-badge {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  footer .app-badge {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  footer .app-badge img {
    height: auto;
    width: 100px;
  }
}

@media (min-width: 768px) {
  footer .app-badge span {
    display: block;
    margin-bottom: calc(10px / 2);
  }
}

footer .app-badge a:first-of-type {
  margin-left: 0;
}

@media (max-width: 767px) {
  footer .footer-nav {
    display: none;
  }
}

footer .footer-nav li {
  display: block;
}

@media (min-width: 768px) {
  footer .footer-nav li {
    margin: 5px 0;
  }
}

footer .footer-nav li a {
  color: #171717;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer .footer-nav li a {
    display: block;
    padding: 10px calc(24px + 10px) 10px 0;
    position: relative;
  }
}

footer .footer-nav li a:hover {
  color: #00497a;
}

footer .copyrights {
  font-size: 12px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  footer .copyrights {
    margin-top: 0;
    padding-bottom: 0;
  }
}

footer .copyrights .digicert {
  font-weight: 700;
  float: right;
}

@media (max-width: 767px) {
  footer .copyrights .digicert {
    display: none;
  }
}

footer .copyrights .digicert img {
  vertical-align: middle;
}

#footer-error {
  background: none;
  border: none;
  padding: 0;
}

#footer-error .copyrights {
  border: none;
  margin-top: 0;
}

.xanadu #wrapFooter {
  text-align: right;
  font-size: 1.1em;
  background-color: #fff;
  color: #555;
  padding: 0 11px 0 10px;
  clear: both !important;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
}

.xanadu .smallFooterWrapper {
  border-top: 0;
}

.xanadu ul.smallFooterWrapContainer {
  text-align: center !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.xanadu ul.smallFooterWrapContainer li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  vertical-align: middle !important;
}

.xanadu .footerSoftix img {
  width: 75px !important;
}

.xanadu #wrapFooter .footerVersion {
  display: block;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  clear: both;
  font-size: 11px;
  padding: 10px 10px;
}

.header-flex {
  padding: 10px;
}

@media (max-width: 767px) {
  .header-flex {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .header-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .header-flex .header-col-flex {
    clear: both;
  }
}

@media (min-width: 576px) {
  .header-flex .header-col-flex {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.header-flex .header-col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

@media (max-width: 767px) {
  .header-flex .header-col-left {
    float: left;
    width: 30%;
  }
}

.header-flex .header-col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

@media (max-width: 767px) {
  .header-flex .header-col-right {
    float: right;
    width: 30%;
  }
}

.header-flex .header-col-flex {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 50%;
          flex: 2 1 50%;
}

@media (min-width: 768px) {
  .header-flex .header-col-flex {
    margin: 0 40px;
  }
}

header {
  background: #001828;
  position: relative;
  text-align: left;
  z-index: 10;
}

header .logo {
  display: block;
  height: 40px;
}

@media (min-width: 768px) {
  header .logo {
    height: 60px;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  header .logo {
    height: 70px;
  }
}

header .region-selector {
  display: none;
}

header #search-wrap {
  position: relative;
}

@media (min-width: 1274px) {
  header #search-wrap {
    margin: 0 auto;
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  header #search-wrap {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

header #search-wrap input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  height: 60px;
  line-height: 40px;
  padding: 10px 80px 10px 10px;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  header #search-wrap input[type="search"] {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  header #search-wrap input[type="search"] {
    height: 80px;
    line-height: 60px;
    padding: 10px 100px 10px 20px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  header #search-wrap input[type="search"] {
    font-size: 24px;
  }
}

header #search-wrap input[type="search"].inputPrompt {
  color: #dbdbdb;
}

header #search-wrap .btn-search {
  background: #f3f3f3;
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
  line-height: 4px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
}

@media (min-width: 992px) {
  header #search-wrap .btn-search {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

header #search-wrap .btn-search.active {
  background: #428226;
}

header #search-wrap .btn-search.active:hover {
  background: #3b7522;
}

header #search-wrap .btn-search.active:active {
  background: #548e3b;
}

header #search-wrap .btn-search.active i {
  color: #fff;
}

header #search-wrap .btn-search.disabled:hover i {
  color: text-color;
}

header #search-wrap .btn-search i {
  color: #171717;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

@media (min-width: 992px) {
  header #search-wrap .btn-search i {
    font-size: 34px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}

header .main-nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-items: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-nav > li {
  margin-left: 10px;
}

@media (min-width: 768px) {
  header .main-nav > li {
    margin-left: 20px;
  }
}

header .main-nav > li:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  header .main-nav > li.menu-parent {
    position: relative;
  }
}

header .main-nav > li.menu-item-cart i {
  position: relative;
}

header .main-nav > li.menu-item-cart i:after {
  background: #ffc300;
  border-radius: 50%;
  content: '';
  height: 10px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 10px;
}

header .main-nav > li.no-basket i:after {
  display: none;
}

header .main-nav > li .session-timer {
  margin-top: 5px;
}

header .main-nav > li .session-timer i {
  color: #171717;
}

header .main-nav > li i {
  color: #fff;
  vertical-align: middle;
}

header .main-nav > li i.icon-close {
  display: none;
}

header .main-nav > li > a {
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}

header .main-nav > li > a:hover {
  text-decoration: none;
}

header .main-nav > li > a.btn-search-with-ad {
  cursor: pointer;
}

header .main-nav > li .dd-wrap {
  display: none;
  position: absolute;
  z-index: 9999;
}

@media (max-width: 767px) {
  header .main-nav > li .dd-wrap {
    left: 0;
    top: calc(40px + (10px * 2));
    width: 100%;
  }
}

@media (min-width: 768px) {
  header .main-nav > li .dd-wrap {
    min-width: 275px;
    right: -10px;
    top: auto;
  }
}

header .main-nav > li .dd-wrap .dd-container {
  background: #fff;
}

@media (min-width: 768px) {
  header .main-nav > li .dd-wrap .dd-container {
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  header .main-nav > li .dd-wrap .dd-container:before {
    content: '';
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    height: 0;
    position: absolute;
    right: 12px;
    top: -10px;
    width: 0;
  }
}

header .main-nav > li .dd-wrap .dd-container ul li {
  width: 100%;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-underline {
  border-top: 1px solid #d7d7d7;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location > a:before {
  content: '\e569';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector {
  display: none;
  min-width: 400px;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-title {
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-title .back-main-nav {
  color: #00497a;
  cursor: pointer;
  font-size: 32px;
  left: 0;
  margin-top: -16px;
  position: absolute;
  top: 50%;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink {
  cursor: pointer;
  line-height: 24px;
  padding-left: 21px;
  position: relative;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink.selected:after {
  content: '\e837';
  color: #00497a;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink:hover {
  color: #00497a;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink:hover:after {
  content: '\e837';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-list .regionColumn .regionLink:after {
  content: '\e836';
  font-family: 'Material Icons';
  font-size: 16px;
  left: 0;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-info {
  padding: 10px;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-info p {
  font-size: 12px;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-location .region-selector .region-selector-info p:last-child {
  margin-bottom: 0;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-welcome-user {
  border-bottom: 1px solid #d7d7d7;
  color: #001828;
  font-weight: 700;
  line-height: 50px;
  padding: 0 20px;
  text-transform: capitalize;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-my-account a:before {
  content: '\e85e';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-order-history a:before {
  content: '\e889';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-my-ticket a:before {
  content: '\e553';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-gift-vouchers a:before {
  content: '\e8f6';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-agencies a:before {
  content: '\e7f1';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-groups a:before {
  content: '\e7ef';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-accessible a:before {
  content: '\e914';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-help a:before {
  content: '\e887';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-sign-in {
  border-bottom: 1px solid #d7d7d7;
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-sign-in a:before {
  content: '\e7fd';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-sign-out a:before {
  content: '\e566';
}

header .main-nav > li .dd-wrap .dd-container ul li.menu-item-sign-out a:after {
  display: none;
}

header .main-nav > li .dd-wrap .dd-container ul li > a {
  color: #171717;
  display: block;
  font-size: 14px;
  padding: 15px 20px 15px calc(20px + 24px + 20px);
  position: relative;
  text-decoration: none;
}

@media (max-width: 767px) {
  header .main-nav > li .dd-wrap .dd-container ul li > a {
    padding-right: 44px;
  }
}

header .main-nav > li .dd-wrap .dd-container ul li > a:hover {
  color: #001828;
}

header .main-nav > li .dd-wrap .dd-container ul li > a:hover:before {
  color: #001828;
}

header .main-nav > li .dd-wrap .dd-container ul li > a:before {
  color: #171717;
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  left: 20px;
  margin-top: -12px;
  top: 50%;
}

@media (max-width: 767px) {
  header .main-nav > li .dd-wrap .dd-container ul li > a:after {
    content: '\e315';
    color: #00497a;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    margin-top: -12px;
    top: 50%;
  }
}

header .main-nav > li .dd-wrap .dd-container #cat-nav {
  display: block;
}

@media (min-width: 768px) {
  header .main-nav > li .dd-wrap .dd-container #cat-nav {
    display: none;
  }
}

header .header-wrap {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  header .header-wrap {
    padding: 20px;
  }
}

header .header-wrap .header-col-left {
  width: 300px;
}

@media (max-width: 767px) {
  header .header-wrap .header-col-left {
    float: left;
    width: 30%;
  }
}

@media (max-width: 767px) {
  #header-with-search .header-col-search {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  #header-with-adnsearch .header-col-left {
    width: 30%;
  }
}

@media (max-width: 767px) {
  #header-with-adnsearch .header-col-right {
    width: 70%;
  }
}

@media (min-width: 992px) {
  #header-with-adnsearch .header-col-adnsearch {
    height: 90px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
}

#header-with-adnsearch .header-col-adnsearch .ad-wrapper {
  margin: 0 auto;
  max-width: 728px;
}

@media (max-width: 1199px) {
  #header-with-adnsearch .header-col-adnsearch .ad-wrapper {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  #header-with-adnsearch .header-col-adnsearch .search-wrapper {
    padding-top: 10px;
    display: none;
  }
}

@media (min-width: 992px) {
  #header-with-adnsearch .header-col-adnsearch .search-wrapper {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

#cat-nav {
  display: none;
  text-align: left;
}

@media (max-width: 767px) {
  #cat-nav {
    border-top: 1px solid #d7d7d7;
  }
}

@media (min-width: 768px) {
  #cat-nav {
    background: #001828;
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #cat-nav > li {
    margin: 0 10px;
  }
}

@media (min-width: 1274px) {
  #cat-nav > li {
    margin: 0 20px;
  }
}

#cat-nav > li.catNavActive a:after {
  bottom: calc(20px / 2);
  opacity: 1;
  visibility: visible;
}

#cat-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  #cat-nav > li > a:after {
    background: #fff;
    bottom: 20px;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
  }
}

#cat-nav > li > a:hover {
  text-decoration: none;
}

#cat-nav > li > a:hover:after {
  bottom: calc(20px / 2);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  #cat-nav > li > a {
    color: #fff;
    font-size: 11px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  #cat-nav > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1274px) {
  #cat-nav > li > a {
    font-size: 16px;
  }
}

#cat-nav > li > a:hover {
  text-decoration: none;
}

#cat-nav > li.has-sub-menu {
  position: relative;
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  #cat-nav > li.has-sub-menu {
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu:after {
    color: #fff;
    content: '\e5cf';
    font-family: "Material Icons";
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu:hover .cat-dd-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #cat-nav > li.has-sub-menu.active > a:after {
    content: '\e5ce';
  }
}

@media (max-width: 767px) {
  #cat-nav > li.has-sub-menu > a:after {
    content: '\e5cf';
  }
}

#cat-nav > li.has-sub-menu .cat-dd-menu {
  display: none;
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu .cat-dd-menu {
    min-width: 250px;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu .cat-dd-menu:before {
    content: '';
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    height: 0;
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
  }
}

#cat-nav > li.has-sub-menu .cat-dd-menu ul {
  background: #fff;
  border-radius: 5px;
  padding: 0;
  text-align: left;
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu .cat-dd-menu ul {
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  }
}

#cat-nav > li.has-sub-menu .cat-dd-menu ul li {
  display: block;
}

#cat-nav > li.has-sub-menu .cat-dd-menu ul li a {
  color: #171717;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  #cat-nav > li.has-sub-menu .cat-dd-menu ul li a {
    font-size: 11px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #cat-nav > li.has-sub-menu .cat-dd-menu ul li a {
    font-size: 14px;
    line-height: 40px;
  }
}

#cat-nav > li.has-sub-menu .cat-dd-menu ul li a:hover {
  color: #00497a;
  text-decoration: none;
}

#header-error .header-wrap {
  display: inherit;
}

#header-error .header-wrap .logo {
  display: inline-block;
  height: 45px;
  width: auto;
}

.xanadu header#header-basic .logo {
  height: 46px;
}

@media (min-width: 768px) {
  .xanadu header#header-basic .logo {
    height: 46px;
  }
}

@media (min-width: 992px) {
  .xanadu header#header-basic .logo {
    height: 46px;
  }
}

.xanadu header#header-basic .header-wrap {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu header#header-basic .header-wrap > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.xanadu header#header-basic .header-wrap > *:first-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (max-width: 400px) {
  .xanadu header#header-basic .header-wrap.header-with-timer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xanadu header#header-basic .header-wrap.header-with-timer #purchaseProgress {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
  }
}

.xanadu header#header-basic .session-timer {
  margin-left: 10px;
}

.xanadu #purchaseProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 10px;
  padding: 0;
}

.xanadu #purchaseProgress li {
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
  position: relative;
}

.xanadu #purchaseProgress li.passed,
.xanadu #purchaseProgress li.selected {
  color: #000c14;
  background-color: #fff;
}

.xanadu #purchaseProgress li:before,
.xanadu #purchaseProgress li.passed:before,
.xanadu #purchaseProgress li.selected:before {
  content: "";
  display: none;
  position: absolute;
  top: 14px;
  left: -40px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #4d5d68;
}

.xanadu #purchaseProgress li.passed:before,
.xanadu #purchaseProgress li.selected:before {
  background-color: #fff;
}

.xanadu #purchaseProgress li:first-child {
  margin: 0;
}

.xanadu #purchaseProgress li:last-child {
  width: 20px;
}

.xanadu #purchaseProgress li:first-child:before {
  display: none;
}

@media (min-width: 768px) {
  .xanadu #purchaseProgress {
    margin-left: 20px;
  }
  .xanadu #purchaseProgress li {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 50px;
  }
  .xanadu #purchaseProgress li:before,
  .xanadu #purchaseProgress li.passed:before,
  .xanadu #purchaseProgress li.selected:before {
    display: block;
  }
  .xanadu #purchaseProgress li:first-child:before {
    display: none;
  }
  .xanadu #purchaseProgress li:last-child {
    width: 30px;
  }
}

@media (min-width: 992px) {
  .xanadu #purchaseProgress {
    margin-left: 40px;
  }
}

.session-timer {
  background: #ffc300;
  border-radius: 25px;
  color: #171717;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  min-width: 95px;
}

@media (min-width: 992px) {
  .session-timer {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 16px;
    min-width: 110px;
  }
  .session-timer > span, .session-timer i {
    height: 40px;
    line-height: 40px;
  }
}

.session-timer > span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #171717;
}

.session-timer i {
  display: inline-block;
  font-size: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: #171717;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
}

.xanadu #heroModule {
  width: 100%;
  position: relative;
}

.xanadu #heroModule .carousel-indicators {
  position: absolute;
  bottom: 40px;
  right: 40px;
  top: inherit;
  left: inherit;
  margin: 0;
  padding: 0;
}

.xanadu #heroModule .carousel-indicators li {
  background-color: #fff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 0 0 10px;
}

.xanadu #heroModule .carousel-indicators li:not(.active) {
  opacity: .5;
}

.xanadu #heroModule .hero {
  position: relative;
}

.xanadu #heroModule .hero .heroImage {
  width: 100%;
  padding-bottom: 31.48148%;
  position: relative;
}

.xanadu #heroModule .hero .heroImage .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.xanadu #heroModule .hero .heroContent {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 58%;
  margin-top: 40px;
}

.xanadu #heroModule .hero .heroContent h2 {
  margin: 0 0 20px 0;
}

.xanadu #heroModule .hero .heroContent h2 a {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets {
  background: #428226;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  border: none;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets:focus, .xanadu #heroModule .hero .heroContent a.heroGetTickets:active {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets:active {
  background: #548e3b;
  color: #fff;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets:hover {
  background: #3b7522;
  color: #fff;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets.btn-w100 {
  width: 100%;
}

.xanadu #heroModule .hero .heroContent a.heroGetTickets.disabled, .xanadu #heroModule .hero .heroContent a.heroGetTickets:disabled {
  background: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #b4b4b4;
  cursor: no-drop;
}

@media (max-width: 991px) {
  .xanadu #heroModule .hero .heroContent {
    bottom: 20px;
    left: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .xanadu #heroModule .hero .heroContent {
    right: 55%;
  }
  .xanadu #heroModule .hero .heroContent h2 a {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .xanadu #heroModule .hero {
    background-color: #fff;
    padding-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .xanadu #heroModule .hero .heroImage .hero-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .xanadu #heroModule .hero .heroContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 58px;
  }
  .xanadu #heroModule .hero .heroContent h2 {
    margin: 0;
    line-height: 22px;
  }
  .xanadu #heroModule .hero .heroContent h2 a {
    color: #001828;
    font-size: 18px;
    line-height: 22px;
  }
  .xanadu #heroModule .hero .heroContent a.heroGetTickets {
    display: none;
  }
  .xanadu #heroModule .hero .videoLink {
    display: none;
  }
  .xanadu #heroModule .carousel-indicators {
    position: inherit;
    margin: 10px 0;
    bottom: inherit;
    right: inherit;
  }
  .xanadu #heroModule .carousel-indicators li {
    background-color: #001828;
  }
}

.xanadu .offerContainer {
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
}

.xanadu .offerContainer .sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .offerContainer .sectionTitle .image-and-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xanadu .offerContainer .sectionTitle .image-and-titles img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.xanadu .offerContainer .sectionTitle .image-and-titles .titles {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}

.xanadu .offerContainer .sectionTitle .remove-offer {
  font-size: 20px;
  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;
  text-decoration: none;
}

.xanadu .offerContainer .offer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu .offerContainer .offer-header > div {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu .offerContainer .offer-header > div[data-toggle="collapse"] {
  cursor: pointer;
}

.xanadu .offerContainer .offer-header > div h4, .xanadu .offerContainer .offer-header > div h5 {
  font-size: 16px;
}

.xanadu .offerContainer .offer-header > div p {
  font-size: 12px;
}

.xanadu .offerContainer .offer-header > div h4, .xanadu .offerContainer .offer-header > div h5, .xanadu .offerContainer .offer-header > div p {
  padding: 0;
  margin: 0;
  line-height: 1.25em;
}

.xanadu .offerContainer .offer-header > div.package-selection-performance p, .xanadu .offerContainer .offer-header > div.package-selection-performance h6 {
  font-size: 14px;
  margin: 4px 0;
  line-height: 1.2em;
}

.xanadu .offerContainer .offer-header a.collapse-toggle, .xanadu .offerContainer .offer-header a.collapse-toggle.collapsed {
  padding: 15px 0 15px 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background-position: left 10px top 50%, 0 0;
  cursor: pointer;
}

.xanadu .offerContainer .eventAdditionalInfo {
  margin-top: 20px;
}

.xanadu .offerContainer .offer-line-item {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: -1px -20px 0 -20px;
  padding: 20px;
}

.xanadu .offerContainer .offer-line-item:first-child {
  margin-top: 20px;
}

.xanadu .offerContainer .offer-line-item:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.xanadu .offerContainer .hold {
  margin: 20px 0;
}

.xanadu .offerContainer .hold h4 {
  margin: .2em 0;
  font-size: 20px;
}

.xanadu .offerContainer .delivery-type {
  margin-bottom: 20px;
}

.xanadu .offerContainer .delivery-type.select-wrap {
  margin-top: 27px;
}

.xanadu .offerContainer .attention {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #171717;
  font-size: 14px;
  padding: 20px 20px 20px calc(10px * 2 + 22px + 20px);
  position: relative;
  background: #f3f3f3 !important;
}

.xanadu .offerContainer .attention, .xanadu .offerContainer .attention ul {
  list-style: none;
}

.xanadu .offerContainer .attention:before {
  background: #f0c000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(10px * 2 + 22px);
}

.xanadu .offerContainer .attention:after {
  color: #000;
  content: '\f0f3';
  font-family: FontAwesome;
  margin-top: -11px;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: calc(10px * 2 + 22px);
  padding: 0;
  line-height: 1em;
}

.xanadu .offerContainer .buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 20px;
}

.xanadu .offerContainer .buttons-row > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xanadu .offerContainer .buttons-row > *:not(:first-child) {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .xanadu .offerContainer .buttons-row > *:not(:first-child) {
    padding-left: 10px;
  }
}

.xanadu .offerContainer .buttons-row a {
  font-size: 16px;
  height: inherit;
  line-height: 1.25em;
  width: 100%;
  padding: 10px 5px;
}

.xanadu .offer-tickets {
  border-radius: 10px;
  background-color: #001828;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px 20px 20px;
  margin-top: 20px;
}

.xanadu .offer-tickets .tickets-row {
  padding: 20px 0;
  border-top: solid 1px rgba(215, 215, 215, 0.2);
}

.xanadu .offer-tickets .tickets-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.xanadu .offer-tickets .tickets-row:last-child {
  padding-bottom: 0;
}

.xanadu .offer-tickets .tickets-row.price-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.xanadu .offer-tickets .tickets-row.price-category > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 10px;
  border-left: solid 1px rgba(215, 215, 215, 0.2);
}

.xanadu .offer-tickets .tickets-row.price-category > div:first-child {
  border-left: none;
}

.xanadu .offer-tickets .tickets-row.price-category strong {
  display: none;
}

.xanadu .offer-tickets .tickets-row.seating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
  font-size: 24px;
  text-align: center;
}

.xanadu .offer-tickets .tickets-row.seating > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333333%;
          flex: 1 0 33.33333333%;
  padding-top: 20px;
}

.xanadu .offer-tickets .tickets-row.seating.two-rows > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 10px -5px 0;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices .price-types {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 5px 10px;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices .prices {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 5px 10px;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices .prices .fee, .xanadu .offer-tickets .tickets-row.price-types-and-prices .prices .face-value-fee {
  font-size: 12px;
  font-weight: 400;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices .delMethod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-left: solid 1px rgba(215, 215, 215, 0.2);
  padding: 5px 10px;
}

.xanadu .offer-tickets .tickets-row.price-types-and-prices span {
  display: block;
}

.xanadu .offer-tickets .tickets-row.sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .offer-tickets .tickets-row.sub-total strong, .xanadu .offer-tickets .tickets-row.sub-total span {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xanadu .offer-tickets .tickets-row.sub-total span {
  text-align: right;
}

.xanadu .offer-tickets .tickets-row strong {
  text-transform: uppercase;
  font-size: 14px;
  opacity: .5;
  display: block;
}

.xanadu .offer-tickets .tickets-row strong sup {
  vertical-align: top;
  position: relative;
  top: .5em;
}

.xanadu .seat-view-button-container {
  margin: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #d7d7d7;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.xanadu .seat-view-button-container img {
  width: 90px;
  height: 50px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.xanadu .seat-view-button-container span {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.xanadu .seat-view-button-container a {
  font-weight: 700;
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.xanadu .seat-view-modal .modal-body {
  min-height: 250px;
}

#prc-tp-cat-container .evidon-prefdiag-link {
  display: block !important;
  margin-top: 5px !important;
}

#prc-tp-cat-container a#prc-tp-cat-learnmore-necessary_cookies {
  display: none !important;
}

.xanadu .boldLabel {
  font-size: 16px;
  font-weight: bold;
}

.xanadu .warning {
  color: #ff0000;
}

.xanadu .show-more-less .more-less-content,
.xanadu .show-more-less-short .more-less-content,
.xanadu .showMoreLess .more-less-content {
  max-height: 160px;
  overflow: hidden;
  -webkit-transition: max-height .4s linear;
  transition: max-height .4s linear;
}

.xanadu .show-more-less .more-less-content.showingLess,
.xanadu .show-more-less-short .more-less-content.showingLess,
.xanadu .showMoreLess .more-less-content.showingLess {
  max-height: 160px;
  overflow: hidden;
  -webkit-transition: max-height .4s linear;
  transition: max-height .4s linear;
}

.xanadu .show-more-less .more-less-content.showingMore,
.xanadu .show-more-less-short .more-less-content.showingMore,
.xanadu .showMoreLess .more-less-content.showingMore {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: max-height .4s linear;
  transition: max-height .4s linear;
}

.xanadu .show-more-less .more-less-toggle,
.xanadu .show-more-less-short .more-less-toggle,
.xanadu .showMoreLess .more-less-toggle {
  display: inline-block;
  padding-top: 10px;
  text-decoration: underline;
  width: 100%;
  box-shadow: 0px -15px 10px -7px white;
  -webkit-box-shadow: 0px -15px 10px -7px white;
  -moz-box-shadow: 0px -15px 10px -7px white;
}

.xanadu .show-more-less .more-less-toggle.showingMore,
.xanadu .show-more-less-short .more-less-toggle.showingMore,
.xanadu .showMoreLess .more-less-toggle.showingMore {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.xanadu .show-more-less-short .more-less-content {
  max-height: 70px;
}

.xanadu .show-more-less-short .more-less-content.showingLess {
  max-height: 70px;
}

.xanadu .alert-info .show-more-less .more-less-toggle,
.xanadu .alert-info .show-more-less-short .more-less-toggle,
.xanadu .alert-info .showMoreLess .more-less-toggle {
  box-shadow: 0px -15px 10px -7px #f3f3f3;
  -webkit-box-shadow: 0px -15px 10px -7px #f3f3f3;
  -moz-box-shadow: 0px -15px 10px -7px #f3f3f3;
}

.xanadu #video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 4000;
  display: none;
}

.xanadu #video_lightbox {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  text-align: center;
  top: 150px;
}

.xanadu #video_lightboxBg {
  background-color: #fff;
  border-radius: 5px;
  line-height: 0px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.xanadu #video_lightboxBg #player {
  padding: 10px;
  z-index: 9999;
  width: 100%;
  height: auto;
}

.xanadu #video_light_close {
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  opacity: .8;
  background: #000;
  border: 2px solid #FFF;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #FFF !important;
  text-decoration: none;
  z-index: 10000;
}

.xanadu #video_light_close:hover {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .xanadu #video_lightboxBg {
    width: 740px;
  }
  .xanadu #video_lightboxBg #player {
    padding: 20px;
    width: 700px;
    height: 394px;
  }
  .xanadu #video_light_close {
    right: -8px;
  }
}

@media (min-width: 992px) {
  .xanadu #video_lightboxBg {
    width: 800px;
  }
  .xanadu #video_lightboxBg #player {
    padding: 40px;
    width: 800px;
    height: 450px;
  }
}

.xanadu .videoLink {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -25px;
  margin-top: -25px;
}

.xanadu .videoLink .Oval {
  width: 50px;
  height: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
}

.xanadu .videoLink .Oval .play-button {
  width: 44%;
  margin-left: 31%;
  margin-top: 25%;
}

.xanadu .showPage .videoLink {
  top: 40%;
}

@media (min-width: 768px) {
  .xanadu .videoLink {
    margin-left: -50px;
    margin-top: -50px;
    top: 50%;
  }
  .xanadu .videoLink .Oval {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .xanadu .showPage .videoLink {
    top: 50%;
  }
}

.xanadu .paginationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 10px;
  width: 100%;
}

.xanadu .paginationList ul, .xanadu .paginationList ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xanadu .paginationList li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: #00497a;
}

.xanadu .paginationList li:not(:first-child):not(:last-child) {
  background-color: #fff;
  color: #00497a;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}

.xanadu .paginationList li:not(:first-child):not(:last-child):hover {
  background-color: #00497a;
}

.xanadu .paginationList li:not(:first-child):not(:last-child):hover a {
  color: #fff;
}

.xanadu .paginationList li:not(:first-child):not(:last-child).active {
  background-color: #00497a;
}

.xanadu .paginationList li:not(:first-child):not(:last-child).active a {
  color: #fff;
}

.xanadu .paginationList li:not(:first-child):not(:last-child).active:hover {
  background-color: #195b87;
}

.xanadu .paginationList li:not(:first-child):not(:last-child).active:hover a {
  color: #fff;
}

.xanadu .paginationList li:not(:first-child):not(:last-child) a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
}

.xanadu .paginationList li:not(:last-child) {
  margin-right: 5px;
}

.xanadu .paginationList li:first-child a, .xanadu .paginationList li:last-child a {
  text-decoration: none;
  color: #00497a;
}

.xanadu .paginationList li:first-child a:hover, .xanadu .paginationList li:last-child a:hover {
  text-decoration: underline;
}

.xanadu .seatmap-chrome {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 5px;
  margin: 0 20px;
}

.xanadu .seatmap-chrome .seatmap-chrome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

.xanadu .seatmap-chrome .seatmap-chrome-inner .performance-map-col {
  padding: 0 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .xanadu .seatmap-chrome .seatmap-chrome-inner .performance-map-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col {
  padding: 0 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  border-right: none;
}

.xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col .aisle-map-title, .xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col .seat-legend {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
    border-right: 1px solid #d7d7d7;
  }
  .xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col .aisle-map-title, .xanadu .seatmap-chrome .seatmap-chrome-inner .aisle-map-col .seat-legend {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.xanadu .seatmap-chrome .aisle-map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.xanadu .seatmap-chrome .aisle-map-title > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xanadu .seatmap-chrome .aisle-map-title h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.xanadu .seatmap-chrome .aisle-map-title .direction {
  margin: 0;
  text-align: right;
}

.xanadu .seatmap-chrome .aisle-map-title .direction img {
  display: inline-block;
  margin: 0 5px;
}

.xanadu .seatmap-chrome .mapContainer {
  margin: 20px 0;
}

@media (pointer: coarse) {
  .xanadu .seatmap-chrome .aisleMap {
    overflow: scroll;
  }
}

.xanadu .seatmap-chrome .aisleHoverContainer {
  position: relative;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup {
  position: absolute;
  width: auto;
  height: auto;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info {
  position: relative;
  background-color: #000c14;
  color: #fff;
  border-radius: 3px;
  z-index: 3;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #000c14;
  top: -12px;
  left: 8px;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info.available {
  background-color: #007acc;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info.available:before {
  border-bottom-color: #007acc;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info.not-selectable {
  background-color: #972323;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info.not-selectable:before {
  border-bottom-color: #972323;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details {
  padding: 10px;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details p {
  font-size: 12px;
  padding: 1px 0;
  margin-bottom: 0px;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details p:first-child {
  padding: 0;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details .seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details .seats > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details .seats > *:not(:last-child) {
  padding-right: 10px;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup .seat-info .details .seats > * strong {
  display: block;
  text-transform: uppercase;
  opacity: .5;
}

.xanadu .seatmap-chrome .aisleHoverContainer .seatPopup.right-arrow .seat-info:before {
  left: inherit;
  right: 8px;
}

.xanadu .seatmap-chrome .zoom-buttons {
  display: none;
  margin: 20px 0;
}

@media (pointer: coarse) {
  .xanadu .seatmap-chrome .zoom-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.xanadu .seatmap-chrome .zoom-buttons button {
  font-size: 22px;
  height: inherit;
  line-height: 1.72em;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: block;
}

.xanadu .seatmap-chrome .zoom-buttons button[disabled] {
  background: #fff !important;
  color: #00497a !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: .2;
}

.xanadu .seatmap-chrome .zoom-buttons button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.xanadu .seatmap-chrome .zoom-buttons button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.xanadu .seatmap-chrome .message-box {
  margin: 10px 0;
}

.xanadu .seatmap-chrome .message-box h4 {
  font-weight: 600;
}

.xanadu .seatmap-chrome .message-box .alert-confirmation p {
  margin: 0;
  padding: 0;
}

.xanadu .seatmap-chrome .message-box .alert-confirmation p:not(.note) {
  font-weight: 700;
}

.xanadu .seatmap-chrome .message-box .message-box-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(min-content, 1fr) 10px min-content;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
  grid-column-gap: 10px;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4, .xanadu .seatmap-chrome .message-box .message-box-inner p {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(1), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(1) {
  -ms-grid-row: 1;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(2), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(2) {
  -ms-grid-row: 2;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(3), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(3) {
  -ms-grid-row: 3;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(4), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(4) {
  -ms-grid-row: 4;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(5), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(5) {
  -ms-grid-row: 5;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(6), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(6) {
  -ms-grid-row: 6;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(7), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(7) {
  -ms-grid-row: 7;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(8), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(8) {
  -ms-grid-row: 8;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(9), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(9) {
  -ms-grid-row: 9;
}

.xanadu .seatmap-chrome .message-box .message-box-inner > h4:nth-child(10), .xanadu .seatmap-chrome .message-box .message-box-inner p:nth-child(10) {
  -ms-grid-row: 10;
}

.xanadu .seatmap-chrome .message-box .message-box-inner .buttons {
  -ms-grid-column: 3;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 99;
  grid-row: 1 / 99;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 650px) {
  .xanadu .seatmap-chrome .message-box .message-box-inner .buttons {
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .xanadu .seatmap-chrome .message-box .message-box-inner .buttons {
    white-space: unset;
  }
}

.xanadu .seatmap-chrome .message-box .message-box-inner .buttons button {
  min-height: 40px;
  min-width: 145px;
  text-align: center;
  white-space: nowrap;
}

.xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnYes {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnYes, .xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnNo, .xanadu .seatmap-chrome .message-box .message-box-inner .buttons button.btnOkay {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  height: inherit;
  line-height: 1.2em;
}

.xanadu .seatmap-chrome .message-box .message-box-inner .buttons button:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.xanadu .seatmap-chrome .legend {
  font-size: 12px;
}

.xanadu .seatmap-chrome path {
  cursor: pointer;
}

.xanadu .seatmap-chrome rect.seat.Unavailable {
  fill: #f3f3f3;
  stroke: #f3f3f3;
}

.xanadu .seatmap-chrome rect.seat.Unavailable.hover {
  fill: "";
  stroke: "";
}

.xanadu .seatmap-chrome rect.seat.Unavailable.hover-not-selectable {
  fill: #fff;
  stroke: #972323;
}

.xanadu .seatmap-chrome rect.seat.Unavailable.restricted-view {
  fill: url(#gradient-Unavailable-restricted-view);
}

.xanadu .seatmap-chrome rect.seat.Unavailable.restricted-view.hover {
  fill: url(#gradient-Unavailable-restricted-view-hover);
}

.xanadu .seatmap-chrome rect.seat.Unavailable.restricted-view.hover-not-selectable {
  fill: url(#gradient-Unavailable-restricted-view-hover-not-selectable);
}

#gradient-Unavailable-restricted-view stop:nth-child(1) {
  stop-color: #f3f3f3;
}

#gradient-Unavailable-restricted-view stop:nth-child(2) {
  stop-color: transparent;
}

#gradient-Unavailable-restricted-view-hover stop:nth-child(1) {
  stop-color: "";
}

#gradient-Unavailable-restricted-view-hover stop:nth-child(2) {
  stop-color: "";
}

#gradient-Unavailable-restricted-view-hover-not-selectable stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-Unavailable-restricted-view-hover-not-selectable stop:nth-child(2) {
  stop-color: rgba(151, 35, 35, 0.5);
}

.xanadu .seatmap-chrome .seat-legend .icon.Unavailable, .xanadu .seatmap-chrome .seatPopup .indicator.Unavailable {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.xanadu .seatmap-chrome .seat-legend .icon.Unavailable.restricted-view, .xanadu .seatmap-chrome .seatPopup .indicator.Unavailable.restricted-view {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #f3f3f3), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom right, #f3f3f3 50%, transparent 50%);
  background-color: unset;
}

.xanadu .seatmap-chrome rect.seat.Available {
  fill: #fff;
  stroke: #428226;
}

.xanadu .seatmap-chrome rect.seat.Available.hover {
  fill: #fff;
  stroke: #007acc;
}

.xanadu .seatmap-chrome rect.seat.Available.hover-not-selectable {
  fill: #fff;
  stroke: #972323;
}

.xanadu .seatmap-chrome rect.seat.Available.restricted-view {
  fill: url(#gradient-Available-restricted-view);
}

.xanadu .seatmap-chrome rect.seat.Available.restricted-view.hover {
  fill: url(#gradient-Available-restricted-view-hover);
}

.xanadu .seatmap-chrome rect.seat.Available.restricted-view.hover-not-selectable {
  fill: url(#gradient-Available-restricted-view-hover-not-selectable);
}

#gradient-Available-restricted-view stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-Available-restricted-view stop:nth-child(2) {
  stop-color: rgba(66, 130, 38, 0.5);
}

#gradient-Available-restricted-view-hover stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-Available-restricted-view-hover stop:nth-child(2) {
  stop-color: rgba(0, 122, 204, 0.5);
}

#gradient-Available-restricted-view-hover-not-selectable stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-Available-restricted-view-hover-not-selectable stop:nth-child(2) {
  stop-color: rgba(151, 35, 35, 0.5);
}

.xanadu .seatmap-chrome .seat-legend .icon.Available, .xanadu .seatmap-chrome .seatPopup .indicator.Available {
  background-color: #fff;
  border-color: #428226;
}

.xanadu .seatmap-chrome .seat-legend .icon.Available.restricted-view, .xanadu .seatmap-chrome .seatPopup .indicator.Available.restricted-view {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, rgba(66, 130, 38, 0.5)));
  background-image: linear-gradient(to bottom right, #fff 50%, rgba(66, 130, 38, 0.5) 50%);
  background-color: unset;
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs {
  fill: #000c14;
  stroke: #000c14;
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs.hover {
  fill: "";
  stroke: "";
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs.hover-not-selectable {
  fill: #fff;
  stroke: #972323;
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs.restricted-view {
  fill: url(#gradient-CustomersDibs-restricted-view);
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs.restricted-view.hover {
  fill: url(#gradient-CustomersDibs-restricted-view-hover);
}

.xanadu .seatmap-chrome rect.seat.CustomersDibs.restricted-view.hover-not-selectable {
  fill: url(#gradient-CustomersDibs-restricted-view-hover-not-selectable);
}

#gradient-CustomersDibs-restricted-view stop:nth-child(1) {
  stop-color: #000c14;
}

#gradient-CustomersDibs-restricted-view stop:nth-child(2) {
  stop-color: transparent;
}

#gradient-CustomersDibs-restricted-view-hover stop:nth-child(1) {
  stop-color: "";
}

#gradient-CustomersDibs-restricted-view-hover stop:nth-child(2) {
  stop-color: "";
}

#gradient-CustomersDibs-restricted-view-hover-not-selectable stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-CustomersDibs-restricted-view-hover-not-selectable stop:nth-child(2) {
  stop-color: rgba(151, 35, 35, 0.5);
}

.xanadu .seatmap-chrome .seat-legend .icon.CustomersDibs, .xanadu .seatmap-chrome .seatPopup .indicator.CustomersDibs {
  background-color: #000c14;
  border-color: #000c14;
}

.xanadu .seatmap-chrome .seat-legend .icon.CustomersDibs.restricted-view, .xanadu .seatmap-chrome .seatPopup .indicator.CustomersDibs.restricted-view {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #000c14), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom right, #000c14 50%, transparent 50%);
  background-color: unset;
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs {
  fill: #00497a;
  stroke: #00497a;
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs.hover {
  fill: "";
  stroke: "";
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs.hover-not-selectable {
  fill: #fff;
  stroke: #972323;
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs.restricted-view {
  fill: url(#gradient-InviteAFriendDibs-restricted-view);
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs.restricted-view.hover {
  fill: url(#gradient-InviteAFriendDibs-restricted-view-hover);
}

.xanadu .seatmap-chrome rect.seat.InviteAFriendDibs.restricted-view.hover-not-selectable {
  fill: url(#gradient-InviteAFriendDibs-restricted-view-hover-not-selectable);
}

#gradient-InviteAFriendDibs-restricted-view stop:nth-child(1) {
  stop-color: #00497a;
}

#gradient-InviteAFriendDibs-restricted-view stop:nth-child(2) {
  stop-color: transparent;
}

#gradient-InviteAFriendDibs-restricted-view-hover stop:nth-child(1) {
  stop-color: "";
}

#gradient-InviteAFriendDibs-restricted-view-hover stop:nth-child(2) {
  stop-color: "";
}

#gradient-InviteAFriendDibs-restricted-view-hover-not-selectable stop:nth-child(1) {
  stop-color: #fff;
}

#gradient-InviteAFriendDibs-restricted-view-hover-not-selectable stop:nth-child(2) {
  stop-color: rgba(151, 35, 35, 0.5);
}

.xanadu .seatmap-chrome .seat-legend .icon.InviteAFriendDibs, .xanadu .seatmap-chrome .seatPopup .indicator.InviteAFriendDibs {
  background-color: #00497a;
  border-color: #00497a;
}

.xanadu .seatmap-chrome .seat-legend .icon.InviteAFriendDibs.restricted-view, .xanadu .seatmap-chrome .seatPopup .indicator.InviteAFriendDibs.restricted-view {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00497a), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom right, #00497a 50%, transparent 50%);
  background-color: unset;
}

.xanadu .seatmap-chrome rect.seat {
  stroke-width: 2;
}

.xanadu .seatmap-chrome rect.seat.Available {
  cursor: pointer !important;
}

.xanadu .seatmap-chrome rect.seat.Available.hover-not-selectable {
  cursor: default !important;
}

.xanadu .seatmap-chrome .seat-legend {
  margin-top: 20px;
  border-top: 1px solid #d7d7d7;
}

.xanadu .seatmap-chrome .seat-legend .header {
  display: none;
}

.xanadu .seatmap-chrome .seat-legend .legend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 575px) {
  .xanadu .seatmap-chrome .seat-legend .header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(min-content, 1fr) 40px;
    grid-template-columns: auto 40px;
    margin: 20px 0;
    cursor: pointer;
  }
  .xanadu .seatmap-chrome .seat-legend .header h6 {
    font-size: 18px;
    font-weight: 600;
  }
  .xanadu .seatmap-chrome .seat-legend .header > * {
    display: block;
    -ms-grid-row: 1;
  }
  .xanadu .seatmap-chrome .seat-legend .header > *:first-child {
    -ms-grid-column: 1;
  }
  .xanadu .seatmap-chrome .seat-legend .header > *:last-child {
    -ms-grid-column: 2;
  }
  .xanadu .seatmap-chrome .seat-legend .legend.collapse {
    display: none;
  }
  .xanadu .seatmap-chrome .seat-legend .legend.collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xanadu .seatmap-chrome .seat-legend .legend li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.xanadu .seatmap-chrome .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 20px -10px 10px -10px;
  padding: 0;
}

.xanadu .seatmap-chrome .legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 10px 10px;
}

.xanadu .seatmap-chrome .legend li .icon {
  border-width: 2px;
  border-style: solid;
  border-radius: .625em;
  width: 1.25em;
  height: 1.25em;
  display: block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.xanadu .seatmap-chrome .legend li span {
  display: block;
}

.xanadu .seatmap-chrome .performanceMap {
  margin: 20px 0;
}

.xanadu .seatmap-chrome .staticMap {
  width: 100%;
}

.xanadu .seatmap-chrome .staticMap .header {
  display: none;
}

.xanadu .seatmap-chrome .staticMapContainer img {
  display: block;
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}

.xanadu .venue-map-only .seatmap-chrome .aisle-map-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  border: none;
}

.xanadu .venue-map-only .seatmap-chrome .performance-map-col, .xanadu .venue-map-only .seatmap-chrome .aisle-map-title {
  display: none;
}

.xanadu .venue-map-only .seatmap-chrome .performanceMap svg {
  margin: 0 auto;
}

.xanadu .dynamic-seatmap-content {
  /*don't show initially as might be static map, using visibility hidden rather than display none to avoid repositioning */
  visibility: hidden;
}

.xanadu .boxed-seatmap .seatmap-chrome .seatmap-chrome-inner {
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.xanadu #mapWrapper, .xanadu .performanceMap, .xanadu .aisleMap {
  overflow: hidden;
}

.xanadu .package-selection-performance p, .xanadu .package-selection-performance h6 {
  font-size: 14px;
  padding: 0;
  margin: 4px 0;
  line-height: 1.2em;
}

.xanadu .package-selection-performance h6 {
  font-weight: 700;
}

.xanadu .show-header h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .xanadu .show-header h1 {
    font-size: 30px;
    margin: 30px 0 10px;
  }
}

.xanadu .show-header #perf-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border-bottom: 1px solid #d7d7d7;
}

.xanadu .show-header #perf-head h1 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.xanadu .show-header #perf-head a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

@media (max-width: 767px) {
  .xanadu .show-header #perf-head {
    border-bottom: none;
  }
}

.xanadu .show-header .perf-text p {
  margin: 4px 0;
}

.xanadu .show-header .venue {
  font-size: 18px;
}

.xanadu .show-header .performance {
  font-size: 20px;
  font-weight: 700;
}

.xanadu .show-header .package-selection-performance {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.xanadu .show-header .show-image-container.desktop {
  display: none;
}

.xanadu .show-header .show-image-container.mobile {
  display: block;
  width: 60px;
  margin: 0 10px 0 0;
}

.xanadu .show-header .show-image-container.mobile img {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .xanadu .show-header .show-image-container.desktop {
    display: block;
  }
  .xanadu .show-header .show-image-container.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .xanadu .show-header .perf-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  .xanadu .show-header .perf-head h1 {
    margin: 0;
  }
  .xanadu .show-header .perf-head p.performance, .xanadu .show-header .perf-head p.venue {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
  }
}

.xanadu .show-image-container {
  position: relative;
  background-color: #b4b4b4;
  overflow: hidden;
}

.xanadu .show-image-container > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
}

.xanadu .show-image-container.banner-image {
  padding-bottom: 31.48148%;
}

.xanadu .show-image-container.square-image {
  width: 60px;
  padding-bottom: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.xanadu .padding-b15 {
  padding-bottom: 15px;
}

.xanadu .padding-t15 {
  padding-top: 15px;
}

.xanadu .padding-t30 {
  padding-top: 15px;
}

.xanadu .padding-b30 {
  padding-bottom: 15px !important;
}

.xanadu .paddingLR {
  padding-right: 20px;
  padding-left: 20px;
}

.xanadu .sm-lf-p20 {
  padding-left: 15px;
  padding-right: 15px;
}

.xanadu .margin-b15 {
  margin-bottom: 15px;
}

.xanadu .margin-t15 {
  margin-top: 15px;
}

.xanadu .margin-t30 {
  margin-top: 15px;
}

.xanadu .margin-b30 {
  margin-bottom: 15px;
}

.xanadu .margin-t40 {
  margin-top: 20px;
}

.xanadu .buyTicketsContent .blockPadding {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .xanadu .blockPadding {
    padding: 15px;
  }
  .xanadu .padding-l15-d {
    padding-left: 15px;
  }
  .xanadu .padding-t30 {
    padding-top: 30px;
  }
  .xanadu .padding-b30 {
    padding-bottom: 30px !important;
  }
  .xanadu .pdPayPage {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px;
  }
  .xanadu .paddingLR {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xanadu .sm-lf-p20 {
    padding-left: 0;
    padding-right: 0;
  }
  .xanadu .margin-t30 {
    margin-top: 30px;
  }
  .xanadu .margin-b30 {
    margin-bottom: 30px;
  }
  .xanadu .margin-t40 {
    margin-top: 40px 25px;
  }
  .xanadu .padding-t0 {
    padding-top: 0;
  }
}

.xanadu .accountsBody .bodyContent {
  width: 100%;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .xanadu .accountsBody .bodyContent {
    width: 90%;
    max-width: 1170px;
    margin: 40px auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .xanadu .accountsBody .joinnowConfirm .btn.btn-green {
    max-width: 200px;
  }
}

.xanadu .accountsBody .bodyContent.registration {
  max-width: 850px;
}

.xanadu .accountsBody .registration {
  max-width: 850px;
}

.xanadu .accountsBody .registration h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.xanadu .accountsBody .registration .pageContent {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.xanadu .accountsBody .registration input[type="text"],
.xanadu .accountsBody .registration input[type="password"],
.xanadu .accountsBody .registration select {
  height: 50px;
}

.xanadu .accountsBody .registration .TnCCheckbox {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .registration .TnCCheckbox {
    margin-bottom: 40px;
  }
}

.xanadu .accountsBody .registration .TnCCheckbox input {
  display: none;
}

.xanadu .accountsBody .registration .TnCCheckbox.showForNZ input {
  display: block;
}

.xanadu .accountsBody .registration .createAccButton {
  text-align: center;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .registration .createAccButton input {
    max-width: 185px;
  }
}

.xanadu .accountsBody .registration .LonginLink {
  border-top: 1px solid #d7d7d7;
  margin-top: 20px;
  padding-top: 20px;
}

.xanadu .accountsBody .registration .errorMessage.alert-error {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .registration .errorMessage.alert-error {
    margin-bottom: 40px;
  }
}

.xanadu .accountsBody .registration #checkbox1,
.xanadu .accountsBody .notifications #checkbox1 {
  margin-bottom: 30px;
}

.xanadu .accountsBody .registration #checkbox1 .unsubscribeCheckboxes,
.xanadu .accountsBody .notifications #checkbox1 .unsubscribeCheckboxes {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .registration #checkbox1 .unsubscribeCheckboxes label,
  .xanadu .accountsBody .notifications #checkbox1 .unsubscribeCheckboxes label {
    margin-left: 40px;
  }
}

.xanadu .accountsBody .registration .unsubscribeCheckboxes label,
.xanadu .accountsBody .notifications .unsubscribeCheckboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.xanadu .accountsBody .registration .unsubscribeCheckboxes label input,
.xanadu .accountsBody .notifications .unsubscribeCheckboxes label input {
  min-width: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.xanadu .accountsBody .pageContent {
  padding: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .pageContent {
    padding: 40px 30px;
  }
}

@media (min-width: 992px) {
  .xanadu .accountsBody .pageContent {
    padding: 40px;
  }
}

.xanadu .accountsBody .pageContent h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.xanadu .accountsBody .pageContent h2.cancelAcc {
  margin-bottom: 20px;
}

.xanadu .accountsBody .pageContent .accountTbl tr td,
.xanadu .accountsBody .pageContent .bDetailsTbl tr td {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .pageContent .accountTbl tr td,
  .xanadu .accountsBody .pageContent .bDetailsTbl tr td {
    padding-bottom: 40px;
  }
}

.xanadu .accountsBody .pageContent td label {
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  top: -9px;
  background: #fff;
  left: 10px;
  padding: 0 2px;
}

.xanadu .accountsBody .pageContent td select {
  position: static;
  z-index: unset;
}

.xanadu .accountsBody .pageContent td.tdDob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .accountsBody .pageContent td.tdDob > div {
  margin-right: 20px;
}

.xanadu .accountsBody .pageContent td.tdDob > .dobYear {
  margin-right: 0;
}

.xanadu .accountsBody .pageContent td .mobileNo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .accountsBody .pageContent td .mobileNo > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xanadu .accountsBody .pageContent td .mobileNo .mobileCC {
  max-width: 120px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .pageContent td .mobileNo .mobileCC .btn.btn-green {
    max-width: 200px;
  }
}

.xanadu .accountsBody .pageContent td .mobNo {
  position: relative;
}

.xanadu .accountsBody .pageContent td.hpBlock, .xanadu .accountsBody .pageContent td.otBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .accountsBody .pageContent td.hpBlock .hpCCode,
.xanadu .accountsBody .pageContent td.hpBlock .hpACode, .xanadu .accountsBody .pageContent td.otBlock .hpCCode,
.xanadu .accountsBody .pageContent td.otBlock .hpACode {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 150px;
  margin-right: 20px;
}

.xanadu .accountsBody .pageContent td.hpBlock .hpNo, .xanadu .accountsBody .pageContent td.otBlock .hpNo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 300px);
}

.xanadu .accountsBody .accountFormModule,
.xanadu .accountsBody .updateDiv {
  max-width: 540px;
  margin: 0 auto;
}

.xanadu .accountsBody .accountFormModule input[type="text"],
.xanadu .accountsBody .accountFormModule select,
.xanadu .accountsBody .updateDiv input[type="text"],
.xanadu .accountsBody .updateDiv select {
  height: 50px;
}

.xanadu .accountsBody .updateDiv {
  text-align: right;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .updateDiv .btn.btn-green {
    max-width: 125px;
  }
}

.xanadu .accountsBody .trstate.trpostcode.trcountry > td {
  padding-bottom: 0;
}

.xanadu .accountsBody .tripleField tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xanadu .accountsBody .tripleField tr td.tState, .xanadu .accountsBody .tripleField tr td.tPostcode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: 50%;
}

.xanadu .accountsBody .tripleField tr td.tState {
  margin-right: 20px;
}

.xanadu .accountsBody .tripleField tr td.tPostcode {
  margin-right: 0;
}

.xanadu .accountsBody .tripleField tr td.tCountry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.xanadu .accountsBody .tripleField tr td.otherCountry {
  padding-bottom: 0;
}

.xanadu .accountsBody .tripleField tr td.otherCountry .oc-div {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .xanadu .accountsBody .tripleField tr td.otherCountry .oc-div {
    padding-bottom: 40px;
  }
}

.xanadu .accountsBody .required,
.xanadu .accountsBody p.note {
  font-size: 12px;
  color: #484848;
  margin-left: 10px;
  margin-bottom: 0;
}

.xanadu .accountsBody #joinNowPreferences {
  display: none;
}

.xanadu .accountsBody #joinNowSubscriptions #checkbox3 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .xanadu .bodyContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.xanadu .bodyContent .personalDetailsMenu {
  width: 100%;
}

.xanadu .bodyContent .personalDetailsMenu .user-info {
  padding-top: 20px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .xanadu .bodyContent .personalDetailsMenu .user-info {
    padding-top: 0;
  }
}

.xanadu .bodyContent .personalDetailsMenu .user-info h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .xanadu .bodyContent .personalDetailsMenu .user-info h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .xanadu .bodyContent .personalDetailsMenu {
    padding: 40px 20px;
    width: 260px;
    border-right: 1px solid #f3f3f3;
  }
  .xanadu .bodyContent .personalDetailsMenu .card-header {
    display: none;
  }
  .xanadu .bodyContent .personalDetailsMenu #collapseSubNav {
    display: block;
  }
  .xanadu .bodyContent .personalDetailsMenu #collapseSubNav .card-body {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .xanadu .bodyContent .personalDetailsMenu {
    width: 300px;
  }
}

.xanadu .bodyContent .personalDetailsMenu ul {
  padding-left: 0;
  margin-bottom: 0;
}

.xanadu .bodyContent .personalDetailsMenu .btn.btn-link {
  text-decoration: none;
}

.xanadu .bodyContent .personalDetailsMenu .card-body {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.xanadu .bodyContent .personalDetailsMenu p.mobile-dropDown {
  margin-bottom: 0;
}

.xanadu .bodyContent .personalDetailsMenu #accSubNav .btn.btn-link:focus {
  text-decoration: none;
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem {
  list-style-type: none;
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown {
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #171717;
  padding: 0 0 0 20px;
}

@media (min-width: 768px) {
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown {
    line-height: 56px;
  }
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown:before {
  content: "";
  background-image: url("/images/icons/accounts/caret-square-right-solid.svg");
  background-repeat: no-repeat;
  background-size: 22px 26px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: -6px;
  margin-right: 5px;
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.personal_details:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.personal_details:before {
  background-image: url("/images/icons/accounts/user-alt-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.order_history:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.order_history:before {
  background-image: url("/images/icons/accounts/ticket-alt-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.notifications:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.notifications:before {
  background-image: url("/images/icons/accounts/bell-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.favourites:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.favourites:before {
  background-image: url("/images/icons/accounts/heart-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.payment_details:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.payment_details:before {
  background-image: url("/images/icons/accounts/credit-card-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.password:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.password:before {
  background-image: url("/images/icons/accounts/lock-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.waitlist:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.waitlist:before {
  background-image: url("/images/icons/accounts/clipboard-list-solid.svg");
}

.xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.cancel_account:before,
.xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.cancel_account:before {
  background-image: url("/images/icons/accounts/ban-solid.svg");
}

@media (min-width: 768px) {
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.active,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.active {
    background: #001828;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.active:before {
    background-image: url("/images/icons/accounts/caret-square-right-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.personal_details.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.personal_details.active:before {
    background-image: url("/images/icons/accounts/user-alt-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.order_history.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.order_history.active:before {
    background-image: url("/images/icons/accounts/ticket-alt-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.notifications.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.notifications.active:before {
    background-image: url("/images/icons/accounts/bell-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.favourites.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.favourites.active:before {
    background-image: url("/images/icons/accounts/heart-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.payment_details.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.payment_details.active:before {
    background-image: url("/images/icons/accounts/credit-card-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.password.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.password.active:before {
    background-image: url("/images/icons/accounts/lock-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.waitlist.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.waitlist.active:before {
    background-image: url("/images/icons/accounts/clipboard-list-solid-active.svg");
  }
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem a.cancel_account.active:before,
  .xanadu .bodyContent .personalDetailsMenu .personalMenuItem .mobile-dropDown.cancel_account.active:before {
    background-image: url("/images/icons/accounts/ban-solid-active.svg");
  }
}

.xanadu .bodyContent .pageContent {
  width: 100%;
}

@media (min-width: 768px) {
  .xanadu .bodyContent .pageContent {
    width: calc( 100% - 260px);
  }
}

@media (min-width: 992px) {
  .xanadu .bodyContent .pageContent {
    width: calc( 100% - 300px);
  }
}

.xanadu .personalDetails table tbody > tr > td, .xanadu .creditCardManageSection table tbody > tr > td {
  position: relative;
}

.xanadu .personalDetails table, .xanadu .personalDetails td, .xanadu .creditCardManageSection table, .xanadu .creditCardManageSection td {
  width: 100%;
}

.xanadu .personalDetails table.tdBlock, .xanadu .personalDetails table.block-35, .xanadu .personalDetails table.block-20, .xanadu .personalDetails table.block-45, .xanadu .personalDetails td.tdBlock, .xanadu .personalDetails td.block-35, .xanadu .personalDetails td.block-20, .xanadu .personalDetails td.block-45, .xanadu .creditCardManageSection table.tdBlock, .xanadu .creditCardManageSection table.block-35, .xanadu .creditCardManageSection table.block-20, .xanadu .creditCardManageSection table.block-45, .xanadu .creditCardManageSection td.tdBlock, .xanadu .creditCardManageSection td.block-35, .xanadu .creditCardManageSection td.block-20, .xanadu .creditCardManageSection td.block-45 {
  width: 100%;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #00497a;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 15px 0px;
}

.xanadu .personalDetails table.tdBlock.tdHW, .xanadu .personalDetails table.block-35.tdHW, .xanadu .personalDetails table.block-20.tdHW, .xanadu .personalDetails table.block-45.tdHW, .xanadu .personalDetails td.tdBlock.tdHW, .xanadu .personalDetails td.block-35.tdHW, .xanadu .personalDetails td.block-20.tdHW, .xanadu .personalDetails td.block-45.tdHW, .xanadu .creditCardManageSection table.tdBlock.tdHW, .xanadu .creditCardManageSection table.block-35.tdHW, .xanadu .creditCardManageSection table.block-20.tdHW, .xanadu .creditCardManageSection table.block-45.tdHW, .xanadu .creditCardManageSection td.tdBlock.tdHW, .xanadu .creditCardManageSection td.block-35.tdHW, .xanadu .creditCardManageSection td.block-20.tdHW, .xanadu .creditCardManageSection td.block-45.tdHW {
  width: 48%;
  display: inline-block;
}

.xanadu .personalDetails table.tdBlock.tdHW:first-of-type, .xanadu .personalDetails table.block-35.tdHW:first-of-type, .xanadu .personalDetails table.block-20.tdHW:first-of-type, .xanadu .personalDetails table.block-45.tdHW:first-of-type, .xanadu .personalDetails td.tdBlock.tdHW:first-of-type, .xanadu .personalDetails td.block-35.tdHW:first-of-type, .xanadu .personalDetails td.block-20.tdHW:first-of-type, .xanadu .personalDetails td.block-45.tdHW:first-of-type, .xanadu .creditCardManageSection table.tdBlock.tdHW:first-of-type, .xanadu .creditCardManageSection table.block-35.tdHW:first-of-type, .xanadu .creditCardManageSection table.block-20.tdHW:first-of-type, .xanadu .creditCardManageSection table.block-45.tdHW:first-of-type, .xanadu .creditCardManageSection td.tdBlock.tdHW:first-of-type, .xanadu .creditCardManageSection td.block-35.tdHW:first-of-type, .xanadu .creditCardManageSection td.block-20.tdHW:first-of-type, .xanadu .creditCardManageSection td.block-45.tdHW:first-of-type {
  margin-right: 10px;
}

.xanadu .personalDetails td .saltin, .xanadu .creditCardManageSection td .saltin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .personalDetails td .saltin select, .xanadu .creditCardManageSection td .saltin select {
  max-width: 150px;
}

@media (min-width: 768px) {
  .xanadu .personalDetails td .saltin select, .xanadu .creditCardManageSection td .saltin select {
    max-width: 200px;
  }
}

.xanadu .personalDetails td .saltin input, .xanadu .creditCardManageSection td .saltin input {
  margin-left: 20px;
}

.xanadu #primaryContainer.login,
.xanadu #primaryContainer.forgotPassword,
.xanadu #primaryContainer.reenable,
.xanadu #pipeLineContent.login {
  background: #ffffff;
}

@media (min-width: 768px) {
  .xanadu #primaryContainer.login,
  .xanadu #primaryContainer.forgotPassword,
  .xanadu #primaryContainer.reenable,
  .xanadu #pipeLineContent.login {
    margin: 40px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .xanadu #primaryContainer.login,
  .xanadu #primaryContainer.forgotPassword,
  .xanadu #primaryContainer.reenable,
  .xanadu #pipeLineContent.login {
    max-width: 850px;
    margin: 40px auto;
  }
}

.xanadu #primaryContainer.login #myTick2Col,
.xanadu #primaryContainer.login .forgotContent,
.xanadu #primaryContainer.login .reenableContent,
.xanadu #primaryContainer.forgotPassword #myTick2Col,
.xanadu #primaryContainer.forgotPassword .forgotContent,
.xanadu #primaryContainer.forgotPassword .reenableContent,
.xanadu #primaryContainer.reenable #myTick2Col,
.xanadu #primaryContainer.reenable .forgotContent,
.xanadu #primaryContainer.reenable .reenableContent,
.xanadu #pipeLineContent.login #myTick2Col,
.xanadu #pipeLineContent.login .forgotContent,
.xanadu #pipeLineContent.login .reenableContent {
  padding: 20px;
}

.xanadu #primaryContainer.login .reenableContent,
.xanadu #primaryContainer.forgotPassword .reenableContent,
.xanadu #primaryContainer.reenable .reenableContent,
.xanadu #pipeLineContent.login .reenableContent {
  min-height: 200px;
}

.xanadu #primaryContainer.login h1,
.xanadu #primaryContainer.forgotPassword h1,
.xanadu #primaryContainer.reenable h1,
.xanadu #pipeLineContent.login h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.xanadu #primaryContainer.login p.required,
.xanadu #primaryContainer.forgotPassword p.required,
.xanadu #primaryContainer.reenable p.required,
.xanadu #pipeLineContent.login p.required {
  font-size: 10px;
  color: #484848;
  margin-bottom: 20px;
}

.xanadu #primaryContainer.login input[type="text"],
.xanadu #primaryContainer.login input[type="password"],
.xanadu #primaryContainer.forgotPassword input[type="text"],
.xanadu #primaryContainer.forgotPassword input[type="password"],
.xanadu #primaryContainer.reenable input[type="text"],
.xanadu #primaryContainer.reenable input[type="password"],
.xanadu #pipeLineContent.login input[type="text"],
.xanadu #pipeLineContent.login input[type="password"] {
  height: 50px;
}

.xanadu #primaryContainer.login .rememberMe,
.xanadu #primaryContainer.forgotPassword .rememberMe,
.xanadu #primaryContainer.reenable .rememberMe,
.xanadu #pipeLineContent.login .rememberMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu #primaryContainer.login .rememberMe input,
.xanadu #primaryContainer.forgotPassword .rememberMe input,
.xanadu #primaryContainer.reenable .rememberMe input,
.xanadu #pipeLineContent.login .rememberMe input {
  margin-right: 10px;
}

.xanadu #primaryContainer.login .submit-section,
.xanadu #primaryContainer.forgotPassword .submit-section,
.xanadu #primaryContainer.reenable .submit-section,
.xanadu #pipeLineContent.login .submit-section {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .xanadu #primaryContainer.login .formModule,
  .xanadu #primaryContainer.forgotPassword .formModule,
  .xanadu #primaryContainer.reenable .formModule,
  .xanadu #pipeLineContent.login .formModule {
    max-width: 500px;
    margin: 0 auto;
  }
  .xanadu #primaryContainer.login .submit-section,
  .xanadu #primaryContainer.forgotPassword .submit-section,
  .xanadu #primaryContainer.reenable .submit-section,
  .xanadu #pipeLineContent.login .submit-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xanadu #primaryContainer.login .submit-section > div:nth-child(1),
  .xanadu #primaryContainer.forgotPassword .submit-section > div:nth-child(1),
  .xanadu #primaryContainer.reenable .submit-section > div:nth-child(1),
  .xanadu #pipeLineContent.login .submit-section > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 165px;
  }
  .xanadu #primaryContainer.login .submit-section > div:nth-child(2),
  .xanadu #primaryContainer.forgotPassword .submit-section > div:nth-child(2),
  .xanadu #primaryContainer.reenable .submit-section > div:nth-child(2),
  .xanadu #pipeLineContent.login .submit-section > div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 110px;
  }
  .xanadu #primaryContainer.login .submit-section > div:nth-child(3),
  .xanadu #primaryContainer.forgotPassword .submit-section > div:nth-child(3),
  .xanadu #primaryContainer.reenable .submit-section > div:nth-child(3),
  .xanadu #pipeLineContent.login .submit-section > div:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 275px);
  }
  .xanadu #primaryContainer.login .submit-section .btn.btn-text,
  .xanadu #primaryContainer.forgotPassword .submit-section .btn.btn-text,
  .xanadu #primaryContainer.reenable .submit-section .btn.btn-text,
  .xanadu #pipeLineContent.login .submit-section .btn.btn-text {
    text-align: left;
    padding-left: 0;
  }
}

.xanadu #primaryContainer.login .newCustomersSection,
.xanadu #primaryContainer.login .loginPrivacy,
.xanadu #primaryContainer.forgotPassword .newCustomersSection,
.xanadu #primaryContainer.forgotPassword .loginPrivacy,
.xanadu #primaryContainer.reenable .newCustomersSection,
.xanadu #primaryContainer.reenable .loginPrivacy,
.xanadu #pipeLineContent.login .newCustomersSection,
.xanadu #pipeLineContent.login .loginPrivacy {
  max-width: 500px;
  margin: 0 auto;
  text-decoration: none;
}

.xanadu #primaryContainer.login a.loginPrivacy,
.xanadu #primaryContainer.forgotPassword a.loginPrivacy,
.xanadu #primaryContainer.reenable a.loginPrivacy,
.xanadu #pipeLineContent.login a.loginPrivacy {
  text-decoration: none;
}

.xanadu #primaryContainer.login a.loginPrivacy:hover,
.xanadu #primaryContainer.forgotPassword a.loginPrivacy:hover,
.xanadu #primaryContainer.reenable a.loginPrivacy:hover,
.xanadu #pipeLineContent.login a.loginPrivacy:hover {
  text-decoration: underline;
}

.xanadu #primaryContainer.login .loginBoxPrivacy,
.xanadu #primaryContainer.forgotPassword .loginBoxPrivacy,
.xanadu #primaryContainer.reenable .loginBoxPrivacy,
.xanadu #pipeLineContent.login .loginBoxPrivacy {
  text-align: center;
}

.xanadu #primaryContainer.login a.btn.btn-text:hover,
.xanadu #primaryContainer.forgotPassword a.btn.btn-text:hover,
.xanadu #primaryContainer.reenable a.btn.btn-text:hover,
.xanadu #pipeLineContent.login a.btn.btn-text:hover {
  text-decoration: underline;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .formModule p {
  text-align: center;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .formModule table {
  width: 100%;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .usernameCell,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetCell,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetConfirmCell {
  position: relative;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .usernameCell label,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetCell label,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetConfirmCell label {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  color: #484848;
  top: -9px;
  background: #ffffff;
  left: 10px;
  padding: 0 2px;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .usernameCell p.required,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetCell p.required,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetConfirmCell p.required {
  text-align: left;
  margin-left: 10px;
}

.xanadu #primaryContainer.forgotPassword .forgotContent .resetCell input,
.xanadu #primaryContainer.forgotPassword .forgotContent .resetConfirmCell input {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .xanadu #primaryContainer.forgotPassword .forgotContent .sendButton,
  .xanadu #primaryContainer.forgotPassword .forgotContent .resetButton {
    text-align: right;
  }
  .xanadu #primaryContainer.forgotPassword .forgotContent .resetButton .btn.btn-green {
    width: auto;
  }
  .xanadu #primaryContainer.forgotPassword .forgotContent .btn.btn-green {
    width: 110px;
  }
}

.xanadu .creditCardManageSection h2.paymentTitle {
  margin-bottom: 10px;
}

.xanadu .creditCardManageSection span.titleDesc {
  display: block;
  margin-bottom: 40px;
}

.xanadu .creditCardManageSection #tabManageCreditCard td .expMonthYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xanadu .creditCardManageSection #tabManageCreditCard td .expMonthYear select#uiExpiryMonth {
  max-width: 150px;
  margin-right: 20px;
}

.xanadu .creditCardManageSection #tabManageCreditCard td .expMonthYear select#uiExpiryYear {
  max-width: 200px;
}

.xanadu .creditCardManageSection #tabManageCreditCard td label.creditCardOptions {
  position: static;
  display: block;
  margin-bottom: 10px;
}

.xanadu .creditCardManageSection #tabManageCreditCard .creditCardsContainer {
  padding-bottom: 15px;
}

.xanadu .creditCardManageSection #tabManageCreditCard .creditCardsContainer ul {
  padding: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xanadu .creditCardManageSection #tabManageCreditCard .creditCardsContainer ul li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu .creditCardManageSection #tabManageCreditCard .creditCardsContainer ul li label {
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: -2px;
  margin-right: 10px;
}

.xanadu .creditCardManageSection #tabManageCreditCard .creditCardsContainer ul li label img {
  vertical-align: middle;
}

.xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn {
  width: 100%;
  display: block;
}

.xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn.mLeft {
  padding-top: 0px;
}

.xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn .btn-white, .xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn .btn-green {
  display: block;
  font-size: 20px;
  height: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .xanadu .creditCardManageSection .manageCCButtonsContainer {
    margin: 10px 0px;
  }
  .xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn {
    width: 125px;
  }
  .xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn.mLeft {
    float: left;
  }
  .xanadu .creditCardManageSection .manageCCButtonsContainer .tdBtn.mRight {
    float: right;
    padding: 0px;
  }
}

.xanadu .accountPreferenceSection h2.prereferenceTitle {
  margin-bottom: 10px;
}

.xanadu .accountPreferenceSection span.titleDesc {
  display: block;
  margin-bottom: 20px;
}

.xanadu .accountPreferenceSection span.newsLetter {
  display: block;
  margin-bottom: 10px;
}

.xanadu .accountPreferenceSection .subscribeUpdate {
  padding-left: 20px;
}

.xanadu .accountPreferenceSection .usBlock {
  margin-bottom: 20px;
}

.xanadu .accountPreferenceSection table.AccountSection {
  margin: 0 0 20px;
}

.xanadu .accountPreferenceSection table.AccountSection .AccountDetailsValue {
  padding: 0;
  font-weight: 700;
  color: #00497a;
}

.xanadu .accountPreferenceSection table.AccountSection .AccountRowHeading {
  display: none;
}

.xanadu .accountPreferenceSection .unsubscribeCheckboxes {
  margin-bottom: 10px;
}

.xanadu .accountPreferenceSection #myPreferences {
  margin-top: 40px;
}

.xanadu .accountPreferenceSection .user-preferences {
  margin-top: 20px;
  margin-bottom: 40px;
  border: solid 1px #d7d7d7;
  border-radius: 5px;
}

.xanadu .accountPreferenceSection .user-preferences .checkPreference {
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
}

.xanadu .accountPreferenceSection .user-preferences .checkModule:last-child .checkPreference:last-child {
  border-bottom: 0;
}

.xanadu .accountPreferenceSection .user-preferences .main-preference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu .accountPreferenceSection .user-preferences .main-preference a {
  width: calc(100% - 30px);
  text-decoration: none;
}

.xanadu .accountPreferenceSection .user-preferences .main-preference a:hover, .xanadu .accountPreferenceSection .user-preferences .main-preference a:active {
  text-decoration: none;
}

.xanadu .accountPreferenceSection .user-preferences .main-preference input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
}

.xanadu .accountPreferenceSection .user-preferences .main-preference input[type="checkbox"]:before {
  left: calc(50% - 10px);
}

.xanadu .accountPreferenceSection .user-preferences .subCheckBoxes {
  margin: 20px 20px 20px 40px;
}

.xanadu .accountPreferenceSection .user-preferences .sub-cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.xanadu .accountPreferenceSection .user-preferences .sub-cat-item p {
  width: calc(100% - 30px);
  margin: 0;
}

.xanadu .accountPreferenceSection .user-preferences .sub-cat-item input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
}

.xanadu .accountPreferenceSection .dummy-btn-section {
  text-align: center;
}

.xanadu .accountPreferenceSection .dummy-btn.btn {
  margin-top: 20px;
  margin-bottom: 0;
}

.xanadu #myTick1Col .accountWaitlistSection h2 {
  margin-bottom: 10px;
  color: #001828;
}

.xanadu #myTick1Col .accountWaitlistSection #noticeBox .noticeBoxRight {
  margin: 20px 0 40px 0;
}

@media (max-width: 991px) {
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .noticeBoxRight .btn-subscribe {
    margin: 20px 0px 10px 0px;
    width: 100%;
  }
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .noticeBoxRight .subscriptionMsg {
    font-size: 12px;
  }
}

.xanadu #myTick1Col .accountWaitlistSection #noticeBox .noticeBoxRight .alert-info {
  margin: 20px 0px;
}

@media (min-width: 768px) {
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .eventContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .eventContainer .eventDropDown {
    margin-right: 10px;
  }
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .eventContainer .btn-subscribe {
    margin: 0px;
    width: auto;
  }
  .xanadu #myTick1Col .accountWaitlistSection #noticeBox .subscriptionMsg {
    font-size: 14px;
  }
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer .favTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #001828;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table.waitlistSubscriptions {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr {
  border-bottom: 1px solid #d7d7d7;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr:last-child {
  border: none;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr th {
  color: #171717;
  font-size: 14px;
  padding: 10px;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr th, .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td {
  padding: 20px 10px;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.eventName {
  font-size: 20px;
  width: 40%;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.sub .unSubscribeBtn input {
  width: 125px;
}

.xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.sub .unSubscribeBtn input::before {
  content: "Unsubscribe";
  width: 140px;
  padding: 20px 0px;
  line-height: 0px;
  font-family: inherit;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr.tableHeadings {
    display: none;
  }
  .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr#eventValues {
    display: block;
  }
  .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.eventName {
    display: block;
    width: 100%;
    border: none;
    padding-bottom: 10px;
  }
  .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.sub, .xanadu #myTick1Col .accountWaitlistSection .favouritesContainer table tr td.share {
    padding-top: 0px;
  }
}

.xanadu .showPage.showBlock.assets-page {
  border-radius: 0;
}

.xanadu .showPage.showBlock.assets-page .showBanner img {
  border-radius: 0;
}

@media (min-width: 992px) {
  .xanadu .showPage.showBlock.assets-page {
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .xanadu .assets-page .container {
    padding: 0;
  }
}

.xanadu .assets-page .nav.nav-tabs {
  background: #00497a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.xanadu .assets-page .nav-tabs .nav-link,
.xanadu .assets-page .nav-tabs .nav-link.active {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
}

@media (max-width: 767px) {
  .xanadu .assets-page .nav-tabs .nav-link,
  .xanadu .assets-page .nav-tabs .nav-link.active {
    font-size: 16px;
  }
}

.xanadu .assets-page .nav-tabs .nav-link.active {
  opacity: 1;
  border-bottom: 4px solid #fff;
}

.xanadu .assets-page .nav-tabs .nav-link {
  opacity: .5;
  line-height: 32px;
}

.xanadu .assets-page .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu .assets-page .content-row.head {
  font-weight: 700;
  color: #00497a;
  padding-right: 40px;
}

.xanadu .assets-page .content-row .assets-col {
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.xanadu .assets-page .rollover-images .content-row.head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}

.xanadu .assets-page .btn.btn-link .assets-col {
  font-weight: 400;
}

.xanadu .assets-page .btn.btn-link.inactive {
  background: none;
  cursor: default;
}

.xanadu .assets-page .single-asset {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.xanadu .assets-page .single-asset .assets-col.col3 p {
  margin-bottom: 0;
}

.xanadu .assets-page .single-asset .single-column p {
  margin-bottom: 5px;
}

.xanadu .assets-page .single-asset .single-column p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .xanadu .assets-page .content-row {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .xanadu .assets-page .content-row.head {
    padding-right: 25px;
  }
  .xanadu .assets-page .card .btn.btn-link {
    font-size: 14px;
    background-position: right 5px top 50%, 0 0;
    background-size: 16px auto, 100%;
    padding-right: 25px;
  }
  .xanadu .assets-page .card .btn.btn-link.collapsed {
    background-position: right 5px top 50%, 0 0;
    background-size: 16px auto, 100%;
  }
  .xanadu .assets-page .nav-link {
    padding: .5rem;
  }
}

.xanadu .assets-page .brand-links {
  margin-top: 40px;
}

.xanadu .assets-page .brand-links .btn.btn-white {
  font-weight: 400;
  color: inherit;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xanadu .assets-page .brand-links .btn.btn-white:before {
  content: "";
  background-image: url("/images/assets-page/ticketek_star_midnightblue.svg");
  background-repeat: no-repeat;
  background-size: 22px 26px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.xanadu .assets-page .brand-links .btn.btn-white.guidelines:before {
  background-image: url("/images/assets-page/icon_brand_guides.svg");
}

@media (min-width: 768px) {
  .xanadu .assets-page .brand-links .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xanadu .assets-page .brand-links .buttons .btn:first-child {
    margin-right: 20px;
  }
}

.xanadu .assets-page .rollover-images {
  margin-top: 40px;
}

.xanadu .assets-page .rollover-images .desktop {
  display: none;
  border: solid 1px #d7d7d7;
  padding: 30px;
  border-radius: 5px;
}

.xanadu .assets-page .rollover-images .mobile {
  border: solid 1px #d7d7d7;
  padding: 10px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .xanadu .assets-page .rollover-images .desktop {
    display: block;
  }
  .xanadu .assets-page .rollover-images .mobile {
    display: none;
  }
}

.xanadu .assets-page .rollover-images .umbrella {
  margin-top: 40px;
}

.xanadu .assets-page .rollover-images .desktop img {
  cursor: pointer;
}

.xanadu .assets-page .rollover-images .desktop .featured {
  background-image: url("/images/assets-page/desktop/home/home-featured-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .desktop .featured img:hover {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .desktop .discover {
  background-image: url("/images/assets-page/desktop/home/discover-new-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .desktop .discover img:hover {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .desktop .waitlist {
  background-image: url("/images/assets-page/desktop/home/waitlist-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .desktop .waitlist img:hover {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .desktop .banner {
  background-image: url("/images/assets-page/desktop/umbrella/banner-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .desktop .banner img:hover {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .desktop .event {
  background-image: url("/images/assets-page/desktop/umbrella/event-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .desktop .event img:hover {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .featured-top {
  background-image: url("/images/assets-page/mobile/home/featured-top-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .featured-top img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .featured {
  background-image: url("/images/assets-page/mobile/home/featured-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .featured img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .discover {
  background-image: url("/images/assets-page/mobile/home/discover-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .discover img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .new-for-you {
  background-image: url("/images/assets-page/mobile/home/new-for-you-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .new-for-you img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .waitlist {
  background-image: url("/images/assets-page/mobile/home/waitlist-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .waitlist img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .banner {
  background-image: url("/images/assets-page/mobile/umbrella/banner-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .banner img.invisible {
  opacity: 0;
}

.xanadu .assets-page .rollover-images .mobile .event {
  background-image: url("/images/assets-page/mobile/umbrella/event-rollover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.xanadu .assets-page .rollover-images .mobile .event img.invisible {
  opacity: 0;
}

.xanadu.home {
  background: #ffffff;
}

.xanadu.home .featuredEventsSection {
  margin: 0 20px;
}

.xanadu.home .featuredEventsSection img {
  border-radius: 5px;
}

.xanadu.home #moreEventsSection {
  margin-left: -10px;
  margin-right: -10px;
}

.xanadu.home h1 {
  font-size: 30px;
  font-weight: 700;
  max-width: 1760px;
  margin: 30px auto 20px;
}

@media (min-width: 768px) {
  .xanadu.home h1 {
    font-size: 34px;
  }
}

.xanadu.home img {
  max-width: 100%;
}

.xanadu.home .small-modules {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xanadu.home .eventModule {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  padding-bottom: 20px;
}

.xanadu.home .eventModule.small {
  width: 50%;
  float: left;
}

.xanadu.home .eventModule .thumbnailBlock {
  position: relative;
}

.xanadu.home .eventModule .thumbnailLabel {
  bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.xanadu.home .eventModule .thumbnailLabel .sub-title {
  font-size: 16px;
  font-weight: 500;
}

.xanadu.home .eventModule.big .thumbnailLabel {
  font-size: 22px;
}

.xanadu.home .waitlist {
  margin: 70px 35px 0;
  text-align: center;
}

.xanadu.home .waitlist .showlist {
  margin-left: -17px;
  margin-right: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xanadu.home .waitlist .showlist .singleShowBox:nth-child(5) {
  display: none;
}

.xanadu.home .waitlist .singleShowBox {
  float: left;
  width: 50%;
  padding: 17px;
}

.xanadu.home .waitlist .singleShowBox img {
  border-radius: 50%;
}

.xanadu.home .waitlist .singleShowBox a {
  color: #171717;
  text-decoration: none;
}

.xanadu.home .waitlist .content p {
  margin-bottom: 20px;
}

.xanadu.home .waitlist .singleShowImage {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .xanadu.home .eventModule.big {
    width: 100%;
  }
  .xanadu.home .eventModule.big .thumbnailImageWrapper {
    overflow: hidden;
    border-radius: 5px;
  }
  .xanadu.home .eventModule.big .thumbnailImage {
    margin: -200px 0 -380px;
  }
  .xanadu.home .eventModule.small {
    width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .xanadu.home .waitlist .singleShowBox {
    width: 25%;
  }
  .xanadu.home .waitlist .content p {
    width: 60%;
    margin: 0 auto;
  }
  .xanadu.home .waitlist .singleShowImage {
    margin-bottom: 8px;
  }
  .xanadu.home .eventModule.big .thumbnailLabel {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .xanadu.home .featuredEventsSection {
    width: 90%;
    max-width: 1760px;
    margin: 0 auto;
  }
  .xanadu.home #contentShell.contentShellHome {
    margin: 20px auto;
    border-radius: 5px;
  }
  .xanadu.home #moreEventsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .xanadu.home .eventModule {
    padding: 12px;
  }
  .xanadu.home .eventModule.big .thumbnailLabel {
    bottom: 30px;
  }
  .xanadu.home .eventModule.big .thumbnailLabel .sub-title {
    font-size: 20px;
  }
  .xanadu.home .eventModule .thumbnailLabel {
    padding: 0 20px;
    bottom: 18px;
    font-size: 18px;
  }
  .xanadu.home .thumbnailImageWrapper {
    border-radius: 5px;
    overflow: hidden;
  }
  .xanadu.home .new-for-you .thumbnailImageWrapper {
    border-radius: 0;
  }
  .xanadu.home .eventModule.big {
    width: 39.6%;
    float: left;
  }
  .xanadu.home .eventModule.big .thumbnailImage {
    margin-bottom: -1px;
    display: block;
  }
  .xanadu.home .small-modules {
    float: left;
    width: 60.4%;
  }
  .xanadu.home .eventModule.small {
    width: 33.333333%;
  }
  .xanadu.home .waitlist .singleShowBox {
    width: 20%;
  }
  .xanadu.home .waitlist .showlist .singleShowBox:nth-child(5) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .xanadu.home #moreEventsSection {
    margin-left: -20px;
    margin-right: -20px;
  }
  .xanadu.home .eventModule.big .thumbnailImage {
    margin-bottom: -6px;
  }
  .xanadu.home .eventModule {
    padding: 20px;
  }
  .xanadu.home .eventModule .thumbnailLabel {
    font-size: 20px;
  }
  .xanadu.home .waitlist {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .xanadu.home .waitlist .showlist {
    margin-left: -40px;
    margin-right: -40px;
  }
  .xanadu.home .waitlist .singleShowBox {
    padding: 40px;
  }
  .xanadu.home .waitlist .singleShowImage {
    margin-bottom: 12px;
  }
}

@media (min-width: 1420px) {
  .xanadu.home .eventModule .thumbnailLabel {
    font-size: 22px;
  }
  .xanadu.home .eventModule.big .thumbnailImage {
    margin-bottom: -4px;
  }
}

@media (min-width: 1650px) {
  .xanadu.home .eventModule.big .thumbnailImage {
    margin-bottom: -3px;
  }
}

@media (min-width: 1800px) {
  .xanadu.home .eventModule.small .thumbnailImage {
    margin-bottom: -1px;
  }
}

.xanadu .multi-item-carousel .carousel-inner {
  width: 180%;
  left: -40%;
}

.xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
  padding: 0 10px;
}

.xanadu .multi-item-carousel .carousel-control-prev,
.xanadu .multi-item-carousel .carousel-control-next {
  width: 20%;
}

@media (max-width: 1317px) {
  .xanadu .multi-item-carousel .carousel-inner {
    width: 207%;
    left: -53.5%;
  }
  .xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 10px;
  }
  .xanadu .multi-item-carousel .carousel-control-prev,
  .xanadu .multi-item-carousel .carousel-control-next {
    width: 15.5%;
  }
}

@media (max-width: 1273px) {
  .xanadu .multi-item-carousel .carousel-inner {
    width: 234%;
    left: -67%;
  }
  .xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 10px;
  }
  .xanadu .multi-item-carousel .carousel-control-prev,
  .xanadu .multi-item-carousel .carousel-control-next {
    width: 11%;
  }
}

@media (max-width: 1199px) {
  .xanadu .multi-item-carousel .carousel-inner {
    width: 261%;
    left: -80.5%;
  }
  .xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 5px;
  }
  .xanadu .multi-item-carousel .carousel-control-prev,
  .xanadu .multi-item-carousel .carousel-control-next {
    width: 6.5%;
  }
}

@media (max-width: 991px) {
  .xanadu .multi-item-carousel .carousel-inner {
    width: 288%;
    left: -94%;
  }
  .xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 5px;
  }
  .xanadu .multi-item-carousel .carousel-control-prev,
  .xanadu .multi-item-carousel .carousel-control-next {
    width: 2%;
  }
}

@media (max-width: 767px) {
  .xanadu .multi-item-carousel .carousel-inner {
    width: 216%;
    left: -58%;
  }
  .xanadu .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 5px;
  }
  .xanadu .multi-item-carousel .carousel-control-prev,
  .xanadu .multi-item-carousel .carousel-control-next {
    width: 14%;
  }
}

.xanadu #discoverFeatureCarousel h1,
.xanadu #myEventsSection h1 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .xanadu #discoverFeatureCarousel h1,
  .xanadu #myEventsSection h1 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .xanadu #discoverFeatureCarousel h1,
  .xanadu #myEventsSection h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1760px;
  }
}

.xanadu #discoverFeatureCarousel .carousel-indicators {
  margin: 34px 20px 0 0;
}

@media (min-width: 992px) {
  .xanadu #discoverFeatureCarousel .carousel-indicators {
    margin-right: 5%;
    max-width: 1760px;
  }
}

@media (max-width: 767px) {
  .xanadu #discoverFeatureCarousel .carousel-indicators {
    margin-right: 0;
  }
}

.xanadu #discoverFeatureCarousel .discover-feature {
  position: relative;
}

.xanadu #discoverFeatureCarousel .discover-feature .images {
  position: relative;
  width: 100%;
  padding-bottom: 32.65%;
}

.xanadu #discoverFeatureCarousel .discover-feature .images .image-large, .xanadu #discoverFeatureCarousel .discover-feature .images .image-small {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.xanadu #discoverFeatureCarousel .discover-feature .images .image-small {
  display: none;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .row.row-grow {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .promotion-type {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 8px;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.09;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 320px;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a {
  color: #fff;
  text-decoration: none;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:visited, .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:hover, .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:active {
  color: #fff;
}

.xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .button-row a {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls {
    padding: 20px 40px;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 {
    font-size: 24px;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .button-row a {
    height: 34px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .xanadu #discoverFeatureCarousel .discover-feature {
    border-radius: 5px;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .images {
    width: 100%;
    padding-bottom: 56.66666667%;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .images .image-large {
    display: none;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .images .image-small {
    display: inline-block;
    border-radius: 5px 5px 0 0;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls {
    background-color: #f3f3f3;
    position: static;
    padding: 20px 5px;
    min-height: 82px;
    border-radius: 0 0 5px 5px;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .row {
    margin: 0;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .promotion-type {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a {
    color: #001828;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:visited, .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:hover, .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls h5 a:active {
    color: #001828;
  }
  .xanadu #discoverFeatureCarousel .discover-feature .text-and-controls .button-row {
    display: none;
  }
}

.xanadu .new-for-you .thumbnailLabel {
  position: absolute;
  color: #fff;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  min-height: 60px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.xanadu .new-for-you .thumbnailLabel p {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}

.xanadu .new-for-you .seeMoreLinkContainer {
  text-align: center;
  margin: 70px 35px 0;
}

@media (min-width: 768px) {
  .xanadu .new-for-you .thumbnailLabel {
    bottom: 40px;
  }
}

.xanadu .new-for-you .multi-item-carousel .carousel-inner {
  width: 99.9999%;
  left: 0.00005%;
}

.xanadu .new-for-you .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
  padding: 0 0;
}

.xanadu .new-for-you .multi-item-carousel .carousel-control-prev,
.xanadu .new-for-you .multi-item-carousel .carousel-control-next {
  width: 33.33335%;
}

@media (max-width: 991px) {
  .xanadu .new-for-you .multi-item-carousel .carousel-inner {
    width: 240%;
    left: -70%;
  }
  .xanadu .new-for-you .multi-item-carousel .carousel-inner .carousel-item .carousel-item-inner {
    padding: 0 0;
  }
  .xanadu .new-for-you .multi-item-carousel .carousel-control-prev,
  .xanadu .new-for-you .multi-item-carousel .carousel-control-next {
    width: 10%;
  }
}

.xanadu .new-for-you .multi-item-carousel {
  overflow: visible;
}

.xanadu .new-for-you .multi-item-carousel .carousel-indicators {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .xanadu .new-for-you .multi-item-carousel .carousel-indicators {
    top: -50px;
  }
}

@media (min-width: 992px) {
  .xanadu .new-for-you .multi-item-carousel .carousel-indicators {
    top: -50px;
    margin-right: 5%;
    max-width: 1760px;
  }
}

.xanadu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.xanadu #contentShell {
  background: transparent;
}

.xanadu .showPage {
  background: #fff;
}

.xanadu .showPage h2 {
  font-size: 20px;
  font-weight: 600;
}

.xanadu .showPage {
  margin-top: 20px;
  margin-bottom: 20px;
}

.xanadu .showBlock {
  overflow-x: hidden;
}

.xanadu .showBlock .showBanner {
  position: relative;
}

@media (min-width: 992px) {
  .xanadu .showBlock .showBanner img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.xanadu .showBanner .sectionTitle {
  background: none;
  bottom: 0;
  font-size: 20px;
  left: 0;
  padding: 0 20px 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  color: #ffffff;
}

.xanadu .showBanner .sectionTitle h1.sectionHeadingText {
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.xanadu .showBanner .sectionTitle h1.sectionHeadingText .deemphasise {
  font-weight: normal;
  text-shadow: none;
}

.xanadu .showBanner .sectionTitle .sub-title {
  font-size: 16px;
}

.xanadu .showBlock .showContent {
  padding: 20px;
}

.xanadu .showBlock #eventInfoWrap {
  font-size: 14px;
}

.xanadu .showBlock .info-details {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .xanadu .showBanner {
    margin-left: -80px;
    margin-right: -80px;
    overflow: hidden;
  }
  .xanadu .showBanner.banner-image {
    padding-bottom: calc(0.31481 * (100% + 160px));
  }
  .xanadu .showBanner .sectionTitle {
    padding: 0 100px 10px;
  }
}

@media (min-width: 768px) {
  .xanadu .showBanner .sectionTitle {
    bottom: 20px;
    font-size: 24px;
    left: 0;
    padding: 0 0 0 40px;
    text-align: left;
  }
  .xanadu .showBanner .sectionTitle h1.sectionHeadingText {
    font-size: 34px;
  }
  .xanadu .showBanner .sectionTitle .sub-title {
    font-size: 20px;
  }
  .xanadu .showBlock .showContent {
    padding: 40px;
  }
  .xanadu .showBlock .info-details {
    padding-bottom: 0;
  }
}

.xanadu #eventsPageContainerInner {
  padding: 0;
}

.xanadu .showPage {
  width: 100%;
  margin: 0;
  background: #fff;
}

.xanadu #eventsPageContainer {
  width: 100%;
}

.xanadu .PerfSelectorBlock {
  border: none;
  padding: 0;
}

.xanadu .buyTicketsInformation {
  margin-bottom: 15px;
}

.xanadu .buyTicketsInformation .selectVenueBlock,
.xanadu .buyTicketsInformation .selectDateBlock {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #00497a;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

.xanadu .buyTicketsInformation .selectVenueBlock .label,
.xanadu .buyTicketsInformation .selectDateBlock .label {
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: #484848;
  position: absolute;
  padding: 0 2px;
  top: -9px;
  left: 10px;
  z-index: 2;
}

.xanadu .buyTicketsInformation .selectVenueBlock .label.forText,
.xanadu .buyTicketsInformation .selectDateBlock .label.forText {
  background: transparent;
}

.xanadu .buyTicketsInformation .selectVenueBlock .plainText,
.xanadu .buyTicketsInformation .selectDateBlock .plainText {
  border: none;
  background: #f3f3f3;
  color: #171717;
  border-radius: 5px;
  display: inline-block;
  padding: 13px 10px;
  width: 100%;
}

.xanadu .buyTicketsInformation #buyButton input {
  margin-bottom: 0px;
}

.xanadu .buyTicketsInformation .ErrorInformation.alert-warning, .xanadu .buyTicketsInformation #buyAlertMessagePlaceholder {
  margin: 30px 0px;
}

.xanadu .buyTicketsInformation .seriesSlots {
  margin-bottom: 20px;
}

.xanadu .buyTicketsInformation .seriesSlots .seriesSlot {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.xanadu select::-ms-expand {
  display: none;
}

.xanadu select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.xanadu .blockTopPadding {
  padding-top: 15px;
}

.xanadu .blockTopBorder {
  border-top: solid 1px #d7d7d7;
}

.xanadu .blockBottomBorder {
  border-bottom: solid 1px #d7d7d7;
}

.xanadu #accordionTourDates .singleDateBlock {
  border-bottom: 1px solid #d7d7d7;
}

.xanadu #accordionTourDates .singleDateBlock:last-child {
  border-bottom: none;
}

.xanadu .card {
  border: none;
}

.xanadu .card .card {
  border: 1px solid #d7d7d7;
  margin-top: 10px;
  border-radius: 5px;
}

.xanadu .card .card .card-header {
  border-radius: 5px;
}

.xanadu .card .card .card-header h5 {
  padding: 10px;
}

.xanadu .card .card .card-body {
  border-top: 1px solid #d7d7d7;
  padding: 10px;
}

.xanadu .card .card-header {
  background: #fff;
  border-bottom: none;
  padding: 0;
}

.xanadu .card .card-header i {
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.xanadu .card .card-body {
  color: #171717;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.xanadu .card .btn.btn-link {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 40px;
  width: 100%;
  text-align: left;
  background: url(/images/icons/angel-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
}

.xanadu .card .btn.btn-link.collapsed {
  background: url(/images/icons/angel-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
}

.xanadu #entitlementPassword {
  margin-bottom: 15px;
}

.xanadu #entitlementPassword .orDivider {
  border-top: 1px solid #d7d7d7;
}

.xanadu #entitlementPassword .orDivider p {
  background: #fff;
  margin: 0 auto;
  margin-top: -12px;
  padding: 0 10px;
  text-align: center;
  width: 50px;
}

.xanadu #entitlementPassword input::-webkit-input-placeholder {
  font-size: 14px;
}

.xanadu #entitlementPassword input:-ms-input-placeholder {
  font-size: 14px;
}

.xanadu #entitlementPassword input::-ms-input-placeholder {
  font-size: 14px;
}

.xanadu #entitlementPassword input::placeholder {
  font-size: 14px;
}

.xanadu .entilPassSection p.note {
  text-align: center;
}

@media (min-width: 768px) {
  .xanadu .entilPassSection p.note {
    font-size: 14px;
  }
}

.xanadu #eventInfoWrap {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}

@media (min-width: 992px) {
  .xanadu .showPage {
    max-width: 1170px;
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
  }
  .xanadu .showPage.showBlock {
    -webkit-box-shadow: 0px 12px 44px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 44px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .xanadu .PerfSelectorBlock {
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    padding: 0;
    -webkit-box-shadow: 0 6px 22px 0px rgba(0, 0, 0, 0.125);
            box-shadow: 0 6px 22px 0px rgba(0, 0, 0, 0.125);
  }
  .xanadu .fastCheck .boldLabel {
    line-height: 40px;
  }
  .xanadu #eventInfoWrap {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.xanadu .importantTnC {
  margin-top: 15px;
  margin-bottom: 15px;
}

.xanadu .importantTnC a {
  font-size: 16px;
}

.event-calendar {
  color: #001828;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .event-calendar {
    width: inherit;
    border: none;
    padding-bottom: 20px;
  }
}

.event-calendar .event-calendar-header {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding: 26px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-header {
    border: none;
    padding: 26px 0 20px 0;
  }
}

.event-calendar .event-calendar-header select {
  color: #00497a;
}

.event-calendar .event-calendar-header .event-calendar-category {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border: 2px solid #00497a;
  border-right: none;
  padding: 10px 5px;
  line-height: 1.25em;
  text-align: center;
  color: #00497a;
  font-weight: 700;
  cursor: pointer;
}

.event-calendar .event-calendar-header .event-calendar-category.selected {
  background-color: #00497a;
  color: #fff;
}

.event-calendar .event-calendar-header .event-calendar-category:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.event-calendar .event-calendar-header .event-calendar-category:last-child {
  border-right: 2px solid #00497a;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.event-calendar .event-calendar-per-category {
  min-height: 400px;
}

@media (max-width: 1199px) {
  .event-calendar .event-calendar-per-category {
    min-height: inherit;
  }
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-per-category .event-calendar-header {
    padding-top: 6px;
  }
}

.event-calendar .event-calendar-per-category .event-calendar-per-location {
  --circle-size: 45px;
  --circle-x-padding: 20px;
  --table-size: calc((var(--circle-size) + var(--circle-x-padding)) * 7);
  padding: 40px 0 20px 0;
}

@media (min-width: 992px) and (max-width: 1020px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location {
    --circle-x-padding: 14px;
  }
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location {
    --circle-x-padding: 7px;
  }
}

@media (max-width: 425px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location {
    --circle-size: calc((100vw - 40px - 20px) / 7 - var(--circle-x-padding));
  }
}

@media (max-width: 400px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location {
    --circle-x-padding: 4px;
    --circle-size: calc((100vw - 40px - 20px) / 7 - var(--circle-x-padding));
  }
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location {
    padding: 20px 0 0 0;
  }
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month {
  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-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title {
  margin: 0 0 20px 0;
  text-align: center;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title * {
  vertical-align: middle;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title h4 {
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  line-height: 1em;
  font-size: 25px;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title a.arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -256 1792 1792'%3E%3Cg%3E%3Cpath style='fill:%2300497A' d='m 1611,320 q 0,-53 -37,-90 l -75,-75 q -38,-38 -91,-38 -54,0 -90,38 L 832,640 346,155 q -36,-38 -90,-38 -54,0 -90,38 l -75,75 q -38,36 -38,90 0,53 38,91 l 651,651 q 37,37 90,37 52,0 91,-37 l 650,-651 q 38,-38 38,-91 z'/%3E%3C/g%3E%3C/svg%3E");
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title a.arrow.left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title a.arrow.right {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month .event-calendar-month-title a.arrow.disabled {
  cursor: default;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month h5 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table caption {
  display: none;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table th {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #d7d7d7;
  font-size: 20px;
  text-align: center;
  color: #b4b4b4;
  margin: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  width: var(--circle-size);
  height: var(--circle-size);
  line-height: var(--circle-size);
  border-radius: calc(var(--circle-size) / 2);
}

@media (max-width: 1273px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span {
    margin: 10px calc(var(--circle-x-padding) / 2);
  }
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span {
    margin: 5px 3px 15px 4px;
  }
}

@media (max-width: 400px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span {
    margin: 5px 2px 15px 2px;
  }
}

@media (max-width: 320px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span {
    font-size: calc(1 / 2 * var(--circle-size));
  }
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span.available {
  background-color: rgba(66, 130, 38, 0.1);
  border: none;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span.available a, .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span.available a:active, .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span.available a:hover, .event-calendar .event-calendar-per-category .event-calendar-per-location .event-calendar-month table td span.available a:visited {
  color: #428226;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend {
  list-style: none;
  font-size: 0;
  margin: 10px auto 0 auto;
  width: 450px;
  width: var(--table-size);
  padding: 0 10px;
  padding: 0 calc(var(--circle-x-padding) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 575px) {
  .event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend {
    margin-bottom: 30px;
  }
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li.available {
  color: #428226;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li.available:before {
  background-color: #428226;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li.unavailable {
  color: #b4b4b4;
}

.event-calendar .event-calendar-per-category .event-calendar-per-location ul.event-calendar-legend li.unavailable:before {
  background-color: #b4b4b4;
}

.event-calendar .event-calendar-per-category .event-calendar-category-text {
  font-size: 12px;
  margin: 20px;
}

.flexi-package h2 {
  font-size: 20px;
  font-weight: 600;
}

.flexi-package .slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -20px 0 0;
}

.flexi-package .slots .slot {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: calc(33.3333333333% - 20px);
      flex-basis: calc(33.3333333333% - 20px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

@media (max-width: 1199px) {
  .flexi-package .slots .slot {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 991px) {
  .flexi-package .slots .slot {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .flexi-package .slots .slot {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.flexi-package .slots .slot .slot-image {
  width: 100%;
  padding-bottom: 57.14286%;
  position: relative;
  margin: 0;
}

.flexi-package .slots .slot .slot-image img {
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.flexi-package .slots .slot > div {
  margin: 20px;
}

.flexi-package .slots .slot h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.flexi-package .slots .slot .slot-performance-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.flexi-package .slots .slot .slot-performance-choice input {
  margin: auto 10px auto 0;
}

.flexi-package .slots .slot .slot-performance-choice label {
  display: block;
  position: relative;
}

.flexi-package .slots .slot .slot-performance-choice label:before {
  top: calc(50% - 10px);
}

.flexi-package .slots .slot .slot-performance-choice label span {
  display: block;
  font-size: 12px;
}

.flexi-package .slots .slot .slot-performance-choice label span:first-child {
  font-size: 16px;
  font-weight: 700;
}

.flexi-package .flexi-package-button {
  margin: 20px 0;
  text-align: center;
}

.flexi-package .flexi-package-button input, .flexi-package .flexi-package-button button {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  width: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1199px) {
  .flexi-package .flexi-package-button input, .flexi-package .flexi-package-button button {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .flexi-package .flexi-package-button input, .flexi-package .flexi-package-button button {
    width: 100%;
  }
}

.event-listing #umbrella-child-container {
  margin-top: 20px;
}

.event-listing .synopsis {
  margin-bottom: 20px;
}

.event-listing .event-listing-select-filters {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.event-listing .event-listing-select-filters > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 10px;
}

.event-listing .event-listing-select-filters > div:first-child {
  margin: 0;
}

@media (max-width: 637px) {
  .event-listing .event-listing-select-filters > div {
    margin: 20px 0;
  }
}

@media (max-width: 637px) {
  .event-listing .event-listing-select-filters {
    display: block;
  }
}

.event-listing .event-listing-checbox-filters {
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header div {
  padding: 15px 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header div h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header div p {
  margin: 0;
  padding: 0;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header .clear-filters {
  display: block;
  color: #00497a;
  cursor: pointer;
  font-weight: 700;
  padding: 15px 0;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header .clear-filters:before {
  content: '\f1f8';
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .event-listing .event-listing-checbox-filters .event-listing-filters-header .clear-filters {
    font-size: 0;
  }
  .event-listing .event-listing-checbox-filters .event-listing-filters-header .clear-filters:before {
    font-size: 16px;
  }
}

.event-listing .event-listing-checbox-filters .event-listing-filters-header .collapse-toggle, .event-listing .event-listing-checbox-filters .event-listing-filters-header .collapse-toggle.collapsed {
  padding: 15px 20px 15px 10px;
  display: block;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  width: 20px;
  background-position: left 10px top 50%, 0 0;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d7d7d7;
  padding: 0 20px 20px 0;
}

@media (max-width: 767px) {
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes {
    display: block;
  }
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 150px;
  margin: 20px 0 0 20px;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes h6 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes h6 a.collapse-toggle {
  display: none;
}

@media (max-width: 767px) {
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
    padding-right: 40px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
  }
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes h6 a.collapse-toggle {
    display: block;
    width: 40px;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox:first-child {
  margin-top: 30.6px;
}

@media (max-width: 767px) {
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox {
    margin-bottom: 20px;
  }
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox:first-child {
    margin-top: 0;
  }
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox.collapse {
    display: none;
  }
  .event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox.collapse.show {
    display: block;
  }
}

.event-listing .event-listing-checbox-filters .event-listing-filters-checkboxes .filter-type-checkboxes .filter-checkbox label {
  padding-left: 10px;
  color: #171717;
  font-size: 16px;
  line-height: 20px;
}

.event-listing .event-listing-group h3, .event-listing .event-listing-group h4, .event-listing .event-listing-group h5, .event-listing .event-listing-group h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  line-height: 1em;
}

.event-listing .event-listing-group .event-listing-group h3, .event-listing .event-listing-group .event-listing-group h4, .event-listing .event-listing-group .event-listing-group h5, .event-listing .event-listing-group .event-listing-group h6 {
  font-size: 18px;
  font-weight: 700;
  border: 0;
  margin: 0;
  padding-top: 0;
}

.event-listing .event-listing-group .event-listing-events.grid, .event-listing .event-listing-group .event-listing-events.list {
  margin-top: 0;
  margin-bottom: 0;
}

.event-listing .event-listing-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-listing .event-listing-events .event-item {
  position: relative;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event-listing .event-listing-events .event-item .event-text {
  margin: 20px;
}

.event-listing .event-listing-events .event-item .event-text h6 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

@media (max-width: 1317px) {
  .event-listing .event-listing-events .event-item .event-text h6 {
    font-size: 20px;
  }
}

.event-listing .event-listing-events .event-item .event-text .event-venue-dates p, .event-listing .event-listing-events .event-item .event-text .extra-event-text p {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

.event-listing .event-listing-events .event-item .event-text .event-venue-dates ul, .event-listing .event-listing-events .event-item .event-text .extra-event-text ul {
  margin-top: 20px;
  font-size: 12px;
}

.event-listing .event-listing-events.grid {
  margin: 40px -40px 0 0;
}

@media (max-width: 1317px) {
  .event-listing .event-listing-events.grid {
    margin: 40px -20px 20px 0;
  }
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.grid {
    margin: 20px -20px 0 0;
  }
}

.event-listing .event-listing-events.grid .event-item {
  background-color: #f3f3f3;
  width: calc(50% - 40px);
  padding-bottom: 70px;
  margin: 0 40px 40px 0;
}

@media (max-width: 1317px) {
  .event-listing .event-listing-events.grid .event-item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.grid .event-item {
    width: calc(100% - 20px);
  }
}

.event-listing .event-listing-events.grid .event-item .event-images {
  position: relative;
  width: 100%;
  padding-bottom: 49.5238%;
}

.event-listing .event-listing-events.grid .event-item .event-images .event-image-large {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 5px 5px 0 0;
}

.event-listing .event-listing-events.grid .event-item .event-images .event-image-small {
  display: none;
}

.event-listing .event-listing-events.grid .event-item .event-text h6 {
  font-size: 24px;
  font-weight: 600;
}

.event-listing .event-listing-events.grid .event-item .event-text .event-venue-dates, .event-listing .event-listing-events.grid .event-item .event-text .extra-event-text {
  margin: 10px 0;
}

.event-listing .event-listing-events.grid .event-item .event-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px 20px;
}

.event-listing .event-listing-events.grid .event-item .event-buttons a {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
}

@media (max-width: 1317px) {
  .event-listing .event-listing-events.grid .event-item .event-buttons a {
    display: block;
  }
}

.event-listing .event-listing-events.list {
  margin: 40px -40px 20px 0;
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.list {
    margin: 20px -20px 0 0;
  }
}

.event-listing .event-listing-events.list .event-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin: 0 40px 20px 0;
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.list .event-item {
    margin: 0 20px 20px 0;
  }
}

.event-listing .event-listing-events.list .event-item .event-images {
  font-size: 0;
  margin: 20px 0 20px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event-listing .event-listing-events.list .event-item .event-images .event-image-large {
  display: none;
}

.event-listing .event-listing-events.list .event-item .event-images .event-image-small {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.event-listing .event-listing-events.list .event-item .event-images .event-image-small ~ .event-image-small {
  margin-left: 20px;
}

.event-listing .event-listing-events.list .event-item .event-images.badges {
  min-width: 180px;
}

.event-listing .event-listing-events.list .event-item .event-images.badges.empty, .event-listing .event-listing-events.list .event-item .event-images.badges:empty {
  min-width: inherit;
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.list .event-item .event-images.badges {
    display: none;
  }
}

.event-listing .event-listing-events.list .event-item .event-images.badges .event-image-small {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event-listing .event-listing-events.list .event-item .event-images.flags img {
  position: relative;
  padding: 17px;
  width: 80px;
  height: 80px;
  background-color: #f3f3f3;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1317px) {
  .event-listing .event-listing-events.list .event-item .event-images.flags {
    display: none;
  }
}

.event-listing .event-listing-events.list .event-item .event-text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 10px;
}

.event-listing .event-listing-events.list .event-item .event-text h6 {
  font-size: 16px;
  font-weight: 700;
}

.event-listing .event-listing-events.list .event-item .event-text .event-venue-dates, .event-listing .event-listing-events.list .event-item .event-text .extra-event-text {
  margin: 0 0 10px 0;
  font-size: 12px;
}

.event-listing .event-listing-events.list .event-item.sport .event-text {
  margin: 20px;
}

.event-listing .event-listing-events.list .event-item .event-buttons {
  margin-right: 20px;
}

.event-listing .event-listing-events.list .event-item .event-buttons a {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 142px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 637px) {
  .event-listing .event-listing-events.list .event-item .event-buttons a {
    min-width: inherit;
    width: 86px;
    overflow: hidden;
  }
}

.event-listing .view-toggles {
  font-size: 0;
  text-align: right;
  margin-bottom: 20px;
}

.event-listing .view-toggles label {
  display: none;
}

.event-listing .view-toggles input[type=radio] {
  cursor: pointer;
  visibility: hidden;
  display: inline-block;
  width: 80px;
  height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 637px) {
  .event-listing .view-toggles input[type=radio] {
    width: 50%;
  }
}

.event-listing .view-toggles input[type=radio]:before {
  visibility: visible;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 16px;
  border: 1px solid #00497a;
  color: #00497a;
}

@media (max-width: 637px) {
  .event-listing .view-toggles input[type=radio]:before {
    width: 100%;
  }
}

.event-listing .view-toggles input[type=radio]:checked:before {
  background-color: #00497a;
  color: #fff;
  border: none;
}

.event-listing .view-toggles input[type=radio].grid:before {
  content: "\f009";
}

.event-listing .view-toggles input[type=radio].list:before {
  content: "\f0c9";
}

.event-listing .view-toggles input[type=radio]:first-of-type:before {
  border-radius: 5px 0 0 5px;
}

.event-listing .view-toggles input[type=radio]:last-of-type:before {
  border-radius: 0 5px 5px 0;
}
/*# sourceMappingURL=main.css.map */

