@import url(../css2);
@import url(../ajax/libs/font-awesome/5.15.1/css/all.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8125em;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p.bold {
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a.inline_cta {
  transition: all 0.2s ease;
}
a.inline_cta:hover {
  color: #5C9EBB;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 500;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

span.line_break {
  display: block;
}

.heading {
  position: relative;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 50px;
}
.heading::before, .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
}
.heading::before {
  top: 0;
}
.heading::after {
  bottom: 0;
}
.heading.navy {
  color: #032E58;
}
.heading.navy::before, .heading.navy::after {
  background: #032E58;
}
.heading.white {
  color: #FFFFFF;
}
.heading.white::before, .heading.white::after {
  background: #FFFFFF;
}

.box_cta {
  display: block;
  position: relative;
  min-width: 180px;
  border: solid 1px #5C9EBB;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #5C9EBB;
  padding: 7px 30px;
  margin: 50px auto 0 auto;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .box_cta {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .box_cta {
    font-size: 0.8125em;
  }
}
.box_cta::before, .box_cta::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: #5C9EBB;
}
.box_cta::before {
  left: -25px;
}
.box_cta::after {
  right: -25px;
}
.box_cta:hover {
  background: #5C9EBB;
  color: #FFFFFF;
}
.box_cta.white {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.box_cta.white::before, .box_cta.white::after {
  background: #FFFFFF;
}
.box_cta.white:hover {
  background: #FFFFFF;
  color: #5C9EBB;
}

.blank_separator {
  width: 100%;
  height: 100px;
}

.line_separator {
  width: 100%;
  height: 1px;
  background: #C0B7A6;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .heading {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .heading::before, .heading::after {
    width: 150px;
  }

  .box_cta {
    min-width: 160px;
    margin-top: 30px;
  }

  .blank_separator {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 1.25em;
  }

  .blank_separator {
    height: 50px;
  }
}
body {
  background: #F0ECE5;
}
body.open {
  overflow: hidden;
}
body.open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#mobile_nav {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: rgba(192, 183, 166, 0.6);
  transition: all 0.2s ease;
}
#mobile_nav li {
  list-style: none;
  border-bottom: solid 2px #F0ECE5;
}
#mobile_nav li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  text-align: left;
  letter-spacing: 0.5px;
  color: #032E58;
  padding: 7px 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  #mobile_nav li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #mobile_nav li a {
    font-size: 0.8125em;
  }
}
#mobile_nav li a.active {
  background: #C0B7A6;
  font-weight: 500;
}
#mobile_nav li a.close_mobile_nav {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
#mobile_nav li a.close_mobile_nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/global/misc/close_cta.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

body.open #mobile_nav {
  left: 0;
}

#container {
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}

body.open #container {
  left: 300px;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  width: 90%;
  max-width: 1220px;
  padding: 24px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #header {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #header {
    gap: 24px;
    padding: 30px 0;
  }
}
#header .logo__strapline {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  #header .logo__strapline {
    align-items: center;
  }
}
#header .logo__strapline .logo {
  display: block;
  width: 210px;
  line-height: 0;
}
#header .logo__strapline .strapline {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  letter-spacing: 0.5px;
  color: #032E58;
}
#header .logo__strapline .strapline span {
  color: #5C9EBB;
}
#header .header_right .header_contact p {
  text-align: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #header .header_right .header_contact p {
    text-align: center;
  }
}
#header .header_right .header_buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 20px;
}
#header .header_right .header_buttons .box_cta {
  font-size: 0.875em;
  margin: 0;
  min-width: 0;
  padding: 6px 15px;
}
#header .header_right .header_buttons .box_cta::before, #header .header_right .header_buttons .box_cta::after {
  display: none;
}

#nav_wrapper {
  display: flex;
  justify-content: center;
  background: rgba(192, 183, 166, 0.6);
}

