@import "https://fonts.googleapis.com/css?family=Montserrat:200,400,400i,600,800&display=swap";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap";

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

ul,
ol {
  font-weight: 300;
  list-style-position: outside;
  padding: 0;
  padding-left: 20px;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ddd;
}

.accessible {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

.swatch {
  height: 0;
  padding-bottom: 100%;
}

.swatch.primary {
  background: #64223f;
}

.swatch.secondary {
  background: #fff;
}

.swatch.tertiary {
  background: #e6db5a;
}

.swatch.success {
  background: #598d00;
}

.swatch.error {
  background: #c3002f;
}

.swatch.grey-0 {
  background: #fff;
}

.swatch.grey-1 {
  background: #eee;
}

.swatch.grey-2 {
  background: #ddd;
}

.swatch.grey-3 {
  background: #bbb;
}

.swatch.grey-4 {
  background: #999;
}

.swatch.grey-5 {
  background: #555;
}

.swatch.grey-6 {
  background: #222;
}

.swatch.grey-7 {
  background: #000;
}

.section-top-padding {
  padding-top: 60px;
}

.section-bottom-padding {
  padding-bottom: 60px;
}

.sub-section-top-padding {
  padding-top: 30px;
}

.sub-section-top-padding-sm {
  padding-top: 45px;
}

.sub-section-top-padding-md {
  padding-top: 60px;
}

.sub-section-top-padding-lg {
  padding-top: 75px;
}

.sub-section-bottom-padding {
  padding-bottom: 30px;
}

.sub-section-bottom-padding-sm {
  padding-bottom: 45px;
}

.sub-section-bottom-padding-md {
  padding-bottom: 60px;
}

.sub-section-bottom-padding-lg {
  padding-bottom: 75px;
}

.sub-section-top-margin {
  margin-top: 30px;
}

.sub-section-top-margin-sm {
  margin-top: 45px;
}

.sub-section-top-margin-md {
  margin-top: 60px;
}

.sub-section-top-margin-lg {
  margin-top: 75px;
}

.sub-section-bottom-margin {
  margin-bottom: 30px;
}

.sub-section-bottom-margin-sm {
  margin-bottom: 45px;
}

.sub-section-bottom-margin-md {
  margin-bottom: 60px;
}

.sub-section-bottom-margin-lg {
  margin-bottom: 75px;
}

.custom-margin-bottom {
  margin-bottom: 20px !important;
}

.lexicon-card__shadow {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.37);
  transition: box-shadow 300ms;
}

.lexicon-card__shadow:hover,
.lexicon-card__shadow:focus {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.64);
}

.lexicon-card__shadow--sm {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.17);
  transition: box-shadow 300ms;
}

.lexicon-card__shadow--sm:hover,
.lexicon-card__shadow--sm:focus {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.44);
}

.lexicon-card__shadow--no-hover-shadow {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.37);
}

.lexicon-card__zoom {
  transition: transform 300ms;
}

.lexicon-card__zoom:hover,
.lexicon-card__zoom:focus {
  transform: scale(1.03);
}

.accessible {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.inline-block {
  display: inline-block;
  vertical-align: bottom;
}

.rotate--left {
  transform: rotate(-90deg);
}

.rotate--right {
  transform: rotate(90deg);
}

@font-face {
  font-family: "PTSerif-Regular";
  src: url("./fonts/PTSerif-Regular.ttf");
}

body {
  font-size: 100%;
  color: #000;
  font-family: Montserrat, Arial, Helvetica, san-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #434b4f;
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 26px;
  font-size: 1.625rem;
}

p,
.p {
  font-size: 16px;
  font-size: 1rem;
  color: #434b4f;
  line-height: 1.5em;
  margin-bottom: 16px;
  font-weight: 400;
}

ul li,
ol li {
  font-size: 16px;
  font-size: 1rem;
  color: #434b4f;
  line-height: 1.4em;
  font-weight: 400;
}

a {
  color: #cf006f;
  transition: color 0.3s;
  font-weight: 600;
}

a:hover,
a:focus {
  color: #64223f;
  text-decoration: none;
}

sub,
sup,
p.sup,
p.sub {
  font-size: 11px;
  font-size: 0.6875rem;
}

p.disabled {
  color: #999;
}
/*
blockquote {
  font-size: 36px;
  font-size: 2.25rem;
  color: #64223f;
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
  margin: 0 0 16px;
  padding: 20px;
} */

blockquote {
  border-left: 3px solid #64223f;
  display: block;
  padding-left: 20px;
  margin-top: 16px;
  font-style: italic;
}

blockquote .cite {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: initial;
  text-align: right;
}

.body-regular {
  font-weight: normal;
}

.body-bold {
  font-weight: bold;
}

.body-light {
  font-weight: lighter;
}

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

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

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

h6 {
  font-size: 1rem;
}

.section-title {
  font-weight: 600;
  line-height: 2.5rem;
}

.section-subtitle {
  font-weight: 400;
}

strong {
  font-weight: 700;
}

.custom-ul-lime {
  list-style: none;
  padding-left: 10px;
}

.custom-ul-lime li {
  margin-bottom: 13px;
}

.custom-ul-lime li::before {
  content: "•";
  color: #c0b800;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}

.background-offset-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 70px;
  z-index: -10;
}

.background-offset-overlay.blue-chill {
  background-color: #39978e;
}

.background-offset-overlay.ua-red {
  background-color: #d1004f;
}

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .custom-container {
    max-width: 1145px;
  }
}

.faq-list-container {
  position: relative;
  padding: 50px 0px;
}

.faq-list-container .faq-list {
  list-style: none;
  padding-left: 0;
}

.faq-list-container .faq-list-item {
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}

.faq-list-container .faq-list-item:last-of-type {
  border-bottom: none;
}

.faq-list-container .faq-list-item-content {
  padding: 0px 25px;
}

.faq-list-container .faq-list .callapse-body {
  padding: 0px 25px 20px 25px;
}

.faq-list-container .downward-arrow {
  transition: transform 300ms;
  transform: rotateX(0deg);
}

.faq-list-container .callpse.show ~ .downward-arrow {
  transform: rotateX(180deg);
}

.faq-list-container .btn {
  padding: 8px 20px;
  font-size: 0.9rem;
  margin-bottom: 5px;
  box-shadow: none;
}

.faq-list-container .question {
  width: 100%;
  background: #fff;
  color: #64223f;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  outline: none;
}

.faq-list-container .question:hover,
.faq-list-container .question:focus {
  text-decoration: underline;
}

.faq-list-container .question.show .downward-arrow {
  transform: rotateX(180deg);
}

.faq-list-container .callapse-body {
  padding-top: 20px;
}

.find-us-page .custom-padding {
  padding: 60px 15px 60px 15px;
}

@media screen and (min-width: 768px) {
  .find-us-page .custom-padding {
    padding: 60px;
    margin-bottom: 100px;
  }
}

.find-us-page .store-location-text {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .find-us-page .store-location-text {
    margin-bottom: 60px;
  }
}

.find-us-page .section-1 {
  max-width: none;
}

.find-us-page .store-location {
  height: 550px;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.find-us-page .section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #39978e;
}

.find-us-page .section-3 {
  display: none;
}

@media screen and (min-width: 768px) {
  .find-us-page .section-3 {
    display: block;
  }
}

.families-page a {
  text-decoration: underline;
}

.families-page .sub-section-1 {
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .families-page .sub-section-1 {
    flex-wrap: nowrap;
  }
}

.families-page .sub-section-1 .sub-section-1-image {
  height: 250px;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .families-page .sub-section-1 .sub-section-1-image {
    height: auto;
  }
}

.families-page .sub-section-1 .sub-section-1-text {
  padding: 20px 30px 10px 30px;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .families-page .sub-section-1 .sub-section-1-text {
    padding: 20px 50px;
  }
}

.families-page .section-3 {
  position: relative;
}

.families-page .sub-section-2-card {
  background: #fff;
  height: 100%;
}

.families-page .sub-section-2-card .card-head {
  position: relative;
}

.families-page .sub-section-2-card .card-head .card-type {
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: 0;
  background: #fff;
  color: #5d1f37;
  font-size: 1.3rem;
  padding: 5px 20px;
  font-weight: 600;
}

.families-page .sub-section-2-card .card-text {
  margin: 0;
  padding: 20px;
}

.leasing-page .section-5 {
  padding-top: 60px;
  background-color: #ce0058;
}

.leasing-page .general-card__image {
  height: 230px;
}

.leasing-page .agent-card {
  height: 100%;
  padding: 15px;
}

.leasing-page .agent-card-head {
  height: 60px;
  display: flex;
  align-items: center;
}

.leasing-page .agent-card-image {
  max-width: 100px;
}

.leasing-page .agent-card-body {
  padding-left: 20px;
}

.leasing-page .agent-card-body h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.leasing-page .agent-card-body p {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0px;
}

.leasing-page .sub-section-2-card {
  background: #fff;
  height: 100%;
}

.leasing-page .sub-section-2-card img {
  height: 300px;
  object-fit: cover;
}

.leasing-page .sub-section-2-card .card-head {
  position: relative;
}

.leasing-page .sub-section-2-card .card-head .card-type {
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: 0;
  background: #fff;
  color: #5d1f37;
  font-size: 1.3rem;
  padding: 5px 20px;
  font-weight: 600;
}

.leasing-page .sub-section-2-card .card-text {
  margin: 0;
  padding: 20px;
}

.leasing-page .sub-section-2-card .card-text h3 {
  font-size: 1.2rem;
}

.leasing-page .sub-section-2-card .card-text h4 {
  font-size: 1.1rem;
}

.the-lexicon-app-page .section-1 h2 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 25px;
}

.the-lexicon-app-page .section-1 .app-icons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 1024px) {
  .the-lexicon-app-page .section-1 .app-icons {
    justify-content: flex-start;
  }

  .the-lexicon-app-page .section-1 .app-icons .apple-app-store {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .the-lexicon-app-page .section-1 .section-1-image {
    float: right;
    width: 450px;
  }
}

.the-lexicon-app-page .section-2 {
  position: relative;
}

.the-lexicon-app-page .section-2 .section-2-card {
  background-color: #fff;
  padding: 20px 20px;
}

@media screen and (min-width: 1024px) {
  .the-lexicon-app-page .section-2 .section-2-card {
    padding: 50px 40px;
  }
}

.the-lexicon-app-page .section-2 .section-2-card h2 {
  font-size: 1.7rem;
  font-weight: 600;
}

.the-lexicon-app-page .section-2 .section-2-card ul {
  list-style: none;
  padding-left: 35px;
}

.the-lexicon-app-page .section-2 .section-2-card ul li {
  position: relative;
  margin-bottom: 20px;
}

.the-lexicon-app-page .section-2 .section-2-card .checkmark-bullet {
  left: -35px;
  position: absolute;
  top: 0;
}

.reopening-faq-page.whats-on .section-2 {
  background-color: #00a499;
}

.reopening-faq-page .currently-open-stores {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reopening-faq-page .currently-open-stores li {
  width: 50%;
  list-style: none;
  padding: 10px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .reopening-faq-page .currently-open-stores li {
    width: 33%;
  }
}

.reopening-faq-page .currently-open-stores li:nth-child(4n + 1),
.reopening-faq-page .currently-open-stores li:nth-child(4n + 2) {
  background: #eee;
}

@media screen and (min-width: 768px) {
  .reopening-faq-page .currently-open-stores li:nth-child(4n + 1),
  .reopening-faq-page .currently-open-stores li:nth-child(4n + 2) {
    background: white;
  }
}

@media screen and (min-width: 768px) {
  .reopening-faq-page .currently-open-stores li:nth-child(6n + 1),
  .reopening-faq-page .currently-open-stores li:nth-child(6n + 2),
  .reopening-faq-page .currently-open-stores li:nth-child(6n + 3) {
    background: #eee;
  }
}

.reopening-faq-page .visiting-the-lexicon {
  color: #c0b701;
}

.reopening-faq-page .central-facilities {
  color: #df006a;
}

.reopening-faq-page .miscellaneous {
  color: #00a499;
}

.accessibility-page h2 {
  font-weight: 600;
  margin-top: 30px;
}

.faq-page .background-overlay-blue-chill {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #39978e;
  z-index: -1;
  top: 0;
}

.parking-page .section-2 {
  position: relative;
}

.parking-page .section-2 .background-overlay {
  position: absolute;
  width: 100%;
  height: 950px;
  margin-top: 80px;
  background-color: #39978e;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .parking-page .section-2 .background-overlay {
    height: 700px;
  }
}

.parking-page .section-2 h2 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 7px;
}

.parking-page .section-2 .sub-section-1 {
  background-color: #fff;
}

.parking-page .section-2 .table .thead-light th {
  border: none;
  font-weight: 600;
  background-color: #e2e2e2;
  padding: 5px 10px;
  vertical-align: middle;
}

.parking-page .section-2 .table tbody td {
  padding: 5px 10px;
  vertical-align: middle;
  background-color: #fff;
  font-weight: 300;
}

.gift-card-page .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.gift-card-page .order-gift-card-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.gift-card-page .top-half-image {
  width: 450px;
  float: right;
}

.get-here-page .divider-wrapper {
  margin: 0px 0px 10px 0px;
}

.get-here-page .general-card {
  max-width: 500px;
  margin: auto;
}

.get-here-page .section-1 .top-half {
  display: flex;
}

@media screen and (min-width: 992px) {
  .get-here-page .section-1 .top-half .text-area {
    display: block;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}

.get-here-page .section-1 .top-half-image {
  width: 450px;
  float: right;
  display: none;
}

@media screen and (min-width: 992px) {
  .get-here-page .section-1 .top-half-image {
    display: block;
  }
}

.get-here-page .section-1 .bottom-half {
  position: relative;
}

.get-here-page .section-1 .background-offset-overlay {
  margin-top: -80px;
}

@media screen and (min-width: 992px) {
  .get-here-page .section-1 .background-offset-overlay {
    margin-top: -130px;
  }
}

.travel-information-page a {
  text-decoration: underline;
  outline: none;
}

.travel-information-page .section-1 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .travel-information-page .section-1 ul {
    flex-wrap: nowrap;
  }
}

