﻿@charset "UTF-8";
@import url('components/jquery.mCustomScrollbar.css');
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}
.font-black {
  font-weight: 900;
}
.font-extra-bold {
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-regular {
  font-weight: 400;
}
/* svg icons */
.bgDetail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgBall {
  background: url(/images/icons/wal_ball.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgBallWEC {
  background: url(/images/icons/wec_ball.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgBallLIO {
  background: url(/images/icons/lio_ball.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgBallGrey {
  background: url(/images/icons/ball_grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgCalendar {
  background: url(/images/icons/wal_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgCalendarWEC {
  background: url(/images/icons/wec_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgCalendarLIO {
  background: url(/images/icons/lio_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgDownload {
  background: url(/images/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMarker {
  background: url(/images/icons/wal_marker.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMarkerWEC {
  background: url(/images/icons/WEC_map_marker.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMarkerLIO {
  background: url(/images/icons/lio_marker.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgNights {
  background: url(/images/icons/aot_nights.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgClock {
  background: url(/images/icons/aot_clock.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgSingleBed {
  background: url(/images/icons/single.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgDoubleBed {
  background: url(/images/icons/double.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgTwinBed {
  background: url(/images/icons/twin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgPlus {
  background: url(/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgPlusYellow {
  background: url(/images/icons/plus_yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgPlusAOT {
  background: url(/images/icons/plus_AOT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgAOTClosePNG {
  background: url(/images/icons/AOTcloseicon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMinus {
  background: url(/images/icons/minus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMinusYellow {
  background: url(/images/icons/minus_yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgMinusAOT {
  background: url(/images/icons/minus_AOT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgAndroid {
  background: url(/images/icons/android-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgiOS {
  background: url(/images/icons/apple-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgAndroidWhite {
  background: url(/images/icons/android-icon_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.svgiOSWhite {
  background: url(/images/icons/apple-icon_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.boxSizing {
  box-sizing: border-box;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.contentMarginBottom {
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .contentMarginBottom {
    margin-bottom: 40px;
  }
}
.pre {
  white-space: pre;
}
.centre {
  text-align: center;
}
img {
  max-width: 100%;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width:767px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media screen and (max-width:767px) {
  .mobile {
    display: block;
  }
}
.printLabel {
  display: none;
  font-size: 30px;
}
html {
  display: initial!important;
}
@media screen and (max-width:767px) {
  body {
    padding-top: 80px;
  }
}
body > img {
  display: none;
}
.container.noPadding {
  padding: 0;
}
@media screen and (min-width:1460px) {
  .container {
    width: 1400px;
  }
}
.inner {
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    width: 750px;
  }
}
@media screen and (min-width:992px) {
  .inner {
    width: 970px;
  }
}
@media screen and (min-width:1200px) {
  .inner {
    width: 1170px;
  }
}
@media screen and (min-width:1460px) {
  .inner {
    width: 1400px;
  }
}
@media screen and (max-width:767px) {
  .appIconContainer {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .appIconContainer .appIcon {
    margin: 0 10px;
  }
}
.appIcon {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.appIcon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.appIcon.androidApp:before {
  background: url(/images/icons/android-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.appIcon.iOSApp:before {
  background: url(/images/icons/apple-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (max-width:767px) {
  .appIcon {
    color: #fff;
  }
  .appIcon.androidApp:before {
    background: url(/images/icons/android-icon_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
  }
  .appIcon.iOSApp:before {
    background: url(/images/icons/apple-icon_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
  }
}
nav {
  border-top: 1px solid #7D7D7D;
  height: 49px;
}
nav .inner ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
nav .inner ul > li {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  margin-right: 25px;
  line-height: 49px;
}
nav .inner ul > li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
main img {
  max-width: 100%;
}
main .form-navigation {
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .form-navigation div.active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
}
@media screen and (max-width:767px) {
  main .form-navigation {
    height: auto;
    line-height: normal;
  }
}
main .section-heading {
  padding: 30px;
  margin-bottom: 2px;
}
@media screen and (max-width:767px) {
  main .section-heading {
    padding: 15px;
  }
}
main .section-body {
  margin-bottom: 2px;
  padding: 82px;
}
main .section-body .row hr {
  border-top: 2px solid #000;
}
@media screen and (max-width:767px) {
  main .section-body {
    padding: 15px;
  }
  main .section-body.padding-bottom-none {
    padding-bottom: 0;
  }
}
footer {
  min-height: 300px;
}
footer .footerLower .footerFinal {
  display: flex;
}
footer .footerLower .footerFinal .footerCopy {
  margin: 30px auto;
}
footer .footerLower .footerFinal .footerFinalLinks {
  width: 50%;
}
input.form-control,
select.form-control {
  height: 63px;
}
@media screen and (max-width:767px) {
  input.form-control,
  select.form-control {
    /*height: 30px;*/
  }
}
.disclaimer {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 15px;
}
code {
  white-space: pre;
  font-family: Consolas;
  display: block;
  overflow-x: scroll;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
input[type=radio] + label:before {
  position: absolute;
  content: '';
  top: -2px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  input[type=radio] + label:before {
    top: 0;
  }
}
input[type=radio]:checked + label:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 7px;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  input[type=radio]:checked + label:after {
    top: 7px;
  }
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label,
input[type=checkbox] + span label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
}
input[type=checkbox] + input[type=hidden] + label,
input[type=checkbox] + input[type=hidden] + span label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + input[type=hidden] + label:before,
input[type=checkbox] + input[type=hidden] + span label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
}
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + span label:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c';
  top: 0;
  left: 1px;
  height: 22px;
  width: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
input[type=checkbox]:checked + input[type=hidden] + label:after,
input[type=checkbox]:checked + input[type=hidden] + span label:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c';
  top: 3px;
  left: 1px;
  height: 22px;
  width: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
.modal.constrained-modal .modal-dialog.modal-lg {
  max-height: 90%;
}
.modal .modal-dialog.modal-lg .modal-content {
  max-width: 900px;
}
.modal .modal-content {
  max-width: 620px;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  background: #000000;
  vertical-align: middle;
  border-bottom: 3px solid #7A7A7A;
}
.modal .modal-content .modal-header h4.modal-title {
  display: inline;
  font-size: 42px;
}
@media screen and (max-width:420px) {
  .modal .modal-content .modal-header h4.modal-title {
    font-size: 24px;
  }
}
.modal .modal-content .modal-header button.close {
  width: 30px;
  height: 30px;
  position: relative;
  opacity: 1;
  margin: 15px 10px 0 0;
}
.modal .modal-content .modal-header button.close:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1383.5%20-725.8%2028.001%2027.8%22%3E%3Cpath%20fill%3D%22%23fff%22%20data-name%3D%22Union%201%22%20d%3D%22M-1360.126-698.11l-9.329-9.4a.53.53%200%200%201-.064-.007l-9.408%209.407a.546.546%200%200%201-.658%200l-3.8-3.8a.546.546%200%200%201%200-.658l9.318-9.392-9.268-9.268a.412.412%200%200%201%200-.658l3.8-3.8a.544.544%200%200%201%20.658%200l9.329%209.4a.529.529%200%200%201%20.064.007l9.413-9.411a.544.544%200%200%201%20.658%200l3.8%203.8a.544.544%200%200%201%200%20.658l-9.318%209.392%209.263%209.264a.412.412%200%200%201%200%20.658l-3.8%203.8a.652.652%200%200%201-.357.11.423.423%200%200%201-.301-.102z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
}
@media screen and (max-width:420px) {
  .modal .modal-content .modal-header button.close {
    margin: 0;
  }
}
.modal .modal-content .modal-body {
  color: #000000;
  padding: 25px;
}
.modal .modal-content .modal-body h3 {
  margin: 10px 0 30px 0;
}
.modal .modal-content .modal-body label {
  margin-bottom: 10px;
}
.modal .modal-content .modal-body .help-block {
  color: #7A7A7A;
  margin: 20px 0;
}
.modal .modal-content .modal-body .cents {
  vertical-align: top;
  color: #000;
  font-weight: 800;
}
.modal .modal-content .modal-body input[type=checkbox] + label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.modal .modal-content .modal-body input[type=checkbox] + label:before {
  top: -1px;
}
.modal .modal-content .modal-body input[type=checkbox] + label:after {
  top: -1px;
}
.modal .modal-content .modal-body .modal-scroller {
  overflow-y: scroll;
  max-height: 400px;
}
@media screen and (max-width:420px) {
  .modal .modal-content .modal-body {
    padding-top: 10px;
  }
}
.modal .modal-content .modal-footer {
  text-align: left;
  padding: 25px;
  background-color: #F2F2F2;
}
.modal .modal-content .modal-footer :not(.modal-buttons) .btn {
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
.modal .modal-content .modal-footer :not(.modal-buttons) .btn.btn-primary {
  float: right;
}
.modal .modal-content .modal-footer .login-modal-download {
  margin-left: auto;
  color: #000;
  margin-bottom: 40px;
}
.modal .modal-content .modal-footer .modal-buttons .btn.btn-primary {
  margin-left: auto;
}
.modal .modal-content .modal-footer .modal-error {
  color: #f00;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .modal .modal-content .modal-footer {
    padding-bottom: 5px;
  }
}
.noteText {
  font-size: 15px;
  color: #7A7A7A;
}
.modal-dialog {
  background-color: #000;
}
.modal-dialog.modal-full {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-dialog.modal-full button.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 24px;
  opacity: 1;
  z-index: 9;
}
.modal-dialog.modal-full button.close:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1383.5%20-725.8%2028.001%2027.8%22%3E%3Cpath%20fill%3D%22%23fff%22%20data-name%3D%22Union%201%22%20d%3D%22M-1360.126-698.11l-9.329-9.4a.53.53%200%200%201-.064-.007l-9.408%209.407a.546.546%200%200%201-.658%200l-3.8-3.8a.546.546%200%200%201%200-.658l9.318-9.392-9.268-9.268a.412.412%200%200%201%200-.658l3.8-3.8a.544.544%200%200%201%20.658%200l9.329%209.4a.529.529%200%200%201%20.064.007l9.413-9.411a.544.544%200%200%201%20.658%200l3.8%203.8a.544.544%200%200%201%200%20.658l-9.318%209.392%209.263%209.264a.412.412%200%200%201%200%20.658l-3.8%203.8a.652.652%200%200%201-.357.11.423.423%200%200%201-.301-.102z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
}
@media screen and (max-width:420px) {
  .modal-dialog.modal-full button.close {
    margin: 0;
  }
}
.modal-dialog.modal-full .modal-content {
  background-color: #000;
  border: none;
  position: relative;
  width: 100% !important;
  max-width: none;
  height: auto !important;
  min-height: 100%;
  border-radius: 0;
}
.modal-dialog.modal-full .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.expedia-section hr {
  margin: 40px 0;
}
.NZCFixtureUpdates {
  display: none;
}
.tile-text {
  font-size: 18px;
  font-weight: bold;
  color: #00AFF2;
}
.landing-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}
.landing-content .landing-column {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.landing-content .landing-column.has-text {
  background-size: contain;
}
.landing-content .landing-column .landing-content-text {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-left: 10%;
}
@media screen and (max-width:1200px) {
  .landing-content .landing-column .landing-content-text {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width:992px) {
  .landing-content .landing-column {
    width: 100%;
  }
  .landing-content .landing-column .landing-content-text {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
  }
}
@media screen and (max-width:767px) {
  .landing-content .landing-column .landing-content-text {
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
.landing-faqs {
  padding: 100px 0;
}
.landing-faqs h2:first-child {
  margin-bottom: 40px;
  text-align: center;
}
.landing-faqs .landing-faq-item {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
.landing-faqs .landing-faq-item .landing-faq-content {
  overflow: hidden;
  -moz-transition: max-height 200ms linear;
  -o-transition: max-height 200ms linear;
  -webkit-transition: max-height 200ms linear;
  transition: max-height 200ms linear;
}
.landing-faqs .landing-faq-item .landing-faq-content.active .faq-item-title:after {
  content: '-';
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-title {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-title:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-content {
  margin-top: 20px;
}
.landing-faqs .landing-faq-item .landing-faq-content p {
  margin: 0 0 10px 0;
}
@media screen and (max-width:767px) {
  .landing-faqs {
    padding: 0 0 40px 0;
  }
}
#onetrust-consent-sdk .onetrust-pc-dark-filter {
  z-index: 100;
}
#onetrust-consent-sdk #onetrust-pc-sdk {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
.stripePaymentField {
  font-size: 16px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  width: 100%;
  border: 2px solid #7A7A7A;
  padding: 0 14px;
  padding-top: 12px;
  color: #171717 !important;
  display: block;
}
.stripePaymentField.ng-invalid {
  border-color: #cc0000;
}
.stripePaymentField + .floatError {
  right: 15px;
}
.d-flex {
  display: flex;
}
.d-flex.d-wrap {
  flex-wrap: wrap;
}
.d-flex.d-justify {
  justify-content: space-between;
}
.d-flex.d-centre {
  justify-content: center;
}
.d-flex.d-align {
  align-items: center;
}
@media screen and (max-width:1460px) {
  .homepagePackageTiles .slick-prev {
    left: -30px;
  }
}
@media screen and (max-width:1460px) {
  .homepagePackageTiles .slick-next {
    right: -30px;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk {
  z-index: 2147483001;
}
@media print {
  #onetrust-consent-sdk {
    display: none !important;
  }
}
#ot-sdk-btn-floating.ot-floating-button {
  animation: none !important;
  opacity: 1 !important;
  left: 92px !important;
  bottom: 25px !important;
  z-index: 2147483000 !important;
}
#ot-sdk-btn-floating.ot-floating-button button {
  padding: 0 !important;
}
.admin-container {
  margin: 40px 0 60px 0;
}
.admin-container .allocations-report-table .red {
  color: #88304B;
  background: #F8D7DA;
}
.admin-container .allocations-report-table .yellow {
  color: #997438;
  background: #FFF3CD;
}
.admin-container .allocations-report-table .green {
  color: #467A52;
}
.admin-container .legend {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.admin-container .legend.red span {
  color: #88304B;
  background: #F8D7DA;
}
.admin-container .legend.yellow span {
  color: #997438;
  background: #FFF3CD;
}
.admin-container .legend.green span {
  color: #467A52;
}
.admin-container .legend span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}
.admin-items {
  display: flex;
  flex-wrap: wrap;
}
.admin-items .admin-list-item {
  width: 31.3333%;
  margin: 1%;
  background: #fff;
  border: 2px solid #000;
}
.admin-items .admin-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.admin-items .admin-list-item a .icon {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  background: url(/images/icons/wal_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.admin-items .admin-list-item a p {
  margin: 20px 0;
  text-align: center;
}
.admin-expander {
  position: relative;
  padding-right: 40px;
  display: inline-block;
}
.admin-expander:after {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
}
.admin-expander.open:after {
  transform: rotate(180deg);
  top: 6px;
}
.admin-expander.open + .admin-expand {
  max-height: 20000px;
}
.admin-expand {
  overflow: hidden;
  max-height: 0;
}
.map-container {
  width: 100%;
  height: 400px;
  background: #000;
  position: relative;
}
.map-container #map-canvas {
  width: 100%;
  height: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.woff') format('woff');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) {
  .slick-prev:hover,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: #00534C;
    color: transparent;
  }
}
.slick-prev:before,
.slick-next:before {
  content: '';
  width: 65%;
  height: 80%;
  position: absolute;
  transform-origin: left center;
}
.slick-prev {
  left: -50px;
}
.slick-prev:before {
  top: 10%;
  left: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23FF9810%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  transform: rotate(90deg) translateX(-50%);
}
.slick-next {
  right: -50px;
}
.slick-next:before {
  top: 10%;
  left: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23FF9810%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  transform: rotate(-90deg) translateX(-50%);
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width:768px) {
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.featureBar {
  border-bottom: 5px solid #FF9810;
  transform: translateY(-50%);
  font-size: 21px;
  background: #fff;
  padding: 30px 0;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.featureBar p {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 35px;
  color: #171717;
  font-weight: 800;
  font-size: 24px;
}
.featureBar p:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  top: 2px;
  left: 0;
}
@media screen and (max-width:767px) {
  .featureBar .col-md-4 {
    width: 33.33%;
    padding: 0 5px;
    float: left;
  }
  .featureBar .col-md-4 p {
    padding: 0;
    font-size: 11px;
  }
  .featureBar .col-md-4 p:before {
    display: none;
  }
}
.featureBar .featureDate p:before {
  background: url(/images/icons/wal_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.featureBar .featureLocation p:before {
  background: url(/images/icons/wal_marker.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.featureBar .featureCount p:before {
  background: url(/images/icons/wal_ball.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (max-width:767px) {
  .featureBar {
    padding: 20px 0;
    width: 98%;
    margin: 0 auto;
    box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.2);
  }
}
.fixtureTiles {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
.fixtureTiles .heightWrapper {
  display: flex;
  flex-wrap: wrap;
}
.fixtureTiles .col-md-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  float: none;
}
@media screen and (max-width:1200px) {
  .fixtureTiles .col-md-4 {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .fixtureTiles .col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .fixtureTiles {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .fixtureTiles .col-md-4 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.moreTours h1 {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #00534C;
  font-size: 36px;
}
@media screen and (max-width:767px) {
  .moreTours h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.moreTours .fixtureTiles {
  margin-top: 0;
}
.moreTours .fixtureTiles .fixtureTile .fixtureTileName {
  padding-right: 0;
}
.moreTours .fixtureTiles .fixtureTile .fixtureTileContent {
  padding-bottom: 40px;
}
.moreTours .fixtureTiles .fixtureTile .fixtureButton {
  right: 40px;
  bottom: 40px;
  left: 40px;
}
@media screen and (max-width:767px) {
  .moreTours .fixtureTiles .fixtureTile {
    padding: 20px;
  }
  .moreTours .fixtureTiles .fixtureTile .fixtureButton {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.fixtureTile {
  border: 1px solid #95989A;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.fixtureTile.hasSecondLink {
  padding-bottom: 60px;
}
.fixtureTile.hasSecondLink .fixtureContentContainer {
  padding-top: 10px;
}
.fixtureTile.hasSecondLink .fixtureButton {
  bottom: 30px;
}
.fixtureTile.tileHasMedia .fixtureContentContainer {
  padding-top: 20px !important;
}
.fixtureTile.dark {
  background: #00534C;
  padding: 40px;
}
.fixtureTile.dark .fixtureHeaderImage {
  padding: 0;
}
.fixtureTile.dark .fixtureTileDate {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fixtureTile.dark .fixtureTileName {
  margin: 10px 0;
  font-size: 26px;
}
.fixtureTile.dark .fixtureTilePlace {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
}
.fixtureTile.dark .fixtureTileContent p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.fixtureTile.dark .fixtureContentContainer {
  padding: 0 0 30px 0;
}
.fixtureTile .fixtureBadge {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 60px;
  text-align: right;
  display: table;
  box-sizing: border-box;
  padding-right: 10px;
}
.fixtureTile .fixtureBadge span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  color: #FF9810;
  font-size: 19px;
}
.fixtureTile .fixtureBadge:before {
  content: '';
  position: absolute;
  border-top: 60px solid #fff;
  border-left: 20px solid transparent;
  top: 0;
  left: -20px;
}
.fixtureTile .fixtureBadge.override:before {
  border-top-color: currentColor;
}
.fixtureTile .fixtureBadge.SoldOut {
  background: #dd5d36;
}
.fixtureTile .fixtureBadge.SoldOut:before {
  border-top-color: #dd5d36;
}
.fixtureTile .fixtureBadge.ComingSoon {
  background: #42acf0;
}
.fixtureTile .fixtureBadge.ComingSoon:before {
  border-top-color: #42acf0;
}
.fixtureTile .fixtureBadge.OnSale {
  background: #75bf46;
}
.fixtureTile .fixtureBadge.OnSale:before {
  border-top-color: #75bf46;
}
.fixtureTile .fixtureHeaderImage {
  padding: 20px;
  background: no-repeat 0 0;
  background-size: cover;
  background-color: #00534C;
}
.fixtureTile .fixtureTileDate {
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fixtureTile .fixtureTileDate span {
  display: inline-block;
  vertical-align: middle;
}
.fixtureTile .fixtureTileDate .date-range-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/images/icons/wal_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.fixtureTile .fixtureTileName {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  padding-right: 50px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
.fixtureTile .fixtureTilePlace {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
.fixtureTile .fixtureTilePlace .fixtureTilePrice {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.fixtureTile .fixtureTilePlace .fixtureTilePrice span {
  position: absolute;
  top: -75%;
  right: 0;
  font-size: 12px;
}
.fixtureTile .fixtureContentContainer {
  padding: 20px;
}
.fixtureTile .fixtureTileContent {
  padding-bottom: 20px;
}
.fixtureTile .fixtureTileContent p {
  color: #727272;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .fixtureTile .fixtureTileContent p {
    font-size: 15px;
  }
}
.fixtureTile .fixtureTileContent .imgOverlay {
  margin-bottom: 10px;
  position: relative;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.fixtureTile .fixtureTileContent .imgOverlay:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(/images/play-icon-white-png-5.png) no-repeat 0 0;
  display: none;
  background-size: contain;
}
.fixtureTile .fixtureTileContent .imgOverlay.fixtureVideo {
  cursor: pointer;
}
.fixtureTile .fixtureTileContent .imgOverlay.fixtureVideo:before {
  display: block;
}
.fixtureTile .fixtureTileContent .imgOverlay.fixtureVideo:hover {
  opacity: 0.8;
}
.fixtureTile .fixtureTileContent img {
  display: block;
  margin: 0 auto;
}
.fixtureTile .fixtureButton {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.fixtureTile .fixtureButton.hasText {
  bottom: 34px;
  font-size: 22px;
  color: #000;
}
.fixtureTile .fixtureButton .btn.btn-primary {
  width: 100%;
}
.fixtureTile .fixtureExtraLink {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  text-align: center;
}
.fixtureTile .fixtureExtraLink a {
  font-size: 16px;
}
header .upper-header-bar .inner {
  display: flex;
  justify-content: space-between;
}
header .upper-header-bar .leftItems {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .upper-header-bar .leftItems .socialItem {
  height: 20px;
  display: none;
}
header .upper-header-bar .leftItems .socialItem a {
  display: block;
  height: 100%;
  font-size: 0;
  margin-right: 10px;
}
header .upper-header-bar .leftItems .socialItem img {
  width: auto;
  height: 100%;
}
header .upper-header-bar .rightItems {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .upper-header-bar .headerLogin {
  margin: 0;
  padding: 0 10px;
}
header .upper-header-bar .headerLogin a {
  font-size: 14px;
}
header .upper-header-bar .headerLogin a:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
header .upper-header-bar .headerLogin a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 2px;
}
header .upper-header-bar .headerLogin a:not(:last-child) + a {
  padding-left: 2px;
}
header .upper-header-bar .headerLogin a:hover {
  text-decoration: none;
}
header .upper-header-bar .headerLogin a.logoutLink {
  display: none;
}
@media print {
  header .upper-header-bar {
    display: none;
  }
}
header .inner {
  position: relative;
}
header .inner .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .inner .logo.print {
  display: none;
}
@media screen and (max-width:767px) {
  header .inner .logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 10px 0 0 10px;
    display: block;
    width: 130px;
    height: 60px;
    background-image: url(images/mobileLogo.svg);
    background-size: contain;
  }
}
header .logged-in {
  background: #00534C;
  padding: 6px 0;
}
header .logged-in:after {
  content: '';
  display: table;
  clear: both;
}
header .logged-in .user {
  color: #000;
  float: left;
  font-size: 14px;
}
header .logged-in a {
  color: #fff;
  font-size: 14px;
}
header .burger {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 17px;
  background: url(/images/burger.svg) no-repeat 0 0;
}
@media screen and (max-width:767px) {
  header .burger {
    display: block;
  }
}
header .burgerClose {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/images/burgerClose.svg) no-repeat 0 0;
  z-index: 1;
}
header .headerContent {
  height: 160px;
}
header .headerContent .logo {
  background: url(/images/Wallabies_Horizontal_PrimaryWhite_RGB.svg) no-repeat center center;
  width: 440px;
  height: 110px;
}
@media screen and (max-width:767px) {
  header .headerContent .logo {
    margin: 0;
    width: 280px;
    height: 80px;
    background-position: center center;
  }
}
@media screen and (max-width:767px) {
  header .headerContent {
    height: 80px;
  }
}
header .headerLogos {
  position: absolute;
  right: 165px;
  top: 50%;
  transform: translateY(-50%);
}
header .headerLogo {
  display: inline-block;
  margin: 0 5px;
}
header .headerLogin {
  margin: 20px 0 0 0;
}
header .headerLogin a {
  font-size: 14px;
  color: #fff;
}
header .headerLogin a:hover {
  text-decoration: none;
  color: #00534C;
}
header .headerContact {
  position: absolute;
  right: 0;
  bottom: 0;
}
header .headerContact p {
  font-size: 14px;
  color: #95989A;
  text-align: right;
  margin: 0;
}
header .headerContact p a {
  font-size: 18px;
  color: #fff;
}
header .headerContact p a:hover {
  text-decoration: none;
  color: #00534C;
}
@media screen and (max-width:767px) {
  header .headerContact {
    display: none;
  }
}
header hr {
  border-top: 1px solid #7D7D7D;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  header hr {
    display: none;
  }
}
header .hasNav .mobileLogo {
  width: 280px;
  height: 80px;
  background: url(/images/Wallabies_Horizontal_PrimaryWhite_RGB.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  margin: 10px 0 0 10px;
}
@media screen and (max-width:767px) {
  header .hasNav {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #00534C;
    transform: translateY(-100%);
    z-index: 1;
    -moz-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    transition: transform 300ms linear;
  }
  header .hasNav.active {
    transform: translateY(0);
  }
}
header .mobile .headerLogin {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #95989A;
}
header .mobile .headerContact {
  position: relative;
  right: auto;
  bottom: auto;
  padding: 10px 20px;
  display: block;
}
header .mobile .headerContact p {
  text-align: left;
}
header .mobile .headerContact p a {
  color: #00534C;
}
header .mobile .headerSocial {
  padding: 0 20px 20px 20px;
}
header .mobile .socialItem {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
}
header .mobile .socialItem:first-child {
  margin-left: 0;
}
header .mainNav {
  margin: 0;
  position: relative;
  height: 60px;
  display: flex;
  align-items: stretch;
  align-content: center;
}
header .mainNav .navMenuItem {
  margin: 0 5px 0 0;
  position: relative;
  z-index: 10;
}
header .mainNav .navMenuItem.hasMenu:hover {
  background: #00534C;
}
header .mainNav .navMenuItem.hasMenu:hover .navMenuTitle a {
  color: #fff;
}
header .mainNav .navMenuItem.hasMenu:hover .mainNavContent {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem.hasMenu:hover {
    background: transparent;
  }
}
header .mainNav .navMenuItem:first-child .navMenuTitle {
  border-top: none;
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem.active .navMenuTitle .navButton {
    background: url(/images/icons/minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    background-image: url(/images/icons/minus_WAL.svg);
  }
}
header .mainNav .navMenuItem .navMenuTitle {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 18px;
}
header .mainNav .navMenuItem .navMenuTitle.isNav {
  padding-right: 20px;
}
header .mainNav .navMenuItem .navMenuTitle.isNav:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem .navMenuTitle.isNav:after {
    display: none;
  }
}
header .mainNav .navMenuItem .navMenuTitle a {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  text-decoration: none !important;
}
header .mainNav .navMenuItem .navMenuTitle a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: transparent;
}
header .mainNav .navMenuItem .navMenuTitle a:hover:after {
  background: #FF9810;
}
header .mainNav .navMenuItem .navMenuTitle .navButton {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 1;
  background: url(/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-image: url(/images/icons/plus_WAL.svg);
  display: none;
}
@media screen and (max-width:1200px) {
  header .mainNav .navMenuItem .navMenuTitle {
    line-height: 24px;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem .navMenuTitle {
    border-top: 1px solid #7A7A7A;
    font-size: 18px;
    padding: 20px;
    line-height: normal;
    text-align: left;
  }
  header .mainNav .navMenuItem .navMenuTitle.isNav .navButton {
    display: block;
  }
}
header .mainNav .navMenuItem .mainNavContent {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
header .mainNav .navMenuItem .mainNavContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .mainNav .navMenuItem .mainNavContent ul li {
  padding: 4px 10px;
  margin: 0;
  background: #00534C;
  display: block;
  white-space: nowrap;
}
header .mainNav .navMenuItem .mainNavContent ul li:hover {
  background: #fff;
}
header .mainNav .navMenuItem .mainNavContent ul li:hover a {
  color: #000;
}
header .mainNav .navMenuItem .mainNavContent ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem .mainNavContent ul li {
    background: transparent;
    white-space: normal;
    display: block;
    margin: 10px 0;
    padding: 0 20px 0 30px;
  }
  header .mainNav .navMenuItem .mainNavContent ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem .mainNavContent {
    overflow: hidden;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    position: relative;
  }
}
@media screen and (max-width:1200px) {
  header .mainNav .navMenuItem {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  header .mainNav .navMenuItem {
    display: block;
    margin: 0;
  }
  header .mainNav .navMenuItem:last-child {
    border-bottom: 1px solid #7A7A7A;
  }
}
@media screen and (max-width:1200px) {
  header .mainNav {
    height: auto;
    min-height: 60px;
  }
}
@media screen and (max-width:767px) {
  header .mainNav {
    height: auto;
    display: block;
  }
}
@media screen and (max-width:767px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0;
    z-index: 100;
    border-bottom: 2px solid #fff;
  }
}
header .positioned-nav {
  display: none;
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb {
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: 34px;
  line-height: 34px;
  color: #00534C;
  background: #fff;
  margin-bottom: -34px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
}
.breadcrumb ul.breadcrumb {
  z-index: 10;
  background: none;
  opacity: 1;
}
.breadcrumb ul.breadcrumb li {
  opacity: 1;
  position: relative;
  padding-right: 15px;
}
.breadcrumb ul.breadcrumb li a {
  color: #00534C;
}
.breadcrumb ul.breadcrumb li + li:before {
  /*content: '\01F892';*/
  content: '';
  border-top: transparent 3px solid;
  border-bottom: transparent 3px solid;
  border-left: #00534C 3px solid;
  position: absolute;
  left: -10px;
  top: 14px;
}
.breadcrumb + main {
  z-index: 2;
  margin-top: -34px;
}
footer .container {
  padding: 0 15px !important;
}
footer .footerUpper {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  background: #333;
}
@media screen and (max-width:767px) {
  footer .footerUpper {
    padding: 0 20px;
  }
}
footer hr {
  border-top: 1px solid #fff;
}
@media screen and (max-width:767px) {
  footer hr {
    margin-top: 0;
  }
}
.footerEnquiry {
  background-color: white;
}
.footerEnquiry .error {
  color: #DC3419;
  text-align: center;
  margin-bottom: 2rem;
}
.footerEnquiry .enquiryFormContainer label {
  text-transform: none;
}
@media screen and (max-width:767px) {
  .footerEnquiry .enquiryFormContainer .styled-select {
    width: 100%;
  }
}
@media screen and (min-width:992px) {
  .footerEnquiry .container {
    padding: 0 160px !important;
  }
}
.footerEnquiry .pageHeader {
  color: black;
}
.footerEnquiry .pageHeader h1 {
  margin-bottom: 4rem !important;
  text-align: center;
  color: #00534C;
}
.footerEnquiry .buttons {
  text-align: center;
  margin-bottom: 3rem;
}
.footerEnquiry .buttons .btn {
  float: none !important;
}
.footerLogos {
  display: flex;
  width: 100%;
  height: 160px;
  justify-content: space-around;
  align-items: center;
}
.footerLogos .footerLogo {
  max-width: 200px;
  margin: 0 1%;
}
.footerLogos .footerLogo img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .footerLogos {
    display: block;
    flex-direction: column;
    font-size: 0;
    height: auto;
    padding: 10px 0;
  }
  .footerLogos .footerLogo {
    margin: 40px auto;
  }
}
.footerSiteLogo {
  position: relative;
}
.footerSiteLogo .footerCol {
  width: 50%;
  float: left;
  position: relative;
  height: 140px;
}
.footerSiteLogo .footerCol:last-child {
  text-align: right;
}
@media screen and (max-width:767px) {
  .footerSiteLogo {
    padding: 20px;
  }
  .footerSiteLogo .logo {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(/images/Wallabies_Vertical_PrimaryWhite_RGB.svg) no-repeat 0 0;
    background-size: contain;
  }
  .footerSiteLogo .footerPhone {
    position: absolute;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .footerSiteLogo .footerPhone a {
    color: #fff;
  }
}
.footerLower.no-logos {
  padding-top: 80px;
}
@media screen and (max-width:767px) {
  .footerLower.no-logos {
    padding: 40px 20px 0 20px;
  }
}
@media screen and (max-width:767px) {
  .footerLower {
    padding: 0 20px;
  }
}
.footerContent {
  color: #fff;
}
@media screen and (max-width:767px) {
  .footerContent [class*=col-md-].active .footerNavTitle .navButton {
    background: url(/images/icons/minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    background-image: url(/images/icons/minus_WAL.svg);
  }
}
.footerContent .footerNavTitle {
  font-size: 18px;
  color: #fff;
  text-transform: none;
  position: relative;
  font-weight: 800;
}
.footerContent .footerNavTitle a {
  color: #fff;
}
.footerContent .footerNavTitle a:hover {
  color: #00534C;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .footerContent .footerNavTitle a {
    padding-right: 50px;
  }
}
.footerContent .footerNavTitle .navButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  background: url(/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-image: url(/images/icons/plus_WAL.svg);
}
@media screen and (max-width:767px) {
  .footerContent .footerNavTitle {
    border-top: 1px solid #7A7A7A;
    font-size: 18px;
    padding: 6px 0;
  }
}
.footerContent .footerNavContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerContent .footerNavContent ul li {
  margin: 20px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.footerContent .footerNavContent ul li a {
  color: #fff;
  letter-spacing: -0.01em;
}
.footerContent .footerNavContent ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .footerContent .footerNavContent ul li {
    margin: 10px 0;
  }
  .footerContent .footerNavContent ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .footerContent .footerNavContent {
    overflow: hidden;
  }
}
.footerContent .socialItem {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 24px;
  height: 34px;
}
.footerMainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.footerMainNav ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding-right: 15px;
  position: relative;
}
.footerMainNav ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -1px;
  bottom: 5px;
  width: 2px;
  background: #fff;
}
.footerMainNav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footerMainNav ul li:last-child:after {
  display: none;
}
.footerMainNav ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.footerMainNav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .footerMainNav {
    display: none;
  }
}
.footerSocial {
  text-align: center;
}
.footerSocial.mobile .socialItem {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 5px;
}
.footerCopy {
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 30px 0;
}
@media screen and (max-width:767px) {
  .footerCopy {
    white-space: normal;
    margin-top: 10px;
    text-align: center;
  }
}
.seriesTileItem {
  width: 33.33%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .seriesTileItem {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .seriesTileItem {
    width: 100%;
    clear: left;
  }
}
.seriesTileItem .seriesTileItemContainer {
  position: relative;
  padding: 20px 20px 80px 20px;
  background: #fff;
  color: #000;
  margin: 10px;
  height: calc(100% - 10px);
}
.seriesTileItem .seriesHeaderImage {
  margin-bottom: 20px;
}
.seriesTileItem .seriesHeaderImage img {
  margin: 0 auto;
  display: block;
}
.seriesTileItem .seriesTileContent h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
}
.seriesTileItem .seriesTileContent .seriesTileLabel {
  margin: 0 0 10px 0;
  text-align: center;
}
.seriesTileItem .seriesTileContent .seriesTileLabel.SoldOut {
  color: #dd5d36;
}
.seriesTileItem .seriesTileContent .seriesTileLabel.ComingSoon {
  color: #42acf0;
}
.seriesTileItem .seriesTileContent .seriesTileLabel.OnSale {
  color: #75bf46;
}
.seriesTileItem .seriesTileContent p {
  font-size: 18px;
  color: #7A7A7A;
}
.seriesTileItem .seriesTileContent .seriesButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.seriesTileItem .seriesTileContent .seriesButton .btn {
  width: 100%;
}
.form-group {
  position: relative;
}
.form-group.ng-invalid {
  padding-bottom: 10px;
}
.inputHolder {
  width: 100%;
  margin: 10px 0;
  float: left;
  text-align: left;
}
.inputHolder.centre {
  text-align: center;
}
.inputHolder.half {
  width: 49%;
  margin-right: 1%;
}
.inputHolder.half + .half {
  margin-right: 0;
  margin-left: 1%;
}
@media screen and (max-width:767px) {
  .inputHolder.half {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
}
@media screen and (max-width:767px) {
  .inputHolder {
    margin: 0;
  }
}
label {
  display: block;
}
label a {
  color: #00534C;
}
span.error {
  color: #ff0000;
}
span.error ~ input[type=email].companion {
  border-color: #ff0000;
}
.success {
  color: #71BD41;
}
.successForm .inputHolder input[type=text],
.successForm .inputHolder input[type=email],
.successForm .inputHolder input[type=tel],
.successForm .inputHolder input[type=password] {
  border-color: #71BD41;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  border: 1px solid #D9D9D9;
  padding: 0 14px;
  color: #212529;
  display: block;
  width: 100%;
  height: 63px;
  line-height: 63px;
  outline: none;
  background: #FAFAFC;
}
input[type=text].honeypot,
input[type=email].honeypot,
input[type=tel].honeypot,
input[type=password].honeypot {
  display: none !important;
}
@media screen and (max-width:767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /*height: 40px;
        line-height: normal;
        padding: 10px;*/
  }
}
textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  min-height: 100px;
  resize: none;
  border: none;
  padding: 10px 14px;
  line-height: 1.5em;
  outline: none;
  border: 1px solid #95989A;
}
input[type=submit] {
  font-size: 22px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  /*padding: 10px 20px;*/
  box-sizing: border-box;
  background: #00534C;
  display: block;
  text-transform: none;
  margin: 10px 0;
  border-radius: 0;
}
input[type=submit]:hover {
  text-decoration: none;
}
.styled-select {
  position: relative;
  height: 63px;
  box-sizing: border-box;
}
.styled-select:focus select.form-control,
.styled-select:hover select.form-control {
  border-color: #00534C;
}
.styled-select:focus:after,
.styled-select:hover:after {
  background: #7A7A7A;
}
.styled-select select.form-control {
  background: transparent;
  border: 1px solid #7A7A7A;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 300ms ease-in-out;
}
.styled-select select.form-control:ms-expand {
  display: none;
}
@media screen and (max-width:767px) {
  .styled-select select.form-control {
    /*height:40px;
            padding:0 10px;*/
  }
}
.styled-select:after {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  color: #fff;
  line-height: 63px;
  font-size: 30px;
  text-align: center;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 50px;
  background-color: #00534C;
  pointer-events: none;
  transition: background-color 300ms ease-in-out;
}
@media screen and (max-width:767px) {
  .styled-select {
    /*height: 40px;

        &:after {
            line-height: 34px;
            width: 40px;
            font-size: 26px;
        }*/
  }
}
.registerContainer {
  padding: 40px 0;
  background: no-repeat center center;
  background-size: cover;
  background-color: #000;
}
.registerContainer.whiteBG {
  background-color: #fff;
}
.registerContainer.whiteBG p {
  color: #212529;
  font-size: 16px;
}
.registerContainer.whiteBG h1 {
  color: #00534C;
  font-size: 28px;
  font-weight: 800;
  text-transform: none;
}
.registerContainer.whiteBG .cta {
  color: #00534C;
}
.registerContainer.darkGrey {
  background-color: #7A7A7A;
}
.registerContainer h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .registerContainer h1 {
    font-size: 24px;
  }
}
.registerContainer p {
  text-align: center;
  font-size: 22px;
}
.registerContainer p.error {
  color: #ff0000;
}
@media screen and (max-width:767px) {
  .registerContainer p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.registerContainer .cta {
  width: 55%;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}
@media screen and (max-width:767px) {
  .registerContainer .cta {
    width: 85%;
    padding: 20px 0;
  }
}
.registerContainer .siteButton {
  margin: 20px auto;
  min-width: 180px;
  border: none;
  padding: 10px 0;
  transition: color 300ms ease-in-out;
}
.registerContainer .siteButton:hover {
  color: #000;
}
.registerContainer .input-validation-error {
  border-color: #ff0000;
}
@media screen and (max-width:992px) {
  .registerContainer.enquiry-container {
    padding: 20px 20px 30px 20px;
  }
  .registerContainer.enquiry-container .enquiry-form {
    display: flex;
    flex-wrap: wrap;
  }
  .registerContainer.enquiry-container .enquiry-form > * {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .registerContainer {
    border-bottom: 5px solid #fff;
    padding-bottom: 0;
  }
}
.floatError {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: #ff0000;
  /*&.companionError{
        .relative;
    }*/
}
.floatError.adjusted {
  right: 15px;
}
@media screen and (max-width:767px) {
  .floatError {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .floatError.adjusted {
    right: auto;
  }
}
.inlineTooltip {
  margin-top: 10px;
  border: solid 1px #999999;
  width: 400px;
  border-left-width: 8px;
  padding: 10px;
  background: #fcfcfc;
  font-size: 16px;
  border-left-color: #00AFF2;
  color: #000;
}
@media screen and (max-width:767px) {
  .inlineTooltip {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width:767px) {
  .booking-payment-methods .pull-left {
    width: 100%;
  }
}
.umb-grid .grid-section .container {
  width: auto;
}
.umb-grid .grid-section .container iframe {
  max-width: 100%;
}
.umb-grid .grid-section .container img {
  display: block;
  max-width: 100%;
  margin: 40px auto;
}
@media screen and (max-width:767px) {
  .umb-grid .grid-section .container img {
    margin: 20px auto;
  }
}
.umb-grid hr {
  border-top: 2px solid #000;
}
.series-page .hero {
  position: relative;
}
.series-page .hero.short-hero .inner {
  height: 300px;
}
@media screen and (max-width:767px) {
  .series-page .hero.short-hero .inner {
    height: auto;
  }
}
.series-page .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.series-page .heroImage.mobile img {
  height: auto;
  width: 100%;
}
.series-page .heroImage.desktop.NZC {
  display: none;
}
.series-page .heroImage.desktop img {
  left: 50%;
  transform: translateX(-50%);
}
.series-page .heroImage img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.fixture .grey-bg {
  background: #eee;
  color: #212529;
}
@media screen and (min-width:768px) {
  .fixture.modal-open .modal-footer .btn {
    width: 260px;
    margin: 0;
  }
}
.fixture .hero {
  color: #fff;
  position: relative;
}
.fixture .hero .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.fixture .hero .heroImage.mobile img {
  height: auto;
  width: 100%;
}
.fixture .hero .heroImage.desktop.NZC {
  display: none;
}
.fixture .hero .heroImage.desktop img {
  left: 50%;
  transform: translateX(-50%);
}
.fixture .hero .heroImage img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.fixture .hero h1 {
  font-size: 48px;
}
@media screen and (max-width:767px) {
  .fixture .hero h1 {
    font-size: 30px;
  }
}
.fixture .hero h2 {
  font-size: 26px;
  text-transform: none !important;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .fixture .hero h2 {
    margin-bottom: 10px;
  }
}
.fixture .hero hr {
  width: 70%;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .fixture .hero hr {
    border-top-width: 4px;
    margin: 20px auto;
  }
}
.fixture .hero .btn.btn-lg {
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .fixture .hero .btn.btn-lg {
    margin: 0 0 20px 0 !important;
  }
}
.fixture main {
  padding: 40px 0;
}
.fixture main .fixture-itinerary:last-child {
  padding: 40px 0;
  margin-bottom: -40px;
}
.fixture main .fixture-itinerary.bg-white {
  color: #212529;
}
.fixture main .fixture-itinerary.bg-white h1.fixture-itinerary-title {
  color: #00534C;
}
.fixture main .fixture-itinerary h1.fixture-itinerary-title {
  margin-bottom: 30px;
}
.fixture main .fixture-itinerary .itinerary-link {
  color: #00534C;
  font-size: 16px;
  font-weight: 400;
}
.fixture main .fixture-itinerary .itinerary-link:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .fixture .contentMarginBottom h1 {
    margin-bottom: 20px;
  }
}
.fixture .package-heading-label {
  color: #00534C;
  font-size: 48px;
}
.fixture .packageContainer {
  margin: 40px 0;
}
.fixture .packageContainer.active .package-header .accordionButton:before,
.fixture .packageContainer.active .package-header .accordionButton:after {
  transform: rotate(180deg);
}
.fixture .packageContainer.active .package-header .accordionButton.mobile:before,
.fixture .packageContainer.active .package-header .accordionButton.mobile:after {
  transform: rotate(180deg) translateY(12px);
}
.fixture .package-header {
  position: relative;
  background: #ffffff;
  color: #00534C;
  border-bottom: 5px solid #FF9810;
  display: table;
  width: 100%;
  height: 100px;
}
.fixture .package-header .link-col {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 6px 15px;
}
@media screen and (max-width:767px) {
  .fixture .package-header .link-col {
    display: block;
  }
  .fixture .package-header .link-col h1 {
    font-size: 18px;
  }
}
.fixture .package-header .priceContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fixture .package-header .priceContainer .priceText {
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width:992px) {
  .fixture .package-header .priceContainer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .fixture .package-header .priceContainer {
    justify-content: flex-start;
  }
  .fixture .package-header .priceContainer .priceText {
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width:767px) {
  .fixture .package-header a.flexible-button {
    /*display: block;
                    width: 100%;*/
  }
  .fixture .package-header a.flexible-button span.btn {
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
  }
}
.fixture .package-header.no-expansion {
  display: flex;
  align-items: center;
  height: auto;
}
.fixture .package-header.no-expansion .col-md-3 {
  text-align: center;
}
.fixture .package-header.no-expansion .priceText {
  text-align: right;
}
@media screen and (max-width:1460px) {
  .fixture .package-header.no-expansion h1 {
    font-size: 32px;
  }
  .fixture .package-header.no-expansion .col-md-3 .btn {
    padding: 0 30px;
  }
}
@media screen and (max-width:992px) {
  .fixture .package-header.no-expansion {
    flex-wrap: wrap;
  }
  .fixture .package-header.no-expansion h1 {
    font-size: 26px;
  }
  .fixture .package-header.no-expansion [class*=col-] {
    margin-bottom: 20px;
  }
  .fixture .package-header.no-expansion .priceText {
    text-align: left;
  }
}
.fixture .package-header .packageBadge {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0000;
  font-size: 19px;
  color: #fff;
  height: 60px;
  text-align: left;
  display: table;
  box-sizing: border-box;
  padding-left: 10px;
  z-index: 10;
}
.fixture .package-header .packageBadge span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.fixture .package-header .packageBadge:before {
  content: '';
  position: absolute;
  border-top: 60px solid #ff0000;
  border-right: 20px solid transparent;
  top: 0;
  right: -20px;
}
@media screen and (max-width:767px) {
  .fixture .package-header .packageBadge {
    font-size: 14px;
    height: 46px;
  }
  .fixture .package-header .packageBadge:before {
    border-top-width: 46px;
  }
}
.fixture .package-header .text-muted {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.fixture .package-header h1 {
  font-size: 36px;
}
.fixture .package-header .col-md-8,
.fixture .package-header .col-md-4 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 6px 15px;
}
.fixture .package-header .col-md-4 .priceContainer {
  padding-right: 100px;
  float: right;
}
.fixture .package-header .col-md-4 .priceContainer .priceText {
  text-align: right;
}
.fixture .package-header .enquiryButton {
  background: #00534C;
  cursor: pointer;
}
.fixture .package-header .accordionButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background: #00534C;
  cursor: pointer;
}
.fixture .package-header .accordionButton:before,
.fixture .package-header .accordionButton:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 20px;
  width: 40px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23fff%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.fixture .package-header .accordionButton:before {
  opacity: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23FF9810%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.fixture .package-header .accordionButton:hover:before {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .fixture .package-header .accordionButton {
    top: -100%;
    width: 40px;
  }
  .fixture .package-header .accordionButton:after {
    width: 25px;
    left: 8px;
  }
}
@media screen and (max-width:767px) {
  .fixture .package-header {
    display: block;
    height: auto;
  }
  .fixture .package-header.flexible-package-header .col-md-11 {
    padding: 10px 15px;
  }
  .fixture .package-header.flexible-package-header .col-md-11 h1 {
    font-size: 18px;
  }
  .fixture .package-header.flexible-package-header .col-md-1 {
    display: none;
  }
  .fixture .package-header .col-md-8,
  .fixture .package-header .col-md-4 {
    display: block;
    padding-right: 70px;
  }
  .fixture .package-header .col-md-8 h1,
  .fixture .package-header .col-md-4 h1 {
    font-size: 18px;
  }
  .fixture .package-header .col-md-8 .priceContainer,
  .fixture .package-header .col-md-4 .priceContainer {
    padding-right: 0;
    float: none;
  }
  .fixture .package-header .col-md-8 .priceContainer .priceText,
  .fixture .package-header .col-md-4 .priceContainer .priceText {
    text-align: left;
  }
  .fixture .package-header .enquiryButton {
    float: none !important;
    padding: 10px 20px;
    line-height: 20px;
    height: auto;
    font-size: 18px;
  }
  .fixture .package-header .mobile.accordionButton {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    background: #00534C;
    cursor: pointer;
  }
  .fixture .package-header .mobile.accordionButton:before,
  .fixture .package-header .mobile.accordionButton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23fff%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    transform: translateY(-50%);
  }
}
.fixture .package-body {
  background: #ffffff;
  color: #212529;
  position: relative;
  overflow: hidden;
}
.fixture .package-body.has-voucher .playAdvantageBanner {
  padding: 40px;
  background: #00534C;
  float: left;
  width: 100%;
  margin: 40px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.fixture .package-body.has-voucher .playAdvantageBanner .playAdvantageBannerContent {
  margin-right: 80px;
}
.fixture .package-body.has-voucher .playAdvantageBanner .playAdvantageBannerContent .text-muted {
  color: #fff;
  text-transform: uppercase;
}
.fixture .package-body.has-voucher .playAdvantageBanner .playAdvantageBannerContent h1 {
  margin-left: 40px;
}
.fixture .package-body.has-voucher .playAdvantageBanner + .button-container button {
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  .fixture .package-body.has-voucher .playAdvantageBanner {
    float: none;
  }
  .fixture .package-body.has-voucher .playAdvantageBanner .playAdvantageBannerContent {
    margin-right: 0;
  }
  .fixture .package-body.has-voucher .playAdvantageBanner + .button-container button {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.fixture .package-body .packagePadding {
  padding: 40px 0;
}
.fixture .package-body .packagePadding .col-md-7 .package-overview-title {
  font-size: 36px;
  font-weight: 800;
  color: #00534C;
}
.fixture .package-body .packagePadding .col-md-7 .inclusions-title {
  font-size: 18px;
  font-weight: 400;
  color: #212529;
  text-transform: uppercase;
}
.fixture .package-body .packagePadding .extraButton {
  display: inline-block;
  margin: 20px 0;
  padding: 6px 20px 6px 36px;
  border: 2px solid #7A7A7A;
  text-transform: uppercase;
  color: #00534C;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.fixture .package-body .packagePadding .extraButton:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  width: 18px;
  height: 18px;
}
.fixture .package-body .packagePadding .extraButton a {
  color: #00534C;
  text-decoration: none;
}
.fixture .package-body .packagePadding .downloadButton:before {
  background: url(/images/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.fixture .package-body .packagePadding .stadiumButton:before {
  background: url(/images/icons/ball_grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
@media screen and (max-width:767px) {
  .fixture .package-body .packagePadding {
    padding: 20px 0 0 0;
  }
}
.fixture .package-body .packageRight {
  position: absolute;
  right: 20px;
  top: 40px;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .fixture .package-body .packageRight {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0;
  }
}
.fixture .package-body .packageStatus {
  font-size: 20px;
  text-align: right;
}
.fixture .package-body .packageStatus .available {
  color: #71BD41;
}
.fixture .package-body .packageStatus .sold-out {
  color: #ff0000;
}
@media screen and (max-width:767px) {
  .fixture .package-body .packageStatus {
    text-align: center;
  }
}
.fixture .package-body .bookingActions {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.fixture .package-body .bookingActions .packageButton {
  text-align: center;
}
.fixture .package-body .bookingActions .packageButton button {
  width: 300px;
}
.fixture .package-body .bookingActions .packageButton p {
  font-size: 18px;
  color: #212529;
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .fixture .package-body .bookingActions .packageButton .btn.btn-primary {
    width: 100%;
  }
}
.fixture .package-body .bookingActions .bookingCallout,
.fixture .package-body .bookingActions .bookingApply {
  text-align: center;
}
.fixture .package-body .bookingActions .bookingCallout a,
.fixture .package-body .bookingActions .bookingApply a {
  text-decoration: none;
  display: inline-block;
}
.fixture .package-body .bookingActions .bookingCallout a.btn,
.fixture .package-body .bookingActions .bookingApply a.btn {
  margin-top: 25px;
}
.fixture .package-body .bookingActions .bookingCallout .bookingCalloutText,
.fixture .package-body .bookingActions .bookingApply .bookingCalloutText {
  text-align: center;
  border: solid 2px #000;
  font-size: 17px;
  line-height: 20px;
  padding: 8px 2px;
  width: 290px;
  margin: 25px 0;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .fixture .package-body .bookingActions .bookingCallout .bookingCalloutText,
  .fixture .package-body .bookingActions .bookingApply .bookingCalloutText {
    width: 100%;
    border-width: 2px 0;
  }
}
.fixture .package-body .bookingActions .bookingCallout .bookingCalloutText p,
.fixture .package-body .bookingActions .bookingApply .bookingCalloutText p {
  margin: 0;
}
@media screen and (min-width:992px) {
  .fixture .package-body .bookingActions .bookingCallout .bookingCalloutText:hover,
  .fixture .package-body .bookingActions .bookingApply .bookingCalloutText:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
}
.fixture .package-body .bookingActions .bookingCallout p.bookingExternalTerms,
.fixture .package-body .bookingActions .bookingApply p.bookingExternalTerms {
  display: block;
  text-align: center;
  color: #212529;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .fixture .package-body .bookingActions .bookingCallout p.bookingExternalTerms,
  .fixture .package-body .bookingActions .bookingApply p.bookingExternalTerms {
    width: 100%;
  }
}
@media screen and (min-width:992px) {
  .fixture .package-body .bookingActions .bookingCallout a.bookingExternalLink:hover,
  .fixture .package-body .bookingActions .bookingApply a.bookingExternalLink:hover {
    color: #000;
  }
}
@media screen and (max-width:767px) {
  .fixture .package-body .bookingActions {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .fixture .disclaimer {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width:767px) {
  .booking h1,
  .bookingCompletePage h1 {
    font-size: 18px;
  }
}
.booking .form-navigation,
.bookingCompletePage .form-navigation {
  font-size: 26px;
  text-align: center;
  font-weight: 800;
  color: #171717;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.booking .form-navigation .stage,
.bookingCompletePage .form-navigation .stage {
  opacity: 0.65;
}
.booking .form-navigation .stage .step,
.bookingCompletePage .form-navigation .stage .step {
  color: #FF9810;
  font-weight: 800;
}
.booking .form-navigation .stage.active,
.bookingCompletePage .form-navigation .stage.active {
  background: #fff;
  opacity: 1;
}
.booking .form-navigation .stage.active:after,
.bookingCompletePage .form-navigation .stage.active:after {
  background: #FF9810;
}
@media screen and (max-width:767px) {
  .booking .form-navigation .stage,
  .bookingCompletePage .form-navigation .stage {
    padding: 15px;
    width: 50%;
    float: left;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .booking .form-navigation,
  .bookingCompletePage .form-navigation {
    font-size: 20px;
  }
}
.booking .bookingForm,
.bookingCompletePage .bookingForm {
  color: #191919;
}
.booking .bookingForm .room-picker,
.bookingCompletePage .bookingForm .room-picker {
  max-width: 112px;
}
@media screen and (max-width:767px) {
  .booking .bookingForm .room-picker,
  .bookingCompletePage .bookingForm .room-picker {
    max-width: none;
  }
}
.booking .bookingForm .room-picker select,
.bookingCompletePage .bookingForm .room-picker select {
  font-size: 30px;
}
.booking .bookingForm.creditCardForm label,
.bookingCompletePage .bookingForm.creditCardForm label {
  text-transform: none;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .booking .bookingForm.creditCardForm label,
  .bookingCompletePage .bookingForm.creditCardForm label {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .booking .bookingForm.creditCardForm .section-condensed-padding,
  .bookingCompletePage .bookingForm.creditCardForm .section-condensed-padding {
    padding: 10px 15px;
  }
}
.booking .bookingForm.creditCardForm .hasButtons .payButtons .col-md-6:first-child,
.bookingCompletePage .bookingForm.creditCardForm .hasButtons .payButtons .col-md-6:first-child {
  float: none;
  float: right;
}
@media screen and (max-width:767px) {
  .booking .bookingForm.creditCardForm .hasButtons .payButtons .col-md-6:first-child,
  .bookingCompletePage .bookingForm.creditCardForm .hasButtons .payButtons .col-md-6:first-child {
    float: none;
  }
}
@media screen and (max-width:767px) {
  .booking .bookingForm.creditCardForm .hasButtons .payButtons .btn-default,
  .bookingCompletePage .bookingForm.creditCardForm .hasButtons .payButtons .btn-default {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .booking .bookingForm .review label,
  .bookingCompletePage .bookingForm .review label {
    color: #7A7A7A;
  }
}
.booking .bookingForm label,
.bookingCompletePage .bookingForm label {
  text-transform: none;
  color: #191919;
}
.booking .bookingForm label.radioCheckLabel,
.bookingCompletePage .bookingForm label.radioCheckLabel {
  text-transform: none;
}
.booking .bookingForm label .textNormal,
.bookingCompletePage .bookingForm label .textNormal {
  text-transform: none;
  font-size: 16px;
}
.booking .bookingForm label.total,
.bookingCompletePage .bookingForm label.total {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #191919;
}
@media screen and (max-width:767px) {
  .booking .bookingForm label.total,
  .bookingCompletePage .bookingForm label.total {
    margin: 0 0 5px 0;
  }
}
.booking .bookingForm .totalContainer,
.bookingCompletePage .bookingForm .totalContainer {
  display: inline-block;
}
.booking .bookingForm .totalContainer + .totalContainer,
.bookingCompletePage .bookingForm .totalContainer + .totalContainer {
  margin-left: 50px;
}
.booking .bookingForm .totalContainer label.total.dollars.strikethrough,
.bookingCompletePage .bookingForm .totalContainer label.total.dollars.strikethrough {
  font-size: 12px !important;
  text-decoration: line-through;
}
.booking .bookingForm .totalContainer label.total.dollars.strikethrough .cents,
.bookingCompletePage .bookingForm .totalContainer label.total.dollars.strikethrough .cents {
  font-size: 12px !important;
  text-decoration: line-through;
}
@media screen and (max-width:767px) {
  .booking .bookingForm .totalContainer,
  .bookingCompletePage .bookingForm .totalContainer {
    float: none;
    margin: 0 !important;
  }
  .booking .bookingForm .totalContainer .dollars,
  .bookingCompletePage .bookingForm .totalContainer .dollars {
    font-size: 45px;
  }
}
.booking .bookingForm .dollars,
.bookingCompletePage .bookingForm .dollars {
  font-size: 48px;
  color: #191919;
}
.booking .bookingForm .dollars .cents,
.bookingCompletePage .bookingForm .dollars .cents {
  font-size: 26px;
  color: #191919;
  vertical-align: top;
  font-weight: 800;
}
@media screen and (max-width:767px) {
  .booking .bookingForm .dollars,
  .bookingCompletePage .bookingForm .dollars {
    font-size: 20px;
  }
  .booking .bookingForm .dollars .cents,
  .bookingCompletePage .bookingForm .dollars .cents {
    font-size: 20px;
    vertical-align: unset;
  }
}
@media screen and (max-width:767px) {
  .booking .bookingForm .hasButtons,
  .bookingCompletePage .bookingForm .hasButtons {
    padding: 0 !important;
  }
  .booking .bookingForm .hasButtons .payButtons .btn.btn-primary,
  .bookingCompletePage .bookingForm .hasButtons .payButtons .btn.btn-primary {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .booking .bookingForm .fullWidthButton .col-md-12,
  .bookingCompletePage .bookingForm .fullWidthButton .col-md-12 {
    padding: 0;
  }
  .booking .bookingForm .fullWidthButton .col-md-12 input[type=submit],
  .bookingCompletePage .bookingForm .fullWidthButton .col-md-12 input[type=submit] {
    float: none !important;
    margin: 10px 0 0 0;
  }
}
.booking .booking-for-text,
.bookingCompletePage .booking-for-text {
  font-weight: 700;
  font-size: 18px;
  color: #212529;
}
.booking .text-muted.small,
.bookingCompletePage .text-muted.small {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
}
.booking .disclaimer,
.bookingCompletePage .disclaimer {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #7A7A7A;
}
.booking .room-picker,
.bookingCompletePage .room-picker {
  margin: 20px 0;
}
.booking .grey-bg,
.bookingCompletePage .grey-bg {
  padding: 30px;
  background: #F1F1F1;
  margin: 30px 0;
}
@media screen and (max-width:767px) {
  .booking .grey-bg,
  .bookingCompletePage .grey-bg {
    padding: 0;
    background: #fff;
    margin: 20px -15px;
  }
}
.booking .editPersonal,
.bookingCompletePage .editPersonal {
  float: right;
}
@media screen and (max-width:767px) {
  .booking .editPersonal,
  .bookingCompletePage .editPersonal {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 20px 0 0 0 !important;
    padding: 10px;
    height: auto;
    white-space: normal;
    line-height: normal;
  }
}
@media screen and (max-width:767px) {
  .booking .personalDetails .col-md-6 .form-control-static,
  .bookingCompletePage .personalDetails .col-md-6 .form-control-static {
    padding: 0;
    min-height: 0;
  }
}
.booking .passengerCount,
.bookingCompletePage .passengerCount {
  color: #ff0000;
}
.booking .promoCodeButtonContainer,
.bookingCompletePage .promoCodeButtonContainer {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  right: 0;
}
.booking .promo-code-container .floatError,
.bookingCompletePage .promo-code-container .floatError {
  position: inherit;
}
.booking .roomDropdown,
.bookingCompletePage .roomDropdown {
  margin: 20px 0;
}
.booking .roomDropdown .floatError,
.bookingCompletePage .roomDropdown .floatError {
  top: -30px;
  bottom: auto;
}
@media screen and (max-width:767px) {
  .booking .roomDropdown .floatError,
  .bookingCompletePage .roomDropdown .floatError {
    top: auto;
  }
}
@media screen and (max-width:992px) {
  .booking .roomDropdown,
  .bookingCompletePage .roomDropdown {
    margin-right: 90px;
  }
}
@media screen and (max-width:767px) {
  .booking .roomDropdown,
  .bookingCompletePage .roomDropdown {
    margin-right: 0;
  }
}
.booking .apt,
.bookingCompletePage .apt {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  width: 160px;
  font-size: 0;
}
.booking .apt > div,
.bookingCompletePage .apt > div {
  display: inline-block;
  margin-right: 10px;
}
.booking .apt .roomIcon,
.bookingCompletePage .apt .roomIcon {
  position: relative;
  right: auto !important;
}
.booking .roomIcon,
.bookingCompletePage .roomIcon {
  position: absolute;
}
.booking .roomIcon.single,
.bookingCompletePage .roomIcon.single {
  background: url(/images/icons/single.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 12px;
  right: -50px;
  width: 35px;
  height: 35px;
}
.booking .roomIcon.double,
.bookingCompletePage .roomIcon.double {
  background: url(/images/icons/double.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 6px;
  right: -67px;
  width: 50px;
  height: 50px;
}
.booking .roomIcon.twin,
.bookingCompletePage .roomIcon.twin {
  background: url(/images/icons/twin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 6px;
  right: -87px;
  width: 70px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .booking .roomIcon,
  .bookingCompletePage .roomIcon {
    display: none;
  }
}
.booking .sectionTitle,
.bookingCompletePage .sectionTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .booking .sectionTitle,
  .bookingCompletePage .sectionTitle {
    margin-bottom: 10px;
  }
}
.booking .manualAddress,
.bookingCompletePage .manualAddress {
  margin: 20px 0;
  display: block;
  color: #00534C;
}
.booking h5,
.bookingCompletePage h5 {
  margin: 0 0 30px 0;
}
.booking h5.marginTop,
.bookingCompletePage h5.marginTop {
  margin-top: 30px;
}
.booking h5 + p,
.bookingCompletePage h5 + p {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .booking h5,
  .bookingCompletePage h5 {
    margin-bottom: 10px;
  }
}
.booking .btn.btn-md,
.bookingCompletePage .btn.btn-md {
  margin: 0;
}
@media screen and (max-width:767px) {
  .booking .btn.btn-md,
  .bookingCompletePage .btn.btn-md {
    position: absolute;
    top: -40px;
    right: 10px;
    width: auto;
    font-size: 16px;
    background: #fff;
    color: #00534C;
    padding: 0;
  }
}
.booking .input-group .input-group-btn .btn,
.bookingCompletePage .input-group .input-group-btn .btn {
  padding: 0 20px;
  width: auto;
}
@media screen and (max-width:767px) {
  .booking .input-group .input-group-btn .btn,
  .bookingCompletePage .input-group .input-group-btn .btn {
    height: 63px;
  }
}
.booking .input-group.containsButtons,
.bookingCompletePage .input-group.containsButtons {
  display: block;
  max-width: 500px;
}
@media screen and (max-width:767px) {
  .booking .input-group.containsButtons,
  .bookingCompletePage .input-group.containsButtons {
    max-width: none;
    width: 65%;
  }
  .booking .input-group.containsButtons.success .input-wrapper:after,
  .bookingCompletePage .input-group.containsButtons.success .input-wrapper:after {
    width: 36px;
    line-height: 58px;
  }
}
.booking .fakeSection,
.bookingCompletePage .fakeSection {
  margin-top: 2px;
}
.booking .mcPreferred,
.bookingCompletePage .mcPreferred {
  position: absolute;
  top: 30px;
  right: -160px;
}
@media screen and (max-width:767px) {
  .booking .mcPreferred,
  .bookingCompletePage .mcPreferred {
    margin: 0 0 20px 0;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width:767px) {
  .booking input[type=submit],
  .bookingCompletePage input[type=submit] {
    width: 100%;
    padding: 10px;
    height: auto;
    white-space: normal;
    line-height: normal;
  }
}
.booking .playAdvantageButtonContainer,
.bookingCompletePage .playAdvantageButtonContainer {
  position: absolute;
  right: 0;
}
.booking .playAdvantageButtonContainer .btn,
.bookingCompletePage .playAdvantageButtonContainer .btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
}
@media screen and (max-width:767px) {
  .booking .playAdvantageButton,
  .bookingCompletePage .playAdvantageButton {
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 63px;
  }
}
.payButtons .btn.btn-default:focus,
.payButtons .btn.btn-default:hover,
.payButtons .btn.btn-default:active:focus {
  color: #fff;
  background: #7A7A7A;
}
@media screen and (max-width:767px) {
  .payButtons .btn.btn-default,
  .payButtons .btn.btn-primary {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px;
    margin: 10px 0;
  }
}
@media screen and (max-width:767px) {
  .payButtons {
    padding: 20px;
  }
  .payButtons .text-right button.btn.btn-primary {
    margin-top: 0;
  }
}
.bookingComplete .hero {
  position: relative;
}
.bookingComplete .hero .cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.bookingComplete .hero .cta.active {
  display: none;
}
.bookingComplete h5 {
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .bookingComplete h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.bookingComplete .packageInclusions ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.bookingComplete .packageInclusions ul li {
  padding-left: 10px;
  position: relative;
}
.bookingComplete .packageInclusions ul li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
.bookingComplete .flightBookingWidget h2 {
  margin-bottom: 40px;
}
.bookingComplete .flightBookingWidget button {
  margin-top: 30px;
}
.bookingComplete .flex-package-row {
  margin-top: 40px;
}
.bookingComplete .flex-package-row .total-item {
  border-bottom: 1px solid #000;
  margin: 20px 0;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}
.bookingComplete .flex-package-row .total-item:last-child,
.bookingComplete .flex-package-row .total-item.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bookingComplete .flex-package-row .total-item .item-price {
  margin-left: auto;
}
.bookingComplete .flex-package-row .total-item .session-item {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.bookingComplete .flex-package-row .total-item .session-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .bookingComplete h2 + h2 {
    color: #7A7A7A;
    font-size: 15px;
    margin: 10px 0;
  }
  .bookingComplete .bookingReference {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #00534C;
    font-size: 15px;
  }
  .bookingComplete .bookingReference .printLabel {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #00534C;
    font-size: 15px;
  }
  .bookingComplete h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0;
  }
  .bookingComplete label.total {
    font-size: 12px;
  }
  .bookingComplete label.total + h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bookingComplete .companionRow {
    margin-bottom: 10px;
  }
  .bookingComplete .disclaimer {
    margin: 20px 0;
    font-size: 12px;
    color: #7A7A7A;
    text-align: center;
  }
}
.bookingContactContainer {
  padding: 40px 0;
  background: #95989A;
}
.bookingContactContainer h1 {
  text-align: center;
  color: #fff;
  width: 60%;
  margin: 20px auto;
}
.bookingContactContainer hr {
  width: 40%;
  margin: 20px auto;
  border-top: 5px solid #000;
}
.bookingContactContainer p {
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  width: 40%;
  color: #000;
}
.bookingContactContainer .siteButton {
  margin: 20px auto;
  width: 180px;
  border: none;
  padding: 10px 20px;
}
.bookingContactContainer .siteButton:hover {
  color: #000;
}
@media screen and (max-width:767px) {
  .bookingContactContainer {
    padding: 15px;
  }
  .bookingContactContainer h1 {
    font-size: 22px;
    width: auto;
  }
  .bookingContactContainer hr {
    margin: 10px auto;
    border-top-color: #fff;
  }
  .bookingContactContainer p {
    width: auto;
    font-size: 16px;
  }
}
.bookingCompletePage .modal .modal-content .modal-footer .btn {
  padding: 0 50px;
  width: auto;
}
@media screen and (max-width:767px) {
  .bookingCompletePage .modal .modal-content .modal-footer .btn {
    width: 100%;
  }
}
.bookingCompletePage header .inner .logo.print img {
  display: none;
}
@media print {
  .bookingCompletePage {
    text-align: left !important;
  }
  .bookingCompletePage header .headerContent {
    height: 100px;
  }
  .bookingCompletePage header .inner {
    padding: 0 15px;
  }
  .bookingCompletePage header .inner .logo {
    background: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 115px;
    height: 100px;
  }
  .bookingCompletePage header .inner .logo.print {
    display: block;
  }
  .bookingCompletePage header .inner .logo:after {
    content: '' !important;
  }
  .bookingCompletePage header .inner .logo img {
    width: 115px;
    height: auto;
    display: block;
    outline: none;
    margin: 0;
  }
  .bookingCompletePage header .inner .desktop {
    display: none;
  }
  .bookingCompletePage header hr {
    display: none;
  }
  .bookingCompletePage header .inner.hasNav,
  .bookingCompletePage .payButtons,
  .bookingCompletePage footer,
  .bookingCompletePage .bookingContactContainer {
    display: none;
  }
  .bookingCompletePage .text-center {
    text-align: left !important;
  }
  .bookingCompletePage main.bookingComplete {
    margin-top: 20px;
  }
  .bookingCompletePage main .section-body {
    padding: 20px 0 !important;
  }
  .bookingCompletePage main .page-title {
    margin: 0 !important;
  }
  .bookingCompletePage .printLabel {
    display: inline-block;
  }
  .bookingCompletePage .hero,
  .bookingCompletePage .playButton,
  .bookingCompletePage .hasVideo {
    display: none;
  }
}
@media print and (min-width: 768px) {
  .bookingCompletePage header .inner {
    width: 750px;
  }
}
@media print and (min-width: 992px) {
  .bookingCompletePage header .inner {
    width: 970px;
  }
}
@media print and (min-width: 1200px) {
  .bookingCompletePage header .inner {
    width: 1170px;
  }
}
.playButton {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 100%;
  border: 5px solid #fff;
  cursor: pointer;
}
.playButton:after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 10px;
  left: 23px;
}
.hasVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 36.46%;
  opacity: 0;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  z-index: 1;
}
.hasVideo.active {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .hasVideo {
    padding-bottom: 0;
    height: 100%;
  }
}
.confirmationVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width:1460px) {
  .cc-intro {
    padding-right: 80px;
  }
}
.cc-logo {
  display: inline-block;
  width: 130px;
}
.carbonclick-learn-more-toggle {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}
.carbonclick-learn-more-toggle:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23000%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.carbonclick-learn-more-toggle.active:after {
  transform: rotate(180deg);
}
@media screen and (max-width:992px) {
  .carbonclick-learn-more-toggle {
    margin: 30px 0;
  }
}
.cc-button {
  margin-left: auto;
}
@media screen and (max-width:992px) {
  .cc-button {
    display: none;
  }
}
.carbonclick-learn-more {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 300ms ease-in-out;
  -o-transition: max-height 300ms ease-in-out;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
.carbonclick-learn-more.active {
  max-height: 1000px;
}
.carbonclick-learn-more .cc-row {
  background: #EAF9EC;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.carbonclick-learn-more .cc-row h5 {
  margin: 20px 0;
}
@media screen and (max-width:992px) {
  .carbonclick-learn-more .cc-row {
    padding: 20px;
  }
  .carbonclick-learn-more .cc-row h5 {
    text-align: center;
  }
}
.cc-mobile-only {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc-mobile-only button {
  margin: 20px auto;
}
@media screen and (min-width:992px) {
  .cc-mobile-only {
    display: none;
  }
}
.cc-check {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
}
.cc-check:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images//icons/cc/cc_checkmark_icon.svg) no-repeat 0 0;
}
.cc-fund-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cc-fund-item.d-wrap {
  flex-wrap: wrap;
}
.cc-fund-item.d-justify {
  justify-content: space-between;
}
.cc-fund-item.d-centre {
  justify-content: center;
}
.cc-fund-item.d-align {
  align-items: center;
}
@media screen and (max-width:992px) {
  .cc-fund-item {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
}
.cc-image {
  display: flex;
}
.cc-image + div {
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 20px;
}
.cc-count-items {
  display: flex;
  align-items: center;
}
.cc-count-items.d-wrap {
  flex-wrap: wrap;
}
.cc-count-items.d-justify {
  justify-content: space-between;
}
.cc-count-items.d-centre {
  justify-content: center;
}
.cc-count-items.d-align {
  align-items: center;
}
.cc-count-items .cc-icon {
  width: 40px;
  height: 40px;
  display: flex;
  margin: 6px 0;
}
.cc-count-items .cc-icon + div {
  margin: 0 20px;
}
.cc-count-items .cc-count {
  margin-left: auto;
}
@media screen and (max-width:992px) {
  .cc-count-items {
    justify-content: center;
  }
  .cc-count-items .cc-count {
    margin-left: 0;
  }
}
.cc-footer {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:992px) {
  .cc-footer {
    justify-content: flex-end;
  }
}
.contentPage {
  margin-top: 0;
}
.contentPage.no-image .hero {
  color: #00534C;
}
.contentPage.itinerary-promo .hero .inner .cta {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: auto;
}
.contentPage.itinerary-promo .hero .inner .cta h1 {
  position: static;
  top: auto;
  transform: none;
}
.contentPage.itinerary-promo .bg-white .container .col-md-12 .section-body .umb-grid .grid-section .col-12.col-md-10.col-md-offset-1.row-count-2 {
  /* hax for specific content alignment on itinerary page */
  margin-top: 40px;
  margin-left: 0;
  width: 100%;
}
.contentPage.itinerary-promo .icon-grid-container {
  padding: 82px;
  display: flex;
  justify-content: space-evenly;
}
.contentPage.itinerary-promo .icon-grid-container .icon-grid-item img {
  display: block;
  margin: 20px auto;
  max-width: 120px;
}
@media screen and (max-width: 420px) {
  .contentPage.itinerary-promo .icon-grid-container .icon-grid-item img {
    max-width: 80px;
  }
}
.contentPage.itinerary-promo .icon-grid-container .icon-grid-item p {
  text-align: center;
  color: #00534C;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width:992px) {
  .contentPage.itinerary-promo .icon-grid-container {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
  .contentPage.itinerary-promo .icon-grid-container .icon-grid-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .contentPage.itinerary-promo .icon-grid-container {
    justify-content: space-between;
  }
}
.contentPage.itinerary-promo .itinerary-promo-container {
  background: #000 no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.contentPage.itinerary-promo .itinerary-promo-container .section-body {
  background: transparent;
  padding-bottom: 40px;
}
.contentPage.itinerary-promo .itinerary-promo-container .section-body h1 {
  color: #fff;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller::-webkit-scrollbar-thumb {
  background-color: #00534C;
  border-radius: 4px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-title-row {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-title-row .it-title-container {
  width: 120px;
  flex-shrink: 0;
  padding: 0 30px 0 0;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-title-row .it-title-container.featured {
  width: 130px;
  margin-right: 35px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-title-row .it-title-container .it-title {
  font-size: 14px;
  font-weight: bold;
  font-family: ITCFranklinGothicStd-Demi, Arial, sans-serif;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-title-row .it-title-container .it-subtitle {
  font-size: 14px;
  white-space: pre;
  font-family: ITCFranklinGothicStd-Book, Arial, sans-serif;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container {
  width: 120px;
  flex-shrink: 0;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container.featured {
  width: 130px;
  margin-right: 35px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container.featured .it-glow {
  width: 100px;
  height: 100px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container.featured .it-glow:before,
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container.featured .it-glow:after {
  top: 50px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container.featured .it-glow span {
  width: 40px;
  height: 40px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container:first-child .it-glow:before {
  display: none;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container:last-child .it-glow:after {
  display: none;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow {
  width: 50px;
  height: 50px;
  background: rgba(0, 83, 76, 0.5);
  position: relative;
  border-radius: 100%;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow:before,
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow:after {
  content: '';
  position: absolute;
  top: 25px;
  height: 3px;
  background: #00534C;
  width: 80px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow:before {
  right: 50%;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow:after {
  left: 50%;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-glow-row .it-glow-container .it-glow span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00534C;
  border-radius: 100%;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-content-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-content-row .it-content {
  width: 120px;
  flex-shrink: 0;
  padding: 0 30px 0 0;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-content-row .it-content.featured {
  width: 130px;
  margin-right: 35px;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-content-row .it-content .it-date {
  font-size: 14px;
  font-weight: bold;
  font-family: ITCFranklinGothicStd-Demi, Arial, sans-serif;
}
.contentPage.itinerary-promo .itinerary-promo-container .itinerary-scroller .itinerary-items .itinerary-items-content-row .it-content .it-text {
  font-size: 12px;
  white-space: pre-wrap;
  font-family: ITCFranklinGothicStd-Book, Arial, sans-serif;
}
.contentPage.expandedHero .hero {
  position: relative;
}
.contentPage.expandedHero .hero .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.contentPage.expandedHero .hero .heroImage.mobile img {
  height: auto;
  width: 100%;
}
.contentPage.expandedHero .hero .heroImage.desktop.NZC {
  display: none;
}
.contentPage.expandedHero .hero .heroImage.desktop img {
  left: 50%;
  transform: translateX(-50%);
}
.contentPage.expandedHero .hero .heroImage img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.contentPage.expandedHero .hero .inner {
  height: 700px;
}
@media screen and (max-width:767px) {
  .contentPage.expandedHero .hero .inner {
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .contentPage.expandedHero .hero {
    padding-bottom: 15%;
    padding-top: 15%;
    height: auto;
  }
}
.contentPage .hero .inner {
  height: 200px;
}
.contentPage .hero .inner h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 64px;
}
@media screen and (max-width:767px) {
  .contentPage .hero .inner h1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }
}
.contentPage .hero .inner .cta {
  transform: none;
  right: 200px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
}
.contentPage .hero .inner .cta img {
  display: block;
}
@media screen and (max-width:767px) {
  .contentPage .hero .inner .cta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    clear: both;
    margin: 0 auto;
  }
}
.contentPage .hero .inner .partner-logo {
  top: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .contentPage .hero .inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .contentPage .hero {
    padding: 0;
    height: 200px;
  }
}
.contentPage .registerContainer {
  /*height: 310px;
        .relative;*/
}
.contentPage .registerContainer .cta {
  /*position: absolute;
            .center;
            padding: 0;*/
}
.contentPage .registerContainer .cta img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .contentPage .registerContainer .cta {
    width: 85%;
    padding: 20px 0;
  }
}
.contentPage .formEmbed form {
  width: 100% !important;
}
.contentPage .formEmbed form ._form-content ._form_element ._field-wrapper input {
  border: 2px solid #7A7A7A !important;
  border-radius: 0 !important;
  padding: 0 14px !important;
  color: #171717 !important;
  display: block !important;
  width: 100% !important;
  height: 63px !important;
  line-height: 63px !important;
  outline: none !important;
  font: inherit !important;
}
.contentPage .formEmbed form ._form-content ._form_element ._field-wrapper textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100px !important;
  resize: none !important;
  border: none !important;
  padding: 10px 14px !important;
  line-height: 1.5em !important;
  outline: none !important;
  border: 2px solid #7A7A7A !important;
  border-radius: 0 !important;
}
.contentPage .formEmbed form ._form-content ._form_element ._checkbox-radio input {
  display: none !important;
}
.contentPage .formEmbed form ._form-content ._form_element label {
  font-size: 20px !important;
}
.contentPage .formEmbed form ._form-content ._button-wrapper button._submit {
  font-size: 22px !important;
  font-family: 'NZ Rugby Font' !important;
  font-weight: bold !important;
  color: #fff !important;
  text-align: center !important;
  box-sizing: border-box !important;
  background: #00AFF2 !important;
  display: block !important;
  text-transform: none !important;
  margin: 10px 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}
.splashPage {
  margin-top: 0;
}
.splashPage.expandedHero .hero {
  position: relative;
}
.splashPage.expandedHero .hero .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.splashPage.expandedHero .hero .heroImage.mobile img {
  height: auto;
  width: 100%;
}
.splashPage.expandedHero .hero .heroImage.desktop.NZC {
  display: none;
}
.splashPage.expandedHero .hero .heroImage.desktop img {
  left: 50%;
  transform: translateX(-50%);
}
.splashPage.expandedHero .hero .heroImage img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.splashPage.expandedHero .hero .inner {
  height: 700px;
}
@media screen and (max-width:767px) {
  .splashPage.expandedHero .hero .inner {
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .splashPage.expandedHero .hero {
    padding-bottom: 15%;
    padding-top: 15%;
    height: auto;
  }
}
.splashPage .hero .inner {
  height: 200px;
}
.splashPage .hero .inner h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .splashPage .hero .inner h1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }
}
.splashPage .hero .inner .cta {
  transform: none;
  right: 200px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
}
.splashPage .hero .inner .cta img {
  display: block;
}
@media screen and (max-width:767px) {
  .splashPage .hero .inner .cta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    clear: both;
    margin: 0 auto;
  }
}
.splashPage .hero .inner .partner-logo {
  top: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .splashPage .hero .inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .splashPage .hero {
    padding: 0;
    height: 200px;
  }
}
.splashPage .divider {
  height: 30px;
}
.splashPage .divider.white {
  background: #fff;
}
@media screen and (max-width:767px) {
  .splashPage .divider {
    display: none;
  }
}
.splashPage .bg-grey {
  padding: 60px 0;
}
.splashPage .bg-grey h1 {
  margin-bottom: 20px;
  text-transform: none;
}
.splashPage .bg-grey .col-md-8 {
  padding: 0 30px 0 0;
}
@media screen and (max-width:992px) {
  .splashPage .bg-grey .col-md-8 {
    padding: 0;
  }
}
.splashPage .bg-grey .col-md-4 {
  padding: 0 0 0 30px;
}
@media screen and (max-width:992px) {
  .splashPage .bg-grey .col-md-4 {
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .splashPage .bg-grey .col-md-4 {
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .splashPage .bg-grey {
    padding: 30px 0;
  }
}
.splashPage input.form-control {
  background: #fff;
}
.splashPage .btn.btn-primary {
  background: #00534C;
  margin-top: 30px;
}
.splashPage .error {
  color: #ff0000;
}
.splashPage .error ~ form .form-control {
  border-color: #ff0000;
}
.splashPage input[type=submit] {
  width: 100%;
  text-align: center;
}
.splashPage .registerContainer {
  height: 310px;
  position: relative;
}
.splashPage .registerContainer .cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  padding: 0;
}
.splashPage .registerContainer .cta img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .splashPage .registerContainer .cta {
    width: 90%;
  }
}
@media screen and (max-width:767px) {
  .splashPage {
    margin-top: 0;
  }
}
.agentLogin {
  padding-bottom: 160px;
}
.agentLogin h1 {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .agentLogin .inputHolder {
    margin: 10px 0;
  }
}
.agentLogin input.form-control {
  background: #fff;
}
.agentLogin input[type=submit] {
  width: 100%;
  text-align: center;
}
.agentLogin .error {
  color: #ff0000;
}
.agentLogin .forgotPassword {
  float: right;
}
.agentLogin .forgotPassword a {
  color: #000;
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .agentLogin .forgotPassword {
    float: none;
  }
}
.agentRegister h1 {
  margin-bottom: 20px;
}
.registerForm label {
  text-transform: uppercase;
}
.registerForm .form-group .field-validation-error {
  position: absolute;
  top: 3px;
  right: 0;
  color: #ff0000;
}
.registerForm .form-group .input-validation-error {
  border-color: #ff0000;
}
.registerForm .btn-primary {
  float: right;
}
@media screen and (max-width:767px) {
  .registerForm .btn-primary {
    float: none;
    width: 100%;
  }
}
.btn.btn-default.registerButton {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  text-transform: none;
}
.agentProfile .section-body h1 {
  margin-bottom: 20px;
}
.agentProfile .btn-primary {
  float: right;
}
@media screen and (max-width:767px) {
  .agentProfile .btn-primary {
    float: none;
    width: 100%;
  }
}
.contactFormPage .pageHeader,
.hasFormPage .pageHeader {
  margin: 20px 0;
}
.contactFormPage .pageHeader h1,
.hasFormPage .pageHeader h1 {
  margin-bottom: 20px;
}
.contactFormPage label,
.hasFormPage label {
  text-transform: uppercase;
}
.contactFormPage .form-group,
.hasFormPage .form-group {
  position: relative;
}
.contactFormPage .form-group .field-validation-error,
.hasFormPage .form-group .field-validation-error {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #ff0000;
  white-space: nowrap;
}
.contactFormPage .form-group .input-validation-error,
.hasFormPage .form-group .input-validation-error {
  border-color: #ff0000;
}
@media screen and (max-width:767px) {
  .contactFormPage .form-group,
  .hasFormPage .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  .contactFormPage .form-group label,
  .hasFormPage .form-group label {
    width: 100%;
  }
  .contactFormPage .form-group .field-validation-error,
  .hasFormPage .form-group .field-validation-error {
    order: 5;
    position: relative;
    bottom: auto;
    white-space: normal;
  }
}
.contactFormPage .btn-primary,
.hasFormPage .btn-primary {
  float: right;
}
@media screen and (max-width:767px) {
  .contactFormPage .btn-primary,
  .hasFormPage .btn-primary {
    float: none;
    width: 100%;
  }
}
.homepage .hero {
  color: #fff;
  position: relative;
}
.homepage .hero > .inner {
  pointer-events: none;
}
.homepage .hero .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.homepage .hero .heroImage.page-header-slides .slick-list,
.homepage .hero .heroImage.page-header-slides .slick-track {
  height: 100%;
  align-items: center;
}
.homepage .hero .heroImage.page-header-slides .desktop {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage.page-header-slides .desktop {
    display: none;
  }
}
.homepage .hero .heroImage.page-header-slides .mobile {
  display: none;
  top: 0;
  transform: none;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage.page-header-slides .mobile {
    display: block;
  }
}
.homepage .hero .heroImage .heroImage-block-item {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
.homepage .hero .heroImage .heroImage-block-item img {
  position: absolute;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage .heroImage-block-item img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.homepage .hero .heroImage .heroImage-block-item .iframe-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 56.25%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage .heroImage-block-item .iframe-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.homepage .hero .heroImage .heroImage-block-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage .heroImage-block-item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:767px) {
  .homepage .hero .heroImage {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.homepage .hero h1 {
  font-size: 64px;
  letter-spacing: -0.025em;
}
@media screen and (max-width:767px) {
  .homepage .hero h1 {
    font-size: 30px;
  }
}
.homepage .hero h2 {
  text-transform: none !important;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .homepage .hero h2 {
    margin-bottom: 10px;
  }
}
.homepage .hero hr {
  width: 70%;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .homepage .hero hr {
    border-top-width: 4px;
    margin: 20px auto;
  }
}
.homepage .hero .btn.btn-lg {
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .homepage .hero .btn.btn-lg {
    margin: 0 0 20px 0 !important;
  }
}
.homepage .hero .inner .cta {
  z-index: 5;
}
.homepage .hero .inner .cta .homepageHeroLogo {
  margin: 20px 0;
}
.homepage .hero .inner .cta .homepageHeroLogo img {
  position: static;
  min-width: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .homepage .hero {
    padding: 0;
  }
}
.homepage .container {
  padding: 70px 0;
}
.homepage .container h1 {
  text-align: center;
  margin-bottom: 40px;
}
.homepage .upcoming-series h2.fixtures-header {
  font-size: 48px;
  font-weight: 800;
  color: #00534C;
  text-align: center;
}
.homepage .seriesTiles {
  display: flex;
  flex-wrap: wrap;
}
.homepage .seriesTiles:after {
  content: '';
  display: table;
  clear: both;
}
.homepage .seriesTiles .homepageSeriesTileItem {
  margin: 0 10px;
}
.homepage .seriesTiles .homepageSeriesTileItem .seriesTileContent h2 {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
}
@media screen and (min-width:1200px) {
  .homepage .seriesTiles .homepageSeriesTileItem {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:1200px) {
  .homepage .seriesTiles .homepageSeriesTileItem {
    width: 49%;
    margin: 0 0 2% 0;
  }
}
@media screen and (max-width:767px) {
  .homepage .seriesTiles .homepageSeriesTileItem {
    width: 100%;
  }
}
.homepage .homepageFixtureTileItem {
  width: 33.33%;
  height: auto;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width:1200px) {
  .homepage .homepageFixtureTileItem {
    width: 49%;
    margin: 0 0 2% 0;
  }
}
@media screen and (max-width:767px) {
  .homepage .homepageFixtureTileItem {
    width: 100%;
  }
}
.homepage .homepageFixtureTileItem .fixtureTile {
  background: #fff;
  position: relative;
  margin: 0;
}
.homepage .homepageHeader {
  padding: 0 20px;
}
.homepage .tourTypeItems {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .homepage .tourTypeItems {
    flex-wrap: wrap;
  }
}
.homepage .tourTypeItem {
  width: 420px;
  height: 400px;
  margin: 0 20px;
  background: #fff;
  padding: 20px;
  position: relative;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .homepage .tourTypeItem {
    width: 100%;
    height: auto;
    margin: 20px;
  }
}
.homepage .tourTypeItem .imgOverlay {
  margin-bottom: 10px;
  position: relative;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.homepage .tourTypeItem .imgOverlay:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(/images/play-icon-white-png-5.png) no-repeat 0 0;
  display: none;
  background-size: contain;
}
.homepage .tourTypeItem .imgOverlay.tourVideo {
  cursor: pointer;
}
.homepage .tourTypeItem .imgOverlay.tourVideo:before {
  display: block;
}
.homepage .tourTypeItem .imgOverlay.tourVideo:hover {
  opacity: 0.8;
}
.homepage .tourTypeItem h2 {
  margin: 10px 0;
  font-size: 26px;
  font-weight: 700;
  color: #00534C;
}
.homepage .tourTypeItem h3 {
  margin: 10px 0;
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.homepage .tourTypeItem .tourTypeButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .homepage .tourTypeItem .tourTypeButton {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.homepage .tourTypeItem .tourTypeButton .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .homepage .tourTypeItem .tourTypeButton .btn {
    padding: 0;
  }
}
.homepage .homepage-upcoming-fixtures h2.fixtures-header {
  text-align: center;
  color: #00534C;
  font-weight: 800;
  text-transform: none;
  font-size: 48px;
}
.homepage .homepageTourTypes h1.homepageHeader {
  color: #00534C;
  font-weight: 800;
  font-size: 48px;
}
.homepage .homepageUpcomingTours h2.fixtures-header {
  text-align: center;
  color: #00534C;
  font-weight: 800;
  text-transform: none;
  font-size: 48px;
}
.homepage .homepageUpcomingTours .upcomingTourItems {
  display: flex;
  flex-wrap: wrap;
}
.homepage .homepageUpcomingTours .upcomingTourItem {
  width: 50%;
  height: 0;
  padding-bottom: 20.83%;
  position: relative;
}
.homepage .homepageUpcomingTours .upcomingTourItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.homepage .homepageUpcomingTours .upcomingTourItem .upcomingTourContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.homepage .homepageUpcomingTours .upcomingTourItem .upcomingTourContent h2 {
  font-size: 26px;
  color: #00534C;
  font-weight: 700;
}
.homepage .homepageUpcomingTours .upcomingTourItem .upcomingTourContent .upcomingTourButton {
  margin: 20px 0;
}
.homepage .homepageUpcomingTours .upcomingTourItem .upcomingTourContent .upcomingTourButton .btn {
  height: 36px;
  line-height: 24px;
  padding: 6px 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .homepage .homepageUpcomingTours .upcomingTourItem {
    width: 100%;
    padding-bottom: 41.67%;
  }
}
.homepage .homepage-secondary-content {
  padding: 100px 0;
  background: #eee;
}
.homepage .homepage-secondary-content .container {
  padding: 0 !important;
}
.homepage .homepage-upcoming-packages h2.fixtures-header {
  font-size: 48px;
  font-weight: 800;
  color: #00534C;
}
.hpVideo {
  width: 100%;
  height: 0;
  padding-bottom: 56.25% !important;
  position: relative;
}
.homepageVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsLandingpage .newsLandingTitle {
  display: inline-block;
}
.newsLandingpage .newsLandingTitle h1 {
  font-size: 55px;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .newsLandingpage .newsLandingTitle h1 {
    font-size: 30px;
  }
}
.newsLandingpage .newsLandingTitle hr {
  width: 70%;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  margin: 0 0 30px 0;
}
@media screen and (max-width:767px) {
  .newsLandingpage .newsLandingTitle hr {
    border-top-width: 4px;
    margin: 20px auto;
  }
}
.newsLandingpage .newsArticles .featuredArticle {
  margin: 20px 0;
  position: relative;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.newsLandingpage .newsArticles .featuredArticle .imgOverlay,
.newsLandingpage .newsArticles .featuredArticle a {
  display: flex;
}
.newsLandingpage .newsArticles .featuredArticle .imgOverlay .featureImageWide,
.newsLandingpage .newsArticles .featuredArticle a .featureImageWide {
  width: 66.66%;
  order: 1;
}
.newsLandingpage .newsArticles .featuredArticle .imgOverlay .featureImageWide.noPortrait,
.newsLandingpage .newsArticles .featuredArticle a .featureImageWide.noPortrait {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .featuredArticle .imgOverlay .featureImageWide,
  .newsLandingpage .newsArticles .featuredArticle a .featureImageWide {
    order: 2;
    width: 100%;
  }
}
.newsLandingpage .newsArticles .featuredArticle .imgOverlay .featureImagePortrait,
.newsLandingpage .newsArticles .featuredArticle a .featureImagePortrait {
  width: 33.33%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .featuredArticle .imgOverlay .featureImagePortrait,
  .newsLandingpage .newsArticles .featuredArticle a .featureImagePortrait {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .featuredArticle .imgOverlay,
  .newsLandingpage .newsArticles .featuredArticle a {
    flex-wrap: wrap;
  }
}
.newsLandingpage .newsArticles .featuredArticle .featureContent {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  pointer-events: none;
  /*p {
                    
                    font-size: 40px;

                    @media screen and (max-width: 1199px) {
                        font-size: 30px;
                    }

                    @media screen and (max-width: 991px) {
                        font-size: 24px;
                    }
                }*/
}
.newsLandingpage .newsArticles .featuredArticle .featureContent .teaserDate {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .newsLandingpage .newsArticles .featuredArticle .featureContent {
    width: 50%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .featuredArticle .featureContent {
    width: auto;
    left: 20px;
    top: auto;
    bottom: 20px;
    transform: none;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .newsLandingpage .newsArticles .featuredArticle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .featuredArticle {
    margin-bottom: 1%;
  }
}
.newsLandingpage .newsArticles .articleContainer {
  display: flex;
  flex-wrap: wrap;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle {
  width: 49%;
  margin: 1% 0;
  position: relative;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle:after {
  content: '';
  position: absolute;
  z-index: 2;
  height: 40%;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle:nth-child(odd) {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle:nth-child(odd) {
    margin-right: 0;
    margin-top: 75px;
  }
}
.newsLandingpage .newsArticles .articleContainer .newsArticle:nth-child(even) {
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle:nth-child(even) {
    margin-left: 0;
    margin-top: 75px;
  }
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.black:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.black .newsVideo .newsArticleTeaserContent:before {
  border-left-color: #fff;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.black .newsArticleTeaserContent {
  color: #fff;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.white:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.white .newsVideo .newsArticleTeaserContent:before {
  border-left-color: #000;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle.white .newsArticleTeaserContent {
  color: #000;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsVideo {
  cursor: pointer;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsVideo .newsArticleTeaserContent:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  border-left: 20px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserImage {
  position: relative;
  z-index: 1;
  height: auto;
  height: 444px;
}
@media screen and (max-width:1460px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserImage {
    height: 370px;
  }
}
@media screen and (max-width:1200px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserImage {
    height: 305px;
  }
}
@media screen and (max-width:992px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserImage {
    height: 233px;
  }
}
@media screen and (max-width:767px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserImage {
    height: auto;
  }
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent p {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent p {
    font-size: 16px;
  }
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent .teaserDate {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent .teaserDate {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .newsLandingpage .newsArticles .articleContainer .newsArticle {
    width: 100%;
  }
}
.newsLandingpage .newsArticles .articlePaging {
  margin: 60px 0;
  text-align: center;
}
.newsLandingpage .newsArticles .articlePaging ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.newsLandingpage .newsArticles .articlePaging ul li {
  display: inline-block;
  margin: 0 2px;
  background: #fff;
  -moz-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.newsLandingpage .newsArticles .articlePaging ul li.active,
.newsLandingpage .newsArticles .articlePaging ul li:hover {
  background: #00534C;
}
.newsLandingpage .newsArticles .articlePaging ul li.active a,
.newsLandingpage .newsArticles .articlePaging ul li:hover a {
  color: #fff;
}
.newsLandingpage .newsArticles .articlePaging ul li a {
  color: #7A7A7A;
  text-decoration: none;
  font-size: 24px;
  line-height: 1em;
  display: block;
  padding: 5px 10px;
  min-width: 38px;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
.newsLandingpage .newsArticles .articleTags {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.newsLandingpage .newsArticles .articleTags span {
  display: inline-block;
  padding: 8px 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.newsLandingpage .newsArticles .articleFlame {
  padding: 8px 18px;
  display: inline-block;
  background: #e65f2d;
  font-size: 14px;
  position: relative;
}
.newsLandingpage .newsArticles .articleFlame:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20736.14%20943%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M310.14%2C0c50%2C134%2C24%2C207-32%2C265-61%2C64-156%2C112-223%2C206-89%2C125-104%2C400%2C217%2C472-135-71-164-277-18-406-38%2C125%2C32%2C205%2C119%2C176%2C85-29%2C141%2C32%2C139%2C102-1%2C48-20%2C89-69%2C112%2C209-37%2C293-210%2C293-342%2C0-174-155-198-77-344-93%2C8-125%2C69-116%2C169%2C6%2C66-63%2C111-114%2C81-41-25-40-73-4-109C502.14%2C306%2C532.14%2C131%2C310.14%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  width: 15px;
  height: 20px;
  left: 12px;
  position: absolute;
}
.newsLandingpage .loadMoreArticlesButton {
  text-align: center;
  margin: 40px 0;
}
.articlePage .contentPage .hero .inner .cta {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.articlePage .contentPage .hero .inner .cta img {
  margin: 20px auto;
}
.articlePage .contentPage .hero .inner .cta p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.articlePage .contentPage .hero .inner .cta .umb-heading {
  font-size: 40px;
  line-height: 57px;
}
.articlePage .contentPage .hero .inner .cta h1 {
  position: relative;
  top: auto;
  transform: none;
}
.articlePage .contentPage .hero .inner .cta a.btn {
  font-size: 20px;
  line-height: 50px;
  color: #000;
  height: auto;
}
@media screen and (max-width: 767px) {
  .articlePage .contentPage .hero .inner .cta {
    top: 50%;
    position: absolute;
  }
}
@media screen and (max-width:767px) {
  .articlePage .contentPage .hero {
    height: auto;
  }
}
.articlePage .articleTagContainer {
  text-align: right;
}
.articlePage .articleTagContainer p {
  font-weight: bold;
}
.articlePage .articleTagContainer .articleTags {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 16px;
}
.articlePage .articleTagContainer .articleTags li {
  display: block;
  margin: 6px 0;
}
.articlePage .articleTagContainer .articleTags li:first-child {
  font-weight: bold;
}
.articlePage .articleTagContainer .articleTags li a {
  color: #00534C;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .articlePage .articleTagContainer {
    text-align: left;
  }
}
.articlePage .articleContent p {
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.articlePage .articleContent .container {
  padding-left: 0;
  padding-right: 0;
}
.articlePage .news-article-summary {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .articlePage .umb-grid .col-md-12 {
    padding: 0;
  }
}
.articlePage main {
  padding-bottom: 80px;
}
.articlePage main .section-body {
  margin-top: 40px;
  padding: 50px 70px;
}
.articlePage .contentPage {
  margin-top: 0px;
}
.articlePage .contentPage .breadcrumb-wrapper .breadcrumb .inner {
  height: auto;
  min-height: 0;
}
.articlePage .contentPage .hero .inner {
  min-height: 490px;
}
.flexible-package .flexible-page-container .sticky-total {
  border-top: 2px solid #D4D4D4;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
  padding: 20px 0;
}
.flexible-package .flexible-page-container .sticky-total .small {
  margin-bottom: 0;
}
.flexible-package .flexible-page-container .sticky-total .price {
  font-size: 30px;
  color: #000;
}
.flexible-package .flexible-page-container .sticky-total .payments {
  color: #000;
}
.flexible-package .flexible-page-container h2.component-title {
  position: relative;
}
.flexible-package .flexible-page-container .activity-text {
  position: absolute;
  bottom: 6px;
  right: 15px;
  display: block;
  text-align: right;
}
@media screen and (max-width:992px) {
  .flexible-package .flexible-page-container .activity-text {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}
.flexible-package .grey-bg {
  color: #000;
  background: #EEEFF1;
  padding-bottom: 60px;
}
.flexible-package .featureBar .featureDate p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20355%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20322%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20424%22%20d%3D%22M17.583%2020.5H3.417A2.92%202.92%200%2001.5%2017.583v-12.5a2.92%202.92%200%20012.917-2.917.417.417%200%20110%20.833%202.086%202.086%200%2000-2.083%202.083v12.5a2.086%202.086%200%20002.083%202.083h14.167a2.086%202.086%200%20002.083-2.083v-12.5a2.086%202.086%200%2000-2.083-2.083.417.417%200%20110-.833%202.92%202.92%200%20012.917%202.917v12.5a2.92%202.92%200%2001-2.918%202.917z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20323%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20425%22%20d%3D%22M13.249%203h-5.5c-.169%200-.306-.187-.306-.417s.137-.417.306-.417h5.5c.169%200%20.306.187.306.417S13.418%203%2013.249%203z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20324%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20426%22%20d%3D%22M5.917%204.667A.417.417%200%20015.5%204.25V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20325%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20427%22%20d%3D%22M15.084%204.667a.417.417%200%2001-.417-.417V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20326%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20428%22%20d%3D%22M20.083%207.166H.917a.417.417%200%20010-.833h19.167a.417.417%200%20010%20.833z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .featureBar .featureLocation p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.167%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20356%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20316%22%3E%3Cg%20data-name%3D%22Group%20315%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20421%22%20d%3D%22M7.583%2012.166a4.065%204.065%200%20114.065-4.065%204.069%204.069%200%2001-4.065%204.065zm0-7.391a3.326%203.326%200%20103.326%203.326%203.33%203.33%200%2000-3.326-3.326z%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20319%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20423%22%20d%3D%22M7.583%2020.5a.412.412%200%2001-.272-.1C7.033%2020.16.5%2014.433.5%207.585a7.083%207.083%200%201114.167%200c0%206.848-6.532%2012.575-6.811%2012.815a.412.412%200%2001-.273.1zm0-19.167a6.257%206.257%200%2000-6.25%206.25c0%205.7%205.013%2010.772%206.25%2011.935%201.236-1.164%206.25-6.239%206.25-11.935a6.257%206.257%200%2000-6.25-6.25z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .featureBar .featureNights p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2018.391%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20498%22%20d%3D%22M20.065%2010.065a.434.434%200%2000-.435.435v1.43l-2.609-5.87V2.674A2.177%202.177%200%200014.847.5h-8.7a2.176%202.176%200%2000-2.174%202.174V6.06l-2.609%205.87V10.5a.435.435%200%2000-.87%200v6.957a.435.435%200%2000.87%200v-.438h18.261v.435a.435.435%200%2000.87%200v-6.957a.435.435%200%2000-.43-.432zM4.848%202.674a1.306%201.306%200%20011.3-1.3h8.7a1.306%201.306%200%20011.3%201.3v3.045h-11.3zm-.153%203.913h11.61l3.091%206.956H1.603zm14.936%209.565H1.37v-1.739h18.261z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .featureBar .featureCount p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.937%2018%22%3E%3Cpath%20fill%3D%22%2300534C%22%20data-name%3D%22Path%20225%22%20d%3D%22M17.906%202.753A3.019%203.019%200%200%200%2015.153%200a19.4%2019.4%200%200%200-2.894.141A13.94%2013.94%200%200%200%20.117%2012.282a13.126%2013.126%200%200%200-.071%202.894%203.019%203.019%200%200%200%202.753%202.753c.353%200%20.706.071%201.059.071a17.307%2017.307%200%200%200%201.908-.141%2014.153%2014.153%200%200%200%2012.14-12.141c0-.989.07-1.977%200-2.965zm-1.694.141a16.643%2016.643%200%200%201-.146%202.612A12.578%2012.578%200%200%201%205.411%2016.165c-.847.071-1.694.071-2.541.071a1%201%200%200%201-.424-.141%2014.027%2014.027%200%200%201%202.541-5.718%201%201%200%200%200%20.424.141.862.862%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l.212-.212a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l-.071-.071.209-.212.071.071a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2L9.223%206a.8.8%200%200%200%20.565.212.879.879%200%200%200%20.778-1.271A13.261%2013.261%200%200%201%2016.282%202.4a.446.446%200%200%200-.071.494zm-6.988.918a.812.812%200%200%200-1.2%200%20.967.967%200%200%200-.141%201.059c-.071%200-.141.071-.282.141L7.388%204.8a.849.849%200%200%200-1.2%201.2l.141.141a.367.367%200%200%201-.141.282l-.141-.141a.849.849%200%201%200-1.2%201.2l.212.212a.974.974%200%200%200-.282.212.856.856%200%200%200-1.059.141.812.812%200%200%200%200%201.2%2018.4%2018.4%200%200%200-1.976%203.388v-.141A12.578%2012.578%200%200%201%2012.4%201.835h.066a16.012%2016.012%200%200%200-3.243%201.977z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .flexible-package-details {
  display: flex;
  flex-wrap: wrap;
}
.flexible-package .flexible-package-details .flexible-package-prices {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  align-items: center;
}
.flexible-package .flexible-package-details .flexible-package-prices .price-set {
  margin-right: 20px;
}
.flexible-package .flexible-package-details .flexible-package-prices .price-set .price {
  font-size: 30px;
}
.flexible-package .flexible-package-details .flexible-package-prices .price-installments {
  color: #00534C;
}
.flexible-package .flexible-package-details .flexible-package-prices .price-installments .price {
  font-size: 20px;
}
@media screen and (max-width:992px) {
  .flexible-package .flexible-package-details .col-md-7 {
    order: 2;
  }
  .flexible-package .flexible-package-details .col-md-5 {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .flexible-package .flexible-package-details h1 {
    font-size: 30px;
  }
}
.flexible-package .customise-header {
  padding: 60px 0;
  text-align: center;
  background: #00534C;
}
.flexible-package .customise-header h1 {
  color: #fff;
}
@media screen and (max-width:767px) {
  .flexible-package .customise-header h1 {
    font-size: 30px;
  }
}
.flexible-package .package-component {
  padding: 60px 0;
}
.flexible-package .package-component.white {
  background: white;
  color: black;
}
.flexible-package .package-component.white .flexible-match {
  background: #EEEFF1;
}
.flexible-package .package-component.white .flexible-addons .col-md-6 .addon-item {
  background: #EEEFF1;
}
.flexible-package .package-component.alt {
  background: #EEEFF1;
  color: black;
}
.flexible-package .package-component.alt .flexible-scroller .tile .tile-container {
  background: #fff;
}
.flexible-package .package-component.alt .flexible-addons .col-md-6 .addon-item {
  background: #fff;
}
.flexible-package .package-component h1 {
  font-size: 50px;
}
.flexible-package .package-component .component-info {
  margin: 0 auto 20px auto;
  max-width: 90%;
  width: 800px;
}
.flexible-package .package-component .hasButtons {
  margin-top: 40px;
}
.flexible-package .package-component .hasButtons .btn.btn-alt {
  background: transparent;
  border: 2px solid #00534C;
  color: #00534C;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.flexible-package .package-component .hasButtons .btn.btn-alt:hover,
.flexible-package .package-component .hasButtons .btn.btn-alt:focus {
  background: #00534C;
  color: #000;
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .hasButtons .row {
    display: flex;
    flex-wrap: wrap;
  }
  .flexible-package .package-component .hasButtons .row .col-md-6 {
    width: 50%;
  }
  .flexible-package .package-component .hasButtons .btn {
    width: 100%;
    padding: 0;
  }
}
.flexible-package .package-component hr {
  border-top-color: #D4D4D4;
}
.flexible-package .package-component hr.wide {
  border-top-width: 3px;
}
.flexible-package .package-component .people-title {
  margin-top: 20px;
}
.flexible-package .package-component .passengers-item {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: 40px 0;
}
.flexible-package .package-component .passengers-item:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00534C;
  bottom: -10px;
  left: 0;
}
.flexible-package .package-component .passengers-item .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexible-package .package-component .passengers-item .input-button {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.flexible-package .package-component .passengers-item .input-button.minus:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #D4D4D4;
}
.flexible-package .package-component .passengers-item .input-button.plus:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #D4D4D4;
}
.flexible-package .package-component .passengers-item .input-button.plus:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 14px;
  width: 2px;
  height: 30px;
  background: #D4D4D4;
}
.flexible-package .package-component .passengers-item input {
  border: none;
  margin: 10px;
  text-align: center;
  width: 80px;
}
.flexible-package .package-component .passengers-item input[type=number] {
  font-size: 30px;
}
.flexible-package .package-component .passengers-item input[type=number]::-webkit-inner-spin-button,
.flexible-package .package-component .passengers-item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flexible-package .package-component .flexible-scroller,
.flexible-package .package-component .flexible-slider {
  display: flex;
}
.flexible-package .package-component .flexible-scroller.scrollable,
.flexible-package .package-component .flexible-slider.scrollable {
  overflow-x: scroll;
  padding-bottom: 20px;
}
.flexible-package .package-component .flexible-scroller.slick-slider .tile,
.flexible-package .package-component .flexible-slider.slick-slider .tile {
  margin-right: 0;
  padding: 0 15px;
}
.flexible-package .package-component .flexible-scroller .tile,
.flexible-package .package-component .flexible-slider .tile {
  width: 320px;
  margin-right: 30px;
  flex-shrink: 0;
  height: auto;
  order: 1;
  /*&.sold-out-tile {
                    order: 2;
                }*/
  /*&:last-child {
                    margin-right: 0;
                }*/
}
.flexible-package .package-component .flexible-scroller .tile .tile-container,
.flexible-package .package-component .flexible-slider .tile .tile-container {
  background: #EEEFF1;
  height: 100%;
  position: relative;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container:before,
.flexible-package .package-component .flexible-slider .tile .tile-container:before {
  content: '';
  border: 5px solid #00534C;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container:after,
.flexible-package .package-component .flexible-slider .tile .tile-container:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  opacity: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.5%2010.7%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%200L4.7%207.1%201.6%204.6%200%206.6l5.1%204.1%207.4-9.1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  background-color: #00534C;
  padding: 5px;
  box-sizing: content-box;
  background-size: 18px;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container.selected:before,
.flexible-package .package-component .flexible-slider .tile .tile-container.selected:before,
.flexible-package .package-component .flexible-scroller .tile .tile-container.selected:after,
.flexible-package .package-component .flexible-slider .tile .tile-container.selected:after {
  opacity: 1;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container.selected .custom-tag,
.flexible-package .package-component .flexible-slider .tile .tile-container.selected .custom-tag {
  top: 2px;
  left: 2px;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container.selected .tile-footer .btn,
.flexible-package .package-component .flexible-slider .tile .tile-container.selected .tile-footer .btn {
  background: #00534C;
  color: #fff;
}
.flexible-package .package-component .flexible-scroller .tile .tile-container .custom-tag,
.flexible-package .package-component .flexible-slider .tile .tile-container .custom-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  background: #00534C;
}
.flexible-package .package-component .flexible-scroller .tile img,
.flexible-package .package-component .flexible-slider .tile img {
  width: 100%;
}
.flexible-package .package-component .flexible-scroller .tile .tile-content,
.flexible-package .package-component .flexible-slider .tile .tile-content {
  margin: 10px 0;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 80px;
}
.flexible-package .package-component .flexible-scroller .tile .tile-content h4,
.flexible-package .package-component .flexible-slider .tile .tile-content h4 {
  margin: 10px 0;
}
.flexible-package .package-component .flexible-scroller .tile .tile-content .flex,
.flexible-package .package-component .flexible-slider .tile .tile-content .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-scroller .tile .tile-content,
  .flexible-package .package-component .flexible-slider .tile .tile-content {
    margin-bottom: 112px;
  }
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer,
.flexible-package .package-component .flexible-slider .tile .tile-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #D4D4D4;
  position: absolute;
  bottom: 0;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .tile-price span,
.flexible-package .package-component .flexible-slider .tile .tile-footer .tile-price span {
  display: block;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .tile-price span.price,
.flexible-package .package-component .flexible-slider .tile .tile-footer .tile-price span.price {
  color: #00534C;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn {
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  padding: 0 20px;
  background: transparent;
  border: 2px solid #00534C;
  color: #00534C;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn:hover,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:hover,
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn:focus,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:focus {
  background: #00534C;
  color: #fff;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn:before,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:before,
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn:after,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:after {
  display: none;
}
.flexible-package .package-component .flexible-scroller .tile .tile-footer .btn.sold-out,
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn.sold-out {
  cursor: not-allowed;
  background: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  color: #000 !important;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-scroller .tile,
  .flexible-package .package-component .flexible-slider .tile {
    width: 260px;
  }
  .flexible-package .package-component .flexible-scroller .tile .tile-footer,
  .flexible-package .package-component .flexible-slider .tile .tile-footer {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .flexible-package .package-component .flexible-scroller .tile .tile-footer .tile-price,
  .flexible-package .package-component .flexible-slider .tile .tile-footer .tile-price {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flexible-package .package-component .flexible-scroller .slick-prev,
.flexible-package .package-component .flexible-slider .slick-prev {
  left: -40px;
  background: transparent;
}
.flexible-package .package-component .flexible-scroller .slick-next,
.flexible-package .package-component .flexible-slider .slick-next {
  right: -40px;
  background: transparent;
}
.flexible-package .package-component .flexible-scroller .slick-disabled,
.flexible-package .package-component .flexible-slider .slick-disabled {
  display: none !important;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-scroller,
  .flexible-package .package-component .flexible-slider {
    margin: 0 -5px;
  }
}
.flexible-package .package-component .flexible-slider {
  margin: 0 -15px;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-slider {
    margin: 0 30px;
  }
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection {
  margin: 30px auto;
  max-width: 90%;
  width: 800px;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .adjust-room {
  margin-left: auto;
  margin-right: 0;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomDropdown {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomDropdown .floatError {
  top: -30px;
  bottom: auto;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomDropdown .floatError {
    top: auto;
  }
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomDropdown {
    margin-right: 90px;
  }
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomDropdown {
    margin-right: 0;
  }
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .apt {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  width: 160px;
  font-size: 0;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .apt > div {
  display: inline-block;
  margin-right: 10px;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .apt .roomIcon {
  position: relative;
  right: auto !important;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomIcon {
  position: absolute;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomIcon.single {
  background: url(/images/icons/single.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 12px;
  right: -50px;
  width: 35px;
  height: 35px;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomIcon.double {
  background: url(/images/icons/double.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 6px;
  right: -67px;
  width: 50px;
  height: 50px;
}
.flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomIcon.twin {
  background: url(/images/icons/twin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  top: 6px;
  right: -87px;
  width: 70px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-hotels .flexible-hotel-room-selection .roomIcon {
    display: none;
  }
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container {
  display: flex;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content {
  background: #fff;
  width: 33.3333%;
  padding: 40px;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-header {
  position: relative;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-header .hotel-logo {
  max-width: 200px;
  margin-bottom: 30px;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-header .hotel-logo img {
  display: block;
  max-width: 100%;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-header .custom-tag {
  position: absolute;
  top: 0;
  right: 0;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-header h4 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-details {
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  padding: 15px 0;
  display: flex;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-details .hotel-nights {
  margin-right: 20px;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content .hotel-price {
  margin: 30px 0;
}
.flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-image {
  width: 66.6666%;
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .flexible-hotels .featured-hotel .tile-container {
    flex-wrap: wrap;
  }
  .flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-content {
    padding: 20px;
    width: 100%;
  }
  .flexible-package .package-component .flexible-hotels .featured-hotel .tile-container .tile-image {
    width: 100%;
  }
}
.flexible-package .package-component .flexible-tickets .flexi-element-loading {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.flexible-package .package-component .flexible-tickets .flexi-element-loading div.flexi-element-loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.flexible-package .package-component .flexible-tickets .flexi-element-loading div.flexi-element-loading-inner img {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width:420px) {
  .flexible-package .package-component .flexible-tickets .flexi-element-loading div.flexi-element-loading-inner {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flexible-package .package-component .flexible-tickets .flexi-element-loading div.flexi-element-loading-inner img {
    margin: 0 auto 30px auto;
  }
  .flexible-package .package-component .flexible-tickets .flexi-element-loading div.flexi-element-loading-inner span {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.flexible-package .package-component .flexible-tickets.auto-tickets h3 {
  margin-bottom: 30px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .auto-ticket-items {
  position: relative;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .auto-ticket-items .auto-ticket-item {
  margin-bottom: 50px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .auto-ticket-items .auto-ticket-item:last-child hr.wide {
  display: none;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .auto-ticket-items .auto-ticket-item .wrap-class {
  margin-bottom: 50px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .auto-ticket-items .auto-ticket-item .error-message span {
  color: red;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day {
  max-width: 900px;
  margin: 10px auto;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day.complete .flexi-ticket-day-header h3 {
  color: #00534C;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .collapsible-wrapper {
  overflow: hidden;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .collapsible-wrapper:after {
  content: '';
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .collapsible-wrapper.collapsed:after {
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .collapsible-wrapper.collapsed .collapsible {
  margin-bottom: -2000px;
  transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1), visibility 0s 0.3s, max-height 0s 0.3s;
  visibility: hidden;
  max-height: 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .collapsible-wrapper .collapsible {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header {
  padding: 15px;
  display: flex;
  align-items: center;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header > h3 {
  margin-bottom: 0;
  color: #fff;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header > h3 span {
  display: inline-block;
  margin-left: 20px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header .flexi-ticket-day-header-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header .flexi-ticket-day-header-icons span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/images/icons/flexi-tick.svg) no-repeat 0 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header .flexi-ticket-day-header-icons a.expand-button {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header .flexi-ticket-day-header-icons a.expand-button.expand {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20data-name%3D%22Group%204658%22%3E%3Cg%20data-name%3D%22Group%204594%22%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20data-name%3D%22Rectangle%201538%22%20d%3D%22M0%2011V9h20v2z%22%2F%3E%3C%2Fg%3E%3Cg%20data-name%3D%22Group%204657%22%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20data-name%3D%22Rectangle%201538%22%20d%3D%22M11%2020H9V0h2z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-header .flexi-ticket-day-header-icons a.expand-button.collapse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%202%22%3E%3Cg%20data-name%3D%22Group%204596%22%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20data-name%3D%22Rectangle%201538%22%20d%3D%22M0%202V0h20v2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working {
  margin: 10px 0;
  position: relative;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .ticket-reservation-timer {
  position: absolute;
  top: -48px;
  left: 120px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .ticket-reservation-timer.expiring-expired span + span {
  color: red;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .ticket-reservation-timer.extra-space {
  left: 180px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .ticket-reservation-timer.invisible {
  opacity: 0;
}
@media screen and (max-width:420px) {
  .flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .ticket-reservation-timer {
    position: relative;
    top: auto;
    left: auto;
  }
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .flexi-countdown-text {
  position: absolute;
  top: -48px;
  left: 120px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .flexi-countdown-text.no-offset {
  position: relative;
  top: auto;
  left: auto;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .flexi-countdown-text.expiring-expired {
  color: red;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .flexi-countdown-text.extra-space {
  left: 180px;
}
@media screen and (max-width:420px) {
  .flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session-selected .flexi-element-working .flexi-countdown-text {
    position: relative;
    top: auto;
    left: auto;
  }
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container {
  background: #fff;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container.skipped .flexi-ticket-skip-day-toggle {
  background: rgba(191, 212, 0, 0.1);
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container .padding-sizer {
  padding: 30px 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container .flexi-ticket-skip-day-toggle {
  padding: 10px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container input[type=checkbox] {
  display: none;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container input[type=checkbox]:checked + .flexi-ticket-checkbox span:after {
  left: 18px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-day-container .next-day-button {
  margin: 20px auto;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox {
  display: flex;
  padding-left: 0;
  align-items: center;
  margin: 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox:before,
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox:after {
  display: none;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox.alt span {
  margin: 0 0 0 10px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0 10px 0 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 24px;
  border: 1px solid #BFBFBF;
  background: #fff;
  border-radius: 100px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-checkbox span:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  background: #BFBFBF;
  border-radius: 100%;
  z-index: 2;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session {
  margin: 40px 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-ticket-session-header {
  display: flex;
  padding: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-ticket-session-header .gates-text {
  margin-left: auto;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container {
  display: flex;
  justify-content: space-between;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container .form-group {
  width: 48%;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container .form-group .link-item a {
  text-decoration: underline;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container .styled-select {
  width: 100%;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container {
    flex-wrap: wrap;
  }
  .flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .flexi-dropdown-container .form-group {
    width: 100%;
  }
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options {
  padding-top: 30px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option {
  margin: 30px 0;
  border: 2px solid #E0E0E0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option:first-child {
  margin-top: 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-header {
  padding: 10px;
  border-bottom: 2px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-header button {
  margin-left: auto;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body {
  padding: 15px 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-heading {
  margin-left: 80px;
  padding: 6px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content {
  width: 100%;
  display: flex;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content > div {
  margin: 2px;
  padding: 6px;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content > div.row-seat {
  width: 50px;
  text-align: center;
  flex-shrink: 0;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content > div.row-seat:not(.empty) {
  background: #D4D4D4;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content .row-title {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .flexi-ticket-session .seating-options .seating-option .seating-option-body .row-content {
    overflow: auto;
    padding-bottom: 20px;
  }
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-day .next-day-button .btn {
  width: 100%;
}
.flexible-package .package-component .flexible-tickets.auto-tickets .flexi-ticket-messages {
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
}
.flexible-package .package-component .flexible-match {
  padding: 40px;
  background: #fff;
}
.flexible-package .package-component .flexible-match .header-row {
  margin-bottom: 20px;
}
.flexible-package .package-component .flexible-match .header-row h5.text-right {
  color: #00534C;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-match .header-row h5.text-right span {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .flexible-package .package-component .flexible-match .header-row {
    display: flex;
  }
  .flexible-package .package-component .flexible-match .header-row .col-md-6 + .col-md-6 {
    margin-left: auto;
  }
}
.flexible-package .package-component .flexible-match .matchBar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}
.flexible-package .package-component .flexible-match .matchBar p {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0 35px;
  color: #171717;
  font-weight: bold;
}
.flexible-package .package-component .flexible-match .matchBar p:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}
.flexible-package .package-component .flexible-match .matchBar > div {
  margin: 10px 0;
}
.flexible-package .package-component .flexible-match .matchBar .featureDate p:before {
  top: -2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20355%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20322%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20424%22%20d%3D%22M17.583%2020.5H3.417A2.92%202.92%200%2001.5%2017.583v-12.5a2.92%202.92%200%20012.917-2.917.417.417%200%20110%20.833%202.086%202.086%200%2000-2.083%202.083v12.5a2.086%202.086%200%20002.083%202.083h14.167a2.086%202.086%200%20002.083-2.083v-12.5a2.086%202.086%200%2000-2.083-2.083.417.417%200%20110-.833%202.92%202.92%200%20012.917%202.917v12.5a2.92%202.92%200%2001-2.918%202.917z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20323%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20425%22%20d%3D%22M13.249%203h-5.5c-.169%200-.306-.187-.306-.417s.137-.417.306-.417h5.5c.169%200%20.306.187.306.417S13.418%203%2013.249%203z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20324%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20426%22%20d%3D%22M5.917%204.667A.417.417%200%20015.5%204.25V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20325%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20427%22%20d%3D%22M15.084%204.667a.417.417%200%2001-.417-.417V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20326%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20428%22%20d%3D%22M20.083%207.166H.917a.417.417%200%20010-.833h19.167a.417.417%200%20010%20.833z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .package-component .flexible-match .matchBar .featureLocation p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.167%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20356%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20316%22%3E%3Cg%20data-name%3D%22Group%20315%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20421%22%20d%3D%22M7.583%2012.166a4.065%204.065%200%20114.065-4.065%204.069%204.069%200%2001-4.065%204.065zm0-7.391a3.326%203.326%200%20103.326%203.326%203.33%203.33%200%2000-3.326-3.326z%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20319%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20423%22%20d%3D%22M7.583%2020.5a.412.412%200%2001-.272-.1C7.033%2020.16.5%2014.433.5%207.585a7.083%207.083%200%201114.167%200c0%206.848-6.532%2012.575-6.811%2012.815a.412.412%200%2001-.273.1zm0-19.167a6.257%206.257%200%2000-6.25%206.25c0%205.7%205.013%2010.772%206.25%2011.935%201.236-1.164%206.25-6.239%206.25-11.935a6.257%206.257%200%2000-6.25-6.25z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .package-component .flexible-match .matchBar .featureCount p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2018.391%22%3E%3Cpath%20fill%3D%22%2300534C%22%20stroke%3D%22%2300534C%22%20data-name%3D%22Path%20498%22%20d%3D%22M20.065%2010.065a.434.434%200%2000-.435.435v1.43l-2.609-5.87V2.674A2.177%202.177%200%200014.847.5h-8.7a2.176%202.176%200%2000-2.174%202.174V6.06l-2.609%205.87V10.5a.435.435%200%2000-.87%200v6.957a.435.435%200%2000.87%200v-.438h18.261v.435a.435.435%200%2000.87%200v-6.957a.435.435%200%2000-.43-.432zM4.848%202.674a1.306%201.306%200%20011.3-1.3h8.7a1.306%201.306%200%20011.3%201.3v3.045h-11.3zm-.153%203.913h11.61l3.091%206.956H1.603zm14.936%209.565H1.37v-1.739h18.261z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.flexible-package .package-component .flexible-match .match-image-item {
  margin-bottom: 30px;
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .flexible-match {
    padding-bottom: 20px;
  }
  .flexible-package .package-component .flexible-match .match-image-item {
    margin-bottom: 20px;
  }
  .flexible-package .package-component .flexible-match .match-image-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 499px) {
  .flexible-package .package-component .flexible-match .match-image-item {
    display: none;
  }
  .flexible-package .package-component .flexible-match .match-image-item:first-child {
    display: block;
  }
}
.flexible-package .package-component .flexible-addons .row {
  display: flex;
  flex-wrap: wrap;
}
.flexible-package .package-component .flexible-addons .col-md-6 {
  width: 50%;
  margin-bottom: 30px;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item {
  background: #EEEFF1;
  padding: 60px 40px 100px 40px;
  height: 100%;
  position: relative;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item .addon-summary {
  margin: 20px 0;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  padding: 0 20px;
  background: transparent;
  border: 2px solid #00534C;
  color: #00534C;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
@media screen and (max-width:992px) {
  .flexible-package .package-component .flexible-addons .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexible-package .package-component .flexible-experiences .flexible-experience-item {
  margin: 30px 0;
}
.flexible-package .package-component .flexible-experiences .flexible-experience-item > h3 {
  margin-bottom: 30px;
}
.flexible-package .package-component .flexible-experiences .flexible-experience-item .experience-session-type {
  display: inline-block;
  margin: 12px 0;
  font-size: 16px;
}
.flexible-package .package-component .flexible-increment {
  display: flex;
  border: 1px solid #D4D4D4;
  height: 32px;
}
.flexible-package .package-component .flexible-increment .input-button {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.flexible-package .package-component .flexible-increment .input-button.minus:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 10px;
  width: 12px;
  height: 2px;
  background: #D4D4D4;
}
.flexible-package .package-component .flexible-increment .input-button.plus:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 8px;
  width: 14px;
  height: 2px;
  background: #D4D4D4;
}
.flexible-package .package-component .flexible-increment .input-button.plus:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 14px;
  width: 2px;
  height: 14px;
  background: #D4D4D4;
}
.flexible-package .package-component .flexible-increment input {
  border: none;
  margin: 0;
  text-align: center;
  width: 35px;
}
.flexible-package .package-component .flexible-increment input[type=number] {
  font-size: 18px;
  color: #1E2886;
  background: transparent;
}
.flexible-package .package-component .flexible-increment input[type=number]::-webkit-inner-spin-button,
.flexible-package .package-component .flexible-increment input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component {
    padding: 30px 0 40px 0;
  }
}
.flexible-package .package-component-total {
  padding: 60px 0;
  background: #00534C;
}
.flexible-package .package-component-total .container {
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .flexible-package .package-component-total .container h1 {
    font-size: 30px;
  }
}
.flexible-package .package-component-total .total-item {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flexible-package .package-component-total .total-item .item-header {
  width: 100%;
  display: flex;
}
.flexible-package .package-component-total .total-item .item-type h4 {
  color: #777;
}
.flexible-package .package-component-total .total-item .item-type h4 small {
  color: inherit;
}
.flexible-package .package-component-total .total-item .item-type p:not(.text-muted) {
  color: #D4D4D4;
}
.flexible-package .package-component-total .total-item .item-detail {
  width: 100%;
}
.flexible-package .package-component-total .total-item .item-price {
  margin-left: auto;
}
.flexible-package .package-component-total .total-item .item-price .edit-component-button {
  margin-right: 10px;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  text-transform: none;
}
.flexible-package .package-component-total .total-item .summary-link {
  color: #fff;
  text-decoration: underline;
}
.flexible-package .package-component-total .total-item .summary-experience-item ul li {
  color: #D4D4D4;
}
.flexible-package .package-component-total .component-total-item {
  margin: 60px 0;
}
.flexible-package .package-component-total .component-total-item h4 {
  color: #777;
}
.flexible-package .package-component-total .notice {
  margin: 40px 0;
  padding: 40px;
  background: #fff;
}
.flexible-package .package-component-total .notice h3 {
  color: #000;
}
.flexible-package .package-component-total .total-button input {
  width: 100%;
}
.flexible-package .single-supplement {
  margin-top: 20px;
}
.timer-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  display: none !important;
}
.flexi-ticket-reserved-banner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  color: #fff;
}
a {
  color: #AF001E;
}
.themeFont {
  font-family: "proxima-nova", sans-serif;
}
.siteButton {
  font-size: 22px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  /*padding: 10px 20px;*/
  box-sizing: border-box;
  background: #00534C;
  display: block;
}
.siteButton:hover {
  text-decoration: none;
}
.siteButtonAlt a {
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  background: #00534C;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.siteButtonAlt a:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width:767px) {
  .siteButtonAlt a {
    display: block;
  }
}
.bg-grey {
  background: #EEEEEE;
  color: #000;
}
.bg-grey272727 {
  background: #272727;
}
.bg-darkGrey {
  background: #95989A;
}
.bg-white {
  background: #fff;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #999;
}
body {
  background: #000000;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  body {
    font-size: 15px;
  }
}
.umb-heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .umb-heading {
    font-size: 30px;
  }
}
header {
  background: #00534C;
}
header .upper-header-bar {
  background: #FF9810;
}
header .upper-header-bar .inner .rightItems .loginLink .headerLogin a {
  color: #191919;
  font-weight: 600;
}
header .upper-header-bar .inner .rightItems .loginLink .headerLogin a:first-child:after {
  background: #191919;
}
header .upper-header-bar .inner .rightItems .loginLink .headerLogin a:hover {
  text-decoration: underline;
}
header .inner .headerContent .logo {
  background: url(../images/Wallabies_Horizontal_PrimaryWhite_RGB.svg) no-repeat center center;
}
header .inner .headerContact p.call-text {
  color: rgba(255, 255, 255, 0.75);
}
header .inner .headerContact p a {
  font-size: 20px;
  font-weight: 800;
  color: #FF9810;
}
header .hasNav .mobileLogo {
  width: 130px;
  height: 60px;
  background: url(../images/mobileLogo.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  margin: 10px 0 0 10px;
}
main {
  background: #EEEEEE;
}
main .page-title {
  margin-top: 64px;
  margin-bottom: 64px;
}
main .page-title h1 {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 64px;
  padding-bottom: 25px;
}
main .page-title h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 15%;
  height: 8px;
  background: #ffffff;
}
@media screen and (max-width:767px) {
  main .page-title {
    margin: 30px 0;
  }
  main .page-title h1 {
    font-size: 40px;
  }
}
main .section-heading {
  background: #ffffff;
  color: #000000;
}
main .section-heading .btn {
  margin-top: -15px;
  margin-bottom: -15px;
}
main .section-body {
  /*background: #ffffff;
        color: #000000;*/
}
main .section-no-top-margin {
  margin-top: -2px;
}
main .section-condensed-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  main .section-condensed-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main .section-no-bottom-padding {
  padding-bottom: 0;
}
main .section-no-top-padding {
  padding-top: 0;
}
main .section-top-half-padding {
  padding-top: 40px;
}
footer {
  background: #00534C;
}
footer .hasContact .logo {
  width: 150px;
  height: 150px;
  background: url(/images/Wallabies_Vertical_PrimaryWhite_RGB.svg) no-repeat 0 0;
  display: block;
}
@media screen and (max-width:767px) {
  footer {
    border-bottom: 10px solid #FF9810;
  }
}
.hero {
  margin: 0 auto;
  background: no-repeat center center;
  color: #fff;
}
.hero .inner {
  position: relative;
  height: 700px;
}
.hero .inner .partner-logo {
  position: relative;
  top: 64px;
  margin: 0 auto;
  display: block;
}
.hero .inner .partner-logo.mobile {
  display: none;
}
@media screen and (max-width:767px) {
  .hero .inner .partner-logo {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    margin: 20px 0;
  }
  .hero .inner .partner-logo.desktop {
    display: none;
  }
  .hero .inner .partner-logo.mobile {
    display: block;
  }
}
.hero .inner .cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero .inner .cta .umb-heading {
  font-size: 55px;
  line-height: 61px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}
.hero .inner .cta h1 {
  font-weight: 800;
}
.hero .inner .cta p {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.hero .inner .cta .btn.btn-primary {
  margin-top: 17.5px;
  color: #ffffff;
  background: #FF9810;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.hero .inner .cta .btn.btn-primary:hover,
.hero .inner .cta .btn.btn-primary:focus {
  background: #00534C;
}
@media screen and (max-width:767px) {
  .hero .inner .cta .btn.btn-primary {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .hero .inner .cta {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    clear: both;
  }
}
@media screen and (max-width:767px) {
  .hero .inner {
    height: auto;
  }
  .hero .inner:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media screen and (max-width:767px) {
  .hero {
    padding-bottom: 15%;
    padding-top: 15%;
  }
}
.btn {
  border-radius: 0;
  border: 0;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 50px;
  transition: color 300ms ease-in-out;
}
.btn:active:focus {
  background: #00534C;
  border: none;
}
.btn.ng-animate {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.btn.btn-md {
  height: 40px;
  line-height: 40px;
}
.btn.btn-default {
  background: #7A7A7A;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #00534C;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: none;
}
@media screen and (max-width:767px) {
  .btn.btn-primary.desktop {
    display: none;
  }
}
.btn.btn-primary.mobile {
  display: none;
}
@media screen and (max-width:767px) {
  .btn.btn-primary.mobile {
    display: inline-block;
  }
}
.btn:focus,
.btn:hover {
  color: #FF9810;
}
span.required {
  color: #ff0000;
}
h1 {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 64px;
  font-weight: 800;
}
@media screen and (max-width:767px) {
  h1 {
    font-size: 40px;
  }
}
.largeHeading {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.1em;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width:767px) {
  .largeHeading {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #00534C;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
  }
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
}
.form-control {
  border-radius: 0;
  border: 2px solid #D9D9D9;
  background: #FAFAFC;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  transition: border-color 300ms ease-in-out;
}
.form-control::-webkit-input-placeholder {
  color: #7A7A7A;
}
.form-control:-moz-placeholder {
  color: #7A7A7A;
}
.form-control::-moz-placeholder {
  color: #7A7A7A;
}
.form-control:-ms-input-placeholder {
  color: #7A7A7A;
}
.form-control:focus,
.form-control:hover {
  border-color: #00534C;
}
.form-group.disabled label {
  color: #7A7A7A;
}
.form-group.disabled .form-control {
  color: #7A7A7A;
}
.form-group.disabled .form-control::-webkit-input-placeholder {
  color: #7A7A7A;
}
.form-group.disabled .form-control:-moz-placeholder {
  color: #7A7A7A;
}
.form-group.disabled .form-control::-moz-placeholder {
  color: #7A7A7A;
}
.form-group.disabled .form-control:-ms-input-placeholder {
  color: #7A7A7A;
}
.form-group.disabled .form-control:focus,
.form-group.disabled .form-control:hover {
  border-color: #7A7A7A;
}
.form-group.disabled .styled-select:focus select.form-control,
.form-group.disabled .styled-select:hover select.form-control {
  border-color: #7A7A7A;
}
.form-group.disabled .styled-select:focus:after,
.form-group.disabled .styled-select:hover:after {
  background: #7A7A7A;
}
.ng-submitted .form-group.ng-invalid .help-inline {
  color: #ff0000;
  float: right;
}
.ng-submitted .form-group.ng-invalid .styled-select select.form-control {
  border-color: #ff0000;
  color: #ff0000;
}
.ng-submitted .form-group.ng-invalid .styled-select:after {
  background-color: #ff0000;
}
.ng-submitted .form-group.ng-invalid .form-control {
  border-color: #ff0000;
  color: #ff0000;
}
.ng-submitted .radio-form-group.ng-invalid:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  border: 2px solid #ff0000;
  padding: 10px;
  pointer-events: none;
}
.ng-submitted input[type=checkbox].ng-invalid + label:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  border: 2px solid #ff0000;
  padding: 10px;
  pointer-events: none;
}
.ng-submitted address-lookup.ng-invalid .form-control {
  border-color: #ff0000;
}
.ng-submitted date-of-birth-picker.ng-invalid .form-control {
  border-color: #ff0000;
}
.input-group .form-control {
  transition: border-color 300ms ease-in-out;
}
.input-group .input-group .btn {
  transition: background-color 300ms ease-in-out;
}
.input-group.success .form-control {
  color: #71BD41;
}
.input-group.success .input-wrapper {
  position: relative;
}
.input-group.success .input-wrapper:after {
  position: absolute;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 30px;
  height: 63px;
  width: 63px;
  line-height: 63px;
  right: 0;
  text-align: center;
  color: #71BD41;
}
.input-group.error {
  position: relative;
  background: white;
}
.input-group.error .input-group-btn .btn {
  background-color: #ff0000;
}
.input-group.error:focus .form-control,
.input-group.error:hover .form-control {
  border-color: #ff0000;
}
.input-group.error:focus .input-group-btn .btn,
.input-group.error:hover .input-group-btn .btn {
  background-color: #ff0000;
}
.input-group:focus .form-control,
.input-group:hover .form-control {
  border-color: #00534C;
}
.input-group:focus .input-group-btn .btn,
.input-group:hover .input-group-btn .btn {
  background-color: #00534C;
}
.input-group .input-group-btn .btn {
  width: 86px;
  padding: 0;
  font-size: 18px;
  margin-left: -2px;
  height: 63px;
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .input-group .input-group-btn .btn {
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
}
.form-control {
  height: 63px;
  line-height: 63px;
  font-size: 18px;
  padding: 0 22px;
  margin: 0;
  box-shadow: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .form-control {
    height: 30px;
    line-height: 30px;
  }
}
.styled-select:focus select.form-control,
.styled-select:hover select.form-control {
  border-color: #00534C;
}
.styled-select:focus:after,
.styled-select:hover:after {
  background: #00534C;
}
.date-of-birth-picker .dobp-month {
  width: 54%;
  float: left;
  margin-right: 1%;
  /*@media @screen-max-sm {
                margin-right: 5px;
            }*/
}
.date-of-birth-picker .dobp-day {
  width: 22%;
  float: left;
  margin-right: 1%;
  /*@media @screen-max-sm {
                margin-right: 5px;
            }*/
}
.date-of-birth-picker .dobp-year {
  width: 22%;
  float: left;
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + span label:before {
  background: #AF001E;
}
input[type=radio]:checked + label:after,
input[type=radio]:checked + span label:after {
  background: #fff;
}
input[type=radio] + label:before,
input[type=radio] + span label:before {
  background: #fff;
  border: 1px solid #AF001E;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + span label:before {
  background: #AF001E;
}
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + span label:after {
  color: #fff;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span label:before {
  background: #fff;
  border: 1px solid #AF001E;
}
.fixtureTile {
  background: #fff;
  border: none;
}
.fixtureTile .fixtureHeaderImage {
  padding-top: 80px;
}
.fixtureTile .fixtureBadge {
  padding-left: 10px;
  height: 40px;
  top: 10px;
}
.fixtureTile .fixtureBadge:before {
  left: -14px;
  border-top: 20px solid #fff;
  border-left: 14px solid transparent;
  border-bottom: 20px solid #fff;
}
.fixtureTile .fixtureBadge:after {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 0;
  border-top: 20px solid rgba(255, 255, 255, 0.7);
  border-left: 10px solid transparent;
}
.fixtureTile .fixtureBadge.override:before {
  border-bottom-color: currentColor;
}
.fixtureTile .fixtureBadge.override:after {
  border-top-color: currentColor;
  opacity: 0.7;
}
.fixtureTile .fixtureBadge.SoldOut {
  background: #E4002B;
}
.fixtureTile .fixtureBadge.SoldOut:before {
  border-top-color: #E4002B;
  border-bottom-color: #E4002B;
}
.fixtureTile .fixtureBadge.SoldOut:after {
  border-top-color: #7e0018;
}
.fixtureTile .fixtureBadge.SoldOut span {
  text-transform: uppercase;
}
.fixtureTile .fixtureBadge.ComingSoon:before {
  border-bottom-color: #42acf0;
}
.fixtureTile .fixtureBadge.ComingSoon:after {
  border-top-color: #0f79bd;
}
.fixtureTile .fixtureBadge.OnSale {
  background: #71BD41;
}
.fixtureTile .fixtureBadge.OnSale:before {
  border-top-color: #71BD41;
  border-bottom-color: #71BD41;
}
.fixtureTile .fixtureBadge.OnSale:after {
  border-top-color: #447127;
}
.fixtureTile .fixtureBadge.OnSale span {
  text-transform: uppercase;
}
.fixtureTile .fixtureBadge span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.fixtureTile .fixtureTileDate {
  margin-bottom: 0;
}
.fixtureTile .fixtureTileName {
  min-height: 72px;
  font-size: 26px;
  line-height: 30px;
}
.fixtureTile .fixtureTilePlace .fixtureTilePrice {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
}
.enquiry-embed-item {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
}
.enquiry-embed-item > div[class^="_form_"] {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width:1200px) {
  .enquiry-embed-item > div[class^="_form_"] {
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .enquiry-embed-item > div[class^="_form_"] {
    width: 100%;
    padding: 0 20px;
  }
}
.enquiry-embed-item form label {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
}
.enquiry-embed-item form ._form-content {
  /*display: flex;
            flex-wrap: wrap;
            justify-content: center;*/
  position: relative;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 16% 3.6667% 30.3333% 30.3333% 3.6667% 16%;
  grid-template-rows: auto auto auto auto auto;
}
.enquiry-embed-item form ._form-content ._full_width {
  margin: 10px;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(-n+2) {
  grid-column-start: 2;
  grid-column-end: 6;
  margin: 10px 0;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(3) {
  grid-row-start: 3;
  grid-column-start: 3;
  grid-column-end: 3;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(4) {
  grid-row-start: 3;
  grid-column-start: 4;
  grid-column-end: 4;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(5) {
  grid-row-start: 4;
  grid-column-start: 3;
  grid-column-end: 3;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(6) {
  grid-row-start: 4;
  grid-column-start: 4;
  grid-column-end: 4;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(7) {
  grid-row-start: 5;
  grid-column-start: 3;
  grid-column-end: 5;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(8) {
  grid-row-start: 6;
  grid-column-start: 3;
  grid-column-end: 5;
}
.enquiry-embed-item form ._form-content ._full_width:nth-child(8) legend {
  display: none;
}
.enquiry-embed-item form ._form-content ._full_width ._form-title {
  color: #00534C;
  font-family: "proxima-nova", sans-serif;
  font-size: 50px;
  line-height: normal;
  text-align: center;
}
.enquiry-embed-item form ._form-content ._full_width ._html-code {
  color: #333;
  text-align: center;
}
@media screen and (max-width:992px) {
  .enquiry-embed-item form ._form-content ._full_width:nth-child(-n+2) {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(6) {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 7;
  }
}
@media screen and (max-width:420px) {
  .enquiry-embed-item form ._form-content ._full_width {
    grid-column-start: 1 !important;
    grid-column-end: 7 !important;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(3) {
    grid-row-start: 3;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(4) {
    grid-row-start: 4;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(5) {
    grid-row-start: 5;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(6) {
    grid-row-start: 6;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(7) {
    grid-row-start: 7;
  }
  .enquiry-embed-item form ._form-content ._full_width:nth-child(8) {
    grid-row-start: 8;
  }
  .enquiry-embed-item form ._form-content ._full_width ._form-title {
    font-size: 40px;
  }
}
.enquiry-embed-item form ._form_element[class*=" _field"] {
  /*grid-row-start: 5;
                grid-column-start: 2;
                grid-column-end: 4;
                margin-right: 100px;*/
  /*@media @screen-max-md {
                    grid-column-start: 1;
                    grid-column-end: 4;
                    margin-right: 0;
                }

                @media @screen-max-xs {
                    grid-row-start: 7;
                }*/
}
.enquiry-embed-item form ._form_element ._form-fieldset {
  margin: 0 auto;
  text-align: left;
}
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio input [type=checkbox] + label:before,
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio input[type=checkbox] + span label:before {
  background: #00534C;
  top: -2px;
}
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio input[type=checkbox]:checked + label:after,
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio input[type=checkbox]:checked + span label:after {
  color: #fff;
  left: 0;
  top: -2px;
}
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio label {
  color: #212529;
  font-size: 14px;
}
.enquiry-embed-item form ._form_element ._form-fieldset ._row._checkbox-radio ._error-inner {
  color: red;
  font-size: 14px;
}
.enquiry-embed-item form ._form_element ._form-fieldset ._row ._form-label {
  font-size: 14px;
  color: #333;
  border: none;
}
.enquiry-embed-item form ._form_element > ._form-label {
  display: none;
}
.enquiry-embed-item form ._form_element input {
  font-weight: 700;
  font-size: 18px;
}
.enquiry-embed-item form ._form_element input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.enquiry-embed-item form ._form_element input:-moz-placeholder {
  color: #a0a0a0;
}
.enquiry-embed-item form ._form_element input::-moz-placeholder {
  color: #a0a0a0;
}
.enquiry-embed-item form ._form_element input:-ms-input-placeholder {
  color: #a0a0a0;
}
.enquiry-embed-item form ._form_element input[type=text] {
  border: 1px solid #7A7A7A;
}
.enquiry-embed-item form ._form_element input._has_error {
  outline: 1px solid red;
}
.enquiry-embed-item form ._form_element ._error ._error-inner {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.enquiry-embed-item form ._form-thank-you {
  color: #00534C;
}
.enquiry-embed-item form ._button-wrapper {
  margin: 20px 10px !important;
  width: auto;
  grid-row-start: 7;
  grid-column-start: 3;
  grid-column-end: 5;
  display: flex;
}
.enquiry-embed-item form ._button-wrapper button._submit {
  margin-left: auto;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  color: #fff;
  background: #00534C;
  width: 100%;
  border: none;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.enquiry-embed-item form ._button-wrapper button._submit:hover {
  color: #FF9810;
}
@media screen and (max-width:992px) {
  .enquiry-embed-item form ._button-wrapper {
    grid-column-end: 5;
  }
}
@media screen and (max-width:420px) {
  .enquiry-embed-item form ._button-wrapper {
    grid-row-start: 8;
    display: block;
  }
  .enquiry-embed-item form ._button-wrapper button._submit {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  footer {
    border-bottom: 10px solid #00534C;
  }
}
.booking main .page-title {
  /*text-align: center;*/
}
.booking main .page-title h1 {
  color: #00534C;
}
.booking main .page-title h1:after {
  background: #FF9810;
}
.booking main .bookingForm .section-body {
  background: #fff;
}
.booking main .bookingForm .section-body.section-coloured {
  background: #00534C !important;
}
.booking main .bookingForm .section-body.section-coloured label.total {
  color: #fff;
}
.booking main .bookingForm .section-body.section-coloured .dollars {
  color: #fff;
}
.booking main .bookingForm .section-body.section-coloured .dollars .cents {
  color: #fff;
}
.booking main .bookingForm .section-body h1.package-display-name {
  color: #191919;
  font-size: 38px;
}
.bookingCompletePage .bookingComplete .page-title h1,
.bookingCompleteAgentPage .bookingComplete .page-title h1 {
  color: #191919;
}
.bookingCompletePage .bookingComplete .page-title h1:after,
.bookingCompleteAgentPage .bookingComplete .page-title h1:after {
  background: #AF001E;
}
.bookingCompletePage .bookingComplete .section-body,
.bookingCompleteAgentPage .bookingComplete .section-body {
  color: #191919;
}
@media print {
  .bookingCompletePage header .upper-header-bar,
  .bookingCompleteAgentPage header .upper-header-bar {
    display: none;
  }
  .bookingCompletePage header .inner .headerContact,
  .bookingCompleteAgentPage header .inner .headerContact,
  .bookingCompletePage header .inner .burger,
  .bookingCompleteAgentPage header .inner .burger,
  .bookingCompletePage header .inner .positioned-nav,
  .bookingCompleteAgentPage header .inner .positioned-nav {
    display: none;
  }
  .bookingCompletePage header .inner .logo.print,
  .bookingCompleteAgentPage header .inner .logo.print {
    width: auto;
  }
  .bookingCompletePage header .inner .logo.print .abt,
  .bookingCompleteAgentPage header .inner .logo.print .abt {
    display: block;
    margin: 20px 0;
  }
}
.flexible-package .flexible-page-container .activity-text {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-weight: bold;
}
.flexible-package .package-component h1 {
  color: #00534C;
}
.landing-content .landing-column.has-text {
  background: #00534C no-repeat right bottom;
}
.landing-faqs h2:first-child {
  font-size: 26px;
  font-weight: 800;
  color: #00534C;
}
.landing-faqs .landing-faq-item {
  border-top: 2px solid #00534C;
  position: relative;
}
.landing-faqs .landing-faq-item:last-child {
  border-bottom: 2px solid #00534C;
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-title {
  color: #212529;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-title:after {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #00534C;
}
.landing-faqs .landing-faq-item .landing-faq-content .faq-item-content {
  color: #212529;
}
@media screen and (max-width:767px) {
  .landing-faqs h2:first-child {
    font-size: 28px;
  }
}
.homepagePackageTiles.packageTiles .packageTile {
  margin: 40px 0;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image {
  position: relative;
  z-index: 10;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image .fixtureBadge {
  position: absolute;
  background: #00534C;
  font-size: 20px;
  font-weight: 700;
  color: #FF9810;
  box-sizing: border-box;
  padding: 4px 10px;
  top: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 1;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image .fixtureBadge.SoldOut {
  background: #ff0000;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image .fixtureBadge.ComingSoon {
  background: #9039C0;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image .fixtureBadge.OnSale {
  background: #00534C;
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile .package-tile-image .fixtureBadge {
    padding: 4px 15px;
  }
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-image img {
  width: 100%;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-detail {
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.homepagePackageTiles.packageTiles .packageTile .package-tile-detail.isROI .packageOverview {
  margin-top: 20px;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-header {
  color: #00534C;
  display: inline-block;
  position: relative;
  max-width: 70%;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-header h1 {
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 26px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width:1460px) {
  .homepagePackageTiles.packageTiles .packageTile .package-detail-header h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.homepagePackageTiles.packageTiles .packageTile .priceContainer {
  position: absolute;
  top: 30px;
  right: 20px;
}
.homepagePackageTiles.packageTiles .packageTile .priceContainer span {
  font-size: 12px;
  color: #0091D2;
  vertical-align: super;
}
.homepagePackageTiles.packageTiles .packageTile .priceContainer h1 {
  font-size: 18px;
  font-weight: 800;
  color: #0091D2;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile .priceContainer {
    top: 15px;
  }
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .col-md-4 {
  width: auto;
  margin: 0;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .col-md-4 p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .featureDate {
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .featureDate:before {
  content: '';
  background: url(/images/icons/wal_calendar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .featureCount {
  padding-left: 30px;
}
.homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation .featureCount:before {
  content: '';
  background: url(/images/icons/aot_nights.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation {
    margin: 10px 0;
  }
}
.homepagePackageTiles.packageTiles .packageTile .packageOverview {
  padding: 0 0 60px 0;
}
.homepagePackageTiles.packageTiles .packageTile .packageOverview + button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile .packageOverview + button {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
}
.homepagePackageTiles.packageTiles .packageTile .packageOverview p {
  font-size: 16px;
  color: #636363;
}
@media screen and (max-width:1200px) {
  .homepagePackageTiles.packageTiles .packageTile .package-detail-header {
    max-width: 65%;
    padding-right: 0;
    padding-left: 20px;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-detail-header > h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .homepagePackageTiles.packageTiles .packageTile .priceContainer h1 {
    font-size: 24px;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-detail-datelocation {
    margin-left: 20px;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview {
    padding-left: 20px;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview + button {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width:1460px) {
  .homepagePackageTiles.packageTiles .packageTile .package-detail-header > h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile {
    flex-wrap: wrap;
    max-height: none;
    width: 90%;
    margin: 10px auto;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-image {
    width: 100%;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-image img {
    max-width: 100%;
    max-height: none;
    left: auto;
    transform: none;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-detail {
    width: 100%;
    padding: 20px 0 !important;
    overflow: hidden;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-detail .package-detail-header {
    max-width: 60%;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-detail .package-detail-datelocation {
    flex-wrap: wrap;
  }
  .homepagePackageTiles.packageTiles .packageTile .package-tile-detail .package-detail-datelocation > div {
    margin-bottom: 10px !important;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview {
    padding-left: 20px;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview + button {
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width:767px) {
  .homepagePackageTiles.packageTiles .packageTile .priceContainer h1 {
    font-size: 16px;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview {
    padding-bottom: 0;
  }
  .homepagePackageTiles.packageTiles .packageTile .packageOverview + button,
  .homepagePackageTiles.packageTiles .packageTile .packageOverview + .btn {
    position: relative;
    left: 20px;
    width: calc(100% - 40px);
    white-space: normal;
    height: auto;
  }
}
@media screen and (max-width:420px) {
  .homepagePackageTiles.packageTiles .packageTile .package-tile-detail .package-detail-header {
    max-width: 50%;
  }
}
.admin-items .admin-list-item {
  border-color: #00534C;
}
.standard-rte p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #727272;
}
.standard-rte strong {
  font-weight: 700;
}
.standard-rte a {
  color: #AF001E;
}
.standard-rte a:hover {
  text-decoration: underline;
}
.modal .modal-content {
  border: 1px solid #fff;
}
.modal .modal-content .modal-header {
  background: #00534C;
  border-bottom: 3px solid #00534C;
}
.modal .modal-content .modal-header h4.modal-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.modal .modal-content .modal-body {
  color: #212529;
  padding: 25px;
}
.modal .modal-content .modal-body h3 {
  margin: 10px 0 30px 0;
  color: #a0a0a0;
  font-size: 26px;
  font-weight: 800;
}
.modal .modal-content .modal-body .help-block {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
}
.modal .modal-content .modal-body h5 {
  font-size: 16px;
  font-weight: 400;
}
.modal .modal-content .modal-body .dollars {
  font-size: 26px;
  font-weight: 800;
}
.modal .modal-content .modal-body .dollars .cents {
  font-weight: 800;
}
.modal .modal-content .modal-footer {
  background-color: #eee;
}
.featureBar {
  border-bottom-color: #AF001E;
}
.featureBar .featureDate p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20355%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20322%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20424%22%20d%3D%22M17.583%2020.5H3.417A2.92%202.92%200%2001.5%2017.583v-12.5a2.92%202.92%200%20012.917-2.917.417.417%200%20110%20.833%202.086%202.086%200%2000-2.083%202.083v12.5a2.086%202.086%200%20002.083%202.083h14.167a2.086%202.086%200%20002.083-2.083v-12.5a2.086%202.086%200%2000-2.083-2.083.417.417%200%20110-.833%202.92%202.92%200%20012.917%202.917v12.5a2.92%202.92%200%2001-2.918%202.917z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20323%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20425%22%20d%3D%22M13.249%203h-5.5c-.169%200-.306-.187-.306-.417s.137-.417.306-.417h5.5c.169%200%20.306.187.306.417S13.418%203%2013.249%203z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20324%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20426%22%20d%3D%22M5.917%204.667A.417.417%200%20015.5%204.25V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20325%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20427%22%20d%3D%22M15.084%204.667a.417.417%200%2001-.417-.417V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20326%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20428%22%20d%3D%22M20.083%207.166H.917a.417.417%200%20010-.833h19.167a.417.417%200%20010%20.833z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.featureBar .featureLocation p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.167%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20356%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20316%22%3E%3Cg%20data-name%3D%22Group%20315%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20421%22%20d%3D%22M7.583%2012.166a4.065%204.065%200%20114.065-4.065%204.069%204.069%200%2001-4.065%204.065zm0-7.391a3.326%203.326%200%20103.326%203.326%203.33%203.33%200%2000-3.326-3.326z%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20319%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20423%22%20d%3D%22M7.583%2020.5a.412.412%200%2001-.272-.1C7.033%2020.16.5%2014.433.5%207.585a7.083%207.083%200%201114.167%200c0%206.848-6.532%2012.575-6.811%2012.815a.412.412%200%2001-.273.1zm0-19.167a6.257%206.257%200%2000-6.25%206.25c0%205.7%205.013%2010.772%206.25%2011.935%201.236-1.164%206.25-6.239%206.25-11.935a6.257%206.257%200%2000-6.25-6.25z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.featureBar .featureNights p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2018.391%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20498%22%20d%3D%22M20.065%2010.065a.434.434%200%2000-.435.435v1.43l-2.609-5.87V2.674A2.177%202.177%200%200014.847.5h-8.7a2.176%202.176%200%2000-2.174%202.174V6.06l-2.609%205.87V10.5a.435.435%200%2000-.87%200v6.957a.435.435%200%2000.87%200v-.438h18.261v.435a.435.435%200%2000.87%200v-6.957a.435.435%200%2000-.43-.432zM4.848%202.674a1.306%201.306%200%20011.3-1.3h8.7a1.306%201.306%200%20011.3%201.3v3.045h-11.3zm-.153%203.913h11.61l3.091%206.956H1.603zm14.936%209.565H1.37v-1.739h18.261z%22%20%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.featureBar .featureCount p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.937%2018%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20data-name%3D%22Path%20225%22%20d%3D%22M17.906%202.753A3.019%203.019%200%200%200%2015.153%200a19.4%2019.4%200%200%200-2.894.141A13.94%2013.94%200%200%200%20.117%2012.282a13.126%2013.126%200%200%200-.071%202.894%203.019%203.019%200%200%200%202.753%202.753c.353%200%20.706.071%201.059.071a17.307%2017.307%200%200%200%201.908-.141%2014.153%2014.153%200%200%200%2012.14-12.141c0-.989.07-1.977%200-2.965zm-1.694.141a16.643%2016.643%200%200%201-.146%202.612A12.578%2012.578%200%200%201%205.411%2016.165c-.847.071-1.694.071-2.541.071a1%201%200%200%201-.424-.141%2014.027%2014.027%200%200%201%202.541-5.718%201%201%200%200%200%20.424.141.862.862%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l.212-.212a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l-.071-.071.209-.212.071.071a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2L9.223%206a.8.8%200%200%200%20.565.212.879.879%200%200%200%20.778-1.271A13.261%2013.261%200%200%201%2016.282%202.4a.446.446%200%200%200-.071.494zm-6.988.918a.812.812%200%200%200-1.2%200%20.967.967%200%200%200-.141%201.059c-.071%200-.141.071-.282.141L7.388%204.8a.849.849%200%200%200-1.2%201.2l.141.141a.367.367%200%200%201-.141.282l-.141-.141a.849.849%200%201%200-1.2%201.2l.212.212a.974.974%200%200%200-.282.212.856.856%200%200%200-1.059.141.812.812%200%200%200%200%201.2%2018.4%2018.4%200%200%200-1.976%203.388v-.141A12.578%2012.578%200%200%201%2012.4%201.835h.066a16.012%2016.012%200%200%200-3.243%201.977z%22%20%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.fixtureTile.dark {
  background: #AF001E;
}
.fixtureTile .fixtureHeaderImage {
  background-color: #AF001E;
}
.fixtureTile .btn.btn-primary {
  background: #AF001E;
}
.fixtureTile .btn.btn-primary:hover {
  color: #000;
}
.hero .inner .cta .btn.btn-primary {
  background: #AF001E !important;
}
.hero .inner .cta .btn.btn-primary:hover {
  color: #000;
}
.fixture .package-heading-label {
  color: #AF001E;
}
.fixture .package-header {
  color: #000;
  border-bottom-color: #AF001E;
}
.fixture .package-header .accordionButton {
  background: #AF001E;
}
.fixture .package-header .accordionButton:before {
  opacity: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23000%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.fixture .package-body .packagePadding .col-md-7 .package-overview-title {
  color: #000;
}
.fixture .package-body .packagePadding .extraButton {
  color: #7A7A7A;
}
.fixture .package-body .packagePadding .extraButton a {
  color: #7A7A7A;
}
.fixture main .fixture-itinerary.bg-white h1.fixture-itinerary-title {
  color: #AF001E;
}
.moreTours h1 {
  color: #AF001E;
}
.booking main .page-title h1 {
  color: #000;
}
.booking main .page-title h1:after {
  background: #AF001E;
}
.booking .form-navigation .stage .step,
.bookingCompletePage .form-navigation .stage .step,
.bookingCompleteAgentPage .form-navigation .stage .step {
  color: #AF001E;
}
.booking .form-navigation .stage.active:after,
.bookingCompletePage .form-navigation .stage.active:after,
.bookingCompleteAgentPage .form-navigation .stage.active:after {
  background: #AF001E;
}
.styled-select:after {
  background-color: #AF001E !important;
}
.form-control:focus,
.form-control:hover {
  border-color: #AF001E;
}
.booking .manualAddress,
.bookingCompletePage .manualAddress,
.bookingCompleteAgentPage .manualAddress {
  color: #AF001E;
}
.booking main .bookingForm .section-body.section-coloured {
  background: #AF001E !important;
}
.flexible-package .customise-header {
  background: #AF001E;
}
.flexible-package .package-component h1 {
  color: #AF001E;
}
.flexible-package .package-component .passengers-item:after {
  background: #AF001E;
}
.flexible-package .package-component .btn.btn-primary {
  background: #AF001E;
}
.flexible-package .package-component .btn.btn-primary:hover {
  color: #000;
}
.flexible-package .package-component .btn.btn-primary:active:focus {
  background: #AF001E;
}
.flexible-package .package-component .hasButtons .btn.btn-alt {
  border-color: #AF001E;
  color: #AF001E;
}
.flexible-package .package-component .hasButtons .btn.btn-alt:hover {
  background: #AF001E;
  color: #fff;
}
.flexible-package .package-component .hasButtons .btn.btn-alt:active:focus {
  background: #AF001E;
  color: #fff;
}
.flexible-package .package-component .flexible-slider .tile .tile-container.selected .tile-footer .btn {
  background: #AF001E;
}
.flexible-package .package-component .flexible-slider .tile .tile-container:before {
  border-color: #AF001E;
}
.flexible-package .package-component .flexible-slider .tile .tile-container:after {
  background-color: #AF001E;
}
.flexible-package .package-component .flexible-slider .tile .tile-footer .tile-price span.price {
  color: #AF001E;
}
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn {
  border-color: #AF001E;
  color: #AF001E;
  background-color: transparent;
}
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:hover {
  background-color: #AF001E;
  color: #000;
}
.flexible-package .package-component .flexible-slider .tile .tile-footer .btn:active:focus {
  background: #AF001E;
  color: #fff;
}
.flexible-package .package-component .flexible-match .header-row h5.text-right {
  color: #AF001E;
}
.flexible-package .package-component .flexible-match .matchBar .featureDate p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20355%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20322%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20424%22%20d%3D%22M17.583%2020.5H3.417A2.92%202.92%200%2001.5%2017.583v-12.5a2.92%202.92%200%20012.917-2.917.417.417%200%20110%20.833%202.086%202.086%200%2000-2.083%202.083v12.5a2.086%202.086%200%20002.083%202.083h14.167a2.086%202.086%200%20002.083-2.083v-12.5a2.086%202.086%200%2000-2.083-2.083.417.417%200%20110-.833%202.92%202.92%200%20012.917%202.917v12.5a2.92%202.92%200%2001-2.918%202.917z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20323%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20425%22%20d%3D%22M13.249%203h-5.5c-.169%200-.306-.187-.306-.417s.137-.417.306-.417h5.5c.169%200%20.306.187.306.417S13.418%203%2013.249%203z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20324%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20426%22%20d%3D%22M5.917%204.667A.417.417%200%20015.5%204.25V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20325%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20427%22%20d%3D%22M15.084%204.667a.417.417%200%2001-.417-.417V.917a.417.417%200%2011.833%200V4.25a.417.417%200%2001-.416.417z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20326%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20428%22%20d%3D%22M20.083%207.166H.917a.417.417%200%20010-.833h19.167a.417.417%200%20010%20.833z%22%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.flexible-package .package-component .flexible-match .matchBar .featureLocation p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.167%2021%22%3E%0D%0A%20%20%20%20%3Cg%20data-name%3D%22Group%20356%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20316%22%3E%3Cg%20data-name%3D%22Group%20315%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20421%22%20d%3D%22M7.583%2012.166a4.065%204.065%200%20114.065-4.065%204.069%204.069%200%2001-4.065%204.065zm0-7.391a3.326%203.326%200%20103.326%203.326%203.33%203.33%200%2000-3.326-3.326z%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%20319%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20stroke%3D%22%23AF001E%22%20data-name%3D%22Path%20423%22%20d%3D%22M7.583%2020.5a.412.412%200%2001-.272-.1C7.033%2020.16.5%2014.433.5%207.585a7.083%207.083%200%201114.167%200c0%206.848-6.532%2012.575-6.811%2012.815a.412.412%200%2001-.273.1zm0-19.167a6.257%206.257%200%2000-6.25%206.25c0%205.7%205.013%2010.772%206.25%2011.935%201.236-1.164%206.25-6.239%206.25-11.935a6.257%206.257%200%2000-6.25-6.25z%22%20%20%2F%3E%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.flexible-package .package-component .flexible-match .matchBar .featureCount p:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.937%2018%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20data-name%3D%22Path%20225%22%20d%3D%22M17.906%202.753A3.019%203.019%200%200%200%2015.153%200a19.4%2019.4%200%200%200-2.894.141A13.94%2013.94%200%200%200%20.117%2012.282a13.126%2013.126%200%200%200-.071%202.894%203.019%203.019%200%200%200%202.753%202.753c.353%200%20.706.071%201.059.071a17.307%2017.307%200%200%200%201.908-.141%2014.153%2014.153%200%200%200%2012.14-12.141c0-.989.07-1.977%200-2.965zm-1.694.141a16.643%2016.643%200%200%201-.146%202.612A12.578%2012.578%200%200%201%205.411%2016.165c-.847.071-1.694.071-2.541.071a1%201%200%200%201-.424-.141%2014.027%2014.027%200%200%201%202.541-5.718%201%201%200%200%200%20.424.141.862.862%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l.212-.212a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2l-.071-.071.209-.212.071.071a.9.9%200%200%200%20.635.282.766.766%200%200%200%20.635-.282.812.812%200%200%200%200-1.2L9.223%206a.8.8%200%200%200%20.565.212.879.879%200%200%200%20.778-1.271A13.261%2013.261%200%200%201%2016.282%202.4a.446.446%200%200%200-.071.494zm-6.988.918a.812.812%200%200%200-1.2%200%20.967.967%200%200%200-.141%201.059c-.071%200-.141.071-.282.141L7.388%204.8a.849.849%200%200%200-1.2%201.2l.141.141a.367.367%200%200%201-.141.282l-.141-.141a.849.849%200%201%200-1.2%201.2l.212.212a.974.974%200%200%200-.282.212.856.856%200%200%200-1.059.141.812.812%200%200%200%200%201.2%2018.4%2018.4%200%200%200-1.976%203.388v-.141A12.578%2012.578%200%200%201%2012.4%201.835h.066a16.012%2016.012%200%200%200-3.243%201.977z%22%20%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn {
  border-color: #AF001E;
  color: #AF001E;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn:hover,
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn:focus,
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn.selected {
  background: #AF001E;
  color: #fff;
}
.flexible-package .package-component .flexible-addons .col-md-6 .addon-item button.btn:active:focus {
  background: #AF001E;
  color: #fff;
}
.flexible-package .package-component-total {
  background: #AF001E;
}
.flexible-package .total-button .btn.btn-primary {
  background: #fff;
  color: #AF001E;
}
.flexible-package .total-button .btn.btn-primary:active:focus {
  background: #fff;
  color: #AF001E;
}
.flexible-package .btn.btn-default:hover,
.flexible-package .btn.btn-default:focus {
  color: #000;
}
.flexible-package .btn.btn-default:active:focus {
  background: #AF001E;
}
.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2354.08%201471.478%2039.323%2025.684%22%3E%3Cpath%20fill%3D%22%23AF001E%22%20data-name%3D%22Path%20151%22%20d%3D%22M-2353.848%201477.899l13.253%2013.253%205.856%205.856a.767.767%200%200%200%20.925%200l5.757-5.856%2013.146-13.253a.767.767%200%200%200%200-.925l-5.346-5.342a.767.767%200%200%200-.925%200l-13.249%2013.253-13.15-13.253a.767.767%200%200%200-.925%200l-5.342%205.342a.578.578%200%200%200%200%20.925z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.booking .bookingForm .btn.btn-primary {
  background: #AF001E;
}
.booking .bookingForm .btn.btn-primary:hover,
.booking .bookingForm .btn.btn-primary:focus {
  color: #000;
}
.contactPage .page-title h1 {
  color: #00534C;
}
.contactPage .page-title h1:after {
  background: #AF001E;
}
.contactPage .contactFormPage .pageHeader h1 {
  color: #00534C;
}
.contactPage .contactFormPage .pageHeader p {
  color: #191919;
}
.contactPage .section-body {
  color: #191919;
}
.newsLandingpage .newsLandingTitle h1 {
  color: #00534C;
}
.newsLandingpage .newsLandingTitle hr {
  border-top-color: #AF001E;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent p {
  font-weight: 800;
}
.newsLandingpage .newsArticles .articleContainer .newsArticle .newsArticleTeaserContent .teaserDate {
  font-weight: 600;
}
.articlePage .contentPage .bg-grey272727 {
  background: transparent;
  color: #191919;
}
.agentLogin .page-title h1,
.agentRegister .page-title h1 {
  color: #00534C;
}
.agentLogin .page-title h1:after,
.agentRegister .page-title h1:after {
  background: #AF001E;
}
.agentLogin .section-body,
.agentRegister .section-body {
  color: #191919;
}
.agentLogin .section-body .inputHolder input[type=checkbox]:checked + input[type=hidden] + label:after,
.agentRegister .section-body .inputHolder input[type=checkbox]:checked + input[type=hidden] + label:after,
.agentLogin .section-body .inputHolder input[type=checkbox]:checked + input[type=hidden] + span label:after,
.agentRegister .section-body .inputHolder input[type=checkbox]:checked + input[type=hidden] + span label:after {
  top: -1px;
}
.agentLogin .section-body .inputHolder input[type=checkbox] + input[type=hidden] + label:before,
.agentRegister .section-body .inputHolder input[type=checkbox] + input[type=hidden] + label:before,
.agentLogin .section-body .inputHolder input[type=checkbox] + input[type=hidden] + span label:before,
.agentRegister .section-body .inputHolder input[type=checkbox] + input[type=hidden] + span label:before {
  top: -1px;
  background: #fff;
}