#nav {
  display: flex;
  width: 90%;
  max-width: 1220px;
  border-right: solid 1px #F0ECE5;
  border-left: solid 1px #F0ECE5;
  margin: 0 auto;
}
#nav li {
  flex: 1;
  list-style: none;
  border-right: solid 1px #F0ECE5;
  border-left: solid 1px #F0ECE5;
}
#nav li.burger_cta {
  display: none;
}
#nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  letter-spacing: 0.5px;
  color: #032E58;
  padding: 7px 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  #nav li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #nav li a {
    font-size: 0.8125em;
  }
}
#nav li a:hover, #nav li a.active {
  background: #C0B7A6;
}
#nav li a.active {
  background: #C0B7A6;
  font-weight: 500;
}
#nav li.burger_cta a {
  padding: 10px 20px;
}

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #nav {
    width: 100%;
    border: none;
  }
  #nav li {
    border: none;
  }
  #nav li.burger_cta {
    display: block;
  }
  #nav li:not(.burger_cta) {
    display: none;
  }
}
#header_img {
  width: 100%;
  min-height: 346px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16.925% 0;
}
#header_img.small {
  min-height: 186px;
  padding: 9.115% 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #header_img {
    min-height: 200px;
  }
  #header_img.small {
    min-height: 108px;
  }
}
.outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 5%;
}
.outer.with_bg {
  background: #C0B7A6;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .outer {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 767px) {
  .outer {
    padding: 50px 5%;
  }
}
.inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1220px;
}
.inner.mw_600 {
  max-width: 600px;
}
.inner.mw_800 {
  max-width: 800px;
}
.inner.policy .heading {
  margin-top: 50px;
}
.inner.policy .heading:first-child {
  margin-top: 0;
}

.box_listings {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.box_listings .box_listing {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  background: #032E58;
  margin: 0 10px;
}
.box_listings .box_listing:nth-child(n+3) {
  margin-top: 50px;
}
.box_listings .box_listing .image {
  width: 100%;
  line-height: 0;
}
.box_listings .box_listing .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}
.box_listings .box_listing .content .heading {
  text-transform: uppercase;
}
.box_listings .box_listing .content .teaser {
  width: 100%;
  max-width: 440px;
  margin-bottom: auto;
}
.box_listings .box_listing .content .teaser p {
  color: #FFFFFF;
}
.box_listings.light .box_listing {
  background: none;
  border: solid 1px #C0B7A6;
}
.box_listings.light .box_listing .content .teaser p {
  color: #4D4C4D;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .box_listings .box_listing .content {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .box_listings {
    display: block;
    width: 100%;
    margin: 0;
  }
  .box_listings .box_listing {
    display: block;
    width: 100%;
    margin: 0;
  }
  .box_listings .box_listing:nth-child(n+2) {
    margin-top: 50px;
  }
  .box_listings .box_listing .content {
    padding: 40px 20px;
  }
}
.gallery {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  width: calc(100% + 20px);
  margin: -10px;
}
.gallery .image {
  display: block;
  width: calc(100% - 20px);
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(50% - 10px) 0;
  transition: all 0.2s ease;
}
.gallery .image:first-child {
  grid-row: 1/4;
}
.gallery .image:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  .gallery {
    grid-template-columns: 50% 50%;
  }
  .gallery .image:first-child {
    grid-row: auto/auto;
    grid-column: 1/3;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 183, 166, 0.95);
  cursor: pointer;
  z-index: 9;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.popup::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/global/misc/close_cta.png");
  background-size: 20px 20px;
}
.popup.open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
}
.popup .popup_wrap {
  display: flex;
  height: 100%;
}
.popup .popup_wrap .popup_content {
  width: 90%;
  max-width: 1220px;
  cursor: default;
  padding: 60px 0;
  margin: auto;
}
.popup#notice_popup .popup_wrap .popup_content {
  max-width: 600px;
}
.popup#notice_popup .popup_wrap .popup_content > div {
  position: relative;
  background: #FFFFFF;
  padding: 50px;
  overflow: hidden;
}
.popup#notice_popup .popup_wrap .popup_content > div .sub_heading {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
  color: #032E58;
  margin-bottom: 20px;
}
.popup#notice_popup .popup_wrap .popup_content > div p {
  margin-bottom: 20px;
}
.popup#notice_popup .popup_wrap .popup_content > div p.bold {
  font-weight: 500;
  margin-bottom: 10px;
}
.popup#notice_popup .popup_wrap .popup_content > div p.small {
  font-size: 0.75em;
  font-style: italic;
}
.popup#notice_popup .popup_wrap .popup_content > div p strong {
  display: block;
  font-weight: 500;
}