.travel-information-page .section-1 li {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 465px) {
  .travel-information-page .section-1 li {
    width: auto;
  }
}

.travel-information-page .section-1 li a {
  width: 100%;
  display: flex;
  text-align: center;
  border: 2px solid #64223f;
  padding: 10px 20px;
  margin: 8px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 465px) {
  .travel-information-page .section-1 li a {
    width: auto;
  }
}

.travel-information-page .section-1 li a:hover,
.travel-information-page .section-1 li a:focus {
  background-color: #64223f;
  color: #fff;
}

.travel-information-page .section-2 {
  position: relative;
}

.travel-information-page .section-2 .background-offset-overlay {
  height: calc(100% + 60px);
}

.travel-information-page .section-2 .travel-card {
  background-color: #fff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .travel-information-page .section-2 .travel-card {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 992px) {
  .travel-information-page .section-2 .travel-card {
    padding: 40px;
  }
}

.travel-information-page .section-2 .travel-card .horizontal-card-image {
  max-width: 460px;
}

@media screen and (max-width: 992px) {
  .travel-information-page .section-2 .travel-card .horizontal-card-image {
    display: block;
    margin: auto;
  }
}

.travel-information-page .section-3 .travel-card--vertical .map-image {
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .travel-information-page .section-3 .travel-card--vertical .map-image {
    box-shadow: none;
  }
}

.travel-information-page .section-4 {
  background-color: #ce0058;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .travel-information-page .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.travel-information-page .section-4 .live-update-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .travel-information-page .section-4 .live-update-button-wrapper {
    justify-content: flex-start;
  }
}

.travel-information-page .section-4 .live-update-links {
  width: 240px;
  margin: 5px 10px 5px 0px;
  padding: 10px 5px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.travel-information-page .section-4 .live-update-links:focus,
.travel-information-page .section-4 .live-update-links:hover {
  background-color: #fff;
  color: #ce0058;
}

.travel-information-page .section-4 .sub-section-1 .section-heading {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.travel-information-page .section-4 .sub-section-1 .top-half-image {
  max-width: 450px;
  float: initial;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .travel-information-page .section-4 .sub-section-1 .top-half-image {
    float: right;
  }
}

.travel-information-page .section-4 .sub-section-1 .section-description {
  color: #fff;
  margin-bottom: 25px;
}

.travel-information-page .section-4 .sub-section-1 .btn {
  text-decoration: none;
  border: 2px solid #fff;
}

.travel-information-page .section-4 .sub-section-1 .btn:hover,
.travel-information-page .section-4 .sub-section-1 .btn:focus {
  box-shadow: none;
  border: 2px solid #64223f;
}

.travel-information-page .section-4 .sub-section-2 {
  background-color: #54203f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 13px 25px;
}

@media screen and (min-width: 992px) {
  .travel-information-page .section-4 .sub-section-2 {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.travel-information-page .section-4 .sub-section-2 .travel-brochure-text {
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .travel-information-page .section-4 .sub-section-2 .travel-brochure-text {
    max-width: 340px;
  }
}

.travel-information-page .section-4 .sub-section-2 .download-brochure-button {
  background-color: #c0b800;
  color: #64223f;
  width: 260px;
  padding: 10px 18px;
  outline: none;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: background-color 300ms;
  margin: 7px 10px;
}

.travel-information-page
  .section-4
  .sub-section-2
  .download-brochure-button:hover,
.travel-information-page
  .section-4
  .sub-section-2
  .download-brochure-button:focus {
  background-color: #fff;
}

.travel-information-page .section-4 .sub-section-2 .your-travel-choices-image {
  max-width: 300px;
}

.hotels-and-accommodation-page .section-2 {
  position: relative;
}

.hotels-and-accommodation-page .section-2 .featured-hotel-description {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .hotels-and-accommodation-page .section-2 .featured-hotel-description {
    padding-right: 50px;
  }
}

.hotels-and-accommodation-page .section-2 .featured-hotel h2 {
  color: #fff;
  padding-top: 45px;
}

@media screen and (min-width: 992px) {
  .hotels-and-accommodation-page .section-2 .featured-hotel h2 {
    padding-top: inherit;
  }
}

.hotels-and-accommodation-page .section-2 .featured-hotel-image {
  border-radius: 4px;
  object-fit: cover;
}

.hotels-and-accommodation-page .section-2 .featured-hotel p {
  color: #fff;
}

.hotels-and-accommodation-page .section-2 .featured-hotel a {
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.hotels-and-accommodation-page .section-2 .featured-hotel a:focus,
.hotels-and-accommodation-page .section-2 .featured-hotel a:hover {
  color: #ce0058;
}

.hotels-and-accommodation-page .section-2 .bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00a499;
}

.hotels-and-accommodation-page .section-2 .bg-color:after {
  content: "";
  background-color: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
}

.hotels-and-accommodation-page .section-2 .bg-color:before {
  content: "";
  background-color: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hotels-and-accommodation-page .section-2 img {
  width: 100%;
}

.hotels-and-accommodation-page .section-3 .other-hotels-title {
  margin-bottom: 0;
}

.hotels-and-accommodation-page .section-3 .divider-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hotels-and-accommodation-page .section-3 .hotel-card .hotel-image {
    height: 190px;
    object-fit: cover;
    margin-bottom: 12px;
  }
}

.hotels-and-accommodation-page .section-3 .hotel-card .hotel-name {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}

.hotels-and-accommodation-page .section-3 .hotel-card .hotel-description p {
  font-weight: 400;
}

.hotels-and-accommodation-page .section-3 .hotel-card .hotel-location {
  margin-bottom: 25px;
}

.hotels-and-accommodation-page .section-3 .hotel-card a {
  text-decoration: underline;
  outline: none;
}

.hotels-and-accommodation-page .section-4 {
  background-color: #ce0058;
}

.jobs-listing-page .divider-wrapper {
  margin-bottom: 10px;
}

.jobs-listing-page .category-wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .jobs-listing-page .category-wrapper {
    flex-wrap: nowrap;
  }
}

.jobs-listing-page .category-input {
  width: 100%;
  display: flex;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 20px;
  margin: 13px 0px 0px 0px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  outline: none;
}

@media screen and (min-width: 465px) {
  .jobs-listing-page .category-input {
    margin: 8px 8px 8px 8px;
    width: auto;
  }

  .jobs-listing-page .category-input:first-of-type {
    margin: 8px 8px 8px 0px;
  }

  .jobs-listing-page .category-input:last-of-type {
    margin: 8px 0px 8px 8px;
  }
}

.jobs-listing-page .category-input:hover,
.jobs-listing-page .category-input:focus {
  background-color: #fff;
  color: #00a499;
}

.jobs-listing-page .category-input.selected-category {
  background-color: #fff;
  color: #00a499;
}

.jobs-listing-page .sub-section-2 {
  position: relative;
}

.jobs-listing-page .sub-section-2 .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jobs-listing-page .sub-section-2 .latest-jobs-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.jobs-listing-page .sub-section-2 .background-offset {
  background-color: #00a499;
  height: calc(100% + 100px);
  width: 100%;
  z-index: -1;
  top: -100px;
  position: absolute;
}

.footer-brand {
  display: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-brand {
    display: block;
  }
}

.footer-brand .brand-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}

.leasing-facts-page .divider-wrapper {
  display: flex;
  justify-content: center;
}

.leasing-facts-page .section-title {
  font-size: 2.3rem;
}

.leasing-facts-page h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

.leasing-facts-page h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.leasing-facts-page .fact-box {
  padding: 40px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leasing-facts-page .fact-box h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.leasing-facts-page .fact-box.aubergine {
  background-color: #64223f;
}

.leasing-facts-page .fact-box.red {
  background-color: #ce0058;
}

.leasing-facts-page .fact-box.green {
  background-color: #00a499;
}

.four-o-four-page h2 {
  font-size: 2.4rem;
}

.four-o-four-page p {
  font-weight: 500;
}

.thank-you-page .page-head h2 {
  font-size: 2.4rem;
}

.thank-you-page .page-head p {
  font-weight: 500;
}

.alert-banner {
  margin-bottom: 0;
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  background: linear-gradient(45deg, #6a7b30, #7ba63f, #6a7b30);
  /* background: #111111; */
  padding: 20px 0;
  border-radius: 0;
  border: none;
}

.alert-banner p a {
  color: #fff;
}
.alert-banner p {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
  color: #fff;
  font-size: 1.2rem;
}

.alert-banner a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  outline: none;
}

.alert-banner a:focus,
.alert-banner a:hover {
  color: #c0b800;
}

.alert-banner .close {
  text-shadow: none;
}

.alert-banner button {
  color: #000;
  opacity: 1;
  outline: none;
}

.alert-banner button:hover,
.alert-banner button:focus {
  color: #fff;
}

.news-media-page .divider-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-d-none {
  display: none !important;
}

img[height="1"][width="1"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .slider-container {
    max-width: 1145px;
  }
}

.slider-container .slick-slide {
  padding: 0px 15px;
}

.slider-container .slick-track {
  width: 6600px !important;
}

.slider-wrapper {
  width: calc(100% + 27px);
  padding: 25px 0px;
  margin-left: -15px;
  overflow: hidden;
}

.slider-wrapper.events-wrapper {
  width: calc(100% + 20px);
}

.slider-wrapper .slick-list {
  overflow: visible;
}

.slider-wrapper .slick-slide {
  outline: none;
}

.related-shops-section--new {
  margin-top: 60px;
}

.related-shops-section--new .fuego-banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .related-shops-section--new .fuego-banner {
    display: block;
  }
}

.related-shops-section--new .fuego-banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.related-shops-section--new .events-listing {
  padding-top: 100px;
  padding-bottom: 115px;
}

.related-shops-section--new .events-listing .general-card {
  height: 438px;
}

.related-shops-section--new .events-listing .section-title,
.related-shops-section--new .events-listing .section-subtitle {
  color: #fff;
}

.related-shops-section--new .events-listing .events-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .related-shops-section--new .events-listing .events-nav-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.related-shops-section--new .events-listing .events-navigation {
  display: flex;
  justify-content: space-between;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .related-shops-section--new .events-listing .events-navigation {
    justify-content: flex-end;
  }
}

.related-shops-section--new .events-listing .events-navigation button {
  outline: none;
  background: none;
}

.related-shops-section--new .events-listing .events-navigation .white-icon {
  display: block;
}

.related-shops-section--new .events-listing .events-navigation .niagara-icon {
  display: none;
}

.related-shops-section--new
  .events-listing
  .next-offers-events-btn:hover
  .white-icon,
.related-shops-section--new
  .events-listing
  .next-offers-events-btn:focus
  .white-icon,
.related-shops-section--new
  .events-listing
  .previous-offers-events-btn:hover
  .white-icon,
.related-shops-section--new
  .events-listing
  .previous-offers-events-btn:focus
  .white-icon {
  display: none;
}

.related-shops-section--new
  .events-listing
  .next-offers-events-btn:hover
  .niagara-icon,
.related-shops-section--new
  .events-listing
  .next-offers-events-btn:focus
  .niagara-icon,
.related-shops-section--new
  .events-listing
  .previous-offers-events-btn:hover
  .niagara-icon,
.related-shops-section--new
  .events-listing
  .previous-offers-events-btn:focus
  .niagara-icon {
  display: block;
}

.related-shops-section--new .events-listing .list {
  margin-top: 25px;
}

.related-shops-section--new .events-listing .list a {
  outline: none;
}

.related-shops-section--new .events-listing .list a .events-offers-card {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.37);
}

.related-shops-section--new .events-listing .list a:hover .events-offers-card,
.related-shops-section--new .events-listing .list a:focus .events-offers-card {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.64);
}

.related-shops-section--new .events-listing .list a:hover .events-offers-link,
.related-shops-section--new .events-listing .list a:focus .events-offers-link {
  text-decoration: underline;
}

.pagination-wrapper {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0;
}

.pagination-wrapper .rotate-arrow {
  transform: rotateY(180deg) scale(1.3) !important;
}

.pagination-wrapper li {
  display: flex;
  align-items: center;
}

.pagination-wrapper .arrow svg {
  transform: scale(1.3);
}

.pagination-wrapper a {
  border: 2px solid #bdbdbd;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 5px;
  color: #3a4245;
}

.pagination-wrapper a.disabled {
  cursor: not-allowed;
}

.pagination-wrapper a.current-page {
  color: #64223f;
  border: 2px solid #64223f;
}

