/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
f- : Form,
e- : Element,
*****/
.e-accordionitem {
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
}
.e-accordionitem:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.e-accordionitem .title h4 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 50px;
  position: relative;
  display: block;
  margin: 0;
}
.e-accordionitem .title h4:after {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 40px;
  font-size: 4rem;
  line-height: 36px;
  content: "+";
  display: block;
  text-align: center;
  position: absolute;
  font-weight: 300;
  top: 0;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00BFB3;
  color: #ffffff;
}
.e-accordionitem .title h4:hover {
  color: #00BFB3;
  cursor: pointer;
}
.e-accordionitem .title h4:hover:after {
  color: #003E51;
}
.e-accordionitem .title.open h4:after {
  content: "-";
  background: #003E51;
  line-height: 32px;
  color: #ffffff;
}
.e-accordionitem .more {
  padding: 20px 0;
  display: none;
}

.e-documentdownload {
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
}
.e-documentdownload:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.e-documentdownload a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #00BFB3;
  display: block;
  position: relative;
  padding-right: 40px;
}
.e-documentdownload a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: flex;
  width: 30px;
  height: 30px;
  background: #00BFB3;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.e-documentdownload a:hover {
  color: #003E51;
}
.e-documentdownload a:hover:after {
  background: #003E51;
}
.e-documentdownload a span,
.e-documentdownload a p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  padding: 0;
  margin: 0;
  color: #003E51;
}
.e-documentdownload a span:empty,
.e-documentdownload a p:empty {
  display: none;
}
.e-documentdownload a span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

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

