@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Yeseva+One&display=swap');
/**
 * Responsive break points
 *//**
 * Responsive break points
 *//**
 * Preset break points
 */body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #525252;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 20px;
    line-height: 1.2;
  }
}
/****************//*HEADING STYLES*//****************/h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", serif;
  margin-top: 0px;
  padding: 0;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #f5f5f2;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #65795f;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 1.2;
  }
}
h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
p {
  margin: 0 0 1.5em 0;
  padding: 0;
}
a {
  color: #525252;
}
p.sub-title {
  font-size: 32px;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  p.sub-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
p.intro {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  p.intro {
    font-size: 24px;
    line-height: 1.2;
  }
}
p.small {
  font-size: 60%;
  line-height: 1.2;
}
ul li {
  margin-bottom: 1em;
}
a.button {
  background-color: #f4bfa5;
  color: #525252 !important;
  padding: 18px 32px;
  border-radius: 10px;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
  box-shadow: 0px 0px 8px 1px rgba(82, 82, 82, 0.1);
  transition: 0.3s all ease-in-out;
}
a.button:hover {
  background-color: #e8b59d;
  box-shadow: 0px 0px 8px 1px rgba(82, 82, 82, 0.3);
}
a.more-link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
a.more-link:hover {
  text-decoration: underline;
}
.cream h1 a, .cream h2 a, .cream h3 a, .cream h4 a, .cream h5 a, .cream h6 a {
  color: #525252;
}
p.tag {
  background-color: #d3dbd1;
  color: #65795f;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
span.apricot {
  color: #f4bfa5;
}
span.darkGreen {
  color: #374e30;
}
.green a {
  color: #f5f5f2;
}
p.hide-desktop {
  display: none;
}
@media only screen and (max-width: 900px) {
  p.hide-desktop {
    display: block;
  }
}
#header {
  width: 100%;
  text-align: left;
  padding: 0 0 20px 0;
  background-color: #fef8f6;
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid #cbcbcb;
}
#header .header-inner {
  width: 1400px;
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  #header .header-inner {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .header-logo {
  flex-grow: 1;
}
#header .header-logo img {
  width: 100px;
  display: block;
}
@media only screen and (max-width: 900px) {
  #header .header-logo {
    max-width: 33%;
    height: auto;
  }
}
#header .mobile-menu-button {
  flex-grow: 5;
  text-align: right;
  display: none;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #header .mobile-menu-button {
    display: block;
  }
}
#header .header-nav {
  flex-grow: 5;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header .header-nav ul li {
  margin: 0 0 0 40px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#header .header-nav ul li.selected a, #header .header-nav ul li.expanded a {
  /*border-bottom:2px solid $cream;*/
  color: #65795f;
}
#header .header-nav ul li a {
  padding: 10px 0px 2px 0px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #525252;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