button {
  cursor: pointer;
  border: 0;
  background: #64223f;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn.btn-primary {
  background: #64223f;
  border-color: #64223f;
  color: #fff;
  font-weight: 600;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary--hover,
.btn.btn-primary--focus {
  background: #fff;
  border-color: #64223f;
  color: #64223f;
}

.btn.btn-primary--inverse {
  background: #fff;
  border-color: #64223f;
  color: #64223f;
  font-weight: 600;
}

.btn.btn-primary--inverse:hover,
.btn.btn-primary--inverse:focus,
.btn.btn-primary--inverse--hover,
.btn.btn-primary--inverse--focus {
  background: #64223f;
  border-color: #64223f;
  color: #fff;
}

.btn.btn-secondary {
  background: #fff;
  border: #64223f;
  border: 2px solid;
  color: #64223f;
  font-weight: 600;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary--hover,
.btn.btn-secondary--focus {
  background: #64223f;
  border: #64223f;
  color: #fff;
  border: 2px solid;
}

.btn.btn-secondary--inverse {
  background: #64223f;
  border: 2px solid #64223f;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}

.btn.btn-secondary--inverse:hover,
.btn.btn-secondary--inverse:focus,
.btn.btn-secondary--inverse--hover,
.btn.btn-secondary--inverse--focus {
  background: #fff;
  color: #64223f;
  border: 2px solid #64223f;
}

.btn.btn-disabled {
  background: #eee;
  border: 1px solid #bbb;
  opacity: 0.4;
  pointer-events: none;
}

.button-with-right-pointing-arrow {
  display: flex;
  justify-content: flex-start;
}

.button-with-right-pointing-arrow .button-text {
  outline: none;
  font-weight: 600;
  position: relative;
}

.button-with-right-pointing-arrow .arrow {
  margin-top: -1px;
  margin-left: 5px;
}

.button-with-right-pointing-arrow.white .button-text {
  color: #fff;
}

.button-with-right-pointing-arrow.primary .button-text {
  color: #64223f;
}

.button-with-right-pointing-arrow.link:hover .button-text,
.button-with-right-pointing-arrow.link:focus .button-text {
  text-decoration: underline;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Montserrat, sans-serif;
}

label {
  font-size: 16px;
  font-size: 1rem;
  color: #434b4f;
  display: block;
  margin: 0;
}

form input,
form textarea,
form .form-control {
  display: block;
  font-family: Montserrat, Arial, Helvetica, san-serif;
  padding: 5px;
  width: 100%;
}

form input:hover,
form input:focus,
form input.field-focus,
form textarea:hover,
form textarea:focus,
form textarea.field-focus,
form .form-control:hover,
form .form-control:focus,
form .form-control.field-focus {
  border-color: #64223f;
}

form input:disabled,
form input.field-disabled,
form textarea:disabled,
form textarea.field-disabled,
form .form-control:disabled,
form .form-control.field-disabled {
  border: 1px solid #eee;
}

form input.is-invalid,
form textarea.is-invalid,
form .form-control.is-invalid {
  border-color: #c3002f;
}

form input.is-invalid:invalid,
form textarea.is-invalid:invalid,
form .form-control.is-invalid:invalid {
  border-color: #c3002f;
}

form input.is-valid,
form textarea.is-valid,
form .form-control.is-valid {
  border-color: #598d00;
}

form input.is-valid:valid,
form textarea.is-valid:valid,
form .form-control.is-valid:valid {
  border-color: #598d00;
}

select {
  position: relative;
}

select:after {
  border: 5px solid #64223f;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  top: 50px;
  transform: translateY(-50%);
  width: 0;
}

textarea {
  min-height: 100px;
}

.was-validated .form-check-input:invalid + .form-check-label {
  color: #c3002f;
}

.was-validated .form-check-input:valid + .form-check-label {
  color: #598d00;
}

.invalid-feedback {
  color: #c3002f;
}

.valid-feedback {
  color: #598d00;
}

table {
  width: 100%;
}

table thead th {
  border-bottom: 1px solid #ddd;
  color: #434b4f;
}

table tbody td {
  border-bottom: 1px solid #ddd;
  color: #434b4f;
}

table tr:nth-child(even) {
  background: #eee;
}

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

.main-header.red-header .desktop-navigation {
  background-color: #c00a26;
}

.main-header.red-header .desktop-navigation .nav-wrapper .list-item button {
  background-color: #c00a26;
}

.main-header.red-header
  .masthead
  .header-search
  .search-bar-content
  .search-button {
  background-color: #c00a26;
}

.main-header .masthead .header-search {
  display: none;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .main-header .masthead .header-search {
    display: flex;
  }
}

.main-header .masthead .header-search .search-bar-content {
  padding: 0 15px;
}

.main-header .masthead .header-search .search-bar-content input {
  border: none;
  background-color: #f6f6f6;
}

.main-header .masthead .header-search .search-bar-content .icon-nav-bar {
  display: flex;
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .main-header .masthead .header-search .search-bar-content .icon-nav-bar {
    display: none;
  }
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .nav-title {
  margin: 2px 10px 0px 10px;
  font-size: 9px;
  text-align: center;
  color: #434b4f;
  font-weight: 600;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .white-icon {
  display: none;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .centre-map-icon {
  transform: scale(1.6);
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button
  .icon-wrapper {
  padding: 15px 15px;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  height: 60px;
  width: 60px;
  margin: 0 10px;
  justify-content: center;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:hover,
.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:focus {
  outline: none;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:hover
  .icon-wrapper,
.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:focus
  .icon-wrapper {
  background-color: #64223f;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:hover
  .purple-icon,
.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:focus
  .purple-icon {
  display: none;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:hover
  .white-icon,
.main-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:focus
  .white-icon {
  display: block;
}

.main-header .masthead .header-search .search-bar-content .search-button {
  padding: 10px 15px;
  background-color: #64223f;
  outline: none;
}

.main-header .masthead .header-search .search-bar-content .search-button:hover,
.main-header .masthead .header-search .search-bar-content .search-button:focus {
  background-color: #9f3765;
}

.main-header .masthead .header-search .search-bar-content .search-input {
  border: 2px solid transparent;
  color: #434b4f;
  font-weight: 500;
  width: 150px;
}

.main-header
  .masthead
  .header-search
  .search-bar-content
  .search-input::placeholder {
  color: #434b4f;
}

@media screen and (min-width: 920px) {
  .main-header .masthead .header-search .search-bar-content .search-input {
    width: 220px;
  }
}

.main-header .masthead .header-search .search-bar-content .search-input:hover,
.main-header .masthead .header-search .search-bar-content .search-input:focus {
  outline: none;
  border: 2px solid #64223f;
  border-radius: 0;
}

.main-header .masthead .header-search .header-logo {
  height: 50px;
  width: auto;
}

.main-header .masthead .mobile-navigation {
  background: transparent;
  padding: 0;
  display: flex;
}

@media screen and (min-width: 768px) {
  .main-header .masthead .mobile-navigation {
    display: none;
  }
}

.main-header .masthead .mobile-navigation .header-logo {
  width: 140px;
  padding: 13px 15px;
}

.main-header .masthead .mobile-navigation .navbar-toggler {
  margin-right: 15px;
  border: none;
  padding: 0;
}

.main-header .masthead .mobile-navigation .navbar-collapse {
  background-color: #64223f;
  padding: 25px 15px;
}

.main-header .masthead .mobile-navigation .navbar-collapse .search-form {
  margin-bottom: 15px;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button {
  background-color: #f5f5f5;
  border: none;
  padding: 0px 13px;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button
  .white-search-icon {
  display: none;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button
  .purple-search-icon {
  display: block;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:hover,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:focus {
  outline: none;
  background: linear-gradient(0deg, #742849 0%, #872f55 100%);
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:hover
  .white-search-icon,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:focus
  .white-search-icon {
  display: block;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:hover
  .purple-search-icon,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-button:focus
  .purple-search-icon {
  display: none;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input {
  border: none;
  border-radius: 0;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  padding: 17px 14px;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input::selection {
  color: #fff;
  background-color: #c0b800;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input:hover,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input:focus {
  outline: none;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #742849 0%, #872f55 100%);
  color: #fff;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input:hover::placeholder,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .search-form
  .search-input:focus::placeholder {
  color: #fff;
}

.main-header .masthead .mobile-navigation .navbar-collapse .navbar-nav {
  margin: 0;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item {
  background: linear-gradient(0deg, #742849 0%, #872f55 100%);
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  a,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  button {
  width: 100%;
  font-weight: 500;
  color: #fff;
  padding: 15px 15px;
  text-align: left;
  background: none;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  a:focus,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  a:hover,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  button:focus,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .nav-list-item
  button:hover {
  outline: none;
  background-color: #9f3765;
  border-radius: 4px;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown {
  flex-direction: column;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu {
  background-color: #742849;
  padding: 0 10px 10px 20px;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu
  .dropdown-item {
  background: none;
  padding: 10px;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu
  .dropdown-item
  a {
  padding: 0;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu
  .dropdown-item
  a:hover,
.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu
  .dropdown-item
  a:focus {
  background: none;
  color: #baaf29;
}

.main-header
  .masthead
  .mobile-navigation
  .navbar-collapse
  .navbar-nav
  .dropdown-menu
  li {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav li {
  width: 50%;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav a {
  width: 100%;
  flex-direction: column;
  background: linear-gradient(0deg, #742849 0%, #872f55 100%);
  padding: 25px 0px;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav a:hover,
.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav a:focus {
  outline: none;
  background: #9f3765;
}

.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav li,
.main-header .masthead .mobile-navigation .navbar-collapse .icon-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.main-header .masthead .mobile-navigation .downward-arrow {
  position: absolute;
  right: 15px;
}

.main-header .desktop-navigation {
  display: none;
  background-color: #64223f;
  height: 60px;
  color: #fff;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .main-header .desktop-navigation {
    display: flex;
    justify-content: space-between;
  }
}

.main-header .desktop-navigation .downward-arrow {
  margin-left: 5px;
  padding-bottom: 2px;
}

.main-header .desktop-navigation .dropdown-menu.show {
  transition: block 1000ms;
}

.main-header .desktop-navigation .nav-wrapper {
  display: inline-flex;
  list-style: none;
  align-items: center;
  margin: 0;
  width: 820px;
  justify-content: space-between;
}

.main-header .desktop-navigation .nav-wrapper .list-item {
  height: 100%;
  margin: 0px;
}

.main-header .desktop-navigation .nav-wrapper .list-item a,
.main-header .desktop-navigation .nav-wrapper .list-item button {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 1024px) {
  .main-header .desktop-navigation .nav-wrapper .list-item a,
  .main-header .desktop-navigation .nav-wrapper .list-item button {
    font-size: 1rem;
  }
}

.main-header .desktop-navigation .nav-wrapper .list-item a:hover,
.main-header .desktop-navigation .nav-wrapper .list-item a:focus,
.main-header .desktop-navigation .nav-wrapper .list-item button:hover,
.main-header .desktop-navigation .nav-wrapper .list-item button:focus {
  border-bottom: 4px solid #9f3765;
  outline: none;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu {
  width: 150%;
  margin-left: -25%;
  position: relative;
  padding: 0;
  transform: none !important;
  top: 71px !important;
  left: initial !important;
  background-color: #f6f6f6;
  border: none;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu.show {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu:before {
  content: "";
  border-color: transparent transparent #f6f6f6 transparent;
  border-style: solid;
  border-width: 0px 20px 20px 20px;
  height: 0px;
  width: 0px;
  margin: 0 auto -10px;
  position: absolute;
  top: -13px;
  z-index: -10;
  left: 50%;
  margin-left: -20px;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu .dropdown-item {
  padding: 0;
  border-radius: 4px;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu a {
  color: #434b4f;
  border-left: transparent solid 5px;
  font-size: 12px;
  font-weight: 500;
  border-bottom: none;
  border-top: none;
  padding: 8px 0px 8px 5px;
}

.main-header .desktop-navigation .nav-wrapper .dropdown-menu a:hover,
.main-header .desktop-navigation .nav-wrapper .dropdown-menu a:focus {
  color: #64223f;
  border-bottom: none;
  border-top: none;
  border-left: #c0b800 solid 5px;
  background-color: #fff;
}

.main-header .desktop-navigation .icon-nav-bar {
  display: none;
  padding-left: 0;
  margin-left: 35px;
  margin-bottom: 0px;
  height: 100%;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .main-header .desktop-navigation .icon-nav-bar {
    display: flex;
  }
}

.main-header .desktop-navigation .icon-nav-bar a {
  padding: 0px 15px;
  position: relative;
}

.main-header .desktop-navigation .icon-nav-bar a:hover .icon-nav-text,
.main-header .desktop-navigation .icon-nav-bar a:focus .icon-nav-text {
  display: block;
  animation: fadeIn 0.3s;
}

.main-header .desktop-navigation .icon-nav-bar .icon-nav-text {
  position: absolute;
  top: 80px;
  background: #f6f6f6;
  z-index: 1000;
  padding: 10px;
  border-radius: 5px;
  width: 300%;
  left: 0px;
  margin-left: -100%;
  display: none;
}

.main-header .desktop-navigation .icon-nav-bar .icon-nav-text.contact-us {
  width: 250%;
  margin-left: -75%;
}

@media screen and (min-width: 1100px) {
  .main-header .desktop-navigation .icon-nav-bar .icon-nav-text.contact-us {
    width: 300%;
    margin-left: -100%;
  }
}

.main-header .desktop-navigation .icon-nav-bar .icon-nav-text:before {
  content: "";
  border-color: transparent transparent #f6f6f6 transparent;
  border-style: solid;
  border-width: 0px 20px 20px 20px;
  height: 0px;
  width: 0px;
  margin: 0 auto -10px;
  position: absolute;
  top: -13px;
  z-index: -10;
  left: 50%;
  margin-left: -20px;
}

.main-header .desktop-navigation .icon-nav-bar .icon-nav-text p {
  font-weight: 500;
}

.main-header .desktop-navigation .icon-nav-bar li,
.main-header .desktop-navigation .icon-nav-bar a {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-header .desktop-navigation .icon-nav-bar li:hover,
.main-header .desktop-navigation .icon-nav-bar li:focus,
.main-header .desktop-navigation .icon-nav-bar a:hover,
.main-header .desktop-navigation .icon-nav-bar a:focus {
  background-color: #9f3765;
  outline: none;
}

.main-header button::after {
  display: none;
}

.main-header .downward-arrow {
  transition: all 300ms;
}

.main-header .dropdown.show .downward-arrow {
  transform: rotateX(180deg);
}

.custom-header .masthead {
  background: #64223f;
}

.custom-header .desktop-navigation,
.custom-header .desktop-navigation button,
.custom-header .navbar-toggler {
  background: #fff;
}

.custom-header .desktop-navigation a,
.custom-header .desktop-navigation button {
  color: #64223f !important;
}

.custom-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .nav-title {
  color: #fff;
}

.custom-header .desktop-navigation .icon-nav-bar a svg path {
  stroke: #64223f;
}

.custom-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button
  .icon-wrapper {
  background-color: #64223f;
}

.custom-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button:hover
  .icon-wrapper {
  background: #9f3765;
}

.custom-header .desktop-navigation .icon-nav-bar a:hover {
  background: #c0b800;
}

.custom-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button
  .purple-icon {
  display: none;
}

.custom-header
  .masthead
  .header-search
  .search-bar-content
  .icon-nav-bar
  .icon-nav-button
  .white-icon {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.events-offers-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.events-offers-section .events-offers-head-text {
  margin-bottom: 50px;
}

.events-offers-section .events-offers-head-text h3,
.events-offers-section .events-offers-head-text p {
  color: #fff;
}

.skiplinks {
  position: absolute;
  left: 0;
}

.skiplinks ul {
  list-style: none;
  width: 300px;
}

.skiplinks a {
  color: #fff;
  background-color: #64223f;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  left: -500px;
  top: 10px;
  outline: none;
  text-align: center;
  transition: all 500ms;
}

.skiplinks a:focus {
  top: 10px;
  left: 10px;
}

.new-footer {
  background-color: #432a3e;
}

.new-footer .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .new-footer .footer-body {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .new-footer .link,
  .new-footer .heading {
    font-size: 95%;
  }
}

.new-footer .col-margin-bottom-zero {
  margin-bottom: 0 !important;
}

.new-footer li,
.new-footer p {
  color: #e3d3e1;
}

.new-footer a {
  outline: none;
  font-weight: 300;
}

.new-footer ul {
  margin-bottom: 0;
  padding-left: 0;
}

.new-footer li {
  list-style: none;
}

.new-footer .bold-name {
  font-weight: 600;
}

.new-footer .heading {
  color: #c0b800;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.new-footer .additional-links li {
  margin-bottom: 20px;
}

.new-footer .subscribe-message {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .new-footer .subscribe-message {
    text-align: left;
    margin-top: 0;
  }
}

.new-footer .social-media {
  padding-top: 30px;
}

.new-footer .social-media .heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .new-footer .social-media .heading {
    text-align: left;
    padding-bottom: 0;
  }
}

.new-footer .social-media .social-icons {
  padding-left: 0px;
  justify-content: center;
}

.new-footer .social-media .social-icons a {
  position: relative;
}

.new-footer .social-media .social-icons a:hover .dark-icon,
.new-footer .social-media .social-icons a:focus .dark-icon {
  opacity: 1;
}

.new-footer .social-media .social-icons svg {
  border-radius: 4px;
  display: block;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .new-footer .social-media .social-icons {
    justify-content: start;
  }
}

.new-footer .social-media .social-icons .dark-icon {
  background-color: #e3d3e1;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.new-footer .social-media .social-icons li {
  padding: 0px 5px;
}

@media screen and (min-width: 768px) {
  .new-footer .social-media .social-icons li {
    padding: 0;
  }
}

.new-footer .subscribe-button-wrapper {
  width: 100%;
  height: auto;
}

.new-footer .subscribe-button {
  border: 1px solid #e3d3e1;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 600;
  color: #e3d3e1;
  text-align: center;
  display: block;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .new-footer .subscribe-button {
    max-width: 300px;
    margin: initial;
  }
}

.new-footer .subscribe-button:hover,
.new-footer .subscribe-button:focus {
  background-color: #e3d3e1;
  color: #432a3e;
}

.new-footer .footer-copyright {
  background-color: #3b2637;
  padding: 25px;
}

.new-footer .footer-copyright p {
  text-align: center;
  color: #e3d3e1;
  font-size: 1rem;
  line-height: 15px;
  margin: 0;
}

.new-footer .footer-copyright a {
  color: #e3d3e1;
  text-decoration: underline;
}

.new-footer .footer-copyright a:hover,
.new-footer .footer-copyright a:focus {
  color: #c0b800;
}

.new-footer .link {
  color: #e3d3e1;
}

.new-footer .link:hover,
.new-footer .link:focus {
  color: #c0b800;
}

.footer {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #4b3048;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .footer .icon-rows {
    text-align: center;
  }
}

.footer .icon-rows {
  margin-top: 60;
}

.footer .footer-section-title {
  color: #8b5a86;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer .footer-links {
  margin: 0;
}

.footer .footer-links li,
.footer .footer-details li {
  list-style-type: none;
  padding: 5px 0;
  color: #e3d3e1;
}

.footer .footer-links li a,
.footer .footer-details li a {
  color: #e3d3e1;
  outline: none;
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus,
.footer .footer-details li a:hover,
.footer .footer-details li a:focus {
  color: #baaf29;
}

@media screen and (max-width: 991px) {
  .footer .first-stack {
    margin-bottom: -10px;
  }
}

.footer .footer-details li {
  padding: 0;
}

.footer .footer-details li.place-name {
  font-weight: 600;
}

.footer .subscribe-button {
  border: 1px solid #e3d3e1;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 600;
  color: #e3d3e1;
  width: 85%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer .subscribe-button {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer .subscribe-button {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.footer-copyright {
  background-color: #422b3f;
  padding: 25px;
}

.footer-copyright .copyright-text {
  color: #e3d3e1;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer-copyright .copyright-text {
    font-size: 9px;
  }
}

.secondary-banner {
  height: inherit !important;
  min-height: 230px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.secondary-banner .large-image {
  height: inherit;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.secondary-banner .bread-crumbs {
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.secondary-banner .bread-crumbs li {
  padding-left: 0;
  position: relative;
  padding-right: 10px;
}

.secondary-banner .bread-crumbs li::after {
  content: "|";
  position: absolute;
  right: 2px;
}

.secondary-banner .bread-crumbs li.active a {
  color: #434b4f;
}

.secondary-banner .bread-crumbs li.active::after {
  content: "";
}

.secondary-banner .bread-crumbs a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .secondary-banner .bread-crumbs a {
    font-size: 0.9rem;
  }
}

.secondary-banner .container {
  padding-top: 148px;
  margin-top: 0 !important;
}

.secondary-banner .banner-label {
  background-color: #fff;
  border-left: 5px #c0b800 solid;
  align-self: flex-end;
  padding: 1px 40px;
}

.secondary-banner .banner-label h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
}

.secondary-banner .banner-label p {
  font-size: 0.8rem;
}

.secondary-banner .banner-label .divider {
  margin: 0 5px;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .secondary-banner .banner-label .container {
    padding-top: 130px;
    margin-top: 0 !important;
  }

  .secondary-banner .banner-label h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.shop-page-description {
  padding-top: 70px;
  padding-bottom: 70px;
}

.shop-page-description img {
  width: 20px;
}

.shop-page-description .centre-link {
  text-decoration: underline;
  color: #64223f;
  font-weight: 400;
  margin-left: 10px;
}

.get-the-app {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .get-the-app {
    height: 500px;
  }

  .get-the-app .container {
    max-width: 100% !important;
  }
}

.get-the-app .section-title,
.get-the-app .section-subtitle {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .get-the-app .section-title,
  .get-the-app .section-subtitle {
    text-align: left;
  }
}

.get-the-app .app-banner {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -10;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .get-the-app .app-banner {
    height: 250px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .get-the-app .app-banner {
    height: 500px;
    position: absolute;
  }
}

.get-the-app .app-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .get-the-app .app-body {
    justify-content: flex-end;
  }
}

.get-the-app .app-body .app-content {
  background: #fff;
  padding: 45px 15px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .get-the-app .app-body .app-content {
    max-width: 610px;
    padding: 45px 45px;
  }
}

.get-the-app .app-body .mobile-svg {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .get-the-app .app-body .mobile-svg {
    position: fixed;
    left: -10000px;
  }
}

.get-the-app .app-body .desktop-svg {
  position: fixed;
  left: -10000px;
}

@media screen and (min-width: 1024px) {
  .get-the-app .app-body .desktop-svg {
    position: relative;
    left: 0px;
  }
}

.get-the-app .app-body .section-subtitle {
  font-style: normal;
}

.get-the-app .app-body .app-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between */
}

@media screen and (min-width: 768px) {
  .get-the-app .app-body .app-footer {
    align-items: flex-start;
    flex-direction: row;
  }
}

.get-the-app .app-body .app-footer .apple-app-store,
.get-the-app .app-body .app-footer .google-play-store {
  margin-bottom: 20px;
  display: inline-block;
}
.get-the-app .app-body .app-footer .google-play-store {
  margin-left: 15px;
}

@media screen and (min-width: 1024px) {
  .get-the-app .app-body .app-footer .apple-app-store,
  .get-the-app .app-body .app-footer .google-play-store {
    margin: 0;
  }
  .get-the-app .app-body .app-footer .google-play-store {
    margin-left: 15px;
  }
}

.get-the-app .app-body .app-footer .find-out-more-button {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .get-the-app .app-body .app-footer .find-out-more-button {
    max-width: 350px;
    padding: 13px 37px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .get-the-app .app-body .app-footer .google-play-store {
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .get-the-app .app-body .app-footer .find-out-more-button {
    max-width: 350px;
    padding: 6px 35px;
    margin: 0;
  }
}

.shop-page-description {
  padding-top: 70px;
  padding-bottom: 70px;
}

.shop-page-description img {
  width: 20px;
}

.shop-page-description .centre-link {
  text-decoration: underline;
  color: #64223f;
  font-weight: 400;
  margin-left: 10px;
}

.shop-filter-bar .btn-primary {
  width: 100%;
}

.shop-filter-bar .shop-filter-bar-inner {
  background: #64223f;
  margin: -23px 0 50px;
  padding: 20px 10px 0;
}

.shop-filter-bar .column {
  padding: 0 10px 20px;
  width: 100%;
}

.shop-filter-bar .column p {
  color: #fff;
}

.shop-filter-bar input {
  background-color: #fff;
  border: 1px #bdbdbd solid;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
}

.shop-filter-bar .category-select {
  border-radius: 5px;
  margin: 3px 0 0;
  position: relative;
  z-index: 1000;
}

.shop-filter-bar .category-select .set-category {
  background-color: #fff;
  border: 1px #bdbdbd solid;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
}

.shop-filter-bar .category-select .category-dropdown {
  border-radius: 3px;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.shop-filter-bar .category-select .category-dropdown .filter-categories {
  background-color: #f6f6f6;
  padding: 20px 30px 20px 30px;
}

.shop-filter-bar .category-select .category-dropdown.visible {
  display: block;
}

.shop-filter-bar .category-select ul {
  list-style-type: none;
  padding-left: 0;
}

.shop-filter-bar .category-select li {
  background-color: #f6f6f6;
  color: #434b4f;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-left: 5px solid transparent;
}

.shop-filter-bar .category-select li:hover {
  background-color: #fff;
  color: #64223f;
  border-left: 5px solid #c0b800;
}

@media screen and (min-width: 1024px) {
  .shop-filter-bar .btn-primary {
    display: none;
  }

  .shop-filter-bar .shop-filter-bar-inner {
    background: #f6f6f6;
    display: block;
  }

  .shop-filter-bar .shop-filter-bar-inner:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
  }

  .shop-filter-bar .column {
    display: flex;
    float: left;
    width: 50%;
  }

  .shop-filter-bar .column p {
    color: #555;
    flex: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 7px 10px 0 0;
  }

  .shop-filter-bar .category-select,
  .shop-filter-bar #search-input {
    flex: 1;
  }
}

.shop-detail-page {
  padding-top: 30px;
}

.shop-detail-page .logodescription {
  padding-bottom: 150px;
}

.shop-detail-page .description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
}

.shop-detail-page .shop-logo {
  max-height: 350px;
  object-fit: cover;
  border: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .shop-detail-page .shop-logo {
    max-width: 350px;
  }
}

.shop-detail-page .contact-address-details > p:last-child {
  margin-bottom: 0;
}

.shop-detail-page .shop-details {
  background-color: #00a499;
}

@media screen and (max-width: 992px) {
  .shop-detail-page .shop-details .col-12:first-of-type .details-card {
    margin-top: -150px;
  }
}

.shop-detail-page .shop-details .details-card {
  background-color: #fff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  border-radius: 0px 3px 3px 3px;
  padding: 20px;
}

.shop-detail-page .shop-details .details-card h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #434b4f;
  margin-bottom: 30px;
}

.shop-detail-page .shop-details .details-card .sub-group {
  font-weight: 600;
}

.shop-detail-page .shop-details .details-card .facility-tag {
  padding: 10px 20px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}

.shop-detail-page .shop-details .details-card .facility-tag p {
  margin: 0 0 0 10px;
  font-weight: 600;
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
  .shop-detail-page .shop-details {
    min-height: 470px;
  }

  .shop-detail-page .shop-details .details-card {
    margin-top: -100px;
    min-height: 470px;
  }
}

@media screen and (min-width: 1050px) {
  .shop-detail-page .shop-details {
    min-height: 470px;
  }

  .shop-detail-page .shop-details .details-card {
    margin-top: -150px;
    min-height: 470px;
  }
}

@media screen and (max-width: 992px) {
  .shop-detail-page .logodescription .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .shop-detail-page {
    padding-top: 100px;
  }

  .shop-detail-page .logodescription {
    padding-bottom: 250px;
  }
}

.related-shops-section {
  background-color: #ce0058;
  padding-top: 90px;
  padding-bottom: 90px;
}

.related-shops-section .related-shops-head-text {
  margin-bottom: 50px;
}

.related-shops-section .related-shops-head-text h3,
.related-shops-section .related-shops-head-text p {
  color: #fff;
}

.related-shops-section .related-store-card {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}

.dining .category-navigation {
  display: block;
}

.dining .category-navigation button {
  outline: none;
}

.dining .category-navigation .white-icon {
  display: none;
}

.dining .category-navigation .purple-icon {
  display: block;
}

.dining .next-category-arrow,
.dining .previous-category-arrow,
.dining .next-dining-arrow,
.dining .previous-dining-arrow {
  background-color: #fff;
}

.dining .next-category-arrow:hover .white-icon,
.dining .next-category-arrow:focus .white-icon,
.dining .previous-category-arrow:hover .white-icon,
.dining .previous-category-arrow:focus .white-icon,
.dining .next-dining-arrow:hover .white-icon,
.dining .next-dining-arrow:focus .white-icon,
.dining .previous-dining-arrow:hover .white-icon,
.dining .previous-dining-arrow:focus .white-icon {
  display: block;
}

.dining .next-category-arrow:hover .purple-icon,
.dining .next-category-arrow:focus .purple-icon,
.dining .previous-category-arrow:hover .purple-icon,
.dining .previous-category-arrow:focus .purple-icon,
.dining .next-dining-arrow:hover .purple-icon,
.dining .next-dining-arrow:focus .purple-icon,
.dining .previous-dining-arrow:hover .purple-icon,
.dining .previous-dining-arrow:focus .purple-icon {
  display: none;
}

.dining .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .dining .category-wrapper {
    padding-right: 10px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

.dining .dining-navigation {
  display: flex;
  justify-content: space-between;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .dining .dining-navigation {
    justify-content: flex-end;
  }
}

.dining .dining-navigation button {
  outline: none;
}

.dining .dining-navigation .white-icon {
  display: none;
}

.dining .dining-navigation .purple-icon {
  display: block;
}

.dining .next-dining-arrow,
.dining .previous-dining-arrow {
  background-color: #fff;
}

.dining .next-dining-arrow:hover .white-icon,
.dining .next-dining-arrow:focus .white-icon,
.dining .previous-dining-arrow:hover .white-icon,
.dining .previous-dining-arrow:focus .white-icon {
  display: block;
}

.dining .next-dining-arrow:hover .purple-icon,
.dining .next-dining-arrow:focus .purple-icon,
.dining .previous-dining-arrow:hover .purple-icon,
.dining .previous-dining-arrow:focus .purple-icon {
  display: none;
}

.dining .section-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dining .section-1 .page-title {
  font-weight: 600;
  position: relative;
}

.dining .section-1 .page-title::after {
  content: "";
  border-bottom: 3px solid #39978e;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dining .section-1 .page-description {
  text-align: center;
}

.dining .section-1 .dining-cards {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.dining .section-1 .dining-cards .dining-cards-overlay {
  background-color: #d1004f;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 100px;
  z-index: -10;
}

.dining .section-2 {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}

.dining .section-2 .section-subtitle {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .dining .section-2 .section-subtitle {
    margin-bottom: 60px;
  }
}

.dining .section-2 .section-subtitle a {
  text-decoration: underline;
}

.dining .section-3.districts {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
}

.dining .section-3.districts .districts-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 70px;
  z-index: -10;
  background-color: #39978e;
}

.dining .section-3.districts .districts-card__image {
  width: 100%;
}

.dining .section-3.districts .districts-card__body {
  padding-top: 30px;
}

.dining .section-3.districts .districts-card__body__title {
  color: #fff;
  font-weight: 600;
}

.dining .section-3.districts .districts-card__body__subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
}

.dining .section-3.districts .districts-card__body__description {
  color: #fff;
}

.dining .information-card .general-card__body {
  min-height: 380px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dining .information-card .general-card__body {
    min-height: 265px;
  }
}

@media screen and (min-width: 1200px) {
  .dining .information-card .general-card__body {
    min-height: 305px;
  }
}

.eat-page .shop-filter-bar {
  padding: 20px 20px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.eat-page .shop-filter-bar p {
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 600;
}

.eat-page .divider-wrapper {
  margin: 0px 0px 5px 0px;
}

.eat-page .introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eat-page .introduction h2 {
  margin-bottom: 5px;
}

.eat-page .introduction p {
  text-align: center;
}

.about-page .divider-wrapper {
  margin: 15px 0px 20px 0px;
}

.about-page .section-1 .top-half {
  display: flex;
}

.about-page .section-1 .top-half .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .about-page .section-1 .top-half .text-area {
    display: block;
  }
}

.about-page .section-1 .top-half-image {
  width: 100%;
  display: none;
}

@media screen and (min-width: 992px) {
  .about-page .section-1 .top-half-image {
    display: block;
  }
}

.about-page .section-1 .bottom-half {
  position: relative;
}

.about-page .section-2 {
  position: relative;
  background-color: #ce0058;
}

@media screen and (min-width: 768px) {
  .about-page .section-2 {
    background-color: transparent;
  }
}

.about-page .section-2 .divider-wrapper {
  display: flex;
  justify-content: center;
}

.about-page .section-2 .background-overlay-wrapper {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.about-page .section-2 .background-overlay-wrapper .section-2-background-image {
  width: 100%;
  height: 320px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (min-width: 768px) {
  .about-page
    .section-2
    .background-overlay-wrapper
    .section-2-background-image {
    height: 500px;
  }
}

.about-page .section-2 .background-overlay-wrapper .overlay-background-ua-red {
  width: 100%;
  z-index: -1;
  height: 600px;
  background-color: #ce0058;
}

.about-page .section-2 .background-overlay-wrapper .overlay-background-green {
  width: 100%;
  z-index: -1;
  height: 600px;
  background-color: #00a499;
}

.about-page .section-2 .background-overlay-wrapper .overlay-background-lime {
  width: 100%;
  z-index: -1;
  height: 600px;
  background-color: #c0b800;
}

.about-page .section-2 .sub-section-1 {
  width: 100%;
  padding-top: 220px;
}

@media screen and (min-width: 768px) {
  .about-page .section-2 .sub-section-1 {
    padding-top: 300px;
  }
}

.about-page .section-2 .sub-section-1-text-wrapper {
  max-width: 800px;
  background-color: #fff;
  padding: 20px 40px;
  margin: auto;
}

.about-page .section-2 .sub-section-2 .sub-section-title,
.about-page .section-2 .sub-section-2 .sub-section-description {
  text-align: center;
  color: #fff;
}

.about-page.about-template.about-page .section-2 {
  background-color: transparent;
}

.about-page.about-template .overlay-background-green,
.about-page.about-template .overlay-background-lime {
  height: 100% !important;
}

.about-page.about-template .background-overlay-wrapper {
  height: 100%;
}

.about-page.about-template .about-template-section-1 {
  background-color: transparent;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .about-page.about-template .about-template-section-1 {
    margin-top: 220px;
  }
}

.about-page.about-template
  .about-template-section-1
  .background-overlay-wrapper {
  top: 200px;
}

.about-page.about-template
  .about-template-section-1
  .overlay-background-ua-red {
  height: 100%;
}

.about-page.about-template .about-template-section-1 .sub-section-1-image {
  height: 300px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .about-page.about-template .about-template-section-1 .sub-section-1-image {
    height: 250px;
  }
}

.opening-times-page .section-2 {
  padding: 100px 0px;
  background-color: #39978e;
}

.opening-times-section .left-column-wrapper {
  padding: 0px;
}

@media screen and (min-width: 1024px) {
  .opening-times-section .left-column-wrapper {
    padding: 0px 100px 0px 0px;
  }
}

.opening-times-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.opening-times-section .opening-hours-table tbody tr {
  background-color: transparent;
}

.opening-times-section .opening-hours-table tbody th {
  font-weight: 500;
  padding: 10px 0px;
}

.opening-times-section .opening-hours-table tbody td {
  border: none;
  padding: 10px 0px;
  font-weight: 200;
  text-align: right;
}

.opening-times-section .attention p {
  color: #8f1218;
  font-weight: 500;
  margin: 0;
}

.whats-on .section-1 .introduction .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .whats-on .section-1 .introduction .text {
    padding-right: 70px;
  }
}

.whats-on .section-1 .introduction .image-small-text {
  font-style: italic;
  font-size: 0.8rem;
  margin-top: 3px;
}

.whats-on .section-2 {
  background-color: #d1004f;
}

.whats-on .section-2 .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.whats-on .section-2 .category-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .whats-on .section-2 .category-wrapper {
    width: 100%;
  }
}

.whats-on .section-2 .filter-by {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.whats-on .section-2 .category-input {
  width: 100%;
  display: flex;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 20px;
  margin: 8px 8px 8px 8px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  outline: none;
  color: #fff;
}

@media screen and (min-width: 465px) {
  .whats-on .section-2 .category-input {
    width: auto;
  }
}

.whats-on .section-2 .category-input:hover,
.whats-on .section-2 .category-input:focus {
  background-color: #fff;
  color: #d1004f;
}

.whats-on .section-2 .category-input.selected {
  background-color: #fff;
  color: #d1004f;
}

.whats-on .section-2 h2 {
  color: #fff;
  margin-bottom: 0;
}

.contact-us-page .custom-d-none {
  display: none !important;
}

.contact-us-page label {
  font-weight: 600;
}

.contact-us-page input {
  height: 45px;
}

.contact-us-page .required-input::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

@media screen and (min-width: 768px) {
  .contact-us-page .sub-section-2 {
    max-width: 330px;
    float: right;
  }
}

.contact-us-page .sub-section-2 .heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-us-page .sub-section-2 .sub-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-us-page .sub-section-2 .centre-map-link {
  text-decoration: underline;
}

.contact-us-page .sub-section-2 .phone {
  font-size: 1.2rem;
}

.contact-us-page .social-media {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .contact-us-page .social-media .heading {
    padding-bottom: 0;
  }
}

.contact-us-page .social-media .social-icons {
  padding-left: 0px;
  justify-content: start;
  list-style: none;
}

.contact-us-page .social-media .social-icons svg {
  border-radius: 4px;
}

.contact-us-page .social-media .social-icons .dark-icon {
  display: none;
  background-color: #64223f;
}

.contact-us-page .social-media .social-icons li {
  padding: 0px 5px;
}

@media screen and (min-width: 768px) {
  .contact-us-page .social-media .social-icons li {
    padding: 0;
  }
}

.contact-us-page .social-media .social-icons a {
  outline: none;
}

.contact-us-page .social-media .social-icons a:hover .light-icon,
.contact-us-page .social-media .social-icons a:focus .light-icon {
  display: none;
}

.contact-us-page .social-media .social-icons a:hover .dark-icon,
.contact-us-page .social-media .social-icons a:focus .dark-icon {
  display: block;
}

.contact-us-page .contact-us-checkbox {
  -webkit-appearance: checkbox;
}

.contact-us-page .custom-checkbox *,
.contact-us-page .custom-checkbox *:before,
.contact-us-page .custom-checkbox *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.contact-us-page .custom-checkbox .lexicon-newsletter-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.contact-us-page .custom-checkbox .new {
  padding: 50px;
}

.contact-us-page .custom-checkbox .btn {
  padding: 7px 30px;
  height: 45px;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .contact-us-page .custom-checkbox .btn {
    margin-top: 20px;
  }
}

.contact-us-page .custom-checkbox .form-group {
  display: block;
  margin-bottom: 15px;
}

.contact-us-page .custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.contact-us-page .custom-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.contact-us-page .custom-checkbox .checkbox-wrapper {
  height: 24px;
  outline: none;
}

.contact-us-page
  .custom-checkbox
  .checkbox-wrapper:focus
  .form-group
  label:before {
  border: 2px solid #64223f;
}

.contact-us-page .custom-checkbox .checkbox-text {
  padding-left: 15px;
  line-height: 1.2rem;
}

.contact-us-page .custom-checkbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.contact-us-page .custom-checkbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #64223f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-error-message {
  margin-top: 10px !important;
}

.is-invalid + .invalid-feedback {
  display: block;
}

.upload-file {
  background: none !important;
  border: none !important;
  width: auto !important;
}

.custom-select {
  background-color: #f5f5f5 !important;
  height: 45px !important;
}

.entertainment-page .section-1 .introduction .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entertainment-page .section-2 .section-2-overlay {
  width: 100%;
  height: 38%;
  background-color: #39978e;
  position: absolute;
  z-index: -1;
  margin-top: 5%;
}

.entertainment-page .section-2 .cineworld .cineworld-header-wrapper {
  position: relative;
}

.entertainment-page .section-2 .cineworld .cineworld-title {
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
  color: #532337;
  font-weight: 600;
  font-size: 1.7rem;
  padding: 10px 40px;
}

.entertainment-page .section-2 .cineworld .cineworld-background-image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.entertainment-page .section-2 .cineworld .cineworld-body {
  padding: 40px 35px;
  background-color: #fff;
}

.newsletter-page-wrapper .section-2 {
  position: relative;
}

.newsletter-page-wrapper .section-2 .background-red {
  background-color: #ce0058;
  width: 100%;
  height: 200%;
  position: absolute;
  z-index: -10;
  top: -65%;
}

@media screen and (min-width: 768px) {
  .newsletter-page-wrapper .section-2 .background-red {
    top: -100%;
  }
}

.newsletter-page-wrapper .newsletter-form {
  background-color: #fff;
  padding: 35px 40px;
}

.newsletter-page-wrapper .newsletter-form .gender-select {
  height: 47px;
}

.newsletter-page-wrapper .newsletter-form .message {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 45px;
  margin-top: 15px;
}

.newsletter-page-wrapper .newsletter-form .submit-button {
  margin-top: 20px;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox *,
.newsletter-page-wrapper .newsletter-form .custom-checkbox *:before,
.newsletter-page-wrapper .newsletter-form .custom-checkbox *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.newsletter-page-wrapper
  .newsletter-form
  .custom-checkbox
  .lexicon-newsletter-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .new {
  padding: 50px;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .btn {
  padding: 7px 30px;
  height: 45px;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .newsletter-page-wrapper .newsletter-form .custom-checkbox .btn {
    margin-top: 20px;
  }
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .form-group {
  display: block;
  margin-bottom: 15px;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .bold {
  font-weight: 500;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .checkbox-wrapper {
  height: 24px;
  outline: none;
}

.newsletter-page-wrapper
  .newsletter-form
  .custom-checkbox
  .checkbox-wrapper:focus
  .form-group
  label:before {
  border: 2px solid #64223f;
}

.newsletter-page-wrapper .newsletter-form .custom-checkbox .checkbox-text {
  padding-left: 15px;
  line-height: 1.2rem;
  font-weight: 400;
}

.newsletter-page-wrapper
  .newsletter-form
  .custom-checkbox
  .form-group
  label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.newsletter-page-wrapper
  .newsletter-form
  .custom-checkbox
  .form-group
  input:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #64223f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.newsletter-page-wrapper .newsletter-form .required-input::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.newsletter-page-wrapper .newsletter-form label {
  font-weight: 600;
}

.newsletter-page-wrapper .newsletter-form form input,
.newsletter-page-wrapper .newsletter-form form textarea,
.newsletter-page-wrapper .newsletter-form form .form-control {
  padding: 12px;
}

.event-list .past-events {
  background-color: #f6f6f6;
}

.event-list .past-events .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-list .past-events .section-head h2 {
  margin: 0;
}

.event-list .past-events .section-head select {
  width: 180px;
  height: 40px;
  background-color: #fff;
  padding-left: 10px;
}

.event-list .past-events .pagination-wrapper {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0;
}

.event-list .past-events .pagination-wrapper .rotate-arrow {
  transform: rotateY(180deg) scale(1.3) !important;
}

.event-list .past-events .pagination-wrapper li {
  display: flex;
  align-items: center;
}

.event-list .past-events .pagination-wrapper .arrow svg {
  transform: scale(1.3);
}

.event-list .past-events .pagination-wrapper a {
  border: 2px solid #bdbdbd;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 5px;
  color: #3a4245;
}

.event-list .past-events .pagination-wrapper a.disabled {
  cursor: not-allowed;
}

.event-list .past-events .pagination-wrapper a.current-page {
  color: #64223f;
  border: 2px solid #64223f;
}

.event-list .section-head {
  margin-bottom: 55px;
}

.event-list .section-head .event-archive-title {
  font-size: 1.6rem;
}

.event-detail .event-description-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.event-detail .event-published-at {
  font-size: 0.9rem;
  font-weight: 500;
}

.event-detail .cta-button-custom {
  margin: 0;
  padding: 8px 25px;
}

.event-detail .section-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .event-detail .section-title {
    margin-bottom: 25px;
  }
}

.event-detail .more-info-head img {
  object-fit: cover;
  object-position: center;
}

.event-detail .more-info-head--news img {
  object-fit: cover;
  object-position: center;
}

.event-detail .more-info-body {
  background-color: #f6f6f6;
  padding: 20px;
}

.event-detail .more-info-body .dates {
  font-weight: 500;
}

.event-detail .more-info-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.map-container {
  height: auto;
}

.map-container .mapplic-button.mapplic-fullscreen-button {
  left: inherit;
  right: 115px;
}

.map-container #mapplic {
  margin-right: 0;
}

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  opacity: 1;
  fill: #550135;
}
.map-container .mapplic-clickable:not(g):hover {
  fill: #ce0058 !important;
  opacity: 1;
}

.map-container .sidebar-controls {
  fill: rgba(255, 255, 255, 0.9);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #434b4f;
  position: absolute;
  z-index: 1001;
  margin: 12px 20px 0 50px;
  display: none;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.map-container .sidebar-controls p {
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .map-container .sidebar-controls {
    margin: 12px 20px 0 20px;
    display: block;
  }
}

.map-container .sidebar-controls.hide {
  display: none;
}

.map-container .sidebar {
  fill: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  color: #434b4f;
  width: 350px;
  position: absolute;
  z-index: 100;
  margin: 12px 20px 0 50px;
}

@media screen and (max-width: 1024px) {
  .map-container .sidebar {
    margin: 12px 20px 0 20px;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .map-container .sidebar {
    margin: 12px 0 0 0;
  }
}

.map-container .sidebar.show {
  display: block;
}

.map-container .sidebar .download-pdf {
  width: 350px;
  padding: 35px 0px 15px 0px;
  background-color: #fff;
}

.map-container .sidebar .download-pdf a {
  width: 80%;
  margin-left: 10%;
}

.map-container .sidebar .store-modal {
  z-index: 2;
  background-color: #f6f6f6;
  width: 100%;
  position: inherit;
  height: 770px;
  display: none;
  padding: 15px;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
}

.map-container .sidebar .store-modal .store-title {
  line-height: 44px;
  margin-bottom: 20px;
}

.map-container .sidebar .store-modal p {
  margin-bottom: 0;
  font-weight: 600;
}

.map-container .sidebar .store-modal p.details-heading {
  margin-top: 10px;
  font-weight: 800;
}

.map-container .sidebar .store-modal .close-modal {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

.map-container .sidebar .store-modal .close-modal svg {
  width: 12px;
}

.map-container .sidebar .store-modal .close-modal .close-text {
  font-size: 15px;
  margin-left: 10px;
  color: #64223f;
}

.map-container .sidebar .store-modal img {
  height: 180px;
  object-fit: cover;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.map-container .sidebar .store-modal.selected {
  display: block;
  overflow: auto;
}

.map-container .sidebar .main-side-bar {
  background-color: #fff;
  display: block;
}

.map-container .sidebar .main-side-bar.hide {
  display: none;
}

.map-container .sidebar .search-bar {
  position: relative;
}

.map-container .sidebar input {
  padding: 8px 15px;
  outline: none;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
  width: 100%;
}

.map-container .sidebar input:hover {
  border: 1px solid #d7d7d7;
  outline: none;
}

.map-container .sidebar input:focus {
  border: 1px solid #d7d7d7;
  outline: none;
}

.map-container .sidebar .svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.map-container .sidebar .store-details,
.map-container .sidebar .facility-details {
  margin-left: 12px;
}

.map-container .sidebar .stores-content,
.map-container .sidebar .facilities-content {
  padding: 0 15px;
}

.map-container .sidebar .options {
  display: flex;
}

.map-container .sidebar .options p {
  width: 50%;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  display: inline-block;
  background-color: #23a6a4;
  color: #fff;
}

.map-container .sidebar .options p.selected {
  background-color: rgba(255, 255, 255, 0.9);
  color: #434b4f;
}

.sidebar .stores-content.selected,
.facilities-content.selected {
  display: block;
  overflow: auto;
  height: 380px;
}

@media screen and (min-width: 668px) {
  .sidebar .stores-content.selected,
  .facilities-content.selected {
    height: 720px;
  }
}

.sidebar .stores-content,
.facilities-content {
  display: none;
}

#store-list .store-link,
#store-list-external .store-link,
#facility-list .facility-link,
#store-modal .store-link {
  padding: 10px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

#store-list .store-link:hover,
#store-list-external .store-link:hover,
#facility-list .facility-link:hover,
#store-modal .store-link:hover {
  background-color: #ddd;
}

#store-list .store-link p,
#store-list-external .store-link p,
#facility-list .facility-link p,
#store-modal .store-link p {
  font-size: 14px;
  margin-bottom: 0;
}

#store-list .store-link p.opening-times,
#store-list-external .store-link p.opening-times,
#facility-list .facility-link p.opening-times,
#store-modal .store-link p.opening-times {
  font-size: 12px;
  font-weight: 500;
}

#store-list img,
#store-list-external img {
  height: 55px;
  width: 78px;
  object-fit: cover;
}

#facility-list img {
  height: 35px;
  width: 35px;
  object-fit: cover;
}

#store-modal .open-shop img {
  height: 55px;
  width: 78px;
  object-fit: cover;
  margin-bottom: 0;
}

#store-list .store-link .store,
#store-list-external .store-link .store,
#facility-list .facility-link .facility,
#store-modal .store-link .store {
  font-weight: 600;
}

.christmas-page .sec-1-link:hover .click-here,
.christmas-page .sec-1-link:focus .click-here {
  text-decoration: underline;
}

.christmas-page .section-1 h1 {
  font-size: 3.8rem;
  font-weight: 500;
}

.christmas-page .section-1 .click-here {
  font-size: 1.8rem;
  font-weight: 500;
}

.christmas-page .section-1 .sec-1-date {
  font-size: 1.4rem;
  font-weight: 500;
}

.christmas-page .christmas-card img {
  max-height: 300px;
}

.christmas-page .button-with-right-pointing-arrow span {
  color: #b38024;
}

.christmas-page .christmas-card .general-card__title {
  margin-bottom: 5px;
  color: #b38024;
}

.christmas-page .christmas-color {
  color: #b38024;
}

.christmas-page .section-3 h2 {
  color: #c10b25;
  font-weight: 500;
  font-size: 2.7rem;
}

.christmas-page .section-3 .find-out-more {
  color: #c10b25;
  font-weight: 600;
}

.homepage .section-title,
.homepage .section-subtitle {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .homepage .section-title,
  .homepage .section-subtitle {
    text-align: left;
  }
}

.homepage .section-subtitle a {
  text-decoration: underline;
  color: #000;
  outline: none;
}

.homepage .section-subtitle a:hover,
.homepage .section-subtitle a:focus {
  color: #9f3765;
}

.homepage .slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .homepage .slider-container {
    max-width: 1145px;
  }
}

.homepage .slider-container .slick-slide {
  padding: 0px 15px;
}

.homepage .slider-container .slick-track {
  width: 10000px !important;
}

.homepage .slider-wrapper {
  width: calc(100% + 27px);
  padding: 25px 0px;
  margin-left: -15px;
  overflow: hidden;
}

.homepage .slider-wrapper.events-wrapper {
  width: calc(100% + 20px);
}

.homepage .slider-wrapper .slick-list {
  overflow: visible;
}

.homepage .slider-wrapper .slick-slide {
  outline: none;
}

.homepage .carousel-title-wrapper .cta-carousel-button {
  padding: 10px 30px;
  border-radius: 4px;
}

.homepage .carousel-title-wrapper .cta-carousel-button:hover,
.homepage .carousel-title-wrapper .cta-carousel-button:focus {
  outline: none;
  background-color: #64223f !important;
  color: #fff !important;
}

.homepage .carousel-title-wrapper:hover .cta-carousel-button,
.homepage .carousel-title-wrapper:focus > .cta-carousel-button {
  background-color: #64223f !important;
  color: #fff !important;
}

.homepage .section-1 .home-banner-slick .carousel-title-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.homepage .section-1 .home-banner-slick .carousel-title-wrapper h1 {
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
  font-family: "PT Serif", serif;
}

@media screen and (min-width: 650px) {
  .homepage .section-1 .home-banner-slick .carousel-title-wrapper h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.homepage .section-1 .home-banner-slick .slider-wrapper {
  width: 100%;
}

.homepage .section-1 .home-banner-slick .slider-wrapper .slick-list {
  overflow: visible;
}

.homepage .section-1 .home-banner-slick .slider-wrapper .slick-slide {
  outline: none;
}

@media screen and (max-width: 465px) {
  .homepage .section-1 .home-banner-slick .banner-container {
    width: 100%;
    padding-top: 80%;
    position: relative;
  }
}

@media screen and (min-width: 465px) and (max-width: 767px) {
  .homepage .section-1 .home-banner-slick .banner-container {
    width: 100%;
    padding-top: 60%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .homepage .section-1 .home-banner-slick .banner-container-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .homepage .section-1 .home-banner-slick .banner-container-wrapper {
    width: 100%;
    position: relative;
    display: block;
  }
}

.homepage .section-1 .home-banner-slick .homepage-banner-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .homepage .section-1 .home-banner-slick .homepage-banner-image {
    max-height: 530px;
  }
}

.homepage .section-2.categories {
  padding-top: 60px;
  padding-bottom: 30px;
}

.homepage .section-2.categories .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f5f5f5;
  margin-top: -180px;
  z-index: -1;
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage .section-2.categories .overlay {
    display: block;
  }
}

.homepage .section-2.categories .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .homepage .section-2.categories .category-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.homepage .section-2.categories .category-navigation {
  display: flex;
  justify-content: space-between;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .homepage .section-2.categories .category-navigation {
    justify-content: flex-end;
  }
}

.homepage .section-2.categories .category-navigation button {
  outline: none;
}

.homepage .section-2.categories .category-navigation .white-icon {
  display: none;
}

.homepage .section-2.categories .category-navigation .purple-icon {
  display: block;
}

.homepage .section-2.categories .next-category-arrow,
.homepage .section-2.categories .previous-category-arrow {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .homepage .section-2.categories .next-category-arrow,
  .homepage .section-2.categories .previous-category-arrow {
    background-color: #f5f5f5;
  }
}

.homepage .section-2.categories .next-category-arrow:hover .white-icon,
.homepage .section-2.categories .next-category-arrow:focus .white-icon,
.homepage .section-2.categories .previous-category-arrow:hover .white-icon,
.homepage .section-2.categories .previous-category-arrow:focus .white-icon {
  display: block;
}

.homepage .section-2.categories .next-category-arrow:hover .purple-icon,
.homepage .section-2.categories .next-category-arrow:focus .purple-icon,
.homepage .section-2.categories .previous-category-arrow:hover .purple-icon,
.homepage .section-2.categories .previous-category-arrow:focus .purple-icon {
  display: none;
}

.homepage .section-2.categories .category-card {
  display: flex;
  flex-direction: column;
  height: 450px;
  width: auto;
  justify-content: flex-end;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-x: center !important;
  background-color: #64223f;
  transition: width 400ms, box-shadow 400ms, transform 400ms;
  margin: 0px;
  width: 100%;
}

.homepage .section-2.categories .category-card:hover,
.homepage .section-2.categories .category-card:focus {
  outline: none;
}

.homepage
  .section-2.categories
  .category-card:hover
  .card-details
  .card-name:after,
.homepage
  .section-2.categories
  .category-card:focus
  .card-details
  .card-name:after {
  width: 70%;
}

@media screen and (min-width: 1024px) {
  .homepage .section-2.categories .category-card {
    margin: 0px;
    width: 350px;
  }
}

.homepage .section-2.categories .category-card .card-details {
  padding-bottom: 45px;
}

.homepage .section-2.categories .category-card .card-details .card-name {
  color: #fff;
  font-weight: 600;
}

.homepage .section-2.categories .category-card .card-details .card-name:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  padding: 3px 30px;
  width: 35%;
  margin: auto;
  margin-bottom: 20px;
  transition: all 500ms;
}

.homepage .section-2.categories .category-card .card-details .card-visit-store {
  color: #fff;
  font-weight: 500;
}

.homepage .section-3.plan-your-visit .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.homepage .section-3.plan-your-visit .header .getting-here-button {
  max-width: 220px;
  padding: 8px;
}

.homepage .section-3.plan-your-visit .header .getting-here-button:hover,
.homepage .section-3.plan-your-visit .header .getting-here-button:focus {
  border: 2px solid #64223f;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .header .getting-here-button {
    max-width: 300px;
    padding: 8px 70px;
  }
}

.homepage .section-3.plan-your-visit .tiles {
  padding-top: 45px;
}

.homepage .section-3.plan-your-visit .tiles .mobile-image {
  display: block;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .mobile-image {
    display: none;
  }
}

.homepage .section-3.plan-your-visit .tiles .desktop-image {
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .desktop-image {
    display: block;
  }
}

.homepage .section-3.plan-your-visit .tiles .read-more-button-wrapper {
  display: flex;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .read-more-button-wrapper
  .read-more-button {
  color: #fff;
  outline: none;
  font-weight: 600;
  position: relative;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .read-more-button-wrapper
  .read-more-button:hover,
.homepage
  .section-3.plan-your-visit
  .tiles
  .read-more-button-wrapper
  .read-more-button:focus {
  text-decoration: underline;
}

.homepage .section-3.plan-your-visit .tiles .read-more-button-wrapper .arrow {
  margin-top: -1px;
  margin-left: 5px;
}

.homepage .section-3.plan-your-visit .tiles .desktop-tile-wrapper {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 10px 15px;
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .desktop-tile-wrapper {
    display: flex;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .desktop-tile-wrapper
  .desktop-tile-button {
  font-weight: 600;
  font-size: 1.2rem;
  color: #252d30;
  outline: none;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .desktop-tile-wrapper
  .desktop-tile-button:hover,
.homepage
  .section-3.plan-your-visit
  .tiles
  .desktop-tile-wrapper
  .desktop-tile-button:focus {
  color: #d1004f;
}

.homepage .section-3.plan-your-visit .tiles .desktop-tile-wrapper .arrow {
  padding-top: 1px;
}

.homepage .section-3.plan-your-visit .tiles .small-card-row {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .small-card-row
    div[class^="col-"] {
    margin-bottom: 0px;
  }
}

.homepage .section-3.plan-your-visit .tiles .pre-cinema-tile {
  position: relative;
  height: 100%;
}

.homepage .section-3.plan-your-visit .tiles .pre-cinema-tile .desktop-image {
  height: 100%;
  object-fit: cover;
}

.homepage .section-3.plan-your-visit .tiles .pre-cinema-tile .body {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homepage .section-3.plan-your-visit .tiles .pre-cinema-tile .body h3 {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .pre-cinema-tile
  .body
  .browse-restaurants-button {
  color: #fff;
  background-color: #00a499;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 20px;
  text-align: center;
  border-radius: 3px;
  max-width: 240px;
  outline: none;
  box-shadow: none;
  padding: 8px;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .pre-cinema-tile
  .body
  .browse-restaurants-button:hover,
.homepage
  .section-3.plan-your-visit
  .tiles
  .pre-cinema-tile
  .body
  .browse-restaurants-button:focus {
  color: #00a499;
  background-color: #fff;
}

.homepage .section-3.plan-your-visit .tiles .cinema-world-tile {
  background-color: #d1004f;
  position: relative;
  padding: 20px 0px 0px 0px;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .cinema-world-tile {
    background-color: transparent;
    padding: 0;
  }
}

.homepage .section-3.plan-your-visit .tiles .cinema-world-tile .desktop-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage .section-3.plan-your-visit .tiles .cinema-world-tile .body {
  position: relative;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .cinema-world-tile .body {
    padding: 30px 10px;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .body
  .tile-header {
  padding: 0px 25px;
}

@media screen and (min-width: 1024px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .cinema-world-tile
    .body
    .tile-header {
    padding: 0px 130px 0px 25px;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .body
  .tile-header
  h3 {
  max-width: 240px;
  font-size: 2.5rem;
  line-height: 50px;
  font-family: "PT Serif", serif;
}

@media screen and (min-width: 768px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .cinema-world-tile
    .body
    .tile-header
    h3 {
    max-width: inherit;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .body
  .tile-header
  h3,
.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .body
  .tile-header
  p {
  color: #fff;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .body
  .tile-header
  p {
  font-weight: 500;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .tile-footer-images {
  position: relative;
  display: block;
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .tile-footer-images
  .feel-more-at-cineworld {
  width: 200px;
  position: absolute;
  top: 10px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .cinema-world-tile
    .tile-footer-images
    .feel-more-at-cineworld {
    position: relative;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .cinema-world-tile
  .tile-footer-images
  .cinema-mobile-image {
  display: block;
}

@media screen and (min-width: 768px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .cinema-world-tile
    .tile-footer-images
    .cinema-mobile-image {
    display: none;
  }
}

.homepage .section-3.plan-your-visit .tiles .mobile-tile-heading {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.homepage .section-3.plan-your-visit .tiles .parking-tile {
  background-color: #baaf29;
}

.homepage .section-3.plan-your-visit .tiles .parking-tile .mobile-tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 20px;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .parking-tile .mobile-tile {
    display: none;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .parking-tile
  .mobile-tile
  .mobile-image {
  width: 140px;
}

@media screen and (min-width: 375px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .parking-tile
    .mobile-tile
    .mobile-image {
    width: 170px;
  }
}

@media screen and (min-width: 375px) and (min-width: 425px) {
  .homepage
    .section-3.plan-your-visit
    .tiles
    .parking-tile
    .mobile-tile
    .mobile-image {
    width: 200px;
  }
}

.homepage .section-3.plan-your-visit .tiles .centre-map-tile .mobile-wrapper {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .homepage .section-3.plan-your-visit .tiles .centre-map-tile .mobile-wrapper {
    display: none;
  }
}

.homepage
  .section-3.plan-your-visit
  .tiles
  .centre-map-tile
  .mobile-wrapper
  .body {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  justify-content: center;
}

.homepage .section-4.events {
  margin-top: 60px;
}

.homepage .section-4.events .fuego-banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage .section-4.events .fuego-banner {
    display: block;
  }
}

.homepage .section-4.events .fuego-banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.homepage .section-4.events .events-listing {
  padding-top: 30px;
  padding-bottom: 200px;
}

.homepage .section-4.events .events-listing .general-card {
  height: 438px;
}

.homepage .section-4.events .events-listing .section-title,
.homepage .section-4.events .events-listing .section-subtitle {
  color: #fff;
}

.homepage .section-4.events .events-listing .events-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .homepage .section-4.events .events-listing .events-nav-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.homepage .section-4.events .events-listing .events-navigation {
  display: flex;
  justify-content: space-between;
  width: 110px;
}

@media screen and (min-width: 768px) {
  .homepage .section-4.events .events-listing .events-navigation {
    justify-content: flex-end;
  }
}

.homepage .section-4.events .events-listing .events-navigation button {
  outline: none;
  background: none;
}

.homepage .section-4.events .events-listing .events-navigation .white-icon {
  display: block;
}

.homepage .section-4.events .events-listing .events-navigation .niagara-icon {
  display: none;
}

.homepage
  .section-4.events
  .events-listing
  .next-offers-events-btn:hover
  .white-icon,
.homepage
  .section-4.events
  .events-listing
  .next-offers-events-btn:focus
  .white-icon,
.homepage
  .section-4.events
  .events-listing
  .previous-offers-events-btn:hover
  .white-icon,
.homepage
  .section-4.events
  .events-listing
  .previous-offers-events-btn:focus
  .white-icon {
  display: none;
}

.homepage
  .section-4.events
  .events-listing
  .next-offers-events-btn:hover
  .niagara-icon,
.homepage
  .section-4.events
  .events-listing
  .next-offers-events-btn:focus
  .niagara-icon,
.homepage
  .section-4.events
  .events-listing
  .previous-offers-events-btn:hover
  .niagara-icon,
.homepage
  .section-4.events
  .events-listing
  .previous-offers-events-btn:focus
  .niagara-icon {
  display: block;
}

.homepage .section-4.events .events-listing .list {
  margin-top: 25px;
}

.homepage .section-4.events .events-listing .list a {
  outline: none;
}

.homepage .section-4.events .events-listing .list a .events-offers-card {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.37);
}

.homepage .section-4.events .events-listing .list a:hover .events-offers-card,
.homepage .section-4.events .events-listing .list a:focus .events-offers-card {
  box-shadow: 0px 9px 17px -4px rgba(0, 0, 0, 0.64);
}

.homepage .section-4.events .events-listing .list a:hover .events-offers-link,
.homepage .section-4.events .events-listing .list a:focus .events-offers-link {
  text-decoration: underline;
}

.shop-card {
  display: block;
  outline: none;
  overflow: hidden;
  position: relative;
}

.shop-card:hover .overlay {
  transform: translateY(0);
}

.shop-card .larger-icon {
  transform: scale(1.1);
}

.shop-card__image {
  height: 260px;
  object-fit: cover;
}

.shop-card__body {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fcfcfc;
  min-height: 84px;
}

.shop-card__body p {
  font-size: 0.9rem;
}

.shop-card__body__opening-times {
  display: flex;
  align-items: center;
}

.shop-card__body__opening-times__text {
  padding-left: 5px;
}

.shop-card .overlay {
  background: #cf0058;
  color: #fff;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.shop-card .overlay h3 {
  color: #fff;
  display: block;
  flex: none;
  text-align: center;
}

.shop-card .overlay ul {
  max-width: 280px;
}

.shop-card .overlay li {
  color: #fff;
}

.pods {
  position: relative;
  max-width: 540px;
  margin: auto;
}

.pods.pods-type-a {
  display: block;
}

@media screen and (max-width: 768px) {
  .pods.pods-type-a .btn {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
}

.pods.pods-type-a.parking-pod {
  background-color: #c0b726;
}

.pods.pods-type-a.parking-pod .text-layer {
  background-color: #c0b800;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.parking-pod .text-layer {
    background-color: #fff;
  }
}

.pods.pods-type-a.parking-pod:hover .btn,
.pods.pods-type-a.parking-pod:focus .btn {
  background: #fff;
  border-color: #fff;
  color: #c0b726;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.parking-pod:hover .btn,
  .pods.pods-type-a.parking-pod:focus .btn {
    background: #64223f;
    border-color: #64223f;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.parking-pod {
    background-color: transparent;
  }
}

.pods.pods-type-a.getting-here-pod {
  background-color: #64223f;
}

.pods.pods-type-a.getting-here-pod .text-layer {
  background-color: #64223f;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.getting-here-pod .text-layer {
    background-color: #fff;
  }
}

.pods.pods-type-a.getting-here-pod:hover .btn,
.pods.pods-type-a.getting-here-pod:focus .btn {
  background: #fff;
  border-color: #fff;
  color: #64223f;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.getting-here-pod:hover .btn,
  .pods.pods-type-a.getting-here-pod:focus .btn {
    background: #64223f;
    border-color: #64223f;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a.getting-here-pod {
    background-color: transparent;
  }
}

.pods.pods-type-a .pod-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.pods.pods-type-a .pod-image {
  object-fit: cover;
  height: 100%;
  max-height: 230px;
}

.pods.pods-type-a .pods-a-image {
  position: relative;
  width: 100%;
  height: 315px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a .pods-a-image {
    right: 0;
    width: 38%;
    height: 100%;
    position: absolute;
  }
}

.pods.pods-type-a .text-layer {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pods.pods-type-a .text-layer h2,
  .pods.pods-type-a .text-layer p {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .pods.pods-type-a .text-layer {
    padding: 25px 30px;
    width: 62%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pods.pods-type-a .text-layer {
    padding: 12px 20px;
  }
}

.pods a {
  outline: none;
}

.pods .pod-title {
  font-weight: 600;
  line-height: 33px;
}

.pods .pod-button {
  padding: 8px 40px;
}

.pods .desktop-image {
  display: none;
}

@media screen and (min-width: 768px) {
  .pods .desktop-image {
    display: block;
  }
}

.pods .mobile-image {
  display: block;
}

@media screen and (min-width: 768px) {
  .pods .mobile-image {
    display: none;
  }
}

.pods.pods-type-b {
  display: block;
}

.pods.pods-type-b:hover .button-with-right-pointing-arrow,
.pods.pods-type-b:focus .button-with-right-pointing-arrow {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.pods.pods-type-b .pod-title,
.pods.pods-type-b .pod-description {
  color: #fff;
}

.pods.pods-type-b .pod-image {
  object-fit: cover;
  height: 100%;
  max-height: 230px;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .pod-image {
    position: absolute;
    max-height: 100%;
  }
}

.pods.pods-type-b .pod-image.smaller-desktop-image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .pod-image.smaller-desktop-image {
    width: 50%;
    right: 0;
  }
}

.pods.pods-type-b .pod-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
}

.pods.pods-type-b .pod-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pods.pods-type-b .pod-title {
    font-size: 1.3rem;
  }
}

.pods.pods-type-b .pod-description {
  font-size: 0.9rem;
  min-height: 85px;
}

.pods.pods-type-b .text-layer {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  z-index: 1;
}

.pods.pods-type-b .text-layer.background-ua-red {
  background-color: #ce0058;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-ua-red {
    background-color: transparent;
  }
}

.pods.pods-type-b .text-layer.background-ua-red::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-ua-red::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    z-index: -1;
    background: #ce0058;
    transform-origin: bottom left;
  }
}

.pods.pods-type-b .text-layer.background-deep-carrot-orange {
  background-color: #ed6b2d;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-deep-carrot-orange {
    background-color: transparent;
  }
}

.pods.pods-type-b .text-layer.background-deep-carrot-orange::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-deep-carrot-orange::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ed6b2d;
    transform-origin: bottom left;
  }
}

.pods.pods-type-b .text-layer.background-blue-chill {
  background-color: #00a499;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-blue-chill {
    background-color: transparent;
  }
}

.pods.pods-type-b .text-layer.background-blue-chill::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-blue-chill::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #00a499;
    transform-origin: bottom left;
  }
}

.pods.pods-type-b .text-layer.background-barossa {
  background-color: #432a3e;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-barossa {
    background-color: transparent;
  }
}

.pods.pods-type-b .text-layer.background-barossa::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer.background-barossa::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #432a3e;
    transform-origin: bottom left;
  }
}

@media screen and (min-width: 768px) {
  .pods.pods-type-b .text-layer {
    padding: 25px 30px;
    width: 62%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pods.pods-type-b .text-layer {
    padding: 20px 20px;
  }
}

.general-card {
  display: block;
  background-color: #fff;
  transition: transform 300ms;
  outline: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.general-card__head {
  position: relative;
}

.general-card__image {
  min-height: 200px;
  object-fit: cover;
  width: 100%;
}

.general-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.general-card__date {
  margin: 0;
}

.general-card__type {
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0;
  color: #532337;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px 25px;
}

.general-card__job-categories {
  padding: 10px 10px 0px 24px;
  margin-bottom: 0px;
  font-size: 0.9rem;
}

.general-card__body {
  background-color: #fff;
  padding: 25px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.general-card .general-button-wrapper {
  display: flex;
  justify-content: flex-end;
}

.general-card:hover .button-with-right-pointing-arrow,
.general-card:focus .button-with-right-pointing-arrow {
  text-decoration: underline;
  text-decoration-color: #64223f;
}

.general-card .entertainment-button-wrapper .button-with-right-pointing-arrow {
  justify-content: flex-end;
}

.general-card .left-button-position .button-with-right-pointing-arrow {
  justify-content: flex-start;
}

.general-card .right-button-position .button-with-right-pointing-arrow {
  justify-content: flex-end;
}

.general-card.jobs-card .general-card__body {
  padding: 5px 25px 25px 25px;
}

.general-card.jobs-card .general-card__image {
  height: 280px;
}

.general-card.jobs-card .general-card__body {
  min-height: 124px;
}

.general-card.event-card .general-card__image {
  height: 270px;
  object-fit: cover;
  object-position: center;
}

.general-card.news-card .general-card__image {
  height: 270px;
  object-fit: cover;
  object-position: center;
}

.general-card.news-media-card:hover .general-card__body,
.general-card.news-media-card:focus .general-card__body {
  background-color: #ce0058;
}

.general-card.news-media-card:hover .button-with-right-pointing-arrow,
.general-card.news-media-card:focus .button-with-right-pointing-arrow {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.general-card.news-media-card .general-card__body {
  background-color: #00a499;
}

.general-card.news-media-card p,
.general-card.news-media-card h3,
.general-card.news-media-card
  .button-with-right-pointing-arrow.primary
  .button-text {
  color: #fff;
}

.general-card.news-media-card
  .button-with-right-pointing-arrow.primary
  .button-text:hover,
.general-card.news-media-card
  .button-with-right-pointing-arrow.primary
  .button-text:focus {
  text-decoration-color: #fff;
}

.general-card.entertainment-card .general-card__image {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.general-card.entertainment-card ul {
  list-style: none;
}

.general-card.entertainment-card ul li {
  margin-bottom: 13px;
}

.general-card.entertainment-card ul li a {
  text-decoration: underline;
  outline: none;
}

.general-card.entertainment-card ul li ::before {
  content: "•";
  color: #c0b800;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}

.slick-slide {
  line-height: 0;
}

.forest-hero {
  height: 439px;
}

.pt-100 {
  padding-top: 60px;
}

.forest-hero .middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  align-items: center;
}

.forest-giant .content {
  margin-top: 100px;
  margin-bottom: 40px;
  z-index: 1;
}

.forest-btn {
  background-color: #869134 !important;
  border-color: #869134 !important;
  padding: 0.5rem 1rem;
}

.forest-btn:hover,
.forest-btn:focus {
  background-color: white !important;
  border-color: white !important;
  color: #869134 !important;
}

.forest-offers {
  margin-bottom: 25px;
}

.forest-offers::before,
.forest-offers::after {
  display: inline-block;
  content: "";
  border-top: 0.3rem solid #535a24;
  width: 6rem;
  margin: 0 2rem;
  transform: translateY(-0.5rem);
}

.forest-button {
  color: white;
  background: #535a24;
  padding: 10px 25px;
  border-radius: 5px;
}

.forest-button:hover {
  color: white;
  background: #535a24;
}

.card-img-top {
  max-height: 230px;
  object-fit: cover;
  object-position: top;
}

.card {
  margin-bottom: 1.5rem;
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.5);
}

.event-date {
  margin-bottom: 0.3rem;
}

.event-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.forest-footer h4 {
  color: #535a24;
  font-size: 30px;
  font-weight: 600;
}

.forest-footer p {
  margin-bottom: 2.5rem;
}

.new-footer .footer-copyright {
  background-color: white;
}

.new-footer .footer-copyright p {
  color: black;
}

.new-footer .footer-copyright a {
  color: black;
  text-decoration: none;
}

.hero-left,
.hero-right {
  display: none;
}

.forest-logo {
  width: 50%;
  height: auto;
}

.hero-middle,
.hero-bottom {
  width: 290px;
  height: auto;
}

.hero-top {
  height: 110px;
  width: auto;
}

@media screen and (min-width: 391px) {
  .forest-hero {
    height: 557px;
  }

  .hero-middle,
  .hero-bottom {
    width: 395px;
    height: auto;
  }
}

@media screen and (min-width: 576px) {
  .forest-giant .content {
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .forest-footer h4 {
    color: #535a24;
    font-size: 40px;
    font-weight: 600;
  }

  .pt-100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .forest-hero {
    height: 588px;
  }

  .hero-top {
    height: 140px;
    width: auto;
  }

  .forest-event::before,
  .forest-event::after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid white;
    width: 6rem;
    margin: 0 2rem;
    transform: translateY(-0.5rem);
  }

  .forest-logo {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .forest-hero {
    height: 524px;
  }

  .forest-giant .content {
    margin-top: 100px;
    margin-bottom: 83px;
  }

  .hero-middle,
  .hero-bottom {
    width: 340px;
    height: auto;
  }

  .hero-left,
  .hero-right {
    position: absolute;
    display: inline-block;
  }

  .hero-left {
    left: -121px;
    bottom: -14px;
    height: 1101px;
    width: auto;
  }

  .hero-right {
    right: 0;
    bottom: -45px;
    width: 555px;
  }
}

@media screen and (min-width: 1042px) {
  .hero-left {
    left: -87px;
    bottom: -14px;
    height: 1060px;
    width: auto;
  }

  .hero-right {
    right: 0;
    bottom: -45px;
    width: 555px;
  }
}

@media screen and (min-width: 1200px) {
  .forest-hero {
    height: 450px;
  }

  .forest-giant .content {
    margin-top: 160px;
    margin-bottom: 83px;
  }

  .hero-middle,
  .hero-bottom {
    width: 450px;
    height: auto;
  }

  .hero-left {
    left: -85px;
    height: 1220px;
    width: auto;
  }

  .hero-right {
    width: 700px;
  }

  .forest-hero {
    height: 650px;
  }
}

@media screen and (min-width: 1300px) {
  .hero-left {
    left: -40px;
    height: 1175px;
    width: auto;
  }

  .hero-right {
    width: 700px;
  }
}

@media screen and (min-width: 1400px) {
  .hero-left {
    left: 0;
    height: 1175px;
    width: auto;
  }

  .hero-right {
    width: 700px;
  }
}

@media screen and (min-width: 1563px) {
  .hero-left {
    left: 18px;
    height: 1140px;
    width: auto;
  }
}

.slick-button {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 40%;
  z-index: 1;
}

.slick-button.left {
  left: 0;
}
.slick-prev:before {
  font-size: 50px !important;
  width: 50px !important;
  display: none;
}
.slick-prev svg {
  width: 35px;
  margin-left: 7px;
}
.slick-next svg {
  width: 35px;
  margin-right: 7px;
}

.slick-button.right {
  right: 0;
  width: 42px;
}
.slick-next:before {
  font-size: 50px !important;
  width: 42px !important;
  display: none;
}

.competition-page .required-input::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.competition-page label {
  font-weight: 600;
}

.competition-page .contact-us-checkbox {
  -webkit-appearance: checkbox;
}

.competition-page .custom-checkbox *,
.competition-page .custom-checkbox *:before,
.competition-page .custom-checkbox *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.competition-page .custom-checkbox .lexicon-newsletter-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.competition-page .custom-checkbox .new {
  padding: 50px;
}

.competition-page .custom-checkbox .btn {
  padding: 7px 30px;
  height: 45px;
  box-shadow: none;
}

.competition-page .custom-checkbox .form-group {
  display: block;
  margin-bottom: 15px;
}

.competition-page .custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.competition-page .custom-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.competition-page .custom-checkbox .checkbox-wrapper {
  height: 24px;
  outline: none;
}

.competition-page
  .custom-checkbox
  .checkbox-wrapper:focus
  .form-group
  label:before {
  border: 2px solid #64223f;
}

.competition-page .custom-checkbox .checkbox-text {
  padding-left: 15px;
  line-height: 1.2rem;
}

.competition-page .custom-checkbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.competition-page .custom-checkbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #64223f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.xmas-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 15px;
  top: 36%;
  bottom: 0;
  text-align: center;
}

.third {
  top: 25%;
}

.xmas-text p {
  color: white;
  font-size: 14px;
  line-height: 1.2;
  text-shadow: 0 0 4px black;
}

.xmas-text p:first-child {
  font-size: 18px;
}

.xmas-text .xmas-divider {
  border-bottom: 1px solid white;
  margin: 0 auto 10px auto;
  width: 50%;
}

.xmas-text-small p:first-child {
  font-size: 18px;
  margin: 0 auto 15px auto;
  text-align: center;
}

.xmas-text-short p:first-child {
  margin: 0 auto 15px auto;
  text-align: center;
  width: 58%;
}

.break-40 {
  width: 40%;
}

.qr-code {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 69px;
  width: 200px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .qr-code {
    top: 180px;
  }

  .xmas-text {
    width: 50%;
    margin: auto;
  }

  .xmas-text p {
    font-size: 12px;
  }

  .xmas-text p:first-child {
    font-size: 20px;
  }

  .xmas-text-small p:first-child {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .qr-code {
    top: 180px;
  }

  .xmas-text p {
    font-size: 16px;
  }

  .xmas-text p:first-child {
    font-size: 30px;
  }

  .xmas-text-small p:first-child {
    font-size: 19px;
  }

  .break-70 {
    width: 70%;
  }

  .xmas-text-small p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .qr-code {
    top: 180px;
    width: 300px;
    right: 19px;
  }
}

.btn.btn-primary.btn-forest-springs {
  background: #91d3d3;
  border-color: #91d3d3;
}

.btn.btn-primary.btn-forest-springs:hover,
.btn.btn-primary.btn-forest-springs:focus {
  background: #ffffff;
  color: #91d3d3;
}

.lexicon-takeover section {
  padding: 100px 0;
}

.lexicon-takeover .lexicon-takeover-banner {
  padding: 0;
}

.lexicon-takeover .lexicon-takeover-banner h1 {
  color: #ffffff;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 90px;
  text-transform: uppercase;
}

.lexicon-takeover .lexicon-takeover-banner h2 {
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/*.lexicon-takeover .lexicon-takeover-banner h2:after {*/
/*  background: #FFFFFF;*/
/*  bottom: 0;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 2px;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  width: 280px;*/
/*}*/

.lexicon-takeover .lexicon-takeover-banner p {
  color: #ffffff;
  font-weight: bold;
}

.lexicon-takeover .lexicon-takeover-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lexicon-takeover .lexicon-takeover-content h2 {
  color: #91d3d3;
  font-size: 1.75rem;
  font-weight: 700;
}

.lexicon-takeover .lexicon-takeover-content p {
  font-size: 1.25rem;
  color: #434b4f;
}

.lexicon-takeover .lexicon-takeover-content video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

.lexicon-takeover .lexicon-takeover-activities {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lexicon-takeover .lexicon-takeover-activities h2 {
  position: relative;
}

.lexicon-takeover .lexicon-takeover-activities h2 + p {
  margin-bottom: 35px;
}

/*@media screen and (min-width:768px) {*/
/*  .lexicon-takeover .lexicon-takeover-activities h2 {*/
/*    padding: 0 33%;*/
/*  }*/

/*  .lexicon-takeover .lexicon-takeover-activities h2:before {*/
/*    background: #FFFFFF;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 2px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 31%;*/
/*  }*/

/*  .lexicon-takeover .lexicon-takeover-activities h2:after {*/
/*    background: #FFFFFF;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 2px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 31%;*/
/*  }*/
/*}*/

.lexicon-takeover .lexicon-takeover-activities h2 + .row > .col-12 {
  margin-bottom: 35px;
}

.lexicon-takeover .lexicon-takeover-activities .general-card,
.lexicon-takeover .lexicon-takeover-activities .general-card:hover,
.lexicon-takeover .lexicon-takeover-activities .general-card:focus {
  color: #91d3d3;
}

.lexicon-takeover
  .lexicon-takeover-activities
  .general-card:hover
  .button-with-right-pointing-arrow,
.lexicon-takeover
  .lexicon-takeover-activities
  .general-card:focus
  .button-with-right-pointing-arrow {
  text-decoration-color: #91d3d3;
}

.lexicon-takeover
  .lexicon-takeover-activities
  .general-card
  .general-button-wrapper {
  justify-content: flex-start;
}

.lexicon-takeover
  .lexicon-takeover-activities
  .general-card
  .general-button-wrapper
  .button-text {
  color: #91d3d3;
}

.lexicon-takeover
  .lexicon-takeover-activities
  .general-card
  .general-button-wrapper
  svg
  path {
  fill: #91d3d3;
}
