/* compiled by scssphp 1.11.0 on Mon, 25 Nov 2024 23:42:53 +0000 (0.7772s) */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Crimson+Text:wght@400;600&family=Work+Sans:wght@400;600&display=swap");
.poli-block:before, .poli-block:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
:root {
  --heading-colour: #a90101;
  --text-colour:  #231f20;
  --link-colour: #DA0202;
  --link-hover-colour: #DA0202;
  --link-hover-decoration: underline;
}
html {
  font-size: 18px;
}
body {
  color: var(--text-colour);
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--heading-colour);
  font-family: "Crimson Text", serif;
  font-size: var(--heading-responsive-size, initial);
  line-height: 1.2;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 2.7777777778rem;
  --heading-responsive-size: 1.6666666667rem;
  color: #231f20;
  font-weight: 600;
  margin-top: 100px;
}
h1 span {
  font-size: 1.6666666667rem;
}
@media (max-width: 639px) {
  h1 {
    margin-top: 20px;
  }
}
h2 {
  --heading-size: 1.7777777778rem;
  --heading-responsive-size: 1.3333333333rem;
  color: #231f20;
}
h3 {
  --heading-size: 1.3333333333rem;
  --heading-responsive-size: 1.1111111111rem;
  color: #231f20;
}
a {
  color: var(--link-colour);
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  color: var(--link-hover-colour);
  text-decoration: var(--link-hover-decoration);
}
a img {
  border: none;
}
:root {
  --button-background: #a90101;
  --button-hover-background: #fff;
  --button-text-colour: #fff;
  --button-hover-text-colour: #fff;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 0px;
  background: url("/theme/images/button.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--button-text-colour);
  font-family: "Crimson Text", serif;
  cursor: pointer;
  text-decoration: none;
}
.button:after {
  content: "";
  background-image: url("/theme/images/button-hover.svg");
}
.button[disabled] {
  --button-hover-background: var(--button-background);
  --button-hover-text-colour: var(--button-text-colour);
  filter: saturate(0);
  pointer-events: none;
}
.button:hover, .button:focus, .button:active {
  background-image: url("/theme/images/button-hover.svg");
  color: var(--button-hover-text-colour);
  text-decoration: none;
}
.button.loading:after {
  animation: loading-button-spin 2s linear infinite;
  border: solid var(--button-text-colour);
  border-radius: 50%;
  border-width: 2px 0 0;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
@keyframes loading-button-spin {
  from {
    transform: none;
  }
  to {
    transform: rotate(360deg);
  }
}
.button.loading:hover:after {
  border-color: var(--button-hover-text-colour);
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  width: 100%;
}
.message {
  border: 4px solid #a90101;
  padding: 1rem;
  background: #f6e6e6;
  color: #231f20;
}
.message.error {
  border: 4px solid #fd1a00;
  background: #ffe8e6;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #231f20;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #F3F4F6;
  font-size: 1.1666666667rem;
  font-family: "Crimson Text", serif;
  color: #231f20;
}
.activator:before, .activator:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #231f20;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #a90101;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #F3F4F6;
}
.tab-nav a.active {
  border-bottom: 3px solid #a90101;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
:root {
  --container-width: 1240px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1450px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 639px) {
  body {
    display: block;
  }
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
}
/*** section styles ***/
[role=banner], main {
  margin: 0 auto;
  width: 100%;
}
main {
  max-width: 1450px;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 639px) {
  .container {
    padding: 0px 10px;
  }
}
header {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 10;
  z-index: 10;
}
header .site-header {
  background: none;
}
header .scroll-logo {
  display: none;
}
header .logo {
  display: block;
  margin: 10px;
  border-radius: 0px;
}
@media (max-width: 639px) {
  header .logo {
    max-width: 160px;
  }
}
header .logo img {
  display: block;
}
html.scrolled .site-header {
  background: #fff;
}
html.scrolled .open-nav .bar {
  background-image: url("/theme/images/dark-menu-icon.svg");
}
html.scrolled .open-nav .bar.top {
  top: 0;
  background-image: none;
}
html.scrolled .open-nav .bar.middle {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
}
html.scrolled .open-nav .bar:hover {
  background-image: url("/theme/images/dark-burger.svg");
}
html.scrolled .main-navigation-wrapper {
  padding: 0px;
}
html.scrolled .main-navigation-wrapper .left-align, html.scrolled .main-navigation-wrapper .open-nav {
  margin-top: 35px;
}
@media (max-width: 639px) {
  html.scrolled .main-navigation-wrapper .left-align, html.scrolled .main-navigation-wrapper .open-nav {
    margin-top: 20px;
  }
}
html.scrolled .main-navigation-wrapper .right-align {
  margin-top: 25px;
}
html.scrolled .scroll-logo {
  display: block;
  max-width: 80px;
  margin: 25px 0px 0px;
}
@media (max-width: 639px) {
  html.scrolled .scroll-logo {
    margin: 15px 0px 10px;
  }
}
html.scrolled .top-logo {
  display: none;
}
@media (max-width: 639px) {
  html .site-header {
    background: #fff;
  }
  html .open-nav .bar {
    background-image: url("/theme/images/dark-menu-icon.svg");
  }
  html .open-nav .bar.top {
    top: 0;
    background-image: none;
  }
  html .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: none;
  }
  html .open-nav .bar:hover {
    background-image: url("/theme/images/dark-burger.svg");
  }
  html .main-navigation-wrapper {
    padding: 0px;
  }
  html .main-navigation-wrapper .left-align, html .main-navigation-wrapper .open-nav {
    margin-top: 35px;
  }
  html .main-navigation-wrapper .right-align {
    margin-top: 25px;
  }
  html .scroll-logo {
    display: block;
    max-width: 80px;
    margin: 25px 0px 0px;
  }
  html .top-logo {
    display: none;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  html .main-navigation-wrapper .left-align, html .main-navigation-wrapper .open-nav {
    margin-top: 20px;
  }
}
@media (max-width: 639px) and (max-width: 639px) {
  html .scroll-logo {
    margin: 15px 0px 10px;
  }
}
.slideshow .light-logo {
  display: none;
}
main {
  display: flex;
  z-index: 5;
  flex-grow: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 639px) {
  main {
    display: block;
  }
}
.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  flex-grow: 1;
}
@media (max-width: 639px) {
  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.breadcrumbs {
  font-size: 0.8em;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:first-child):before {
  content: " / ";
}
.content {
  display: flex;
  flex-flow: column;
}
@media (max-width: 639px) {
  .content {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .columns, .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after, .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
.columns {
  gap: 50px;
}
@media (min-width: 1024px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    margin-right: 2.2222222222rem;
    width: 15rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 0;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  background: #000;
  color: #fff;
  padding: 70px 0px 10px;
  margin-top: 50px;
  position: relative;
}
footer[role="banner"]:before {
  content: "";
  background-image: url("/theme/images/footer-frame.svg");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 21px;
}
footer[role="banner"]:after {
  content: "";
  background-image: url("/theme/images/footer-frame.svg");
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 21px;
}
footer[role="banner"] h3 {
  color: #fff;
  text-transform: none;
  font-size: 25px;
}
footer[role="banner"] h4 {
  color: #fff;
  font-size: 20px;
}
footer[role="banner"] p {
  font-size: 18px;
  font-family: "Crimson Text", serif;
}
footer[role="banner"] .foot-logomark {
  padding-top: 50px;
}
@media (max-width: 639px) {
  footer[role="banner"] {
    padding: 50px 0px 0px;
    margin-top: 0px;
  }
}
footer[role="banner"] .logo {
  border-radius: 0px;
}
@media (max-width: 639px) {
  footer[role="banner"] .logo {
    max-width: 50%;
  }
}
@media (max-width: 639px) {
  footer[role="banner"] .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 639px) {
  footer[role="banner"] .foot-left {
    order: 2;
    -webkit-order: 2;
    text-align: center;
  }
}
footer[role="banner"] .foot-mid {
  text-align: center;
}
@media (max-width: 639px) {
  footer[role="banner"] .foot-mid {
    order: 1;
    -webkit-order: 1;
    text-align: center;
  }
}
footer[role="banner"] .foot-right {
  text-align: right;
}
@media (max-width: 639px) {
  footer[role="banner"] .foot-right {
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
}
@media (max-width: 639px) {
  footer[role="banner"] .foot-logomark {
    display: none;
  }
}
footer[role="banner"] a {
  color: inherit;
}
@media (max-width: 639px) {
  footer[role="banner"] h3 {
    display: none;
  }
}
footer[role="banner"] .attribution {
  margin-top: 30px;
  font-size: 16px;
  text-transform: lowercase;
  color: #555;
}
@media (max-width: 639px) {
  footer[role="banner"] .attribution {
    display: none;
  }
}
footer[role="banner"] .footer-social {
  margin-top: 20px;
}
@media (max-width: 639px) {
  footer[role="banner"] .footer-social {
    margin-bottom: 20px;
  }
}
footer[role="banner"] .footer-social a:hover, footer[role="banner"] .footer-social a:focus, footer[role="banner"] .footer-social a:active {
  text-decoration: none;
}
footer[role="banner"] .footer-social img {
  width: 38px;
  height: 38px;
}
footer[role="banner"] .footer-social img:hover, footer[role="banner"] .footer-social img:focus, footer[role="banner"] .footer-social img:active {
  text-decoration: none;
  opacity: 0.8;
}
.sub-footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px auto;
}
@media (min-width: 640px) {
  .sub-footer {
    flex-flow: row;
    justify-content: space-between;
  }
}
.sub-footer .attribution {
  text-align: center;
  text-transform: lowercase;
}
.extra-content img {
  max-width: 423px;
  margin: 0px 20px;
}
@media (max-width: 639px) {
  .extra-content img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
}
.booking-widget {
  display: flex;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  justify-content: space-between;
  margin: 50px auto;
  background: #000;
  padding: 40px 30px;
  position: relative;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 0.8333333333rem !important;
}
@media (max-width: 900px) {
  .booking-widget {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
  }
}
@media (max-width: 639px) {
  .booking-widget {
    display: block;
    margin: 0px;
  }
}
@media (max-width: 733px) {
  .booking-widget {
    text-align: left;
  }
}
.booking-widget:before {
  content: "";
  background-image: url("/theme/images/footer-frame.svg");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 21px;
}
.booking-widget:after {
  content: "";
  background-image: url("/theme/images/footer-frame.svg");
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 21px;
}
.booking-widget .message, .booking-widget .heading, .booking-widget form {
  width: 100%;
}
.booking-widget .heading {
  margin-bottom: 6px;
}
.booking-widget .message {
  border: 2px solid link-colour;
  padding: 0.4rem 1rem;
  background: #0F0F0F;
  color: #FFF;
  margin-bottom: 8px;
}
.booking-widget.booking-page .book-through {
  display: flex;
  flex-direction: space-between;
  flex-wrap: wrap;
}
.booking-widget.booking-page .heading {
  width: 100%;
}
.booking-widget.booking-page .booking-wrapper {
  width: 100%;
}
.booking-widget.booking-page .field-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 15px;
  align-items: center;
  max-width: 100%;
  margin-top: 0.5555555556rem;
}
.booking-widget.booking-page .field-row.text-field .field-item {
  justify-content: space-between;
  width: 49%;
}
.booking-widget.booking-page .field-row.text-field .field-item label, .booking-widget.booking-page .field-row.text-field .field-item input, .booking-widget.booking-page .field-row.text-field .field-item select {
  width: 49%;
  text-align: left;
  justify-content: flex-start;
}
.booking-widget.booking-page .field-row .field-item {
  width: 50%;
  position: relative;
}
.booking-widget.booking-page .field-row .field-item input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.booking-widget.booking-page .field-row .field-item input[type="radio"]:checked + label:before {
  display: block;
}
.booking-widget.booking-page .field-row .field-item label {
  min-height: 2.7777777778rem;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.booking-widget.booking-page .field-row .field-item label span {
  position: relative;
  z-index: 10;
}
.booking-widget.booking-page .field-row .field-item label:before {
  background-image: url("/theme/images/button.svg");
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.booking-widget.booking-page label {
  border: none;
}
.booking-widget.booking-page .booking-number, .booking-widget.booking-page .booking-date {
  background: transparent;
  padding: 5px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.2777777778rem;
  position: relative;
  z-index: 100;
}
.booking-widget.booking-page .booking-number label, .booking-widget.booking-page .booking-date label {
  text-align: left;
  min-width: 11.1111111111rem;
}
.booking-widget.booking-page input[type="text"], .booking-widget.booking-page input[type="date"], .booking-widget.booking-page input[type="number"] {
  background: transparent;
  border: 2px solid #fff;
  width: 100%;
  max-width: 100%;
}
.booking-widget.booking-page .make-booking {
  margin-top: 0.5555555556rem;
  width: 100%;
}
.booking-widget.booking-page .button {
  width: 100%;
}
.booking-widget label {
  border-right: 1px solid #444;
  padding-right: 10px;
}
.booking-widget input {
  background-color: #231f20 !important;
  color: #fff !important;
  border: 1px solid #444 !important;
  padding: 2px 6px !important;
  font-size: 0.7222222222rem !important;
}
.booking-widget .booking-number, .booking-widget .booking-date {
  background-color: #231f20;
  padding: 10px 10px;
  width: 190px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1013px) {
  .booking-widget .booking-number, .booking-widget .booking-date {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .booking-widget .booking-number, .booking-widget .booking-date {
    width: 49%;
  }
  .booking-widget .booking-number label, .booking-widget .booking-date label {
    width: 60px;
  }
}
@media (max-width: 734px) {
  .booking-widget .booking-number, .booking-widget .booking-date {
    width: 100%;
  }
}
.booking-widget .booking-number {
  width: 220px;
}
@media (max-width: 900px) {
  .booking-widget .booking-number {
    width: 49%;
    justify-content: flex-start;
  }
  .booking-widget .booking-number label {
    width: auto;
  }
}
@media (max-width: 733px) {
  .booking-widget .booking-number {
    width: 100%;
  }
}
.booking-widget .booking-number input {
  max-width: 50px;
  padding-left: 10px;
}
@media (max-width: 900px) {
  .booking-widget .booking-number input {
    max-width: 150px;
    width: 150px;
  }
}
.booking-widget h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0px;
}
.ui-widget.ui-widget-content {
  z-index: 99 !important;
}
.Cart input[type="checkbox"] {
  margin-left: 0;
  border: 2px solid #a90101 !important;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 0px;
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: inline-flex;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0.5rem 1.5rem 0;
  width: 48%;
  float: left;
}
@media (max-width: 639px) {
  form:where(:not(.custom-form)) .field-wrapper {
    width: 100%;
    float: none;
  }
}
form:where(:not(.custom-form)) .group {
  background: #f3f4f6;
  border: 1px solid #c1c1c1;
  border-left: 5px solid #a90101;
  padding: 5px 5px 5px 10px;
  font-size: 17px;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 0px solid #c1c1c1;
  padding: 14px;
  width: 100%;
  border-radius: 0;
  background: #f3f4f6;
  font-family: inherit;
  font-size: inherit;
  border-left: 5px solid #a90101;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 0px solid #c1c1c1;
  padding: 14px;
  width: 100%;
  border-radius: 0;
  background: #f3f4f6;
  font-family: inherit;
  font-size: inherit;
  border-left: 5px solid #a90101;
}
form:where(:not(.custom-form)) input[type=date] {
  min-height: 2.5em;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #F3F4F6 transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
  width: 100%;
}
form:where(:not(.custom-form)) .form-field-wrapper {
  width: 100%;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #F3F4F6;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #a90101;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
  background: #fff;
}
form:where(:not(.custom-form)) .file-picker {
  display: block;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
form:where(:not(.custom-form)) .file-picker label {
  display: flex;
  max-width: 96%;
}
@media (max-width: 639px) {
  form:where(:not(.custom-form)) .file-picker label {
    display: block;
    max-width: 100%;
  }
}
form:where(:not(.custom-form)) .file-picker label .label {
  margin-right: 10px;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  width: 200px;
  text-align: center;
}
@media (max-width: 639px) {
  form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: flex;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
  margin-top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url("/theme/images/icons/upload.png") center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  margin-left: 10px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
#form-2 .button {
  margin-top: 15px;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90101;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading, .line-items .line-item.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before, .line-items .line-item.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.native-sidebar .sidebar-section.loading:after, .line-items .line-item.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #a90101 #a90101 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.1111111111rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1111111111rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
  float: none;
  width: unset;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #e4e3e3;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #f3f4f6;
  color: #231f20;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.1111111111rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #e4e3e3;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #f3f4f6;
  color: #231f20;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
/*
@include above($NAV_BREAKPOINT - 1px)
{
	.main-navigation
	{
		position: relative;
		z-index: 7; // The top level menu doesn't need this, but the dropdown submenus need to hover over almost everything else on the page

		// Top Level Menu
		> ul
		{
			display: flex;
			gap: 45px;
			justify-content: space-between;
			padding: 0;

			// Base styles for top level menu items
			> li
			{
				display: flex;
				position: relative;

				> a
				{
					align-items: center;
					display: flex;
					min-height: 0; // Set this height to enforce a minimum height on the entire menu
					padding: 5px;
					text-decoration: none;
				}
			}

			// Menu item for current page
			> li.sel > a
			{
				background: $PRIMARY_HIGHLIGHT;
				color: $LIGHT_COLOUR;
			}

			// Hover styles
			> li
			{
				@include hover
				{
					> a
					{
						box-shadow: 0 1px $PRIMARY_HIGHLIGHT;
					}
				}
			}
		}

		// Dropdown Menus
		li ul
		{
			background: $LIGHT_COLOUR;
			box-shadow: 0 2px 1px rgba($DARK_COLOUR, 0.1);
			left: 0;
			position: absolute;
			min-width: 100%;
			opacity: 0;
			padding: 0;
			top: 100%;
			transition-property: opacity, visibility;
			transition-duration: 0.2s;
			visibility: hidden;
			white-space: nowrap;

			// Base styles for dropdown menu items
			> li
			{
				display: block;

				> a
				{
					display: block;
					padding: 2px 5px;
					text-decoration: none;
				}
			}

			// Menu item for current page
			> li.sel > a
			{
				background: $PRIMARY_HIGHLIGHT;
				color: $LIGHT_COLOUR;
			}

			// Hover styles
			> li
			{
				@include hover
				{
					> a
					{
						background: mix($PRIMARY_HIGHLIGHT, $LIGHT_COLOUR);
					}
				}
			}
		}

		// Displays submenus on hover
		li:hover > ul,
		li:focus-within > ul,
		a:focus + ul
		{
			opacity: 1;
			visibility: visible;
		}
	}
}

*/
.main-navigation-wrapper {
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: [menu-start] 34px [menu-end extra-items-start] 1fr [extra-items-end logo-start] auto [logo-end buttons-start] 1fr 34px [buttons-end];
  justify-content: space-between;
  padding: 20px 0px;
}
.main-navigation-wrapper .menu-label {
  margin-left: 40px;
  font-family: "Crimson Text", serif;
}
.main-navigation-wrapper .open-nav {
  grid-column: menu;
}
.main-navigation-wrapper .left-align {
  grid-column: extra-items;
}
.main-navigation-wrapper > a {
  grid-column: logo;
}
.main-navigation-wrapper .right-align {
  grid-column: buttons;
}
.main-navigation-wrapper a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.main-navigation-wrapper .right-align {
  text-align: right;
  margin-left: auto;
  margin-top: 45px;
}
@media (max-width: 639px) {
  .main-navigation-wrapper .right-align {
    display: none;
  }
}
.main-navigation-wrapper .right-align li {
  margin: 0px 0px 0px 5px !important;
}
.main-navigation-wrapper .left-align {
  text-align: left;
  margin-right: auto;
  margin-top: 55px;
}
.main-navigation-wrapper .top-menu {
  display: flex;
}
@media (max-width: 639px) {
  .main-navigation-wrapper .top-menu {
    display: none;
  }
}
.main-navigation-wrapper .top-menu li {
  list-style: none;
  margin: 0px 10px;
}
.main-navigation {
  left: 0;
  position: fixed;
  width: unset;
  background: #231f20;
  top: 0;
  transform: translateX(-100%);
  min-width: 250px;
  bottom: 0;
  width: 15vw;
  padding: 50px 0px 0px;
  transition: transform 0.2s;
  z-index: 999;
  font-weight: 600;
  overflow: auto;
  max-height: 100%;
}
@media (max-width: 639px) {
  .main-navigation {
    width: 100%;
  }
}
@media (min-height: 700px) {
  .main-navigation {
    overflow: auto;
    max-height: none;
  }
}
.main-navigation.open {
  display: block;
  transform: none;
}
.main-navigation.open .open-nav {
  position: absolute;
  right: 20px;
  top: 20px;
}
.main-navigation > ul {
  z-index: 10000;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 65px;
}
.main-navigation li {
  display: block;
  position: relative;
  border-top: 0px solid #c20202;
  width: 100%;
  text-align: left;
  padding-left: 40px;
  font-font: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
@media (max-width: 639px) {
  .main-navigation li {
    padding-left: 0px;
  }
}
.main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
  background-color: #a90101;
}
.main-navigation li:hover:before, .main-navigation li:focus:before, .main-navigation li:active:before {
  content: "";
  background-image: url("/theme/images/menu-icon.svg");
  position: absolute;
  left: 18px;
  top: 14px;
  width: 44px;
  height: 20px;
}
@media (max-width: 639px) {
  .main-navigation li:hover:before, .main-navigation li:focus:before, .main-navigation li:active:before {
    display: none;
  }
}
.main-navigation li.sel {
  background-color: #a90101;
}
.main-navigation li.sel:before {
  content: "";
  background-image: url("/theme/images/menu-icon.svg");
  position: absolute;
  left: 18px;
  top: 13px;
  width: 44px;
  height: 20px;
}
@media (max-width: 639px) {
  .main-navigation li.sel:before {
    display: none;
  }
}
.main-navigation li a {
  display: block;
  padding: 10px 2em;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.main-navigation li ul {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
.main-navigation li ul li {
  width: 100%;
  background-color: #d30202;
}
.main-navigation li ul li a {
  padding-left: 2.5em;
}
.main-navigation li.open > .open-sub:after {
  transform: rotate(360deg);
}
.main-navigation li.open > .open-sub:before {
  transform: rotate(180deg);
}
.main-navigation li.open > ul {
  display: block;
}
.main-navigation > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-navigation > ul > li:last-child > ul ul {
  left: auto;
  right: 100%;
}
.open-nav {
  display: block;
  position: relative;
  height: 26px;
  width: 34px;
  cursor: pointer;
  z-index: 9999;
  margin-top: 55px;
  background-image: none;
}
@media (max-width: 639px) {
  .open-nav {
    margin-top: 0px;
    left: 0px;
  }
}
.open-nav .bar {
  display: block;
  position: absolute;
  height: 24px;
  width: 100%;
  background-image: url("/theme/images/dark-menu-icon.svg");
  background-repeat: no-repeat;
}
.open-nav .bar:hover, .open-nav .bar:focus, .open-nav .bar:active {
  background-image: url("/theme/images/dark-burger.svg");
}
.open-nav .bar.top {
  top: 0;
  background-image: none;
}
.open-nav .bar.middle {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
}
.open-nav .bar.bottom {
  bottom: 0;
}
.open-nav.open .bar {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
  height: 27px;
}
@media (max-width: 639px) {
  .open-nav.open .bar {
    left: 20px;
  }
}
.open-nav.open .bar.top, .open-nav.open .bar.middle {
  background-image: url("/theme/images/close.svg");
  background-repeat: no-repeat;
}
.open-sub {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.open-sub:before, .open-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  margin: auto;
  width: 50%;
  background: #fff;
  transition: all 0.2s;
}
.open-sub:after {
  transform: rotate(90deg);
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #DA0202;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1279px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url("/theme/images/icons/user.png") 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #DA0202;
}
@media (max-width: 1279px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #DA0202;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.8333333333rem;
}
@media (max-width: 1279px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1279px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #231f20;
  font-size: 0.8333333333rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: "Work Sans", sans-serif;
  font-size: 0.6666666667rem;
  text-align: right;
}
@media (max-width: 1279px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #fff;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  margin-right: 15px;
  width: 17px;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -2px;
  right: -14px;
  border-radius: 50%;
  border: 1px solid #231f20;
  padding: 5px;
  height: 25px;
  width: 25px;
  background: #fff;
  color: #231f20;
}
.menu-search {
  margin: 50px 20px 0px;
}
.menu-search input[type=text] {
  background: none;
  border: none;
}
@media (max-width: 639px) {
  .menu-search {
    padding: 0px 0px 0px 10px;
  }
}
.big-slideshow {
  display: grid;
  grid-template-columns: [content-background-start slideshow-start] 20px [content-start] 1fr [content-end] 20px [content-background-end slideshow-end];
}
@media (min-width: 1024px) {
  .big-slideshow {
    grid-template-columns: [content-background-start] 10px [content-start] 3fr [content-end] 10px [content-background-end slideshow-start] 10px 7fr 10px [slideshow-end];
  }
}
@media (min-width: 1450px) {
  .big-slideshow {
    --side-panel-width: max(10px, calc((100% - var(--container-width)) / 2));
    grid-template-columns: [content-background-start] var(--side-panel-width) [content-start] 3fr [content-end] 100px [content-background-end slideshow-start] 75px 7fr var(--side-panel-width) [slideshow-end];
  }
}
.big-slideshow:before {
  background: #231f20;
  content: "";
  grid-column: content-background;
  grid-row: 1;
}
.big-slideshow .side-content {
  align-self: center;
  color: #fff;
  grid-column: content;
  grid-row: 1;
}
.big-slideshow h2 {
  font-size: 2.4444444444rem;
}
.big-slideshow p {
  margin: 30px 0;
}
.big-slideshow .slides {
  grid-column: slideshow;
  grid-template-rows: auto;
}
@media (min-width: 1024px) {
  .big-slideshow .slides {
    grid-row: 1;
  }
}
.big-slideshow .slides img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.big-slideshow .slides .foxy-bullets {
  bottom: 25px;
  position: absolute;
}
.big-slideshow .slides .foxy-bullet {
  background: rgba(35, 31, 32, 0.3);
  box-shadow: none;
}
.big-slideshow .slides .foxy-active .foxy-bullet {
  background: #fff;
  opacity: 1;
}
.double-content {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.image-block {
  --button-background: #DA0202;
  --button-hover: #231f20;
  --link-colour: #fff;
  background: #a90101;
  border-radius: 10px;
  box-shadow: 0 0 13px 8px rgba(35, 31, 32, 0.17);
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .image-block {
    flex-direction: row;
  }
}
.image-block .big-image {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-block .big-image {
    width: 65.96%;
  }
}
.image-block .big-image > * {
  height: 100%;
  width: 100%;
}
.image-block .block-content {
  align-self: center;
  padding: 50px;
}
@media (min-width: 1600px) {
  .image-block h2 {
    font-size: 2.4444444444rem;
  }
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #231f20;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #231f20;
}
#tinymce a {
  border-bottom: 1px dotted #231f20;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
/* contact */
.Contact .slideshow {
  display: none;
}
.Contact main {
  display: block;
}
.Contact h1 {
  margin: 100px 0px 50px;
}
.Contact h3 {
  font-size: 1.7777777778rem;
}
.Contact iframe {
  width: 100%;
  height: 380px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.Contact .button {
  font-size: 17px;
  font-weight: 600;
}
.Contact .field {
  text-align: right;
}
.Contact form:where(:not(.custom-form)) .field-wrapper {
  width: 100%;
  margin-bottom: 0.25rem;
}
.Contact .col-2 .footer-social img {
  width: 40px;
  filter: invert(100%);
}
.Contact .col-2 .footer-social img:nth-child(3) {
  filter: invert(0%);
}
.Contact .col-2 .footer-social a:hover, .Contact .col-2 .footer-social a:focus, .Contact .col-2 .footer-social a:active {
  text-decoration: none;
  opacity: 70%;
}
/* pricing */
.Pricing-Page .double-content {
  column-gap: 40px;
}
.Pricing-Page .double-content div {
  background: #fff;
  border-radius: 25px;
  border: 5px solid #00aeef;
  padding: 50px 0px;
  margin-bottom: 50px;
}
/* daycare */
.Daycare-Page .features {
  padding: 0px;
  margin-top: 50px;
}
@media (max-width: 639px) {
  .Daycare-Page .features {
    margin-top: 0px;
  }
}
.Daycare-Page .features .feature {
  margin: 30px 0px;
  padding: 50px 0px 0px 50px;
  border-radius: 25px;
  background: #fff;
  min-height: 565px;
  position: relative;
}
.Daycare-Page .features .feature .featured-main {
  display: flex;
  align-items: end;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .featured-main {
    display: block;
    padding-right: 10px;
  }
}
.Daycare-Page .features .feature .featured-main .hidden-button {
  background-color: transparent;
  color: transparent;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .featured-main .hidden-button {
    display: none;
  }
}
.Daycare-Page .features .feature details {
  position: relative;
}
.Daycare-Page .features .feature details div {
  padding: 30px 50px 50px 0px;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature details div {
    padding: 0px 10px 0px 0px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.Daycare-Page .features .feature details > div > *:first-child {
  margin-top: 0;
}
.Daycare-Page .features .feature summary {
  position: absolute;
  top: -50px;
  transform: translateY(-100%);
  left: 0;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature summary {
    position: relative;
    margin-top: 80px;
    max-width: 80%;
    width: 100%;
    margin-bottom: -10px;
  }
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature img {
    display: none;
  }
}
.Daycare-Page .features .feature .daycare-text {
  display: block;
  padding: 0px 0px 20px 0px;
  position: relative;
}
.Daycare-Page .features .feature .daycare-text h2 {
  padding-left: 0px;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .daycare-text h2 {
    font-size: 1.3333333333rem;
    margin-left: -20px;
  }
}
.Daycare-Page .features .feature .daycare-text p {
  font-size: 24px;
  font-weight: 500;
  padding-left: 80px;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .daycare-text p {
    font-size: 1rem;
    padding-left: 25px;
  }
}
.Daycare-Page .features .feature .daycare-text p:before {
  position: absolute;
  background-image: url(/theme/images/tick.svg);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  content: "";
  margin-top: 7px;
  left: 0px;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .daycare-text p:before {
    left: -30px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
.Daycare-Page .features .feature .daycare-text .button {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .Daycare-Page .features .feature .daycare-text .button {
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 83%;
    width: 100%;
  }
}
.Daycare-Page .features .feature:nth-child(1) {
  border: 5px solid #a90101;
}
.Daycare-Page .features .feature:nth-child(2) {
  border: 5px solid #00AEEF;
}
.Daycare-Page .features .feature:nth-child(3) {
  border: 5px solid #F26522;
}
.Daycare-Page .features .feature img {
  float: right;
  border-radius: 20px;
}
.faq {
  border-bottom: 1px solid #e4e3e3;
  width: 100%;
}
.faq summary {
  background: #F3F4F6;
  color: #231f20;
  cursor: pointer;
  display: block;
  font-family: "Crimson Text", Serif;
  font-size: 1.1111111111rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  opacity: 1;
  padding: 15px 40px 15px 15px;
  position: relative;
  transform: none;
  transition: background 0.5s;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:before, .faq summary:after {
  background: #a90101;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  transition: transform 0.2s;
  width: 15px;
}
.faq summary:after {
  transform: rotate(90deg);
}
.faq[open] summary {
  background: #a90101;
  color: #fff;
}
.faq[open] summary:before, .faq[open] summary:after {
  background: #fff;
}
.faq[open] summary:after {
  transform: rotate(0deg);
}
/* old gallery module */
.Gallery-Page h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  .Gallery-Page h1 {
    margin-top: 60px;
  }
}
.Gallery-Page main {
  display: block;
}
.Gallery-Page .slideshow {
  display: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #E8E8E8;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(35, 31, 32, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(35, 31, 32, 0.5) url("/theme/images/icons/gallery-zoom.png") center center no-repeat;
  transition: opacity 0.25s;
}
/** Products module */
.Products .columns {
  gap: 0px;
}
.Products a h1 {
  margin-bottom: 50px;
}
.Products .menu-search {
  margin: 50px 10px 50px;
}
.Products .menu-search input[type=text] {
  background: none;
}
.Products .search-form {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 1279px) {
  .Products .search-form {
    margin-top: 20px;
  }
}
.category-nav {
  max-width: 320px;
  margin-right: 5px;
}
@media (max-width: 639px) {
  .category-nav {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 7px;
  }
}
.category-nav h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #E4E3E3;
  padding: 10px 0px 15px 10px;
  margin-bottom: 0px;
}
.category-nav ul {
  margin: 0;
  padding: 15px;
  max-width: 320px;
  background: #fff;
  border-radius: 25px;
}
@media (max-width: 639px) {
  .category-nav ul {
    max-width: 100%;
  }
}
.category-nav ul ul {
  display: none;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
}
.category-nav ul li {
  display: block;
  border-bottom: 1px solid #E4E3E3;
  position: relative;
}
.category-nav ul li ul {
  margin-bottom: 10px;
  margin-top: -5px;
}
.category-nav ul li ul li {
  border-bottom: 0px;
}
.category-nav ul li ul li a {
  margin: 0px;
  padding: 5px 0px 5px 20px;
}
.category-nav ul a {
  color: #231f20;
  display: block;
  margin-bottom: 0px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  transition: all 0.2s, color 0.1s;
}
.category-nav ul li.sel ul {
  display: block;
}
.category-nav ul li.sel > a, .category-nav ul a:hover, .category-nav ul a:focus, .category-nav ul a:active {
  background: #fff;
  color: #a90101;
}
.products-content {
  width: 100%;
}
.products-content .individual-product {
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 639px) {
  .products-content .individual-product {
    display: block;
  }
}
@media (max-width: 639px) {
  .products-content .individual-product img {
    margin-bottom: 10px;
  }
}
/* category pages */
.product-links {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  margin: 0;
  padding: 0;
}
@media (max-width: 349px) {
  .product-links {
    grid-template-columns: auto;
  }
}
.product-links li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  vertical-align: top;
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
  padding: 20px 30px 0px;
}
.product-links li:hover, .product-links li:focus, .product-links li:active {
  box-shadow: 0 0 0 3px #a90101 inset;
}
.product-links li .add-to-cart .label {
  width: auto;
}
.product-links li .summary {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  width: 100%;
}
.product-links li .summary:hover, .product-links li .summary:focus, .product-links li .summary:active {
  text-decoration: none;
}
.product-links li .summary:hover .image, .product-links li .summary:focus .image, .product-links li .summary:active .image {
  opacity: 0.5;
}
.product-links li .summary:hover .name, .product-links li .summary:focus .name, .product-links li .summary:active .name {
  text-decoration: none;
  color: #DA0202;
}
.product-links li .summary > div {
  width: 100%;
}
.product-links li .summary > form {
  width: 100%;
}
.product-links li .text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .product-links li .text {
    font-size: 1.3333333333rem;
    line-height: 27px;
  }
}
.product-links li .text .name {
  display: block;
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #231f20;
  padding: 10px 0px 20px;
}
.product-links li .text .price {
  padding-left: 10px;
  width: 100%;
  text-align: right;
  color: #a90101;
}
.product-links li .image {
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  background: #fff;
  opacity: 1;
}
.product-links li .buttons {
  display: flex;
  align-items: baseline;
  margin: 0;
  justify-content: space-between;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.product-links li .buttons .button {
  padding: 5px 25px;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  text-align: center;
  border-radius: 25px;
}
.product-links li .buttons .button:last-child {
  margin-left: 5px;
  margin-right: 0;
}
@media (min-width: 640px) {
  .product-links li .buttons .button {
    font-size: 1rem;
    padding: 5px 25px;
  }
}
.product-links li .buttons .add-to-cart {
  display: flex;
  align-items: center;
}
.product-links li .buttons .add-to-cart .label {
  margin-right: 0px;
}
.product-links li .buttons input[type=number] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eeeeee;
  border: none;
  font: inherit;
  font-weight: normal;
  width: 2em;
  text-align: center;
}
/* Individual Product page */
.product-images {
  margin-right: 25px;
  width: 100%;
}
.product-images .small-images {
  --spacing: 20px;
  --imageWidth: 102px;
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(auto-fill, minmax(var(--imageWidth), 1fr));
  position: relative;
  padding: 0;
}
@media (min-width: 640px) {
  .product-images .small-images {
    margin-top: 1.125rem;
  }
}
.product-images .small-images li {
  display: inline-flex;
  max-width: var(--imageWidth);
}
.product-images .small-images li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .product-images .small-images li:after {
    width: 25px;
  }
}
.product-details {
  display: inline-block;
  position: relative;
  padding-right: 70px;
  font-family: Open Sans, sans-serif;
  flex-basis: fit-content;
}
@media (max-width: 639px) {
  .product-details {
    padding-right: 0px;
  }
}
.product-details .product-subtext {
  text-decoration: underline;
}
.product-details .description {
  object-fit: cover;
}
.product-details .js-product-price {
  font-weight: 600;
}
.product-details .field-wrapper .label {
  font-weight: 600;
  width: inherit;
}
.product-details .field-wrapper input[type=number] {
  max-width: 40px;
  border: none;
  background: transparent;
  font-size: 18px;
  text-decoration: underline;
}
.product-tabs {
  margin-top: 10px;
  cusrsor: zoom-in;
}
.add-to-cart {
  display: inline-block;
  max-width: var(--image-width);
  width: 100%;
}
.add-to-cart .label, .add-to-cart .field {
  display: inline-block;
}
.add-to-cart .label {
  margin-right: 10px;
  width: 100px;
}
.add-to-cart .field {
  margin-bottom: 10px;
  width: 220px;
}
.add-to-cart .error {
  font-size: 0.8333333333rem;
  color: #fd1a00;
}
/***** main slideshow (as header or banner) *****/
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
  max-width: 700px;
  width: 100%;
  text-align: right;
  --slideshow-height: 370px;
}
@media (max-width: 639px) {
  .slideshow {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .slideshow:before {
    bottom: 5px;
    right: 0;
    left: 0;
    z-index: 10;
    height: 0;
    border: 0 solid #fff;
    border-top-color: transparent;
    border-width: calc(130vw * 50 / 500) 50vw 0;
    content: "";
    display: block;
    position: absolute;
  }
}
.slideshow .after-slide {
  padding: 50px 50px 0px 0px;
}
@media (max-width: 639px) {
  .slideshow .after-slide {
    display: none;
  }
}
@media (min-width: 640px) {
  .slideshow {
    --slideshow-height: calc(100% * 0.2305263158);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow {
    --slideshow-height: calc(100% * 0.4189473684);
    max-height: 46vw;
  }
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: var(--slideshow-height);
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #231f20;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .slideshow .slide .caption {
    align-items: center;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 1410px) {
  .slideshow .slide .caption h2 {
    font-size: 3.3333333333rem;
  }
}
.slideshow .slide:nth-child(1) .dark-logo, .slideshow .slide:nth-child(1) .dark-logomark, .slideshow .slide:nth-child(1) .dark-tagline {
  display: none;
}
.slideshow .slide:nth-child(2) .light-logo, .slideshow .slide:nth-child(2) .light-tagline, .slideshow .slide:nth-child(2) .light-logomark {
  display: none;
}
.slideshow .slide:nth-child(2) .logo2 {
  margin-top: -30px;
}
@media (max-width: 639px) {
  .slideshow .slide:nth-child(2) .logo2 {
    margin-top: -55px;
  }
}
/***** global navigation styles for slideshows *****/
/* (all the structure you should need to customise Foxy arrows and bullets) */
.foxy {
  --animation-speed: 3s;
}
.foxy .foxy-arrow::after {
  border-color: #a90101;
}
.foxy .foxy-bullets .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #a90101;
}
.Front-Page .slidelogo-container {
  display: block;
}
.slidelogo-container {
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin-left: -225px;
  max-width: 450px;
  text-align: center;
  top: 150px;
  display: none;
}
@media (max-width: 639px) {
  .slidelogo-container {
    max-width: 100%;
    width: 100%;
    left: unset;
    top: 70px;
    margin-left: 0px;
  }
}
@media (min-width: 1925px) {
  .slidelogo-container {
    margin-left: -275px;
    max-width: 550px;
    width: 100%;
  }
}
.slidelogo-container .light-logomark, .slidelogo-container .dark-logomark {
  margin-top: 50px;
}
@media (max-width: 639px) {
  .slidelogo-container .light-logomark, .slidelogo-container .dark-logomark {
    margin-top: 10px;
  }
}
.slidelogo-container .dark-tagline, .slidelogo-container .light-tagline {
  margin-top: 50px;
}
@media (max-width: 639px) {
  .slidelogo-container .dark-tagline, .slidelogo-container .light-tagline {
    max-width: 150px;
    margin-top: 10px;
  }
}
.login-popup[open] {
  border: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  overflow: visible;
  padding: 0;
}
.login-popup[open] .scroll {
  overflow: auto;
  padding: 40px;
}
.login-popup[open] .button {
  width: 100%;
}
.login-popup[open] .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #a90101;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #a90101;
  cursor: pointer;
  height: 51px;
  overflow: hidden;
  position: absolute;
  right: -15px;
  text-indent: -9999px;
  top: -15px;
  width: 51px;
}
.login-popup[open] .close:before, .login-popup[open] .close:after {
  background: #a90101;
  content: "";
  display: block;
  height: 4px;
  left: 10px;
  position: absolute;
  top: 23px;
  width: 30px;
}
.login-popup[open] .close:before {
  transform: rotate(45deg);
}
.login-popup[open] .close:after {
  transform: rotate(-45deg);
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #a90101;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #a90101;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(169, 1, 1, 0.1);
  font-size: 0.8333333333rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #a90101;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
.hover-cart {
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  max-height: calc(100vh - 20px);
  max-width: 430px;
  padding: 20px;
  width: calc(100% - 20px);
  background: #fff;
  line-height: 1.2;
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.1);
  transition: all 0.2s;
  border-radius: 25px;
}
.hover-cart.visible {
  visibility: visible;
  opacity: 1;
}
.hover-cart .controls {
  display: flex;
  justify-content: space-between;
}
.hover-cart .controls:before {
  content: "";
  display: inline-block;
  left: 10px;
  opacity: 0;
  vertical-align: middle;
  border: 2px solid;
  border-color: #a90101 #a90101 transparent transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: hover-cart-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
@keyframes hover-cart-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hover-cart .controls .close {
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: relative;
  border: 0;
  width: 14px;
  background: none;
  font-size: 1rem;
  text-indent: 9999px;
  cursor: pointer;
}
.hover-cart .controls .close:after {
  content: "✕";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.hover-cart.loading .controls:before {
  opacity: 1;
}
.hover-cart.refreshed .contents, .hover-cart.refreshed .subtotal {
  opacity: 0;
  transition: none;
}
.hover-cart .row {
  display: flex;
  border-top: 1px solid #F3F4F6;
  margin-top: 20px;
  padding-top: 20px;
}
.hover-cart .row:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.hover-cart .row.removing {
  opacity: 0.5;
}
.hover-cart .row .image {
  height: 100px;
  margin-right: 10px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hover-cart .row .details {
  width: calc(100% - 110px);
  font-size: 16px;
}
.hover-cart .row h3 {
  margin: 0;
  font-size: 18px;
}
.hover-cart .row .remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
}
.hover-cart .row .remove:hover, .hover-cart .row .remove:focus, .hover-cart .row .remove:active {
  text-decoration: underline;
}
.hover-cart .empty-message {
  display: none;
}
.hover-cart.empty .empty-message {
  display: block;
}
.hover-cart .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hover-cart .actions .cart-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 1000px;
  padding: 10px;
  width: 47%;
  background: #a90101;
  color: #231f20;
  font-family: inherit;
  font-size: 0.9444444444rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.hover-cart .actions .cart-button:hover, .hover-cart .actions .cart-button:focus, .hover-cart .actions .cart-button:active {
  background: #DA0202;
}
.checkout-navigation {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 639px) {
  .checkout-navigation {
    display: block;
  }
}
.checkout-navigation li {
  display: block;
  position: relative;
  flex-grow: 1;
  background: #a90101;
  color: #fff;
  text-align: center;
  flex-basis: 0;
}
.checkout-navigation li:before, .checkout-navigation li:after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 1;
  border-right-width: 0;
}
@media (max-width: 639px) {
  .checkout-navigation li:before, .checkout-navigation li:after {
    display: none;
  }
}
.checkout-navigation li:before {
  top: -7px;
  border: 30px solid transparent;
  border-left-color: #fff;
}
.checkout-navigation li:after {
  top: 0;
  border: 23px solid transparent;
  border-left-color: #a90101;
}
.checkout-navigation li:last-child:before, .checkout-navigation li:last-child:after {
  display: none;
}
.checkout-navigation li.unavailable {
  padding: 10px;
  background: #F3F4F6;
  color: rgba(35, 31, 32, 0.5);
}
.checkout-navigation li.unavailable:after {
  border-left-color: #F3F4F6;
}
.checkout-navigation li.current {
  background: #a90101;
}
.checkout-navigation li.current:after {
  border-left-color: #a90101;
}
.checkout-navigation a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #231f20;
  font-weight: 600;
}
.line-items .line-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F3F4F6;
  margin: 0 -30px 30px;
  padding: 0 30px 30px;
}
.line-items .line-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.line-items .cart-form {
  display: flex;
  justify-content: space-between;
}
.line-items .image {
  margin-right: 20px;
  width: 100px;
}
.line-items .details {
  flex-grow: 1;
}
.line-items h2 {
  margin: 0;
  font-size: 1.1111111111rem;
  text-align: left;
}
.line-items a {
  text-decoration: none;
}
.line-items form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  max-width: 4em;
}
.line-items .button {
  padding: 5px 25px;
  max-height: 45px;
}
.login-group.activated {
  display: grid;
}
.login-group.activated .forgot-pass {
  text-align: right;
}
.login-group.activated .main-section {
  grid-column: 1;
  grid-row: 1;
}
.login-group.activated .main-section h1 {
  text-align: center;
}
.login-group.activated .main-section h1 ~ * {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .login-group.activated .main-section h1 {
    font-size: 1rem;
  }
}
.login-group.activated .main-section.selected h1 {
  border-bottom: 5px solid #a90101;
}
.login-group.activated .main-section:not(.selected) h1 {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  background: #F3F4F6;
  color: #231f20;
  cursor: pointer;
}
.login-group.activated .main-section:not(.selected) h1 ~ * {
  display: none;
}
.login-group.activated .login h1 {
  margin-right: 50%;
}
.login-group.activated .register h1 {
  margin-left: 50%;
}
.hide-duplicate-fields .duplicate-field {
  display: none;
}
.cart-addresses {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .cart-addresses {
    flex-direction: column;
  }
}
.cart-addresses .address {
  flex-grow: 1;
  margin-right: 20px;
  flex-basis: 0;
}
@media (max-width: 799px) {
  .cart-addresses .address {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cart-addresses .address:first-child {
  margin-right: 0;
  margin-bottom: 0;
}
.payment-gateway-text {
  padding-left: 44px;
}
.payment-gateway-text p {
  font-size: 16px;
  line-height: 1.2;
  margin: 4px 0;
}
.payment-gateway-text b {
  font-size: inherit;
}
.genoapay-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 206px;
  background: transparent url("images/payment-gateways/genoapay.svg") left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.laybuy-logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  overflow: hidden;
  width: 90px;
  background: transparent url("images/payment-gateways/laybuy.svg") left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.poli-block {
  display: inline-block;
  vertical-align: top;
}
.poli-block img {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
}
.confirm-text {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.confirm-table {
  border: 1px solid #F3F4F6;
  padding: 10px;
  width: 100%;
  background: rgba(35, 31, 32, 0.05);
}
.confirm-table td, .confirm-table th {
  vertical-align: top;
}
.confirm-table td:first-child {
  min-width: 30px;
}
.confirm-table th {
  text-align: left;
}
.confirm-table .price {
  text-align: right;
}
.Invoice .content-wrapper {
  padding-top: 150px;
}
.Cart .content-wrapper {
  padding-top: 150px;
}
.Cart .content-wrapper .checkout-message {
  background: #eee;
  padding: 10px 30px;
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1279px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 26px;
  height: 26px;
  text-align: left;
  text-indent: -100000px;
  background: url("/theme/images/icons/search.png") center no-repeat;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .main-navigation .search-form .field {
    top: 100%;
    right: 0;
    width: 100%;
    padding: 3px 10px;
    background: none;
    border: none;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: none;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #F3F4F6;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #231f20;
  padding: 10px;
}
@media (max-width: 1279px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1279px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1279px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
.search-icon {
  display: block;
  width: 26px;
  height: 26px;
  text-align: left;
  text-indent: -100000px;
  background: url("/theme/images/icons/search.png") center no-repeat;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .search-icon {
    position: absolute;
    right: 0;
  }
}
.Front-Page .bar {
  display: block;
  position: absolute;
  height: 24px;
  width: 100%;
  background-image: url("/theme/images/menu.svg");
  background-repeat: no-repeat;
}
.Front-Page .bar:hover, .Front-Page .bar:focus, .Front-Page .bar:active {
  background-image: url("/theme/images/menu-hover.svg");
}
.Front-Page .bar.top {
  top: 0;
  background-image: none;
}
.Front-Page .bar.middle {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
}
.Front-Page .bar.bottom {
  bottom: 0;
}
.Front-Page .open .bar {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
  height: 27px;
}
.Front-Page .open .bar.top, .Front-Page .open .bar.middle {
  background-image: url("/theme/images/close.svg");
  background-repeat: no-repeat;
}
.Front-Page .slideshow {
  max-width: 100%;
}
.Front-Page .slideshow .after-slide {
  display: none;
}
.Front-Page .slideshow:before {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 0;
  border: 0 solid #fff;
  border-top-color: transparent;
  border-width: calc(300vw * 50 / 1900) 50vw 0;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 639px) {
  .Front-Page .slideshow:before {
    border-width: calc(130vw * 50 / 500) 50vw 0;
    bottom: 5px;
  }
}
.Front-Page .slideshow .light-logo, .Front-Page .slideshow .dark-logo {
  display: inline-block;
}
@media (max-width: 639px) {
  .Front-Page .slideshow .light-logo, .Front-Page .slideshow .dark-logo {
    max-width: 160px;
    margin-top: 0px;
  }
}
@media (max-width: 639px) {
  .Front-Page .slideshow .dark-logo {
    margin-top: -55px;
  }
}
@media (max-width: 639px) {
  .Front-Page .slideshow .light-logomark, .Front-Page .slideshow .dark-logomark {
    max-width: 50px;
  }
}
.Front-Page main {
  display: block;
  max-width: 100%;
}
.Front-Page h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}
.Front-Page h1 strong {
  font-size: 50px;
}
@media (max-width: 639px) {
  .Front-Page h1 strong {
    font-size: 36px;
    line-height: 1em;
  }
}
.Front-Page .mid-heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6666666667rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  .Front-Page .mid-heading {
    font-size: 1.3333333333rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.Front-Page .mid-heading h3 {
  color: #231f20;
}
.Front-Page .extra-content img {
  max-width: 100%;
}
.Front-Page .differences {
  padding: 0px;
  margin-top: 50px;
}
@media (max-width: 639px) {
  .Front-Page .differences {
    padding: 0px 10px;
    margin-top: 20px;
  }
}
.Front-Page .differences .difference {
  background: #fff;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference {
    width: 100%;
    background-image: none;
    display: block;
    margin-top: 20px;
  }
}
.Front-Page .differences .difference .diff-text {
  display: block;
  padding: 50px 0px 50px 130px;
  position: relative;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-text {
    padding: 50px 10px 20px 80px;
  }
}
.Front-Page .differences .difference .diff-text p {
  font-size: 22px;
  padding-left: 0px;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-text p {
    font-size: 1rem;
  }
}
.Front-Page .differences .difference .diff-text p:before {
  position: absolute;
  background-image: url(/theme/images/tick.svg);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  content: "";
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 7px;
  left: 50px;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-text p:before {
    left: 30px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
.Front-Page .differences .difference .diff-text h3 {
  font-size: 50px;
  font-weight: 500;
  color: #231f20;
  padding-left: 0px;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-text h3 {
    font-size: 24px;
    margin-left: -20px;
  }
}
.Front-Page .differences .difference .diff-image {
  align-self: flex-end;
  padding-right: 120px;
  padding-bottom: 50px;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-image {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
.Front-Page .differences .difference .diff-image .button {
  min-width: 200px;
  color: #231f20;
  font-weight: 600;
}
@media (max-width: 639px) {
  .Front-Page .differences .difference .diff-image .button {
    width: 60%;
    margin: auto;
  }
}
.Front-Page .differences .difference .diff-image .button:hover, .Front-Page .differences .difference .diff-image .button:focus, .Front-Page .differences .difference .diff-image .button:active {
  background-color: #DA0202;
  color: #fff;
}
.Front-Page .differences .difference .diff-image p {
  margin-bottom: 0px;
  margin-top: 10px;
}
.Front-Page .home-shop {
  background-color: #fff;
  display: flex;
  background-image: url("/theme/images/home-shop.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 639px) {
  .Front-Page .home-shop {
    width: 100%;
    background-image: url("/theme/images/home-shop-mobile.jpg");
    max-width: 100%;
    padding: 20px;
    background-size: cover;
  }
}
.Front-Page .home-shop .shop-text {
  padding: 30px 0px 30px 40px;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 639px) {
  .Front-Page .home-shop .shop-text {
    min-width: unset;
    width: 100%;
    padding: 10px;
    line-height: 1.5em;
  }
}
.Front-Page .home-shop .shop-text .button {
  font-weight: 600;
  min-width: 200px;
  margin-top: 0px;
}
@media (max-width: 639px) {
  .Front-Page .home-shop .shop-text .button {
    display: none;
  }
}
.Front-Page .home-shop .shop-text img {
  margin-top: -8px;
}
.Front-Page .home-shop .shop-text h2 {
  font-size: 1.3888888889rem;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.Front-Page .home-shop .shop-text h2 span {
  font-size: 2.7777777778rem;
  letter-spacing: 4px;
}
@media (max-width: 639px) {
  .Front-Page .home-shop .shop-text h2 {
    font-size: 24px;
  }
}
.Front-Page .instagram {
  margin-bottom: 60px;
  padding: 0px;
}
.Front-Page .instagram .insta-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.Front-Page .instagram .insta-logo img {
  margin-left: 20px;
}
.Front-Page .map {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0px;
}
@media (max-width: 639px) {
  .Front-Page .map {
    display: block;
    padding: 0px 10px;
  }
}
.Front-Page .map .left-map {
  max-width: 710px;
  width: 100%;
  height: 389px;
  border: 1px solid #A7A9AC;
}
@media (max-width: 1023px) {
  .Front-Page .map .left-map {
    width: 100%;
    margin-bottom: 20px;
  }
}
.Front-Page .map .left-map iframe {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.Front-Page .map .right-links {
  display: flex;
  width: 100%;
  gap: 5px;
  max-width: 735px;
  text-align: center;
  position: relative;
}
.Front-Page .map .right-links a {
  max-width: 240px;
  width: 100%;
  flex-grow: 1;
}
.Front-Page .map .right-links a:hover, .Front-Page .map .right-links a:focus, .Front-Page .map .right-links a:active {
  color: #a90101;
}
.Front-Page .map .right-links h5 {
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.Front-Page .map .right-links h5:hover, .Front-Page .map .right-links h5:focus, .Front-Page .map .right-links h5:active {
  color: #a90101;
}
.Front-Page .map .right-links .home-gift, .Front-Page .map .right-links .home-membership, .Front-Page .map .right-links .home-merchandise {
  max-width: 240px;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.Front-Page .map .right-links .home-gift {
  background-image: url("/theme/images/viking1.jpg");
}
.Front-Page .map .right-links .home-membership {
  background-image: url("/theme/images/membership.jpg");
}
.Front-Page .map .right-links .home-merchandise {
  background-image: url("/theme/images/viking3.jpg");
}
.Front-Page .content-wrapper {
  padding-bottom: 135px;
}
@media (max-width: 639px) {
  .Front-Page .content-wrapper {
    padding-bottom: 0px;
  }
}
.Front-Page .content-wrapper p {
  font-family: "Crimson Text", serif;
  font-size: 1.2222222222rem;
  font-weight: 600;
}
.Front-Page .home-video {
  text-align: center;
  margin-top: -415px;
  z-index: 999;
  max-width: 100%;
}
@media (max-width: 639px) {
  .Front-Page .home-video {
    margin-top: -25px;
  }
}
.Front-Page .home-video video {
  max-width: 100%;
}
@media (max-width: 639px) {
  .Front-Page .home-video video {
    max-height: 200px;
  }
}
.Front-Page .midangle {
  background: #e4e3e3;
  position: relative;
  padding-top: 250px;
  padding-bottom: 50px;
  z-index: 1;
}
@media (max-width: 639px) {
  .Front-Page .midangle {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -45px;
  }
}
.Front-Page .midangle:before {
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 0;
  border: 0 solid #fff;
  border-bottom-color: transparent;
  border-width: 0 50vw calc(300vw * 45 / 1900) 45vw;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 639px) {
  .Front-Page .gallery {
    display: none;
  }
}
.Front-Page .features {
  display: grid;
  grid-column-gap: 1.9444444444rem;
  grid-row-gap: 1.9444444444rem;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  width: 100%;
  padding: 0 0;
  position: relative;
  z-index: 9;
  margin-bottom: 3.3333333333rem;
  font-family: Open Sans, sans-serif;
  /*@include below($LAPTOP_MIN)
        {
            grid-template-columns: repeat(2, 1fr);
            position: inherit;
            margin-top: 80px;
        }

        @include below(800px)
        {
            grid-template-columns: repeat(1, 1fr);
        }

        @include below($RESPONSIVE_BREAKPOINT)
        {
            grid-template-columns: auto;
        }*/
}
.Front-Page .features .feature {
  background: #231f20;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px 0px 0px;
  color: #231f20;
  text-align: center;
  position: relative;
}
.Front-Page .features .feature p {
  padding: 0px 40px;
}
.Front-Page .features .feature:before {
  bottom: 0;
  right: 0;
  left: 0;
  height: 21px;
  background-image: url("/theme/images/pattern.svg");
  content: "";
  display: block;
  position: absolute;
}
.Front-Page .features .feature:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.Front-Page .features .feature:hover, .Front-Page .features .feature:focus, .Front-Page .features .feature:active {
  opacity: 0.9;
  transition: 0.1s;
}
.Front-Page .features .feature .button {
  margin-top: -5px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  min-width: 200px;
}
.Front-Page .features .feature .button:hover, .Front-Page .features .feature .button:focus, .Front-Page .features .feature .button:active {
  color: #fff;
}
.Front-Page .features .feature img {
  display: block;
  width: 100%;
}
.Front-Page .features .feature a {
  text-decoration: none;
}
.Front-Page .features .feature p {
  color: #fff;
  font-size: 0.9444444444rem;
  font-family: "Work Sans", sans-serif;
}
.Front-Page .features .feature h5 {
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
  font-size: 1.6666666667rem;
  font-weight: 500;
}
@media (max-width: 639px) {
  .Front-Page .features .feature h5 {
    padding: 0.5555555556rem;
    font-size: 24px;
  }
}
.Front-Page .features .feature h5:hover, .Front-Page .features .feature h5:focus, .Front-Page .features .feature h5:active {
  margin-bottom: 3px;
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: auto;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10052;
  margin: 0;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
  padding-right: 20px;
}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
/*# sourceMappingURL=/resources/cache/scss/6b8dc16077dfae2f131a09c56bbdd3f2.css.map */