#gallery_popup_slider .slick-next,
#gallery_popup_slider .slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 13px 20px;
  filter: drop-shadow(3px 3px 3px #4D4C4D);
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease;
}
#gallery_popup_slider .slick-next:hover,
#gallery_popup_slider .slick-prev:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#gallery_popup_slider .slick-next {
  right: 0;
  background-position: center right 20px;
  background-image: url("../images/global/misc/popup_next.png");
}
#gallery_popup_slider .slick-prev {
  left: 0;
  background-position: center left 20px;
  background-image: url("../images/global/misc/popup_prev.png");
}

a.notice_popup_cta {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 44px;
  background-image: url("../images/global/misc/notice_popup_cta.png");
  background-size: 50px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  transition: all 0.2s ease;
  z-index: 8;
}
a.notice_popup_cta:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .popup#notice_popup .popup_wrap .popup_content > div .christmas_times {
    margin-bottom: 30px;
  }
  .popup#notice_popup .popup_wrap .popup_content > div .christmas_times .row .column.label {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .popup#notice_popup .popup_wrap .popup_content > div {
    padding: 50px 30px;
  }
  .popup#notice_popup .popup_wrap .popup_content > div::after {
    width: 180px;
    height: 234px;
    background-size: 180px 234px;
  }
  .popup#notice_popup .popup_wrap .popup_content > div .sub_heading {
    font-size: 1em;
    margin: 30px 0 10px 0;
  }
}
.form_intro {
  margin-bottom: 30px;
}
.form_intro p {
  color: #FFFFFF;
}

.form .fields {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.form .fields .column {
  flex: 1;
  margin: 0 10px;
}
.form .fields .column .field {
  margin-bottom: 15px;
}
.form .fields .column .field:last-child {
  margin-bottom: 0;
}
.form .fields .column .field label,
.form .fields .column .field input,
.form .fields .column .field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .form .fields .column .field label,
.form .fields .column .field input,
.form .fields .column .field textarea {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .form .fields .column .field label,
.form .fields .column .field input,
.form .fields .column .field textarea {
    font-size: 0.8125em;
  }
}
.form .fields .column .field label.hide {
  display: none !important;
}
.form .fields .column .field input,
.form .fields .column .field textarea {
  background: none;
  border: solid 1px #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  padding: 7px 20px;
  margin: 0;
}
.form .fields .column .field textarea {
  height: 122px;
  resize: none;
}
.form .fields .column .field.error input,
.form .fields .column .field.error textarea {
  border: solid 1px #FF0000;
}
.form .detect {
  display: none !important;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .form .fields .column .field textarea {
    height: 113px;
  }
}
@media screen and (max-width: 767px) {
  .form .fields {
    display: block;
    width: 100%;
    margin: 0;
  }
  .form .fields .column {
    margin: 0 0 15px 0;
  }
  .form .fields .column:last-child {
    margin-bottom: 0;
  }
}
#footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1220px;
  padding: 60px 0;
  margin: 0 auto;
}
#footer .info {
  display: flex;
}
#footer .info .column {
  margin-right: 50px;
}
#footer .info .column:last-child {
  margin-right: 0;
}
#footer .info .column p {
  font-size: 0.8125em;
  text-align: left;
}
#footer .social_icons {
  display: flex;
}
#footer .social_icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: solid 1px #5C9EBB;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.2s ease;
}
#footer .social_icons .icon:last-child {
  margin-right: 0;
}
#footer .social_icons .icon:hover {
  background: #5C9EBB;
}
#footer .social_icons .icon:hover .fab {
  color: #FFFFFF;
}
#footer .social_icons .icon .fab {
  font-size: 18px;
  line-height: 18px;
  color: #5C9EBB;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #footer {
    display: block;
  }
  #footer .info {
    display: block;
  }
  #footer .info .column {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #footer .info .column:last-child {
    margin-bottom: 0;
  }
  #footer .info .column p {
    text-align: center;
  }
  #footer .social_icons {
    justify-content: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
}
.cms_content.mt {
  margin-top: 50px;
}
.cms_content .sub_heading {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .cms_content .sub_heading {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .cms_content .sub_heading {
    font-size: 0.8125em;
  }
}
.cms_content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #4D4C4D;
  font-weight: 500;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 1023px) {
  .cms_content h3 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .cms_content h3 {
    font-size: 0.8125em;
  }
}
.cms_content a {
  transition: all 0.2s ease;
}
.cms_content a:hover {
  color: #5C9EBB;
}
.cms_content em {
  display: block;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .cms_content.mt {
    margin-top: 30px;
  }
}
