.account-title-wrapper.mb-20 {
  margin-bottom: 20px;
}
.season-pass-uploader-wrapper .modal-alert {
  color: #ca1b3c;
}

.new-nav {
  z-index: 92001;
}

.checkbox.hide-checkbox {
  border: none;
}

.widget-wrapper {
  max-width: 100%;
}

.article-item-thumbnail {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-4-halloween {
  margin-top: 14px;
  grid-column-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-news {
  margin-top: 14px;
  grid-column-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-checkbox span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  padding: 17px 30px;
  border: 2px solid #333;
  border-radius: 29px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0px;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.button-checkbox input {
  display: none;
}
.button-checkbox input:checked ~ span {
  background-color: #333333;
  color: #ffffff;
}
.button-checkbox input:disabled ~ span {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-checkbox input:disabled ~ span:hover {
  background-color: transparent;
}
.button-checkbox:hover span {
  background-color: rgba(51, 51, 51, 0.25);
}

.renewal-quantity-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.renewal-quantity-button[disabled] {
  opacity: 0.25;
}
.renewal-quantity-button[disabled]:hover {
  background-color: transparent;
}

.renewal-quantity-text.disabled {
  opacity: 0.25;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button:disabled:hover {
  background-color: transparent;
  color: #333;
}

.widSSP {
  margin: 0 auto !important;
  width: auto !important;
}

.TA_selfserveprop,
.widSSP,
.widSSPData {
  height: 100% !important;
}

.faq-answer-wrapper.open {
  height: auto !important;
}

.faq-item.focussed {
  background-color: rgba(95, 106, 232, 0.38);
}

.navbar-bottom p {
  margin-bottom: 0px;
}

#paymentsense iframe {
  width: 50%;
}

.error-alert > ul {
  margin-bottom: 0px;
}

.season-pass-details,
.venue-hire-details {
  display: none;
}

.policy-table td {
  padding-left: 15px;
  padding-right: 15px;
}

iframe.threeDs {
  position: fixed;
  left: 50%;
  top: 20vh;
  right: auto;
  bottom: auto;
  z-index: 10002;
  width: 400px;
  height: 60vh;
  min-height: 400px;
  margin-left: -200px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(51, 51, 51, 0.6);
}

#map {
  height: 500px;
}

.cookie-consent {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10001;
  overflow: hidden;
}
.cookie-consent > .cookie-consent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-consent > .cookie-consent-wrapper > .cookie-consent-inner-wrapper {
  background-color: #ffffff;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
}
.cookie-consent
  > .cookie-consent-wrapper
  > .cookie-consent-inner-wrapper
  > .cookie-consent__agree {
  display: block;
  width: 100%;
  border-radius: 0px;
}

.w-lightbox-backdrop {
  z-index: 10002;
}

@media screen and (max-width: 991px) {
  iframe.threeDs {
    top: 140px;
  }

  .grid-4-halloween {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #map {
    height: 400px;
  }

  iframe.threeDs {
    top: 100px;
  }

  #paymentsense iframe {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #map {
    height: 300px;
  }

  .grid-4-halloween {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-news {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  iframe.threeDs {
    width: 90%;
    margin-left: -45%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1150px) {
  .navbar2_component {
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar2_button-wrapper {
    font-size: 14px;
  }

  .navbar2_menu-dropdown {
    font-size: 16px;
  }

  .navbar2_dropdwn-toggle,
  .navbar2_link {
    padding: 0.5rem 0.7rem;
  }

  .navbar2_container {
    grid-template-columns: 0.7fr 1fr auto;
  }
}