.m-giftcard {
  background-color: #003E51;
  position: relative;
}
.m-giftcard .e-text {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .m-giftcard .e-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-giftcard .e-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 500px) {
  .m-giftcard .e-text {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-giftcard .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-giftcard .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-giftcard .e-text {
    width: 41.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-giftcard .e-text {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-giftcard .e-text h2,
.m-giftcard .e-text p {
  color: #ffffff;
}
.m-giftcard .e-text h2 strong {
  color: #97D700;
}
@media (min-width: 500px) {
  .m-giftcard .e-image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-giftcard .e-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left center;
  }
}
@media (min-width: 992px) {
  .m-giftcard {
    background-image: url("../images/backgrounds/Gift-card_line.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .m-giftcard .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1460px) {
  .m-giftcard .container {
    padding-left: 100px;
  }
  .m-giftcard .container:before {
    content: "";
    display: block;
    width: 100%;
    background: #003E51;
    height: 100px;
    top: 100%;
    right: calc(100% - 145px);
    position: absolute;
    z-index: 20;
  }
}

.m-highlights {
  background-color: #F6BE00;
  overflow: hidden;
}
.m-highlights .slick-dots {
  position: relative;
  bottom: 0;
  margin: 20px 0 0;
}
.m-highlights .slick-dots li.slick-active button {
  background: #ffffff;
}
.m-highlights .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .m-highlights .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-highlights .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-highlights .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
@media (min-width: 500px) {
  .m-highlights .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-highlights .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-highlights .e-text {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-highlights .e-text {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-highlights .e-text {
    width: 0.2666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-highlights .e-text h2,
.m-highlights .e-text p {
  color: #ffffff;
}
.m-highlights .e-text h2 strong,
.m-highlights .e-text p strong {
  color: #ffffff;
}
.m-highlights .e-carousel {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-highlights .e-carousel {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-highlights .e-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-highlights .e-carousel {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-highlights .e-carousel {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-highlights .e-carousel {
    width: 0.725;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-highlights .e-carousel .slick-list {
  overflow: visible;
}
.m-highlights .e-carousel .e-carditem {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.m-highlights .e-carousel .e-carditem.slick-current {
  opacity: 1;
}
.m-highlights .e-carousel .e-carditem.slick-current ~ .e-carditem {
  opacity: 1;
}
.m-highlights .e-carousel .e-carditem .card-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-highlights .e-carousel .e-carditem .card-inner .image {
  position: relative;
  width: 94%;
  margin-right: auto;
  z-index: 20;
}
.m-highlights .e-carousel .e-carditem .card-inner .image img {
  position: relative;
  width: 100%;
}
.m-highlights .e-carousel .e-carditem .card-inner .text {
  padding: 80px 20px 20px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  width: 94%;
  margin-top: -60px;
  margin-left: auto;
  text-align: left;
  direction: ltr;
}
.m-highlights .e-carouselnav {
  display: none;
}
@media (min-width: 992px) {
  .m-highlights {
    background-image: url("../images/backgrounds/Highlights_line.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 20% center;
  }
  .m-highlights .e-text {
    padding: 50px 15px 50px 40px;
  }
  .m-highlights .e-carouselnav {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .m-highlights .e-carouselnav > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6BE00;
    background: #ffffff;
    bottom: 0;
    position: absolute;
    padding: 0;
  }
  .m-highlights .e-carouselnav > div:hover {
    cursor: pointer;
    color: #ffffff;
    background: #F6BE00;
  }
  .m-highlights .e-carouselnav > div.slick-disabled {
    color: #ffffff;
    background: #F6BE00;
    pointer-events: none;
    opacity: 0.5;
  }
  .m-highlights .e-carouselnav .prev {
    left: 0;
  }
  .m-highlights .e-carouselnav .next {
    left: 75px;
  }
}
@media (min-width: 1230px) {
  .m-highlights .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 80%;
    width: 100%;
    background: #ffffff;
    z-index: 30;
    right: 100%;
  }
  .m-highlights .e-text {
    padding: 100px 25px 100px 50px;
  }
  .m-highlights .e-carousel .e-carditem .card-inner .text {
    padding: 130px 30px 30px;
    margin-top: -100px;
  }
  .m-highlights .e-carouselnav > div {
    width: 100px;
    height: 100px;
  }
  .m-highlights .e-carouselnav > div.next {
    left: 100px;
  }
}

.m-instore {
  position: relative;
}
.m-instore h2 strong {
  color: #E31C79;
}
.m-instore .e-mainimage {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  order: 2;
}
@media (min-width: 500px) {
  .m-instore .e-mainimage {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-instore .e-mainimage {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-instore .e-mainimage {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-instore .e-mainimage {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-instore .e-mainimage {
    width: 0.3333333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-instore .e-secondimage {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  order: 1;
  position: relative;
  z-index: 10;
}
@media (min-width: 500px) {
  .m-instore .e-secondimage {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-instore .e-secondimage {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-instore .e-secondimage {
    width: 16.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-instore .e-secondimage {
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-instore .e-secondimage {
    width: 0.1666666667;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-instore .e-secondimage:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #E31C79;
  position: absolute;
  top: 0;
  left: 0;
}
.m-instore .e-text {
  padding: 30px 0;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 3;
}
@media (min-width: 500px) {
  .m-instore .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-instore .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-instore .e-text {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-instore .e-text {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-instore .e-text {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-instore .e-thirdimage {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 500px) {
  .m-instore .e-thirdimage {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-instore .e-thirdimage {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-instore .e-thirdimage {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-instore .e-thirdimage {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-instore .e-thirdimage {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-instore .e-fourthimage {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 4;
  align-items: flex-end;
  display: none;
}
@media (min-width: 500px) {
  .m-instore .e-fourthimage {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-instore .e-fourthimage {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-instore .e-fourthimage {
    width: 15%;
  }
}
@media (min-width: 1230px) {
  .m-instore .e-fourthimage {
    width: 15%;
  }
}
@media (min-width: 1460px) {
  .m-instore .e-fourthimage {
    width: 0.15;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-instore .e-fourthimage .inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.m-instore .e-fourthimage .inner:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #E31C79;
}
.m-instore .e-fourthimage .inner img {
  width: 80px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .m-instore .row {
    position: relative;
  }
  .m-instore .e-mainimage {
    padding: 50px 0;
    order: 1;
  }
  .m-instore .e-secondimage {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
  }
  .m-instore .e-secondimage:after {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .m-instore .e-thirdimage {
    display: flex;
    align-items: flex-end;
    order: 3;
  }
  .m-instore .e-fourthimage {
    order: 5;
    align-items: flex-start;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
  }
  .m-instore .e-fourthimage .inner {
    width: 100%;
    position: relative;
  }
  .m-instore .e-fourthimage .inner:after {
    position: absolute;
    right: 0;
    top: 100%;
    width: 50%;
    height: 50%;
  }
  .m-instore .e-fourthimage .inner img {
    width: 100%;
  }
  .m-instore .e-text {
    padding: 50px 30px;
    order: 4;
  }
}
@media (min-width: 1230px) {
  .m-instore .container {
    position: relative;
  }
  .m-instore .container:before {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    content: "";
    display: block;
    width: 0%;
    height: 50%;
    position: absolute;
    left: -25%;
    top: 0px;
    background-image: url("../images/backgrounds/Animation-trail-01.svg");
    background-repeat: no-repeat;
    background-size: 980px auto;
    background-position: left center;
    z-index: 20;
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .m-instore .container:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: "";
    display: block;
    width: 80%;
    height: 50%;
    background-image: url("../images/backgrounds/Animation-bird-01.svg");
    background-repeat: no-repeat;
    background-size: 980px auto;
    background-position: left center;
    position: absolute;
    top: 0;
    left: -25%;
    opacity: 0;
    transform-origin: center center;
    transition-delay: 1.8s;
  }
  .m-instore .container.aos-animate:before {
    width: 80%;
  }
  .m-instore .container.aos-animate:after {
    opacity: 1;
  }
  .m-instore .e-mainimage {
    padding: 100px 0;
  }
  .m-instore .e-secondimage:after {
    z-index: 30;
  }
  .m-instore .e-text {
    padding: 100px 15px;
  }
  .m-instore .e-fourthimage {
    padding-top: 100px;
    display: flex;
  }
}
@media (min-width: 1460px) {
  .m-instore .container:before, .m-instore .container:after {
    background-size: 1160px auto;
  }
  .m-instore .e-fourthimage {
    width: 260px;
  }
}

.m-newslettersignup {
  background: #003E51;
}
.m-newslettersignup .container {
  background-image: url("../images/backgrounds/Newsletter_image.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 10% bottom;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-newslettersignup .e-title,
.m-newslettersignup .e-signup {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-newslettersignup .e-title,
  .m-newslettersignup .e-signup {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-newslettersignup .e-title,
  .m-newslettersignup .e-signup {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-newslettersignup .e-title,
  .m-newslettersignup .e-signup {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-newslettersignup .e-title,
  .m-newslettersignup .e-signup {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-newslettersignup .e-title,
  .m-newslettersignup .e-signup {
    width: 0.1666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-newslettersignup .e-title h3 {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.m-newslettersignup .e-title h3 strong {
  font-weight: 800;
}
.m-newslettersignup .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-newslettersignup .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-newslettersignup .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-newslettersignup .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-newslettersignup .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-newslettersignup .e-text {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-newslettersignup .e-text p {
  color: #ffffff;
}
@media (min-width: 992px) {
  .m-newslettersignup .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-newslettersignup .e-text p {
    margin: 0;
  }
  .m-newslettersignup .e-signup {
    text-align: right;
  }
}

.m-splittext.login .e-column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 500px) {
  .m-splittext.login .e-column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-splittext.login .e-column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-splittext.login .e-column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-splittext.login .e-column {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-splittext.login .e-column {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-splittext .e-column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media (min-width: 500px) {
  .m-splittext .e-column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-splittext .e-column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-splittext .e-column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-splittext .e-column {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-splittext .e-column {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-splittext .e-column form label span {
  color: #00BFB3;
}
.m-splittext .e-column form .form-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-splittext .e-column form .form-nav a {
  margin-top: 10px;
}
.m-splittext .e-column form .form-nav a:hover {
  color: #003E51;
}
@media (min-width: 768px) {
  .m-splittext .e-column form .form-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .m-splittext .e-column form .form-nav a {
    margin-top: 0;
  }
}

.m-textmedia, .m-storecentremap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-textmedia, .m-storecentremap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-textmedia, .m-storecentremap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-textmedia.sub-page, .sub-page.m-storecentremap {
  padding: 30px 0 50px;
  background: none;
}
.m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
.m-textmedia.sub-page .e-text,
.sub-page.m-storecentremap .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
  .m-textmedia.sub-page .e-text,
  .sub-page.m-storecentremap .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
  .m-textmedia.sub-page .e-text,
  .sub-page.m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
  .m-textmedia.sub-page .e-text,
  .sub-page.m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
  .m-textmedia.sub-page .e-text,
  .sub-page.m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-textmedia.sub-page .e-media, .sub-page.m-storecentremap .e-media,
  .m-textmedia.sub-page .e-text,
  .sub-page.m-storecentremap .e-text {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-textmedia.sub-page .e-media h2, .sub-page.m-storecentremap .e-media h2,
.m-textmedia.sub-page .e-text h2,
.sub-page.m-storecentremap .e-text h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 800;
}
.m-textmedia .e-media, .m-storecentremap .e-media {
  position: relative;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  order: 1;
}
.m-textmedia .e-media .e-play, .m-storecentremap .e-media .e-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
}
.m-textmedia .e-media .e-play svg, .m-storecentremap .e-media .e-play svg {
  width: 60px;
  height: 60px;
}
.m-textmedia .e-media .e-play .st0, .m-storecentremap .e-media .e-play .st0 {
  opacity: 0.8;
  fill: #00BFB3;
}
.m-textmedia .e-media .e-play .st1, .m-storecentremap .e-media .e-play .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.m-textmedia .e-media .e-play span, .m-storecentremap .e-media .e-play span {
  position: absolute;
  font-size: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.m-textmedia .e-media .e-play:before, .m-storecentremap .e-media .e-play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-textmedia .e-media .e-play:hover, .m-storecentremap .e-media .e-play:hover {
  cursor: pointer;
}
.m-textmedia .e-media .e-play:hover:before, .m-storecentremap .e-media .e-play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 992px) {
  .m-textmedia .e-media .e-play, .m-storecentremap .e-media .e-play {
    font-size: 30px;
    font-size: 3rem;
    line-height: 28px;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-textmedia .e-media .e-play svg, .m-storecentremap .e-media .e-play svg {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 500px) {
  .m-textmedia .e-media, .m-storecentremap .e-media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmedia .e-media, .m-storecentremap .e-media {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-textmedia .e-media, .m-storecentremap .e-media {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmedia .e-media, .m-storecentremap .e-media {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-textmedia .e-media, .m-storecentremap .e-media {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-textmedia .e-media img, .m-storecentremap .e-media img {
  display: block;
}
.m-textmedia .e-text, .m-storecentremap .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
}
@media (min-width: 500px) {
  .m-textmedia .e-text, .m-storecentremap .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmedia .e-text, .m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-textmedia .e-text, .m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmedia .e-text, .m-storecentremap .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-textmedia .e-text, .m-storecentremap .e-text {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-textmedia .e-text h2 strong, .m-storecentremap .e-text h2 strong {
  color: #59CBE8;
}
.m-textmedia .e-text .buttons, .m-storecentremap .e-text .buttons {
  margin-top: 30px;
}
.m-textmedia .e-text .buttons .btn, .m-storecentremap .e-text .buttons .btn {
  margin-right: 15px;
}
.m-textmedia .e-text .buttons .btn:last-child, .m-storecentremap .e-text .buttons .btn:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .m-textmedia, .m-storecentremap {
    background-image: url("../images/backgrounds/How-to-get-here_line.svg");
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: right 70%;
  }
  .m-textmedia .e-media, .m-storecentremap .e-media {
    margin-bottom: 0;
  }
  .m-textmedia .e-text .inner, .m-storecentremap .e-text .inner {
    max-width: 665px;
  }
  .m-textmedia.text-left .e-media, .text-left.m-storecentremap .e-media {
    order: 2;
  }
  .m-textmedia.text-left .e-text, .text-left.m-storecentremap .e-text {
    order: 1;
  }
  .m-textmedia.text-right .e-media, .text-right.m-storecentremap .e-media {
    order: 1;
  }
  .m-textmedia.text-right .e-text, .text-right.m-storecentremap .e-text {
    order: 2;
  }
}
@media (min-width: 1230px) {
  .m-textmedia.sub-page.text-right .e-text, .sub-page.text-right.m-storecentremap .e-text {
    padding-left: 80px;
  }
  .m-textmedia.sub-page.text-left .e-text, .sub-page.text-left.m-storecentremap .e-text {
    padding-right: 80px;
  }
}

.m-umbracoform .inner {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .m-umbracoform .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-umbracoform .inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-umbracoform .inner {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-umbracoform .inner {
    width: 58.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-umbracoform .inner {
    width: 0.5;
    padding-left: 0;
    padding-right: 0;
  }
}

.m-whatshappening {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-whatshappening {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-whatshappening {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-whatshappening .container.grey {
  background: #efefef;
  position: relative;
  padding: 15px;
}
.m-whatshappening .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  height: 260px;
  background: #EE2737;
  right: 100%;
  top: 0;
}
.m-whatshappening .container .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
}
@media (min-width: 500px) {
  .m-whatshappening .container .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-whatshappening .container .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-whatshappening .container .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-whatshappening .container .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-whatshappening .container .e-text {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-whatshappening .container .e-text h2 strong {
  color: #EE2737;
}
.m-whatshappening .container .e-narrow,
.m-whatshappening .container .e-full {
  margin-bottom: 30px;
}
.m-whatshappening .container .e-narrow:last-child,
.m-whatshappening .container .e-full:last-child {
  margin-bottom: 0;
}
.m-whatshappening .container .e-narrow img,
.m-whatshappening .container .e-full img {
  width: 100%;
}
.m-whatshappening .container .e-narrow .text,
.m-whatshappening .container .e-full .text {
  padding: 20px;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.m-whatshappening .container .e-narrow .text h3,
.m-whatshappening .container .e-full .text h3 {
  margin-bottom: 0;
}
.m-whatshappening .container .e-narrow .text p,
.m-whatshappening .container .e-narrow .text ul li,
.m-whatshappening .container .e-full .text p,
.m-whatshappening .container .e-full .text ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.m-whatshappening .container .e-narrow .text p.date,
.m-whatshappening .container .e-narrow .text ul li.date,
.m-whatshappening .container .e-full .text p.date,
.m-whatshappening .container .e-full .text ul li.date {
  margin-top: 0;
}
.m-whatshappening .container .e-narrow .text .e-cta,
.m-whatshappening .container .e-full .text .e-cta {
  margin-top: 20px;
  display: inline-block;
}
.m-whatshappening .container .e-narrow .text ul,
.m-whatshappening .container .e-full .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
}
.m-whatshappening .container .e-narrow .text ul li,
.m-whatshappening .container .e-full .text ul li {
  padding: 2px 10px;
  border-radius: 4px;
  background: #efefef;
  margin: 0 15px 0 0;
}
.m-whatshappening .container .e-narrow {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-whatshappening .container .e-narrow {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-whatshappening .container .e-narrow {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-whatshappening .container .e-narrow {
    width: 41.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-whatshappening .container .e-narrow {
    width: 41.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-whatshappening .container .e-narrow {
    width: 0.4166666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-whatshappening .container .e-full {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-whatshappening .container .e-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-whatshappening .container .e-full {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-whatshappening .container .e-full {
    width: 58.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-whatshappening .container .e-full {
    width: 58.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-whatshappening .container .e-full {
    width: 0.5833333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-whatshappening .container .e-full .text {
  width: 90%;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .m-whatshappening {
    padding-top: 200px;
    overflow: hidden;
  }
  .m-whatshappening .e-text {
    margin: -50px 0 50px;
  }
  .m-whatshappening .e-text h2 {
    margin-top: -50px;
  }
  .m-whatshappening .container.grey {
    position: relative;
  }
  .m-whatshappening .container.grey:after {
    content: "";
    display: block;
    width: 50%;
    height: 120px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
  }
  .m-whatshappening .row:first-child {
    position: relative;
  }
  .m-whatshappening .row:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background-image: url("../images/backgrounds/WhatsOn_line.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 top;
  }
  .m-whatshappening .e-narrow:first-child {
    margin: -200px 0 100px;
  }
}
@media (min-width: 992px) {
  .m-whatshappening .container.grey {
    padding: 100px 15px;
  }
}
@media (min-width: 1460px) {
  .m-whatshappening .container.grey {
    padding: 100px;
  }
  .m-whatshappening .container .e-narrow,
  .m-whatshappening .container .e-full {
    margin-bottom: 50px;
  }
  .m-whatshappening .container .e-narrow .text,
  .m-whatshappening .container .e-full .text {
    padding: 50px;
  }
}

.e-aside {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 500px) {
  .e-aside {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .e-aside {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .e-aside {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .e-aside {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .e-aside {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.e-aside .inner {
  width: 100%;
  position: relative;
}
.e-aside .inner ul {
  border: 1px solid #E9EFF0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.e-aside .inner ul li {
  margin: 0;
  border-top: 1px solid #E9EFF0;
}
.e-aside .inner ul li:first-child {
  border-top: none;
}
.e-aside .inner ul li.active a {
  pointer-events: none;
  font-weight: 800;
  background: #E9EFF0;
}
.e-aside .inner ul li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  padding: 15px 30px;
  font-weight: 400;
  display: block;
  color: #003E51;
}
.e-aside .inner ul li a:hover {
  background: #003E51;
  color: #ffffff;
}
@media (min-width: 992px) {
  .e-aside {
    display: block;
    margin-left: auto;
    position: relative;
  }
  .e-aside .inner {
    min-height: 380px;
  }
}
@media (min-width: 1335px) {
  .e-aside .inner:before, .e-aside .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 100px);
    right: -55%;
    background-repeat: no-repeat;
    background-size: 465px auto;
    background-position: right center;
    width: 465px;
    height: 300px;
  }
  .e-aside .inner:before {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-image: url("../images/backgrounds/Animation-bird-_sub-nav1.svg");
    opacity: 0;
    transition-delay: 1.8s;
  }
  .e-aside .inner:after {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    background-image: url("../images/backgrounds/Animation-bird-_sub-nav2.svg");
    width: 0;
    -webkit-mask: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .e-aside .inner.aos-animate:before {
    opacity: 1;
  }
  .e-aside .inner.aos-animate:after {
    width: 465px;
  }
}

.n-breadcrumb {
  padding: 10px 0;
  display: none;
  background: #F3F6F7;
}
.n-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.n-breadcrumb ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0 10px 0 0;
  color: #003E51;
  font-family: effra, sans-serif;
}
.n-breadcrumb ul li a {
  color: #003E51;
  font-family: effra, sans-serif;
}
.n-breadcrumb ul li a:hover {
  color: #00BFB3;
}
.n-breadcrumb ul li:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.n-breadcrumb ul li:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .n-breadcrumb {
    display: block;
  }
}

.m-filters {
  padding: 10px 0 0;
}
.m-filters.map {
  display: none;
}
.m-filters .e-filterlabel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #003E51;
  font-weight: 800;
}
.m-filters .e-archives {
  display: flex;
  justify-content: flex-end;
}
.m-filters .e-archives a {
  color: #003E51;
  position: relative;
  font-weight: 800;
  margin-left: 30px;
  margin-top: 20px;
  text-align: right;
}
.m-filters .e-archives a:hover {
  color: #00BFB3;
}
.m-filters .e-archives a:hover .icon {
  background: #00BFB3;
}
.m-filters .e-archives a .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: 0px;
  border-radius: 50%;
}
.m-filters .e-archives a .icon svg {
  width: 5px;
  height: 10px;
  fill: #ffffff;
}
.m-filters .offers .item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-filters .offers .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-filters .offers .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-filters .offers .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-filters .offers .item {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-filters .offers .item {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-filters .offers .item select {
  margin-bottom: 10px;
  border-radius: 40px;
  width: 100%;
}
.m-filters .offers .item select:focus, .m-filters .offers .item select:active {
  background-color: #ffffff;
}
.m-filters .map .item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-filters .map .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-filters .map .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-filters .map .item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-filters .map .item {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-filters .map .item {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-filters .map .item select {
  margin-bottom: 10px;
  border-radius: 40px;
  width: 100%;
}
.m-filters .map .item select:focus, .m-filters .map .item select:active {
  background-color: #ffffff;
}
.m-filters .news .item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 50%;
}
@media (min-width: 500px) {
  .m-filters .news .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-filters .news .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-filters .news .item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-filters .news .item {
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-filters .news .item {
    width: 0.1666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-filters .news .item:last-child {
  margin-bottom: 0;
}
.m-filters .news .item a {
  padding: 10px 25px;
  border-radius: 30px;
  background: #E5EBED;
  color: #003E51;
  display: block;
}
.m-filters .news .item a:hover {
  background: #00BFB3;
  color: #ffffff;
}
.m-filters .news .item a.active {
  color: #ffffff;
  background: #003E51;
  font-weight: 800;
  pointer-events: none;
  position: relative;
}
.m-filters .news .item a.active:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
@media (min-width: 992px) {
  .m-filters {
    padding: 50px 0 0;
  }
  .m-filters.map {
    display: block;
  }
  .m-filters .offers .item select {
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .m-filters .news .item {
    margin-bottom: 0;
  }
}

@keyframes activeItem {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.m-homepagebanner {
  position: relative;
}
.m-homepagebanner .e-mainslider .item {
  position: relative;
}
.m-homepagebanner .e-mainslider .item .image {
  width: 100%;
  max-height: 362px;
  position: relative;
  overflow: hidden;
}
.m-homepagebanner .e-mainslider .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-homepagebanner .e-mainslider .item .text {
  padding: 20px 0;
}
.m-homepagebanner .e-navslider,
.m-homepagebanner .e-carouselnav {
  display: none;
}
.m-homepagebanner .slick-dots {
  bottom: 35px;
}
@media (min-width: 992px) {
  .m-homepagebanner .e-mainslider .item {
    display: flex;
    align-items: center;
    padding: 132px 0 192px;
  }
  .m-homepagebanner .e-mainslider .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    max-height: none;
  }
  .m-homepagebanner .e-mainslider .item .image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/backgrounds/Store-list_banner.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
  .m-homepagebanner .e-mainslider .item .container {
    position: relative;
    z-index: 20;
  }
  .m-homepagebanner .e-mainslider .item .text {
    background: #ffffff;
    padding: 30px;
    width: 580px;
    height: 330px;
    position: relative;
  }
  .m-homepagebanner .e-mainslider .item .text:after {
    content: "";
    display: block;
    width: 60%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .m-homepagebanner .e-mainslider .item .text p.preamble {
    margin: 5px 0;
  }
  .m-homepagebanner .e-carouselnav {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 50;
  }
  .m-homepagebanner .e-carouselnav > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    width: 75px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003E51;
    background: #ffffff;
  }
  .m-homepagebanner .e-carouselnav > div:hover {
    cursor: pointer;
    color: #ffffff;
    background: #00BFB3;
  }
  .m-homepagebanner .e-carouselnav .prev {
    padding: 10px;
    position: absolute;
    right: 75px;
    bottom: 0;
  }
  .m-homepagebanner .e-carouselnav .next {
    padding: 10px;
    background: #ffffff;
    color: #003E51;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    background: #00BFB3;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .m-homepagebanner .e-carouselnav .next:hover {
    color: #003E51;
    background: #ffffff;
  }
  .m-homepagebanner .e-navslider {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .m-homepagebanner .e-navslider .container {
    display: flex;
    justify-content: flex-end;
  }
  .m-homepagebanner .e-navslider .inner {
    width: calc(100% - 338px);
    padding-right: 125px;
  }
  .m-homepagebanner .e-navslider .inner .item {
    position: relative;
    padding: 0 10px;
  }
  .m-homepagebanner .e-navslider .inner .item.slick-current .item-inner:before {
    opacity: 1;
  }
  .m-homepagebanner .e-navslider .inner .item.slick-current .item-inner:after {
    animation: activeItem 10s linear forwards;
  }
  .m-homepagebanner .e-navslider .inner .item.slick-current .text {
    top: 100%;
  }
  .m-homepagebanner .e-navslider .inner .item.slick-current .image img {
    filter: none;
  }
  .m-homepagebanner .e-navslider .inner .item .item-inner {
    position: relative;
    overflow: hidden;
  }
  .m-homepagebanner .e-navslider .inner .item .item-inner:before, .m-homepagebanner .e-navslider .inner .item .item-inner:after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
  }
  .m-homepagebanner .e-navslider .inner .item .item-inner:before {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    opacity: 0;
  }
  .m-homepagebanner .e-navslider .inner .item .item-inner:after {
    background: #00BFB3;
    opacity: 1;
  }
  .m-homepagebanner .e-navslider .inner .item .image {
    height: 132px;
  }
  .m-homepagebanner .e-navslider .inner .item .image img {
    object-fit: cover;
    object-position: right center;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
  }
  .m-homepagebanner .e-navslider .inner .item .text {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    z-index: 10;
  }
  .m-homepagebanner .e-navslider .inner .item .text span {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
  }
  .m-homepagebanner .e-navslider .inner .item .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #003E51;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1230px) {
  .m-homepagebanner .e-mainslider .item {
    padding: 210px 0 210px;
  }
  .m-homepagebanner .e-mainslider .item .text {
    padding: 50px;
    height: 360px;
    width: 580px;
  }
  .m-homepagebanner .e-mainslider .item .text:after {
    height: 60px;
  }
  .m-homepagebanner .e-mainslider .item .text p.preamble {
    margin: 15px 0;
  }
  .m-homepagebanner .e-carouselnav > div {
    width: 110px;
    height: 70px;
  }
  .m-homepagebanner .e-carouselnav .prev {
    right: 100px;
  }
  .m-homepagebanner .e-navslider .inner {
    padding-right: 185px;
  }
  .m-homepagebanner .e-navslider .inner .item .image {
    height: 150px;
  }
}
@media (min-width: 1460px) {
  .m-homepagebanner .e-mainslider .item {
    padding: 220px 0 280px;
  }
  .m-homepagebanner .e-navslider .inner {
    padding-right: 175px;
  }
  .m-homepagebanner .e-navslider .inner .item .image {
    height: 220px;
  }
}
@media (min-width: 1920px) {
  .m-homepagebanner .e-carouselnav .prev {
    left: 100%;
    right: auto;
  }
  .m-homepagebanner .e-carouselnav .next {
    left: calc(100% + 110px);
    right: auto;
  }
  .m-homepagebanner .e-navslider .inner {
    padding-right: 0;
    margin-right: -34px;
    width: calc(100% - 303px);
  }
}

.m-pagebanner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .m-pagebanner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-pagebanner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-pagebanner .e-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-pagebanner .e-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/No-Image-banner_line.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  z-index: 10;
}
.m-pagebanner .e-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 5;
}
.m-pagebanner .e-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 10;
}
.m-pagebanner .e-text {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
@media (min-width: 500px) {
  .m-pagebanner .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-pagebanner .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-pagebanner .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-pagebanner .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-pagebanner .e-text {
    width: 0.4166666667;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-pagebanner .e-text .inner {
  background: #ffffff;
  padding: 20px;
}
@media (min-width: 992px) {
  .m-pagebanner {
    height: 500px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1230px) {
  .m-pagebanner .e-text .inner {
    padding: 50px;
  }
}

.m-pageintro {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-pageintro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-pageintro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-pageintro .e-title {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-pageintro .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-pageintro .e-title {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-pageintro .e-title {
    width: 41.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-pageintro .e-title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-pageintro .e-title {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-pageintro .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .m-pageintro .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-pageintro .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-pageintro .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-pageintro .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-pageintro .e-text {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-pageintro .e-text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .m-pageintro .e-text {
    margin-top: 0;
  }
}

.m-share {
  padding-top: 30px;
  padding-bottom: 150px;
}
.m-share .inner {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}
.m-share h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 800;
  color: #003E51;
  margin: 0;
}
.m-share .e-socials {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
}
.m-share .e-socials li {
  margin: 0 5px;
}
.m-share .e-socials li:first-child {
  margin-left: 0;
}
.m-share .e-socials li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #003E51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-share .e-socials li a span {
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.m-share .e-socials li a:hover {
  color: #00BFB3;
  background: #ffffff;
}
.m-articleintro {
  padding: 50px 0;
  background-image: url("../images/backgrounds/Banner-NoImage.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.m-articleintro .container {
  display: flex;
  flex-wrap: wrap;
}
.m-articleintro .e-image {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 1;
}
@media (min-width: 500px) {
  .m-articleintro .e-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articleintro .e-image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articleintro .e-image {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-articleintro .e-image {
    width: 41.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-articleintro .e-image {
    width: 0.4166666667;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-articleintro .e-image img {
  width: 100%;
}
.m-articleintro .e-text {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding-top: 30px;
  order: 2;
}
@media (min-width: 500px) {
  .m-articleintro .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articleintro .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articleintro .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-articleintro .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-articleintro .e-text {
    width: 0.5833333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-articleintro .e-text .e-back {
  margin-bottom: 30px;
}
.m-articleintro .e-text .e-back a {
  position: relative;
  color: #003E51;
  display: flex;
  align-items: center;
  font-weight: 800;
}
.m-articleintro .e-text .e-back a:hover {
  color: #00BFB3;
}
.m-articleintro .e-text .e-back a:hover .icon {
  background: #003E51;
}
.m-articleintro .e-text .e-back a .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
}
.m-articleintro .e-text .e-back a .icon svg {
  width: 10px;
  height: 15px;
  fill: #ffffff;
  transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .m-articleintro {
    padding: 80px 0 30px;
  }
  .m-articleintro .container {
    flex-wrap: nowrap;
  }
  .m-articleintro .e-text {
    position: relative;
    order: 1;
    padding-right: 15px;
  }
  .m-articleintro .e-text .e-back {
    margin-bottom: 50px;
  }
  .m-articleintro .e-text h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
  }
  .m-articleintro .e-text:before {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    right: 100%;
    top: 0;
    background: #ffffff;
  }
  .m-articleintro .e-image {
    order: 2;
  }
}
.m-articleintro:last-child .m-share {
  padding-bottom: 0;
}
@media (min-width: 1230px) {
  .m-articleintro {
    padding: 180px 0 30px;
  }
  .m-articleintro .e-text {
    padding-right: 200px;
  }
}
@media (min-width: 1460px) {
  .m-articleintro .e-text {
    padding-left: 0;
  }
}

.m-articletextmedia {
  padding: 30px 0;
}
.m-articletextmedia .e-media {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  order: 1;
}
@media (min-width: 500px) {
  .m-articletextmedia .e-media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articletextmedia .e-media {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articletextmedia .e-media {
    width: 58.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-articletextmedia .e-media {
    width: 58.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-articletextmedia .e-media {
    width: 0.5416666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-articletextmedia .e-media img {
  display: block;
  width: 100%;
}
.m-articletextmedia.slim .container {
  max-width: 850px;
}
.m-articletextmedia.slim .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
}
@media (min-width: 500px) {
  .m-articletextmedia.slim .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articletextmedia.slim .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articletextmedia.slim .e-text {
    width: 41.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-articletextmedia.slim .e-text {
    width: 41.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-articletextmedia.slim .e-text {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-articletextmedia .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
}
@media (min-width: 500px) {
  .m-articletextmedia .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articletextmedia .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articletextmedia .e-text {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-articletextmedia .e-text {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-articletextmedia .e-text {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .m-articletextmedia .e-media {
    margin-bottom: 0;
  }
  .m-articletextmedia.text-left .row {
    justify-content: flex-end;
  }
  .m-articletextmedia.text-left .e-media {
    order: 2;
  }
  .m-articletextmedia.text-left .e-text {
    order: 1;
  }
  .m-articletextmedia.text-right .row {
    justify-content: flex-start;
  }
  .m-articletextmedia.text-right .e-media {
    order: 1;
  }
  .m-articletextmedia.text-right .e-text {
    order: 2;
  }
}

.m-cinemainfo {
  background: #F3F6F7;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.m-cinemainfo:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  background: #F3F6F7;
  z-index: -1;
}
.m-cinemainfo .e-times {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .m-cinemainfo .e-times {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cinemainfo .e-times {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-cinemainfo .e-times {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-cinemainfo .e-times {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-cinemainfo .e-times {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-cinemainfo .e-times .item {
  display: flex;
  margin: 5px 0;
}
.m-cinemainfo .e-times .item .left,
.m-cinemainfo .e-times .item .right {
  width: 50%;
}
.m-cinemainfo .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-cinemainfo .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cinemainfo .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-cinemainfo .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-cinemainfo .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-cinemainfo .e-text {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .m-cinemainfo {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .m-cinemainfo:before {
    right: -15px;
    left: auto;
    transform: none;
  }
  .m-cinemainfo h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }
  .m-cinemainfo .e-times {
    margin-bottom: 0;
  }
}
@media (min-width: 1460px) {
  .m-cinemainfo:before {
    right: -25px;
  }
}

.m-cinemaintro {
  padding: 30px 0;
}
.m-cinemaintro .e-image {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-cinemaintro .e-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cinemaintro .e-image {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-cinemaintro .e-image {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-cinemaintro .e-image {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-cinemaintro .e-image {
    width: 0.3333333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-cinemaintro .e-text {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}
@media (min-width: 500px) {
  .m-cinemaintro .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cinemaintro .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-cinemaintro .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-cinemaintro .e-text {
    width: 62.5%;
  }
}
@media (min-width: 1460px) {
  .m-cinemaintro .e-text {
    width: 0.625;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-cinemaintro .e-text h2 {
  font-weight: 800;
}
.m-cinemaintro .e-text p {
  margin-bottom: 30px;
}
.m-cinemaintro .e-image,
.m-cinemaintro .e-text {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .m-cinemaintro {
    padding: 50px 0;
  }
  .m-cinemaintro .e-text h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
  }
}

.l-cinemalistings {
  position: relative;
  z-index: 30;
}

.m-cinemalistitem {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .m-cinemalistitem {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cinemalistitem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-cinemalistitem {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-cinemalistitem {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-cinemalistitem {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-cinemalistitem .inner {
  border: 1px solid #EEF1F3;
  background: #ffffff;
}
.m-cinemalistitem .inner .top {
  padding: 15px;
  display: flex;
}
.m-cinemalistitem .inner .top .image {
  width: 160px;
}
.m-cinemalistitem .inner .top .text {
  width: calc(100% - 160px);
  padding: 0 20px;
}
.m-cinemalistitem .inner .top .text h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
.m-cinemalistitem .inner .top .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.m-cinemalistitem .inner .top .text ul li {
  padding: 2px 10px;
  border-radius: 4px;
  background: #efefef;
  margin: 5px 5px 0 0;
}
.m-cinemalistitem .inner .bottom {
  padding: 15px;
  background: #F3F6F7;
}

.m-cinemaoffer {
  padding: 20px;
  background: #00BFB3;
  color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 20;
}
.m-cinemaoffer .e-icon {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 30%;
}
@media (min-width: 500px) {
  .m-cinemaoffer .e-icon {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .m-cinemaoffer .e-icon {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .m-cinemaoffer .e-icon {
    width: 12.5%;
  }
}
@media (min-width: 1230px) {
  .m-cinemaoffer .e-icon {
    width: 10%;
  }
}
@media (min-width: 1460px) {
  .m-cinemaoffer .e-icon {
    width: 0.1;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-cinemaoffer .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 500px) {
  .m-cinemaoffer .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .m-cinemaoffer .e-text {
    width: 87.5%;
  }
}
@media (min-width: 992px) {
  .m-cinemaoffer .e-text {
    width: 87.5%;
  }
}
@media (min-width: 1230px) {
  .m-cinemaoffer .e-text {
    width: 90%;
  }
}
@media (min-width: 1460px) {
  .m-cinemaoffer .e-text {
    width: 0.9;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-cinemaoffer .e-text h3,
.m-cinemaoffer .e-text p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .m-cinemaoffer .e-icon img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .m-cinemaoffer {
    padding: 30px;
    width: calc(100% + 15px);
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .m-cinemaoffer {
    width: calc(100% + 25px);
  }
}

.m-cinemawhatson {
  padding: 20px 0 30px 0;
}
.m-cinemawhatson h2 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .m-cinemawhatson {
    padding: 50px 0 30px;
  }
}

.m-giftcardintro {
  padding: 30px 0;
}
.m-giftcardintro .e-title {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-giftcardintro .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-giftcardintro .e-title {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-giftcardintro .e-title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-giftcardintro .e-title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-giftcardintro .e-title {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-giftcardintro .e-title h2 {
  font-weight: 800;
}
.m-giftcardintro .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}
@media (min-width: 500px) {
  .m-giftcardintro .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-giftcardintro .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-giftcardintro .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-giftcardintro .e-text {
    width: 62.5%;
  }
}
@media (min-width: 1460px) {
  .m-giftcardintro .e-text {
    width: 0.625;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-giftcardintro .e-text p {
  margin-bottom: 30px;
}
.m-giftcardintro .e-text p:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .m-giftcardintro {
    padding: 50px 0;
  }
  .m-giftcardintro .e-text h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
  }
}

.m-giftcarditem {
  padding: 20px;
  z-index: 10;
}
.m-giftcarditem.grey {
  background: #F3F6F7;
  position: relative;
  margin-bottom: 20px;
}
.m-giftcarditem.grey:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  background: #F3F6F7;
  z-index: -1;
}
.m-giftcarditem .e-title {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-giftcarditem .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-giftcarditem .e-title {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-giftcarditem .e-title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-giftcarditem .e-title {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-giftcarditem .e-title {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-giftcarditem .e-title .item {
  display: flex;
  margin: 5px 0;
}
.m-giftcarditem .e-title .item .left,
.m-giftcarditem .e-title .item .right {
  width: 50%;
}
.m-giftcarditem .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-giftcarditem .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-giftcarditem .e-text {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-giftcarditem .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-giftcarditem .e-text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-giftcarditem .e-text {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .m-giftcarditem {
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .m-giftcarditem {
    padding: 50px 0;
  }
  .m-giftcarditem.grey:before {
    right: -15px;
    left: auto;
    transform: none;
  }
  .m-giftcarditem h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }
}
@media (min-width: 1460px) {
  .m-giftcarditem.grey:before {
    right: -25px;
  }
}

.l-giftcardpage {
  position: relative;
  z-index: 30;
}
.l-giftcardpage .e-left:after {
  display: none !important;
}
.l-giftcardpage ~ .m-visitkingfisher .container:before {
  display: none;
}
@media (min-width: 1460px) {
  .l-giftcardpage ~ .m-visitkingfisher .container:before {
    display: block;
  }
}

.m-kidsclubbanner {
  position: relative;
  z-index: 10;
}
.m-kidsclubbanner .e-text {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 500px) {
  .m-kidsclubbanner .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-kidsclubbanner .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-kidsclubbanner .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-kidsclubbanner .e-text {
    width: 41.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-kidsclubbanner .e-text {
    width: 0.4583333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-kidsclubbanner .e-text select {
  margin-bottom: 30px;
  border-radius: 40px;
  background-color: #E5EBED;
}
.m-kidsclubbanner .e-text select:focus, .m-kidsclubbanner .e-text select:active {
  background-color: #ffffff;
}
.m-kidsclubbanner .e-image {
  position: relative;
}
.m-kidsclubbanner .e-image img {
  width: 100%;
}
.m-kidsclubbanner .e-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/Store-list_banner.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (min-width: 992px) {
  .m-kidsclubbanner .e-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .m-kidsclubbanner .e-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1230px) {
  .m-kidsclubbanner .e-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .m-kidsclubbanner .e-text h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
  }
  .m-kidsclubbanner .e-text .inner {
    background: #ffffff;
    padding: 30px;
  }
  .m-kidsclubbanner .e-text .inner select {
    display: none;
  }
  .m-kidsclubbanner .e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: 0;
  }
  .m-kidsclubbanner .e-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1230px) {
  .m-kidsclubbanner .e-text h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 68px;
  }
  .m-kidsclubbanner .e-text .inner {
    padding: 50px;
  }
  .m-kidsclubbanner .e-image {
    height: 800px;
  }
}

.m-kidsclubinfo .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 500px) {
  .m-kidsclubinfo .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-kidsclubinfo .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-kidsclubinfo .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-kidsclubinfo .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-kidsclubinfo .e-text {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-kidsclubinfo .e-text h2 {
  font-weight: 800;
}
.m-kidsclubinfo .e-text .e-kidsitem {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 500px) {
  .m-kidsclubinfo .e-text .e-kidsitem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-kidsclubinfo .e-text .e-kidsitem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-kidsclubinfo .e-text .e-kidsitem {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-kidsclubinfo .e-text .e-kidsitem {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-kidsclubinfo .e-text .e-kidsitem {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-kidsclubinfo .e-text .e-kidsitem img {
  margin-right: 15px;
}
.m-kidsclubinfo .e-text .e-kidsitem p {
  margin: 0;
}
.m-kidsclubinfo .e-media {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 500px) {
  .m-kidsclubinfo .e-media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-kidsclubinfo .e-media {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-kidsclubinfo .e-media {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-kidsclubinfo .e-media {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-kidsclubinfo .e-media {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-kidsclubinfo .e-media img {
  width: 100%;
}
@media (min-width: 992px) {
  .m-kidsclubinfo .e-text {
    padding-top: 60px;
  }
  .m-kidsclubinfo .e-text h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
  }
  .m-kidsclubinfo .e-text .e-kidsitem {
    display: block;
  }
  .m-kidsclubinfo .e-text .e-kidsitem img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .m-kidsclubinfo .e-media {
    display: block;
  }
}

.l-kidsclubpage {
  position: relative;
  z-index: 30;
}
@media (min-width: 992px) {
  .l-kidsclubpage .e-left {
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .l-kidsclubpage .e-left:after {
    display: none !important;
  }
}

.m-kidsclubmore .container {
  border-top: 1px solid #DFDFDF;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-kidsclubmore h2 {
  color: #003E51;
}
.m-kidsclubmore h2 strong {
  color: #003E51;
}
.m-kidsclubmore .m-searchresultitem .inner .text {
  position: relative;
}
.m-kidsclubmore .m-searchresultitem .inner .text .top {
  position: absolute;
  top: 15px;
  right: 20px;
}
.m-kidsclubmore .m-searchresultitem .inner .text .bottom {
  margin-top: 0;
}
.m-kidsclubmore .m-searchresultitem .inner .text .bottom h3 {
  padding-right: 40px;
}
.m-kidsclubmore .e-cta {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .m-kidsclubmore .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-kidsclubmore .e-cta {
    margin-top: 60px;
    display: inline-block;
  }
  .m-kidsclubmore .m-searchresultitem .inner .text .top {
    right: 30px;
    top: 18px;
  }
}
@media (min-width: 992px) {
  .m-kidsclubmore .container {
    padding-bottom: 100px;
  }
}

.m-offeritem {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .m-offeritem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-offeritem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-offeritem {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-offeritem {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-offeritem {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-offeritem a {
  background: #F3F6F7;
  width: 100%;
}
.m-offeritem a:hover {
  background: #003E51;
}
.m-offeritem a:hover .text h3,
.m-offeritem a:hover .text p {
  color: #ffffff;
}
.m-offeritem a:hover .text h3 .icon,
.m-offeritem a:hover .text p .icon {
  background: #ffffff;
}
.m-offeritem a:hover .text h3 .icon svg,
.m-offeritem a:hover .text p .icon svg {
  fill: #003E51;
}
.m-offeritem a .text {
  padding: 20px;
}
.m-offeritem a .text h3,
.m-offeritem a .text p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #003E51;
}
.m-offeritem a .text h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  position: relative;
  padding-right: 40px;
  margin-bottom: 0;
}
.m-offeritem a .text h3 .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 50%;
}
.m-offeritem a .text h3 .icon svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 15px;
  fill: #ffffff;
}
.m-offeritem a p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  margin-top: 10px;
}
.m-offeritem a .image img {
  width: 100%;
}

.m-mapholder {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .m-mapholder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-mapholder {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-mapholder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-mapholder ul li {
  width: 100%;
  margin-bottom: 5px;
}
.m-mapholder ul li:last-chld {
  margin-bottom: 0;
}
.m-mapholder ul li a {
  background: #003E51;
  color: #ffffff;
  border-top: 2px solid #003E51;
  display: block;
  width: 100%;
  padding: 15px;
}
.m-mapholder ul li a:hover {
  background: #00BFB3;
}
.m-mapholder ul li.active a {
  color: #003E51;
  background: #ffffff;
}
.m-mapholder .inner {
  position: relative;
  padding: 30px 15px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.m-mapholder .inner .container {
  position: relative;
}
.m-mapholder .inner svg {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.m-mapholder .inner .e-map {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
@media (min-width: 500px) {
  .m-mapholder .inner .e-map {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-mapholder .inner .e-map {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-mapholder .inner .e-map {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-mapholder .inner .e-map {
    width: 83.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-mapholder .inner .e-map {
    width: 0.8333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-mapholder .inner .e-map .svg-level {
  width: 100%;
}
.m-mapholder .inner .e-key {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-mapholder .inner .e-key {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-mapholder .inner .e-key {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-mapholder .inner .e-key {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-mapholder .inner .e-key {
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-mapholder .inner .e-key {
    width: 0.1666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-mapholder .inner .e-key svg {
  max-width: 200px;
  margin: 20px 0;
}
.m-mapholder .overlay {
  position: absolute;
  background: #003E51;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  display: none;
  z-index: 0;
}
.m-mapholder g[id*=Unit_]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.m-mapholder g[id*=Unit_].active > g:first-child polygon:first-child, .m-mapholder g[id*=Unit_].active > g:first-child path:first-child {
  fill: #003E51 !important;
}
.m-mapholder .e-popup {
  width: 360px;
  height: 250px;
  background: #ffffff;
  padding: 25px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  transform: translate(-180px, -270px);
  z-index: 20;
}
.m-mapholder .e-popup:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.m-mapholder .e-popup .item h4 {
  margin-bottom: 5px;
}
.m-mapholder .e-popup .item p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 0;
}
.m-mapholder .e-popup .item .e-logo {
  background: #003E51;
  padding: 15px;
}
.m-mapholder .e-popup .item .e-logo img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
}
@media (pointer: coarse) {
  .m-mapholder .e-popup {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .m-mapholder .e-popup:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .m-mapholder ul {
    display: flex;
  }
  .m-mapholder ul li {
    width: auto;
    margin: 0;
  }
  .m-mapholder ul li a {
    padding: 15px 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .m-mapholder .inner {
    padding: 50px 15px;
  }
}

.m-newseventsitem {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .m-newseventsitem {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-newseventsitem {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-newseventsitem {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-newseventsitem {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-newseventsitem {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-newseventsitem.large {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
@media (min-width: 500px) {
  .m-newseventsitem.large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-newseventsitem.large {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-newseventsitem.large {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-newseventsitem.large {
    width: 100%;
  }
}
@media (min-width: 1460px) {
  .m-newseventsitem.large {
    width: 1;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-newseventsitem.large .e-text {
  order: 2;
}
.m-newseventsitem.large .e-image {
  order: 1;
}
.m-newseventsitem .e-text {
  padding: 15px;
  background: #F3F6F7;
  order: 2;
  width: 95%;
  margin: -20px 0 0;
  position: relative;
  z-index: 10;
}
.m-newseventsitem .e-text h3 a {
  color: #142143;
}
.m-newseventsitem .e-text h3 a:hover {
  color: #00BFB3;
}
.m-newseventsitem .e-text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.m-newseventsitem .e-text .category {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #ADB9BD;
  font-weight: 800;
}
.m-newseventsitem .e-text .date {
  font-style: italic;
  color: #003E51;
  margin-bottom: 0;
  font-weight: 700;
}
.m-newseventsitem .e-image {
  order: 1;
  width: 100%;
}
.m-newseventsitem .e-image a {
  opacity: 1;
  background: none;
  padding: 0;
  display: block;
}
.m-newseventsitem .e-image a:hover {
  opacity: 0.8;
}
@media (min-width: 500px) {
  .m-newseventsitem {
    margin-top: 50px;
  }
  .m-newseventsitem.large .e-text {
    min-height: 400px;
  }
  .m-newseventsitem.large .e-text .e-cta {
    margin-left: 40px;
  }
  .m-newseventsitem.large .e-text .e-cta .icon {
    width: 30px;
    height: 30px;
    left: -40px;
    top: -4px;
  }
  .m-newseventsitem.large .e-text .e-cta .icon svg {
    width: 10px;
    height: 15px;
  }
  .m-newseventsitem.large .e-image img {
    right: auto;
    left: 0;
  }
  .m-newseventsitem .e-text {
    width: 50%;
    padding: 30px;
    order: 1;
    margin: 0;
  }
  .m-newseventsitem .e-text:before {
    display: none;
  }
  .m-newseventsitem .e-text p {
    margin-bottom: 30px;
  }
  .m-newseventsitem .e-text .e-cta {
    margin-left: 30px;
  }
  .m-newseventsitem .e-text .e-cta .icon {
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
  }
  .m-newseventsitem .e-text .e-cta svg {
    width: 5px;
    height: 10px;
  }
  .m-newseventsitem .e-image {
    width: 50%;
    order: 2;
    position: relative;
    z-index: 0;
  }
  .m-newseventsitem .e-image:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  .m-newseventsitem .e-image img {
    position: absolute;
    top: 0;
    right: 0;
    height: 105%;
    width: 110%;
    max-width: none;
    object-fit: cover;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .m-newseventsitem h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media (min-width: 1230px) {
  .m-newseventsitem {
    margin-top: 80px;
  }
  .m-newseventsitem.large .e-text {
    padding: 50px;
  }
  .m-newseventsitem .e-text {
    padding: 30px;
  }
  .m-newseventsitem .e-image img {
    width: 130%;
    height: 110%;
  }
}

.m-searchresultitem {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .m-searchresultitem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-searchresultitem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-searchresultitem {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-searchresultitem {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-searchresultitem {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-searchresultitem .inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #E5EBED;
  display: block;
  height: 100%;
}
.m-searchresultitem .inner:hover {
  background: #003E51;
  color: #ffffff;
}
.m-searchresultitem .inner:hover .text .bottom h3,
.m-searchresultitem .inner:hover .text .bottom p {
  color: #ffffff;
}
.m-searchresultitem .inner:hover .text .top .category {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #ffffff;
}
.m-searchresultitem .inner:hover .text .top .icon {
  background: #00BFB3;
}
.m-searchresultitem .inner .e-store {
  padding: 25px;
  background: #ffffff;
  width: 100%;
}
.m-searchresultitem .inner .e-store img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.m-searchresultitem .inner img {
  width: 100%;
}
.m-searchresultitem .inner .text {
  padding: 20px;
}
.m-searchresultitem .inner .text .top {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
.m-searchresultitem .inner .text .top .category {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 800;
  color: #A3B0B5;
}
.m-searchresultitem .inner .text .top .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
}
.m-searchresultitem .inner .text .top .icon svg {
  width: 10px;
  height: 15px;
  fill: #ffffff;
}
.m-searchresultitem .inner .text .bottom {
  margin-top: 20px;
}
.m-searchresultitem .inner .text .bottom h3,
.m-searchresultitem .inner .text .bottom p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #003E51;
}
.m-searchresultitem .inner .text .bottom h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  color: #003E51;
  margin: 0;
}
.m-searchresultitem .inner .text .bottom p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .m-searchresultitem .inner .text {
    padding: 20px 30px 40px;
  }
}

.m-searchresults {
  padding: 250px 0 30px;
  background-image: url("../images/backgrounds/Search-Banner.jpg");
  background-size: auto 200px;
  background-repeat: no-repeat;
  background-position: center top;
}
.m-searchresults .e-form,
.m-searchresults form {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
  display: flex;
  border-radius: 50px;
  background: #E5EBED;
  border: 1px solid transparent;
  padding: 10px 20px;
  position: relative;
}
@media (min-width: 500px) {
  .m-searchresults .e-form,
  .m-searchresults form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-searchresults .e-form,
  .m-searchresults form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-searchresults .e-form,
  .m-searchresults form {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-searchresults .e-form,
  .m-searchresults form {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-searchresults .e-form,
  .m-searchresults form {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-searchresults .e-form:focus-within,
.m-searchresults form:focus-within {
  border-color: #00BFB3;
}
.m-searchresults .e-form label,
.m-searchresults form label {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
}
.m-searchresults .e-form input,
.m-searchresults form input {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  border: none;
  background: none;
  padding: 0 20px 0 0;
}
.m-searchresults .e-form input::-webkit-input-placeholder,
.m-searchresults form input::-webkit-input-placeholder {
  color: #003E51;
}
.m-searchresults .e-form input:-moz-placeholder,
.m-searchresults form input:-moz-placeholder {
  /* Firefox 18- */
  color: #003E51;
}
.m-searchresults .e-form input::-moz-placeholder,
.m-searchresults form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #003E51;
}
.m-searchresults .e-form input:-ms-input-placeholder,
.m-searchresults form input:-ms-input-placeholder {
  color: #003E51;
}
.m-searchresults .e-form button,
.m-searchresults .e-form .btn,
.m-searchresults form button,
.m-searchresults form .btn {
  padding: 0;
  border: none;
  background: none;
}
.m-searchresults .e-form button svg,
.m-searchresults .e-form .btn svg,
.m-searchresults form button svg,
.m-searchresults form .btn svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 20px;
}
.m-searchresults .e-form button:hover svg,
.m-searchresults .e-form .btn:hover svg,
.m-searchresults form button:hover svg,
.m-searchresults form .btn:hover svg {
  fill: #00BFB3;
}
@media (min-width: 992px) {
  .m-searchresults {
    padding: 250px 0 60px;
    min-height: 70vh;
  }
  .m-searchresults form {
    margin-top: 50px;
  }
}

.m-storecentremap {
  position: relative;
  background: none;
}
.m-storecentremap:before {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  background: #F3F6F7;
  position: absolute;
  top: 0;
  left: 0;
}
.m-storecentremap .e-text h2 strong {
  color: #00BFB3;
}

.m-storeinformation {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #00BFB3;
}
@media (min-width: 992px) {
  .m-storeinformation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-storeinformation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-storeinformation .e-introduction,
.m-storeinformation .e-details {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
@media (min-width: 500px) {
  .m-storeinformation .e-introduction,
  .m-storeinformation .e-details {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storeinformation .e-introduction,
  .m-storeinformation .e-details {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storeinformation .e-introduction,
  .m-storeinformation .e-details {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storeinformation .e-introduction,
  .m-storeinformation .e-details {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storeinformation .e-introduction,
  .m-storeinformation .e-details {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storeinformation .e-introduction .e-back,
.m-storeinformation .e-details .e-back {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.m-storeinformation .e-introduction .e-back .icon,
.m-storeinformation .e-details .e-back .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.m-storeinformation .e-introduction .e-back a,
.m-storeinformation .e-details .e-back a {
  background: linear-gradient(to right, #003E51 0%, #003E51 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #003E51;
  font-weight: 600;
  padding: 5px 0 2px;
  margin-left: 5px;
}
.m-storeinformation .e-introduction .e-back a:hover,
.m-storeinformation .e-details .e-back a:hover {
  background-size: 100% 1px;
}
.m-storeinformation .e-introduction .column,
.m-storeinformation .e-details .column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-storeinformation .e-introduction .column,
  .m-storeinformation .e-details .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storeinformation .e-introduction .column,
  .m-storeinformation .e-details .column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-storeinformation .e-introduction .column,
  .m-storeinformation .e-details .column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storeinformation .e-introduction .column,
  .m-storeinformation .e-details .column {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storeinformation .e-introduction .column,
  .m-storeinformation .e-details .column {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storeinformation .e-introduction .column h2,
.m-storeinformation .e-details .column h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  font-weight: 800;
  color: #ffffff;
}
.m-storeinformation .e-introduction .column .item,
.m-storeinformation .e-details .column .item {
  margin: 10px 0;
  display: flex;
}
.m-storeinformation .e-introduction .column .item a,
.m-storeinformation .e-details .column .item a {
  color: #003E51;
}
.m-storeinformation .e-introduction .column .item a:hover,
.m-storeinformation .e-details .column .item a:hover {
  color: #ffffff;
}
.m-storeinformation .e-introduction .column .item .left,
.m-storeinformation .e-details .column .item .left {
  width: 50%;
  margin-right: 20px;
}
.m-storeinformation .e-introduction .column .item .right,
.m-storeinformation .e-details .column .item .right {
  width: 50%;
}
.m-storeinformation .e-introduction .column .item .right a,
.m-storeinformation .e-details .column .item .right a {
  word-break: break-all;
}
.m-storeinformation .e-introduction .column .e-maplink,
.m-storeinformation .e-introduction .column .e-offers,
.m-storeinformation .e-details .column .e-maplink,
.m-storeinformation .e-details .column .e-offers {
  color: #003E51;
  position: relative;
  font-weight: 800;
  margin-left: 30px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
.m-storeinformation .e-introduction .column .e-maplink .icon,
.m-storeinformation .e-introduction .column .e-offers .icon,
.m-storeinformation .e-details .column .e-maplink .icon,
.m-storeinformation .e-details .column .e-offers .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: -2px;
  border-radius: 50%;
  color: #ffffff;
}
.m-storeinformation .e-introduction .column .e-maplink:hover,
.m-storeinformation .e-introduction .column .e-offers:hover,
.m-storeinformation .e-details .column .e-maplink:hover,
.m-storeinformation .e-details .column .e-offers:hover {
  color: #ffffff;
}
.m-storeinformation .e-introduction .column .e-maplink:hover .icon,
.m-storeinformation .e-introduction .column .e-offers:hover .icon,
.m-storeinformation .e-details .column .e-maplink:hover .icon,
.m-storeinformation .e-details .column .e-offers:hover .icon {
  background: #ffffff;
  color: #00BFB3;
}
.m-storeinformation .e-introduction p:first-of-type {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  margin-top: 0;
}
.m-storeinformation .e-introduction p a {
  background: linear-gradient(to right, #003E51 0%, #003E51 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #003E51;
}
.m-storeinformation .e-introduction p a:hover {
  background-size: 100% 1px;
}
.m-storeinformation .e-introduction p,
.m-storeinformation .e-introduction ul li,
.m-storeinformation .e-introduction ol li {
  color: #ffffff;
}
.m-storeinformation .e-introduction .e-socials {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
  display: flex;
}
.m-storeinformation .e-introduction .e-socials li {
  margin: 0 5px;
}
.m-storeinformation .e-introduction .e-socials li:first-child {
  margin-left: 0;
}
.m-storeinformation .e-introduction .e-socials li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #003E51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-storeinformation .e-introduction .e-socials li a span {
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.m-storeinformation .e-introduction .e-socials li a:hover {
  color: #00BFB3;
  background: #ffffff;
}
@media (min-width: 992px) {
  .m-storeinformation .e-introduction p:first-of-type {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
  }
  .m-storeinformation .e-introduction .e-back {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 15px;
    margin-bottom: 0;
  }
  .m-storeinformation .e-introduction .column h2,
  .m-storeinformation .e-details .column h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}
@media (min-width: 1230px) {
  .m-storeinformation .e-introduction {
    padding-right: 80px;
  }
  .m-storeinformation .e-introduction .e-back {
    bottom: calc(100% + 45px);
  }
}
@media (min-width: 1460px) {
  .m-storeinformation .e-introduction .e-back {
    left: 25px;
  }
}

.m-storeitembanner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #003E51;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .m-storeitembanner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-storeitembanner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-storeitembanner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-storeitembanner h1 {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .m-storeitembanner {
    height: 300px;
  }
}
@media (min-width: 1230px) {
  .m-storeitembanner {
    height: 500px;
  }
  .m-storeitembanner h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    margin: 0;
  }
}

.m-storeopeningtimes {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-storeopeningtimes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .m-storeopeningtimes {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.m-storeopeningtimes .e-column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-storeopeningtimes .e-column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storeopeningtimes .e-column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-storeopeningtimes .e-column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storeopeningtimes .e-column {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storeopeningtimes .e-column {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storeopeningtimes .e-column:last-child {
  margin-top: 30px;
}
.m-storeopeningtimes .e-column .left,
.m-storeopeningtimes .e-column .right {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-storeopeningtimes .e-column .left,
  .m-storeopeningtimes .e-column .right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storeopeningtimes .e-column .left,
  .m-storeopeningtimes .e-column .right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storeopeningtimes .e-column .left,
  .m-storeopeningtimes .e-column .right {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-storeopeningtimes .e-column .left,
  .m-storeopeningtimes .e-column .right {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storeopeningtimes .e-column .left,
  .m-storeopeningtimes .e-column .right {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storeopeningtimes .e-column .left .time,
.m-storeopeningtimes .e-column .right .time {
  display: flex;
  margin: 5px 0;
  width: 100%;
}
.m-storeopeningtimes .e-column .left .time .inner-left,
.m-storeopeningtimes .e-column .left .time .inner-right,
.m-storeopeningtimes .e-column .right .time .inner-left,
.m-storeopeningtimes .e-column .right .time .inner-right {
  width: 50%;
}
.m-storeopeningtimes .e-column .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-storeopeningtimes .e-column .right .e-cta {
  margin: 0 0 20px 35px;
}
.m-storeopeningtimes .e-column .right .e-cta .icon {
  top: -5px;
}
@media (min-width: 768px) {
  .m-storeopeningtimes .e-column:last-child {
    margin-top: 0;
  }
}

.m-storewhatson {
  background: #195162;
  position: relative;
  z-index: 50;
}
.m-storewhatson .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
}
.m-storewhatson .container:before {
  content: " ";
  display: none;
  width: 100%;
  height: 100px;
  position: absolute;
  right: calc(100% - 15px);
  top: -100px;
  z-index: 10;
  background: #195162;
}
.m-storewhatson h2 {
  color: #ffffff;
}
.m-storewhatson h2 strong {
  color: #ffffff;
}
.m-storewhatson .item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
@media (min-width: 500px) {
  .m-storewhatson .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storewhatson .item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storewhatson .item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storewhatson .item {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storewhatson .item {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storewhatson .item .e-text {
  padding: 15px;
  background: #ffffff;
  order: 2;
  width: 95%;
  margin: -20px 0 0;
  position: relative;
  z-index: 10;
}
.m-storewhatson .item .e-image {
  order: 1;
  width: 100%;
}
.m-storewhatson .item .e-image a {
  opacity: 1;
  background: none;
  padding: 0;
  display: block;
}
.m-storewhatson .item .e-image a:hover {
  opacity: 0.8;
}
@media (min-width: 500px) {
  .m-storewhatson .item {
    margin: 20px 0;
  }
  .m-storewhatson .item .e-text {
    width: 50%;
    padding: 30px;
    order: 1;
    margin: 0;
  }
  .m-storewhatson .item .e-text:before {
    display: none;
  }
  .m-storewhatson .item .e-text p {
    margin-bottom: 30px;
  }
  .m-storewhatson .item .e-image {
    width: 50%;
    order: 2;
    position: relative;
    z-index: 0;
  }
  .m-storewhatson .item .e-image:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  .m-storewhatson .item .e-image img {
    position: absolute;
    top: 0;
    right: 0;
    height: 105%;
    width: 110%;
    max-width: none;
    object-fit: cover;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .m-storewhatson .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .m-storewhatson .item .e-text {
    min-height: 300px;
  }
}
@media (min-width: 1230px) {
  .m-storewhatson .item {
    margin: 30px 0;
  }
  .m-storewhatson .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .m-storewhatson .container:before {
    display: block;
  }
  .m-storewhatson .item .e-text {
    padding: 50px;
  }
  .m-storewhatson .item .e-image img {
    width: 130%;
    height: 110%;
  }
}
@media (min-width: 1460px) {
  .m-storewhatson .container:before {
    right: calc(100% - 25px);
  }
}

.m-storelistbanner, .m-cinemabanner, .m-giftcardbanner {
  position: relative;
  z-index: 10;
}
.m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 500px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    width: 0.4583333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-storelistbanner .e-text select, .m-cinemabanner .e-text select, .m-giftcardbanner .e-text select {
  margin-bottom: 30px;
  border-radius: 40px;
  background-color: #E5EBED;
}
.m-storelistbanner .e-text select:focus, .m-cinemabanner .e-text select:focus, .m-giftcardbanner .e-text select:focus, .m-storelistbanner .e-text select:active, .m-cinemabanner .e-text select:active, .m-giftcardbanner .e-text select:active {
  background-color: #ffffff;
}
.m-storelistbanner .e-image, .m-cinemabanner .e-image, .m-giftcardbanner .e-image {
  position: relative;
}
.m-storelistbanner .e-image img, .m-cinemabanner .e-image img, .m-giftcardbanner .e-image img {
  width: 100%;
}
.m-storelistbanner .e-image:after, .m-cinemabanner .e-image:after, .m-giftcardbanner .e-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/Store-list_banner.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (min-width: 992px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1230px) {
  .m-storelistbanner .e-text, .m-cinemabanner .e-text, .m-giftcardbanner .e-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .m-storelistbanner .e-text .inner, .m-cinemabanner .e-text .inner, .m-giftcardbanner .e-text .inner {
    background: #ffffff;
    padding: 30px;
  }
  .m-storelistbanner .e-text .inner select, .m-cinemabanner .e-text .inner select, .m-giftcardbanner .e-text .inner select {
    display: none;
  }
  .m-storelistbanner .e-image, .m-cinemabanner .e-image, .m-giftcardbanner .e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: 0;
  }
  .m-storelistbanner .e-image img, .m-cinemabanner .e-image img, .m-giftcardbanner .e-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1230px) {
  .m-storelistbanner .e-text .inner, .m-cinemabanner .e-text .inner, .m-giftcardbanner .e-text .inner {
    padding: 50px;
  }
  .m-storelistbanner .e-image, .m-cinemabanner .e-image, .m-giftcardbanner .e-image {
    height: 800px;
  }
}

.m-storelistfilter {
  position: relative;
  z-index: 5;
}
.m-storelistfilter h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  margin-bottom: 0;
}
.m-storelistfilter .e-filterrow {
  margin-bottom: 20px;
}
.m-storelistfilter .e-filterrow .title {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
}
@media (min-width: 500px) {
  .m-storelistfilter .e-filterrow .title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storelistfilter .e-filterrow .title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storelistfilter .e-filterrow .title {
    width: 16.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-storelistfilter .e-filterrow .title {
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-storelistfilter .e-filterrow .title {
    width: 0.125;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storelistfilter .e-filterrow .item-wrapper {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-storelistfilter .e-filterrow .item-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storelistfilter .e-filterrow .item-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storelistfilter .e-filterrow .item-wrapper {
    width: 83.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-storelistfilter .e-filterrow .item-wrapper {
    width: 83.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-storelistfilter .e-filterrow .item-wrapper {
    width: 0.875;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-storelistfilter .e-filterrow .item {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 0 15px !important;
}
@media (min-width: 500px) {
  .m-storelistfilter .e-filterrow .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storelistfilter .e-filterrow .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-storelistfilter .e-filterrow .item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storelistfilter .e-filterrow .item {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-storelistfilter .e-filterrow .item {
    width: 0.3333333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-storelistfilter .e-filterrow .item select,
.m-storelistfilter .e-filterrow .item a {
  border-radius: 40px;
  background-color: #E5EBED;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: #003E51;
  border: 1px solid transparent;
  justify-content: space-between;
}
.m-storelistfilter .e-filterrow .item select:hover,
.m-storelistfilter .e-filterrow .item a:hover {
  border-color: #003E51;
}
.m-storelistfilter .e-filterrow .item select:focus, .m-storelistfilter .e-filterrow .item select:active, .m-storelistfilter .e-filterrow .item select.active,
.m-storelistfilter .e-filterrow .item a:focus,
.m-storelistfilter .e-filterrow .item a:active,
.m-storelistfilter .e-filterrow .item a.active {
  background-color: #003E51;
  color: #ffffff;
}
.m-storelistfilter .e-filterrow .item select .icon svg,
.m-storelistfilter .e-filterrow .item a .icon svg {
  height: 20px;
  display: block;
}
.m-storelistfilter .e-letterfilter {
  margin-bottom: 30px;
}
.m-storelistfilter .e-letterfilter .title {
  display: block;
}
.m-storelistfilter .e-letterfilter ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.m-storelistfilter .e-letterfilter ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  margin: 2px 3px;
}
.m-storelistfilter .e-letterfilter ul li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5EBED;
  color: #003E51;
}
.m-storelistfilter .e-letterfilter ul li a.all {
  border-radius: 20px;
  padding: 5px 15px;
  width: auto;
  margin-right: 15px;
}
.m-storelistfilter .e-letterfilter ul li a:hover, .m-storelistfilter .e-letterfilter ul li a.active {
  background: #003E51;
  color: #ffffff;
}

.l-storelistings, .l-subpagelayout, .l-cinemalistings, .l-giftcardpage, .l-kidsclubpage {
  position: relative;
  z-index: 20;
  overflow: hidden;
  min-height: 800px;
}
.l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    width: 75%;
  }
}
@media (min-width: 1460px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    width: 0.75;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.l-storelistings .e-left #NoResults, .l-subpagelayout .e-left #NoResults, .l-cinemalistings .e-left #NoResults, .l-giftcardpage .e-left #NoResults, .l-kidsclubpage .e-left #NoResults {
  padding-left: 15px;
  padding-right: 15px;
}
.l-storelistings .e-left .row, .l-subpagelayout .e-left .row, .l-cinemalistings .e-left .row, .l-giftcardpage .e-left .row, .l-kidsclubpage .e-left .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (min-width: 992px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    background: #ffffff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-storelistings .e-left .row, .l-subpagelayout .e-left .row, .l-cinemalistings .e-left .row, .l-giftcardpage .e-left .row, .l-kidsclubpage .e-left .row {
    position: relative;
    z-index: 20;
  }
  .l-storelistings .e-left:before, .l-subpagelayout .e-left:before, .l-cinemalistings .e-left:before, .l-giftcardpage .e-left:before, .l-kidsclubpage .e-left:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: #ffffff;
  }
  .l-storelistings .e-left:after, .l-subpagelayout .e-left:after, .l-cinemalistings .e-left:after, .l-giftcardpage .e-left:after, .l-kidsclubpage .e-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40vw);
    width: 100vw;
    height: 800px;
    background-image: url("../images/backgrounds/WhatsOn_line.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 0;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .l-storelistings .e-left #NoResults, .l-subpagelayout .e-left #NoResults, .l-cinemalistings .e-left #NoResults, .l-giftcardpage .e-left #NoResults, .l-kidsclubpage .e-left #NoResults {
    margin-bottom: 300px;
  }
}
@media (min-width: 1230px) {
  .l-storelistings .e-left, .l-subpagelayout .e-left, .l-cinemalistings .e-left, .l-giftcardpage .e-left, .l-kidsclubpage .e-left {
    padding-bottom: 70px;
  }
}

.m-storelistitem {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.m-storelistitem.large {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-storelistitem.large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-storelistitem.large {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-storelistitem.large {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-storelistitem.large {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-storelistitem.large {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 500px) {
  .m-storelistitem {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-storelistitem {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-storelistitem {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-storelistitem {
    width: 33.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-storelistitem {
    width: 0.3333333333;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-storelistitem .inner:hover .store {
  background: #003E51;
  color: #ffffff;
}
.m-storelistitem .inner:hover .store h3 {
  color: #ffffff;
}
.m-storelistitem .image {
  height: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #E9EFF0;
}
.m-storelistitem .image img {
  max-width: 220px;
}
.m-storelistitem .store {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F6F7;
}
.m-storelistitem .store h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  max-width: calc(100% - 40px);
}
.m-storelistitem .store .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #003E51;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.m-storelistitem .store .icon svg {
  width: 10px;
  height: 15px;
  fill: #ffffff;
}
.m-storelistitem .details {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px;
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003E51;
  background: #F3F6F7;
}
.m-storelistitem .details ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.m-storelistitem .details ul li {
  margin: 0 5px;
  position: relative;
}
.m-storelistitem .details ul li:hover span {
  display: block;
}
.m-storelistitem .details ul li img,
.m-storelistitem .details ul li svg {
  max-width: 20px;
  height: 20px;
}
.m-storelistitem .details ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #00BFB3;
  color: #ffffff;
  padding: 2px 8px;
  white-space: pre;
  display: none;
}
.m-storelistitem .details ul li span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00BFB3;
  border-width: 5px;
  margin-left: -5px;
}
.m-storelistitem .details ul li:last-child {
  margin-right: 0;
}

.m-visitkingfisher {
  padding: 30px 0;
  background: #195162;
  position: relative;
  z-index: 30;
}
.m-visitkingfisher h2 {
  color: #ffffff;
}
.m-visitkingfisher h2 + p {
  color: #ffffff;
  margin: -10px 0 30px;
}
.m-visitkingfisher .e-main {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-visitkingfisher .e-main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-visitkingfisher .e-main {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-visitkingfisher .e-main {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-visitkingfisher .e-main {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-visitkingfisher .e-main {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-visitkingfisher .e-main .inner {
  width: 100%;
}
.m-visitkingfisher .e-secondary {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-visitkingfisher .e-secondary {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-visitkingfisher .e-secondary {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-visitkingfisher .e-secondary {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-visitkingfisher .e-secondary {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-visitkingfisher .e-secondary {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-visitkingfisher .e-secondary .e-item {
  width: 100%;
  margin-top: 30px;
}
.m-visitkingfisher .e-secondary .e-item h4 {
  margin-bottom: 0;
}
.m-visitkingfisher .e-secondary .e-item p {
  margin: 5px 0 20px;
}
.m-visitkingfisher .e-main,
.m-visitkingfisher .e-item {
  display: flex;
}
.m-visitkingfisher .e-main .inner,
.m-visitkingfisher .e-item .inner {
  display: flex;
}
.m-visitkingfisher .e-main .text,
.m-visitkingfisher .e-item .text {
  background: #ffffff;
  padding: 20px;
  width: calc(100% - 120px);
}
.m-visitkingfisher .e-main .text a.e-cta.green:hover,
.m-visitkingfisher .e-item .text a.e-cta.green:hover {
  color: #003E51;
}
.m-visitkingfisher .e-main .text a.e-cta.green:hover .icon,
.m-visitkingfisher .e-item .text a.e-cta.green:hover .icon {
  background: #003E51;
}
.m-visitkingfisher .e-main .text a.e-cta.green:hover .icon svg,
.m-visitkingfisher .e-item .text a.e-cta.green:hover .icon svg {
  fill: #ffffff;
}
.m-visitkingfisher .e-main .image,
.m-visitkingfisher .e-item .image {
  width: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-visitkingfisher .e-main .image.red,
.m-visitkingfisher .e-item .image.red {
  background: #EE2737;
}
.m-visitkingfisher .e-main .image.green,
.m-visitkingfisher .e-item .image.green {
  background: #97D700;
}
.m-visitkingfisher .e-main .image.blue,
.m-visitkingfisher .e-item .image.blue {
  background: #59CBE8;
}
@media (min-width: 768px) {
  .m-visitkingfisher .e-secondary {
    display: flex;
  }
  .m-visitkingfisher .e-secondary .e-item:first-child {
    margin-right: 15px;
  }
  .m-visitkingfisher .e-secondary .e-item:last-child {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .m-visitkingfisher .container {
    position: relative;
  }
  .m-visitkingfisher .container:before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% + 45px);
    right: calc(100% - 15px);
    height: 60px;
    width: 100%;
    background: #195162;
    z-index: 20;
  }
  .m-visitkingfisher h2 {
    margin: 15px 0 30px 0;
  }
  .m-visitkingfisher .e-main {
    display: flex;
    align-items: stretch;
  }
  .m-visitkingfisher .e-main .inner {
    display: flex;
    flex-direction: column;
  }
  .m-visitkingfisher .e-main .inner .image {
    flex: 1;
    width: 100%;
  }
  .m-visitkingfisher .e-main .inner .text {
    flex: 1.5;
    width: 100%;
  }
  .m-visitkingfisher .e-secondary {
    display: block;
  }
  .m-visitkingfisher .e-secondary .e-item {
    margin-top: 0;
    display: flex;
    width: 100%;
  }
  .m-visitkingfisher .e-secondary .e-item:first-child {
    margin-right: 0;
  }
  .m-visitkingfisher .e-secondary .e-item .text {
    width: calc(100% - 156px);
  }
  .m-visitkingfisher .e-secondary .e-item .text h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
  .m-visitkingfisher .e-secondary .e-item .image {
    width: 156px;
  }
  .m-visitkingfisher .e-secondary .e-item:last-child {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  .m-visitkingfisher {
    padding-bottom: 100px;
  }
  .m-visitkingfisher .container:before {
    height: 100px;
  }
  .m-visitkingfisher .e-main .inner {
    display: flex;
    flex-direction: row;
  }
  .m-visitkingfisher .e-main .inner .text {
    padding: 40px;
    width: calc(100% - 342px);
    flex: auto;
  }
  .m-visitkingfisher .e-main .inner .image {
    width: 342px;
    flex: auto;
  }
  .m-visitkingfisher .e-secondary .e-item .text {
    padding: 40px;
  }
}
@media (min-width: 1460px) {
  .m-visitkingfisher .container:before {
    right: calc(100% - 25px);
  }
  .m-visitkingfisher .e-secondary .e-item:last-child {
    margin-top: 50px;
  }
}

.m-contactform {
  padding-top: 30px;
  border-top: 1px solid #ECF0F2;
}
.m-contactform .e-text,
.m-contactform .e-form {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-contactform .e-text,
  .m-contactform .e-form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-contactform .e-text,
  .m-contactform .e-form {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-contactform .e-text,
  .m-contactform .e-form {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-contactform .e-text,
  .m-contactform .e-form {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-contactform .e-text,
  .m-contactform .e-form {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .m-contactform {
    padding-top: 50px;
  }
}

.m-facilityitem {
  padding: 20px 0;
}
.m-facilityitem .e-icon {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .m-facilityitem .e-icon {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .m-facilityitem .e-icon {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-facilityitem .e-icon {
    width: 16.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-facilityitem .e-icon {
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-facilityitem .e-icon {
    width: 0.1666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-facilityitem .e-icon img {
  border-radius: 50%;
}
.m-facilityitem .e-text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-facilityitem .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .m-facilityitem .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-facilityitem .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 1230px) {
  .m-facilityitem .e-text {
    width: 83.3333333333%;
  }
}
@media (min-width: 1460px) {
  .m-facilityitem .e-text {
    width: 0.8333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-facilityitem .e-text a {
  background: linear-gradient(to right, #00BFB3 0%, #00BFB3 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
}
.m-facilityitem .e-text a:hover {
  background-size: 100% 1px;
}
@media (min-width: 992px) {
  .m-facilityitem {
    max-width: 75%;
  }
}

.m-facilityitemlist {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .m-facilityitemlist {
    padding-top: 60px;
  }
}

.m-getintouch {
  padding: 30px 0;
}
.m-getintouch .e-item {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .m-getintouch .e-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-getintouch .e-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-getintouch .e-item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-getintouch .e-item {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-getintouch .e-item {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-getintouch .e-item .icon {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-getintouch .e-item .icon {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .m-getintouch .e-item .icon {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .m-getintouch .e-item .icon {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-getintouch .e-item .icon {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-getintouch .e-item .icon {
    width: 0.25;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-getintouch .e-item .text {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-getintouch .e-item .text {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .m-getintouch .e-item .text {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .m-getintouch .e-item .text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1230px) {
  .m-getintouch .e-item .text {
    width: 66.6666666667%;
  }
}
@media (min-width: 1460px) {
  .m-getintouch .e-item .text {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-getintouch .e-item .text h4 {
  margin-bottom: 5px;
}
.m-getintouch .e-item .text p {
  margin: 0;
}
@media (min-width: 992px) {
  .m-getintouch {
    padding: 50px 0;
  }
}

.m-htmlembed iframe {
  width: 100%;
}

.m-openingdetails {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-openingdetails .left-column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #EFF1F2;
  border-bottom: 2px solid #EFF1F2;
}
@media (min-width: 500px) {
  .m-openingdetails .left-column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingdetails .left-column {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingdetails .left-column {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-openingdetails .left-column {
    width: 75%;
  }
}
@media (min-width: 1460px) {
  .m-openingdetails .left-column {
    width: 0.6666666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-openingdetails .left-column .row + .row {
  margin-top: 30px;
}
.m-openingdetails .right-column {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F3F6F7;
  border-bottom: 2px solid #EFF1F2;
}
@media (min-width: 500px) {
  .m-openingdetails .right-column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingdetails .right-column {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingdetails .right-column {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-openingdetails .right-column {
    width: 25%;
  }
}
@media (min-width: 1460px) {
  .m-openingdetails .right-column {
    width: 0.3333333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-openingdetails .right-column p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 30px;
}
.m-openingdetails .right-column .e-cta {
  margin-top: 30px;
}
.m-openingdetails .title {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-openingdetails .title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingdetails .title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingdetails .title {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-openingdetails .title {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-openingdetails .title {
    width: 0.4583333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-openingdetails .times {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-openingdetails .times {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingdetails .times {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingdetails .times {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-openingdetails .times {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-openingdetails .times {
    width: 0.5416666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-openingdetails .times .item {
  display: flex;
}
.m-openingdetails .times .item .day {
  width: calc(100% - 105px);
  font-weight: 800;
}
.m-openingdetails .times .item .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  width: 105px;
  margin-left: auto;
}
@media (min-width: 1230px) {
  .m-openingdetails .left-column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-openingdetails .left-column .times .item .day {
    width: calc(100% - 155px);
  }
  .m-openingdetails .left-column .times .item .time {
    padding-right: 50px !important;
    width: 150px;
  }
  .m-openingdetails .right-column {
    border-top: 2px solid #EFF1F2;
    border-left: 2px solid #EFF1F2;
    padding: 35px !important;
  }
}

.m-openingtext {
  padding: 20px 0 60px;
}
.m-openingtext .left {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-openingtext .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingtext .left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingtext .left {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-openingtext .left {
    width: 37.5%;
  }
}
@media (min-width: 1460px) {
  .m-openingtext .left {
    width: 0.3083333333;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-openingtext .left h4 {
  margin: 0;
}
.m-openingtext .right {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-openingtext .right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-openingtext .right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-openingtext .right {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-openingtext .right {
    width: 62.5%;
  }
}
@media (min-width: 1460px) {
  .m-openingtext .right {
    width: 0.6916666667;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1230px) {
  .m-openingtext .left h4 {
    max-width: 75%;
  }
}

.m-ourlocation .e-text,
.m-ourlocation .e-image {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .m-ourlocation .e-text,
  .m-ourlocation .e-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-ourlocation .e-text,
  .m-ourlocation .e-image {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-ourlocation .e-text,
  .m-ourlocation .e-image {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-ourlocation .e-text,
  .m-ourlocation .e-image {
    width: 50%;
  }
}
@media (min-width: 1460px) {
  .m-ourlocation .e-text,
  .m-ourlocation .e-image {
    width: 0.5;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m-ourlocation .e-text {
  background: #003E51;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-ourlocation .e-text h3,
.m-ourlocation .e-text address {
  color: #ffffff;
}
.m-ourlocation .e-text address {
  font-style: normal;
  margin-bottom: 20px;
}
.m-ourlocation .e-text .e-cta svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-ourlocation .e-text .e-cta:hover {
  color: #ffffff;
}
.m-ourlocation .e-text .e-cta:hover .icon {
  background: #ffffff;
}
.m-ourlocation .e-text .e-cta:hover .icon svg {
  fill: #00BFB3;
}
.m-ourlocation .e-image {
  background: #00BFB3;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-ourlocation .e-image img {
  max-width: 120px;
}
@media (min-width: 992px) {
  .m-ourlocation .e-text {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
  .m-ourlocation .e-text:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003E51;
  }
}

@media (min-width: 992px) {
  .m-subpageintro {
    max-width: 75%;
  }
}

.l-subpagelayout {
  position: relative;
  z-index: 30;
  padding: 70px 0 30px;
  background-image: url("../images/backgrounds/Banner-NoImage.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.l-subpagelayout .e-left {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .l-subpagelayout .e-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1230px) {
  .l-subpagelayout .e-left {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-subpagelayout .e-left:after {
  display: none;
}
.l-subpagelayout .m-htmlembed .container {
  padding: 0;
}
.l-subpagelayout ~ .m-storewhatson .container:before {
  display: none;
}
.l-subpagelayout.map .e-aside .inner:before, .l-subpagelayout.map .e-aside .inner:after {
  display: none !important;
}
@media (min-width: 992px) {
  .l-subpagelayout {
    padding: 80px 0 30px;
  }
}
@media (min-width: 1230px) {
  .l-subpagelayout {
    padding: 180px 0 30px;
  }
}
@media (min-width: 1460px) {
  .l-subpagelayout ~ .m-storewhatson .container:before {
    display: block;
  }
}