#header .header-nav ul li a:hover {
  transform: translate(0, -5px) !important;
}
.hero {
  background-color: rgba(254, 248, 246, 0.93);
  backdrop-filter: blur(4px);
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .hero {
    padding: 30px 0;
  }
}
.hero .container {
  /*min-height: 50vh;*/
  display: flex;
  align-items: center;
}
.hero .hero-image {
  width: 574px;
}
@media only screen and (max-width: 900px) {
  .hero .hero-image {
    display: none;
  }
}
.hero .hero-content {
  width: 810px;
  margin-right: 100px;
}
.hero .hero-content.hero-no-image {
  /* padding-top:60px;
 padding-bottom:60px;*/
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .hero .hero-content {
    width: 100%;
    margin-right: 0;
    /* padding-top:30px;
 padding-bottom:30px;*/
  }
}
.hero .hero-content :last-child {
  margin-bottom: 0;
}
.hero .hero-mask {
  -webkit-mask-image: url(../images/mask3.svg);
  mask-image: url(../images/mask3.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.McButton {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 25px;
  cursor: pointer;
}
.McButton b {
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #65795f;
}
.McButton b:nth-child(1) {
  top: 0;
}
.McButton b:nth-child(2) {
  top: 50%;
}
.McButton b:nth-child(3) {
  top: 100%;
}
.McCloseButton {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 25px;
  cursor: pointer;
  transform: rotateZ(135deg);
}
.McCloseButton b {
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #65795f;
}
.McCloseButton b:nth-child(1) {
  top: 50%;
}
.McCloseButton b:nth-child(2) {
  top: 50%;
}
.McCloseButton b:nth-child(3) {
  top: 50%;
  transform: rotateZ(90deg);
}
.mobile-menu-close-button {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header .header-nav ul li {
    opacity: 0;
    transition: all 0.5s;
  }
  body.menu-open #header .header-nav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #91a48b;
    z-index: 1000;
    text-align: center;
  }
  body.menu-open #header .header-nav .mobile-menu-close-button {
    display: block;
    position: relative;
    height: 150px;
    padding: 0px 20px;
  }
  body.menu-open #header .header-nav ul li {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
    opacity: 1;
  }
  body.menu-open #header .header-nav ul li a {
    text-transform: uppercase;
    padding: 0;
  }
}
#offer-strip {
  background-color: #374e30;
  color: #f5f5f2;
  padding: 10px 0;
  text-align: center;
}
#offer-strip p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}
#offer-strip p a {
  color: #f5f5f2;
  text-decoration: none;
}
#offer-strip p a:hover {
  text-decoration: underline;
}
#footer {
  background-color: #65795f;
  padding: 100px 0;
  color: #f5f5f2;
}
@media only screen and (max-width: 900px) {
  #footer {
    padding: 60px 0;
  }
}
#footer p.footer-strapline {
  font-family: "Yeseva One", serif;
  font-size: 32px;
}
#footer p.footer-smallprint {
  font-size: 16px;
}
#footer .container {
  display: flex;
}
@media only screen and (max-width: 900px) {
  #footer .container {
    display: block;
  }
}
#footer .container .footer-left {
  flex-grow: 5;
}
#footer .container .footer-right {
  flex-grow: 1;
}
#footer .container .footer-right ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
#footer .container .footer-right ul li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  font-size: 20px;
}
#footer .container .footer-right ul li a {
  text-decoration: none;
}
#footer .container .footer-right ul li a:hover {
  text-decoration: underline;
}
#footer a {
  color: #f5f5f2;
}
.form-field-wrapper {
  padding-bottom: 30px;
}
.form-field-wrapper.form-button {
  padding-bottom: 0;
}
.strip.narrow .form-field-wrapper.form-text, .strip.narrow .form-field-wrapper.form-email {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .strip.narrow .form-field-wrapper.form-text, .strip.narrow .form-field-wrapper.form-email {
    float: none;
    width: 100%;
  }
}
.strip.narrow .form-field-wrapper.form-textarea {
  width: 100%;
  clear: both;
}
label {
  display: block;
  vertical-align: top;
  padding: 0 0 5px 5px;
  font-size: 18px;
  line-height: 1;
}
input[type="text"] {
  padding: 15px;
  border: solid 2px #65795f;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgba(245, 245, 242, 0.75);
  color: #525252;
}
input[type="text"]:focus {
  outline: none;
  border-color: #525252;
}
input[type="email"] {
  padding: 15px;
  border: solid 2px #65795f;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgba(245, 245, 242, 0.75);
  color: #525252;
}
input[type="email"]:focus {
  outline: none;
  border-color: #525252;
}
input[type="password"] {
  padding: 15px;
  border: solid 2px #65795f;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgba(245, 245, 242, 0.75);
  color: #525252;
}
input[type="password"]:focus {
  outline: none;
  border-color: #525252;
}
input[type="radio"] {
  margin-right: 10px;
  transform: scale(1.5);
}
input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.5);
}
textarea {
  padding: 15px;
  border: solid 2px #65795f;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgba(245, 245, 242, 0.75);
  color: #525252;
}
textarea:focus {
  outline: none;
  border-color: #525252;
}
textarea.input-extralarge {
  height: 250px;
}
select {
  padding: 15px;
  border: solid 2px #65795f;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  background-color: rgba(245, 245, 242, 0.75);
  color: #525252;
}
select:focus {
  outline: none;
  border-color: #525252;
}
button, input[type="button"], input[type="submit"] {
  background-color: #f4bfa5;
  border: 0;
  color: #525252 !important;
  padding: 18px 32px;
  border-radius: 10px;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
  box-shadow: 0px 0px 8px 1px rgba(82, 82, 82, 0.1);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #e8b59d;
  box-shadow: 0px 0px 8px 1px rgba(82, 82, 82, 0.3);
}
button:after, input[type="button"]:after, input[type="submit"]:after {
  content: none;
}
.input-large {
  width: 90%;
}
.input-extralarge {
  width: 95%;
}
span.form-field-required-star {
  vertical-align: top;
}
.blog-post-summary {
  margin-bottom: 60px;
  clear: both;
}
.blog-post-summary img {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-top: 25px;
  width: 250px;
}
@media only screen and (max-width: 900px) {
  .blog-post-summary img {
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 25%;
  }
}
p.date {
  font-size: 16px;
  margin: 0;
}
img.blog-header-image {
  border-radius: 20px;
}
.blog-post-footer {
  font-size: 16px;
}
#more-posts-link {
  text-align: center;
  clear: both;
}
#more-posts-link ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#more-posts-link ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
#more-posts-link ul li a {
  color: #525252;
  border: 1px solid #525252;
  text-decoration: none;
  padding: 5px 10px;
}
#more-posts-link ul li.selected a {
  background-color: #525252;
  color: #f5f5f2;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #91a48b;
  text-align: center;
  /*background-image: url(../images/bg-lines.svg);*/
  background-image: url(../images/waves-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
* {
  scroll-margin-top: 200px;
}
.faq-question {
  scroll-margin-top: 300px;
}
.container {
  width: 1400px;
  margin: 0px auto;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container > :last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
div.cream {
  background-color: rgba(254, 248, 246, 0.93);
  color: #525252;
  backdrop-filter: blur(4px);
}
div.cream .box {
  border: 1px solid #91a48b;
}
div.green {
  backdrop-filter: blur(4px);
  background-color: rgba(145, 164, 139, 0.95);
  color: #f5f5f2;
}
div.green .box {
  border: 1px solid #65795f;
}
div.midgreen {
  backdrop-filter: blur(4px);
  background-color: rgba(101, 121, 95, 0.95);
  color: #f5f5f2;
}
div.midgreen .box {
  border: 1px solid #374e30;
}
.image-text {
  padding: 100px 0px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .image-text {
    padding: 60px 0px;
  }
}
.image-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .image-text .container {
    display: block;
  }
}
.image-text .content-left {
  width: 574px;
}
@media only screen and (max-width: 1500px) {
  .image-text .content-left {
    width: 35%;
  }
}
@media only screen and (max-width: 900px) {
  .image-text .content-left {
    width: 75%;
    margin-bottom: 30px;
  }
}
.image-text .content-right {
  width: 810px;
}
@media only screen and (max-width: 1500px) {
  .image-text .content-right {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .image-text .content-right {
    width: 100%;
  }
}
.image-text .content-right :last-child {
  margin-bottom: 0;
}
.image-text.dir-right .container {
  flex-direction: row-reverse;
}
.image-text.dir-right .container .content-left {
  text-align: right;
}
.text-box {
  padding: 100px 0px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .text-box {
    padding: 60px 0px;
  }
}
.text-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .text-box .container {
    display: block;
  }
}
.text-box .content-left {
  width: 692px;
}
@media only screen and (max-width: 1500px) {
  .text-box .content-left {
    width: 55%;
  }
}
@media only screen and (max-width: 900px) {
  .text-box .content-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-box .content-left > :last-child {
  margin-bottom: 0;
}
.text-box .content-right {
  border: 1px solid #cbcbcb;
  box-shadow: 0 25px 50px -12px rgba(82, 82, 82, 0.1);
  background-color: rgba(254, 248, 246, 0.93);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 30px;
  color: #525252;
  width: 574px;
}
@media only screen and (max-width: 1500px) {
  .text-box .content-right {
    width: 35%;
  }
}
@media only screen and (max-width: 900px) {
  .text-box .content-right {
    width: calc(100% - 62px);
  }
}
.text-box .content-right:last-child {
  margin-bottom: 0;
}
.text-box.dir-right .container {
  flex-direction: row-reverse;
}
.text-box.dir-right .container .content-left {
  text-align: right;
}
.centred {
  text-align: center;
  padding: 100px 0px;
}
.centred .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.centred .centred-text-boxes {
  width: 1400px;
  margin: 60px auto 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1500px) {
  .centred .centred-text-boxes {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .centred .centred-text-boxes {
    display: block;
  }
}
.centred .centred-text-boxes .box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.centred .centred-text-boxes .box :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .centred .centred-text-boxes .box {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}
.narrow {
  padding: 100px 0px;
}
@media only screen and (max-width: 900px) {
  .narrow {
    padding: 60px 0px;
  }
}
.narrow .container {
  max-width: 900px;
}
.mask2 {
  -webkit-mask-image: url(../images/mask2.svg);
  mask-image: url(../images/mask2.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.mask3 {
  -webkit-mask-image: url(../images/mask3.svg);
  mask-image: url(../images/mask3.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.mask4 {
  -webkit-mask-image: url(../images/mask4.svg);
  mask-image: url(../images/mask4.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.cream + .cream {
  padding-top: 0;
}
.green + .green {
  padding-top: 0;
}
.hero + .cream {
  padding-top: 0;
}
