@charset "UTF-8";
/* general styles */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.wl-only {
  display: none;
}

/* tooltip */
.tooltip {
  display: none;
  background-color: #fff;
  padding: 6px 8px;
  position: absolute;
  margin: -28px 0 0 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  z-index: 5000;
  font-size: 13px;
  width: auto;
  border: 1px solid #ddd;
  max-width: 175px;
}

.tooltip p {
  font-size: 11px;
  margin-bottom: 0;
  font-weight: normal;
  color: #7a7a7a;
  line-height: 12px;
}

.tooltip-dt {
  position: absolute;
  width: 7px;
  height: 14px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) 0 -120px;
  top: 5px;
  left: -7px;
}

.tooltip-dt-v {
  position: absolute;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -7px -120px;
  width: 14px;
  height: 7px;
  top: -7px;
  left: 30px;
}

.user-add-fav {
  display: inline-block;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -200px -280px;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.user-add-fav.isfav {
  background-position: -222px -320px !important;
}

.user-add-fav.isfav:hover {
  background-position: -222px -280px !important;
}

.user-add-fav.notfav {
  background-position: -200px -280px !important;
}

.user-add-fav.notfav:hover, .user-add-fav:hover {
  background-position: -200px -320px !important;
}

.settings-container div {
  height: 10px;
  margin-bottom: 10px;
}

.indented-setting {
  padding-left: 25px;
}

.extra-settings-info {
  margin-top: -7px;
}

.styled-checkbox.disabled {
  color: #ccc;
}

.relative {
  position: relative;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.styled-checkbox {
  display: block !important;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat -200px -640px !important;
  width: 20px !important;
  height: 13px !important;
  float: left !important;
  margin-top: 3px !important;
  border: none !important;
}

.styled-checkbox:hover {
  cursor: pointer;
}

.styled-checkbox-ticked {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat -200px -680px !important;
}

input[type=checkbox].styled-checkbox {
  display: none !important;
}

input[type=checkbox].styled-checkbox:checked ~ label.styled-checkbox {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat -200px -677px !important;
}

label.styled-checkbox {
  height: 19px !important;
  width: 100% !important;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat -200px -637px !important;
  padding-left: 20px;
}

.coloured-msg {
  color: #556a7a;
  background: #ecf2f3;
  border: 1px solid #d5e0e3;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}

.coloured-msg .bt-all {
  margin-top: 5px;
  border-color: #c3d1d5;
  background: #ecf2f3;
  background-image: linear-gradient(top, #f9f9f9, #ecf2f3);
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#f9f9f9), to(#ecf2f3));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ecf2f3);
  background-image: -moz-linear-gradient(top, #f9f9f9, #ecf2f3);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ecf2f3);
  background-image: -o-linear-gradient(top, #f9f9f9, #ecf2f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#ecf2f3");
}

/* Card images - purchase */
.purchase-boxes .cards {
  overflow: hidden;
}

.purchase-boxes .cards li {
  background-image: url(//c.ststat.net/content/seetickets/mainwebapp/images/accepted_cards-v3.png);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
  border-radius: 2px;
}

.purchase-boxes .cards li:last-child {
  margin-right: 0;
}

.purchase-boxes .cards .visa_electron {
  background-position: 306px 0;
}

.purchase-boxes .cards .mastercard {
  background-position: 254px 0;
}

.purchase-boxes .cards .maestro {
  background-position: 203px 0;
}

.purchase-boxes .cards .discover {
  background-position: 51px 0;
}

.purchase-boxes .cards .amex {
  background-position: 102px 0;
}

.purchase-boxes .cards .diners {
  background-position: 51px -1px;
}

.purchase-boxes .cards .discover {
  background-position: 153px 0px;
}

.purchase-boxes .cards .visa.off {
  background-position: 0 32px;
}

.purchase-boxes .cards .visa_electron.off {
  background-position: 306px 32px;
}

.purchase-boxes .cards .mastercard.off {
  background-position: 254px 32px;
}

.purchase-boxes .cards .maestro.off {
  background-position: 203px 32px;
}

.purchase-boxes .cards .discover.off {
  background-position: 152px 32px;
}

.purchase-boxes .cards .amex.off {
  background-position: 102px 32px;
}

.purchase-boxes .cards .diners.off {
  background-position: 51px 31px;
}

.purchase-boxes .cards .discover.off {
  background-position: 153px 32px;
}

/* */
.hidden, .country-text, .see-hidden-postcode {
  display: none;
}

.clear {
  clear: both;
}

.loading {
  display: block;
  padding: 25px;
  text-align: center;
}

/* registration styles */
#registrations .registration {
  display: block;
  width: 42%;
  padding: 10px;
  margin: 10px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  float: left;
  color: #333;
}

.registration h2 {
  font-size: 130%;
  color: #333 !important;
}

.registration img {
  float: left;
  margin-right: 10px;
}

.registration a.delete {
  display: block;
  float: right;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-image: url("//c.ststat.net/content/seetickets/mainwebapp/images/error.png");
}

.partner-hidden {
  display: none;
}

.page-countdown, .page-countdown-mobile {
  text-align: center;
  font-weight: bold;
  z-index: 99999;
  position: fixed;
  left: 77%;
  bottom: 5%;
  width: 110px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px;
  display: none;
}

.page-countdown p, .page-countdown-mobile p {
  font-size: 12px;
  color: #555;
}

.page-countdown .timer, .page-countdown-mobile .timer {
  font-size: 30px;
  color: #DF405E;
}

.page-countdown-mobile {
  font-weight: normal;
  position: fixed;
  left: auto;
  width: 100px;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  font-family: Arial, sans-serif;
}

.page-countdown-mobile p {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.page-countdown-mobile .timer {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

/*Print at Home*/
.pah-btn-icon {
  margin: 2px 2px 0 0;
  float: left;
}

.pah-box {
  overflow: hidden;
}

.pah-box p.customer-info {
  padding: 2px 0 0 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}

.pah-box .tooltip {
  margin: 5px 0 0 170px;
  padding-top: 0;
  font-size: 14px;
}

span.discount-notes {
  display: block;
  font-size: smaller;
}

/* Order cancelled */
.order-item-cancelled {
  text-decoration: line-through;
}

.booking-fee {
  display: block;
  padding-top: 3px;
  font-size: 12px;
}

.PayPal img {
  cursor: pointer;
}

.hr-mobile-only {
  display: none;
}

.payment-buttons input[type=submit] {
  border: none;
  clear: none;
  cursor: pointer;
  display: block;
  cursor: pointer;
  height: 40px;
  margin: 10px 0 20px;
  position: relative;
  min-width: 225px;
}

.change-payment-method {
  padding: 5px;
  margin: 0 0 20px 0 !important;
  font-size: 16px;
  overflow: hidden;
}

.change-payment-method span {
  font-size: 18px;
}

.secured-paypal {
  padding-top: 40px;
}

.desktop-takeover {
  padding: 5px;
  display: inline-block;
  position: relative;
}

.desktop-takeover .close {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/close.png) no-repeat #666 9px 8px;
  position: absolute;
  display: block;
  right: 5px;
  color: #fff;
  padding: 6px 10px 7px 28px;
  font-size: 14px;
}

.desktop-takeover img {
  width: 100%;
  -moz-box-shadow: 0 1px 1px 1px #e4e4e4;
  -webkit-box-shadow: 0 1px 1px 1px #e4e4e4;
  box-shadow: 0 1px 1px 1px #e4e4e4;
}

.desktop-takeover .bt-all {
  display: block;
  margin-top: 10px;
  padding: 10px 0;
}

#seatingPlanImage {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  max-height: 600px;
}

.show-mobile-only {
  display: none !important;
}

.PostageOption {
  margin: 0 0 20px 0;
  color: #555;
}

.PostageOption .postage-info {
  display: block;
  clear: both;
  width: 100%;
  line-height: 1.3;
}

.PostageOption .postage-text {
  font-weight: 600;
  height: 10px;
  display: table-cell;
  vertical-align: middle;
  padding: 3px 6px;
  width: 45%;
}

.PostageOption input {
  float: left;
  margin: 4px 0px;
}

#purchase_form {
  display: block;
}

#purchase_form, #delivery-validation-js, #delivery-validation {
  clear: both;
}

.PostageOption:hover {
  cursor: pointer;
}

.yes_insurance {
  visibility: visible;
  opacity: 1;
  -o-transition: visibility 1s 0s, opacity linear 1s;
  -ms-transition: visibility 1s 0s, opacity linear 1s;
  -moz-transition: visibility 1s 0s, opacity linear 1s;
  -webkit-transition: visibility 1s 0s, opacity linear 1s;
  transition: visibility 1s 0s, opacity linear 1s;
}

.no_insurance {
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0s 1s, opacity 1s linear;
  -ms-transition: visibility 0s 1s, opacity 1s linear;
  -moz-transition: visibility 0s 1s, opacity 1s linear;
  -webkit-transition: visibility 0s 1s, opacity 1s linear;
  transition: visibility 0s 1s, opacity 1s linear;
}

.popup, .print, .print-vi {
  display: inline-block;
  cursor: pointer;
  width: 17px;
  height: 15px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) 192px 0;
}

.popup {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) 192px -40px;
}

#seatingPlan {
  padding: 10px;
  background-color: #fff;
}

#seatingPlan .note {
  color: #000;
}

#seating span {
  clear: both;
  display: block;
}

#lang-s h4 {
  color: white !important;
}

#lang-s li + li:before {
  content: "•";
  color: #ccc;
}

.current-lang {
  color: #ffffff !important;
  font-weight: 600;
}

.masterpass-warning-text {
  color: rgb(102, 102, 102);
  font-family: myriad-pro, Corbel, Helvetica, Calibri, sans-serif;
  font-size: 14px;
  padding: 10px 0;
}

/*#purchase_form #address-details div.checkbox {}*/
#Address_Lookup .address-list {
  display: none;
  max-width: 100%;
}

#Address_Lookup .address-list.active {
  display: block;
}

/* Create Account Banner Partial */
.pv-banner-create-account {
  border: 1px #ddd solid;
  overflow: hidden;
  position: relative;
}

.pv-banner-create-account .image-text {
  color: #fff;
  font-family: myriad-pro, Corbel, Helvetica, Calibri, sans-serif;
  left: 25px;
  position: absolute;
  top: 20px;
  width: 175px;
}

.pv-banner-create-account .text-heading {
  font-size: 2.5em;
  line-height: 1.1em;
}

.pv-banner-create-account .text-subheading {
  font-size: 1.3em;
  font-weight: lighter;
  line-height: 1.1em;
  margin-top: 1.6em;
}

.pv-banner-create-account a.button-create-account {
  background-color: #000;
  bottom: 30px;
  color: #fff;
  font-size: 1.1em;
  left: 25px;
  line-height: 17px;
  padding: 5px 0 5px 10px;
  position: absolute;
  width: 165px;
}

.pv-banner-create-account a.button-create-account:hover {
  color: #fff;
  text-decoration: none;
}

.pv-banner-create-account .button-arrow {
  float: right;
  margin-right: 10px;
}

.no-before::before {
  content: "" !important;
  padding: 0 !important;
}

.no-before {
  clear: both;
}

.pv-shared-service-is-live-warning {
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  background-color: #ff0000;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  text-shadow: none;
}

/* Order Details */
.g-order-summary {
  margin: 0;
}

.g-order-summary .g-order-summary-items strong {
  font-weight: normal;
  font-weight: 300;
  line-height: 1.2rem;
}

.g-order-summary-top, .g-order-summary-item {
  border-bottom: 1px solid #E6E6E6;
  padding: 0.8rem 0;
  margin: 0;
}

.g-order-summary-item.included-merges {
  border-bottom: none;
}

.g-order-summary-top-title {
  display: block;
  margin: 0 0 0.3em;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 400;
}

.g-order-summary-top-details {
  display: block;
  font-weight: 300;
  line-height: 1.2rem;
}

.g-order-summary-total {
  text-align: right;
}

.g-order-summary-total-amount {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-left: 0.5em;
  font-weight: 400;
}

.g-order-summary-total.left {
  text-align: left;
  font-weight: 400;
}

.g-order-summary-item.included-merges .g-order-summary-item-name {
  clear: both;
  display: block;
  float: none;
}

.g-order-summary-items-merge .g-order-summary-item {
  text-align: left;
  padding-top: 0;
}

.g-order-summary-item.has-merges {
  border-bottom: 0;
  padding-bottom: 0;
}

.g-order-summary-item.included-merges {
  padding-top: 0;
  padding-bottom: 0;
}

.g-order-summary-item:after {
  clear: both;
  content: "";
  display: table;
}

.g-order-summary-item-name {
  float: left;
  text-align: left;
}

.g-order-summary-item.order-item-ins-divider {
  padding-bottom: 0px;
}

body {
  top: 0px !important;
}

.event-calendar ul.times > li a,
.event-calendar ul.times > li time,
.event-calendar ul.times > li .show-lowest-price {
  display: block;
}

.cs-index {
  display: inline;
}

@media screen and (max-width: 30rem) {
  .g-order-summary {
    margin-bottom: 2.5rem;
  }
}
/* Hide the Google Translate Gadget */
.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

.goog-text-highlight {
  background-color: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
}

/* Styling to allow easy addition of album details to narratives */
.album {
  max-width: 100%;
}

.album:after,
.album-header:after {
  display: table;
  clear: both;
  content: " ";
}

.album-image {
  max-width: 100%;
  float: left;
}

.album-listing {
  float: left;
  margin: 0 0 0 2rem;
  padding: 0;
  list-style: decimal;
}

@media screen and (max-width: 500px) {
  .album-image,
  .album-listing {
    float: none;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.collapsable {
  cursor: pointer;
}

.collapsable .right {
  right: 30px;
}

.arr-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arr-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arr-up, .arr-down {
  border: solid #777;
  border-width: 0 0.3em 0.3em 0;
  padding: 0.3em;
  float: right;
}

a.add-to-calendar {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/add-to-calendar.png);
  display: block;
  cursor: pointer;
  width: 108px;
  height: 20px;
  margin-top: 15px;
}
@charset "UTF-8";
/*/
   Reset  
/*/
/*
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
}

/*
    CSS Order
        - Base styles
            - Base Mobile
        - Header (.l-header)
            - Header Mobile
        - Footer (.l-footer)
            - Footer Mobile
        - UI Box (.g-ui-box)
        - Headers (h1,h2,h3 etc)
        - Headers (containers not h1,h2,h3 etc) (.g-masthead)
		- Secondary Nav
		- Sections
			- Narratives
        - Forms & Buttons
        - Tables
        - Errors
        - Icons (.g-icon)

        - Views
            - News (v-news)

        - Partial Views
            - Event List (pv-shared-event-list)
            - Offer Code Box (pv-shared-offer-code)
            - Calendar Month Dropdown Button (dropdown-button)
            - Event calendar (pv-event-calendar)
			- Event Price List (pv-shared-event-price-list)
			- Event Price List Form (pv-shared-event-price-list-form)
			- Event Price Upsell (pv-shared-event-price-upsell)
			- Order Details (pv-shared-order-details)
			- Questions (pv-shared-questions)
			- Connected (pv-shared-connected-*)
			- Restaurants & Hotels (pv-shared-restaurantsandhotels)
			- Restaurant List (pv-shared-restaurant-list)
			- Hotels List (pv-shared-hotels-list)
			- User Account Favourites (pv-shared-user-account-favourites)
            - User Account Artist Import
            - User Account (misc)
            - Search (pv-shared-search-results)

		- Content Pages
			- Promoter

		- Javascript elements
			- js-behaviours-floatingbasket

        - Animations

        - Feature Pages
        - UAC Resell

        - Slider 
*/
/* 
    __ Base styles __________________________________________________________________________________________________________________
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 300;
  min-height: 100%;
  color: #232323;
  background: #FFF;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.l-content {
  position: relative;
}

.l-content > .g-outer.g-grey {
  position: relative;
}

strong, b {
  font-weight: 500;
}

em, i {
  font-style: italic;
}

iframe,
img,
img#seatingPlanImage {
  max-width: 100%;
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}

p {
  font-weight: 300;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

sub, sup {
  font-size: 0.75rem;
  line-height: 100%;
}

a {
  color: #232323;
  text-decoration: none;
}

hr {
  height: 1px;
  width: 100%;
  background: #EEE;
  color: #EEE;
  display: block;
  border: 0;
}

main a {
  color: #0C9A9A;
  text-decoration: underline;
}

main a:hover {
  color: #0a8282;
}

.pre-line {
  white-space: pre-line;
}

main .block-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

p.link {
  font-size: 1rem;
  line-height: 1.4375rem;
  display: block;
  font-weight: 400;
}

p.link:hover {
  cursor: pointer;
}

.g-outer {
  padding: 2.5rem 0.9375rem 1.5rem;
  margin: 0;
  overflow: hidden;
}

.g-outer.overflow {
  overflow: visible;
}

.g-outer.flush {
  padding-top: 0;
  padding-bottom: 0;
}

.g-outer.tight {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.g-outer.keyline {
  border-bottom: 1px solid #e6e6e6;
}

.g-inner {
  max-width: 58.75rem;
  margin: 0 auto;
}

.g-dark {
  background: #001926;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.g-dark a {
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.g-grey {
  background: #EEE;
}

.a11y, .u-a11y {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0 !important;
  opacity: 0.00001;
}

.tour-content,
.price-list .description,
.g-ui-box-content .description {
  white-space: pre-line;
}

.art-top-narr {
  margin-bottom: 0.625rem;
}

.featured-block-image {
  height: auto;
  margin: 0 0 -0.4375rem;
  display: block;
  width: 100%;
}

.block-image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.block-image.full-border {
  border: 1px solid #B4E0E0;
}

.star-image.half {
  width: 124px;
  max-width: 50%;
}

.fixed-scroll {
  position: fixed;
  top: 1rem;
}

.fixed-scroll.fixed-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.success-imp {
  color: #0C9A9A;
  font-weight: 400;
}

/* Generic lists */
.g-ordered-list.outside,
.g-unordered-list.outside {
  list-style-position: outside;
}

.g-ordered-list.inside,
.g-unordered-list.inside {
  list-style-position: inside;
}

/* Ordered lists */
.g-ordered-list.decimal {
  list-style-type: decimal;
}

.g-ordered-list.upper-alpha {
  list-style-type: upper-alpha;
}

.g-ordered-list.lower-alpha {
  list-style-type: lower-alpha;
}

.g-ordered-list.upper-roman {
  list-style-type: upper-roman;
}

.g-ordered-list.lower-roman {
  list-style-type: lower-roman;
}

.g-ordered-list li {
  margin: 0.625rem 0;
}

.g-ordered-list li ol.g-ordered-list,
.g-ordered-list li ul.g-unordered-list {
  margin-left: 1.25rem;
}

/* Unordered lists */
.g-unordered-list.disc {
  list-style-type: disc;
}

.g-unordered-list.square {
  list-style-type: square;
}

.g-unordered-list.circle {
  list-style-type: circle;
}

.g-unordered-list li {
  margin: 0.625rem 0;
}

.g-unordered-list li ul.g-unordered-list,
.g-unordered-list li ol.g-ordered-list {
  margin-left: 1.25rem;
}

/* 
    __ Base Mobile __________________________________________________________________________________________________________________
*/
.small-mobile-only,
.mobile-label,
.mobile-only,
.mobile-only-inline {
  display: none !important;
}

body:before {
  content: "desktop";
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
}

@media screen and (max-width: 55.625rem) {
  body:before {
    content: "tablet";
  }
}
@media screen and (max-width: 43.125rem) {
  body:before {
    content: "intermediate";
  }
}
@media screen and (max-width: 30rem) {
  body:before {
    content: "mobile";
  }
}
@media screen and (max-width: 36.95rem) {
  a.g-button.secondary.small.active {
    margin-left: initial !important;
    margin-top: 0.3rem !important;
  }
  button.g-button.primary.half + a.g-button.secondary.small.active {
    float: none !important;
  }
}
.flexContainer a.g-button.secondary.small.active {
  order: 2;
  margin-left: auto;
}

.flexContainer {
  display: flex;
  flex-wrap: wrap;
}

button.g-button.primary.half + a.g-button.secondary.small.active {
  float: right;
}

.suggestion-flex {
  display: flex;
  height: 100%;
  max-width: 85%;
  flex-wrap: wrap;
}

@media screen and (max-width: 55.625rem) {
  /* small tablets - generally anything below 1024px wide (smaller than iPads) */
  .only-desktop,
  .desktop-only,
  .no-mobile {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-only-inline {
    display: inline !important;
  }
  .evt-share-links.mobile-only {
    display: block;
  }
  .evt-share-links.mobile-only aside {
    display: inline !important;
  }
}
.evt-share-mt0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 43.125rem) and (max-width: 55.625rem) {
  /* large mobile / small tablets */
}
@media screen and (max-width: 43.125rem) and (min-width: 30rem) {
  /* large mobile / maybe landscape mobile */
}
@media screen and (max-width: 30rem) {
  /* small screens / mobile probably portrait */
  .small-tablet-and-desktop-only,
  [class*=_content].js-m-closed {
    display: none;
  }
  .evt-share-links.mobile-only {
    display: block;
  }
  .small-mobile-only {
    display: inline;
  }
}
/* 
    __ Header _______________________________________________________________________________________________________________________
*/
.l-header {
  background: #FFF;
  border-bottom: 1px solid #E6E6E6;
}

.l-header.full .l-masthead {
  padding: 0rem 0 2rem;
}

.l-header .g-nav-top {
  overflow: auto;
  padding: 0.625rem 0;
}

.l-header .g-nav-top .g-country-selector,
.l-header .g-nav-top .g-language-selector,
.l-header .g-nav-top .g-promo {
  float: left;
}

.l-header .g-nav-top .g-promo p a svg {
  animation: 0.8s linear 1s normal both 1 running heartWobble;
  margin-right: 1em;
  overflow: visible;
}

.l-header .g-nav-top .g-promo p a:hover {
  color: #0c9a9a;
  text-decoration: none;
}

.l-header .g-nav-top .nav {
  float: right;
}

.l-header .g-nav-top .g-nav-promo li {
  display: inline-block;
}

.l-header .g-nav-top .g-nav-promo li + li {
  margin-left: 0.5em;
}

.l-header > .g-inner {
  margin-bottom: 3.75rem;
}

.l-header-handle.g-button {
  float: right;
  position: relative;
  height: 4.0625rem;
  padding: 0.625rem 1.25rem;
  border: 0;
  background: transparent;
  line-height: 2.8125rem;
  letter-spacing: 1.4px;
  text-align: center;
  width: auto;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.l-header .g-nav-main .g-nav-promo,
.l-header.full .l-header-handle {
  display: none;
}

.l-header-handle:hover, .l-header-handle.g-button.js-open {
  background: #F9F9F9;
}

.l-header-handle.js-open {
  border-color: #E6E6E6;
  z-index: 2;
}

.l-header-handle svg {
  height: 2.8125rem;
  line-height: 2.8125rem;
  vertical-align: top;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.l-header-handle.nav span {
  font-weight: 500;
  letter-spacing: 0.0625rem;
  margin-right: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.l-header .g-see-logo {
  display: inline-block;
  margin-right: 1.25rem;
}

.l-header.full .g-see-logo {
  position: relative;
  top: 2.2rem;
  margin-top: 5px;
  width: 17.125rem;
  height: 6.25rem;
  vertical-align: bottom;
}

.l-masthead.small .g-see-logo {
  float: left;
  padding: 0.78125rem 0;
  padding-top: 11px;
  width: 15.3125rem;
  height: 4rem;
}

.l-header.full .g-site-search.full {
  display: inline-block;
  width: calc(100% - 20rem);
  vertical-align: bottom;
  background: #EEE;
  position: relative;
}

.l-header.full .g-site-search.full .g-site-search-term {
  width: calc(100% - 4.6875rem);
  max-width: calc(100% - 4.6875rem);
  background: #EEE;
  font-size: 2rem;
  height: 4.5625rem;
  line-height: 1em;
  border: 0;
  display: inline-block;
  border: 1px solid #BABABA;
  outline: none;
}

.l-header.full .g-site-search.full .g-button {
  width: 4.6875rem;
  height: 4.5625rem;
  background: #0c9a9a;
  color: #FFF;
  font-size: 2.5rem;
  border: 0;
  display: inline-block;
  line-height: 1em;
  vertical-align: bottom;
  box-shadow: none;
  padding: 0.78125rem 0.9375rem;
  position: absolute;
  right: 0;
}

.l-header.full .g-site-search.full .g-site-search-term:focus {
  border-color: #0c9a9a;
}

.l-header h1 {
  display: none;
  margin: 0 0 2.5rem;
  padding: 2.5rem 1.25rem 1.09375rem;
  line-height: 2.5rem;
  border-top: 1px solid #e6e6e6;
}

.l-header.js-enhanced.small .l-header-toggleable:not(.js-open) {
  display: none;
}

.l-header.js-enhanced.small .g-nav-main {
  background: #F9F9F9;
}

.l-masthead.small .g-inner::after {
  clear: both;
  content: "";
  display: table;
}

.l-masthead.small .g-site-search.small {
  float: left;
  display: block;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  min-width: 54.7%;
  font-size: 0;
}

.l-masthead.small .g-site-search-term[class][class] {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-right: 0;
}

.l-masthead.small .g-site-search.small:before {
  height: 1.875rem;
}

.l-masthead.small .g-site-search.small .g-site-search-term, .l-masthead.small .g-site-search.small .g-button {
  height: 4.0625rem;
  margin: 0;
  border: 0;
}

.l-masthead.small .g-site-search.small .g-site-search-term {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  width: calc(100% - 4.125rem);
  max-width: 100%;
  background: #FFF;
  outline: none;
  border: 1px solid #FFF;
}

.g-site-search.small.l-header-toggleable input.g-site-search-term:focus,
.l-masthead.small .g-site-search.small .g-site-search-term:focus + .g-button {
  border-color: #0C9A9A;
}

.l-masthead.small .g-site-search.small .g-site-search-term:focus {
  background: #FFF;
}

.l-masthead.small .g-site-search.small .g-site-search-term::-webkit-input-placeholder,
.l-masthead.small .g-site-search.small .g-site-search-term::-moz-placeholder,
.l-masthead.small .g-site-search.small .g-site-search-term:-moz-placeholder,
.l-masthead.small .g-site-search.small .g-site-search-term:-ms-input-placeholder {
  font-size: 1.25rem;
  line-height: 2.675rem;
}

.l-masthead.small .g-site-search.small .g-button {
  width: 4.125rem;
  font-size: 1.875rem;
  background: #FFF;
  color: #232323;
  vertical-align: top;
}

.l-masthead.small .g-site-search.small .g-button svg[class^=g-icon] {
  vertical-align: top;
}

.l-masthead.small .g-site-search.small .g-site-search-term:focus + .g-button {
  background: #0C9A9A;
  color: #FFF;
}

.l-masthead-checkout-title {
  display: block;
  float: right;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 0.78125rem 0 0;
  font-weight: 400;
  margin-right: 10px;
}

.l-header .g-nav-main {
  border-top: 1px solid #e1e1e1;
  height: 2.9375rem;
  padding: 0 0.625rem;
}

.l-header .g-nav-main ul {
  line-height: 0;
  text-align: justify;
}

.l-header .g-nav-main ul:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}

.l-header .g-nav-main .g-nav-main-item {
  display: inline-block;
  text-align: center;
}

.l-header .g-nav-main .g-nav-main-item.mobile-only {
  display: none;
}

.l-header .g-nav-main .g-nav-main-item a {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 0.9375rem 0;
  position: relative;
  text-transform: uppercase;
}

.l-header .g-nav-main .g-nav-main-item a:hover:after,
.l-header .g-nav-main .g-nav-main-item a.active:after {
  background: #0C9A9A;
}

.l-header .g-nav-main .g-nav-main-item a:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: transparent;
}

.l-header-handle.search {
  display: none;
}

.l-site-language-banner {
  position: absolute;
  z-index: 100000;
  top: 0;
  width: 100%;
  display: none;
}

.l-site-language-banner div {
  text-align: center;
}

.l-site-language-banner > .site-banner-close {
  position: absolute;
  right: 10px;
  top: 24px;
}

.l-gdpr-banner {
  background: #001221;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 5px 10px 0px 10px;
  display: none;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.l-gdpr-banner p {
  margin-bottom: 10px;
}

.l-gdpr-banner .gdpr-close {
  float: right;
  height: 30px;
  width: 30px;
}

.l-gdpr-banner .gdpr-close a {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.l-gdpr-banner .gdpr-close a svg {
  fill: #ffffff;
  font-size: 1.5em;
}

.l-gdpr-banner a {
  color: #ffffff;
  text-decoration: underline;
}

.l-gdpr-banner button.g-button.secondary {
  background-color: #0C9A9A;
  background-color: #0C9A9A;
  color: #fff;
  padding: 2px 18px;
}

.l-gdpr-banner p {
  display: inline;
  margin-right: 10px;
}

@media screen and (max-width: 43.125rem) {
  .l-masthead.small .g-site-search.small {
    display: block;
    float: none;
    clear: both;
    padding: 0.9375rem;
    margin: 0 !important;
    background: #F9F9F9;
    border-top: 1px solid #E6E6E6;
  }
  .l-masthead.small .g-site-search.small:before {
    display: none;
  }
  .l-masthead.small .g-site-search.small .g-site-search-term {
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-right: 0;
  }
  .l-masthead.small .g-site-search.small .g-button {
    border: 1px solid #E6E6E6;
    border-left: 0;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 55.625rem) {
  .l-layout .l-header.js-enhanced.small .l-header-toggleable,
  .l-header.js-enhanced.small .l-header-toggleable.g-site-search {
    display: block;
  }
  .l-header .g-button.l-header-handle {
    display: none;
  }
}
@media screen and (max-width: 55.625rem) {
  .l-header.js-enhanced.small .l-header-handle {
    position: relative;
    height: 4.0625rem;
    min-width: 4.0625rem;
    border-left: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-right: 0 !important;
  }
  .l-header.js-enhanced.small .l-header-handle:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #F9F9F9;
  }
}
/* 
    __ Header Mobile _______________________________________________________________________________________________________________________
*/
@media screen and (max-width: 55.625rem) and (min-width: 43.125rem) {
  .l-header .g-inner {
    padding: 0;
  }
  .l-header .g-nav-top {
    margin-bottom: 0;
  }
  .l-header .g-see-logo, .l-header .g-site-search {
    display: block;
  }
  .l-header .g-see-logo {
    margin: 0 auto;
  }
  .l-header.full .g-site-search.full {
    margin: 1.875rem auto 0 auto;
    width: 96%;
  }
  .l-header .g-nav-main .g-inner {
    padding: 0;
  }
}
@media screen and (max-width: 55.625rem) {
  .l-header-handle.search {
    display: block;
  }
  .l-header.full .l-masthead {
    padding: 0;
  }
  .l-header .g-nav-main .g-nav-promo {
    display: block;
  }
  .l-header.full .g-see-logo {
    padding: 0.78rem 0;
    width: 14.3125rem;
    height: 4.0625rem;
    margin-left: 0.625rem;
    top: 0;
  }
  .l-header h1 {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 0 2.5rem;
  }
  .l-header h1.border:after {
    left: 1.25rem !important;
  }
  .l-header.full .g-site-search.full {
    display: block;
    width: auto;
    margin: 1.225rem 0.9375rem;
  }
  .l-header.full .g-site-search.full .g-site-search-term, .l-header.full .g-site-search.full .g-button {
    height: 3.75rem;
    font-size: 1.25rem;
    line-height: 1em;
  }
  .l-header.full .g-site-search.full .g-site-search-term::-webkit-input-placeholder,
  .l-header .g-site-search.full .g-button::-webkit-input-placeholder,
  .l-header.full .g-site-search.full .g-site-search-term::-moz-placeholder,
  .l-header .g-site-search.full .g-button::-moz-placeholder,
  .l-header.full .g-site-search.full .g-site-search-term:-moz-placeholder,
  .l-header .g-site-search.full .g-button:-moz-placeholder,
  .l-header.full .g-site-search.full .g-site-search-term:-ms-input-placeholder,
  .l-header .g-site-search.full .g-button:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: normal;
  }
  .l-header.full .g-site-search.full .g-site-search-term {
    width: calc(100% - 3.75rem);
    max-width: 100%;
  }
  .l-header.full .g-site-search.full .g-button {
    width: 3.75rem;
  }
  .l-header.full .l-header-handle.nav {
    display: block;
  }
  .l-header .g-nav-main {
    padding: 0 0.9375rem;
    background: #F9F9F9;
    height: auto;
    display: none;
  }
  .l-header .g-nav-main.js-open {
    display: block;
  }
  .l-header .g-nav-main ul:after {
    display: none;
  }
  .l-header .g-nav-main .g-nav-main-item,
  .l-header .g-nav-main .g-nav-main-item.mobile-only {
    display: block;
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-header .g-nav-main .g-nav-main-item a {
    padding: 1.0625rem 0;
    letter-spacing: 1.5px;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDcuNiAxMyI+PHBhdGggZmlsbD0iIzliOWI5YiIgZD0iTTAuMyAxMS4xQzAuMSAxMS4zIDAgMTEuNSAwIDExLjggMCAxMi40IDAuNSAxMyAxLjIgMTNjMC4zIDAgMC41LTAuMSAwLjctMC4ybDUuNS01LjRjMC4yLTAuMiAwLjMtMC41IDAuMy0wLjggMC0wLjMtMC4xLTAuNi0wLjQtMC44TDEuOSAwLjNDMS43IDAuMSAxLjQgMCAxLjIgMCAwLjUgMCAwIDAuNSAwIDEuMmMwIDAuMyAwLjEgMC41IDAuMyAwLjdsNC42IDQuNyIvPjwvc3ZnPg==) right center no-repeat;
    background-size: 7.6px;
  }
  .l-header .g-nav-main .g-nav-main-item a:after {
    display: none;
  }
  .l-header .g-nav-main .mobile-label {
    display: block;
  }
  .l-header .g-nav-main svg.g-icon.home {
    display: none;
  }
  .l-header .g-nav-promo {
    padding: 1.25rem 0;
  }
  .l-header .g-nav-promo .g-nav-promo-item {
    display: block;
    text-align: left;
  }
  .l-header .g-nav-promo .g-nav-promo-item a {
    display: block;
  }
  .l-header-toggleable .g-nav-promo .g-nav-promo-item {
    padding: 1rem 0;
  }
  .l-header-toggleable .g-nav-promo .g-nav-promo-item a {
    padding: 0;
  }
  .l-header .g-nav-promo .g-nav-promo-item a:after {
    display: none;
  }
  .l-header .g-nav-promo,
  .l-header .g-nav-top {
    padding: 0.225rem;
  }
  .l-masthead.small > .g-inner .g-container .g-see-logo {
    padding-left: 0.9375rem;
    width: 8.3125rem;
    padding-top: 20px;
  }
  .g-driver {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 30rem) {
  .g-site-search:before {
    display: none;
  }
}
@media screen and (max-width: 43.125rem) {
  .g-site-search.full .g-site-search-term, .g-site-search.full .g-site-search-button {
    height: 3.75rem;
    font-size: 1.25rem;
    line-height: 1em;
  }
  .g-site-search.full .g-site-search-term::-webkit-input-placeholder, .g-site-search.full .g-site-search-button::-webkit-input-placeholder {
    font-size: 1.25rem;
    line-height: normal;
  }
  .g-site-search.full .g-site-search-term::-moz-placeholder, .g-site-search.full .g-site-search-button::-moz-placeholder {
    font-size: 1.25rem;
    line-height: normal;
  }
  .g-site-search.full .g-site-search-term:-moz-placeholder, .g-site-search.full .g-site-search-button:-moz-placeholder {
    font-size: 1.25rem;
    line-height: normal;
  }
  .g-site-search.full .g-site-search-term:-ms-input-placeholder, .g-site-search.full .g-site-search-button:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: normal;
  }
  .g-site-search.full .g-site-search-term {
    width: calc(100% - 3.75rem);
  }
  .g-site-search.full .g-site-search-button {
    width: 3.75rem;
  }
}
@media screen and (max-width: 30rem) {
  .g-site-search:before {
    display: none;
  }
  .l-masthead.small .g-site-search.small {
    min-width: 100%;
  }
}
@media screen and (max-width: 55.625rem) and (min-width: 43.125rem) {
  .l-header-handle.search {
    display: none;
  }
  .l-header .g-site-search,
  .l-header.js-enhanced.small .l-header-toggleable:not(.js-open).g-site-search {
    display: block;
  }
  .l-header .g-see-logo {
    margin-right: 1.25rem;
  }
  .l-masthead.small .g-site-search.small {
    width: calc(100% - 18.71rem);
  }
}
/* 
    __ Footer _______________________________________________________________________________________________________________________
*/
.l-footer {
  padding: 2.5rem 1.25rem 3.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #BBB;
  overflow: auto;
}

.l-footer h2 {
  margin-bottom: 1em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.l-footer p {
  margin: 1em 0;
}

.l-footer a {
  color: #BBB;
}

.l-footer a:hover {
  color: #FFF;
}

.l-footer-section:nth-child(-n+3):not(.x10) {
  position: relative;
}

.l-footer-section:nth-child(-n+3):not(.x10):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.625rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.l-footer-subsection + .l-footer-subsection {
  margin-top: 2.5rem;
}

.l-footer-list {
  -webkit-columns: 3 6.25rem;
  -moz-columns: 3 6.25rem;
  columns: 3 6.25rem;
}

.l-footer-item {
  margin-bottom: 0.3125rem;
}

.l-footer-nav-item {
  display: inline-block;
}

.l-footer-nav-item + .l-footer-nav-item {
  margin-left: 0.3em;
  padding-left: 0.6em;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.l-footer_keyline {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.25rem;
}

.l-footer-keyline, .l-footer-keyline a {
  color: rgba(255, 255, 255, 0.3);
}

.l-footer .pv-shared-language-bar-select {
  padding: 0.46875rem 0.625rem;
  border: 0;
  background-color: rgb(23, 43, 51);
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDExLjUgNi40Ij48cGF0aCBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LC42KSIgZD0iTTExLjIgMC4yYzAuMSAwLjEgMC4yIDAuMyAwLjIgMC41IDAgMC4yLTAuMSAwLjQtMC4yIDAuNWwtNSA1QzYuMSA2LjQgNS45IDYuNCA1LjcgNi40Yy0wLjIgMC0wLjQtMC4xLTAuNS0wLjJsLTUtNUMwLjEgMS4xIDAgMC45IDAgMC43YzAtMC4yIDAuMS0wLjQgMC4yLTAuNUMwLjQgMC4xIDAuNSAwIDAuNyAwaDEwQzEwLjkgMCAxMS4xIDAuMSAxMS4yIDAuMnoiLz48L3N2Zz4=);
  color: #FFF;
  width: 220px;
}

.l-checkout .l-footer {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}

.l-checkout .maestro .or {
  display: inline;
}

.l-checkout .l-footer-section:after {
  display: none !important;
}

.l-checkout .l-footer-keyline {
  border-top: 0;
  margin-top: 3.125rem;
  padding-top: 0;
}

.l-checkout .l-footer-base-nav {
  padding: 0.625rem 0;
}

.l-checkout .l-footer-contact {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #FFF;
}

.l-checkout .l-footer-secure {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}

.l-checkout .l-footer-secure svg {
  vertical-align: baseline;
  display: inline-block;
  height: 1.625rem;
  margin-right: 1em;
  fill: #FFF;
}

.l-checkout .l-footer .x8 {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  padding-bottom: 0.125rem;
}

p.order-ref {
  background-color: #fffbec;
  padding: 7px;
  color: #414141;
  border: 1px solid #FFEDB2;
}

p.order-ref span {
  font-weight: 500;
}

.order-ref-strong {
  font-weight: 400;
}

@media screen and (max-width: 55.625rem) {
  .l-footer {
    padding-top: 1.625rem;
  }
  .xt2 .l-footer_list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .l-footer-section {
    margin-bottom: 1.25rem;
  }
  .l-footer-section[class][class]:after {
    right: 0.3125rem;
  }
  .l-footer-section.xt6:after {
    display: none;
  }
}
@media screen and (max-width: 43.125rem) {
  .l-footer-section:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 30rem) {
  .l-footer-section:after {
    display: none;
  }
  .l-footer_list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .l-footer .js-accordion-trigger {
    position: relative;
  }
  .l-footer .js-accordion-trigger:after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 1.25rem;
    height: 0.8125rem;
    width: 0.5rem;
    margin: -0.125rem 1.25rem 0 0;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22640%22%20height%3D%221024%22%20viewBox%3D%220%200%20640%201024%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M350.093%20604l262.912%20262.976c17.408%2017.408%2027.008%2040.512%2027.008%2065.024%200%2024.576-9.6%2047.68-26.944%2065.024-17.344%2017.408-40.448%2026.944-65.088%2026.944-24.576%200-47.744-9.536-65.024-26.88l-420.032-420.032c-8.576-8.576-15.296-18.624-20.48-31.552-4.288-10.944-6.464-22.208-6.464-33.472%200-11.328%202.176-22.592%206.976-35.136%204.672-11.328%2011.392-21.376%2019.968-29.952l420.032-420.032c34.752-34.752%2095.36-34.688%20130.048%200%2035.904%2035.904%2035.904%2094.272%200%20130.176l-360.064%20360.128%2097.152%2086.784z%22%2F%3E%3C%2Fsvg%3E) center center no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.3s;
  }
  .l-footer .js-accordion-trigger.js-m-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.l-footer-social-item {
  display: inline-block;
}

.l-footer-social-item + .l-footer-social-item {
  margin-left: 0.625rem;
}

.l-footer-social-link {
  display: block;
  height: 2.1875rem;
  width: 2.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  fill: rgba(255, 255, 255, 0.6);
}

.l-footer-social-link:hover {
  border-color: #FFF;
  fill: #FFF;
}

/*
    __ Headers (h1,h2,h3 etc) ________________________________________________________________________________________
*/
.l-header h1,
main h1 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.l-header h2,
main h2, .l-header h3,
main h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 2em 0 1em;
}

.l-header h4,
main h4 {
  font-size: 1.175rem;
  line-height: 1.55rem;
  margin: 1.25rem 0 0 0;
}

.l-header h1,
.l-header h2,
.l-header h3,
main h1,
main h2,
main h3,
main h4 {
  position: relative;
  font-weight: 400;
  z-index: 0;
}

.l-header h1:first-child,
.l-header h2:first-child,
.l-header h3:first-child,
main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child {
  margin-top: 0;
}

.l-header h1.border,
.l-header h2.border,
.l-header h3.border,
main h1.border,
main h2.border,
main h3.border,
main h4.border {
  padding-bottom: 1.09375rem;
}

.l-header h1.border:after,
.l-header h2.border:after,
.l-header h3.border:after,
main h1.border:after,
main h2.border:after,
main h3.border:after,
main h4.border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2px;
  background: #0C9A9A;
}

.l-header h1 a,
.l-header h2 a,
.l-header h3 a,
main h1 a,
main h2 a,
main h3 a,
main h4 a {
  position: relative;
  color: #232323;
  text-decoration: none;
}

.l-header h1 a svg.g-icon,
.l-header h2 a svg.g-icon,
.l-header h3 a svg.g-icon,
main h1 a svg.g-icon,
main h2 a svg.g-icon,
main h3 a svg.g-icon,
main h4 a svg.g-icon {
  vertical-align: middle;
  margin-left: 0.625rem;
  fill: #757575;
  font-size: 80%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}

.l-header h1 a:hover,
.l-header h2 a:hover,
.l-header h3 a:hover,
main h1 a:hover,
main h2 a:hover,
main h3 a:hover,
main h4 a:hover {
  color: #232323;
}

.l-header h1 a:hover svg.g-icon,
.l-header h2 a:hover svg.g-icon,
.l-header h3 a:hover svg.g-icon,
main h1 a:hover svg.g-icon,
main h2 a:hover svg.g-icon,
main h3 a:hover svg.g-icon,
main h4 a:hover svg.g-icon {
  fill: #0C9A9A;
  -webkit-transform: translateX(0.125rem);
  -moz-transform: translateX(0.125rem);
  -ms-transform: translateX(0.125rem);
  -o-transform: translateX(0.125rem);
  transform: translateX(0.125rem);
}

.l-header h1.border:after,
main h1.border:after {
  height: 4px;
}

@media screen and (max-width: 30rem) {
  .l-header h1,
  main h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
main .g-button + h2,
main .g-button + h3 {
  margin-top: 0;
}

main h1.border {
  padding-bottom: 1.25rem;
}

main h1 + .g-ui-box {
  margin-top: 2.125rem;
}

/*
    __ UI Box ________________________________________________________________________________________
*/
.g-ui-box {
  padding: 1.875rem 1.5625rem;
  background: #FFF;
  margin-bottom: 1rem;
}

.g-ui-box .g-ui-box {
  background: none;
  margin: 0;
  padding: 0;
}

.g-ui-box.tight {
  padding: 0.84375rem;
}

.g-inner .g-driver:only-of-type:not(.tight) {
  margin-bottom: 1.875rem;
}

.g-ui-box-content {
  font-weight: 300;
}

.g-ui-centered-content {
  margin-left: auto;
  margin-right: auto;
}

.g-ui-box-content.space {
  margin-top: 1.875rem;
}

.g-ui-box-content > img,
.g-ui-box-content > frame {
  max-width: 100% !important;
}

.g-ui-box-subhead {
  text-align: right;
}

.g-ui-box-subhead::after {
  clear: both;
  content: "";
  display: table;
}

.g-ui-box-subhead h2, .g-ui-box-subhead h3 {
  float: left;
}

.g-ui-box-subhead .g-button.tertiary {
  padding-top: 0.0625rem;
}

@media screen and (max-width: 30rem) {
  .g-ui-box-subhead {
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .g-ui-box-subhead h2, .g-ui-box-subhead h3 {
    float: none;
    margin: 0 0 0.625rem;
  }
  .g-ui-box-subhead .g-button.tertiary {
    background: #EEE;
    border: 0;
    padding: 0.3125rem 0.625rem;
  }
  .g-ui-box-subhead .g-button.tertiary:hover {
    background: #EEE;
  }
}
.g-ui-box-content.splitleft {
  padding-left: 12.5rem;
}

.g-ui-box-content.splitleft::after {
  clear: both;
  content: "";
  display: table;
}

.g-ui-box-content.splitleft img {
  float: left;
  margin-left: -12.5rem;
  max-width: 11.25rem;
}

@media screen and (max-width: 43.125rem) {
  .g-ui-box-content.splitleft {
    padding-left: 0;
  }
  .g-ui-box-content.splitleft img {
    float: none;
    display: block;
    margin: 0 0 0.625rem;
  }
  .g-ui-box-content.splitleft img + p {
    margin-top: 0;
  }
}
.g-ui-box-content.splitleft + .g-ui-box-content.splitleft {
  margin-top: 1.25rem;
}

.g-ui-box-content + .g-ui-box-content.keyline {
  margin-top: 1.25rem;
  border-top: 1px solid #E6E6E6;
  padding-top: 1.25rem;
}

.g-ui-box-media {
  margin: 0 -1.5625rem -1.875rem;
}

.g-ui-box-date {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin: 0 0 0.625rem;
}

.g-ui-box-image {
  display: block;
  max-width: 100%;
}

.g-ui-box-footer {
  margin-top: 1.875rem;
  font-weight: 300;
}

.g-ui-box-header::after {
  clear: both;
  content: "";
  display: table;
}

.g-ui-box-header h2, .g-ui-box-header h3 {
  margin-top: 0 !important;
}

.g-ui-box-header h2.js-closed {
  margin-bottom: 0 !important;
}

.g-ui-box-offside {
  float: right;
}

.g-ui-box-offside.g-button.tertiary,
.g-ui-box-offside .g-button.tertiary {
  padding-top: 0;
}

.g-ui-box-offside ~ * {
  float: left;
}

.g-driver.icon .g-driver-link.ppbs-driver {
  padding-left: 1.6rem;
  font-size: 15px;
  font-weight: lighter;
}

.g-driver.icon .g-driver-link.ppbs-driver img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.g-driver.small + .g-driver.small.ppbs {
  margin-top: 0;
}

.g-driver.small.ppbsmt {
  margin-top: 1rem;
}

@media screen and (max-width: 30rem) {
  .g-ui-box {
    padding: 1.25rem 0.9375rem;
  }
  .g-ui-box-media {
    margin: 0 -0.9375rem -1.25rem;
  }
  .g-driver.icon .g-driver-link.ppbs-driver,
  .g-driver.link.small .g-driver-link.ppbs-driver {
    padding: 11px 20px;
  }
}
/*
    __ Headers (containers not h1,h2,h3 etc) ________________________________________________________________________________________
*/
.g-masthead {
  padding: 1.5rem 0.9375rem;
  border-bottom: 1px solid #E6E6E6;
}

.g-masthead.tight {
  padding: 1.625rem 0.9375rem;
}

.g-masthead:not(.g-grey) {
  background: #FFF;
}

.g-masthead-title {
  margin: 0;
}

.g-masthead-subtitle {
  /*font-size: 1.625rem;*/
  margin: 0;
}

.g-masthead-driver {
  margin-top: 0.9375rem;
  color: #0C9A9A;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
}

.g-masthead-driver svg {
  margin-right: 1em;
}

.g-masthead-content {
  margin: 0.9375rem 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 300;
}

.g-masthead-filter .form-fields {
  display: inline-block;
  margin-bottom: 0;
}

.g-masthead-filter .form-field {
  display: inline-block;
  margin: 0 0.625rem 0 0;
  vertical-align: middle;
}

.ui-slice.grey .g-masthead-filter .form-input {
  background-color: #FFF !important;
}

.g-masthead-filter .form-output {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.g-masthead.has-image {
  position: relative;
  overflow: visible;
  border-bottom: 0;
  margin: 0 auto;
  padding-bottom: 0;
  background: #EEE none center top no-repeat;
  background-size: cover;
  max-width: 1000px;
}

.g-masthead.has-image:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 58.33%;
  background: #EEE none top center no-repeat;
  background-image: inherit;
  background-size: cover;
}

.g-masthead.has-image.hide-image::before {
  background: none;
}

.g-masthead.full-width.has-image {
  position: relative;
  overflow: visible;
  border-bottom: 0;
  margin-bottom: 0;
  background: #EEE none top center no-repeat;
  background-size: 145.833%; /* weird? */
  max-width: 100%;
}

.g-masthead.full-width.has-image:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 45.833%;
  background: #EEE none top center no-repeat;
  background-image: inherit;
  background-size: cover;
}

.g-masthead.has-image .g-masthead-title {
  padding-top: 34.5%;
  padding-bottom: 0;
}

.g-masthead.has-image .g-masthead-title:after {
  display: none;
}

.g-masthead.has-image .g-masthead-thumbnailwrap {
  padding-top: 25%;
}

.g-masthead.has-image svg {
  margin-right: 1em;
}

.g-masthead.has-image.has-thumbnail .g-masthead-inner {
  padding-left: 9.375rem;
}

.g-masthead.has-image.has-thumbnail .g-masthead-thumbnailwrap {
  margin-left: -9.375rem;
}

@media screen and (max-width: 30rem) {
  .g-masthead {
    padding: 2.125rem 0.9375rem;
  }
  .g-masthead.has-image {
    min-height: 250px;
  }
  .g-masthead-title.g-block-head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 43.125rem) {
  .g-masthead.has-image.full-width {
    background-size: cover;
  }
}
.g-masthead.has-thumbnail {
  overflow: auto;
}

.g-masthead.has-thumbnail .g-masthead-inner {
  padding-left: 10.625rem;
}

.g-masthead.has-thumbnail .g-masthead-thumbnailwrap {
  float: left;
  width: 9.375rem;
  margin: 0 2.225rem 0 0;
}

.g-masthead.has-thumbnail .g-masthead-thumbnailwrap img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 43.125rem) {
  .g-masthead.full-width.has-image,
  .g-masthead.has-image {
    background-size: auto 100%;
  }
  .g-masthead.has-thumbnail .g-masthead-inner {
    padding-left: 0 !important;
  }
  .g-masthead.has-thumbnail .g-masthead-thumbnailwrap {
    width: 4.375rem;
    margin: 0 0.625rem 0 0;
  }
  .g-masthead.has-thumbnail .g-masthead-driver,
  .g-masthead.has-thumbnail .g-follow-widget {
    padding: 0;
  }
}
.g-masthead.green-content .g-masthead-content {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0C9A9A;
}

.g-masthead.checkout .g-masthead-inner {
  text-align: right;
}

.g-masthead.checkout .g-masthead-inner::after {
  clear: both;
  content: "";
  display: table;
}

.g-masthead.checkout .g-masthead-title {
  float: left;
}

.g-masthead.checkout .g-masthead-nav {
  padding-top: 1.09375rem;
}

.g-masthead-link {
  color: #0c9a9a;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0875rem;
  margin-right: 0.3125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.g-masthead-date {
  color: #757575;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.6875rem;
}

@media screen and (max-width: 55.625rem) {
  .g-masthead.checkout .g-masthead-inner {
    text-align: center;
  }
  .g-masthead.checkout .g-masthead-title {
    float: none;
    display: inline-block;
    margin: auto;
  }
}
@media screen and (max-width: 30rem) {
  .g-masthead.checkout .g-masthead-inner {
    text-align: left;
  }
  .g-masthead.checkout .g-masthead-title {
    margin: 0;
  }
}
.g-head-container {
  padding: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.g-block-head {
  display: block;
  padding: 0 0.625rem;
  margin: 0;
  border: 0;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 300;
}

.g-block-head.text-small {
  font-size: 2rem;
  line-height: 3rem;
}

.g-block-head-inner {
  display: inline;
  padding: 0.25rem 0;
  background: #232323;
  color: #FFF;
  box-shadow: #232323 -0.625rem 0 0 0, #232323 0.625rem 0 0 0;
}

a:hover .g-block-head-inner {
  background: #000;
  box-shadow: #000 -0.625rem 0 0 0, #000 0.625rem 0 0 0;
}

.g-block-head.sub {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding-top: 0.125rem;
  margin: 0;
}

.g-block-head.sub .g-block-head-inner {
  padding-top: 0.375rem;
  color: #0C9A9A;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

.g-block-head + .g-block-head.sub .g-block-head-inner {
  padding-bottom: 0.625rem;
}

.g-block-head svg[class~=adapt] {
  position: relative;
  vertical-align: top;
  width: 3.4375rem;
  height: 3.4375rem;
  right: -0.625rem;
  background: #0C9A9A;
}

.g-block-head svg[class~=adapt] use {
  -webkit-transform: scale(0.56) translate(1.25rem, 1.25rem);
  -moz-transform: scale(0.56) translate(1.25rem, 1.25rem);
  -ms-transform: scale(0.56) translate(1.25rem, 1.25rem);
  -o-transform: scale(0.56) translate(1.25rem, 1.25rem);
  transform: scale(0.56) translate(1.25rem, 1.25rem);
}

.g-masthead:not(.has-image) .g-block-head-inner {
  background: none;
  color: inherit;
  box-shadow: none;
  font-weight: 400;
}

.g-masthead:not(.has-image) .g-block-head.sub {
  font-size: 0.875rem;
}

.g-block-head-sub-link {
  text-decoration: none;
  line-height: 1.838rem;
}

.g-block-head-sub-link .g-icon.map-marker {
  position: relative;
  vertical-align: top;
  width: 1.838rem;
  height: 1.838rem;
  margin-right: 0;
}

.g-small-print, small, .pv-shared-connected-price-list .price-list td.g-small-print {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.g-large-print, big {
  font-size: 1.125rem;
  line-height: 1.325rem;
}

small.g-small-print {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #757575;
}

.g-button + small.g-small-print {
  margin-left: 1em;
}

@media screen and (max-width: 32.5rem) {
  .g-button + small.g-small-print {
    display: block;
    margin: 0.5em 0 0;
  }
}
main p {
  margin: 1em 0;
}

main p:first-child {
  margin-top: 0;
}

main p:last-child {
  margin-bottom: 0;
}

main blockquote {
  border-left: 4px solid #0C9A9A;
  padding-left: 2.1875rem;
  margin: 1em 0;
}

main .g-ui-box h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

main .g-ui-box h3 {
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

main ul.bull li,
.narrative ul li {
  padding-left: 1.25rem;
}

main ul.bull li:after,
.narrative ul li:after {
  clear: both;
  content: "";
  display: table;
}

main ul.bull li:before,
.narrative ul li:before {
  content: "•";
  float: left;
  margin-left: -1.25rem;
  color: #0C9A9A;
  font-weight: 500;
}

/*
	__ Secondary Nav ________________________________________________________________________________________________________________
*/
.secondary-nav {
  background-color: #F9F9F9;
}

.secondary-nav ul {
  padding-left: 10px;
}

@media (min-width: 550px) {
  .secondary-nav ul {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .secondary-nav ul {
    padding-left: 0;
  }
}
.secondary-nav ul li {
  display: inline-block;
  padding: 20px 19px 10px 19px;
  text-transform: uppercase;
}

.secondary-nav ol li {
  display: inline-block;
  padding: 8px 8px 10px 5px;
  text-transform: uppercase;
}

@media (min-width: 550px) {
  .secondary-nav ul li {
    padding: 20px 19px 10px 19px;
  }
  .secondary-nav ol li {
    padding: 5px 15px 10px 0;
  }
}
.secondary-nav li a.active,
.secondary-nav li a.current,
.secondary-nav li a.selected-class,
.secondary-nav li a:hover {
  border-bottom: 2px solid #0C9A9A;
}

.secondary-nav li a {
  text-decoration: none;
  color: #232323;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  padding: 26px 0 14px 0;
  font-weight: 400;
}

@media (min-width: 550px) {
  .secondary-nav li a {
    font-size: 1rem;
    letter-spacing: 0.09375rem;
    padding: 22px 0 11px 0;
  }
}
/*
	__ Page nav    ____________________________________________________________________________________________________________
*/
.g-page-nav-item + .g-page-nav-item {
  margin-top: 1rem;
}

.g-page-nav-link {
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

/*
	__ Breadcrumbs ____________________________________________________________________________________________________________
*/
.g-nav-breadcrumbs {
  font-size: 0; /* zero font size to remove space between inline-block elements */
  background: #F9F9F9;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

.g-nav-breadcrumbs a {
  display: inline-block;
  color: #000;
  font-weight: 400;
  padding: 0.625rem 0.625rem;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 55.625rem) {
  .g-nav-breadcrumbs a:first-child {
    padding-left: 0;
  }
}
.g-nav-breadcrumbs strong {
  font-weight: 400;
}

.g-nav-breadcrumbs-icon {
  padding: 0 0.425rem;
  display: inline-block;
  font-size: 1rem;
}

.g-nav-breadcrumbs-icon .g-icon.chevron-right {
  fill: #000;
  width: 0.425rem;
  transform: translateY(-8%);
}

.g-nav-breadcrumbs-icon:last-child {
  display: none;
}

@media screen and (max-width: 30rem) {
  .g-nav-breadcrumbs {
    display: none;
  }
}
/* 
    __ Sections _______________________________________________________________________________________________________________
*/
.reveal-section:not(.deposit-notice) {
  margin: 1.25rem 0 0 0;
}

.reveal-section.top {
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  border-top: 0;
  padding-bottom: 0.625rem;
}

.tour-calendar-main .reveal-section.top {
  border-bottom: none;
}

.reveal-section .js-accordion-trigger,
.pv-shared-link-order .js-accordion-trigger {
  padding-top: 0.625rem;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.pv-shared-link-order .js-accordion-trigger {
  padding-top: 0;
}

.pv-shared-link-order td {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0;
}

.pv-shared-link-order tr:last-child td {
  border: none;
}

.pv-shared-link-order-already-purchased {
  padding: 15px;
  background-color: #FFFBEC;
  margin-bottom: 15px;
  font-size: 13px;
}

.pv-shared-link-order-already-purchased p {
  margin: 0 !important;
}

.reveal-section .js-accordion-trigger .g-icon.chevron-right,
.pv-shared-link-order .js-accordion-trigger .g-icon.chevron-right {
  font-size: 0.625rem;
  vertical-align: middle;
  margin-right: 0.9375rem;
  color: #0C9A9A;
  transition: transform 0.1s;
}

.reveal-section .js-accordion-trigger.js-open .g-icon.chevron-right {
  transform: translateY(-25%) rotate(90deg);
  margin-left: 0.25rem;
  margin-right: 0.6875rem;
}

.reveal-section .js-accordion-trigger:hover {
  color: #0C9A9A;
  cursor: pointer;
}

.pv-shared-link-order .js-accordion-trigger {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.225rem;
}

.reveal-list + .reveal-list {
  padding-top: 1.25rem;
}

.reveal-item {
  margin-left: 0;
  font-weight: 300;
}

.upcoming-section {
  margin: 1.25rem 0 0 0;
}

.upcoming-item {
  margin-left: 0;
  padding: 1.5625rem 0 1.25rem 0;
  border-top: 1px solid #E6E6E6;
}

.upcoming-item p {
  font-weight: 300;
}

.upcoming-item .progress-bar-container {
  border: 1px solid #0C9A9A;
  width: 100%;
  height: 30px;
}

.upcoming-item .progress-bar-container .progress-bar {
  position: relative;
  background-color: #0C9A9A;
  display: inline-block;
  height: 100%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-0 {
  width: 1%;
  /* Show a visible starting point */
}

@media (max-width: 500px) {
  .upcoming-item .progress-bar-container .progress-bar.progress-0 {
    width: 2%;
  }
}
.upcoming-item .progress-bar-container .progress-bar.progress-10 {
  width: 10%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-20 {
  width: 20%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-30 {
  width: 30%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-40 {
  width: 40%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-50 {
  width: 50%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-60 {
  width: 60%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-70 {
  width: 70%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-80 {
  width: 80%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-90 {
  width: 90%;
}

.upcoming-item .progress-bar-container .progress-bar.progress-100 {
  width: 100%;
}

.upcoming-item .progress-bar-container .progress-status {
  font-size: 0.875em;
  line-height: 2em;
}

.upcoming-item .progress-bar-container .progress-status.right-bar {
  padding-left: 10px;
  position: absolute;
  display: inline-block;
  width: 200px;
  left: 100%;
}

.upcoming-item .progress-bar-container .progress-status.left-bar {
  padding-right: 10px;
  position: absolute;
  color: #fff;
  right: 0;
}

/* old progress bar */
.progress-bar {
  box-shadow: initial;
  border-radius: 0;
  padding: initial;
  overflow: initial;
  background: none;
}

.address-highlight li {
  padding: 0.625rem;
  font-weight: 400;
  background: #F9F9F9;
}

.g-or-divider {
  position: relative;
  border-top: 1px solid #bababa;
  padding-top: 2.5rem;
  margin-top: 3.125rem;
}

.g-or-divider:before {
  background: #FFF;
  color: #232323;
  content: "or";
  left: 50%;
  padding: 0 1.25rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.g-or-divider.grey:before {
  background: #EEE;
}

/* 
    __ Sections - Narratives____________________________________________________________________________________________________
*/
.narrative .generic-info {
  background: none;
  border: none;
  padding: 0 0 1.09375rem;
  position: relative;
}

.narrative .generic-info:after {
  content: "";
  width: 2.5rem;
  display: block;
  position: absolute;
  bottom: 0;
}

.narrative .warning {
  background: #FFFBEC;
  border: 0;
  padding: 0.625rem;
  position: relative;
}

.narrative .generic-info.warning {
  margin-top: 0;
}

.narrative ul li[style*=disc] {
  list-style: none !important;
}

main .warning,
main .cs-info-extend,
main #user-order-list .your-tickets {
  border: 0;
}

.narrative .tracking,
.narrative noscript img {
  max-height: 1px;
  height: 1px;
  max-width: 1px;
  width: 1px;
  display: inline-block;
  overflow: hidden;
}

/* 
    __ Pagination_______________________________________________________________________________________________________________
*/
.pagination, .pv-shared-event-list-pagination {
  position: relative;
  margin: 10px;
}

.pagination li, .pv-shared-event-list-pagination li {
  position: absolute;
  top: 1px;
  text-align: center;
  font-weight: 500;
}

.pagination li.next, .pv-shared-event-list-pagination li.next {
  right: 1px;
}

main .pagination p, main .pv-shared-event-list-pagination p {
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}

.pagination .results-count,
.pv-shared-event-list-pagination .results-count {
  display: block;
  text-align: center;
  font-size: 0.85em;
}

/* 
    __ Forms & Buttons_______________________________________________________________________________________________________________
*/
form.inline {
  display: inline-block;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0.71875rem 0.625rem;
  border: 1px solid #BABABA;
  border-radius: 0;
  margin: 0;
  background: #F8F8F8;
  width: 100%;
  max-width: 18.75rem;
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.725rem;
  font-weight: 300;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /*font-size: 0.9375rem;
  line-height: 1.5625rem;*/
  color: #757575;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /*font-size: 0.9375rem;
  line-height: 1.5625rem;*/
  color: #757575;
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=datetime]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /*font-size: 0.9375rem;
  line-height: 1.5625rem;*/
  color: #757575;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /*font-size: 0.9375rem;
  line-height: 1.5625rem;*/
  color: #757575;
}

input[type=text].exp, input[type=password].exp, input[type=search].exp, input[type=email].exp, input[type=url].exp, input[type=tel].exp, input[type=number].exp, input[type=date].exp, input[type=month].exp, input[type=week].exp, input[type=time].exp, input[type=datetime].exp,
select.exp,
textarea.exp {
  width: 8em;
}

input[type=text].short, input[type=password].short, input[type=search].short, input[type=email].short, input[type=url].short, input[type=tel].short, input[type=number].short, input[type=date].short, input[type=month].short, input[type=week].short, input[type=time].short, input[type=datetime].short,
textarea.short {
  width: 4em;
}

select.short {
  width: 5em;
}

input[type=text].medium, input[type=password].medium, input[type=search].medium, input[type=email].medium, input[type=url].medium, input[type=tel].medium, input[type=number].medium, input[type=date].medium, input[type=month].medium, input[type=week].medium, input[type=time].medium, input[type=datetime].medium,
select.medium,
textarea.medium {
  width: 10em;
}

input[type=text].wide, input[type=password].wide, input[type=search].wide, input[type=email].wide, input[type=url].wide, input[type=tel].wide, input[type=number].wide, input[type=date].wide, input[type=month].wide, input[type=week].wide, input[type=time].wide, input[type=datetime].wide,
select.wide,
textarea.wide {
  max-width: 25rem;
}

/*input[type=text].error, input[type=password].error, input[type=search].error, input[type=email].error, input[type=url].error, input[type=tel].error, input[type=number].error, input[type=date].error, input[type=month].error, input[type=week].error, input[type=time].error, input[type=datetime].error,
select.error,
textarea.error {
	border-color: #F00;
	border-left: 0.46875rem solid #F00;
}*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  padding: 0.71875rem 2.5rem 0.71875rem 0.71875rem;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTBweCIgeT0iMTBweCIgdmlld0JveD0iMCAwIDExLjUgNi40Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTEuMiAwLjJjMC4xIDAuMSAwLjIgMC4zIDAuMiAwLjUgMCAwLjItMC4xIDAuNC0wLjIgMC41bC01IDVDNi4xIDYuNCA1LjkgNi40IDUuNyA2LjRjLTAuMiAwLTAuNC0wLjEtMC41LTAuMmwtNS01QzAuMSAxLjEgMCAwLjkgMCAwLjdjMC0wLjIgMC4xLTAuNCAwLjItMC41QzAuNCAwLjEgMC41IDAgMC43IDBoMTBDMTAuOSAwIDExLjEgMC4xIDExLjIgMC4yeiIvPjwvc3ZnPg==);
  background-position: center right 0.9375rem;
  background-repeat: no-repeat;
  background-size: 1rem auto;
}

form select::-ms-expand {
  display: none;
}

form select.sel-blocks {
  position: relative;
}

@media screen and (min-width: 33.75rem) {
  .pv-shared-event-price-list-form .price-list select.qty-sel {
    min-width: 5rem;
  }
}
form select.medium + form select.exp {
  margin-left: 1.625rem;
}

input[type=checkbox].js-replaced, input[type=radio].js-replaced {
  margin: 5px 0 0 0;
  position: absolute;
  opacity: 0.00001;
  height: 18px;
  width: 18px;
  z-index: 999;
  vertical-align: middle;
}

input[type=checkbox]:checked ~ .g-faux-input, input[type=radio]:checked ~ .g-faux-input {
  background: #0C9A9A;
}

input[type=checkbox].arrow:checked ~ .g-faux-input {
  transform: rotate(-90deg);
  background: inherit;
  color: white;
}

input[type=checkbox]:disabled ~ .g-faux-input, input[type=radio]:disabled ~ .g-faux-input {
  background: grey !important;
  border: 1px solid grey;
}

button:disabled:hover {
  cursor: default;
}

button.cancel {
  background-color: #F00 !important;
}

input[type=checkbox] ~ .g-faux-input svg, input[type=radio] ~ .g-faux-input svg {
  fill: none;
}

input[type=checkbox]:checked ~ .g-faux-input svg, input[type=radio]:checked ~ .g-faux-input svg {
  fill: #FFF;
}

.form-fields {
  margin: 0 0 0.75rem;
}

.form-fields.keyline .form-field {
  padding: 0.9375rem 1.875rem;
  margin: -0.0625rem 0 0;
  border: 1px solid #E6E6E6;
}

.form-fields.keyline .form-field:first-child {
  margin-top: 0;
}

.form-fields .form-field .question-header + .answers label.contain {
  margin-top: 0;
}

.form-fields.tight .form-field + .form-field .form-field label.contain {
  margin-top: -0.3125rem;
}

.form-fields.tight .form-field + .form-field {
  margin-top: 0.625rem;
}

.insurance-choice,
.delivery .form-fields {
  margin-bottom: 0;
}

.form-field label {
  display: block;
  font-weight: 400;
}

.form-field.inline label,
.form-field.inline input,
.form-field.inline select,
.form-field.inline textarea {
  display: inline-block;
}

.form-field label.contain {
  position: relative;
  /* not sure of need of this margin? margin: 0 -0.9375rem;*/
  margin: 0;
  padding: 1rem 1.875rem;
  padding-left: 2.8125rem;
  background: rgba(241, 241, 241, 0.4);
}

.form-field label.contain small {
  font-weight: 300;
}

.form-field label.contain img {
  vertical-align: middle;
}

.form-field label.contain input,
.form-field label.contain .g-faux-input {
  float: left;
  margin-left: -1.875rem;
  position: absolute;
  top: 17px;
  left: 46px;
}

.wo-instalment-po-cont {
  background: rgba(241, 241, 241, 0.4);
  padding: 3px 0 9px 14px;
}

.l-checkout-full-width .form-field label.contain input,
.l-checkout-full-width .form-field label.contain .g-faux-input {
  top: 2px;
  left: 31px;
}

/*
.form-field label.contain:not(.form-passwordToggle) ~ * {
	margin-left: 1.875rem;
}
*/
.form-field label.contain.va input,
.form-field label.contain.va .g-faux-input {
  display: inline-block;
  float: none;
  margin-right: 0.625rem;
  vertical-align: middle;
}

@media screen and (max-width: 30rem) {
  .form-field label.contain {
    margin: 0;
  }
}
.form-field label .form-hint {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 300;
}

.form-sub-label {
  display: block;
  margin-top: 0.2em;
  font-weight: 300;
}

.form-button {
  position: relative;
  width: 100%;
  max-width: 18.75rem;
  padding-left: 2.5rem;
  text-align: left;
}

.form-button svg {
  position: absolute;
  right: 0.9375rem;
}

.form-button.large svg {
  right: 1.25rem;
}

.form-hint {
  display: block;
  margin-top: 0.3em;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #757575;
}

.form-address-finder-wrapper {
  max-width: 18.75rem;
}

.form-address-finder-wrapper button {
  margin-top: 0.625rem;
}

.address-list span {
  display: block;
  cursor: pointer;
  margin: 0 0 0.225rem;
  padding: 0.225rem;
  border-bottom: 1px solid #5AB4B4;
}

.address-list span:hover {
  background: #EAEAEA;
}

form.search {
  font-size: 0;
}

form.search input {
  width: calc(100% - 3.125rem);
}

form.search button {
  min-width: 3.125rem;
}

.g-faux-input {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin-top: 0.125rem;
  border: 1px solid #0C9A9A;
  line-height: 0.875rem;
}

.g-faux-input.checkbox {
  border-radius: 2px;
}

.g-faux-input.checkbox.arrow {
  border: none;
  margin: 0.25rem, 0.125rem, 0.125rem, 0.125rem;
}

.g-faux-input.check svg {
  fill: none;
  position: relative;
  top: -0.1em;
}

.g-faux-input.radio {
  border-radius: 50%;
  box-shadow: inset #FFF 0 0 0 2px;
  vertical-align: middle;
}

/* ----- Buttons ----- */
.g-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.78125rem 0.9375rem;
  border: 0 solid transparent;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #232323;
  background: #FFF;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
}

.g-button.primary {
  background: #0c9a9a;
  color: #FFF;
}

.g-button.bright {
  background: #05A64B;
}

.g-button.primary:active {
  background: inset #0a8282;
}

.g-button.primary.facebook {
  background: #4C69BA;
  background: linear-gradient(#4C69BA, #3B55A0);
}

.g-button.primary.facebook:hover {
  background: #5B7BD5;
  background: linear-gradient(#5B7BD5, #4864B1);
}

.g-button.primary.facebook span.g-icon.facebook {
  position: absolute;
  right: 0.9375rem;
  top: 33.3333%;
  background: #FFF;
  padding: 0.225rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 4px;
}

.g-button.primary.facebook svg.g-icon.facebook {
  color: #4C69BA;
  top: auto;
  right: 3px;
  bottom: -5px;
  height: 1.625rem;
}

.g-button.secondary {
  background: #FFF;
  border: 1px solid #0C9A9A;
  color: #0C9A9A;
  padding: 0.71875rem 0.875rem;
  margin: 0 0.625rem 0.625rem 0;
  transition: all 0.1s;
}

.g-button.secondary.small {
  margin: 0;
}

.g-button.secondary.warning:hover {
  border-color: #F00;
}

.g-button.tertiary {
  padding: 0.71875rem 0 0.3125rem;
  border-bottom: 2px solid #0C9A9A;
  width: auto;
  min-width: 0;
  background: transparent;
}

.g-button.tertiary:hover {
  background: transparent;
  color: #0C9A9A;
}

.g-button.large {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  padding: 1.15625rem 1.25rem;
}

.g-button.small {
  padding: 0.40625rem 1.25rem;
}

.g-button.secondary.small {
  padding: 0.225rem 0.625rem;
}

.g-button.half,
.g-button.full {
  position: relative;
  min-width: 11.875rem;
  padding-right: 2.5rem;
  text-align: left;
}

.g-button.half svg,
.g-button.full svg {
  position: absolute;
  top: 33.3333%;
  right: 0.9375rem;
}

.g-button.half.large svg {
  right: 0.625rem;
}

.g-button.full {
  min-width: 100%;
}

.g-button.social {
  border-radius: 50%;
  color: #fff;
  font-size: 1.40625rem;
  height: 2.1875rem;
  margin: 0;
  line-height: 2.1rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
}

.g-button.social.fb {
  background: #3b5998;
}

.g-button.social.gp {
  background: #dd4b39;
  font-size: 1rem;
}

.g-button.social.tw {
  background: #55acee;
}

.g-button.social + .g-button.social {
  margin-left: 1rem;
}

.g-button.showmore {
  padding-left: 0;
  padding-right: 0;
  color: #0C9A9A;
}

.g-button.showmore svg {
  position: relative;
  top: -0.125rem;
  margin-right: 0.625rem;
}

ul + .g-button.primary,
div + .g-button.primary:not(#buyTickets),
.g-button.primary + .offside {
  margin-top: 1.25rem;
}

.offside {
  float: right;
}

@media screen and (max-width: 55.625rem) {
  .offside {
    float: none;
  }
}
@media screen and (max-width: 30rem) {
  .g-button.full-mobile {
    min-width: 100%;
  }
}
.g-progress {
  overflow: hidden;
  counter-reset: progressNav;
}

.g-progress-item {
  counter-increment: progressNav;
  display: inline-block;
}

.g-progress-item + .g-progress-item {
  margin-left: 1.25rem;
}

.g-progress-link {
  color: #757575;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.g-progress-link:before {
  display: inline-block;
  content: counter(progressNav);
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #8C8C8C;
  color: #FFF;
  text-align: center;
}

.g-progress-link.current, .g-progress-link.past {
  color: #232323;
}

.g-progress-link.current:before, .g-progress-link.past:before {
  background: #232323;
  color: #FFF;
}

@media screen and (max-width: 30rem) {
  .g-progress {
    display: none;
  }
}
.g-quantity-select {
  position: relative;
  margin: 0 0.625rem 0 0;
}

.g-quantity-select svg.icon.user {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #757575;
}

.g-quantity-select-field[type][type=number] {
  vertical-align: middle;
  width: 3.125rem;
  text-align: center;
}

.g-quantity-select-button {
  vertical-align: middle;
  padding: 0.71875rem 0.875rem;
  border: 1px solid #BABABA;
  border-left: 0;
  width: 3.125rem;
  background: #FFF;
  color: #0C9A9A;
}

#ACSframe {
  width: 100%;
  min-height: 500px;
  height: 100%;
}

/* 
    __ Table _______________________________________________________________________________________________________________
*/
.g-table,
.price-list {
  width: 100%;
  margin: 0 0 1.25rem;
}

.g-table td,
.g-table th,
.price-list td,
.price-list th {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}

.g-table tbody th,
.g-table tbody td,
.price-list th,
.price-list tr td {
  background: #F4F4F4;
  border-top: 0.625rem solid #FFF;
}

.g-table thead,
.price-list thead th,
.price-list .t-head th {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  background: none;
}

.discount-notes a,
.price-list .merged-restaurants a {
  height: auto;
  margin: 0;
  width: auto;
}

.price-list .merged-price-row td {
  border: none;
  padding-left: 1.625rem;
}

.price-list .merged-price-row td:not(.includes-cell) {
  padding-top: 2px;
  padding-bottom: 10px;
}

.price-list .includes-cell {
  padding-bottom: 0;
}

.price-list tr.merged-restaurants td.description {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  white-space: normal;
}

.price-list tr.merged-restaurants td.description p {
  margin-bottom: 0;
}

.pv-shared-connected-price-list tr.group-name {
  background-color: transparent;
}

.price-list .t-head.offer-description th p,
.pv-shared-connected-price-list tr.group-name p {
  font-size: 1.375rem;
  line-height: 1.75rem;
  position: relative;
  padding-bottom: 1.09375rem;
}

.pv-shared-connected-price-list th {
  padding-left: 0;
}

.pv-shared-connected-price-list th.quantity {
  width: 25%;
}

.pv-shared-connected-price-list th.cost {
  padding: 0.625rem 0.9375rem;
  white-space: nowrap;
  width: 30%;
}

.price-list .t-head.offer-description th .extended-offer-description {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 300;
}

.price-list .t-head.offer-description th .extended-offer-description::after {
  background: none;
}

.price-list .t-head th h3 {
  font-weight: 400;
  padding-bottom: 1.09375rem;
}

.price-list .t-head th h3:after {
  background: #0c9a9a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 2.5rem;
}

.g-table td.qty,
.price-list td.qty {
  width: 9.375rem;
  text-align: right;
}

.g-table .g-quantity-select,
.price-list .g-quantity-select {
  margin: 0;
}

.g-table .g-quantity-select_field[class][class],
.g-table .g-quantity-select_button,
.price-list .g-quantity-select_field[class][class],
.price-list .g-quantity-select_button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.375rem;
  background: #FFF;
  width: 2.5rem;
  height: 2.5rem;
}

.price-list th {
  background: none;
}

.g-table-total {
  display: none;
  float: right;
  width: 15.625rem;
  padding-right: 0.9375rem;
  line-height: 2.5rem;
  text-align: right;
}

.g-table-total-legend {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 300;
  margin-right: 0.625rem;
}

.g-table-total-total {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.js-enhanced .g-table-total {
  display: block;
}

.pv-shared-connected-price-list .price-list td,
.pv-shared-connected-price-list .price-list .group-name span {
  font-size: 1rem;
}

.pv-shared-connected-price-list .price-list tr.description {
  border-top: 1px solid #dcdcdc;
}

.pv-shared-connected-price-list h2.g-ui-box-title {
  padding: 15px 0 8px 0;
  margin: 0;
}

.pv-shared-connected-price-list .group-level-1 h2.g-ui-box-title {
  font-size: 18px;
}

.pv-shared-connected-price-list .group-level-2 h2.g-ui-box-title {
  font-size: 16px;
}

.g-table .g-button {
  display: inline-block;
}

.t-head.offer-description th {
  padding-left: 0;
  background: none;
}

.t-head.offer-description th td {
  background: none;
}

@media screen and (max-width: 33.75rem) {
  .g-table,
  .price-list {
    margin-bottom: 0.625rem;
  }
  .g-table thead,
  .price-list thead,
  .price-list .t-head,
  .price-list select.sel-blocks {
    display: none;
  }
  .g-table .offer-description,
  .price-list .offer-description {
    display: block;
    background: none;
  }
  .price-list .t-head.offer-description th {
    padding-top: 0;
  }
  .g-table,
  .g-table td,
  .g-table th,
  .g-table tr,
  .g-table tbody,
  .price-list,
  .price-list td,
  .price-list th,
  .price-list tr,
  .price-list tbody {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .g-table tr,
  .price-list tr {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F4F4F4;
    padding: 0.625rem 0.9375rem;
  }
  .g-table tr + tr,
  .price-list tr + tr {
    margin-top: 0.625rem;
  }
  .g-table tr + tr.merged-price-row,
  .price-list tr + tr.merged-price-row {
    margin-top: 0;
    padding-top: 0;
  }
  .g-table tr td.type,
  .price-list tr td.type {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    padding-bottom: 0.625rem;
  }
  .g-table tr td.price,
  .price-list tr td.price {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    font-weight: 400;
  }
  .g-table tr td.price label,
  .price-list tr td.price label {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .g-table tr td.qty,
  .price-list tr td.qty {
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    text-align: right;
  }
  .g-table-total {
    float: none;
    width: auto;
    text-align: left;
    margin-bottom: 1.25rem;
    padding-left: 0.9375rem;
  }
  .g-table-total-legend {
    display: none;
  }
  .g-table tbody th,
  .g-table tbody td,
  .price-list th,
  .price-list tr td {
    border-color: #F4F4F4;
  }
  .price-list .merged-price-row td {
    padding: 0;
  }
  .pick-own-mb {
    margin-bottom: 10px;
    overflow: auto;
    text-align: right;
  }
}
/* 
    __ Errors __________________________________________________________________________________________________________________________
*/
.field-validation-error, label.error {
  color: #F00;
  margin: 0.625rem 0;
  display: block;
  font-weight: 300;
}

.field-validation-error:empty,
.delivery-validation-js {
  display: none;
}

.buy-with-validation, .error {
  color: #f00;
}

.g-site-search .error {
  color: #000000;
}

.session-invalid-tabs {
  list-style-type: circle;
  margin-top: 20px;
}

.session-invalid-tabs li {
  margin-left: 20px;
  padding-left: 10px;
}

.noscript-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  text-align: center;
  color: #666;
  background: #FFFBEC;
  z-index: 9999;
}

.no-js body {
  padding-top: 2.625rem;
}

@media screen and (max-width: 43.125rem) {
  .no-js body {
    padding-top: 4.225rem;
  }
}
@media screen and (max-width: 30rem) {
  .no-js body {
    padding-top: 5.625rem;
  }
}
/* 
    __ Icons ________________________________________________________________________________________________________________________
*/
.g-icon {
  display: inline-block;
  fill: currentcolor;
  height: 1em;
  line-height: inherit;
  vertical-align: text-bottom;
}

.flip .g-icon,
.g-icon.flip {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flipV .g-icon,
.g-icon.flipV {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.rotate-90 .g-icon,
.g-icon.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-45 .g-icon,
.g-icon.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-270 .g-icon,
.g-icon.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.g-icon.space-left {
  margin-left: 1.25rem;
}

.g-icon.space-right {
  margin-right: 1.25rem;
}

.icon-defs {
  display: none;
}

.g-icon.home {
  height: 1.125rem;
  transform: translateY(-1px);
  width: 0.944336em;
}

.g-icon.see {
  font-size: 1.125rem;
  width: 6.85em;
}

.g-icon.social {
  font-size: 1.125rem;
  text-align: center;
  width: 0.92857em;
}

.g-icon.chevron-right,
.g-icon.chevron-left {
  width: 0.625em;
}

.g-icon.search {
  width: 1em;
}

.g-icon.star {
  width: 0.9285713043em;
}

.g-icon.star-o {
  width: 0.9285713043em;
}

.g-icon.user {
  width: 0.7857138688em;
}

.g-icon.check {
  width: 1.0000000596em;
}

.g-icon.close {
  width: 0.7857149094em;
}

.g-icon.lock {
  width: 0.6428594515em;
}

.g-icon.map-marker {
  width: 0.5714316554em;
}

.g-icon.plus {
  width: 0.7857148275em;
}

.g-icon.minus {
  width: 0.785713844em;
}

.g-icon.star-half {
  width: 0.4642870929em;
}

.g-icon.heart, .g-icon.heart-o, .g-icon.heart-broken {
  width: 1.1em;
}

.g-icon.twitter {
  width: 0.9285703301em;
}

.g-icon.facebook {
  width: 0.7857148275em;
}

.g-icon.chain {
  width: 0.928572312em;
}

.g-icon.hamburger {
  width: 0.857143607em;
}

.g-icon.google-plus {
  width: 1.2857149517em;
}

.g-icon.down {
  width: 0.5714297183em;
}

.g-icon.blog {
  width: 1.4em;
}

.g-icon.envelope {
  width: 1.000002224em;
}

.g-icon.spinner {
  width: 1.0000000596em;
}

.g-icon.star-half-o {
  width: 0.9285682822em;
}

.g-icon.expand {
  width: 0.9em;
}

.g-icon.instagram {
  width: 0.8571416462em;
}

.g-icon.spotify {
  width: 0.857142585em;
}

.g-icon.pinterest {
  width: 0.8571416462em;
}

.g-icon.youtube {
  width: 1.825em;
}

.g-icon.arrow-thin {
  width: 1.125em;
}

.g-icon.arrow {
  width: 1.1171875em;
}

.g-icon.menu {
  font-size: 1.3em;
  width: 1em;
}

.g-icon.question-circle {
  font-size: 1.3em;
  width: 1em;
}

.g-icon.exclamation-circle {
  width: 1em;
  font-size: 1.2857149517em;
}

.g-icon.icon-info {
  width: 1em;
  font-size: 1.2857149517em;
}

.g-icon.icon-info-small {
  width: 13px;
  font-size: 1.2857149517em;
  margin-left: 2px;
}

.g-ie-icon {
  height: 22px;
  margin-right: 20px;
}

.g-icon.icon-wheelchair {
  font-size: 1.3em;
  width: 1em;
}

.g-icon.gift-box {
  font-size: 1.8em;
  width: 1em;
}

/* Menu icon - CSS not an SVG */
.l-header-handle.nav .g-icon.line {
  display: inline-block;
  height: 0.125rem;
  width: 0.825rem;
  background: #232323;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .l-header-handle.nav .g-icon.line {
    top: -0.125rem;
  }
}
.g-icon.line:before,
.g-icon.line:after {
  display: block;
  height: 0.125rem;
  width: 0.825rem;
  background: #232323;
  content: "";
  position: absolute;
}

.g-icon.line:before {
  margin: -4px 0 0 0;
}

.g-icon.line:after {
  margin: 4px 0 0 0;
}

.l-header-handle.nav.js-open .g-icon.line {
  background: #F9F9F9;
  transition: all 0.4s;
}

.js-open .g-icon.line:before,
.js-open .g-icon.line:after {
  top: 0;
  bottom: 0;
  margin: 0;
  transform: rotate(45deg);
  transition: all 0.4s;
}

.js-open .g-icon.line:after {
  transform: rotate(-45deg);
}

/* 
    __ Views ___________________________________________________________________________________________________________________
*/
/* 
    __ News ____________________________________________________________________________________________________________________________
*/
.v-news-index .g-ui-box-media,
.v-news-view .g-ui-box-media {
  margin: -1.875rem -1.5625rem 0;
}

.v-news-index .g-ui-box-media img,
.v-news-view .g-ui-box-media img {
  width: 100%;
}

.pv-news-pager {
  margin-top: 2rem;
  text-align: right;
}

/*
	__ Mailing List ____________________________________________________________________________________________________________
*/
.v-mailinglist-unsubscribe-confirmation iframe#see-unsubscribe {
  width: 100%;
  height: 100%;
  min-height: 325px;
  margin-top: 1.25rem;
  border: 0;
}

@media screen and (max-width: 33.75rem) {
  .v-mailinglist-unsubscribe-confirmation iframe#see-unsubscribe {
    min-height: 425px;
  }
}
/*
	__ Favourite Artists____________________________________________________________________________________________________________
*/
.v-favourite-artist {
  height: 50px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
}

.v-favourite-artist .artist-media {
  float: left;
}

.v-favourite-artist .artist-media img {
  width: 48px;
  height: 48px;
}

.v-favourite-artist .artist-info {
  float: left;
  font-size: 0.9em;
  margin: 0 0 0 15px;
  color: #404040;
}

.v-favourite-artist .artist-info strong {
  margin: 0 0 0 0;
}

.v-favourite-artist .g-follow-widget {
  float: right;
  width: 150px;
  border: none;
  border-left: 1px solid #E6E6E6;
  padding: 14px 14px 14px 40px;
  text-decoration: none;
}

.fa-sel label.contain {
  padding: 0.8rem 1.875rem 1rem 2.875rem;
}

.fa-sel .artist-info {
  margin: 10px 0 0 15px;
}

.pv-shared-user-account-favourites {
  background: #ffffff;
  padding: 10px;
  height: auto;
}

.pv-shared-user-account-favourites .favourite-artist-list .arrow-90 {
  transform: rotate(90deg);
  float: right;
  position: inherit;
  top: 20px;
  left: 27px;
}

.pv-shared-user-account-favourites .favourite-artist-list .arrow-270 {
  transform: rotate(270deg);
  float: right;
  position: inherit;
  top: -9px;
  left: 14px;
}

.pv-shared-user-account-favourites .favourite-artist-pages {
  height: auto;
  max-height: 265px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}

.pv-shared-user-account-favourites .favourite-artist-pages.toggle {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 477px;
}

.pv-shared-user-account-favourites .import-service-info {
  background: #ffffff;
  width: 100%;
}

.pv-shared-user-account-favourites .import-service-info label {
  margin-top: 10px;
  width: 100%;
}

.pv-shared-user-account-favourites .import-service-sections {
  margin-bottom: 30px;
}

.pv-shared-user-account-favourites .import-service-sections ul {
  margin-bottom: 10px;
}

.pv-shared-user-account-favourites .import-service-sections p {
  margin: 0;
}

@media screen and (max-width: 30rem) {
  .pv-shared-user-account-favourites .import-service-sections p {
    margin: 0 0 15px 0;
  }
}
.service-logo-status .service-logo {
  width: 65px;
  float: left;
  margin: 0 15px 0 0;
}

#favourites-on-tour > .no-matching-artists {
  margin-bottom: 15px;
}

.artist-import-checkbox {
  float: right;
  background: none;
  height: 3rem;
}

@media screen and (max-width: 30rem) {
  .v-favourite-artist .g-follow-widget {
    height: 48px;
    width: 48px;
  }
  .v-favourite-artist .g-follow-widget-icon {
    left: 1.2em;
  }
  .v-favourite-artist .g-follow-widget .g-follow-widget-label {
    display: none;
  }
  .pv-shared-user-account-favourites .favourite-artist-pages {
    height: 235px;
  }
}
@media screen and (max-width: 43.125rem) and (min-width: 30rem) {
  .v-favourite-artist .g-follow-widget {
    height: 48px;
  }
}
/* 
    __ Artist Import ____________________________________________________________________________________________________________________________
*/
.v-get-artists .form-field {
  margin-top: 0px;
}

.v-get-artists .artist-import-controls {
  margin-bottom: 17px;
}

.v-get-artists .g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-content.import-favourite-artist {
  min-height: 2rem;
}

.v-get-artists .g-grid-col.x12 {
  width: 100%;
}

@media screen and (max-width: 30rem) {
  .artist-import-controls button {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 43.125rem) and (min-width: 30rem) {
  .v-get-artists .g-grid-col[class] {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* 
    __ Partial Views ___________________________________________________________________________________________________________________
*/
/*
    __ Offer Code Box (pv-shared-offer-code) ___________________________________________________________________________________________
*/
.pv-shared-offer-code .form-fields {
  margin-bottom: 0;
}

/*
    __ Event List (pv-shared-event-list) _________________________________________________________________________
*/
.support-list a {
  display: inline-block;
  padding-right: 0.225rem;
}

.support-list a:not(:last-child):after {
  content: ", ";
  display: inline-block;
  color: #000;
}

.support-list br {
  display: none;
}

.pv-shared-event-list-pagination {
  overflow: auto;
  margin: 10px 0 0 0;
}

.pv-venue-detail h4 {
  font-size: 1rem;
}

.v-venue-index .ven-quick-links {
  padding: 0 0.625rem;
}

.v-venue-index .ven-quick-links a {
  padding: 0 0.525rem;
  font-size: 0.9em;
}

.v-venue-index .venue-image {
  float: left;
  width: 120px;
  margin-right: 30px;
}

.v-venue-index .g-outer {
  clear: both;
}

.v-venue-index .google-maps-container {
  width: 100%;
  height: 300px;
}

.v-venue-index .venue-no-events {
  margin-bottom: 35px;
}

@media screen and (max-width: 55.625rem) {
  .v-venue-index .venue-image {
    display: none;
  }
}
.past-tours .g-driver-link {
  border: 1px solid #0C9A9A;
}

.past-tour-list .g-blocklist-link:after {
  display: none;
}

.headline-artist {
  font-weight: 500;
  font-size: 16px;
}

/*
    __ Calendar Month Dropdown Button (dropdown-button) __________________________________________________________________________________
*/
.dropdown-container {
  display: inline-block;
  float: right;
}

.dropdown-button {
  background: #eee;
  padding-left: 0.9375rem;
  padding-right: 4.0625rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  width: 15rem;
}

.dropdown-button:after {
  background: #0c9a9a;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  z-index: 1;
}

main .dropdown-button p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  margin: 1rem 0;
}

.dropdown-button svg {
  color: #fff;
  height: 100%;
  position: absolute;
  right: 1.2625rem;
  top: 0;
  z-index: 2;
}

.dropdown-container .g-dropdown {
  position: absolute;
  background: #EEE;
  display: none;
  width: 15rem;
  z-index: 2;
  padding-left: 0.5rem;
}

.dropdown-container .g-dropdown a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.525rem 0.425rem;
  width: auto;
  text-align: left;
}

.dropdown-container .g-dropdown a:hover {
  color: #0C9A9A;
}

/*
    __ Event calendar (pv-event-calendar) ___________________________________________________________________________________________
*/
.pv-event-calendar {
  margin: 2.5rem 0;
}

.pv-event-calendar .g-icon.menu {
  color: #232323;
}

.pv-event-calendar-footer {
  text-align: right;
}

.pv-event-calendar-header:after, .pv-event-calendar-footer:after {
  clear: both;
  content: "";
  display: table;
}

.pv-event-calendar-header .pv-shared-event-list-calendar-key {
  float: left;
  clear: right;
  margin-top: 1.25rem;
}

.pv-event-calendar-title {
  float: left;
  margin: 0;
  line-height: 3.125rem;
}

.pv-event-calendar-nav {
  margin-top: 5px;
}

.pv-event-calendar-nav a {
  width: 3.125rem;
  text-align: center;
  margin-left: 0.0625rem;
}

.pv-event-calendar-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  padding-top: 3.125rem;
}

.pv-event-calendar-day {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  width: 14.2857%;
  min-height: 10.3125rem;
  border: 1px solid #BABABA;
  margin: -1px 0 0 -1px;
  background: #FFF;
}

.pv-event-calendar-day.other {
  color: #757575;
}

.pv-event-calendar-day.past, .pv-event-calendar-day.not-display-month {
  color: #757575;
  background: #F8F8F8;
}

.pv-calendar-day-date-date .today {
  text-transform: uppercase;
  float: right;
  font-weight: 500;
}

.pv-calendar-day-event a.availability-status .pv-calendar-day-event-subtext {
  position: relative;
  left: 27px;
  top: 0;
  max-width: 85px;
}

.pv-calendar-day-event a.availability-status time {
  position: relative;
  left: 27px;
  top: 0;
  max-width: 85px;
}

.tour-cal-date-time-acc {
  color: #0c9a9a;
}

@media screen and (max-width: 48.75rem) {
  .pv-event-calendar-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 1rem 0;
  }
  .pv-event-calendar-day {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: -1px 0 0;
  }
  .pv-event-calendar-day,
  .pv-event-calendar-day.day-link {
    min-height: 0;
  }
  .pv-event-calendar-day.not-display-month {
    display: none;
  }
  .pv-event-calendar-title,
  .pv-event-calendar-day.empty {
    display: none !important;
  }
}
.pv-calendar-day-date {
  display: block;
  margin: 0;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  font-weight: 300;
  padding: 0.625rem;
}

.pv-calendar-day-date-day,
.pv-calendar-day-date-month {
  display: none;
}

.pv-calendar-day.first .pv-calendar-day-date-month, .pv-calendar-day.other:first-of-type .pv-calendar-day-date-month {
  display: inline;
}

.pv-calendar-day:nth-child(-n+7) {
  position: relative;
}

.pv-calendar-day:nth-child(-n+7) .pv-calendar-day-date-day {
  position: absolute;
  display: block;
  top: -25px;
  left: 0;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #232323;
}

.pv-calendar-day-event a, .pv-calendar-day-event .no-link {
  display: block;
  padding: 0.625rem;
  color: #232323;
  text-decoration: none;
  font-weight: 400;
}

.pv-calendar-day-event p {
  padding: 0.625rem;
}

.pv-calendar-day-event .no-link {
  opacity: 0.5;
  width: auto;
}

.pv-calendar-day-event a:hover {
  background: #EEE;
}

.pv-calendar-day-event-main {
  display: block;
  margin: 0;
}

.pv-calendar-day-event-subtext {
  display: block;
  font-weight: 300;
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: -0.125rem;
}

@media screen and (max-width: 48.75rem) {
  .pv-calendar-day-event a {
    border: 1px solid #0C9A9A;
    border-radius: 4px;
    margin: 10px;
  }
  .pv-calendar-day {
    padding-left: 5rem;
    position: relative !important;
  }
  .pv-calendar-day-date {
    display: block;
    float: left;
    margin-left: -5rem;
    width: 5.625rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .pv-calendar-day-date-day[class][class] {
    position: static;
    display: inline;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .pv-calendar-day-date-date:after {
    display: none;
  }
  .pv-calendar-day-event-main {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 0.2em;
  }
  .pv-calendar-day-event-subtext {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
}
.show-lowest-price-rule {
  height: 1px;
  width: 80%;
  display: block;
  background: #EEE;
  color: #EEE;
  border: 0;
  margin: 0.25rem auto;
}

.ratings {
  margin-bottom: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.ratings a.tertiary {
  padding: 0.71875rem 0.3125rem;
}

#SEO_BVRRSummaryContainer {
  display: inline-block;
  margin-left: 0.4rem;
}

#SEO_BVRRSummaryContainer .bv_button_buttonMinimalist {
  background: #23a3a3 !important;
  border: 1px solid #0c9a9a !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  padding: 0.5em 1em !important;
  margin: 0.5em 0 !important;
}

#SEO_BVRRSummaryContainer .bv_button_buttonMinimalist:hover {
  background: #0c9a9a !important;
}

@media screen and (max-width: 55.625rem) {
  .ratings {
    flex-direction: column;
    align-items: self-start;
  }
  .ratings a.tertiary {
    margin-bottom: 10px;
  }
}
.availability-status {
  position: relative;
}

.availability-status:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.availability-status.t-level-1:before {
  background: #c70c15;
}

.availability-status.t-level-2:before {
  background: #fdc500;
}

.availability-status.t-level-3:before {
  background: #1aa240;
}

/* 
    __ Shared - Event List Calendar Key ___________________________________________________________________________________
*/
.pv-shared-event-list-calendar-key ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
}

.pv-shared-event-list-calendar-key ul li:first-child {
  margin-left: 0;
}

.pv-shared-event-list-calendar-key ul li.g-availability-status {
  padding-left: 22px;
}

.pv-shared-event-list-calendar-key ul li.g-availability-status:before {
  left: 0;
}

.pv-shared-event-list-calendar-key > ul > li > .g-icon,
.pv-shared-event-list-calendar-key > ul > li > span {
  display: inline-block;
  line-height: 1.15rem;
  vertical-align: middle;
}

@media screen and (max-width: 48.75rem) {
  .pv-shared-event-list-calendar-key ul li {
    position: relative;
    display: block;
    margin-top: 0.5rem;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
  }
  .pv-shared-event-list-calendar-key ul li.g-availability-status:before {
    left: auto;
    right: -20px;
    margin: 0;
  }
  .pv-shared-event-list-calendar-key ul li .g-icon {
    position: absolute;
    right: -20px;
    width: 18px;
    height: 18px;
  }
}
/* 
    __ Event Price List (pv-shared-event-price-list) ___________________________________________________________________________________
*/
#selecttickets {
  overflow: hidden;
}

.price-list .fees.note,
.transaction-fee-message {
  font-size: 0.775rem;
  display: block;
  white-space: nowrap;
}

html[lang=nl] .price-list.show-has-seat-location .fees.note,
html[lang=de] .price-list .fees.note {
  white-space: normal;
}

.transaction-fee-message {
  white-space: normal;
}

.g-order-summary .fees,
.price-list .fees {
  font-size: 0.775rem;
}

.transaction-fee-message {
  margin: 1rem 0 0 0;
}

.transaction-fee-message p {
  margin: 0;
}

.ticket-value {
  white-space: nowrap;
}

.price-list .quantity,
.price-list .block-selection {
  font-weight: 300;
  text-align: right;
}

.price-list .has-description,
.price-list .has-restrictions {
  padding: 0.625rem 0.9375rem 0 0.9375rem;
}

.price-list .description,
.price-list .description td {
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
}

.price-list .has-row-span td,
.price-list .has-row-span + tr td,
.price-list .has-row-span .has-merges {
  border: none;
}

.price-list .has-row-span .block-selection {
  vertical-align: middle;
}

.price-list tr[class*=" row-span-"] td,
.price-list tr[class*=" row-span-"] .has-merges {
  border-top: 0.625rem solid #FFF;
}

.price-list .row-span-10 + tr + tr + tr + tr + tr + tr + tr + tr + tr td,
.price-list .row-span-9 + tr + tr + tr + tr + tr + tr + tr + tr td,
.price-list .row-span-8 + tr + tr + tr + tr + tr + tr + tr td,
.price-list .row-span-7 + tr + tr + tr + tr + tr + tr td,
.price-list .row-span-6 + tr + tr + tr + tr + tr td,
.price-list .row-span-5 + tr + tr + tr + tr td,
.price-list .row-span-4 + tr + tr + tr td,
.price-list .row-span-3 + tr + tr td,
.price-list .row-span-2 + tr td,
.price-list tr[class^=row-span-] .block-selection,
.price-list tr[class*=" row-span-"] .block-selection {
  border-bottom: 0.625rem solid #FFF;
}

.price-list tr[class*=" row-span-"] + .description + tr td {
  border-top: 0;
}

.g-ui-box .narrative {
  margin-bottom: 1.25rem;
}

.g-ui-box .top {
  padding-bottom: 0.625rem;
}

.note.off-sale,
.note.on-sale-future {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375rem;
}

.price-chkboxes {
  margin: 1.225rem 0;
}

.price-chkboxes header {
  margin-bottom: 1.225rem;
}

.g-button.half.rs-select {
  min-width: initial;
  width: 110px;
}

@media screen and (max-width: 33.75rem) {
  .g-table .quantity,
  .g-table .block-selection,
  .price-list .quantity,
  .price-list .block-selection {
    text-align: center;
  }
  .price-list .t-head .quantity,
  .price-list .note.quantity {
    text-align: left;
  }
  .price-list .description {
    margin-top: 0;
  }
  .price-list td {
    padding: 0.5rem 0;
  }
  .price-list .description td {
    padding: 0;
  }
  .price-list tr td:first-child {
    font-weight: 400;
  }
  .price-list .has-description td,
  .price-list .has-restrictions td {
    border: 0;
  }
  .price-list tr td {
    border: none !important; /* no comment */
  }
  .g-button.half.rs-select {
    min-width: initial;
    width: 100%;
  }
}
.pre-line-format {
  white-space: pre-line;
}

.price-list p.note {
  font-weight: 500;
  color: #0C9A9A;
}

.deposit-form,
.pv-shared-link-order-content p:first-child {
  margin-top: 15px;
}

.deposit-notice ul + .g-button,
.pv-shared-link-order-content ul + .g-button {
  margin-top: 0;
}

.deposit-text {
  margin-top: 10px;
}

.extended-offer-description {
  margin-top: 15px;
}

.evt-resell-warning {
  margin-top: 35px;
  border: 2px solid #FA4F6E;
  padding: 10px;
  font-size: 1.1em;
  color: #FA4F6E;
  font-weight: 400;
}

.evt-resell-warning a, .evt-resell-warning a:visited, .evt-resell-warning a:hover {
  color: #FA4F6E;
}

.org-evt-resell {
  margin: 0 0 25px 0;
}

.l-checkout .evt-resell-warning, .rw-notop {
  margin: 0;
}

.resell-cs {
  border: none;
  margin-top: 15px;
  padding: 0;
}

.resale-prompt, .code-entry {
  margin-bottom: 1rem;
}

.g-button.small.resell-still {
  margin-left: 10px;
  width: 445px;
  text-align: center;
}

@media screen and (max-width: 43.125rem) {
  .g-button.small.resell-still {
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .pv-resell-browse .rs-brw-prompt a.g-button.small.resell-still {
    text-align: center;
  }
}
.resell-narr-divide {
  margin: 1rem 0;
  background: #c0c0c0;
}

.waitinglist-mail-sub {
  margin: 12px 0;
}

.waitinglist-mail-sub label {
  display: inline;
}

.waiting-list-btn {
  margin-top: 15px;
}

.evt-share-links {
  margin: 1rem 0 1rem 0;
  padding: 0.7rem;
}

.g-button.secondary.small.toggle-tabs {
  margin-bottom: 20px;
}

.tour-share {
  margin: -0.8rem 0 1rem 0;
  padding: 0.7rem 0;
}

@media screen and (max-width: 30rem) {
  .tour-share .evt-share-links {
    padding: 0 0 1rem 0 !important;
  }
  .evt-share-links {
    text-align: center;
  }
}
#offerPageHeading {
  margin: 1rem 0;
  display: flex;
}

#offerPageHeading ul {
  display: flex;
  overflow-x: auto;
}

#offerPageHeading ul::-webkit-scrollbar {
  display: none;
}

#offerPageHeading ul li {
  background-color: #f2f2f2;
  padding: 7px;
  border-left: 1px solid #dcdcdc;
  margin-right: 0.3125rem;
  white-space: nowrap;
}

#offerPageHeading ul li a {
  text-decoration: none;
}

#offerPageHeading ul li.current-offer-page {
  font-weight: 400;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
}

#offerPageHeading .select-opn {
  display: none;
}

#offerPageHeading .scroll-left, #offerPageHeading .scroll-right {
  padding: 10px;
  background-color: #1f1f1f;
  height: 2.3rem;
  width: 2.3rem;
  color: #fff;
  cursor: pointer;
}

#offerPageHeading .scroll-left {
  margin-right: 0.3125rem;
}

#offerPageHeading .scroll-right {
  margin-left: 0.3125rem;
}

.buy-tickets-form::-webkit-scrollbar {
  display: none;
}

.onsale-reminder svg {
  color: #d14;
}

.g-button.remind-me-btn-tour {
  margin-top: 5px;
}

.handling-fee-info a, .handling-fee-info a:hover {
  text-decoration: none;
  color: #232323;
  position: relative;
  cursor: pointer;
}

.handling-fee-info a svg {
  width: 16px !important;
}

table.collapsable {
  position: relative;
}

table.default-collapsed {
  margin: 0;
}

.offer-group-collapse {
  position: absolute;
  top: 65px;
}

/* 
    __ Event Price List Form (pv-shared-event-price-list-form) ___________________________________________________________________________________
*/
.tabs .tab, #tabs .tab {
  display: none;
}

.tabs .tab.active,
#tabs .tab.active {
  display: block;
}

.pv-shared-event-price-list-form .registration-row td,
.price-list .deposit-row td {
  background-color: #fffbec;
}

main .warning, .cs-info-extend, .tds-warning {
  padding: 0.625rem;
  background-color: #fffbec;
}

main .warning td, main .warning tr, main .warning table {
  background-color: #fffbec;
}

main .cs-req-ref {
  padding: 1.25rem;
}

.captchaMessage {
  margin-top: 10px;
}

.pv-shared-connected-event-form .g-ui-box-header .g-ui-box-offside {
  float: right;
}

.pv-shared-connected-event-form .g-ui-box-header .g-ui-box-offside {
  margin-bottom: 5px;
}

.pv-shared-connected-event-form .g-ui-box-header .g-ui-box-offside:last-child {
  margin: 0;
}

@media screen and (max-width: 33.75rem) {
  .pv-shared-connected-event-form .g-ui-box-header .g-ui-box-offside:last-child {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* 
    __ Event Price List Form (pv-shared-event-price-upsell) ___________________________________________________________________________________
*/
.g-button.secondary.small.remove-add-ons {
  margin-bottom: 10px;
}

/* 
    __ Event Registration Code Login (pv-registration-check) ___________________________________________________________________________________
*/
.pv-registration-check .button-container {
  display: inline;
}

.pv-registration-check .button-container button {
  min-width: initial;
}

.pv-registration-check .clear-deposit input {
  border: none;
  background: none;
  float: right;
  text-decoration: underline;
  color: #0C9A9A;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 30rem) {
  .pv-registration-check .button-container {
    display: block;
    margin-top: 10px;
  }
  .pv-registration-check .button-container button,
  .pv-registration-check input[type=text] {
    min-width: 100%;
  }
}
main p.reg-codes-summary {
  margin: 30px 0;
  background: #FFFBEC;
  padding: 5px;
}

.pv-registration-check.rhs-reg .form-fields {
  margin-top: 15px;
}

.rhs-reg p:first-child {
  margin-bottom: 15px;
}

/* 
    __ Event Offer Code Entry (pv-event-offer-code) ___________________________________________________________________________________
*/
.pv-event-offer-code .form-fields {
  margin-bottom: 0;
}

@media screen and (max-width: 43.125rem) {
  .pv-event-offer-code input[type=text] {
    max-width: unset;
    width: 61%;
  }
  .pv-event-offer-code .g-button {
    margin-right: 0;
    width: 37%;
  }
}
@media screen and (max-width: 30rem) {
  .pv-event-offer-code .g-button,
  .pv-voucher-checkout .g-button,
  .resell-import .g-button {
    margin-top: 10px;
  }
  .pv-event-offer-code .g-button,
  .pv-voucher-checkout .g-button,
  .pv-event-offer-code input[type=text],
  .pv-voucher-checkout input[type=text],
  .resell-import .g-button,
  .resell-import input[type=text] {
    min-width: 100%;
  }
  .pv-event-offer-code .g-button,
  .pv-event-offer-code input[type=text] {
    min-width: unset;
  }
}
.pv-voucher-checkout .vouch-added {
  color: #5AB4B4;
  font-weight: 400;
}

.tokens-instr strong {
  font-weight: 600;
}

/* 
    __ Order details (pv-shared-order-details) ___________________________________________________________________________________
*/
.pv-shared-order-details .remove-add-ons {
  float: left;
  display: none;
}

.pv-shared-order-details .add-extra {
  clear: both;
}

.pv-shared-order-details .no_insurance {
  display: none;
}

.voucher-row span.g-order-summary-item-name span {
  font-size: 0.8em;
  color: #0C9A9A;
  margin-left: 10px;
}

.g-order-summary .g-order-summary-top:not(:first-child) {
  margin-top: 1.5rem;
}

.g-order-summary-item-amount {
  float: right;
}

.g-order-seat-block-description:before {
  content: "\a";
  white-space: pre;
}

.voucher-percent-note {
  clear: both;
  float: left;
  color: #808080;
}

.seat-restrict-od {
  font-weight: 500 !important;
  font-size: 0.9em;
  display: block;
  color: #FF0000;
}

.g-order-summary-total {
  margin: 1rem 0 !important;
}

.g-floatingbasket .g-order-summary-item, .g-floatingbasket .g-order-summary-seatpicker {
  display: flex;
  align-items: center;
}

.g-floatingbasket .g-order-summary-item-name, .g-floatingbasket .g-order-summary-seatpicker-name {
  font-weight: lighter;
}

.g-floatingbasket .g-order-summary-item > *, .g-floatingbasket .g-order-summary-seatpicker > * {
  display: flex;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-right: 3px;
}

.g-floatingbasket .g-order-summary-seatpicker .floating-box-seat-icon {
  background: #ddd;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.g-floatingbasket .g-order-summary-items .g-icon.close {
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}

.iscancelled .g-order-summary-item-name,
.iscancelled .g-order-summary-item-amount,
.iscancelled a.view-order-link .g-blocklist-sub-text,
.iscancelled a.view-order-link .g-blocklist-main {
  color: #ccc;
  text-decoration: line-through;
}

.iscancelled a.view-order-link .g-blocklist-sub-text,
.iscancelled a.view-order-link .g-blocklist-main {
  color: #000;
}

.packaged-info {
  display: block;
}

.pv-shared-connected-configure-order button,
.pv-shared-connected-order-details {
  margin-top: 20px;
}

.pv-shared-connected-cs-address {
  margin-bottom: 20px;
}

.noscript-order-update {
  padding-top: 0;
  margin-top: -35px;
}

.no-address-change .warning {
  padding: 15px;
}

input.text-read-only {
  background-color: #dcdcdc;
}

.back-opt {
  margin-top: 1.875rem;
}

.back-opt a.g-button.secondary {
  margin: 0;
  width: 100%;
}

.back-opt a.g-button.secondary svg {
  margin-right: 10px;
}

.purchase-boxes input.month:disabled,
.purchase-boxes input.year:disabled {
  width: 120px;
}

.g-order-summary-item.included-merges {
  font-size: 0.8rem;
  margin-left: 15px;
}

.merged-price-row td {
  font-size: 0.8rem;
  font-weight: 400;
}

.order-item-resale-listed {
  font-size: 0.8rem;
  font-weight: 500;
}

.g-boca-cont {
  margin-bottom: 20px;
}

.checkout-address-summary {
  padding-top: 0.25rem;
}

.face-value-info {
  text-align: right;
}

.g-preferred-payment-partner {
  margin-bottom: 24px;
  font-size: 0.875rem;
}

/*
    __ Questions (pv-shared-questions) ___________________________________________________________________________________________
*/
.pv-shared-questions .form-fields,
.questions .form-fields {
  margin: 1em 0 0 0;
}

.pv-shared-questions .form-fields .form-field .contain, .purchase-mailing-optin.form-field .contain {
  margin: 0;
}

.pv-shared-questions .form-fields .form-field .contain + .contain {
  margin-top: 1rem;
}

.pv-shared-questions .form-fields .form-field .title {
  font-weight: 400;
}

.form-fields.ts-cs-no-questions {
  margin-top: 0;
}

.question-header {
  margin-top: 35px;
}

h2.edit-questions, .edit-questions-sep {
  margin-top: 20px;
}

/* 
    __ Browse Genres (pv-browse-genres) ________________________________________________________________________________________________
*/
.pv-browse-genres .pv-browse-list-item {
  margin-bottom: 1.175rem;
}

.pv-browse-genres .pv-browse-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.9375rem;
  padding-right: 3.125rem;
  background: #FFF;
  color: #232323;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.pv-browse-genres .pv-browse-link:hover .g-icon.arrow {
  color: #0C9A9A;
}

.pv-browse-genres .pv-browse-link .g-icon.arrow {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  color: #757575;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 30rem) {
  .pv-browse-genres .pv-browse-link {
    padding: 0.9375rem 0.625rem;
    padding-right: 2.8125rem;
  }
}
/* 
    __ Search (pv-search) ___________________________________________________________________________________________________________________
*/
.child-category-container {
  display: block;
}

.child-hidden {
  display: none;
}

.pv-search-sidebar {
  padding: 1.6rem;
  background: #FFF;
}

.pv-search-sidebar-header {
  position: relative;
}

.pv-search-sidebar-clear {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.15625rem 0 !important;
  color: #757575;
}

.pv-search-sidebar-clear:hover {
  color: #232323;
}

@media screen and (max-width: 55.625rem) {
  .js-d-closed ~ .pv-search-sidebar-clear {
    display: none;
  }
}
.pv-search-sidebar-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 0;
}

.pv-search-sidebar-title.js-accordion-trigger {
  cursor: pointer;
}

.pv-search-results {
  margin-top: 0 !important;
}

.pv-search-results .extended-search-info {
  margin-bottom: 15px;
  display: block;
}

.pv-search-sidebar.hidden,
.pv-search-results.hidden {
  display: block;
}

.sort-rss .toggle-tabs {
  display: none;
}

.evt-no-results {
  margin: 0;
}

@media screen and (max-width: 55.625rem) {
  .pv-search-sidebar.hidden,
  .pv-search-results.hidden,
  .pv-search-sidebar {
    display: none;
  }
  .pv-search-sidebar.active {
    display: block;
  }
  .pv-search-results.g-grid-col {
    padding-left: 0;
    padding-right: 0;
  }
  .sort-rss {
    text-align: right;
  }
  .sort-rss .toggle-tabs {
    float: left;
    padding: 0.6rem 1.25rem;
    width: 100%;
    text-align: center;
  }
  .sort-rss .toggle-tabs,
  .sort-rss form {
    display: inline-block;
    width: 100%;
  }
  .evt-no-results {
    margin-bottom: 60px;
  }
}
.pv-search-sidebar form > div {
  margin-top: 1.875rem;
}

.pv-search-sidebar form > div + .pv-search-sidebar form > div {
  margin-top: 0.625rem;
}

.pv-search-sidebar-facet-option {
  background: transparent none !important;
  padding: 0 0 0 0.375rem !important;
  margin: 0 !important;
  line-height: 1.25rem;
  color: #757575;
}

.pv-search-sidebar-facet-option-sub {
  position: relative;
  margin: 0.625rem 0 0 !important;
}

.pv-search-sidebar-facet-option-sub .g-filter-flyout {
  top: auto !important;
  left: calc(100% + 1.875rem) !important;
  bottom: -1.875rem !important;
  width: 28.75rem !important;
}

.pv-search-sidebar-facet-option-subField .g-filter-flyout-tail {
  top: auto;
  bottom: 2.65625rem;
  left: -0.6875rem !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pv-search-sidebar-facet-option-subField .g-date-select-month.second {
  display: none !important;
}

.input-hidden .pv-search-sidebar-facet-option {
  padding-left: 0 !important;
  overflow: hidden;
}

.pv-search-sidebar-facet {
  position: relative;
  margin-bottom: 1.5rem;
}

.pv-search-sidebar-facet-title {
  margin: 0 0 0.3em;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 400;
}

.pv-search-sidebar-facet ul li + li {
  margin-top: 0.625rem;
}

.pv-search-sidebar-facet span {
  margin: 10px 0 5px 0px;
  display: block;
  font-weight: 400;
}

.pv-search-sidebar-facet .top-level {
  margin-bottom: 10px;
}

.pv-search-sidebar-facet .child-category-container {
  margin-top: 10px;
}

.pv-search-sidebar-facet ul {
  margin-left: 5px;
}

.pv-search-sidebar-facet #search-when-date div, .pv-search-sidebar-facet #search-where-location {
  position: relative;
}

.pv-search-sidebar-facet #search-where-location input {
  padding-left: 35px;
}

.pv-search-sidebar-facet #search-where-location img {
  position: absolute;
  top: 16px;
  left: 16px;
}

.filter-buttons .reset {
  margin-left: 10px;
}

.pv-search-sidebar-facet #search-when-date div label {
  display: block;
  position: absolute;
  left: 27px;
  top: 2px;
}

.pv-search .search-overlay {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.67);
  left: 10px;
  width: 700px;
  z-index: 4;
  height: 100%;
  display: none;
}

.pv-search-sidebar .search-specific-dates {
  display: none;
}

.pv-search-sidebar .search-specific-dates input {
  display: block;
}

.pv-search-sidebar > .search-when-date > div {
  margin-bottom: 10px;
}

.pv-search-results select[name=search-order], .pv-search-results select[name=search-month] {
  float: right;
  width: 135px;
  margin-bottom: 10px;
}

.pv-search-results .results-div {
  clear: both;
}

.pv-search-results .results-div {
  font-size: 1.175rem;
  line-height: 1.55rem;
  font-weight: 400;
  color: #232323;
  margin: 0.625rem 0;
}

.pv-search-results .results-div:not(:first-of-type) {
  margin-top: 2rem;
}

.pv-search-results .result-text .g-blocklist-main {
  height: 95px;
}

.pv-search-results #search-fav-artists hr {
  margin: 22px 0;
}

.pv-search-results #search-fav-artists .results-div {
  background-color: #0C9A9A;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.pv-search-sidebar-title {
  margin-bottom: 15px;
}

.pv-search-results .warning {
  margin: 0;
}

.pv-search-results .loc-info {
  display: block;
  font-size: 0.8rem;
  color: #5AB4B4;
  font-weight: 500;
}

.evt-finder-spinner {
  margin-left: 6px;
}

@media screen and (max-width: 55.625rem) {
  .pv-search-results select[name=search-order] {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 30rem) {
  .pv-search-results select[name=search-order] {
    width: 100%;
    max-width: 100%;
  }
}
/* 
    __ Insurance Choice ____________________________________________________________________________________________
*/
.pv-insurance-choice .insurance-company-logo {
  position: absolute;
  top: -10px;
  right: 0;
}

.pv-insurance-choice .insurance-company-logo.meetch {
  max-width: 200px;
}

.pv-insurance-choice header {
  position: relative;
}

@media screen and (max-width: 43.125rem) {
  .pv-insurance-choice .insurance-company-logo {
    display: none;
  }
}
/* 
    __ Connected (pv-shared-connected-*) ____________________________________________________________________________________________
*/
.pv-shared-connected-event-list-calendar .list-calendar-toggle {
  display: none;
}

.connected-desc-container {
  margin-top: 1rem;
}

/* 
    __ Restaurants & Hotels (pv-shared-restaurantsandhotels)_________________________________________________________________________
*/
.merged-restaurants p {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.pv-shared-restaurantsandhotels .images,
.pv-shared-restaurantsandhotels .prices,
.pv-shared-restaurantsandhotels .form-field label {
  display: inline-block;
}

.pv-shared-restaurantsandhotels .form-field label {
  margin: 0 0 0 5px;
}

.pv-shared-restaurantsandhotels #prices-from-text {
  margin: 0 0 0 28px;
  font-size: 0.9em;
}

.pv-shared-restaurantsandhotels .prices {
  padding-left: 0.625rem;
  position: relative;
  font-size: 0.9rem;
  top: -1em;
}

.pv-shared-restaurantsandhotels .deals-included .prices {
  top: 0;
}

.pv-shared-restaurantsandhotels .prices p {
  margin: 0 0 0 1.425rem;
  font-weight: 400;
}

.pv-shared-restaurantsandhotels .prices p i {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-style: normal;
  color: #0C9A9A;
}

.pv-shared-restaurantsandhotels .images img {
  display: inline-block;
  max-width: 100px;
  width: 33.33%;
}

.pv-shared-restaurantsandhotels .form-field label.deals-included-msg {
  font-weight: 300;
  display: block;
  font-size: 0.7rem;
}

.pv-shared-restaurantsandhotels .form-field + .form-field {
  margin: 0;
}

.pv-shared-restaurantsandhotels .hotel-deals {
  margin: 15px 0 25px 0;
}

[data-dealinfo] td > span {
  display: block;
}

.merged-restaurants .g-button.tertiary {
  height: auto;
  margin: 7px;
  padding: 0;
}

.legend li:last-child .merged-restaurants .g-button.tertiary {
  margin-bottom: 0;
}

.merged-restaurants .menu,
.merged-restaurants .info {
  background: none;
}

@media screen and (max-width: 43.125rem) {
  .pv-shared-restaurantsandhotels .images,
  .pv-shared-restaurantsandhotels .prices {
    display: block;
    width: auto;
    white-space: nowrap;
    max-width: 100%;
    padding-left: 0;
  }
  .pv-shared-restaurantsandhotels .prices {
    top: 0;
    margin: 0;
  }
}
.hotel-sum h2, .hotel-sum h3, .hotel-items h2 {
  margin-top: 0;
}

.room tbody th, .room tbody td {
  border-top: none;
}

.skip-restaurant {
  margin-bottom: 25px;
}

.packaged-resta-bg {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 20px;
}

/* 
    __ Restaurant List (pv-shared-restaurant-list) _________________________________________________________________________
*/
.pv-shared-restaurant-list .sort-options {
  display: none;
}

.pv-shared-restaurant-list .g-feature-content.horizontal .g-feature-content-content {
  padding: 0;
}

.pv-shared-restaurant-list .g-feature-content-description img {
  padding: 0 0.625rem;
}

/* 
    __ Hotels List (pv-shared-hotels-list) _________________________________________________________________________
*/
.pv-hotels-list .sort-options {
  display: none;
}

.pv-hotels-list .g-feature-list a {
  display: inline;
}

.pv-hotels-list .g-feature-list .g-button {
  display: inline-block;
}

.pv-hotels-list .g-feature-list .g-button.primary:hover {
  color: #FFF;
}

.pv-hotels-list .g-feature-list .g-feature-content-title {
  margin-bottom: 0;
}

.pv-hotels-list .distance {
  color: #757575;
  font-size: 0.85rem;
  font-weight: 300;
  white-space: nowrap;
}

.pv-hotels-list .g-feature-list .g-feature-content-description {
  margin: 0;
}

.pv-hotels-list .g-feature-content.horizontal .g-feature-content-media {
  min-width: 10.85rem;
  width: 10.85rem;
}

/* 
    __ Hotel View (v-hotels-view) _________________________________________________________________________
*/
.v-hotels-view .nivoSlider {
  width: 100%;
  margin-bottom: 0.625rem;
}

.v-hotels-view .selected-days p {
  display: none;
}

.v-hotels-view .room + .room, .v-hotels-view form + form, .sort-options {
  border-top: 1px solid #e6e6e6;
  margin-top: 1rem;
  padding-top: 0.625rem;
}

.v-hotels-view form > .sort-options {
  display: none;
}

.v-hotels-view .choose-rooms {
  text-align: right;
}

/* 

    __ Seat Selector _________________________________________________________________________
*/
.seats-pick-or-best {
  font-weight: 500;
  margin-bottom: 10px !important;
}

#seatingplan-popout {
  display: none;
}

#selecttickets h3 {
  margin: 0;
  padding: 0.8em 0 0.8em;
}

#selecttickets .old-school__select-seats-header {
  clear: both;
}

#seat-picker {
  border: 1px solid #E6E6E6;
  clear: both;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10; /* This container has hovering elements that we want above other elements in the page. */
}

#seat-picker p {
  margin: 0;
  padding: 0 0 0.8em;
}

#seat-picker .price-choice,
#seat-picker .block-choice {
  background: #fff;
  height: 200px;
  overflow-y: scroll;
}

#seat-picker .price-choice p,
#seat-picker .block-choice p,
#seat-picker > p {
  margin: 0;
  padding: 5px 10px;
}

#seat-picker .price-choice > ul > li,
#seat-picker .block-choice > ul > li {
  color: #528299;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 7px 10px;
}

#seat-picker .price-choice li.price-selected,
#seat-picker .block-choice li.block-selected {
  background: #e4edf2;
}

#seat-picker .price-choice li.price-selected:hover,
#seat-picker .block-choice .block-selected:hover {
  background-color: #EFEFEF;
  color: #528299 !important;
  text-decoration: none;
}

#seat-picker .price-choice {
  border-right: 1px solid #ddd;
  float: left;
  width: 228px;
}

#seat-picker .price-choice li > span {
  color: #777;
  font-size: 0.9em;
  display: block;
}

#seat-picker .price-choice > ul ul li {
  color: #777;
  font-size: 0.9em;
  margin-left: 10px;
}

#seat-picker .price-choice .offer-desc {
  color: #555;
  cursor: initial;
  font-weight: 500;
  padding-bottom: 0;
}

#seat-picker .block-choice {
  float: right;
  width: 340px;
}

#seat-picker .seating-plan {
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  clear: both;
  width: 100%;
}

#seat-picker .seating-plan .show-more {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5em;
  text-transform: none;
  white-space: nowrap;
}

#seat-picker .seating-plan .show-more .text {
  width: auto;
}

#seat-picker .seating-plan .seat-slider-img {
  margin: 0;
  padding: 0;
}

#seat-picker .seating-plan .seat-slider-img {
  position: relative;
  z-index: 0;
}

#seat-picker .seating-plan .seat-slider-img span {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 0;
}

#seat-picker .seating-plan .seat-slider-img > img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 30rem) {
  #seat-picker .price-choice,
  #seat-picker .block-choice {
    border: 1px #E6E6E6;
    border-style: none none solid;
    overflow-y: scroll;
    height: 200px;
    width: 100%;
  }
  #seat-picker .legend {
    width: 100%;
  }
}
.zoomContainer {
  z-index: 10; /* Same level as the seat selector. */
}

#seat-picker .seating-plan .seat-slider-img > p {
  padding: 0 10px;
}

#seat-picker .legend-container {
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 10px;
}

#seat-picker .legend-container h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0.4em;
}

#seat-picker .legend-container.df {
  display: none; /* This legend is used on skins other than the main seetickets one. */
}

#seat-picker .legend-container .offer-desc > span:last-child {
  display: inline-block;
  white-space: nowrap;
}

#seat-picker .legend-container .offer-desc > span:first-child {
  display: inline-block;
}

#seat-picker .legend-container .offer-desc .g-button.tertiary {
  padding: 0;
  margin: 0 5px 0 0;
}

#seat-picker .legend-container .offer-desc .g-button.tertiary:last-child {
  margin: 0;
}

#seat-picker .legend-container .offer-desc .g-button.tertiary svg {
  vertical-align: middle;
}

#seat-picker .legend {
  margin: 0 auto;
  cursor: pointer;
}

#seat-picker .legend li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

#seat-picker .legend .st-offer-desc {
  padding: 0;
  margin-bottom: 5px;
}

#seat-picker .legend .price + .st-offer-desc {
  margin-top: 10px;
}

[id^=restaurantinfo_], [id^=dealinfo_] {
  display: block;
}

#seat-picker .checkmark-container {
  border-radius: 10px;
  color: #ddd;
  display: none;
  height: 11px;
  width: 11px;
  position: absolute;
  top: 2px;
  left: 2px;
}

#seat-picker .checkmark-container.selected {
  background: white;
  display: block;
}

#seat-picker .legend .checkmark:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: solid;
  border-width: 0 0.2em 0.2em 0;
  content: " ";
  display: block;
  height: 0.37em;
  transform: rotate(45deg);
  width: 0.15em;
  position: absolute;
  top: 1px;
  left: 3px;
}

#seat-picker .legend .colour,
#seat-picker.plan-layout .legend .seat-icon,
#seat-picker .seat-selections__item > .seat-icon {
  background: #ddd;
  border-radius: 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

#seat-picker .legend .seat-icon.StrokeCircle {
  background: #fff;
  border: 2px solid;
}

#seat-picker .legend .StrokeCircle .checkmark-container {
  left: 0;
  top: 0;
}

#seat-picker .legend {
  background: #fff;
  max-height: 180px;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

#seat-picker .legend > span {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 5px 0 0;
}

#seat-picker .legend > span > span {
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 30rem) {
  #seat-picker .legend {
    border: none;
    padding: 0;
    width: 100%;
  }
  #seat-picker .legend > span {
    display: inline-block;
    width: 25%;
  }
  #seat-picker .legend > span img,
  #seat-picker .legend > span span {
    vertical-align: middle;
  }
}
#seat-picker .legend-extras {
  display: none;
  margin-top: 0.4rem;
}

#seat-picker .legend-extras__item {
  align-items: center;
  display: flex;
  padding: 0 5px 0 0;
}

#seat-picker .legend-extras__item__icon {
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  width: 15px;
}

#seat-picker .legend-extras__item__label {
  font-weight: 300;
  line-height: 1rem;
}

#seat-picker #seat-chart {
  height: 500px;
}

#seat-picker h3 {
  color: #232323;
  /* float: left; */
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 0.4em;
  /* width: 170px; */
}

#seat-picker > h3 {
  padding: 10px;
}

#seat-picker h3 .st-extended-offer-desc {
  display: block;
  font-weight: 300;
}

#seat-picker-header .g-button.secondary {
  float: right;
}

@media screen and (max-width: 30rem) {
  #selecttickets .g-ui-box-offside {
    width: 100%;
  }
  #seat-picker-header {
    width: 100%;
  }
  #seat-picker-header .g-button.secondary {
    margin: 0 0 20px 0;
    text-align: center;
    width: 100%;
  }
  #seat-picker h3 {
    margin: 0;
  }
}
#seat-picker .legend li span.description span.originalPriceDescription {
  font-size: 0.8em;
  color: #0C9A9A;
}

#seat-picker .legend li span.description span.priceDescription + span.originalPriceDescription {
  margin-left: 20px;
  margin-top: -10px;
  display: block;
}

[id^=restaurantinfo_], [id^=dealinfo_] {
  display: block;
}

#seat-picker .seat-selections .summary .seats .seat-img {
  background: #E6E6E6;
  border: 1px solid #555;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  padding: 0;
  width: 10px;
}

#seat-picker #seat-chart {
  border: 1px solid #E6E6E6;
  height: 500px;
  margin: 0 0 10px;
}

#seat-picker .seating-plan {
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  clear: both;
  width: 100%;
}

#seat-picker .seating-plan .show-more {
  background: #0C9A9A;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5em;
  padding: 4px 0;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}

#seat-picker .seating-plan .show-more span {
  display: inline-block;
  vertical-align: middle;
}

#seat-picker .seating-plan .show-more .arrow:before {
  content: "▼";
  font-size: 10px;
  margin: 0 5px;
}

#seat-picker .seating-plan .show-more.expanded .arrow:before {
  content: "▲";
}

#seat-picker .seating-plan .show-more .text {
  width: auto;
}

#seat-picker .seating-plan .seat-slider-img {
  margin: 0;
  padding: 0;
}

#seat-picker .seating-plan .seat-slider-img {
  position: relative;
  z-index: 0;
}

#seat-picker .seating-plan .seat-slider-img span {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 0;
}

#seat-picker .seating-plan .seat-slider-img > img {
  display: block;
  margin: 0 auto;
}

#seat-picker:not(.plan-layout),
#seat-picker:not(.plan-layout) .selected-price-type,
#seat-picker:not(.plan-layout) canvas,
#seat-picker .price-selector,
#seat-picker .seats-error {
  display: none;
}

#seat-picker > p {
  padding: 10px 10px 0;
}

#seat-picker .canvas-container {
  background: #fff;
  position: relative;
  z-index: 0;
}

#seat-picker .seat-picker__loading {
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

#seat-select-info {
  padding-top: 10px;
}

#seat-picker .canvas-container .dov-img {
  background: url("//c.ststat.net/content/seetickets/mainwebapp/images/dov-arrow.png") no-repeat;
  background-size: 40px;
  color: #333;
  height: 31px;
  margin: 0 auto;
  padding: 0 0 0 45px;
  position: relative;
  width: 200px;
  z-index: 1;
}

#seat-picker .canvas-container .dov-img > span {
  display: inline-block;
  line-height: 1em;
}

#seat-picker .seat-plan-controls {
  background: #fff;
  border-radius: 45px;
  border-width: 1px;
  bottom: -28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 4px 10px;
  position: absolute;
  right: 10px;
  user-select: none;
}

#seat-picker .seat-plan-controls a {
  color: #000;
}

#seat-picker .seat-plan-controls .disabled {
  border-color: #ddd;
  color: #ddd;
}

#seat-picker .seat-plan-controls .g-icon.refresh {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
  width: 0.7em;
  fill: #000;
}

#seat-picker .seat-plan-controls .g-icon.minus-circle,
#seat-picker .seat-plan-controls .g-icon.plus-circle {
  width: 0.7em;
  fill: #000;
}

#seat-picker .seat-plan-controls .zoom-in,
#seat-picker .seat-plan-controls .zoom-out {
  font-size: 2em;
  font-weight: 100;
  height: 20px;
  line-height: 14px;
  width: 20px;
}

#seat-picker .seat-plan-controls .zoom-reset {
  border: none;
  font-size: 1.5em;
  margin-left: 5px;
  margin-right: 5px;
  width: 28px;
}

#seat-picker .selected-price-type {
  color: #555;
  display: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}

#seat-picker .selected-price-type > a {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

#seat-picker .seat-tooltip {
  background: #0C9A9A;
  border-radius: 3px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #fefefe;
  display: flex;
  justify-content: space-between;
  left: -99em;
  max-width: 50%;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: -99em;
  z-index: 120;
}

#seat-picker .seat-tooltip.tooltip-with-image {
  flex-flow: row wrap;
  padding: 13px 3px 3px 3px;
  max-width: 360px;
}

#seat-picker .seat-tooltip > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}

#seat-picker .seat-tooltip > .seat-image + div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px 0 0;
}

#seat-picker .seat-tooltip > div.tooltip-content-with-image {
  flex: 1;
}

#seat-picker .seat-tooltip > div.tooltip-content-with-image.information {
  flex: 2;
}

#seat-picker .seat-tooltip > div.seat-image {
  flex: 1 100%;
  padding: 0;
}

#seat-picker .seat-tooltip .available:not(.price) {
  font-size: 0.8em;
}

#seat-picker .seat-tooltip .block-identifier {
  font-size: 0.7em;
}

#seat-picker .seat-tooltip .restriction-warning {
  color: #e1ff00;
  font-size: 0.8em;
  line-height: 1.5em;
  flex-wrap: wrap;
  flex-direction: column;
}

#seat-picker .seat-tooltip .seat-identifier {
  font-size: 2em;
  font-weight: 400;
}

#seat-picker .seat-tooltip .seat-identifier.si-sm-row-blk {
  font-size: 1.2em;
}

#seat-picker .seat-tooltip .selected {
  color: #0c9a9a; /*#99d5d5;*/
}

#seat-picker .seat-tooltip .unavailable {
  color: #75263a;
}

#seat-picker .seat-tooltip .seat-image {
  max-height: 320px;
  max-width: 640px;
}

#seat-picker .seat-tooltip .tooltip-close {
  position: absolute;
  right: -0.1px;
  top: -7px;
  color: rgb(35, 35, 35);
}

#seat-picker .seat-tooltip .arrow {
  border: 10px solid transparent;
  display: block;
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 0;
  padding: 0;
}

#seat-picker .seat-tooltip.position-below .arrow {
  right: calc(50% - 10px);
  top: -20px;
}

#seat-picker .seat-tooltip.position-above .arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: calc(50% - 10px);
  top: 100%;
  transform: rotate(180deg);
}

#seat-picker .seat-tooltip.position-above-right .arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  right: calc(100% - 20px);
  top: calc(100% - 10px);
  transform: rotate(90deg);
}

#seat-picker .seat-tooltip.position-above-left .arrow {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  right: 0;
  top: calc(100% - 10px);
  transform: rotate(270deg);
}

#seat-picker .seat-tooltip.position-left .arrow {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  right: 0;
  top: -10px;
  transform: rotate(270deg);
}

#seat-picker .seat-tooltip.position-right .arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  right: calc(100% - 20px);
  top: -10px;
  transform: rotate(90deg);
}

.selected {
  font-weight: 400;
  color: #0c9a9a;
}

.price-category-ball {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.restriction-warning {
  color: #A00;
}

.price-text {
  vertical-align: middle;
}

#seat-picker .price-selector {
  background: #0C9A9A;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  max-width: 640px;
  padding: 0;
  position: absolute;
  width: 75%;
  z-index: 100;
}

#seat-picker .price-selector > header {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 0;
  text-align: center;
}

#seat-picker .price-selector > span {
  display: block;
  font-weight: 500;
  padding: 0 10px 10px;
  text-align: center;
}

#seat-picker .price-selector > ul {
  width: 100%;
}

#seat-picker .price-selector > ul > li {
  cursor: pointer;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

#seat-picker .price-selector > ul > li:hover {
  background: rgba(0, 0, 0, 0.1);
}

#seat-picker .price-selector > ul > li > span {
  /*color: #777;*/
  display: block;
  line-height: 1.2em;
}

#seat-picker .price-selector > ul > li.close > span {
  text-align: center;
  /*color: #000;*/
}

#seat-picker .price-selector > ul > li > .extra-info {
  cursor: pointer;
  display: block;
  font-size: 12px;
  max-height: 28px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 0;
}

#seat-picker .price-selector > ul > li > .extra-info > span {
  display: block;
}

#seat-picker .price-selector > ul > li .buy-with {
  color: #da760b;
}

#seat-picker .price-selector > ul > li .show-more {
  background: none;
  bottom: 0;
  letter-spacing: normal;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  width: auto;
  z-index: 0;
}

#seat-picker .seat-selections {
  border: 1px #E6E6E6;
  border-style: solid none none;
  margin-top: 2.8em;
  padding: 10px;
  position: relative;
  z-index: 0;
}

#seat-picker .seat-selections h3 {
  width: 100%;
}

#seat-picker .your-selections-message {
  display: none;
}

#seat-picker .seat-selections .clear-selections {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}

#seat-picker .seat-selections p {
  padding: 0 0 0.4em;
}

#seat-picker .seat-selections .summary {
  clear: both;
}

#seat-picker .seat-selections .summary .block {
  background: none;
  border: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 0.4em;
  margin: 0;
}

#seat-picker .seat-selections .summary .seats {
  margin-bottom: 10px;
}

#seat-picker .seat-selections__item {
  display: block;
  float: none;
  margin: 0 0 5px;
}

#seat-picker .seat-selections .summary .seats li.seat-group > span {
  display: none;
}

#seat-picker .seat-selections .summary .seats li.seat-group > ul {
  margin: 0;
}

#seat-picker .seat-selections__item > img,
#seat-picker .seat-selections__item > span,
#seat-picker .seat-selections__item > a {
  vertical-align: middle;
}

#seat-picker .seat-selections__item > span,
#seat-picker .seat-selections__item > a {
  font-size: 14px;
}

#seat-picker .seat-selections__item > span {
  padding: 0 5px;
}

#seat-picker .seat-selections__item > a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 30rem) {
  #seat-picker .seat-selections .summary .seats .seat-group {
    border: 1px solid #E6E6E6;
    line-height: 2em;
    padding: 0 5px;
    position: relative;
    z-index: 0;
  }
  #seat-picker .seat-selections .summary .seats .seat-group::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 0;
  }
  #seat-picker .seat-selections .summary .seats .seat-group.expanded::after {
    content: "▲";
  }
  #seat-picker .seat-selections__item.seat-group > span {
    display: inline-block;
    font-weight: 500;
  }
  #seat-picker .seat-selections .summary .seats .seat-group > ul {
    display: none;
    line-height: 25px;
  }
  #seat-picker .seat-selections .summary .seats .seat-group.expanded > ul {
    border-top: 1px solid #E6E6E6;
    display: inline-block;
  }
  #seat-picker .seat-tooltip {
    max-width: 75%;
  }
}
.seats-table {
  border-top: none;
  width: 100%;
}

.seats-table td, .seats-table th {
  padding: 10px;
  vertical-align: top;
}

.seats-table th {
  padding: 17px 10px 12px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: none;
}

.seats-table tr.odd td {
  background-color: #404040;
}

.seats-table .seat {
  float: left;
  font-size: 11px;
  font-weight: 500;
  margin: 0 5px 2px 0;
  text-align: center;
  line-height: 1;
  color: #777;
}

.seats-table .seat-unavailable {
  color: #aaa;
}

.seats-table .seat img {
  clear: both;
}

.seats-table .seat img.available {
  cursor: pointer;
}

.seats-table .tooltip {
  margin: 0 !important;
}

.seats-table .sold-hidden span {
  display: block;
  margin-top: 5px;
}

#selecttickets h3.help-user-seat-sel {
  margin: 15px 0;
}

.pick-own-seats {
  height: 35px;
}

.switch-box {
  background: #ccc;
  border-radius: 11px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 35px;
  z-index: 0;
}

.switch-box.is-active {
  background: #0C9A9A;
}

.switch-box.is-active .switch-box__switch {
  left: 16px;
}

.switch-box__switch {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: left ease-in-out 0.1s;
  width: 16px;
}

.switch-box-with-label {
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.switch-box-with-label > label {
  margin-right: 5px;
}

#display-seat-images-container {
  padding: 5px;
  display: none;
}

#display-seat-images-container #display-seat-images {
  margin-bottom: 5px;
  display: flex;
}

#display-seat-images-container #view-from-seat-images-warning {
  color: #ffba49;
}

/* 
    __ User Account Favourites (pv-shared-user-account-favourites) __________________________________________________________________
*/
.user-account-orders.customer-service {
  background: #fff;
  padding: 0.625rem;
}

.user-account-orders header {
  padding-top: 0.625rem;
}

.user-account-orders header h2 {
  border-top: 1px solid #E6E6E6;
  padding-top: 0.225rem;
}

main .user-add-fav {
  width: auto;
  height: auto;
  background-position: initial;
  color: #0C9A9A;
}

.user-add-fav:hover {
  color: #0C9A9A;
}

.user-add-fav.notfav {
  color: #0C9A9A;
}

@media screen and (max-width: 55.625rem) {
  .cs-tabs-login.secondary-nav ul li {
    display: block;
    text-align: center;
  }
  .cs-voucher, .cs-voucher a {
    font-size: 12px;
  }
}
.g-button.secondary.small.custemail-resend {
  margin-bottom: 15px;
}

/* 
    __ Misc User Accounts __________________________________________________________________
*/
.uac-reg {
  margin-top: 25px;
}

.uac-addr-edit {
  margin-top: 15px;
}

.uac-addr-edit .secondary, #user-payment .secondary {
  text-transform: capitalize;
}

.user-picture {
  margin: 0 15px 10px 0;
}

.user-header h1 {
  font-size: 24px;
}

.user-header {
  padding: 0;
}

.user-header .sub-name {
  margin: 0;
}

.uac-not-charged {
  margin-bottom: 10px;
}

.uac-change {
  margin: 20px 0 !important;
}

#user-order-list {
  position: relative;
}

#user-order-list .paging {
  position: absolute;
  top: 10px;
  right: 0px;
}

#user-order-list .paging li {
  float: left;
  margin: 0 5px;
}

#user-order-list .customer-order-list, #loading-holder {
  clear: both;
}

#user-order-list .order-search-next-prev #order-next {
  float: right;
}

#user-order-list .order-search-next-prev #order-next,
#user-order-list .order-search-next-prev #order-prev {
  cursor: pointer;
  text-decoration: underline;
  color: #5AB4B4;
}

#user-order-list .order-search-next-prev {
  margin-top: 10px;
  margin-bottom: 25px;
}

.user-account-orders header h2, .pah-box {
  padding-top: 15px;
}

.pah-box {
  margin-top: 25px;
  padding: 10px;
  background-color: #fffbec;
}

.enquiry-help {
  margin: 15px 0;
  padding: 10px;
}

.cs-voucher .secondary {
  margin-left: 15px;
}

textarea.enquiry-text, select.enquiry-select {
  max-width: 35rem;
}

.cs-update-address-container {
  margin-top: 20px;
}

.cs-cancelled-alert {
  font-weight: 400;
  color: red;
}

#refundRequestForm {
  margin-bottom: 10px;
}

.cl-cs-order {
  text-align: right;
}

.nav-control {
  height: 55px;
  width: 55px;
  background: #f9f9f9;
  z-index: 99;
  position: absolute;
  cursor: pointer;
  display: none;
  top: 139px;
  padding: 14px 0 0 0;
}

.nav-control.left {
  left: 0px;
  float: left;
}

.nav-control.right {
  right: 0px;
}

.nav-control svg {
  margin-left: 20px;
}

.user-account-navigation ul li a {
  font-size: 1rem;
}

.customer-service .show-update-notice {
  margin: 10px 0;
  padding: 10px;
}

.order-import-msg {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.order-import-list {
  margin-top: 20px;
}

.order-import-list li {
  background: #eee;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}

.order-import-list li p {
  margin: 2px 0;
}

.order-import-list li p:last-of-type {
  font-size: 12px;
}

.order-import-list li .checkbox-container {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (min-width: 20rem) and (max-width: 55.625rem) {
  .user-account-navigation ul {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .user-account-navigation ul li {
    padding-left: 50px;
  }
  .nav-control {
    display: block;
  }
  .user-account-navigation ul li a {
    padding: 0 14px 10px 14px;
  }
}
@media screen and (max-width: 30rem) {
  .nav-control {
    top: 129px;
  }
  #user-order-list .paging {
    display: none;
  }
  #user-order-list .order-search input {
    min-width: 100%;
  }
}
.cs-today {
  background-color: #EEF6E5;
  padding: 10px;
  border: 1px solid #4c9056;
}

.cs-today svg {
  margin-right: 5px;
}

.extra-settings-info {
  margin-top: 15px;
}

@media screen and (max-width: 55.625rem) {
  .uac-change .success-imp {
    padding: 0 10px;
  }
  .welcome-header {
    font-weight: 400;
  }
}
#favourite-filter {
  margin: 10px 0 30px 0;
}

#favourites-wrapper .on-tour {
  display: block;
  color: #FF0000;
  font-weight: 500;
}

.resale-textarea {
  max-width: 736px;
  height: 230px;
}

.resale-message {
  padding: 20px;
  margin: 0 0 15px 0;
  width: 100%;
  min-height: 100px;
  overflow: auto;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  transition: border 0.15s;
}

.resale-message.parent {
  background: #ffffff;
}

.resale-message hr {
  background: #dadada;
  color: #dadada;
}

tr.resell-msg-unread td {
  background-color: #fffbc3;
}

.resale-reply-info {
  padding: 10px;
  background: #fffbc3;
}

#resale-current, #resale-past {
  width: 49.7%;
  text-align: center;
}

.current-resale-info {
  padding-top: 20px;
}

.g-nav-promo-item a.secondary {
  color: #000;
  border: 0;
}

.g-nav-top .user-login .g-nav-promo-item a,
.g-nav-top .user-login .g-nav-promo-item .disabled-button {
  padding: 0.225rem 0.625rem;
  border: none;
  margin: 0;
  font-weight: 500;
  display: inline;
  line-height: 0;
  padding: 0.3125rem 0.9375rem;
}

.resale-reply .form-fields {
  margin: 1.6em 0 0 0;
}

.resale-unread-message-count {
  background: #ff8f8f;
  padding: 1px 1px 3px 3px;
  color: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
}

.resale-messages {
  margin-top: 10px;
  width: 100%;
}

.resale-messages th {
  font-weight: 400;
  padding-bottom: 0;
  border-bottom: 1px solid #0C9A9A;
  font-size: 13px;
}

.resale-messages td, th {
  padding: 10px 10px 10px 0;
}

.g-nav-top .g-nav-promo-item a[href="/user/login"] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.225rem 0.625rem;
  border-radius: 1rem;
}

.g-nav-top .g-nav-promo-item a[href="/user/login"]:hover {
  border: 1px solid #FFF;
}

.g-nav-promo-item a:hover {
  text-decoration: none;
}

.g-nav-top .g-nav-promo-item.uac-auth a[href="/customerservice"], .g-nav-top .g-nav-promo-item.uac-auth a[href="/customerservice"]:hover {
  margin: 0;
}

.fst-check svg.g-icon.arrow {
  top: 33%;
}

main p.coloured-msg {
  margin-bottom: 15px;
}

/* updating the top navigation as well as mobile menu navigation */
#registration-information {
  border-left: solid #eaeaea;
  text-align: center;
}

#registration-divider {
  background-color: #F8F8F8;
  border: solid #ccc thin;
  padding: 0 20px;
  padding-top: 20px;
  height: 100%;
}

#registration-information p:not(:last-child) {
  line-height: 1.25rem;
  padding-top: 0.625rem;
  border-bottom: solid #f1f1f1 thin;
  padding-bottom: 1.25rem;
}

#registration-fields.g-grid-col.x6 {
  padding-right: 1.5625rem;
}

#registration-information.g-grid-col.x6 {
  padding-left: 1.5625rem;
}

#registration-fields input,
form[action="/user/register"] input[type=text],
form[action="/user/register"] input[type=email],
form[action="/user/register"] input[type=password] {
  max-width: 100%;
}

input#Password {
  padding-right: 5rem;
}

.join-mail-list {
  border: solid #cccccc thin;
}

.form-field .login-fields-size {
  max-width: 100%;
}

.disabled-button {
  opacity: 0.5;
  cursor: context-menu;
}

.disabled-button:hover {
  cursor: not-allowed !important;
}

.l-header .g-nav-promo .g-nav-promo-item.uac-mobile-show {
  display: none;
}

@media screen and (max-width: 55.625rem) {
  #registration-fields.g-grid-col.x6,
  #registration-information.g-grid-col.x6 {
    min-width: 100%;
    padding: 0 0.9375rem;
  }
  #registration-information {
    border-left: none;
  }
  #registration-information p:last-child {
    padding-bottom: 1.25rem;
  }
  .l-header .g-nav-promo .g-nav-promo-item {
    display: inline-block;
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
  }
  .l-header .g-nav-promo .g-nav-promo-item.uac-mobile-hide {
    display: none;
  }
  .l-header .g-nav-promo .g-nav-promo-item.uac-mobile-show {
    display: block;
  }
  .l-header .g-nav-promo .g-nav-promo-item a {
    padding: 0.625rem 0;
    margin: 0;
  }
  ul.g-nav-promo.inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 0;
  }
  .g-nav-main.l-header-toggleable.js-open .g-container {
    padding-top: 2.8125rem;
  }
  header .g-dark ul {
    display: none;
  }
  .l-header .g-nav-top {
    padding: 0.625rem;
  }
  .g-nav-promo.inner .g-nav-promo-item {
    padding: 0;
  }
  .g-nav-promo.inner .g-nav-promo-item a[href="/customerservice"],
  .g-nav-promo.inner .g-nav-promo-item a[href="https://support.seetickets.com/"] {
    display: none;
  }
  .g-nav-promo.inner .welcome-header {
    display: none;
  }
  .g-overlay.alternate.modal-overlay {
    background: #EEE;
  }
  form[action="/user/register"] input[type=text],
  form[action="/user/register"] input[type=email],
  form[action="/user/register"] input[type=password] {
    max-width: 100%;
  }
}
.show-hide-Password {
  position: relative;
  top: -3.25rem;
  float: right;
  border-left: solid #cccccc thin;
  width: 4.375rem;
  text-align: center;
  padding-top: 0.8125rem;
  cursor: pointer;
  height: 3.25rem;
  color: #333;
}

#registration-fields .facebook-login-container a,
.inner-login .facebook-login-container a {
  text-align: center;
  text-decoration: none;
}

#registration-fields .facebook-login-container .g-button.primary.facebook svg.g-icon.facebook,
.facebook-login-container .g-button.primary.facebook svg.g-icon.facebook {
  color: white;
  position: relative;
  left: -5px;
}

.g-overlay.alternate .g-overlay-content .g-overlay-content-header h1 {
  font-size: 2rem;
  line-height: 35px;
  padding-bottom: 45px;
}

.g-overlay-content .inner-login .form-field a[href="/user/forgotpassword"] {
  color: #0C9A9A;
  text-decoration: underline;
}

.g-overlay-content .inner-login .form-field a[href="/user/forgotpassword"]:hover {
  color: #0a8282;
}

.g-or-divider-modal {
  position: relative;
  border-top: 1px solid #bababa;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.g-or-divider-modal:before {
  background: #EEE;
  color: #232323;
  content: "OR";
  left: 50%;
  padding: 0 1.25rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.g-or-divider-modal.grey:before {
  background: #EEE;
}

.g-overlay.alternate.modal-overlay .g-overlay-content {
  background: #EEE;
}

.g-overlay-content.signin-modal-size {
  width: 20rem;
}

.fan-to-fan {
  color: #0C9A9A;
  text-decoration: underline;
}

.registration-form {
  margin: auto;
  padding: 0 10px;
}

.register-link {
  color: #0C9A9A;
  text-decoration: underline;
  font-size: small;
}

label[for=KeepMeLoggedIn].contain, label[for=JoinMailingList].contain {
  background-color: #F8F8F8;
}

.cs-invoices {
  width: 100%;
  margin-bottom: 20px;
}

.cs-invoices th {
  font-weight: 400;
  text-align: left;
  font-size: 13px;
}

.cs-invoices td, .cs-invoices th {
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
}

/* 
    __ Promoter ___________________________________________________________________________________________________________________
*/
.promo-large {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.promo-large:first-child {
  margin-bottom: 2em;
}

.promoter-wrapper {
  overflow: auto;
  display: block;
  margin: 2.5rem auto 1.25rem auto;
  text-align: center;
}

.promoter.border-image {
  border: 1px solid #B4E0E0;
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

.promoter.border-image img {
  margin: auto;
}

.promo-first-subtitle {
  margin-top: 1.25rem !important;
}

.testimonial {
  margin-bottom: 1.875rem;
}

.testimonial .quote {
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial .quoter {
  margin-top: 0.1875rem;
}

/* 
    __ js-behaviours-floatingbasket ___________________________________________________________________________________________________________________
*/
.g-floatingbasket .g-order-summary-item-remove .space-left {
  height: 1.1rem;
  margin-left: 0.625rem;
}

.js-behaviours-floatingbasket p {
  font-style: italic;
}

.js-behaviours-floatingbasket li {
  padding: 0.625rem 0 0;
}

.js-behaviours-floatingbasket .selection p {
  margin: 0.625rem 0 0;
}

.js-behaviours-floatingbasket .g-order-summary-item {
  font-size: 0.9em;
}

@media screen and (max-width: 55.625rem) {
  .js-behaviours-floatingbasket {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    margin: 20px 0 0 0;
    padding: 1rem;
    z-index: 9999;
  }
  .js-behaviours-floatingbasket .g-floatingbasket-content .selection {
    max-height: 200px;
    overflow-y: auto;
  }
  .js-behaviours-floatingbasket .g-order-summary-item {
    display: inline-block;
    border: 0;
    padding: 0;
    font-size: 0.8rem;
  }
  .js-behaviours-floatingbasket .g-order-summary-item:after {
    content: " ";
    display: block;
  }
  .js-behaviours-floatingbasket .g-order-summary-item + .g-order-summary-item {
    margin-left: 1rem;
  }
  .js-behaviours-floatingbasket .g-floatingbasket-header h4 {
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 43.125rem) {
  .js-behaviours-floatingbasket .g-floatingbasket-content .selection {
    max-height: 100px;
  }
  .js-behaviours-floatingbasket .g-order-summary-item {
    display: block;
  }
  .js-behaviours-floatingbasket .g-order-summary-item + .g-order-summary-item {
    margin-left: 0;
  }
  .js-behaviours-floatingbasket .g-order-summary-item:after {
    content: "";
    display: block;
  }
  .js-behaviours-floatingbasket .g-button.primary.half {
    padding: 0.78125rem 0.9375rem;
  }
}
/* 
    __ Animations ___________________________________________________________________________________________________________________
*/
@-webkit-keyframes arrow-bounce {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.125rem);
  }
}
@-moz-keyframes arrow-bounce {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(0.125rem);
  }
}
@keyframes arrow-bounce {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.125rem);
    -moz-transform: translateX(0.125rem);
    -ms-transform: translateX(0.125rem);
    -o-transform: translateX(0.125rem);
    transform: translateX(0.125rem);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes heartWobble {
  from {
    -webkit-transform: none;
  }
  10% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
  }
  20% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
  }
  30% {
    -webkit-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
  }
  40% {
    -webkit-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
  }
  50% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
  }
  60% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
  }
  70% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
  }
  80% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes heartWobble {
  from {
    -moz-transform: none;
  }
  10% {
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
  }
  20% {
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
  }
  30% {
    -moz-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
  }
  40% {
    -moz-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
  }
  50% {
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
  }
  60% {
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
  }
  70% {
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
  }
  80% {
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
  }
  90% {
    -moz-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes heartWobble {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  10% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
    -ms-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
    -o-transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
    transform: scale(1.2) rotate3d(0, 0, 1, -20deg);
  }
  20% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
    -ms-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
    -o-transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
    transform: scale(1.3) rotate3d(0, 0, 1, 20deg);
  }
  30% {
    -webkit-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
    -moz-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
    -ms-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
    -o-transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
    transform: scale(1.4) rotate3d(0, 0, 1, -16deg);
  }
  40% {
    -webkit-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
    -moz-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
    -ms-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
    -o-transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
    transform: scale(1.4) rotate3d(0, 0, 1, 16deg);
  }
  50% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
    -ms-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
    -o-transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
    transform: scale(1.3) rotate3d(0, 0, 1, -13deg);
  }
  60% {
    -webkit-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
    -moz-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
    -ms-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
    -o-transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
    transform: scale(1.3) rotate3d(0, 0, 1, 13deg);
  }
  70% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
    -ms-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
    -o-transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
    transform: scale(1.2) rotate3d(0, 0, 1, -11deg);
  }
  80% {
    -webkit-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
    -moz-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
    -ms-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
    -o-transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
    transform: scale(1.2) rotate3d(0, 0, 1, 7deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
    -moz-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
    -ms-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
    -o-transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
    transform: scale(1.1) rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes boof {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(6);
    opacity: 0;
  }
}
@-moz-keyframes boof {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(6);
    opacity: 0;
  }
}
@keyframes boof {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
    -o-transform: scale(6);
    transform: scale(6);
    opacity: 0;
  }
}
/* Overrides */
.hidden, .see-hidden, .see-hidden-postcode {
  display: none;
}

.toggle-tabs {
  display: block;
}

.toggle-tabs.active {
  display: none;
}

/* Hide the Google Translate Gadget */
.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

.goog-text-highlight {
  background-color: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
}

/* Ad Banners */
.g-ui-box.ad-banner {
  display: block;
  padding: 0.225rem 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 55.625rem) {
  .g-ui-box.ad-banner {
    display: none;
  }
}
@media screen and (max-width: 30rem) {
  .g-ui-box.ad-banner {
    padding: 0.225rem 0;
  }
}
.g-ad-container {
  padding: 0 0 0.225rem;
}

.advertisement.note {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #CCC;
  padding: 0 0.625rem;
}

.g-ad-container .g-ad {
  margin: 0 auto;
}

.g-ad-content {
  position: relative;
  text-align: center;
}

.g-ad.large-leaderboard {
  max-width: 940px;
  height: 180px;
}

.g-ad.square {
  max-width: 250px;
  height: 250px;
}

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

.ad-banner > section > div {
  margin: 0 auto 20px;
  display: block;
}

/* Support Artists */
.support-artists p {
  margin: 0;
}

.performing {
  display: inline;
}

.performing a,
.performing-expansion a {
  display: inline-block;
}

.performing a:not(:last-child):after,
.performing-expansion a:not(:last-child):after {
  content: ", ";
  display: inline-block;
}

.performing br,
.performing-expansion br {
  display: none;
}

.performing-expansion {
  display: none;
}

.g-button.secondary.small.artist-expand {
  display: inline-block;
  margin-top: 10px;
}

/*__ - User Accounts General ___________________________________________________________________________________________________*/
.fav-service-link {
  margin-right: 5px;
}

.fav-service-link > img {
  width: 150px;
  vertical-align: middle;
}

#lastfm-fav-link > img {
  width: 100px;
}

#facebook-fav-link > img {
  width: 120px;
}

#see-fav-link > img {
  width: 50px;
}

.sign-in-with-facebook-text {
  position: absolute;
  margin-top: 8px;
  margin-left: 56px;
  color: #fff;
  font-size: 13px;
}

.fb-facepile {
  margin-top: 10px;
}

.login-page form > div {
  margin-bottom: 10px;
  float: left;
  width: 225px;
}

.login-page .field-validation-error {
  position: relative;
  top: -10px;
  left: 0;
  margin-top: 10px;
}

.login-register-l .register-login {
  margin-right: 7px;
  margin-top: 10px;
  width: 190px;
}

@media screen and (max-width: 30rem) {
  .fav-service-link > img {
    display: block;
  }
}
#user-settings .indented-setting .disabled {
  color: #ccc;
}

#email-settings-updated {
  display: none;
}

.reset-pw-form {
  margin-top: 20px;
}

.l-checkout #triggerSignin.checkout-signin {
  max-width: fit-content;
  padding-right: 45px;
}

/* ___ Messi Modal Override (Page timeout in checkout requires this) ____________________________________________ */
.messi-box {
  background: #0C9A9A;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  width: 100% !important;
}

.messi-wrapper {
  background: transparent;
  border-radius: 0;
  padding: 20px;
}

.messi-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.messi-titlebox {
  background: transparent;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  padding: 10px;
  text-shadow: none;
}

.messi-content {
  background: transparent;
  color: #000;
}

.messi-content p {
  padding: 0 0 0.8em !important;
}

.messi-content .bt-all {
  color: #000;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
}

.messi .bt-messi-close, .messi .bt-messi-close:hover, .messi .bt-messi-close:active {
  background: none;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDgwNC41NzIwNjcyNjA3NDIyIDEwMjQiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03NDEuNzE0IDc1NS40MjlxMCAyMi44NTctMTYgMzguODU3bC03Ny43MTQgNzcuNzE0cS0xNiAxNi0zOC44NTcgMTZ0LTM4Ljg1Ny0xNmwtMTY4LTE2OC0xNjggMTY4cS0xNiAxNi0zOC44NTcgMTZ0LTM4Ljg1Ny0xNmwtNzcuNzE0LTc3LjcxNHEtMTYtMTYtMTYtMzguODU3dDE2LTM4Ljg1N2wxNjgtMTY4LTE2OC0xNjhxLTE2LTE2LTE2LTM4Ljg1N3QxNi0zOC44NTdsNzcuNzE0LTc3LjcxNHExNi0xNiAzOC44NTctMTZ0MzguODU3IDE2bDE2OCAxNjggMTY4LTE2OHExNi0xNiAzOC44NTctMTZ0MzguODU3IDE2bDc3LjcxNCA3Ny43MTRxMTYgMTYgMTYgMzguODU3dC0xNiAzOC44NTdsLTE2OCAxNjggMTY4IDE2OHExNiAxNiAxNiAzOC44NTd6Ii8+PC9zdmc+) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 0.225rem !important;
  right: 0.225rem !important;
  height: 40px !important;
  width: 40px !important;
}

/* ___ Misc ____________________________________________ */
#lastfmLogo {
  height: 2.1875rem;
  width: 2.1875rem;
  transform: translate(-6px, 7px);
  fill: #232323;
}

a#lastfmWrapper {
  display: inline-block;
  padding: 0.68125rem 0.375rem;
}

#see_recaptcha {
  margin-top: 20px;
}

#see_recaptcha a {
  text-align: left !important;
}

.con-pss-faq h2.m-top {
  margin-top: 45px;
}

#faq h2.border {
  margin: 0;
}

@media screen and (max-width: 30rem) {
  ul.g-feature-list {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 55.625rem) {
  .g-feature-list-item.g-grid-col.x3 {
    min-width: 50% !important;
  }
}
/* 
    __ Feature Page __________________________________________________________________________________________________________________
*/
.pv-carousel-item h3.pv-carousel-item-title.feature-title {
  display: block;
  height: 0;
  min-height: 0;
  max-height: 0;
}

.v-feature-page .g-masthead {
  overflow: auto;
}

.v-feature-page .g-outer {
  clear: both;
}

.v-feature-page .g-masthead-title {
  float: left;
}

.v-feature-page .g-ui-box-offside {
  line-height: 3.4375rem;
}

.slick-dots li {
  display: inline-block;
}

.slick-active button {
  background-position: 0 -22px;
}

@media screen and (max-width: 55.625rem) {
  .v-feature-page .g-ui-box-offside {
    float: none;
    clear: both;
    padding: 1rem 0 0 0;
  }
  #map_canvas {
    pointer-events: none;
  }
}
/* 
    __ Auto-complete search box __________________________________________________________________________________________________________
*/
.search-suggestions {
  background: #FFF;
  display: none;
  float: left;
  position: absolute;
  z-index: 10000;
  width: 100%;
  padding: 0.225rem 0.625rem 0.625rem;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3), 2px 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3), 2px 10px 10px rgba(0, 0, 0, 0.3);
}

.search-suggestions h2.border {
  margin: 1rem 0;
  padding-bottom: 0.625rem;
  float: left;
  font-size: 1.225rem;
}

.l-masthead .g-site-search .search-suggestions .search-see-all {
  margin: 0.625rem 0 0 0;
}

.l-masthead .g-site-search .search-suggestions .search-see-all .g-button.secondary {
  border: 1px solid #0c9a9a;
  color: #0c9a9a;
  margin: 0;
  padding: 0.225rem 0.625rem;
  width: auto;
  height: auto;
  font-size: 1rem;
  background: #FFF;
  line-height: inherit;
  position: static;
}

.search-suggestions .g-blocklist.box {
  overflow: hidden;
  clear: both;
}

.search-suggestions .g-blocklist.box .g-blocklist-item + .g-blocklist-item {
  margin-top: 0.225rem;
}

.search-suggestions .g-blocklist-item .g-blocklist-link {
  padding: 0.425rem;
}

.search-suggestions .g-blocklist.box .g-blocklist-item .g-blocklist-link,
.search-suggestions .g-blocklist.box .g-blocklist-item .g-blocklist-link {
  background: #FAFAFA;
  background: rgba(238, 238, 238, 0.5);
  transition: all 0.3s;
}

.search-suggestions .g-blocklist.box .g-blocklist-item:hover .g-blocklist-link,
.search-suggestions .g-blocklist.box .g-blocklist-item.active .g-blocklist-link {
  background: #EEE;
}

.l-masthead.small .g-site-search.small .search-suggestions .g-button.secondary svg.g-icon {
  vertical-align: unset;
}

.search-suggestions .g-blocklist.box .g-blocklist-item .g-blocklist-link svg.g-icon.arrow {
  width: 1.11719rem;
}

.search-suggestions .g-blocklist.box .g-blocklist-main,
.search-suggestions .g-blocklist.box .g-blocklist-main img {
  width: 48px;
  height: 48px;
}

.search-suggestions .g-blocklist.box .g-blocklist-main {
  flex-basis: auto;
}

@media screen and (max-width: 55.625rem) {
  .search-suggestions .g-blocklist.box .g-blocklist-item .g-blocklist-link,
  .search-suggestions .g-blocklist.box .g-blocklist-item .g-blocklist-link {
    background: #EEE;
  }
}
@media screen and (max-width: 43.625rem) {
  .g-site-search.small .search-suggestions {
    max-width: calc(100% - 1.875rem);
  }
  .search-suggestions .g-blocklist.box .g-blocklist-main {
    display: none;
  }
}
.search-suggestions .g-blocklist.box.Venues .g-blocklist-main,
.search-suggestions .g-blocklist.box.Locations .g-blocklist-main {
  display: none;
}

.search-suggestions .g-blocklist-sub-text:not(.has-image) {
  padding-left: 0;
}

.search-suggestions .g-blocklist.box.Venues .g-blocklist-sub-text,
.search-suggestions .g-blocklist.box.Locations .g-blocklist-sub-text {
  border: 0;
  margin-left: 0;
  padding: 0;
}

.search-suggestions .g-blocklist.box .event-title {
  display: block;
}

.l-masthead.small .search-suggestions .suggestion-extras {
  font-size: 0.85rem;
  display: block;
  line-height: 1rem;
}

form.g-site-search.small.l-header-toggleable {
  position: relative;
}

.suggestion-link b {
  font-weight: 500;
  text-decoration: underline;
}

.close-icon.offside {
  float: right;
}

.close-icon .g-icon.close {
  height: 1.5rem;
  width: 1.5rem;
  color: #AAA;
  cursor: pointer;
  margin-top: 0.225rem;
}

/* 
    __ UAC Resell __________________________________________________________________________________________________________________
*/
.resell-conditions ul {
  list-style-type: disc;
}

.resell-conditions ul li {
  margin-left: 15px;
  padding-left: 7px;
  font-size: 13px;
}

.resell-conditions a {
  font-size: 0.9em;
}

.v-resell-list .resell-list {
  margin-bottom: 25px;
}

.v-resell-list .g-blocklist-sub-text {
  font-weight: 400;
}

.v-resell-list .sub-header {
  font-size: 13px;
  font-weight: lighter;
  color: #404040;
}

.v-resell-add .resell-show-header {
  margin-bottom: 10px;
}

.resell-show-header p {
  margin: 0;
}

.resell-price .price-container {
  position: relative;
  overflow: hidden;
}

.resell-price .resale-cur-sym {
  position: absolute;
  top: 12px;
  left: 10px;
}

.resell-quantity select {
  margin-top: auto;
}

.resell-quantity > p {
  color: black;
  text-align: left;
}

.v-resell-add .resell-expand {
  background: #EEE;
  padding: 15px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.v-resell-add button {
  margin-top: 10px;
}

.v-resell-add .resell-expand .field-validation-error {
  margin-top: 15px;
}

.v-resell-add .resell-expand::after {
  content: "";
  display: block;
  clear: both;
}

.v-resell-add .resell-expand .resell-quantity {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.v-resell-add .resell-expand .resell-price {
  width: 40%;
}

.v-resell-add .resell-expand .resell-quantity select {
  width: 100px;
}

.v-resell-add .resell-expand .resell-price input[type=text] {
  width: 100%;
}

.v-resell-add .resell-expand .resell-quantity p,
.v-resell-add .resell-expand .resell-price p {
  font-weight: 400;
}

.v-resell-add .resell-expand .resell-price span {
  display: block;
  font-size: 12px;
  font-weight: lighter;
}

.v-resell-add .resell-expand .resell-price span.resale-cur-sym {
  display: inline;
  font-size: 14px;
  margin-right: 5px;
}

.v-resell-add li.resell-selection {
  margin-top: 10px;
}

.v-resell-add .g-blocklist.box .g-blocklist-link:after,
.v-resell-confirm .g-blocklist.box .g-blocklist-link:after {
  background-color: transparent;
  content: none;
}

.v-resell-add .g-blocklist.box .g-blocklist-action {
  width: 40%;
  text-align: left;
}

.v-resell-add .g-blocklist.box .g-blocklist-link.view-order-link {
  padding-right: 20px;
}

.v-resell-confirm .g-blocklist-link {
  margin: 10px 0;
  padding: 10px 0;
}

.v-resell-confirm .resell-chkbox label {
  display: inline-block;
  margin: 5px 0 5px 10px;
}

.v-resell-confirm .resell-postage-select {
  margin: 10px 0;
}

.v-resell-confirm .resell-postage-select label {
  display: inline-block;
  margin-left: 4px;
}

.v-resell-confirm .resale-confirm-summary {
  font-weight: 400;
}

.v-resell-confirm .resale-confirm-summary span {
  font-size: 0.8em;
}

.v-resell-confirm .r-fees {
  margin-bottom: 20px;
}

.v-resell-confirm .resell-select-ind {
  margin-top: 15px;
  padding-left: 10px;
}

.v-resell-manage .resale-sec-header,
.v-resell-buyer-details .resale-sec-header {
  font-size: 13px;
  padding: 5px 10px;
  background: #0C9A9A;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.2em;
}

.v-resell-manage .g-blocklist.box .g-blocklist-link {
  padding-right: 20px;
}

.v-resell-manage .g-blocklist.box .g-blocklist-link:after {
  content: none;
}

.v-resell-manage .resell-show-header {
  margin: 30px 0 10px 0;
}

.v-resell-manage .g-blocklist-link .g-blocklist-sub-text {
  font-weight: 400;
}

.v-resell-manage .g-blocklist-link .sub-header {
  font-size: 0.8em;
  font-weight: lighter;
}

.v-resell-manage .rs-action-link {
  padding: 5px 18px 4px 18px;
  margin: 0;
  border-top: 1px solid #dcdcdc;
  background: #EEE;
}

.v-resell-manage .g-blocklist-link .rs-post {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.v-resell-manage .rs-action-link strong {
  font-size: 0.9rem;
}

.v-resell-manage .g-button.social, .v-resell-manage .g-button.social + .g-button.social {
  margin-left: 0.4rem;
}

.resell-seller-paid {
  color: #0584B1;
  font-weight: 500;
}

.resell-show-header {
  margin: 15px 0;
}

.v-resell-buyer-details .resell-bd-list p {
  margin: 5px 0;
}

.v-resell-buyer-details .resell-bd-list li {
  padding: 7px;
  background: #eee;
  border-left: 5px solid #0C9A9A;
}

.v-resell-buyer-details .rs-postage-sub {
  margin: 0;
}

.v-resell-buyer-details .resell-delivery {
  margin-top: 20px;
}

.v-resell-buyer-details .resell-delivery p {
  margin: 0;
}

div.resell-edit-save {
  margin-top: 25px;
}

.evt-resell-sell {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

main p.no-resales {
  margin-bottom: 20px;
}

.g-driver.icon .g-driver-link.resell-driver {
  padding-left: 1.6rem;
}

.pv-resell-confirm select, .g-button.secondary.resell-sell-btn {
  margin-top: 15px;
}

.resell-listing-terms {
  margin-top: 25px;
}

.resell-listing-terms label {
  font-weight: 500;
}

.resell-listing-terms .g-faux-input.checkbox {
  margin-right: 5px;
}

p.resell-fee-warning {
  font-size: 15px;
  margin: 10px 0 !important;
  background: none;
  border-bottom: 1px solid #dcdcdc;
}

.pv-resell-edit-listing ul.form-fields,
.pv-resell-confirm ul.form-fields {
  margin-bottom: 5px;
}

.pv-resell-edit-listing #DebitCard,
.pv-resell-confirm #DebitCard {
  margin-bottom: 15px;
}

.pv-resell-confirm #DebitCard p,
.pv-resell-confirm #PayPal p {
  margin: 15px 0;
}

@media screen and (max-width: 30rem) {
  .v-resell-add .resell-expand .resell-quantity,
  .v-resell-add .resell-expand .resell-price {
    float: none;
    width: 100%;
  }
  .v-resell-add .resell-expand .resell-quantity select {
    width: 100%;
  }
  .v-resell-add .resell-expand .resell-quantity p {
    margin-bottom: 0;
  }
  .v-resell-add .resell-expand .resell-quantity select {
    margin-bottom: 20px;
  }
  .v-resell-manage .g-blocklist-link .rs-post {
    margin: 10px 0;
  }
  .v-resell-manage .rs-action-link {
    padding: 5px;
  }
  .v-resell-manage .rs-action-link a {
    display: block;
  }
  .v-resell-manage .rs-action-link a.social {
    display: inline-block;
    margin: 0;
  }
  .v-resell-manage .rs-social strong, .v-resell-manage .rs-social {
    display: block;
    text-align: center;
  }
  .v-resell-manage .rs-social a.social {
    text-align: center;
    margin: 0px 10px;
  }
  .v-resell-manage .rs-action-link .g-button.social + .g-button.social {
    margin-left: 0;
  }
  .g-button.small.resell-still {
    margin-left: 0;
  }
  .g-driver.icon .g-driver-link.resell-driver {
    padding-left: 1rem;
  }
}
main .listing-expire-warn {
  margin: 12px 0 !important;
  padding: 7px;
  border: 1px solid #EEE;
}

main .listing-expire-warn strong {
  font-weight: 400;
}

.resell-sec-only {
  font-size: 12px;
}

.pv-resell-browse .rs-brw-prompt,
.pv-resell-browse .rs-brw-prompt a {
  text-align: left;
  padding-left: 0;
}

.pv-resell-browse .results-count {
  margin-top: -5px;
}

.pv-resell-browse .search-results {
  clear: both;
}

.pv-resell-browse .resell-browse-sort {
  margin-top: 20px;
  height: 45px;
}

.pv-resell-browse .resell-browse-sellers {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.pv-resell-browse .resell-group-header {
  margin: 25px 0 10px 0;
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.pv-resell-browse .resell-search {
  float: left;
}

.pv-resell-browse .resell-search input[type=text] {
  padding: 7px;
  width: 250px;
}

.pv-resell-browse .resell-search button {
  padding: 9px;
  width: 80px;
  margin-right: 10px;
}

.pv-resell-browse .resell-clear-search {
  margin: 10px 0;
  display: inline-block;
}

@media screen and (max-width: 30rem) {
  .pv-resell-browse #search-order {
    margin-top: 15px;
  }
  .pv-resell-browse .resell-search a {
    margin: 10px 0;
    display: inline-block;
  }
  .pv-resell-browse .resell-search {
    width: 100%;
  }
  .pv-resell-browse .resell-search input[type=text] {
    width: 70%;
  }
  .pv-resell-browse .resell-search button {
    width: 25%;
  }
}
.resell-contact-btn {
  margin: 10px 0 0 0;
}

.resale-inner-message p.resell-msg-content {
  font-style: italic;
}

.resell-message-subject {
  margin-top: 20px;
}

.resale-message.parent {
  margin-top: 10px;
}

.v-resell-compose-message button.primary,
.v-resell-message-send button.primary {
  margin-top: 5px;
}

.v-resell-compose-message ul.form-fields,
.v-resell-message-send ul.form-fields {
  margin-bottom: 0;
}

/* 
    __ Make a Payment __________________________________________________________________________________________________________________
*/
.standalone-payment {
  margin-bottom: 1.125rem;
}

.collapsable {
  cursor: pointer;
}

.collapsable .right {
  right: 30px;
}

.arr-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arr-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arr-up, .arr-down {
  border: solid #0C9A9A;
  border-width: 0 0.3em 0.3em 0;
  padding: 0.3em;
  float: right;
  margin: -35px 0;
}

/* 
    __ Facebook Footer (Login/Share) __________________________________________________________________________________________________________________
*/
.facebook-footer {
  background-color: #0C9A9A;
  display: block;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  padding: 1.225rem 0;
  text-align: center;
  color: #FFF;
}

.facebook-footer .fb-button {
  display: inline-block;
  margin-right: 0.225rem;
  vertical-align: middle;
}

.facebook-footer .fb-welcome {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0.425rem;
  border-left: 1px solid #FFF;
  vertical-align: middle;
}

.facebook-footer .fb-welcome-title,
.facebook-footer .fb-welcome-subtitle {
  margin: 0;
  text-align: left;
  font-weight: 500;
}

.facebook-footer a.g-button.facebook {
  position: relative;
  width: 14rem;
  padding: 0.78rem 0 0.78rem 0.625rem;
  text-align: left;
}

.facebook-footer #closeFbBanner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6225rem;
}

.facebook-footer #closeFbBanner svg {
  color: #FFF;
  height: 2em;
  width: 2em;
}

.facebook-footer .g-button.primary.facebook svg.g-icon.facebook {
  position: absolute;
}

@media screen and (max-width: 43.125rem) {
  .facebook-footer a.g-button.facebook {
    width: 7rem;
    overflow: hidden;
  }
  .facebook-footer .fb-welcome {
    width: 11rem;
    text-align: left;
    top: -0.225rem;
  }
  .facebook-footer .fb-welcome-title,
  .facebook-footer .fb-welcome-subtitle {
    display: inline;
  }
  .facebook-footer .fb-welcome-title .fb-welcome-name:after {
    content: ", ";
  }
}
/* Social sharing buttons */
.st-btn {
  transition: all 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

.st-btn > svg {
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

.st-btn[data-network=facebook] {
  background-color: #3B5998;
}

.st-btn[data-network=twitter] {
  background-color: #55ACEE;
}

.st-btn[data-network=email] {
  background-color: #7D7D7D;
}

.st-btn[data-network=whatsapp] {
  background-color: #25D366;
}

.st-btn[data-network=sms] {
  background-color: #FFBD00;
}

.social-link, .tw {
  text-decoration: none !important;
}

.small-bottom-margin {
  margin-bottom: 0.312rem;
}

.profile-details-complete, .profile-details-incomplete {
  font-weight: 400;
  width: 32.9%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  cursor: context-menu;
  padding-top: 5px;
  padding-bottom: 5px;
}

.profile-details-complete {
  background-color: #0C9A9A;
  color: white;
}

.profile-details-incomplete {
  background-color: #EEE;
  color: #757575;
}

.profile-details-incomplete-message {
  font-weight: 400;
  margin: 0 0 15px 0;
}

.no-tour-heading-spacer {
  padding-bottom: 55px;
}

.social-buttons-size, .social-buttons-size-fbMessenger {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.social-buttons-size-fbMessenger {
  padding: 0;
}

.social-buttons-size > svg {
  margin-left: -4px;
  margin-top: -4px;
}

.pv-shared-connected-select-payment-option .contain img {
  height: 1.875rem;
}

.pv-shared-connected-select-payment-option .contain #LoginWithAmazon img {
  height: auto;
}

.pv-shared-connected-select-payment-option .form-field .contain .visa,
.pv-shared-connected-select-payment-option .form-field .contain .visa-debit,
.pv-shared-connected-select-payment-option .form-field .contain .mastercard,
.pv-shared-connected-select-payment-option .form-field .contain .maestro,
.pv-shared-connected-select-payment-option .form-field .contain .diners,
.pv-shared-connected-select-payment-option .form-field .contain .discover {
  width: 2.5rem;
  padding: 0.25rem;
  border-radius: 0.3125rem;
}

.pv-shared-connected-select-payment-option .form-field .contain .visa,
.pv-shared-connected-select-payment-option .form-field .contain .visa-debit,
.pv-shared-connected-select-payment-option .form-field .contain .mastercard,
.pv-shared-connected-select-payment-option .form-field .contain .diners,
.pv-shared-connected-select-payment-option .form-field .contain .discover {
  border: solid 0.0625rem #BEBEBE;
}

.visa {
  background: #fefefe;
  background: -webkit-linear-gradient(#FEFEFE, #EEE);
  background: -o-linear-gradient(#FEFEFE, #EEE);
  background: -moz-linear-gradient(#FEFEFE, #EEE);
  background: linear-gradient(#FEFEFE, #EEE);
}

.contain .discover {
  padding: 0 !important;
  width: auto !important;
}

.visa-debit,
.mastercard {
  background-color: #FFF;
}

.payment-card-art {
  width: 120px;
  float: left;
}

.wallet-summary {
  overflow: auto;
}

.wallet-summary p {
  margin: 0;
}

.wallet-summary div {
  float: left;
  margin: 10px 0 0 0;
}

.wallet-summary img {
  margin-right: 10px;
}

.secured-paypal {
  padding-top: 0;
}

.pv-shared-connected-select-payment-option .form-field .contain .maestro {
  background-color: #000;
  border: solid 0.0625rem #000;
}

.pv-shared-connected-select-payment-option .payment-buttons img {
  display: inline-block;
  float: none;
  width: auto;
  cursor: context-menu;
  margin-right: 0;
}

#visaCheckoutButton:hover {
  cursor: pointer;
}

.pv-shared-connected-select-payment-option .form-field label.contain input,
.pv-shared-connected-select-payment-option .form-field label.contain .g-faux-input {
  margin-top: 3px;
}

main .mb-payment-pending {
  padding: 20px;
}

@media screen and (max-width: 30rem) {
  .google-recaptcha-box, .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    -ms-transform: scale(0.85);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
  }
}
@media screen and (max-width: 20rem) {
  .google-recaptcha-box, .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    -ms-transform: scale(0.75);
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
  }
}
.forgotten-details-spacer {
  margin-top: 3.25rem;
}

/* spotify slide down */
#spotifyMessage {
  background-color: #001926;
  color: #b9b9b9;
}

.spotify-header {
  display: inline-block;
}

.spotify-button {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

#spotify-favourites #chevron svg {
  animation: unset;
  width: 1.5rem;
}

.chevron-up {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: all 0.3s;
}

.chevron-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s;
}

.g-button.primary.spotify {
  background-color: #1ed760;
  background: linear-gradient(#1ed760, #19c456);
  margin-bottom: 0.3125rem;
}

.g-button.primary.spotify:hover {
  background: #1cdb60;
  background: linear-gradient(#1cdb60, #1ad85d);
}

.g-button.primary.spotify svg {
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  top: 0.1875rem;
  left: -0.3125rem;
}

.spotify-information {
  padding-top: 0.625rem;
}

@media screen and (max-width: 55.625rem) {
  .spotify-information {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .l-spotify-text-position {
    width: 17.9375rem;
  }
  #spotifyMessage .g-inner .spotify-information p {
    margin-bottom: 0.9375rem;
  }
}
#spotify-text-small-screen {
  display: none;
}

#spotify-text-large-screen {
  display: inline-block;
}

@media screen and (max-width: 29.9375rem) {
  #spotify-text-large-screen {
    display: none;
  }
  #spotify-text-small-screen {
    display: inline-block;
    text-align: center;
  }
  .l-spotify-text-position {
    width: 17.9375rem;
  }
}
@media screen and (max-width: 60rem) {
  #spotify-text-large-screen {
    display: none;
  }
  #spotify-text-small-screen {
    display: inline-block;
  }
}
#spotify-favourites #spotify svg {
  fill: #34d864;
  font-size: 1.125rem;
  margin-right: 0.3125rem;
}

#amazonAddressBookWidgetDiv {
  height: 240px;
}

#amazonWalletWidgetDiv {
  height: 240px;
}

.trustpilot-container {
  margin-top: -6.9rem;
  float: right;
}

@media screen and (max-width: 40.125rem) {
  .trustpilot-container {
    float: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 30rem) {
  .import-service-sections.g-ui-box li:not(:first-child) {
    padding-top: 0.625rem;
  }
}
label.required-input:after {
  content: " *";
  color: red;
}

.required {
  color: red;
  font-weight: 500;
}

.dropdown-from-price {
  float: right;
  font-size: small;
  color: #343434;
  padding-right: 0.625rem;
}

.svg-masterpass-mark {
  width: 7.8125rem;
  height: 1.375rem;
}

.masterpass-icon {
  width: 1.5625rem;
}

#missing-address-message, #use-address-lookup {
  display: none;
}

.card-as-barcode {
  margin-top: 15px;
}

.tour-offer-star, .tour-offer-star-pos, .tour-offer-star-calendar-pos, .tour-offer-star-pos-df, .tour-offer-star-pos-df-find-tickets {
  color: #E7C829;
}

.tour-offer-star-pos {
  top: -40px;
}

.tour-offer-star-calendar-pos {
  float: left;
  margin-right: 4px;
  position: relative;
  top: 4px;
}

.tour-offer-star-pos, .tour-offer-star-pos-df, .tour-offer-star-pos-df-find-tickets {
  float: right;
  position: relative;
}

.tour-offer-star-pos-df {
  top: -21px;
}

.tour-offer-star-pos-df-find-tickets {
  top: -31px;
}

@media screen and (max-width: 55.625rem) {
  .tour-offer-star-pos {
    top: -47px;
  }
}
.tds-warning {
  border: 1px solid #FFF0BA;
}

.solt-tokens-logo {
  width: 15%;
  float: left;
  margin-right: 10px;
}

/* 
    __ Related date calender (related-date-calendar) ___________________________________________________________________________________
*/
.related-date-calendar-popup a.selected {
  background-color: #1F75CC;
  color: white;
  z-index: 100;
}

.related-date-calendar {
  cursor: default;
  display: none;
  text-align: left;
  width: 394px;
  z-index: 50;
  padding: 25px 25px 20px;
  width: 100%;
}

.related-date-calendar.related-date-calendar-popup {
  padding: 1.5rem;
}

.related-date-calendar-day {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  width: 14.2857%;
  border: 1px solid #BABABA;
  margin: -1px 0 0 -1px;
  background: #FFF;
  width: 14.2857%;
  min-height: 7rem;
}

.related-date-calendar p, #related-date-calendar.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.related-date-calendar-day.not-display-month {
  color: #757575;
  background: #F8F8F8;
}

.related-date-calendar-day a {
  display: block;
  color: #232323;
  text-decoration: none;
  font-weight: 400;
}

.related-date-calendar-day a:hover {
  background: #EEE;
}

.related-date-calendar-day-date {
  display: block;
  margin: 0;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  font-weight: 300;
  padding: 0.25rem;
}

.related-date-calendar-day-time {
  width: 100%;
  padding: 0.25rem;
}

.related-date-calender-today {
  font-weight: 500;
  float: right;
}

a#related-date-calendar-arrow-button {
  padding-left: 1.5rem;
}

@media screen and (min-width: 48.76rem) {
  .related-date-calendar-day:nth-child(-n+7) .related-date-calendar-day-name {
    position: absolute;
    bottom: 2rem;
    color: #232323;
    font-weight: 400;
  }
  .related-date-calendar-day:nth-child(n+8) .related-date-calendar-day-name {
    display: none;
  }
}
@media screen and (max-width: 48.75rem) {
  .related-date-calendar-day ul {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .related-date-calendar.related-date-calendar-popup {
    padding: 1.5rem;
  }
  .related-date-calendar-day {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 14.2857%;
    border: 1px solid #BABABA;
    margin: -1px 0 0 -1px;
    background: #FFF;
    width: 100%;
    padding-left: 5rem;
    min-height: 0;
  }
  .related-date-calendar-day.not-display-month, .related-date-calendar-day.empty {
    display: none;
  }
  .related-date-calendar-day a {
    display: block;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    padding: 0.5rem;
  }
  .related-date-calendar-day a:hover {
    background: #EEE;
  }
  .related-date-calendar-day-date {
    display: block;
    float: left;
    width: 5.625rem;
    font-weight: 400;
    font-size: 1.125rem;
    margin-left: -5rem;
  }
  .related-date-calendar-day-time {
    width: 100%;
    padding: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .related-date-calender-today {
    font-weight: 500;
    float: right;
  }
  .related-date-calendar-day:nth-child(-n+7) .related-date-calendar-day-name, .related-date-calendar-day:nth-child(n+8) .related-date-calendar-day-name {
    position: static;
    display: inline;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  a#related-date-calendar-arrow-button {
    padding-left: 1.5rem;
  }
}
.l-header > .fan-to-fan-disclaimer {
  margin-bottom: 0.3125rem;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.625rem;
}

@media screen and (max-width: 55.625rem) {
  .l-header > .fan-to-fan-disclaimer {
    font-size: 0.9rem;
  }
}
#invoice-info {
  margin-bottom: 15px;
}

#invoice-info > div label {
  display: block;
}

#invoice-address > div {
  display: block;
  margin-bottom: 15px;
}

#invoice-address > div label {
  display: block;
}

.info-popup {
  cursor: pointer;
  color: #636363;
}

.info-popup__modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  margin: 0;
  max-width: 26rem;
  padding: 1rem;
  position: absolute;
  z-index: 1000;
}

.info-popup__tail {
  background-color: #fff;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.hover-link {
  text-decoration: underline;
}

.hover-content {
  display: none;
  position: absolute;
  background: #EEE;
  color: #000;
  padding: 10px;
  border: 2px solid #000;
  max-width: 350px;
  text-align: center;
}

.theatre-booking-flow .g-tour-narratives,
.theatre-booking-flow .g-tour-narratives .narrative section,
.theatre-booking-flow .bz-reviews-sec {
  box-shadow: none;
}

.theatre-booking-flow .g-tour-narratives li::before {
  content: none;
}

.theatre-booking-flow .g-tour-narratives h1,
.theatre-booking-flow .g-tour-narratives h2 {
  margin-top: 0;
}

#tour-book-tickets {
  border: 1px solid rgb(204, 204, 204);
  box-shadow: none;
}

#tour-book-tickets h2 {
  padding: 15px;
  margin: 0;
}

#tour-book-tickets #tour-book-tickets__button {
  border-radius: 0;
  margin-top: 5px;
}

#tour-book-tickets .offers-text {
  padding: 10px 0 0 10px;
}

#tour-book-tickets #BazaarVoiceInlineRating {
  display: block;
  padding-left: 15px;
}

.tour-book-tickets__booking-until {
  padding: 10px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.tour-book-tickets__venue {
  padding: 20px 10px;
}

.tour-book-tickets__venue-title {
  text-transform: uppercase;
  font-weight: 400;
}

.tour-book-tickets--mobile {
  position: fixed;
  bottom: 0;
  z-index: 500;
  left: 0;
  right: 0;
}

.offers-banner {
  background: #E5C207;
  display: inline-block;
  height: 30px;
  padding: 2px 10px;
  position: relative;
  z-index: 0;
}

.offers-banner--innie,
.offers-banner--outie {
  padding-right: 25px;
}

.offers-banner--outie {
  float: left;
  margin-right: 10px;
}

.offers-banner--innie::after {
  background: #E5C207;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}

.offers-banner--outie::after {
  background: #fff;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #E5C207;
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}

.offers-banner__icon,
.offers-banner__text {
  color: #fff;
  display: inline-block;
  line-height: 1.2rem;
  vertical-align: middle;
}

.offers-banner__icon {
  float: none;
  margin: 0;
  padding: 0;
  position: initial;
}

.offers-banner__text {
  font-size: 0.9rem;
  font-weight: 500;
}

.tour-narrative .offers-banner {
  float: left;
  margin-right: 10px;
}

.theatre-booking-flow .tour-calendar-main .narrative {
  margin: 0;
}

.theatre-booking-flow-header {
  padding: 15px 10px;
  background-color: #fff;
}

.theatre-booking-flow-header img {
  float: left;
  height: 73px;
  margin: 0 15px 0 0;
  width: auto;
}

.theatre-booking-flow-header h1 {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 0.4rem;
}

.theatre-booking-flow-header h1 > .title {
  font-weight: 400;
}

.theatre-booking-flow-header p.venue,
.theatre-booking-flow-header .sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  margin: 0;
}

.theatre-booking-flow-header p.venue {
  display: inline-block;
}

.theatre-booking-flow-header .sub {
  padding-top: 0.8rem;
}

.theatre-booking-flow-header .sub a {
  color: #0c9a9a;
  font-weight: 400;
}

.tour-calendar__navigation__wrap,
.theatre-booking-flow-header .carousel {
  float: right;
}

.tour-calendar__navigation__wrap .carousel__items.carousel__items--multi {
  width: 500px;
}

.theatre-booking-flow-header .carousel__items.carousel__items--multi {
  width: 296px;
}

.tour-calendar__navigation__wrap .carousel__item,
.theatre-booking-flow-header .carousel__item {
  border-color: #0c9a9a;
  color: #0c9a9a;
  overflow-y: auto;
  position: relative;
  z-index: 0;
}

.tour-calendar__navigation__wrap .carousel__item.is-active,
.theatre-booking-flow-header .carousel__item.is-active {
  background: #0c9a9a;
  color: #fff;
}

.tour-calendar__navigation__wrap .carousel__item-inner,
.theatre-booking-flow-header .carousel__item-inner {
  padding: 5px;
}

.tour-calendar__navigation__wrap .carousel__item-inner > span,
.theatre-booking-flow-header .carousel__item-inner > span {
  display: block;
}

.tour-calendar__navigation__wrap .carousel__item-inner > .from-price {
  font-size: 0.66rem;
  line-height: 0.66rem;
  padding: 5px 0 0;
}

.tour-calendar__navigation__wrap .has-offers .carousel__item-inner > .from-price {
  text-align: right;
}

.tour-calendar__navigation__wrap .carousel__item-inner > .g-icon {
  position: absolute;
  left: 3px;
  top: 40px;
}

.theatre-booking-flow-header .carousel__item__option {
  background: #fff;
  color: #0c9a9a;
  font-weight: 400;
  text-decoration: none;
}

.theatre-booking-flow-header .carousel__item__option:hover {
  background: #0c9a9a;
  color: #fff;
}

.theatre-booking-flow .pv-event-calendar {
  margin: 0;
}

.tour-calendar-main {
  padding-top: 1.25rem;
}

.tour-calendar__navigation {
  display: flex;
  justify-content: center;
}

.tour-calendar__navigation--overflow .tour-calendar__navigation__wrap {
  width: 100%;
}

.tour-calendar__navigation__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  width: 100%;
}

.tour-calendar__navigation__heading {
  margin-bottom: 0;
  margin-right: 2rem;
}

.tour-calendar__navigation--overflow .tour-calendar__navigation__list {
  width: 100%;
  max-width: 32rem;
  display: flex;
  justify-content: flex-end;
  overflow: auto;
}

.tour-calendar__navigation--overflow .tour-calendar__navigation__list::-webkit-scrollbar {
  display: none;
}

.tour-calendar__navigation__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.tour-calendar__navigation--overflow .tour-calendar__navigation__item {
  flex: 0 0 20%;
}

.tour-calendar__navigation__item {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex: 0 0 6rem;
  display: inline-block;
  padding: 0 0.5%;
}

.tour-calendar__navigation__item--active .tour-calendar__navigation__link, .tour-calendar__navigation__item--active .tour-calendar__navigation__link:focus, .tour-calendar__navigation__item--active .tour-calendar__navigation__link:hover {
  background-color: #0C9A9A;
  border-color: #0C9A9A;
  color: #fff;
}

.tour-calendar__navigation__step--next {
  right: 0;
}

.tour-calendar__navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
  flex-direction: column;
  min-height: 4rem;
  padding: 0.25rem;
  border: 1px solid #0C9A9A;
  color: inherit;
}

.tour-calendar__navigation__item a {
  text-decoration: none;
}

.tour-calendar__key {
  margin: 1rem 0;
}

/* Mobile and Tablet */
@media screen and (max-width: 55.625rem) {
  .tour-calendar__navigation__heading {
    display: none;
  }
  .tour-calendar__navigation__item {
    flex: 0 0 25%;
  }
  .tour-calendar-main {
    padding: 0;
  }
  .tour-calendar__navigation__wrap .carousel {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .tour-calendar__navigation__wrap .carousel__arrow {
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 20px;
    margin: 0;
    padding: 5px;
    height: 25px;
  }
  .tour-calendar__navigation__wrap .carousel__arrow--left {
    order: 1;
  }
  .tour-calendar__navigation__wrap .carousel__arrow--right {
    order: 3;
  }
  .tour-calendar__navigation__wrap .carousel__items,
  .tour-calendar__navigation__wrap .carousel__items.carousel__items--multi {
    flex: 1 1 auto;
    order: 2;
    width: auto;
  }
  .tour-calendar__navigation__wrap .carousel__item {
    border: none;
    height: auto;
    line-height: 2rem;
    padding: 0;
    width: 100%;
  }
  .tour-calendar__navigation__wrap .carousel__item.is-active {
    background: none;
    color: #0c9a9a;
  }
  .tour-calendar__navigation__wrap .carousel__item-inner > span {
    display: inline;
    font-size: 1.2rem;
  }
  .tour-calendar__navigation__wrap .carousel__item-inner > .from-price {
    color: #333;
    display: block;
    font-size: 0.8rem;
    padding-top: 3px;
  }
  .tour-calendar__navigation__wrap .has-offers .carousel__item-inner > .from-price {
    text-align: center;
  }
  .tour-calendar__navigation {
    margin: 0;
    padding: 0.5rem 0;
    border-top: 1px solid #BABABA;
  }
  .tour-calendar-header__title {
    font-size: 1rem;
  }
  .tour-calendar__navigation__item {
    display: none;
  }
  .tour-calendar__navigation__item.tour-calendar__navigation__item--active {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }
  .tour-calendar__navigation__item.tour-calendar__navigation__item--active a {
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    color: #000;
    background: #FFF;
    border: 1px solid #FFF;
  }
  .tour-calendar__navigation__link {
    display: block;
  }
  .pv-event-calendar-content {
    padding: 0;
  }
  .theatre-booking-flow .tour-calendar__key {
    display: none;
  }
  .theatre-booking-flow .pv-event-calendar-day {
    display: flex;
  }
  .theatre-booking-flow .pv-event-calendar-day h3 {
    flex: 0 1 5.625rem;
  }
  .theatre-booking-flow ol.pv-calendar-day-list,
  .theatre-booking-flow ol.pv-calendar-day-event,
  .theatre-booking-flow ol.pv-calendar-day-event > li,
  .theatre-booking-flow ol.pv-calendar-day-event ul.times {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
  }
  .theatre-booking-flow ol.pv-calendar-day-list,
  .theatre-booking-flow ol.pv-calendar-day-event ul.times {
    padding: 0 0 10px;
  }
  .theatre-booking-flow li.pv-calendar-day-event {
    flex: 1 1 100%;
    margin: 10px 10px 0 0;
  }
  .theatre-booking-flow li.pv-calendar-day-event a {
    margin: 0;
  }
  .theatre-booking-flow li.pv-calendar-day-event a > span,
  .theatre-booking-flow li.pv-calendar-day-event a > time {
    white-space: nowrap;
  }
  .theatre-booking-flow li.pv-calendar-day-event a > span {
    line-height: 1rem;
  }
}
.buy-tickets-button__quantity {
  display: none;
}

.full-screen-layout {
  height: 100%;
}

.full-screen-layout .pv-shared-service-is-live-warning {
  opacity: 0.9;
  position: absolute;
  width: 100%;
}

.full-screen-layout,
.full-screen-layout .l-content,
.full-screen-layout .site-wrapper,
.full-screen-layout .site-wrapper > .container,
.full-screen-layout #selecttickets,
.full-screen-layout #ticket_select_submit,
.full-screen-layout #seat-picker,
.full-screen-layout #seat-picker {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  margin: unset;
}

body.full-screen-layout {
  flex: 0 1 auto;
}

body.full-screen-layout > footer,
body.full-screen-layout > .l-footer,
body.full-screen-layout > .site-wrapper > footer,
body.full-screen-layout > .site-wrapper > .footer {
  display: none;
}

.full-screen-layout .narrative.top {
  background: #fff;
  border-top: 1px solid #E6E6E6;
  height: 100px;
  padding: 0;
  position: relative;
  z-index: 11;
}

.full-screen-layout .narrative.top > .g-inner {
  background: #fff;
  height: 99px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.full-screen-layout .narrative__content {
  height: 99px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.full-screen-layout .narrative.top > .g-inner,
.full-screen-layout .narrative__content {
  transition: height ease-in-out 100ms;
}

.full-screen-layout .narrative.top > .g-inner > .show-more {
  background: #e6e6e6;
  cursor: pointer;
  line-height: 30px;
  margin-right: -10px;
  padding: 0 20px;
  position: absolute;
  text-align: right;
  z-index: 1;
}

.full-screen-layout .narrative.top > .g-inner > .show-more.expanded {
  bottom: 0;
  margin: 0;
  right: 0;
  width: 100%;
}

.full-screen-layout .narrative.top.expanded > .g-inner {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  height: 50vh;
}

.full-screen-layout .narrative.top.expanded .narrative__content {
  height: 100%;
  padding-bottom: 30px;
}

.full-screen-layout .offer-codes-box {
  padding: 0 0 5px;
  position: relative;
  width: 100%;
}

.full-screen-layout .offer-codes-box__change-code {
  color: #0c9a9a;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
}

.full-screen-layout .offer-code-entered,
.full-screen-layout #offerCodeForm button,
.full-screen-layout #offerCodeForm .field-validation-error {
  margin: 0;
}

.full-screen-layout .offer-code-entered {
  display: inline-block;
  margin: 0 10px 0 0;
}

.full-screen-layout #offerCodeForm {
  background: #fff;
  height: 0;
  max-width: 58.75rem;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  transition: height ease-in-out 100ms, padding-top ease-in-out 100ms, box-shadow ease-in-out 100ms;
  width: 100%;
  z-index: 100;
}

.full-screen-layout #offerCodeForm.expanded {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  height: 20vh;
  padding-top: 10px;
}

.full-screen-layout .l-header,
.full-screen-layout .full-screen-layout-header,
.full-screen-layout .legend-container {
  flex: 0 1 auto;
}

.full-screen-layout #seat-picker .legend-container .legend h3 {
  margin: 0;
  line-height: 1rem;
}

.full-screen-layout .legend h3 > span {
  line-height: 1rem;
}

.full-screen-layout #seat-picker h3 .st-extended-offer-desc {
  font-size: 0.8rem;
}

.full-screen-layout #seat-picker {
  border-style: solid none none;
  margin: 0;
}

.full-screen-layout .seat-choices {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row;
  height: 0;
}

.full-screen-layout .gl-button-click-spinner {
  margin: 10px auto !important;
}

.full-screen-layout .canvas-container {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
}

.full-screen-layout #seat-picker .seat-selections {
  background: #eee;
  border: 1px #E6E6E6;
  border-style: none none none solid;
  display: flex;
  flex: 0 0 350px;
  flex-flow: column;
  margin: 0;
  opacity: 1;
  padding: 10px;
}

.full-screen-layout #seat-picker .no-selections-message,
.full-screen-layout #seat-picker .your-selections-message {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.full-screen-layout #seat-picker .seat-selections__item {
  display: flex;
  justify-content: space-between;
  min-height: 30px;
  padding: 5px 30px 5px 5px;
  position: relative;
  z-index: 0;
}

.full-screen-layout #seat-picker .seat-selections__item > span {
  font-weight: 500;
  padding: 0;
}

.full-screen-layout #seat-picker .seat-selections__item > a {
  background: #fff;
  border-radius: 50%;
  height: 20px;
  display: block;
  line-height: 20px;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 20px;
  z-index: 0;
}

.full-screen-layout #seat-picker .seat-selections__item > a:hover {
  background: #efefef;
}

.full-screen-layout #seat-picker #seat-picker-messages {
  order: 1;
}

.full-screen-layout #seat-picker #seat-picker-messages span {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.2rem;
  margin: 0 0 0.4rem;
  padding: 0;
}

.full-screen-layout #seat-picker #seat-picker-messages > span > span {
  margin: 0;
  padding: 0;
}

.full-screen-layout .seat-selections__summary {
  flex: 1 1 auto;
  overflow: auto;
  order: 2;
  position: relative;
}

.full-screen-layout .seat-selections__buy-area {
  display: flex;
  flex: 0 1 auto;
  flex-flow: column;
  order: 3;
}

.full-screen-layout #seat-picker .restoration-levy-message,
.full-screen-layout #seat-picker .transaction-fee-message {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
}

.full-screen-layout .seat-selections__buy-area .buy-tickets-button {
  flex: 0 1 auto;
  order: 3;
}

.full-screen-layout .seat-selections__buy-area .restoration-levy-message {
  flex: 0 1 auto;
  order: 1;
}

.full-screen-layout .seat-selections__buy-area .transaction-fee-message {
  flex: 0 1 auto;
  order: 2;
}

.full-screen-layout .seat-picker-messages span:not(:empty) {
  margin-bottom: 10px;
  font-size: 13px;
}

.full-screen-layout .seat-picker-messages .generic-warning {
  background-color: #fffbec;
  padding: 10px;
}

/* Mobile */
@media screen and (max-width: 30rem) {
  .full-screen-layout .l-header.small .g-nav-top.g-dark {
    display: none;
  }
  .full-screen-layout .l-masthead.small > .g-inner .g-container .g-see-logo {
    float: none;
    height: 1.5rem;
    margin: 10px;
    padding: 0;
  }
  .full-screen-layout .l-masthead.small > .g-inner .g-container .g-see-logo svg {
    height: 1.5rem;
  }
  .full-screen-layout .l-masthead.small .l-masthead-checkout-title {
    display: none;
  }
  .full-screen-layout .theatre-booking-flow-header .carousel {
    display: none;
  }
  .theatre-booking-flow-header {
    padding: 10px;
  }
  .theatre-booking-flow-header h1,
  .theatre-booking-flow-header p.venue,
  .theatre-booking-flow-header .g-block-head.sub {
    display: block;
    margin: 0 0 0 88px;
    padding: 0;
  }
  .theatre-booking-flow-header h1 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding: 0 0 0.2rem;
  }
  .theatre-booking-flow-header p.venue,
  .theatre-booking-flow-header .g-block-head.sub {
    font-size: 0.9rem;
    padding: 0;
  }
  .theatre-booking-flow-header .g-block-head.sub > a {
    display: block;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-decoration: none;
  }
  .full-screen-layout .offer-code-entered,
  .full-screen-layout .offer-codes-box__change-code {
    padding-left: 10px;
  }
  .full-screen-layout .offer-code-entered {
    margin: 0;
  }
  .full-screen-layout .offer-codes-box .clear-offer {
    margin: 0;
    padding: 5px;
  }
  .full-screen-layout .narrative__content {
    padding: 10px;
  }
  .full-screen-layout #seat-picker .legend {
    padding: 5px;
  }
  .full-screen-layout #seat-picker .legend > span {
    width: initial;
  }
  .full-screen-layout .seat-choices {
    flex-flow: column;
    position: relative;
  }
  .full-screen-layout #seat-picker .seat-selections {
    flex: 0 1 95px;
    padding: 0;
    position: initial;
  }
  .full-screen-layout #seat-picker .seat-picker-messages {
    background: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .full-screen-layout #seat-picker .seat-picker-messages > span {
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin: 5px 10px;
  }
  .full-screen-layout #seat-picker .seat-selections > h3,
  #seat-picker-summary {
    display: none;
  }
  .full-screen-layout .seat-selections__buy-area {
    flex: 1 1;
    flex-flow: column;
    padding-top: 0.4rem;
  }
  .full-screen-layout #seat-picker .seat-selections__summary {
    display: none;
  }
  .full-screen-layout #seat-picker .restoration-levy-message,
  .full-screen-layout #seat-picker .transaction-fee-message,
  .full-screen-layout #seat-picker .handling-fee-info {
    flex: 1;
    padding: 0 10px 0.4rem;
  }
  .full-screen-layout #seat-picker .restoration-levy-message,
  .full-screen-layout #seat-picker .transaction-fee-message {
    order: 2;
  }
  .full-screen-layout #seat-picker .handling-fee-info {
    order: 1;
  }
  .full-screen-layout #seat-picker .restoration-levy-message {
    display: none;
  }
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex: 1 1 40px;
    justify-content: center;
    order: 3;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button__text,
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button__quantity {
    display: block;
    margin-right: 10px;
  }
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button__text {
    text-align: right;
  }
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button__quantity {
    font-size: 0.9rem;
    text-align: left;
  }
  .full-screen-layout .seat-selections__buy-area .buy-tickets-button .g-icon {
    margin: 0;
    position: initial;
  }
}
/* Kill this element visibility for the booking purchase flow */
.l-checkout-full-width .yes_insurance,
.l-checkout-full-width .insurance-detail {
  display: none !important;
}

.checkout-flow-block {
  display: block !important;
}

/* Tablet */
.checkout-stages {
  display: inline-block;
}

.checkout-stages__list {
  line-height: 4rem;
}

.checkout-stages__list-item {
  display: inline-block;
  padding: 5px;
  color: #bababa;
}

.checkout-stages__list-item span {
  background: #bababa;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 1.4rem;
  text-align: center;
  width: 1.4rem;
  margin-right: 3px;
}

.checkout-stages__list-item.checkout-stages__list-item--completed {
  color: #000;
}

.checkout-stages__list-item.checkout-stages__list-item--completed span {
  background: #000;
}

.checkout-orderdetails {
  display: flex;
  flex-flow: column;
}

.checkout-orderdetails__row {
  display: flex;
}

.payment-options li label, .checkout-orderdetails {
  overflow: auto;
}

.payment-options .payment-options__text {
  float: left;
  font-weight: 500;
}

.payment-options .payment-options__image {
  float: right;
}

.payment-options__text span {
  font-weight: 500;
}

.payment-options__text span:last-child {
  font-weight: 300;
}

.checkout-summary {
  display: flex;
  padding: 1.5625rem;
  overflow: auto;
}

.checkout-summary__order-details, .checkout-orderdetails__content {
  flex: 1 1 auto;
  margin-left: 20px;
  order: 2;
}

.checkout-summary__order-details .pv-shared-connected-order-details {
  margin: 0;
  overflow: hidden;
}

.checkout-summary__order-details .g-order-summary-top, .checkout-orderdetails .g-order-summary-top {
  padding-top: 0;
}

.checkout-summary__order-details .g-order-summary-total,
.checkout-summary__order-details .g-order-summary-item.transaction-fee,
.checkout-summary__order-details .g-order-summary-item.processing-fee {
  display: none !important;
}

.checkout-summary__image-container {
  display: flex;
  flex-flow: column;
  order: 1;
}

.checkout-summary__image, .checkout-orderdetails__image {
  max-height: 160px;
}

.l-checkout-full-width .g-masthead.checkout {
  padding: 0;
}

.l-checkout-full-width .g-masthead.checkout .g-ui-box {
  box-shadow: none;
  margin: 0;
}

.l-checkout-full-width .g-masthead.checkout .g-masthead-title {
  line-height: 4rem;
}

.l-checkout-full-width .g-masthead.checkout aside {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 0.8rem;
}

.l-checkout-full-width .g-order-summary-top-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.checkout-summary .g-order-summary-item:nth-last-child(-n+2),
.checkout-summary .processing-fee {
  border-bottom: none;
  padding-bottom: 0;
}

.l-checkout-full-width .border {
  padding-bottom: 0;
  margin: 0 0 0.8rem;
}

.l-checkout-full-width .border:after {
  display: none;
}

.configure-header {
  margin-bottom: 0;
}

.l-checkout-full-width .l-content .g-ui-box {
  padding: 1.25rem;
  /*border: 1px solid #E6E6E6;
  margin: 0;*/
  overflow: auto;
}

.l-checkout-full-width main .g-ui-box h2,
.l-checkout-full-width main .g-ui-box h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.l-checkout-full-width p {
  margin: 0 0 0.4rem;
}

.l-checkout-full-width .pv-shared-connected-select-payment-option li {
  margin: 15px 0;
}

.l-checkout-full-width .pv-shared-connected-select-payment-option .c-cards-con {
  height: initial;
}

.l-checkout-full-width .pv-shared-connected-select-payment-option .paypal-payment-option {
  margin-bottom: 8px;
}

.checkout-f-disabled-input {
  border: 1px #dedede solid;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 0.71875rem 0.625rem;
  width: 100%;
  max-width: 18.75rem;
  margin-top: 0;
  cursor: not-allowed;
}

#voucherNote {
  padding: 20px;
  border-top: 1px solid #E6E6E6;
}

#voucherNote h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

#voucherNote p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.postage-price, .insurance-choice__price {
  float: right;
}

.postage-price--free {
  text-transform: uppercase;
  color: #0C9A9A;
  font-weight: 500;
}

.checkout-orderdetails__buy {
  float: right;
}

.form-field {
  margin-bottom: 0.625rem;
}

.form-fields .form-field:last-of-type {
  margin-bottom: 0;
}

.form-field__group .form-field {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
  width: 17.92rem;
}

.form-field__group .form-field:last-child {
  margin-right: 0;
}

.form-field__group.no-input-border input[type=text],
.form-field__group.no-input-border [type=email],
.form-field__group.no-input-border [type=search] {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}

div.form-field.checkout-full-address-payment {
  width: 48.5%;
}

.checkout-full-address-payment #addressList {
  width: 400px;
}

.checkout-full-address-payment .ccv-number input {
  width: 115px;
}

.checkout-full-address-payment .form-field {
  width: 100%;
}

.checkout-full-address-payment .paymentCardManualEntryContainer hr {
  display: none;
}

.checkout-full-address-payment label[for=Address_SaveAddressAfterCheckout] {
  display: inline-block;
  margin-bottom: 15px;
}

.checkout-orderdetails__content .pv-shared-connected-order-details {
  margin-top: 0;
}

.checkout-orderdetails__content .g-order-summary-top {
  padding-top: 0;
}

.configure-full-width .checkout-summary__order-details {
  margin: 0;
}

.configure-full-width .checkout-summary__image-container {
  margin-right: 15px;
}

.release-tickets-link {
  float: left;
  clear: left;
  padding-top: 0.4rem;
  text-decoration: none;
}

.l-checkout-full-width .form-field label.contain {
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 0.4rem 1.875rem;
  background: white;
}

.l-checkout-full-width .form-field:last-child label.contain {
  border-bottom: none;
  padding-bottom: 0;
}

.l-checkout-full-width #buybutton,
.l-checkout-full-width #checkoutSubmit,
.l-checkout-full-width #buybutton ~ .field-validation-error,
.l-checkout-full-width #checkoutSubmit ~ .field-validation-error {
  margin-left: auto;
}

.checkout-orderdetails__row.buy-button {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 10px;
}

.insurance-warning-lm {
  text-align: left;
  margin-bottom: 15px;
  background-color: #F2DEDE;
  border-radius: 0.2em;
  padding: 15px;
  color: #B75B5D;
}

.insurance-warning-lm svg {
  width: 16px;
  fill: #AD4B45;
}

.insurance-warning-lm strong {
  color: #AD4B45;
}

@media screen and (max-width: 55.625rem) {
  .payment-options__text {
    max-width: 50%;
  }
}
@media screen and (max-width: 30rem) {
  .checkout-summary__image, .checkout-orderdetails__image {
    max-height: 80px;
  }
  .g-outer.tight {
    padding: 0;
  }
  .payment-options__text, .payment-options__image {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .payment-options__image {
    margin-bottom: 10px;
  }
  .g-order-summary {
    margin-bottom: 0;
  }
  .release-tickets-link {
    max-width: 100px;
    font-size: small;
    line-height: normal;
  }
  .l-checkout .g-inner .configure-header {
    margin-bottom: 0;
  }
  .l-checkout .g-outer.tight {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .l-checkout-full-width .g-masthead-inner {
    padding-left: 20px;
  }
  div.form-field.checkout-full-address-payment {
    width: 100%;
  }
  .l-checkout-full-width .checkout-summary__image-container {
    display: none;
  }
}
@media screen and (max-width: 60rem) {
  .form-field__group .form-field {
    width: 100% !important;
  }
  .l-checkout-full-width .payment-sec {
    margin-top: 20px;
  }
}
/* Expandable Tour/Event Narrative */
.g-tour-narratives .expandable-narrative,
.g-event-narratives .expandable-narrative {
  margin-bottom: 20px;
}

.g-tour-narratives .expandable-narrative,
.g-event-narratives .expandable-narrative,
.pv-shared-connected-tour-description .expandable-narrative {
  overflow: hidden;
  padding: 0 0 45px;
  position: relative;
  transition: height ease-in-out 200ms;
  z-index: 0;
}

.g-tour-narratives .expandable-narrative > :not(.expandable-narrative__read-more):last-of-type,
.g-event-narratives .expandable-narrative > :not(.expandable-narrative__read-more):last-of-type,
.pv-shared-connected-tour-description .expandable-narrative > :not(.expandable-narrative__read-more):last-of-type {
  margin-bottom: 0;
}

.g-tour-narratives .expandable-narrative__read-more,
.g-event-narratives .expandable-narrative__read-more,
.pv-shared-connected-tour-description .expandable-narrative__read-more {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 20px 20px #fff;
  bottom: 0;
  cursor: pointer;
  height: 25px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.g-tour-narratives .expandable-narrative__read-more__link,
.g-event-narratives .expandable-narrative__read-more__link,
.pv-shared-connected-tour-description .expandable-narrative__read-more__link {
  color: #0c9a9a;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  vertical-align: top;
}

.g-tour-narratives .expandable-narrative__read-more__link:hover,
.g-event-narratives .expandable-narrative__read-more__link:hover,
.pv-shared-connected-tour-description .expandable-narrative__read-more__link:hover {
  text-decoration: underline;
}

/* BoldChat override */
.boldchat-form .bc-form-intro,
.boldchat-form .bc-input-label,
.boldchat-form .bc-input-container,
.boldchat-form .bc-input-placeholder input,
.boldchat-form .bc-input-placeholder textarea {
  color: black !important;
}

/* Nectar */
/* Palette 
- Core Nectar Purple: #8223FA
- Nectar Yellow: #FFCD00
- White: #FFFFFF
- Putty: #F0E6E1 */
.nectar-banner {
  display: flex;
  justify-content: center;
}

.nectar-banner img {
  max-width: 100%;
}

.pv-nectarcard__reward {
  display: block;
  margin-top: 15px;
  overflow: hidden;
  width: 100%;
}

.pv-nectarcard__reward__badge {
  align-items: center;
  background: #F0E6E1;
  border-radius: 5px;
  color: #8223FA;
  display: flex;
  padding: 0 11px 0 0;
}

.pv-nectarcard__reward__logo {
  margin: 0;
  max-height: 60px;
  vertical-align: middle;
}

.pv-nectarcard__reward__message {
  font-family: ItalianPlateNo1Expanded-Regular, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  display: inline;
  vertical-align: middle;
}

/* Fixes/tweaks (vNext project 2020) */
.performing a:not(:last-child):after {
  margin-right: 0 !important;
}

.cs-today, .warning {
  border: none !important;
  padding: 15px !important;
  border-radius: 5px;
}

.show-update-notice {
  margin-top: 10px;
}

.add-order-link {
  margin-bottom: 30px;
}

p.success-imp {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0c9a9a;
}

.pah-btn-icon {
  position: absolute;
  top: 10px;
  left: 19px;
}

#contact-us-form select, #contact-us-form textarea {
  max-width: 100%;
}

.g-floatingbasket {
  margin: 20px 0;
}

.g-floatingbasket h4 {
  margin-bottom: 10px;
}

.g-floatingbasket .g-order-summary-item-name {
  padding-bottom: 5px;
}

.g-floatingbasket .g-order-summary-item > * {
  font-size: 14px;
}

.pv-calendar-day:nth-child(-n+7) .pv-calendar-day-date-day {
  /* NOTE: this can be removed once the main website deployment for 09/12/19 is live. */
  bottom: 10.2125rem !important;
}

.pv-calendar-day-event-subtext.off-sale-status {
  color: #0c9a9a;
}

.g-overlay-content .g-icon.close {
  margin-top: -10px;
  width: 1em !important;
}

.g-overlay-content a {
  text-decoration: underline;
  color: #fff;
}

.newsletter-sign-up {
  margin-top: 10px;
}

.g-filter {
  padding-bottom: 10px;
}

.success-imp.refund-req {
  margin-bottom: 10px;
}

.g-button.secondary.small {
  padding: 5px 20px;
}

.deposit-list th {
  font-size: 14px;
}

.v-news-index .g-ui-box-media img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 15px;
}

.pv-registration-check .clear-deposit input {
  margin: 10px 10px 0 0;
}

.pv-search-sidebar {
  padding: 20px;
}

main .pv-search-filter h2 {
  font-size: 20px;
}

.pv-search-sidebar-facet-option {
  font-size: 15px;
}

.pv-shared-link-order-already-purchased table {
  width: 100%;
}

.bw-inserts {
  margin-bottom: 15px;
}

.bw-res-row p {
  margin: 2px 0;
}

.g-floatingbasket-content .g-order-summary-item-remove {
  padding-bottom: 6px;
  padding-left: 2px;
}

.auto-insert {
  margin-top: 7px;
  display: block;
  font-weight: 400 !important;
  color: #636363;
}

#duplicate-order-warning {
  margin-bottom: 10px;
}

/* Offer pages fixes */
#offerPageHeading .g-icon {
  vertical-align: initial;
}

#offerPageHeading .scroll-left .g-icon {
  margin-left: 2px;
}

#offerPageHeading .scroll-right .g-icon {
  margin-left: 5px;
}

#offerPageHeading ul li {
  margin-right: 0;
  padding: 7px 15px;
}

@media only screen and (max-width: 45.625rem) {
  .pv-shared-sidebar-checkoutbasket {
    margin: 15px 0 -8px 0;
  }
}
@media screen and (max-width: 30rem) {
  .g-outer.tight {
    padding: 1rem;
  }
}
.face-value-desc {
  display: none;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.paired-event {
  background: #EEE;
}

li.pv-calendar-day-event.paired-event a time {
  color: #0a8282;
}

.confirm-pay-btn svg {
  margin-top: 15px;
}

@media screen and (max-width: 30rem) {
  #checkoutSubmitButton {
    max-width: 100%;
  }
  .checkout-order-final-cont .gl-button-click-spinner {
    width: 100% !important;
    margin: 10px auto 0 auto;
  }
}
.skyscraper-ad {
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
}

.v-tour-index .skyscraper-ad {
  top: 4.25rem !important;
}

@media only screen and (max-width: 1360px) {
  .skyscraper-ad {
    display: none;
  }
}
/* Country/Language selector */
.country-selection-container,
.language-selection-container {
  cursor: pointer;
  margin-right: 5px;
}

.country-selection-container:focus,
.language-selection-container:focus,
.country-selection-container span:focus .language-selection-container span:focus {
  outline: none;
}

.country-selection-container .chevron svg,
.language-selection-container .chevron svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: all 0.3s;
}

.country-selection-container.closed .country-list-menu,
.language-selection-container.closed .language-list-menu {
  height: 0px;
  display: none;
}

.country-selection-container.closed .chevron svg,
.language-selection-container.closed .chevron svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s;
}

.country-selection-container .country-switch .chevron,
.language-selection-container .language-switch .chevron {
  color: hsla(0, 0%, 100%, 0.8);
}

.country-selection-container .country-switch .chevron svg,
.language-selection-container .language-switch .chevron svg {
  animation: unset;
  width: 1.5rem;
}

.country-selection-container .country-list-menu,
.language-selection-container .language-list-menu {
  background-color: #f5f5f5;
  position: absolute;
  z-index: 10;
  box-shadow: 2px 2px 7px #8c8c8c;
  padding: 2px 0 2px;
  margin-top: 10px;
  min-width: 160px;
}

.language-selection-container .language-list-menu {
  padding-left: 5px;
}

.country-selection-container .country-list-menu .info,
.language-selection-container .language-list-menu .info {
  color: #000;
  padding-left: 0.5em;
  font-weight: 500;
}

.country-selection-container .country-list-menu .country-item {
  line-height: 1.6rem;
  padding-left: 1em;
}

.country-selection-container .country-list-menu .country-item svg,
.country-selection-container .country-list-menu .country-item img {
  max-height: 15px;
  max-width: 18px;
  border-radius: 2px;
}

.country-selection-container .country-list-menu .country-item:hover {
  font-weight: 500;
}

.country-selection-container .country-list-menu .country-item a {
  display: inline-block;
  width: 100%;
}

.country-selection-container .country-list-menu .country-item span.country-name {
  color: #000;
}

.country-selection-container .country-list-menu .country-item span.country-code {
  color: #000;
  display: none;
}

.language-selection-container .language-list-menu .language-item {
  color: #000;
  line-height: 1.2rem;
  padding-left: 1.3em;
  font-weight: 200;
  display: block;
}

.language-selection-container .language-list-menu .language-item:hover {
  font-weight: 500;
}

.language-selection-container .language-list-menu .language-item[selected] {
  font-weight: 400;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 1024.0000610351562 1024'%3E%3Cpath d='M954.857 323.429q0 22.857-16 38.857l-491.429 491.429q-16 16-38.857 16t-38.857-16l-284.571-284.571q-16-16-16-38.857t16-38.857l77.714-77.714q16-16 38.857-16t38.857 16l168 168.571 374.857-375.429q16-16 38.857-16t38.857 16l77.714 77.714q16 16 16 38.857z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px 15px;
}

.country-selection-container .current-selected-country svg,
.country-selection-container .current-selected-country img {
  height: 20px;
  width: 30px;
  border-radius: 5px;
  vertical-align: middle;
}

.country-selection-container .current-selected-country span.country-name {
  display: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 83%;
  padding-left: 5px;
}

.country-selection-container .current-selected-country span.country-code,
.language-selection-container .current-selected-language {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 83%;
  padding-left: 5px;
}

.language-selection-container svg.language-icon {
  width: 30px;
  height: 20px;
  border-radius: 5px;
  vertical-align: middle;
  fill: #fff;
}

.language-switch {
  margin-right: 15px;
}

@media screen and (max-width: 55.625rem) {
  .g-country-selector,
  .g-language-selector {
    margin-bottom: 0.4rem;
  }
  .g-nav-main-item .country-selection-container .country-list-menu, .g-nav-main-item .language-selection-container .language-list-menu {
    margin-top: 3px;
  }
  .g-nav-main-item .country-selection-container,
  .g-nav-main-item .language-selection-container {
    margin-right: -5px;
  }
  .g-nav-main-item .country-selection-container .country-list-menu,
  .g-nav-main-item .language-selection-container .language-list-menu {
    background-color: inherit;
    position: inherit;
    z-index: 0;
    box-shadow: initial;
    padding: 2px 0 2px 1em;
    margin-top: 0;
    min-width: initial;
  }
  .g-nav-main-item .country-selection-container .country-list-menu .info,
  .g-nav-main-item .language-selection-container .language-list-menu .info {
    margin-bottom: 1em;
  }
  .g-nav-main-item .country-selection-container .country-list-menu .country-item a {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1em;
    padding: 0 0 10px 0 !important;
    position: relative;
    text-transform: initial;
    letter-spacing: 1.5px;
    background: none;
    background-size: 0;
  }
  .g-nav-main-item .language-selection-container .language-list-menu a {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    text-transform: initial;
    letter-spacing: 1.5px;
    padding: 0 0 10px 20px !important;
    background: none;
    background-size: 0;
  }
  .g-nav-main-item .language-selection-container .language-list-menu a:hover {
    font-weight: 600;
  }
  .g-nav-main-item .language-selection-container .language-list-menu a[selected] {
    font-weight: 500;
    background-position-x: 0;
    background-position-y: top;
  }
  .g-nav-main-item .country-selection-container .country-switch,
  .g-nav-main-item .language-selection-container .language-switch {
    color: #000;
    font-size: 14px;
    padding-top: 18px;
    padding: 1.0625rem 0;
    letter-spacing: 1.5px;
    display: block;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    margin-right: 0;
  }
  .g-nav-main-item .country-selection-container .country-switch .chevron,
  .g-nav-main-item .language-selection-container .language-switch .chevron {
    color: #999999;
    float: right;
  }
  .g-nav-main-item .language-selection-container svg.language-icon {
    fill: #000;
  }
  .g-nav-main-item .country-selection-container .current-selected-country span.country-name,
  .g-nav-main-item .language-selection-container .current-selected-language {
    display: inline;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .g-nav-main-item .country-selection-container .current-selected-country span.country-code {
    display: none;
  }
}
/* End country/language selectors */
/* Trustpilot widget */
.g-trustpilot-widget .g-grid-col.full {
  margin-bottom: 1rem;
}

/* ** */
.g-driver.fan-to-fan-resale-listings {
  margin-top: 18px !important;
}

#nanorep1 #nanorep-fw .query-field__warning-inner {
  color: #000;
}

span.reg-detail-checkout {
  display: block;
  margin-left: 15px;
  font-size: 12px;
  font-style: italic;
}

span.reg-detail-checkout strong {
  font-weight: 600 !important;
}

.alt-info-note, .alt-danger-note {
  background-color: #f0f7fb;
  border-left: solid 4px #3498db;
  line-height: 18px;
  overflow: hidden;
  padding: 12px;
}

.theatre-show-information-page #ve-panel-container {
  bottom: 57px;
}

.alt-danger-note {
  background-color: #fcbfbb;
  border-left: solid 4px #e34f44;
}

.g-ticket-claim-note {
  font-size: 15px;
  margin-top: 0;
}

.g-ticket-claim-note strong {
  font-weight: 400;
}

.g-ticket-claim-note-claimed {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  color: green;
}

.price-narr-cont {
  margin: -15px 0 !important;
}

.ext-pp-summary table {
  margin-bottom: -10px;
  margin-top: 15px !important;
}

.ext-pp-summary tr {
  padding: 0 !important;
  margin: 0 !important;
}

.ext-pp-summary td {
  padding-left: 0;
  padding-bottom: 10px !important;
}

.ext-pp-summary.warning table td {
  background-color: #fffbec;
}

@media screen and (max-width: 40rem) {
  .ext-pp-summary table {
    width: 100% !important;
  }
  .ext-pp-summary td {
    width: 25%;
    padding: 0 !important;
  }
}
#otSettingsCont {
  margin-top: 10px;
  width: 220px;
}

#otSettingsCont #ot-sdk-btn.ot-sdk-show-settings, #otSettingsCont #ot-sdk-btn.optanon-show-settings {
  border: none;
  color: #fff;
  font-size: 15px;
  width: 220px;
}

#otSettingsCont #ot-sdk-btn.ot-sdk-show-settings:hover, #otSettingsCont #ot-sdk-btn.optanon-show-settings:hover {
  background-color: #00999a;
}
.g-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.g-grid-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.g-grid-col:only-child {
  min-width: 100%;
  max-width: 100%;
}

.g-grid-col.x1 {
  min-width: 8.33333%;
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
}

.g-grid-col.x2 {
  min-width: 16.66667%;
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
}

.g-grid-col.x3 {
  min-width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

.g-grid-col.x4 {
  min-width: 33.33333%;
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
}

.g-grid-col.x5 {
  min-width: 41.66667%;
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
}

.g-grid-col.x6 {
  min-width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

.g-grid-col.x7 {
  min-width: 58.33333%;
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
}

.g-grid-col.x8 {
  min-width: 66.66667%;
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
}

.g-grid-col.x9 {
  min-width: 75%;
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
}

.g-grid-col.x10 {
  min-width: 83.33333%;
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
}

.g-grid-col.x11 {
  min-width: 91.66667%;
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
}

.g-grid-col.quarter {
  min-width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

.g-grid-col.third {
  min-width: 33.33333%;
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
}

.g-grid-col.half {
  min-width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

.g-grid-col.full {
  min-width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

.g-grid-col.remain {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
}

.g-grid.justify {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.g-grid.no-wrap {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.g-grid.has-space .g-grid-col {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 55.625rem) and (min-width: 43.125rem) {
  .g-grid-col[class] {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin-bottom: 1.25rem;
    /* override main levels */
    /* fine-tuning around six-column layout */
  }
  .g-grid-col[class].x1, .g-grid-col[class].x2 {
    min-width: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
  }
  .g-grid-col[class].x3, .g-grid-col[class].x4, .g-grid-col[class].x5, .g-grid-col[class].x7, .g-grid-col[class].x8, .g-grid-col[class].quarter, .g-grid-col[class].third, .g-grid-col[class].half {
    min-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .g-grid-col[class].x8, .g-grid-col[class].x9, .g-grid-col[class].x10, .g-grid-col[class].x11 {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .g-grid-col[class].xt1 {
    min-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .g-grid-col[class].xt2 {
    min-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .g-grid-col[class].xt3 {
    min-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
  }
  .g-grid-col[class].xt4 {
    min-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
  }
  .g-grid-col[class].xt5 {
    min-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5;
  }
  .g-grid-col[class].xt6 {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-bottom: 1.25rem;
  }
  .g-grid-col[class].ot6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6;
  }
  .g-grid-col[class].xtf {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 43.125rem) and (min-width: 30rem) {
  .g-grid-col[class] {
    /* override main levels */
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-bottom: 1.25rem;
    /* fine tuning: around two-column layout */
  }
  .g-grid-col[class].x8, .g-grid-col[class].x9, .g-grid-col[class].x10, .g-grid-col[class].x11 {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .g-grid-col[class].xi1 {
    min-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .g-grid-col[class].xi2, .g-grid-col[class].xif {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .g-grid-col[class].oi1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .g-grid-col[class].oi2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .g-grid-col[class].oi3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
  }
  .g-grid-col[class].oi4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
  }
  .g-grid-col[class].oi5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5;
  }
  .g-grid-col[class].oi6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6;
  }
}
@media screen and (max-width: 30rem) {
  .g-grid-col[class] {
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-bottom: 0.625rem !important;
  }
  .g-grid-col[class].xm2 {
    min-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .g-grid-col.xm2:nth-child(odd) {
    padding: 0 0.225rem;
  }
  .g-grid-col.xm2:nth-child(even) {
    padding: 0 0.225rem;
  }
  .g-grid-col[class].om1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .g-grid-col[class].om2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .g-grid-col[class].om3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
  }
  .g-grid-col[class].om4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
  }
  .g-grid-col[class].om5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5;
  }
  .g-grid-col[class].om6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6;
  }
}
.page-countdown-mobile {
  display: none !important;
}
/* Shared Basket Details */
.pv-shared-basket-details {
  overflow: hidden;
}

.pv-shared-basket-details .heading,
.pv-shared-basket-details .items {
  margin-right: 160px;
}

.pv-shared-basket-details .heading h1 {
  margin-top: 0;
}

.pv-shared-basket-details .items {
  margin-top: 20px;
}

.pv-shared-basket-details .items .remove-all {
  margin-top: 10px;
  text-align: right;
}

.pv-shared-basket-details .summary {
  float: right;
  background-color: #e3e3e3;
  color: #777;
  width: 124px;
  padding: 10px 8px;
}

.pv-shared-basket-details .summary .basket-small-black:before {
  display: inline-block;
}

.pv-shared-basket-details .summary .total {
  margin-top: 15px;
}

.pv-shared-basket-details .summary .total span:first-child {
  font-size: 0.8em;
}

.pv-shared-basket-details .summary .total span:last-child {
  float: right;
  display: inline-block;
  font-weight: bold;
}

.pv-shared-basket-details .summary .checkout {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.pv-shared-basket-details .summary .button-continue {
  display: block;
  margin-top: 10px;
}

.pv-shared-basket-details .empty {
  padding: 10px 0;
}

/* Shared Basket Header */
.pv-shared-basket-header {
  display: none;
  position: relative;
  float: right;
  width: 45px;
  margin-top: 22px;
  margin-left: 16px;
}

.pv-shared-basket-header .basket-link {
  position: relative;
  display: block;
  text-decoration: none;
}

.pv-shared-basket-header .basket-link:before {
  position: absolute;
  left: 25px;
  top: 8px;
  z-index: 1;
}

.pv-shared-basket-header .basket-link span {
  display: block;
  border-radius: 20px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0px 0 21px 1px;
}

.pv-shared-basket-header .basket-link.basket-black span {
  border: 3px solid #ddd;
  color: #333;
  background: #fff;
}

.pv-shared-basket-header .basket-link.basket-white span {
  border: 3px solid #000;
  color: #eee;
  background: #137dd9;
}

.pv-shared-basket-header .basket-view-container {
  box-sizing: border-box;
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 100;
}

.pv-shared-basket-header .basket-view-container > i {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1;
}

.pv-shared-basket-header .basket-view-container .basket-view {
  overflow: hidden;
  position: absolute;
  display: none;
  border: 3px solid #333;
  border-radius: 5px;
  right: 0;
  top: 14px;
  text-align: left;
  background: #fff;
}

.pv-shared-basket-header .basket-view-container .basket-view .loading {
  background: #f3f3f3;
  padding: 10px;
}

.pv-shared-basket-header .basket-view-container .basket-view .loading img {
  margin: 0 auto;
  padding: 5px;
  width: 25px;
}

.pv-shared-basket-header .basket-view-container .basket-view .pv-shared-basket-header-dropdown {
  width: 500px;
  padding: 10px 30px 10px 20px;
}

/* Shared Basket Header Dropdown */
.pv-shared-basket-header-dropdown .footer {
  padding: 10px;
}

.pv-shared-basket-header-dropdown .buttons {
  overflow: hidden;
}

.pv-shared-basket-header-dropdown .buttons .remove-all,
.pv-shared-basket-header-dropdown .buttons .go-to-basket {
  float: left;
}

.pv-shared-basket-header-dropdown .buttons .go-to-basket {
  margin-left: 10px;
}

.pv-shared-basket-header-dropdown .go-to-basket-cont {
  text-align: right;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 7px;
}

.pv-shared-basket-header-dropdown .buttons .checkout {
  float: right;
  margin-top: 0;
}

.pv-shared-basket-header-dropdown .timer {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 16px;
  font-weight: 400;
}

.pv-shared-basket-header-dropdown .timeout {
  display: none;
}

/* Shared Basket Order Item List */
.pv-shared-basket-order-item-list tr {
  margin-bottom: 10px;
}

.pv-shared-basket-order-item-list tr td {
  padding: 8px 10px;
  line-height: normal;
  vertical-align: top;
}

.pv-shared-basket-order-item-list tr .cost {
  width: 90px;
}

.pv-shared-basket-order-item-list tr .cost,
.pv-shared-basket-order-item-list tr .quantity {
  text-align: center;
}

.pv-shared-basket-order-item-list thead tr,
.pv-shared-basket-order-item-list tbody tr:nth-child(even) {
  background: #e3e3e3;
}

.pv-shared-basket-order-item-list thead tr th {
  padding: 5px 10px 5px 0;
  font-weight: normal;
  line-height: 1em;
  color: #777;
}

.pv-shared-basket-order-item-list thead tr th:first-child {
  padding-left: 10px;
  font-size: 1.1em;
}

.pv-shared-basket-order-item-list thead tr .cost span {
  font-size: 0.8em;
  color: #999;
}

.pv-shared-basket-order-item-list tbody tr .image {
  width: 89px;
  padding: 0 30px 0 0;
}

.pv-shared-basket-order-item-list tbody tr .image a,
.pv-shared-basket-order-item-list tbody tr .image img {
  display: block;
}

.pv-shared-basket-order-item-list tbody tr .details .name {
  font-weight: bold;
  color: #2a2d35;
}

.pv-shared-basket-order-item-list tbody tr .details .venue {
  font-size: 0.8em;
  color: #999;
}

.pv-shared-basket-order-item-list tbody tr .details .date {
  font-size: 0.8em;
  color: #555;
}

.pv-shared-basket-order-item-list tbody tr .details .date span {
  display: inline;
  border: none;
  font-size: inherit;
}

.pv-shared-basket-order-item-list tbody tr .details .description {
  margin-top: 10px;
  font-size: 0.9em;
  color: #777;
}

.pv-shared-basket-order-item-list tbody tr .details .seat-block-description,
.pv-shared-basket-order-item-list tbody tr .details .seat-allocation-description {
  font-size: 0.9em;
  color: #999;
}

.pv-shared-basket-order-item-list tbody tr .cost,
.pv-shared-basket-order-item-list tbody tr .quantity {
  color: #555;
}

.pv-shared-basket-order-item-list tbody tr .cost div {
  font-size: 0.7em;
  color: #999;
}

.g-site-search.full.basket-offset {
  width: calc(100% - 25.5rem) !important;
}

.basket-homepage-adjust {
  margin-top: 52px;
}

.g-button.basket-remove-item {
  border: none;
  line-height: 10px;
  padding: 5px !important;
  margin-left: 5px !important;
}

@media screen and (max-width: 55.625rem) {
  .pv-shared-basket-header.jBasketHeader {
    margin-right: 18px;
  }
  .l-masthead.small .g-site-search.small.basket-offset {
    width: calc(100% - 23.71rem);
  }
  .basket-homepage-adjust {
    margin-top: 22px;
  }
}
@media screen and (max-width: 30.625rem) {
  .l-masthead.small > .g-inner .g-container .g-see-logo.basket-offset,
  .l-masthead.full > .g-inner .g-container .g-see-logo.basket-offset {
    padding-top: 23px;
    width: 32%;
  }
}
.carousel {
  display: block;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.carousel__arrow,
.carousel__items,
.carousel__item,
.carousel__item-inner {
  display: inline-block;
  vertical-align: middle;
}

.carousel__item-options {
  display: none;
  font-size: 0.9rem;
  width: 100%;
}

.carousel__item--multi-options:hover {
  line-height: 1rem;
}

.carousel__item--multi-options:hover .carousel__item-inner {
  display: none;
}

.carousel__item--multi-options:hover .carousel__item-options {
  display: block;
}

.carousel__item__option {
  display: block;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.carousel__arrow {
  background: url("//c.ststat.net/content/sites/seetickets/images/icons/green-arrow.jpg");
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 5px;
  width: 9px;
}

.carousel__arrow.carousel__arrow--left {
  transform: rotate(180deg);
}

.carousel.animate .carousel__slider {
  transition: margin ease-in-out 200ms;
}

.carousel__items {
  font-size: 0;
}

.carousel__items.carousel__items--multi {
  overflow: hidden;
}

.carousel__item {
  border: 1px solid #ccc;
  height: 62px;
  line-height: 60px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: 92px;
}

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

.carousel__item-inner {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  width: 100%;
}

@media screen and (max-width: 890px) {
  .carousel__items {
    overflow: hidden;
  }
  .carousel__item:not(.is-active) {
    display: none;
  }
}
/* ----- Buttons ----- */
.g-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.78125rem 0.9375rem;
  border: 0 solid transparent;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #232323;
  background: #FFF;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
}

/* ----- Overlay ----- */
.g-has-overlay,
.g-has-overlay body {
  overflow: hidden;
}

.g-overlay-target {
  display: none;
}

.g-overlay {
  background: #0C9A9A;
  background: rgba(12, 154, 154, 0.95);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transition: opacity 0.2s, transform 0.2s;
}

.g-overlay:not(.static) {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.g-overlay.active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.g-overlay:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.g-overlay h1 {
  margin: 0;
}

.g-overlay p {
  font-size: 1rem;
  font-weight: 300;
}

.g-overlay-content {
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  margin: 1rem auto;
  max-width: 80%;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 30rem) {
  .g-overlay-content {
    max-width: 96%;
  }
}
.g-overlay-content-header h1 {
  font-size: 2.5rem;
  line-height: 4rem;
}

.g-overlay-content-header-offside {
  float: right;
}

.g-overlay-close {
  display: block;
}

.g-overlay-content-header-offside .g-icon.close {
  fill: #fff;
  float: right;
  height: 4rem;
  width: 4rem;
}

.g-overlay-content-body {
  clear: both;
}

.g-overlay-content-body p {
  margin: 10px 0;
}

.g-overlay-content-body p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 55.625rem) {
  .g-overlay.alternate {
    background: #fff;
  }
}
.g-has-overlay .g-overlay {
  background: rgba(0, 0, 0, 0.25);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.g-overlay-content {
  background: #0C9A9A;
  background: rgba(12, 154, 154, 0.95);
  padding: 20px;
  width: 55.625rem;
}

.g-overlay:not(.static) .g-overlay-content {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}

.g-overlay.active .g-overlay-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.g-overlay-content-header-offside .g-icon.close {
  fill: #fff;
  height: 2rem;
  width: 2rem;
}

.g-overlay.alternate .g-overlay-content {
  background: #fff;
  color: rgb(35, 35, 35);
}

.g-overlay.alternate .g-overlay-content-header-offside .g-icon.close {
  fill: rgb(35, 35, 35);
}
@charset "UTF-8";
/*
    __ Components ___________________________________________________________________________________________________________________

    CSS Order
        - Carousel
        - Filter
        - Driver
        - Blocklist
        - Accordion
        - Feature List
        - Featured Content
		- Purchase steps
		- Promo Flydown
		- Follow Widget
		- Promo Block
		- Countdown Timer
		- Overlay
		- Feature Box
		- Homepage Takeover
		- Scroll Helper
		- Tooltips
*/
/*
    __ Carousel _____________________________________________________________________________________________________________________
*/
.pv-carousel-container {
  width: 940px;
  max-width: 100%;
}

.pv-carousel {
  position: relative;
}

.pv-carousel .pv-carousel-nav {
  display: none;
}

.has-js .pv-carousel .pv-carousel-nav {
  display: block;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 200%;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 1.875rem);
  height: 3.75rem;
  width: 3.75rem;
  background: rgba(255, 255, 255, 0.3);
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control svg,
.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control img {
  pointer-events: auto;
  position: absolute;
  z-index: 11;
  top: 48%;
  height: 1.5rem;
  width: 0.9375rem;
  opacity: 0.3;
  cursor: pointer;
  /* M&M code didn't work.
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev {
  right: 100%;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev:before {
  right: -3.75rem;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev svg {
  right: -2.1875rem;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev img {
  right: 20px;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.next {
  left: 100%;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.next:before {
  left: -3.75rem;
}

.has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.next svg {
  left: -2.1875rem;
}

@media screen and (min-width: 55rem) {
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev:before {
    right: 0;
  }
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.prev svg {
    right: 1.40625rem;
  }
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.next:before {
    left: 0;
  }
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control.next svg {
    left: 1.40625rem;
  }
}
@media screen and (max-width: 55rem) {
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control:before,
  .has-js .pv-carousel .pv-carousel-nav .pv-carousel-control svg {
    display: none;
  }
}
.has-js .pv-carousel ul li.js-enabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
}

.pv-carousel:hover .pv-carousel-nav .pv-carousel-control:before {
  background: #FFF;
}

.pv-carousel:hover .pv-carousel-nav .pv-carousel-control svg {
  opacity: 1;
}

.pv-carousel-item a {
  display: block;
  padding-left: 8.75rem;
  text-decoration: none;
}

.pv-carousel-item a:after {
  clear: both;
  content: "";
  display: table;
}

.pv-carousel-item aside {
  float: left;
  width: 7.5rem;
  margin-left: -8.75rem;
}

.pv-carousel-item aside img {
  display: block;
  min-width: 100%;
}

.has-js .pv-carousel-item a {
  position: relative;
  padding: 0;
}

.has-js .pv-carousel-item a:after {
  display: none;
}

.has-js .pv-carousel-item aside {
  float: none;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent none center center no-repeat;
  background-size: contain;
}

.has-js .pv-carousel-item h3 {
  margin: 0;
  left: 0;
  width: 100%;
  background: #232323;
  overflow: hidden;
  min-height: 3.4rem;
}

.has-js .pv-carousel-item a:hover h3 {
  background: #000;
}

.pv-carousel-item h3 .g-block-head svg {
  display: none;
}

.pv-carousel-item h3 .g-block-head {
  font-size: 1.25rem;
  line-height: 2rem;
}

.pv-carousel-item h3 .g-block-head.sub {
  font-size: 0.9rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 43.125rem) {
  .has-js .pv-carousel-item h3 {
    bottom: 0;
    height: auto;
  }
  .pv-carousel-item h3 .g-block-head.sub {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .pv-carousel-item h3 .g-block-head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .pv-carousel-item h3 .g-block-head svg {
    display: none;
  }
}
@media screen and (max-width: 30rem) {
  .pv-carousel-item h3 .g-block-head {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pv-carousel-item h3 .g-block-head.sub {
    font-size: 0.65rem;
    line-height: 1rem;
  }
}
.pv-carousel-item h3.pv-carousel-item-title {
  display: none;
}

/*
    __ Filter _____________________________________________________________________________________________________________________
                    CAUTION M&M USED FLEX-BOX WHICH HAS TERRIBLE SUPPORT ACROSS ALL VERSION OF IE
*/
.g-filter {
  padding: 2.5rem 0 5px 0;
}

.g-filter-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.g-filter-title {
  padding-right: 1.25rem;
}

.g-filter-title, .g-filter-submit {
  margin: 0;
  white-space: nowrap;
}

.g-filter-fields {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  width: 100%;
  margin: 0;
  padding: 1px 0 0 1px;
}

.g-filter-field[class] {
  margin: -1px 0 0 -1px;
  position: relative;
}

.g-filter-field[class]:not(.quantitySelect) {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.g-filter-input:not(.c-quantitySelect-field) {
  width: 100%;
  max-width: none;
}

.g-filter-input, .g-filter-submit {
  padding-top: 0;
  padding-bottom: 0;
}

.g-filter-title, .g-filter-input, .g-filter-submit {
  line-height: 3.125rem;
  height: 3.125rem;
}

.g-filter-submit {
  height: 3.125rem;
}

.g-filter-flyout {
  position: absolute;
  display: none;
  z-index: 100;
  top: calc(100% + 0.625rem);
  left: 0;
  max-width: none !important;
  padding: 1.25rem 1.25rem 1.25rem;
  border: 1px solid #EEE;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px 0;
}

.g-filter-flyout.js-show {
  display: block;
}

.g-filter-flyout-tail {
  position: absolute;
  top: -0.6875rem;
  height: 1.3125rem;
  width: 1.3125rem;
  background: #FFF;
  border: 1px solid #EEE;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(1.875rem) rotate(-45deg);
  -moz-transform: translateX(1.875rem) rotate(-45deg);
  -ms-transform: translateX(1.875rem) rotate(-45deg);
  -o-transform: translateX(1.875rem) rotate(-45deg);
  transform: translateX(1.875rem) rotate(-45deg);
}

.g-filter-flyout-prompt {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 1.25rem;
}

.g-filter-flyout-prompt-title {
  margin: 0;
  white-space: nowrap;
}

.g-filter-flyout-prompt-text {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 0 0 1.25rem;
  color: #898989;
  font-weight: 300;
}

@media screen and (max-width: 43.125rem) {
  .g-filter-flyout-prompt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .g-filter-flyout-prompt-title {
    white-space: normal;
  }
  .g-filter-flyout-prompt-text {
    margin: 0.3125rem 0 0;
  }
}
.g-filter.condensed .g-filter-flyout {
  left: 0 !important;
}

@media screen and (max-width: 30rem) {
  .g-filter-flyout {
    position: relative;
    top: 0.625rem !important;
    left: 0 !important;
  }
}
.g-filter-footer {
  padding-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media screen and (max-width: 48.75rem) {
  .g-filter-title {
    white-space: normal;
  }
  .g-filter-form, .g-filter-fields {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-filter-title, .g-filter-fields, .g-filter-field, .g-filter-submit {
    width: 100%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .g-filter-field:not(.quantitySelect) {
    -webkit-flex-basis: 18.75rem;
    -moz-flex-basis: 18.75rem;
    flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
  }
}
.g-filter.condensed {
  padding: 1.5625rem 1.875rem;
}

.g-filter.condensed .g-filter-form {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-filter.condensed .g-filter-title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  width: auto;
  height: auto;
  margin: 0 0 0.5em;
}

.g-filter.condensed .g-filter-fields, .g-filter.condensed .g-filter-submit {
  width: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
}

.g-filter.condensed .g-filter-field[class] {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  width: auto;
}

.g-filter.condensed .g-filter-field[class]:not(.quantitySelect) {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
}

/*
    __ Feature-List _____________________________________________________________________________________________________________________
*/
.g-feature-list-header.reverse {
  text-align: right;
}

.g-feature-list-header.reverse::after {
  clear: both;
  content: "";
  display: table;
}

.g-feature-list-header.reverse .g-feature-list-title {
  float: left;
}

@media screen and (max-width: 43.125rem) {
  .g-feature-list-header.reverse {
    text-align: left;
  }
  .g-feature-list-header.reverse .g-feature-list-title {
    float: none;
    padding: 0;
    margin: 0 0 1.25rem;
  }
  .g-feature-list-header.reverse .g-feature-list-title:after {
    display: none;
  }
  .g-feature-list-header.reverse .g-feature-list-offside {
    margin: 0 0 2.5rem;
  }
  .g-feature-list-header.reverse .g-feature-list-offside .g-button {
    background: transparent;
    color: #232323;
    padding: 0 0 0.3125rem;
    border-bottom: 2px solid #0C9A9A;
  }
  .g-feature-list-header.reverse .g-feature-list-offside .g-button:hover {
    color: #0C9A9A;
  }
  .g-feature-list-header.reverse .g-feature-list-offside .g-button svg {
    display: none;
  }
}
.g-feature-list-intro {
  margin-bottom: 2.5rem;
}

.g-feature-list-footer {
  margin-top: 1.25rem;
}

.g-feature-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.g-feature-list-item > * {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

@media screen and (max-width: 55.625rem) {
  .g-feature-list-item {
    margin-bottom: 1.25rem;
  }
}
.g-feature-list.keylines .g-feature-list-item + .g-feature-list-item .g-feature-content {
  position: relative;
  padding-top: 1.25rem;
  border-top: 1px solid #E6E6E6;
}

.g-feature-list.keylines .g-feature-list-item + .g-feature-list-item.x6:nth-child(-n+2) .g-feature-content {
  border-top: 0;
}

@media screen and (min-width: 55.625rem) {
  .g-feature-list.keylines .g-feature-list-item + .g-feature-list-item.x6:nth-child(odd) {
    padding-right: 1.875rem;
  }
  .g-feature-list.keylines .g-feature-list-item + .g-feature-list-item.x6:nth-child(even) {
    padding-left: 1.875rem;
  }
}
.ui-box + .g-feature-list {
  margin-top: 3.125rem;
}

.ui-box + .g-feature-list .g-feature-list-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.g-complex-select-base-select {
  display: none;
}

.g-complex-select-ac-input[type=text] {
  padding: 0.71875rem 2.5rem 0.71875rem 0.9375rem;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTBweCIgeT0iMTBweCIgdmlld0JveD0iMCAwIDExLjUgNi40Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTEuMiAwLjJjMC4xIDAuMSAwLjIgMC4zIDAuMiAwLjUgMCAwLjItMC4xIDAuNC0wLjIgMC41bC01IDVDNi4xIDYuNCA1LjkgNi40IDUuNyA2LjRjLTAuMiAwLTAuNC0wLjEtMC41LTAuMmwtNS01QzAuMSAxLjEgMCAwLjkgMCAwLjdjMC0wLjIgMC4xLTAuNCAwLjItMC41QzAuNCAwLjEgMC41IDAgMC43IDBoMTBDMTAuOSAwIDExLjEgMC4xIDExLjIgMC4yeiIvPjwvc3ZnPg==);
  background-position: center right 0.9375rem;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.95rem;
}

.g-complex-select-short-list {
  clear: both;
  padding-top: 1.25rem;
}

.g-complex-select-short-list::after {
  clear: both;
  content: "";
  display: table;
}

.g-complex-select-short-list-item {
  float: left;
  width: calc(33% - 0.3125rem);
  margin: 0 0 0.3125rem 0.625rem;
}

.g-complex-select-short-list-item:nth-child(3n+1) {
  margin-left: 0;
}

.g-complex-select-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  padding: 1.25rem 0 0.9375rem;
}

.g-complex-select-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33% - 0.3125rem);
  margin: 0 0 0.3125rem 0.625rem;
}

.g-complex-select-list-item:nth-child(3n+1) {
  margin-left: 0;
}

.g-complex-select-list-empty {
  width: 100%;
  text-align: center;
}

.g-complex-select-ac-button {
  width: 100%;
  text-align: left;
  background: #F1F1F1;
}

@media screen and (max-width: 55.625rem) and (min-width: 48.75rem), screen and (max-width: 43.125rem) {
  .g-complex-select-short-list-item[class], .g-complex-select-list-item[class] {
    width: calc(50% - 0.3125rem);
    margin: 0 0 0.3125rem 0.625rem;
  }
  .g-complex-select-short-list-item[class]:nth-child(odd), .g-complex-select-list-item[class]:nth-child(odd) {
    margin-left: 0;
  }
  .g-complex-select-promptTitle {
    float: none;
  }
}
@media screen and (max-width: 43.125rem) {
  .g-complex-select {
    position: relative;
  }
}
@media screen and (max-width: 30rem) {
  .g-complex-select-short-list-item[class], .g-complex-select-list-item[class] {
    width: 100%;
    margin: 0 0 0.3125rem;
  }
}
.g-date-select-base-field {
  display: none;
}

.g-date-select-display-dom[class][class] {
  padding: 0.71875rem 2.5rem 0.71875rem 0.9375rem;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDExLjUgNi40Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTEuMiAwLjJjMC4xIDAuMSAwLjIgMC4zIDAuMiAwLjUgMCAwLjItMC4xIDAuNC0wLjIgMC41bC01IDVDNi4xIDYuNCA1LjkgNi40IDUuNyA2LjRjLTAuMiAwLTAuNC0wLjEtMC41LTAuMmwtNS01QzAuMSAxLjEgMCAwLjkgMCAwLjdjMC0wLjIgMC4xLTAuNCAwLjItMC41QzAuNCAwLjEgMC41IDAgMC43IDBoMTBDMTAuOSAwIDExLjEgMC4xIDExLjIgMC4yeiIvPjwvc3ZnPg==);
  background-position: center right 0.9375rem;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.95rem;
}

.g-date-select-quick-prompt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 -0.3125rem 1.25rem;
  text-align: justify;
}

.g-date-select-quick-prompt-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0.3125rem 0.625rem;
  background: #F1F1F1;
  white-space: nowrap;
}

.g-date-select-quick-prompt-button.current {
  color: #FFF;
  background: #0C9A9A;
}

.g-date-select-calendar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.25rem;
}

.g-date-select-calendar-wrapper {
  position: relative;
}

@media screen and (max-width: 30rem) {
  .g-date-select-calendar {
    margin: 0;
  }
}
.g-date-select-month {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: none;
}

.g-date-select-month.current {
  display: block;
  position: relative;
}

.g-date-select-month.second {
  margin-left: 1.25rem;
}

.g-date-select-month.second:before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -0.625rem;
  bottom: 0.9375rem;
  width: 1px;
  background: #E6E6E6;
}

.c-filter.condensed .g-date-select-month.second {
  display: none;
}

.g-date-select-nav-button {
  position: absolute;
  top: -0.3125rem;
  padding: 0.3125rem;
  color: #0C9A9A;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.g-date-select-nav-button.prev {
  left: -0.3125rem;
}

.g-date-select-nav-button.next {
  right: -0.3125rem;
}

.g-date-select-nav-button:disabled {
  display: none;
}

@media screen and (max-width: 43.125rem) {
  .g-date-select-month.second {
    display: none;
  }
}
.g-mini-month-title {
  display: block;
  margin: 0 0 0.625rem;
  text-align: center;
  font-weight: 400;
}

.g-mini-month-calendar {
  width: 100%;
}

.g-mini-month-heading, .g-mini-month-day {
  border: 0.375rem solid transparent;
  text-align: center;
  font-weight: 300;
}

.g-mini-month-heading.past .g-mini-month-label, .g-mini-month-day.past .g-mini-month-label {
  opacity: 0.6;
}

.g-mini-month-heading.past .g-mini-month-label:hover, .g-mini-month-day.past .g-mini-month-label:hover {
  background: transparent;
}

@media screen and (max-width: 30rem) {
  .g-mini-month-heading, .g-mini-month-day {
    border-width: 0.125rem;
  }
}
@media screen and (max-width: 40rem) {
  .g-blocklist-main img {
    display: none;
  }
  .pv-search-results .result-text .g-blocklist-main {
    height: auto;
  }
}
.g-mini-month-heading {
  color: #414141;
}

.g-mini-month label {
  position: relative;
  display: block;
}

.g-mini-month input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.00001;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.g-mini-month-label {
  display: block;
  padding: 0.3125rem;
  cursor: pointer;
}

input:focus ~ .g-mini-month-label, .g-mini-month-label:hover {
  background: #EEE;
}

input:checked ~ .g-mini-month-label {
  background: #0C9A9A;
  color: #FFF;
  font-weight: 400;
}

/*
    __ Driver _____________________________________________________________________________________________________________________
*/
.g-driver {
  margin: 0 auto 1.125rem;
  width: 100%;
  max-width: 38.75rem;
  background: #FFF;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.g-driver-link {
  position: relative;
  display: block;
  padding: 0.84375rem;
  min-height: 3.125rem;
  color: #232323;
  text-decoration: none;
  font-weight: 400;
}

.g-driver-icon,
.g-driver-arrow {
  position: absolute;
  display: block;
  top: 0;
  width: 3.125rem;
  height: 100%;
  min-height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
}

.g-driver-icon svg,
.g-driver-arrow svg {
  position: absolute;
  top: 35%;
  left: 35%;
}

.g-driver-icon {
  left: 0;
  color: #0C9A9A;
}

.g-driver-icon.reverse {
  background: #0C9A9A;
  color: #FFF;
}

.g-driver-arrow {
  right: 0;
  background: #0C9A9A;
  color: #FFF;
}

.g-driver.icon .g-driver-link {
  padding-left: 4.5rem;
}

.g-driver.link .g-driver-link {
  padding-right: 3.96875rem;
}

.g-driver.link.small .g-driver-link {
  padding-right: 1rem;
}

.g-driver + .g-driver {
  margin-top: 1.875rem;
}

.g-driver.small {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 300;
}

.g-driver.small + .g-driver.small {
  margin-top: 1.875rem;
}

@media screen and (max-width: 30rem) {
  .g-driver.icon .g-driver-link {
    padding-left: 0.84375rem;
    padding-right: 4em;
  }
  .g-driver.link.small .g-driver-link {
    padding-right: 4em;
  }
  .g-driver-icon {
    display: none;
  }
}
.g-venue-accessibility-link.g-driver.tight.small.link .g-driver-link {
  padding-right: 3.96875rem;
}

.g-venue-accessibility-link .g-icon.icon-wheelchair {
  top: 30%;
}

/*
    __ Blocklist _____________________________________________________________________________________________________________________
*/
.g-blocklist-item .g-blocklist-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
  text-decoration: none;
}

.g-blocklist-main, .g-blocklist-sub-text {
  display: block;
  color: #232323;
}

.g-blocklist-action {
  padding-left: 0.625rem;
}

.g-blocklist-sub-text {
  margin-left: 0.625rem;
  padding: 0 0.625rem;
  border-left: 1px solid #D2D2D2;
  font-weight: 300;
}

.g-blocklist-link > *:first-child {
  border-left: 0;
  margin-left: 0;
}

.search-result-border-no-image {
  margin-left: 0;
  padding: 0;
  border-left: 0;
}

.event-title {
  font-size: 1rem;
  font-weight: bolder;
}

.dateTime {
  font-size: 0.7rem;
}

.g-blocklist-item-extended {
  flex-basis: 100%;
  flex-basis: 100%;
  font-size: 0.8rem;
  padding: 0.5rem;
  border-top: 1px solid #d2d2d2;
  background: #EEE;
}

.g-blocklist.box .g-blocklist-item + .g-blocklist-item {
  margin-top: 0.625rem;
}

.g-blocklist.box .g-blocklist-link {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 4.0625rem;
  background: #EEE;
}

.g-blocklist.box .g-blocklist-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.125rem;
  background: #0C9A9A;
}

.g-blocklist.box .g-blocklist-link svg.g-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.9375rem;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  transition: transform 0.1s;
  break-after: always;
}

.g-blocklist.box .g-blocklist-link.active svg.g-icon.chevron-right {
  transform: translateY(-50%) rotate(90deg);
  right: 1.225rem;
}

.g-blocklist.box .g-blocklist-main {
  -webkit-flex-basis: 5.9725rem;
  -moz-flex-basis: 5.9725rem;
  flex-basis: 5.9725rem;
  -ms-flex-preferred-size: 5.9725rem;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.g-blocklist.box .g-blocklist-sub-text {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.g-blocklist.box .g-blocklist-main,
.g-blocklist.box .g-blocklist-action {
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 40rem) {
  .g-blocklist.box .g-blocklist-link {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-blocklist.box .g-blocklist-main {
    text-align: left;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    font-size: 1rem;
  }
  .g-blocklist.box .g-blocklist-main br {
    display: none;
  }
  .g-blocklist.box .g-blocklist-action {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1rem;
  }
  .g-blocklist.box .g-blocklist-sub-text {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
.g-blocklist.numbers {
  counter-reset: blockList;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.g-blocklist.numbers .g-blocklist-item {
  counter-increment: blockList;
  margin-left: 2.5rem;
  border-bottom: 1px solid #E6E6E6;
}

.g-blocklist.numbers .g-blocklist-main {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.g-blocklist.numbers .g-blocklist-main:before {
  content: counter(blockList);
  float: left;
  margin-left: -2.5rem;
  color: #757575;
}

.g-blocklist.numbers .g-blocklist-item svg.g-icon {
  margin-left: 0.5em;
  position: relative;
  top: 0.2em;
}

@media screen and (max-width: 48.75rem) {
  .g-blocklist.numbers .g-blocklist-link {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-blocklist.numbers .g-blocklist-main {
    width: 100%;
    margin: 0 0 0.625rem;
  }
  .g-blocklist.numbers .g-blocklist-action {
    padding: 0;
  }
}
.g-blocklist.numbers .g-button.show-more {
  margin-left: 1.5rem;
  background: transparent !important;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #0c9a9a;
}

.g-blocklist.numbers .g-button.show-more svg {
  margin-right: 0.625rem;
  position: relative;
  top: -0.125rem;
}

@media screen and (max-width: 30rem) {
  .g-blocklist.numbers {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .g-blocklist.numbers .g-button.show-more {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .g-blocklist.numbers .g-blocklist-item svg.g-icon {
    position: relative;
    top: 0.35em;
  }
  .g-blocklist.numbers .g-blocklist-main {
    margin: 0;
  }
}
.recently-added-heading {
  padding: 0.3125rem 0.625rem;
  background-color: #eee;
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*
    __ Accordion _____________________________________________________________________________________________________________________
*/
.g-ui-box .js-accordion-trigger {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-accordion-content.js-closed {
  display: none;
}

@media screen and (max-width: 55.625rem) {
  .js-accordion-content.js-d-closed {
    display: none;
  }
}
@media screen and (max-width: 43.125rem) {
  .js-accordion-content.js-t-closed {
    display: none;
  }
}
@media screen and (max-width: 30rem) {
  .js-accordion-content.js-m-closed {
    display: none;
  }
}
.g-feature-list:not(:last-child) {
  margin-bottom: 3.175rem;
}

.g-feature-list .g-feature-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.g-feature-list .g-feature-list-item > * {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.g-feature-list .g-feature-list-item .g-feature-list-container {
  background: #FFF;
}

.g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-image {
  width: 100%;
  max-width: 100%;
}

.g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-content {
  min-height: 9.375rem;
  padding: 0.625rem 1.25rem;
}

@media screen and (max-width: 30rem) {
  .g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-content {
    min-height: initial;
    padding: 0.625rem;
  }
}
.g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-content .caption {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.g-feature-list .g-feature-list-item .g-feature-list-container .g-feature-list-content .title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  display: inline;
  margin: 0 0 0.625rem;
}

.g-feature-list .g-feature-list-item .g-feature-list-container a:hover .g-feature-list-content .title {
  border-bottom: 1px solid #0c9a9a;
}

/*
    __ Featured Content _____________________________________________________________________________________________________________________
*/
.g-feature-content {
  background: #FFF;
}

.g-feature-content a {
  display: block;
  color: #232323;
  text-decoration: none;
}

.g-feature-content a::after {
  clear: both;
  content: "";
  display: table;
}

.g-feature-content a .g-feature-content-title {
  display: inline;
}

.g-feature-content a:hover {
  color: #232323;
}

.g-feature-content a:hover .g-feature-content-title {
  border-bottom: 1px solid #0C9A9A;
}

.g-feature-content a:hover .g-feature-content-image {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.g-feature-content-content {
  padding: 0.625rem 1.25rem;
  min-height: 9.375rem;
}

.x3 .g-feature-content-content {
  min-height: 8.125rem;
}

.g-feature-content-footer {
  padding: 0 1.25rem 1.25rem;
}

.g-feature-content-date {
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #757575;
  font-weight: 300;
  display: block;
}

.g-feature-content-title {
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

.g-feature-content-image {
  max-width: 100%;
  width: 100%;
  display: block;
}

.g-feature-content.horizontal .g-feature-content-block-link {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-feature-content.horizontal .g-feature-content-media {
  min-width: 8.75rem;
  width: 8.75rem;
}

.g-feature-content.horizontal .g-feature-content-content {
  padding: 0 1.25rem;
  min-height: 0;
}

@media screen and (max-width: 30rem) {
  .g-feature-content.horizontal .g-feature-content-block-link {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .g-feature-content.horizontal .g-feature-content-media,
  .g-feature-content.horizontal .g-feature-content-content {
    width: 100%;
  }
  .pv-latestnewshome .g-feature-content.horizontal .g-feature-content-media {
    max-width: 8.75rem;
  }
  .pv-latestnewshome .g-feature-content.horizontal .g-feature-content-content {
    width: calc(100% - 8.75rem);
  }
  .pv-latestnewshome .g-feature-content.horizontal .g-feature-content-block-link {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .g-feature-content.horizontal .g-feature-content-content {
    padding: 0.625rem;
  }
  .g-ui-box .g-feature-content.horizontal .g-feature-content-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.g-feature-content.reduced-height .g-feature-content-content {
  min-height: 3.75rem;
}

.g-feature-content.reduced-height .g-feature-content-content.x3 .g-feature-content.reduced-height .g-feature-content-content {
  min-height: 2.5rem;
}

@media screen and (max-width: 30rem) {
  .g-feature-content-content {
    padding: 1.25rem 0.9375rem;
  }
  .g-ui-box .g-feature-content-content {
    padding-left: 0;
    padding-right: 0;
  }
  .g-feature-content-footer {
    padding: 0 0.625rem 1.25rem;
  }
}
/*
    __ Purchase steps _____________________________________________________________________________________________________________________
*/
.g-progress-nav {
  overflow: hidden;
  counter-reset: progressNav;
}

.g-progress-nav-list-item {
  counter-increment: progressNav;
  display: inline-block;
}

.g-progress-nav-list-item + .g-progress-nav-list-item {
  margin-left: 1.25rem;
}

.g-progress-nav-link {
  color: #757575;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.g-progress-nav-link:before {
  display: inline-block;
  content: counter(progressNav);
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #8C8C8C;
  color: #FFF;
  text-align: center;
}

.g-progress-nav-link.current, .g-progress-nav-link.past {
  color: #232323;
}

.g-progress-nav-link.current:before, .g-progress-nav-link.past:before {
  background: #232323;
  color: #FFF;
}

@media screen and (max-width: 30rem) {
  .g-progress-nav {
    display: none;
  }
}
/*
    __ Promo Flydown _____________________________________________________________________________________________________________________
*/
.g-promo-flydown {
  position: relative;
  color: #757575;
}

.g-promo-flydown h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: 0 0 1em;
}

.g-promo-flydown h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0 0 1em;
}

.g-promo-flydown h2, .g-promo-flydown h3, .g-promo-flydown h4 {
  color: #232323;
}

.g-promo-flydown-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #232323;
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

.g-promo-flydown-item {
  position: relative;
  padding: 0 0 2.75rem 3.4375rem;
}

.g-promo-flydown-item:before {
  content: "";
  position: absolute;
  top: 2.5rem;
  bottom: 0.625rem;
  left: 0.84375rem;
  width: 1px;
}

.g-promo-flydown-item.dotted:before {
  border-left: 3px dotted #BABABA;
}

.g-promo-flydown-item:last-child {
  padding-bottom: 0;
}

.g-promo-flydown-item:last-child:before {
  display: none;
}

.g-promo-flydown-icon {
  float: left;
  margin-left: -3.4375rem;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  background: #0C9A9A;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
}

.g-promo-flydown-icon svg[class] {
  position: relative;
  fill: #FFF;
  top: -0.1rem;
}

.g-promo-flydown-icon svg[class].icon--envelope {
  top: -0.2em;
}

.g-promo-flydown-icon svg[class].icon--chain {
  top: -0.1em;
}

.g-promo-flydown-icon svg[class].icon--heart {
  top: -0.1em;
}

@media screen and (min-width: 43.125rem) {
  .g-promo-flydown .half[class]:first-child {
    padding-right: 2.5rem;
  }
  .g-promo-flydown .half[class]:last-child {
    padding-left: 2.5rem;
    border-left: 1px solid #BABABA;
  }
}
.g-promo-flydown .s-search {
  position: relative;
  margin-top: 3.125rem;
}

@media screen and (min-width: 43.125rem) {
  .g-promo-flydown .s-search {
    padding-top: 2.5rem;
    border-top: 1px solid #BABABA;
  }
  .g-promo-flydown .s-search:before {
    content: "or";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 1.25rem;
    background: #EEE;
    color: #232323;
  }
}
.g-promo-flydown .s-search h3 {
  margin-bottom: 0.9375rem;
}

.g-promo-flydown .s-search .form {
  position: relative;
}

.g-promo-flydown .s-search .form-input[class] {
  width: 100%;
  padding-right: 3.75rem;
  max-width: none;
  background: #FFF;
}

.g-promo-flydown .s-search .form-input[class]:focus ~ .u-btn {
  background: #0C9A9A;
  color: #FFF;
}

.g-promo-flydown .s-search .u-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #232323;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  line-height: 1em;
}

.g-promo-flydown .s-search .u-btn svg[class] {
  position: relative;
}

.g-promo-flydown .s-search .u-btn svg[class].icon--search {
  top: -0.2em;
}

/*
    __ Follow Widget _____________________________________________________________________________________________________________________
*/
.g-follow-widget {
  display: block;
  position: relative;
  padding: 0.9375rem 0.9375rem 0.9375rem 2.96875rem;
  margin: 0;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  color: #0C9A9A;
  cursor: pointer;
  outline: 0;
}

.g-block-head.sub .g-follow-widget.g-block-head-inner {
  border: 0;
  position: relative;
  display: inline-block;
  padding-top: 0.9375rem;
  text-decoration: none;
  min-width: 11.675rem;
}

.has-image .g-block-head.sub .g-follow-widget.g-block-head-inner {
  background: #232323;
}

.g-block-head.sub .g-follow-widget.g-block-head-inner .g-follow-widget-label {
  font-weight: 300;
}

.g-block-head.sub .g-follow-widget.g-block-head-inner .g-follow-widget-label::before {
  background: #FFF;
}

.has-image .g-block-head.sub .g-follow-widget.g-block-head-inner .g-follow-widget-label::before {
  background: #232323;
}

.g-follow-widget-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.g-follow-widget-icon {
  position: absolute;
  z-index: 10;
  top: 1.09375rem;
  left: 0.9375rem;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  fill: #0C9A9A;
}

.g-follow-widget-label {
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0C9A9A;
}

.g-follow-widget-label:before {
  position: absolute;
  content: "Unfollow";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8F8F8;
  opacity: 0;
}

.g-follow-widget.unfollowed .g-follow-widget-icon.outline {
  opacity: 1;
}

.g-follow-widget.unfollowed.loading .g-follow-widget-icon.filled {
  -webkit-animation: fadeIn 500ms ease-in alternate infinite;
  -moz-animation: fadeIn 500ms ease-in alternate infinite;
  animation: fadeIn 500ms ease-in alternate infinite;
}

.g-follow-widget.unfollowed.loading .g-follow-widget-label:before {
  position: absolute;
  left: -1em;
  content: "Following…";
  opacity: 1;
}

.g-follow-widget.unfollowed.error .g-follow-widget-icon.outline {
  opacity: 0;
}

.g-follow-widget.unfollowed.error .g-follow-widget-icon.broken {
  opacity: 1;
  color: #F00;
}

.g-follow-widget.followed .g-follow-widget-icon.filled {
  opacity: 1;
}

.g-follow-widget.followed.animate .g-follow-widget-icon.outline {
  -webkit-animation: boof 1.5s ease-out 1 both;
  -moz-animation: boof 1.5s ease-out 1 both;
  animation: boof 1.5s ease-out 1 both;
}

.g-follow-widget.followed:hover .g-follow-widget-label:before {
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  transition: opacity 350ms;
}

.g-follow-widget.followed.loading .g-follow-widget-icon.filled {
  opacity: 0;
}

.g-follow-widget.followed.loading .g-follow-widget-icon.broken {
  opacity: 1;
}

.g-follow-widget.followed.loading .g-follow-widget-label:before {
  content: "Unfollowing…";
  opacity: 1;
}

.g-follow-widget.error {
  border-color: #F00;
}

/*
    __ Promo Block ______________________________________________________________________________________________________________
*/
.g-promo-block {
  background-color: #043A3C;
  background-repeat: no-repeat;
  background-size: cover;
}

.g-promo-block-content p {
  font-weight: 300;
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: 1em 0;
}

.g-promo-block-header {
  margin-top: 1rem;
}

.g-promo-block-title {
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 1.125rem !important;
}

.g-promo-block-title:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.g-promo-block.has-image {
  background-size: cover;
}

.g-promo-block-footer {
  text-align: center;
  margin-bottom: 2.8125rem;
}

.g-promo-block-footer .g-button {
  /*background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  color: #FFF;*/
  letter-spacing: 0.125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.g-promo-block-footer .g-button svg[class^=icon--] {
  height: 1.4375rem;
}

@media screen and (min-width: 55.625rem) {
  .g-promo-block-content {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 43.125rem) {
  .g-promo-block {
    background-image: none;
  }
  .g-promo-block-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/*
    __ Countdown Timer ______________________________________________________________________________________________________________
*/
.g-countdown-container.inline {
  display: inline-block;
}

.g-countdown-container.inline.right {
  float: right;
}

.g-countdown-container.inline .page-countdown,
.g-countdown-container.mobile-only .page-countdown {
  display: inline !important;
  position: static;
  background: 0;
  border: none;
  font-weight: 300;
  left: auto;
  width: auto;
  bottom: auto;
  padding: 0;
  font-size: 0.925rem;
  line-height: 2.5625rem;
  padding: 0.78125rem 0;
}

.g-countdown-container.inline .page-countdown .timer,
.g-countdown-container.inline .page-countdown p,
.g-countdown-container.mobile-only .page-countdown .timer,
.g-countdown-container.mobile-only .page-countdown p {
  display: inline;
  font-size: 1em;
  color: #000;
}

.g-countdown-container.inline .page-countdown .timer,
.g-countdown-container.mobile-only .page-countdown .timer {
  color: #0C9A9A;
  margin-left: 0.225em;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 43.125rem) {
  .g-countdown-container.inline.right {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 30rem) {
  .g-countdown-container.inline .page-countdown {
    font-size: 0.85rem;
    line-height: initial;
  }
}
/* Mobile version - sticks to the bottom of the page */
.g-countdown-container.mobile-only {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 500;
}

@media screen and (min-width: 55.125rem) {
  .g-countdown-container.mobile-only {
    display: none;
  }
}
/*
    __ Feature Box ______________________________________________________________________________________________________________
*/
.g-feature-box-wrapper {
  overflow: auto;
  margin-top: 1.25rem;
}

.g-feature-box {
  display: inline;
  float: left;
  border: 1px solid rgba(12, 154, 154, 0.31);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.g-feature-box.two:nth-child(even):after {
  display: table;
  content: " ";
  clear: both;
}

.g-feature-box.one {
  width: 100%;
}

@media (min-width: 690px) {
  .g-feature-box.two {
    width: 48%;
  }
}
.g-feature-box .g-button {
  width: 100%;
  margin-top: 1.875rem;
}

.g-feature-box .g-button svg[class^=icon--] {
  float: right;
}

@media (min-width: 690px) {
  .g-feature-box.two:nth-child(2n-1) {
    margin-right: 4%;
    margin-bottom: 0;
  }
}
@media (max-width: 43.125rem) {
  .g-feature-box.two {
    width: 100%;
  }
}
/* jQuery UI Date Picker */
#ui-datepicker-div {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px 0;
  background: #ffffff;
}

#ui-datepicker-div table.ui-datepicker-calendar {
  margin: 0 1.25rem 1.25rem 1.25rem;
}

#ui-datepicker-div td {
  padding: 12px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  margin: 10px;
  color: #0C9A9A;
  cursor: pointer;
  order: 2;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
}

.ui-datepicker-header {
  padding: 0.625rem 1.25rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.ui-datepicker-title {
  order: 1;
  margin: 0.625rem auto 0 0;
}

@media (max-width: 622px) and (min-width: 1px) {
  .ui-datepicker-multi, .ui-datepicker-group {
    float: none !important;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
  }
  #ui-datepicker-div td {
    padding: 9px;
  }
}
/*
    __ Homepage Takeover ______________________________________________________________________________________________________________
*/
.l-content {
  position: relative;
}

.js-homepage-takeover-removed-content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.js-homepage-takeover-removed-content.visible {
  visibility: visible;
  max-height: initial;
  overflow: visible;
}

.g-homepage-takeover {
  display: none;
}

.g-homepage-takeover.js-homepage-takeover {
  display: block;
  z-index: 999;
  min-height: 300px;
  margin: 0 auto 10px auto;
  width: 1250px;
  max-width: 100%;
}

.g-homepage-takeover.js-homepage-takeover .g-masthead.full-width.has-image {
  background-size: contain;
  padding: 0;
}

.g-homepage-takeover.js-homepage-takeover .g-masthead.has-image:before {
  background-color: transparent;
}

.g-homepage-takeover-image {
  visibility: hidden;
  width: 1250px;
  max-width: 100%;
  cursor: pointer;
  display: block;
}

.g-homepage-takeover-link {
  display: block;
  min-height: 100%;
  width: 100%;
  text-decoration: none;
}

.g-homepage-takeover-content {
  position: absolute;
  width: 90%;
}

.g-homepage-takeover-content.top {
  top: 2.125rem;
}

.g-homepage-takeover-content.bottom {
  bottom: 2.125rem;
}

.g-homepage-takeover .g-masthead.has-image svg {
  margin-right: 0;
}

.g-homepage-takeover .g-button {
  /*
     background: rgba(255, 255, 255, 0.2);
     color: #FFF;
  */
  letter-spacing: 0.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 1.15625rem 1.25rem;
}

.g-homepage-takeover .g-button svg[class^=icon-] {
  height: 1.4375rem;
}

.g-homepage-takeover-close-button {
  position: absolute;
  top: 2.125rem;
  right: 2.125rem;
  z-index: 99;
}

/*
.g-homepage-takeover-close-button.dark {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
}
*/
@media (max-width: 43.125rem) {
  .g-block-head.main,
  .g-block-head.sub {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .g-block-head svg {
    display: none;
  }
  .g-homepage-takeover .g-homepage-takeover-close-button,
  .g-homepage-takeover .g-homepage-takeover-close-button.dark {
    position: relative;
    background: #0C9A9A;
    margin: 1rem;
    min-width: 11.875rem;
    letter-spacing: initial;
    padding-right: 2.5rem;
    text-align: left;
    right: auto;
    top: auto;
  }
  .g-homepage-takeover .g-homepage-takeover-close-button svg {
    position: absolute;
    top: 33.3333%;
    right: 0.9375rem;
  }
  .g-homepage-takeover .g-button {
    font-size: 0.85rem;
    padding: 0.625rem;
  }
}
/*
    __ Scroll Helper ___________________________________________________________________________________________________________________
*/
.g-scroll-control {
  position: fixed;
  z-index: 9999;
  bottom: 2rem;
  display: none;
}

@media screen and (max-width: 55.625rem) {
  .g-scroll-control {
    display: none !important;
  }
}
.g-scroll-control.vertical {
  right: 2rem;
  width: 3rem;
}

.g-scroll-control.horizontal {
  left: 0;
  right: 0;
  width: 10rem;
  margin: 0 auto;
  text-align: center;
}

.g-scroll-control-button {
  border: 0;
  background: rgb(12, 154, 154);
  width: 3rem;
  height: 3rem;
  transition: all 0.2s;
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.g-scroll-control-button:hover {
  cursor: pointer;
}

.g-scroll-control-button:focus {
  outline: 0;
}

.g-scroll-control-button svg {
  transition: all 0.3s;
}

.g-scroll-control.horizontal .g-scroll-control-button + .g-scroll-control-button {
  margin-left: 1rem;
}

.g-scroll-control.vertical .g-scroll-control-button + .g-scroll-control-button {
  margin-top: 0.5rem;
}

.g-scroll-control.horizontal .g-scroll-control-button.hidden {
  display: inline-block;
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
  cursor: default;
}

.g-scroll-control.vertical .g-scroll-control-button.hidden {
  display: inline-block;
  opacity: 0;
  height: 0;
  cursor: default;
  margin: 0;
}

.g-scroll-control.vertical .g-scroll-control-button.hidden svg {
  display: none;
}

.g-scroll-control-button svg {
  fill: #FFF;
  font-size: 1.4rem;
  line-height: 3rem;
}

/* List view styling for favourites page. */
#favourite-artists.list .g-feature-content-media {
  display: none;
}

#favourite-artists.list span.g-follow-widget-label {
  display: none;
}

#favourite-artists.list .g-feature-content a {
  order: 2;
}

#favourite-artists.list .g-feature-list .g-feature-list-item > * {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#favourite-artists.list .g-feature-content-footer {
  order: 1;
}

/* Shouldn't this have the class name changed rather than redefining x3 to be half? */
#favourite-artists.list .g-grid-col.x3 {
  min-width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
}

@media screen and (max-width: 50rem) {
  #favourite-artists.list .g-grid-col.x3 {
    min-width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
#favourite-artists.list .g-follow-widget {
  border: none;
}

#favourite-artists.list .g-feature-content-footer {
  padding: 0;
}

#favourite-artists.list .g-feature-content-content {
  padding: 0;
  min-height: 0;
}

/* Icon pos adjustment*/
#favourite-artists.list .g-follow-widget-icon {
  top: 0.39375rem;
}

#favourite-artists.list .g-feature-list {
  background: #FFF;
  padding: 1.875rem 1.5625rem;
}

#favourite-artists.list .g-grid {
  margin: 0;
}

#favourite-artists.list .g-follow-widget {
  background: none;
}

#favourite-artists.list .page-container {
  padding: 0;
}

#favourite-artists.list ul#infinite-page-1 {
  padding: 0 !important;
}

#favourite-artists.list .g-grid.has-space .g-grid-col {
  margin-bottom: 0;
}

#favourite-artists.list .g-feature-content-title {
  font-size: 100%;
}

#favourite-controls ul li {
  display: inline-block;
  vertical-align: top;
  float: left;
}

#favourite-grid-switch {
  background: transparent url("data:image/svg+xml;utf8, <svg height='140px' version='1.1' viewBox='0 0 190 140' width='190px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title/><desc/><defs/><g fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'><g fill='#000000' id='Core' transform='translate(-340.000000, -4.000000)'><g id='apps' transform='translate(340.000000, 4.000000)'><path d='M0,4 L4,4 L4,0 L0,0 L0,4 L0,4 Z M6,16 L10,16 L10,12 L6,12 L6,16 L6,16 Z M0,16 L4,16 L4,12 L0,12 L0,16 L0,16 Z M0,10 L4,10 L4,6 L0,6 L0,10 L0,10 Z M6,10 L10,10 L10,6 L6,6 L6,10 L6,10 Z M12,0 L12,4 L16,4 L16,0 L12,0 L12,0 Z M6,4 L10,4 L10,0 L6,0 L6,4 L6,4 Z M12,10 L16,10 L16,6 L12,6 L12,10 L12,10 Z M12,16 L16,16 L16,12 L12,12 L12,16 L12,16 Z' id='Shape'/></g></g></g></svg>");
  padding-right: 24px;
}

#favourite-list-switch {
  background: transparent url("data:image/svg+xml;utf8, <svg height='140px' version='1.1' viewBox='0 0 190 140' width='190px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title/><desc/><defs/><g id='Page-1'> <g id='Core' transform='translate(-340.000000, -4.000000)'> <g id='apps' transform='translate(340.000000, 4.000000)'> <path id='Shape' d='M0,4h4V0H0V4L0,4z M0,16h4v-4H0V16L0,16z M0,10h4V6H0V10L0,10z M6,4h10V0H6V4L6,4z M6,10h10V6H6V10L6,10z M6,16h10v-4H6V16L6,16z'/> </g> </g> </g></svg>");
  padding-right: 16px;
}

/*
    __ Tooltips ___________________________________________________________________________________________________________________
*/
.tooltip {
  background: #0C9A9A;
  color: #FFF;
  box-shadow: none;
  border: none;
  font-size: 1rem;
  width: auto;
  max-width: 50rem;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3rem;
}

.tooltip:before {
  content: "";
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #0C9A9A transparent;
  position: absolute;
  top: -7.5px;
}

.tooltip-dt {
  display: none;
}

.tooltip a, .tooltip a:hover {
  color: #FFF;
}

/* 
	Top narrative upsells 
	Usually albums but possibly anything
*/
.g-upsell {
  display: flex;
  flex-wrap: wrap;
}

.g-upsell-image {
  flex-basis: 30%;
}

.g-upsell-description {
  flex-basis: 70%;
  padding: 0 0.625rem;
}

@media screen and (max-width: 30rem) {
  .g-upsell-image,
  .g-upsell-description {
    flex-basis: 100%;
  }
  .g-upsell-description {
    padding: 0 0.625rem;
  }
}
/****************************************
	Global
****************************************/
/* Availability Status */
.g-availability-status {
  position: relative;
}

.g-availability-status:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.g-availability-status.t-level-1:before {
  background: #c70c15;
}

.g-availability-status.t-level-2:before {
  background: #fdc500;
}

.g-availability-status.t-level-3:before {
  background: #1aa240;
}

/* Image Resize */
.g-image-resize {
  position: relative;
  overflow: hidden;
}

.g-image-resize img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
}

/* Price List */
.g-price-list th.cost a {
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
  line-height: 1.1;
}

.g-price-list th.cost a sup {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  top: -3px;
  left: 2px;
  display: inline-block;
}

.g-price-list tr.group-name td {
  padding-left: 0;
  font-weight: 600;
}

.g-price-list tr.group-name td span {
  font-weight: normal;
}

.g-price-list tr.total td {
  font-weight: 600;
}

.g-price-list td.ticket-type .seats {
  font-size: 14px;
}

.g-price-list td.ticket-type .seats span,
.g-price-list td.ticket-type .seat-restrictions {
  font-size: inherit;
  font-weight: 600;
  color: #555;
}

.g-price-list.t-event .cost {
  width: 160px;
}

.g-price-list.t-event .quantity {
  text-align: right;
}

.g-price-list.t-event .quantity select {
  min-width: 50px;
}

.g-price-list.t-order-details .cost {
  text-align: right;
}

.g-price-list.t-order-details tbody tr {
  border-top: 1px dotted #dcdcdc;
}

.g-price-list.t-order-details tbody tr:first-child {
  border-top: none;
}

/* Postage Options */
.g-postage-options .name {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.g-postage-options .description {
  margin-top: 10px;
}

/****************************************
	Partial Views
****************************************/
/* Shared - Connected - Confirm Seats */
.pv-shared-connected-confirm-seats .buttons {
  overflow: hidden;
  margin-top: 20px;
}

.pv-shared-connected-confirm-seats .buttons .g-button.t-confirm {
  float: right;
}

.v-connected-event-confirm-seats .seat-plan-sld {
  display: none;
}

/* Shared - Connected - Event Form */
.pv-shared-connected-event-form .button-buy {
  overflow: hidden;
}

.pv-shared-connected-event-form .button-buy .g-button {
  float: right;
}

/* Shared - Connected - Event list */
.pv-shared-connected-event-list ul.listings li a {
  font-size: 1rem;
  padding: 10px 0;
  font-weight: 600;
  display: block;
}

.pv-shared-connected-event-list .pagination,
.pv-shared-connected-event-list .pagination li {
  border: none;
}

/* Shared - Connected - Event List Calendar */
.pv-shared-connected-event-list-calendar .event-calendar td.day-link {
  height: auto;
  text-align: center;
}

.pv-shared-connected-event-list-calendar .pv-calendar-day-event .g-icon.menu {
  position: absolute;
  top: 35px;
}

.pv-shared-connected-event-list-calendar .pv-calendar-day-event .g-availability-status:before {
  margin-top: 0.8rem;
}

.pv-shared-connected-event-list-calendar .pv-calendar-day-event .g-availability-status .connected-event-label,
.pv-shared-connected-event-list-calendar .pv-calendar-day-event .g-availability-status .connected-prices-from {
  margin-left: 25px;
}

/* Shared - Connected - Order Details */
.pv-shared-connected-order-details .event-heading {
  font-size: 20px;
  font-weight: 600;
}

.pv-shared-connected-order-details .event-heading span {
  font-size: 16px;
}

.pv-shared-connected-order-details .pv-shared-connected-event-time {
  margin-top: 10px;
}

.pv-shared-connected-order-details .best-seats-message,
.pv-shared-connected-order-details .g-price-list {
  margin-top: 20px;
}

.pv-shared-connected-order-details .best-seats-message span {
  font-weight: 600;
}

/* Shared - Connected - Select Payment Option */
.pv-shared-connected-select-payment-option .payment-buttons img {
  border: medium none;
  clear: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  margin-right: 10px;
  position: relative;
  width: 225px;
  cursor: pointer;
}

/* Shared - Connected - Tour and Event Details */
.pv-shared-connected-tour-and-event-details {
  background: #fff;
}

.pv-shared-connected-tour-and-event-details .image {
  float: left;
  width: 90px;
  height: 90px;
}

.pv-shared-connected-tour-and-event-details.has-image .heading {
  margin-left: 100px;
  min-height: 90px;
}

.pv-shared-connected-tour-and-event-details .heading .tour-name {
  margin: 0;
  padding: 13px 10px 7px 10px;
}

.pv-shared-connected-tour-and-event-details .heading .tour-venue {
  padding: 0 10px 10px 10px;
  font-size: 18px;
  color: #666;
}

.pv-shared-connected-tour-and-event-details .event-date-time {
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.pv-shared-connected-tour-and-event-details .art-top-narr {
  padding: 0 10px 10px 10px;
}

/* Shared - Connected - Tour Description */
.pv-shared-connected-tour-description .duration {
  margin-bottom: 1rem;
}

.pv-shared-connected-tour-description ul.descriptions > li {
  margin: 0;
  padding: 0;
}

.pv-shared-connected-tour-description ul.descriptions > li:before {
  display: none;
}

.pv-shared-connected-tour-description ul.descriptions .title {
  margin: 25px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.hidden, #questions .hidden {
  display: none;
}

.clear, #questions .clear {
  clear: both;
}

.loading {
  display: block;
  padding: 25px;
  background-color: #efefef;
  text-align: center;
}

/* registration styles */
#registrations .registration {
  display: block;
  width: 42%;
  padding: 10px;
  margin: 10px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  float: left;
  color: #333;
}

.registration h2 {
  font-size: 130%;
  color: #333 !important;
}

.registration img {
  float: left;
  margin-right: 10px;
}

.registration a.delete {
  display: block;
  float: right;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background-image: url("//c.ststat.net/content/seetickets/mainwebapp/images/error.png");
}

/* Customer Questions Framework */
#questions .question {
  padding: 5px;
  width: 98%;
  margin-bottom: 8px;
  padding-bottom: 15px;
}

#questions .answer label {
  padding: 0;
  width: auto;
  float: none;
}

#questions .question .title .number {
  float: right;
  font-size: 109%;
  font-weight: bold;
  height: 27px;
  width: 37px;
}

#questions .question .title {
  font-weight: bold;
}

.question .title .required {
  font-size: 120%;
  color: red;
}

.question .question-footer {
  margin-top: 10px;
}
button.g-sprite-icon {
  padding: 0;
  background: none;
  border: none;
}

.g-sprite-icon:before {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat;
  content: "";
  display: block;
}

.g-sprite-icon.basket-small-black:before {
  background-position: -156px -1203px;
  height: 12px;
  width: 15px;
}

.g-sprite-icon.basket-black:before {
  background-position: -132px -1219px;
  height: 16px;
  width: 20px;
  position: absolute;
  top: 4px;
  left: 29px;
}

.g-sprite-icon.basket-white:before {
  background-position: -132px -1201px;
  height: 16px;
  width: 20px;
}

.g-sprite-icon.close-w-border:before {
  background-position: -66px -1197px;
  height: 17px;
  width: 38px;
}

.g-sprite-icon.cross-circle:before {
  background-position: -2px -1219px;
  height: 15px;
  width: 15px;
}

.g-sprite-icon.pound-sign:before {
  background-position: -175px -1203px;
  height: 12px;
  width: 10px;
}

.g-sprite-icon.right-arrow-circle:before {
  background-position: -17px -157px;
  height: 20px;
  width: 20px;
}

.g-sprite-icon.ticket:before {
  background-position: -108px -1197px;
  height: 20px;
  width: 21px;
}
@charset "UTF-8";
/* Messi CSS */
.messi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}

.messi {
  position: fixed;
  top: 10% !important;
  font-size: 16px;
  text-shadow: none;
}

.messi-box {
  position: relative;
  width: 500px;
  padding: 3px;
  background-color: #2c2a25;
  border-radius: 4px;
  opacity: 1;
}

.messi-wrapper {
  position: relative;
  border-radius: 3px;
  text-align: left;
  background: #f8f8f8;
}

.messi-titlebox {
  padding: 10px 10px 8px 15px;
  overflow: hidden;
  font-size: 1.3em;
  color: #777;
  text-shadow: 0 2px #fff;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0px;
  border-radius: 5px 5px 0 0px;
  -moz-border-radius: 5px 5px 0 0px;
  box-shadow: 0 1px 1px #E1E1E1;
}

.messi-titlebox.info {
  background-color: #4ea5cd;
  background-image: none;
}

.messi-titlebox.error {
  background-color: #de4343;
  background-image: none;
}

.messi-titlebox.warning {
  background-color: #eaaf51;
  background-image: none;
}

.messi-titlebox.success {
  background-color: #61b832;
  background-image: none;
}

.messi-closebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 25px;
  height: 25px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}

.messi-closebtn::before {
  position: relative;
  top: 2px;
  display: block;
  width: 25px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  content: "×";
}

.messi-content {
  font: 0.9em normal "myriad-pro", Corbel, Helvetica, Arial, sans-serif;
  text-align: left;
  overflow: auto !important;
  max-height: 500px !important;
}

.messi-content .messi-page h1 {
  display: none;
}

.messi-content .messi-page {
  width: 575px !important;
  max-height: 480px !important;
  overflow: auto;
  margin: 5px 0 5px 15px;
  padding: 10px 10px 0 0 !important;
  background: transparent;
}

.messi-content p {
  padding: 0 0 5px;
  line-height: 1.3em;
  font-size: 14px;
}

.messi-content .messi-closebtn {
  top: 7px;
  font: 1.3em bold "myriad-pro", Corbel, Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, visibility 0.1s linear 0.5s;
  -moz-transition: opacity 0.25s linear, visibility 0.1s linear 0.5s;
  -o-transition: opacity 0.25s linear, visibility 0.1s linear 0.5s;
  transition: opacity 0.25s linear, visibility 0.1s linear 0.5s;
}

.messi-content:hover .messi-closebtn {
  opacity: 1;
}

.messi-footbox {
  width: 100%;
  /*height: 55px;*/
  overflow: hidden;
}

.messi-actions {
  /*display: -webkit-box;
  display: -moz-box;
  display: box;
  padding-top: 8px;
  margin: 0 10px;
  -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
          box-orient: horizontal;
  border-top: 1px solid #eee;*/
  padding-top: 0;
}

.messi-actions .btnbox {
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}

.messi-actions .btnbox .btn {
  min-width: 75px;
  float: left;
}

.messi-titlebox.anim {
  background-color: #666;
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: animate-bg 5s linear infinite;
  -moz-animation: animate-bg 5s linear infinite;
}

.messi-titlebox.anim.info {
  background-color: #4ea5cd;
}

.messi-titlebox.anim.error {
  background-color: #de4343;
}

.messi-titlebox.anim.warning {
  background-color: #eaaf51;
}

.messi-titlebox.anim.success {
  background-color: #61b832;
}

@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
/* CSS Buttons from Twitter Bootstrap: http://twitter.github.com/bootstrap/ */
.messi .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.messi .btn:active,
.messi .btn.active {
  background-color: #cccccc;
}

.messi .btn:first-child {
  *margin-left: 0;
}

.messi .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.messi .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.messi .btn.active,
.messi .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9 ;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*
.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.messi .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.messi .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.messi .btn-primary:active,
.messi .btn-primary.active {
  background-color: #004099 \9;
}

.messi .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.messi .btn-warning:active,
.messi .btn-warning.active {
  background-color: #c67605 \9;
}

.messi .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.messi .btn-danger:active,
.messi .btn-danger.active {
  background-color: #942a25 \9;
}

.messi .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.messi .btn-success:active,
.messi .btn-success.active {
  background-color: #408140 \9;
}

.messi .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.messi .btn-info:active,
.messi .btn-info.active {
  background-color: #24748c \9;
}

.messi .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.messi .btn-inverse:active,
.messi .btn-inverse.active {
  background-color: #080808 \9;
}
*/
button.messi .btn,
input[type=submit].messi .btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.messi button {
  cursor: pointer;
  -webkit-appearance: button;
}

button.messi .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.messi .bt-messi-close, .messi .bt-messi-close:hover, .messi .bt-messi-close:active {
  position: absolute;
  top: -13px;
  right: 4px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -32px -1200px;
  min-width: 32px !important;
  width: 32px !important;
  height: 14px;
  padding: 0 !important;
  border: none;
  /*box-shadow: 0 1px 1px #bbb;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.messi .bt-close-notitle, .messi .bt-close-notitle:hover, .messi .bt-close-notitle:active {
  top: -16px;
  height: 16px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) 0 -1200px;
}

.messi .loading {
  background-color: transparent !important;
}
/* The Nivo Slider styles */
#homepage-slider {
  background: #444;
}

#homepage-slider .loading {
  display: none;
  text-align: center;
  margin-top: 100px;
}

.slider-wrapper {
  height: 300px;
  margin-bottom: 10px;
  background: #333;
}

#homepage-slider #slider {
  background: #333;
}

.nivoSlider {
  position: relative;
  width: 700px;
  height: 300px;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  overflow: hidden;
  display: none;
  /*opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  border-top: 1px solid #222;
  background: #525252;
  background: rgba(54, 54, 54, 0.8);
  padding-right: 200px;
  -moz-box-shadow: inset 0 -3px 20px #272727, inset 0 1px 0 #444;
  -webkit-box-shadow: inset 0 -3px 20px #272727, inset 0 1px 0 #444;
  box-shadow: inset 0 -3px 20px #272727, inset 0 1px 0 #444;
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-caption a.title {
  border: 0 !important;
  box-shadow: none !important;
  margin-left: 0 !important;
  padding: 6px 0 0 0 !important;
}

.nivo-caption a.title, .nivo-caption a.title:hover {
  color: #F9F9F9 !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
  cursor: pointer;
}

.theme-default .nivoSlider {
  position: relative;
  -webkit-box-shadow: 0px 1px 2px #aaa;
  -moz-box-shadow: 0px 1px 2px #aaa;
  box-shadow: 0px 1px 2px #aaa;
}

.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  position: relative;
  top: -28px;
  right: 5px;
  float: right;
  height: 0px;
  z-index: 99999;
}

.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/bullets.png) no-repeat;
  border: 0;
  margin: 0 2px;
}

.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.theme-default .nivo-controlNav a span {
  display: none;
}

.theme-default .nivo-directionNav a {
  display: block;
  width: 36px;
  height: 36px;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}

.theme-default a.nivo-nextNav {
  background-position: -36px 0;
  right: 15px;
}

.theme-default a.nivo-prevNav {
  left: 15px;
}

.theme-default .nivo-caption {
  font-size: 16px;
  height: 40px;
  padding-top: 11px;
}

.theme-default .nivo-caption a {
  margin-left: 10px;
  font-size: 14px;
}

.theme-default .nivo-caption a.bt-all {
  top: -1px;
  position: relative;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 6px 1px;
}

.theme-default .nivo-caption a.bt-all:hover {
  background: #de3b58;
  color: #fff !important;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
/*
Copyright (c) 2010 Ivan Vanderbyl
Originally found at http://ivan.ly/ui

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*/
.progress-bar {
  position: relative;
  height: 16px;
  padding: 0 2px 0 1px;
}

.progress-bar-animate {
  position: relative;
  display: none;
  overflow: hidden;
  height: 16px;
  -moz-border-radius: 35px 5px 5px 35px;
  -webkit-border-radius: 35px 5px 5px 35px;
  border-radius: 35px 5px 5px 35px;
  background-color: #de3b58;
  background-image: -webkit-gradient(linear, 0%, 0%, 0% 100%, from(#cc2e4a), to(#de3b58));
  background-image: -webkit-linear-gradient(top, #cc2e4a, #de3b58);
  background: -moz-repeating-linear-gradient(top left -30deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 15px, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(#cc2e4a 0%, #de3b58 100%);
  /* Webkit background stripes and gradient */
  background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0, rgba(255, 255, 255, 0.17)), color-stop(0.25, rgba(255, 255, 255, 0.17)), color-stop(0.26, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.51, rgba(255, 255, 255, 0.17)), color-stop(0.75, rgba(255, 255, 255, 0.17)), color-stop(0.76, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.35))), #CC2E4A;
  -webkit-background-size: 44px 44px;
  -webkit-box-shadow: inset 0px -1px 0px 0px #e34177, inset 0px 2px 1px #ae213a;
  -moz-box-shadow: inset 0px -1px 0px 0px #e34177, inset 0px 2px 1px #ae213a;
  box-shadow: inset 0px -1px 0px 0px #e34177, inset 0px 2px 1px #ae213a;
  -webkit-animation: animate-stripes 2s linear infinite;
  width: 0;
}

.progress-overlay {
  color: #fff;
  font-size: 14px;
  padding: 1px 0;
  position: absolute;
  right: 0;
  line-height: 15px !important;
  padding-right: 12px;
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0px;
  white-space: nowrap;
  font-weight: 600;
}
/*.mobile #restaurant-deals {
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.mobile #restaurants-prices-from .restaurant-img {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.mobile #restaurants-prices-from p {
    display: inline;
    vertical-align: middle;
}*/
.restaurant .bt-all {
  padding: 0 5px;
  font-size: 15px;
}

.restaurant .bt-all img {
  padding-right: 3px;
}

.disabled-extra {
  background: #eee;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pick-restaurant .sort-options select {
  margin: 6px 10px 0 0;
}

.pick-restaurant table td {
  border-bottom: 1px dotted #dcdcdc;
  padding: 5px;
}

.menu-col {
  width: 70px;
}

.choose-deal {
  width: 55px;
}

#restaurant-form .deal-col {
  width: 1%;
  white-space: nowrap;
}

#restaurant-form .deal-col,
#restaurant-form .menu-col,
#restaurant-form .price-col {
  cursor: pointer;
}

#restaurants-list .paging li {
  display: inline-block;
}

#restaurants-list .paging li a {
  border: 1px solid #0C9A9A;
  color: #0C9A9A;
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0 7px;
  text-align: center;
  text-decoration: underline;
  width: 1.5em;
}

#restaurants-list .paging li a.active {
  background: #0C9A9A;
  color: #fff;
}

#restaurants-list .paging li:first-child a {
  margin: 0;
}

.merged-price-row .merged-restaurants {
  padding-top: 0;
}

.merged-restaurants p {
  font-size: 16px;
}

.merged-price-row .merged-restaurants p {
  font-size: inherit;
  margin-top: 0;
}

.merged-restaurants a {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-bottom: -3px;
}

.merged-restaurants .info {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -218px -1160px no-repeat;
}

.merged-restaurants .menu {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -240px -1160px no-repeat;
}

.packaged-info {
  font-size: 12px;
  margin: 5px 0 0 10px;
}

.packaged-info.includes-text {
  font-size: 14px;
  font-weight: 600;
}

.deals-list {
  border-top: 1px dotted #DCDCDC;
  margin-top: 5px;
}

.pick-restaurant .extra-search {
  margin: 10px 0 0 150px;
}

.pick-restaurant .error label {
  margin: 0;
  font-size: 13px;
  color: #830000;
}

.book-restaurant table td {
  padding: 5px;
}

.book-restaurant .date {
  text-align: center;
  margin: 10px;
  background: #f9f9f9;
  padding: 10px;
}

.pick-restaurant .extra-image {
  float: right !important;
  margin: 5px 10px 20px 20px;
}

.pick-restaurant .extra-text {
  width: auto !important;
}

.extra-text .name {
  font-size: 20px !important;
  font-weight: 600;
}

.pick-restaurant h1 .bt-all {
  margin-top: 0;
}

[id^=dealinfo_] h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

[id^=dealinfo_] p {
  padding: 0;
  line-height: 1.2;
}

[id^=dealinfo_] td {
  font-size: 16px;
  padding: 0;
  border: 0;
}

[id^=dealinfo_] li {
  line-height: 1.2;
}

[id^=dealinfo_] td strong {
  display: inline-block;
  margin: 0.8em 0 0;
}
.user-header {
  overflow: hidden;
  padding: 10px 0 20px;
}

.user-picture {
  height: 70px;
  width: 70px;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 12%;
  margin-right: 10px;
}

.user-picture img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.user-header h1 {
  margin-top: -20px;
  font-size: 28px;
}

.user-account .sub-name {
  font-size: 15px;
  color: #777 !important;
  font-family: "myriad-pro", Corbel, Helvetica, Calibri, sans-serif;
  margin: 0;
}

.user-account h2 {
  margin: 20px 0 0 0;
  font-weight: 600;
}

.user-account .tab-bts li a {
  padding: 9px 20px 10px 40px;
  font-size: 18px;
  background-image: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png);
  background-repeat: no-repeat;
  font-weight: normal;
}

.user-account .tab-bts li a.active {
  font-weight: normal;
}

#uac-tabs .profile {
  background-position: -184px -750px;
}

#uac-tabs .orders {
  background-position: -184px -790px;
}

#uac-tabs .favourites {
  background-position: -184px -831px;
}

#uac-tabs .settings {
  background-position: -184px -871px;
}

#uac-tabs .social {
  background-position: -184px -947px;
}

#uac-tabs .profile.active {
  background-position: -343px -750px;
}

#uac-tabs .orders.active {
  background-position: -343px -790px;
}

#uac-tabs .favourites.active {
  background-position: -343px -831px;
}

#uac-tabs .settings.active {
  background-position: -343px -871px;
}

#uac-tabs .social.active {
  background-position: -342px -947px;
}

/* _________ Profile ________ */
#user-details .user-details {
  border-bottom: none;
}

#user-details .name {
  font-size: 20px;
  font-weight: 600;
}

#user-details .edit-del {
  right: 0;
}

.h-profile-buttons {
  float: right;
  margin-top: -30px;
}

.h-profile-buttons a {
  margin-right: 5px;
  font-size: 14px;
}

.show-all span {
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) no-repeat 0 -240px;
  display: inline-block;
  width: 12px;
  height: 7px;
  margin: 3px 0 0 5px;
  float: right;
}

.show-all .hide {
  background-position: 0 -200px;
}

.each-address, .each-payment {
  position: relative;
  margin: 25px 0px;
}

.each-address p, .each-payment p {
  font-size: 16px;
  padding-right: 90px;
}

.each-address.default, .each-payment.default {
  display: block;
}

/*.user-address:hover .label,.user-payment:hover .label { display: none; }
.user-address .label,.user-payment .label { position:absolute; right:10px; top:11px; background-color:#fff; padding:3px; font-size:11px; }*/
.edit-del {
  position: absolute;
  right: 20px;
  top: 10px;
}

.bt_delete {
  border: 0 !important;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) -200px -80px !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  margin: 7px 0 5px 3px !important;
  float: right !important;
  position: absolute !important;
}

.bt_delete:hover {
  cursor: pointer;
}

.bt_edit {
  font-size: 15px;
  padding: 4px 8px 2px 8px;
  float: left;
}

#add_address label {
  display: block;
  margin-bottom: 3px;
  clear: both;
}

#add_address #Postcode {
  float: left;
  margin: 0 5px 0 0;
}

#add_address .field-validation-error {
  position: static;
  display: block;
  clear: both;
  margin-top: 5px;
}

.add-address-fields {
  margin-top: 20px;
}

.add-address-fields input {
  width: 250px;
}

.expired {
  background: #ba0101;
  color: #fff;
  font-size: 13px;
  padding: 2px 6px;
  margin-left: 15px;
}

.user-address-edit {
  background-color: #f6f6f6;
  margin: -5px 0 10px 0;
  padding: 20px 10px;
}

.user-address-edit label {
  display: inline-block;
  width: 80px;
}

.user-address-edit input {
  display: inline-block;
}

.user-address-edit select, .find-address-rest select {
  width: 195px;
  margin-top: 3px;
}

.user-address-edit .bt-action {
  padding: 3px 15px;
  font-size: 16px;
}

.find-address .bt-all {
  margin: 10px 10px 3px 0;
}

.find-address-rest label, .find-address select {
  display: block;
}

.find-address select {
  width: 200px;
  margin: 3px 0 10px 0;
}

/*.find-address input#address_Line_1 { width:188px; }*/
.find-address .no-addresses-error {
  display: none;
}

.find-address .address-list {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin-top: 15px;
  overflow: auto;
  width: 280px;
}

.find-address div.address-list {
  height: 300px;
}

.find-address .address-list span {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 5px;
  padding: 2px 5px;
}

.find-address .address-list span:hover,
.find-address .address-list .selected {
  background: #1e90ff;
  color: #fff;
}

.checkout .find-address-rest {
  margin: 0;
}

.checkout .find-address {
  padding: 0;
}

/* .find-btns { height:45px; } */
#enter-manually-address {
  font-size: 15px;
}

.address-label label {
  width: auto;
  display: block;
}

.update {
  margin-top: -5px !important;
}

.add-address-page .register-form {
  width: 230px;
}

.add-payment-page .register-form {
  width: 350px;
}

.add-address-page input {
  width: 190px;
}

.add-address-page .bt-action {
  width: 230px;
}

.add-payment-page .bt-action {
  width: 340px;
}

.add-address-page #enter-manually-address {
  left: 130px;
  width: 100px;
}

.add-address-page .find-address select {
  width: 232px;
}

/* _________ Favourites ________ */
#favorite-artists .tooltip {
  color: #666;
  margin: -60px 0 0 30px;
}

#favorite-artists .on-tour {
  position: absolute;
  top: 0;
  right: 0;
  background: url(//c.ststat.net/content/seetickets/mainwebapp/images/sprite-icons.png) repeat 0 0;
  width: 38px;
  height: 38px;
  z-index: 9999;
}

#favorite-artists .artist-thumb {
  margin: 0 8px 15px 7px;
  width: 96px;
}

#favorite-artists .artist-thumb img {
  height: 96px;
}

#favourites .h-div {
  margin: 20px 8px 10px 7px;
}

#favourites .bt-all {
  font-size: 12px;
  margin-top: -8px;
  padding: 5px 10px;
}

#facebook-post-preview p {
  padding: 10px;
}

#facebook-post-preview .post-outter {
  background-color: #e7ebf2;
  padding: 10px;
  font-family: Tahoma !important;
}

#facebook-post-preview .post-inner {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #cfd6e6;
}

#facebook-post-preview .post-inner .user .image {
  float: left;
}

#facebook-post-preview .post-inner .user .title {
  float: left;
  margin-left: 5px;
  padding: 5px;
  padding-top: 5px;
  line-height: 17px;
  font-size: 12px;
}

#facebook-post-preview .post-inner .user .title .name {
  color: #3B5998;
  font-weight: bold;
}

#facebook-post-preview .post-inner .divider {
  background-color: #e7e7e7;
  height: 1px;
  margin: 15px 0;
}

#facebook-post-preview .post-inner .object {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  height: 80px;
}

#facebook-post-preview .post-inner .object .image {
  float: left;
  height: 80px;
  width: 80px;
  overflow: hidden;
}

#facebook-post-preview .post-inner .object .image img {
  margin-left: -25px;
}

#facebook-post-preview .post-inner .object .title {
  float: left;
  margin-left: 5px;
  padding: 5px;
  line-height: 18px;
  font-size: 11px;
}

.deactivate-account {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #ddd;
}

.default-seletion-uac-tag {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  margin-left: 10px;
  background: #c0c0c0;
  padding: 3px 10px;
}

#user-order-list .paging a,
#user-order-list .paging a:hover {
  text-decoration: none;
  padding: 3px 5px;
}

#user-order-list .paging a.active {
  border-bottom: 2px solid;
}

.saved-address, #card-chooser {
  min-width: 100%;
}

/*# sourceMappingURL=base.min.css.map*/