@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.row {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .row {
  padding: 0;
}
.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* For devices larger than mobile */
@media (min-width: 400px) {
  .row {
    width: 95%;
    padding: 0;
  }
}
/* For devices larger than tablet */
@media (min-width: 768px) {
  .row {
    width: 95%;
  }
  .column,
  .columns {
    margin-left: 2%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 6.5%;
  }
  .two.columns {
    width: 15%;
  }
  .three.columns {
    width: 23.5%;
  }
  .four.columns {
    width: 32%;
  }
  .five.columns {
    width: 40.5%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 57.5%;
  }
  .eight.columns {
    width: 66%;
  }
  .nine.columns {
    width: 74.5%;
  }
  .ten.columns {
    width: 83%;
  }
  .eleven.columns {
    width: 91.5%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 32%;
  }
  .two-thirds.column {
    width: 66%;
  }
  .one-half.column {
    width: 49%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.5%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.5%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.5%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 51%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.5%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 68%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.5%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 85%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.5%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 68%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 51%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.75em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #3f3f3e;
}
.hentry {
  font-size: 1.1em;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
}
/*

h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;  }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem;  }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem;  }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0;       }


@media (min-width: @bp-larger-than-phablet) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
} */
p {
  margin-top: 0;
}
.lead {
  font-size: 1.2em;
  line-height: 1.5;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #227d8e;
}
a:hover {
  color: #1d6b79;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  z-index: 3;
  border-radius: 6px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.button:focus,
button:focus,
input[type='submit']:focus,
input[type='reset']:focus,
input[type='button']:focus,
.button:hover,
button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  background: #2da4b8;
  outline: 0;
  color: #fff;
}
.button.button-primary,
button.button-primary {
  background-color: #ade25d;
  color: #25360a !important;
}
.button.button-primary:hover,
button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus {
  background-color: #97da32;
}
input[type='submit'].button-primary,
input[type='reset'].button-primary,
input[type='button'].button-primary {
  background-color: #ade25d;
  color: #25360a !important;
}
input[type='submit'].button-primary:hover,
input[type='reset'].button-primary:hover,
input[type='button'].button-primary:hover,
input[type='submit'].button-primary:focus,
input[type='reset'].button-primary:focus,
input[type='button'].button-primary:focus {
  background-color: #97da32;
}
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus {
  border: 1px solid #227d8e;
  outline: 0;
}
textarea:focus,
select:focus {
  border: 1px solid #227d8e;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside;
}
ol {
  list-style: decimal outside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  height: auto;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f8f8f8;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
/*
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}*/
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.u-center {
  text-align: center;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #f8f8f8;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.row:after,
.u-cf {
  content: '';
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 35px;
  line-height: 1;
  color: #227d8e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../webfonts/slick.eot');
  src: url('../webfonts/slick.eot?#iefix') format('embedded-opentype'), url('../webfonts/slick.woff') format('woff'), url('../webfonts/slick.ttf') format('truetype'), url('../webfonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -20px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -20px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -20px;
}
[dir="rtl"] .slick-next {
  left: -20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #222;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #222;
  opacity: 0.75;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #ade25d !important;
  color: #25360a !important;
}
#gform_wrapper_22 {
  background-color: #fff;
  text-align: left;
  max-width: 800px;
  padding: 20px;
  margin: auto;
  border: 1px solid #717171;
}
#gform_wrapper_22 a {
  font-size: 16px;
  color: #227d8e;
}
#gform_wrapper_22 a:hover {
  color: #3f3f3e;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #222;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#no-padding-top {
  padding-top: 0;
}
.blue-highlight {
  color: #2da4b8;
}
/*
.device-wrapper
{
	
}
*/
.clear {
  clear: both;
}
.page-content {
  float: left;
  width: 100%;
  margin-top: 0;
  overflow-x: hidden;
}
/**HEADER**/
body:not(.home) .header-shadow {
  margin-bottom: -35px;
}
body.single-activity .header .header-bottom ul li.menu-item-23 > a {
  background-color: #227d8e;
  color: #fff;
}
body.single-news_events .header .header-bottom ul li.menu-item-119 a {
  background-color: #227d8e;
  color: #fff;
}
.header {
  width: 100%;
}
.header .header-top {
  height: 98px;
}
.header .header-top .header-logo {
  text-align: center;
  margin-top: 17px;
}
.header .header-top .header-logo a.logo-link {
  display: inline-block;
}
.header .header-top .header-logo a.logo-link img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-top .header-buttons {
  display: none;
}
.header .header-top .header-buttons .header-button.login {
  background-color: transparent;
  padding: 0;
  height: 36px;
  border: 2px solid #222;
  color: #222;
}
.header .header-top .header-buttons .header-button.login:hover {
  text-decoration: underline;
}
.header .header-bottom {
  height: 48px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.header .header-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-bottom ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.header .header-bottom ul li.menu-item-has-children {
  position: relative;
}
.header .header-bottom ul li.menu-item-has-children:hover > ul {
  display: block;
}
.header .header-bottom ul li a {
  display: block;
  color: #222;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 48px;
  line-height: 48px;
}
.header .header-bottom ul li a:hover {
  color: #227d8e;
}
.header .header-bottom ul li.current-menu-item > a {
  background: #227d8e;
  color: #fff;
}
.header .header-bottom ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99999;
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
}
@media (min-width: 750px) {
  .header .header-bottom ul li ul.sub-menu {
    top: 61px;
  }
}
.header .header-bottom ul li ul.sub-menu li a {
  padding: 10px 0;
  height: auto;
  line-height: normal;
  font-weight: normal;
}
.header .header-bottom ul li ul.sub-menu li.current-menu-item > a {
  background: none;
  color: #227d8e;
}
@media (min-width: 768px) {
  .header .header-top .header-logo {
    text-align: left;
  }
  .header .header-top .header-buttons {
    display: block;
    margin-top: 3rem;
  }
  .header .header-bottom {
    height: 61px;
  }
  .header .header-bottom ul li a {
    font-size: 1.4rem;
    height: 61px;
    line-height: 61px;
  }
}
@media (min-width: 1000px) {
  .header .header-bottom ul li a {
    font-size: 1.6rem;
  }
}
.mobile-header-button {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url('../img/mobile-header-button.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 17px;
  margin-left: 2;
  display: none;
}
#mobile .mobile-header-button {
  display: block;
}
#mobile .header-bottom {
  display: none;
}
#mobile .header .header-top {
  height: 80px;
  margin-top: 7px;
}
#mobile a.logo-link img {
  max-width: 80%;
  height: 45px;
}
#mobile .mobile-header-button {
  margin-top: 9px;
}
#header-link-donate div {
  color: #2da4b8 !important;
}
#header-link-donate div#header-link-active:hover {
  color: #ffffff !important;
}
#header-link-donate div#header-link-active {
  color: #ffffff !important;
}
#tablet #header-link-donate {
  display: none;
}
.header-shadow {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 35px;
  background-image: url('../img/header-shadow.png');
  background-position: center;
  background-repeat: no-repeat;
}
.header-button {
  font-family: 'Montserrat';
  font-weight: 500;
  font-weight: 600;
  float: right;
  color: #ffffff;
  border-radius: 6px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  margin-left: 20px;
  right: 23px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  width: 90px;
  text-align: center;
  text-decoration: none;
}
.header-button:hover {
  background-color: #2da4b8;
  color: #fff;
}
.header-button.header-button-book {
  right: 170px;
  background-color: #ade25d;
  color: #25360a !important;
}
.header-button.header-button-book:hover,
.header-button.header-button-book:focus {
  background-color: #97da32;
}
/**ROTATOR*/
.rotator {
  float: left;
  width: 100%;
}
/*
#desktop .rotator
{
	height:415px;
}

#tablet .rotator
{
	height:305px;
}

#mobile .rotator
{
	height:600px;
}
*/
.rotator-slide {
  float: left;
  width: 100%;
  margin-top: -35px;
  border-bottom: 20px solid #dcdcdc;
}
#desktop .rotator-slide {
  height: 430px;
}
#tablet .rotator-slide {
  height: 430px;
}
#mobile .rotator-slide {
  float: none;
  border-bottom: none;
  background-color: #ededed;
  overflow: hidden;
}
.rotator-slide-image {
  position: relative;
  float: left;
  width: 50%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rotator-slide-image .slick-dots {
  position: absolute;
  bottom: 40px;
  z-index: 99999;
}
.rotator-slide-image .slick-dots li {
  margin: 0 10px;
}
.rotator-slide-image .slick-dots li button:before {
  color: white;
  font-size: 20px;
}
.rotator-slide-image .slick-dots li.slick-active button::before {
  color: white;
}
.rotator-slide-image .image-wrapper {
  position: relative;
  margin: 1px 0;
}
.rotator-slide-image .image-wrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.rotator-slide-image .slick-dots {
  display: none;
}
@media (min-width: 641px) {
  .rotator-slide-image .slick-dots {
    display: block;
  }
}
#desktop .rotator-slide-image {
  height: 428px;
}
#tablet .rotator-slide-image {
  height: 428px;
}
#mobile .rotator-slide-image {
  height: 280px;
  width: 100%;
  position: relative;
  float: none;
}
#mobile .rotator-slide-image::after {
  content: '';
  display: block;
  position: absolute;
  -webkit-mask-image: url('../img/mobile-hero-mask.svg');
          mask-image: url('../img/mobile-hero-mask.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #ededed;
  width: 100%;
  z-index: 999;
  height: 100%;
  bottom: 0;
}
.rotator-slide-image .slick-list {
  height: 100%;
}
.rotator-slide-image .slick-list .slick-track {
  height: 100%;
}
.rotator-slide-image .slick-list .slick-track .slick-slide {
  height: 100%;
}
.rotator-slide-image .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.rotator-slide-image .slick-list .slick-track .slick-slide > div .image-wrapper {
  height: 100%;
}
.rotator-slide-content {
  font-family: 'Montserrat';
  font-weight: 500;
  float: left;
  width: calc(50% + 70px);
  background-image: url('../img/header-content-bg.png');
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: -70px;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .rotator-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#mobile .rotator-slide-content {
  background-image: none;
  width: 100%;
  float: none;
  margin-left: 0;
  padding-left: 0;
}
#desktop .rotator-slide-content,
#tablet .rotator-slide-content {
  height: 430px;
}
.rotator-slide-content-inner {
  float: left;
}
@media (min-width: 1000px) {
  .rotator-slide-content-inner {
    max-width: 600px;
  }
}
#mobile .rotator-slide-content-inner {
  float: none;
  width: 100%;
}
.rotator-slide-title1 {
  font-size: 2rem;
  float: left;
  width: 90%;
  margin-right: 10%;
  color: #222222;
  margin-bottom: 12px;
}
@media (min-width: 1000px) {
  .rotator-slide-title1 {
    font-size: 2.5rem;
  }
}
.rotator-slide-title2 {
  float: left;
  font-weight: 700;
  line-height: 1.1;
  width: 90%;
  margin-right: 10%;
  color: #222222;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#desktop .rotator-slide-title2 {
  font-size: 1.8em;
}
#mobile .rotator-slide-title1,
#mobile .rotator-slide-title2,
#mobile .rotator-slide-text {
  width: 80%;
  padding: 0;
  margin: 2rem 0 0;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.rotator-slide-text {
  float: left;
  width: 90%;
  margin-right: 10%;
  color: #222;
  font-size: 1.03em;
}
#tablet .rotator-slide-text {
  font-size: 0.9em;
}
.rotator-slide-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: left;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
.rotator-slide-buttons a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .rotator-slide-buttons {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 0;
  }
  .rotator-slide-buttons .rotator-slide-button {
    margin-left: 0;
  }
}
.rotator-slide-button {
  font-weight: 600;
  color: #ffffff;
  border-radius: 6px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  margin: 0 1rem;
  cursor: pointer;
}
#mobile .rotator-slide-button {
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.7em;
}
#rotator-slide-button-grey {
  background-color: #565656;
}
#rotator-slide-button-blue {
  background-color: #227d8e;
}
#rotator-slide-button-grey:hover {
  background-color: #717171;
}
#rotator-slide-button-blue:hover {
  background-color: #2da4b8;
}
/**TEAM PHOTOS**/
.team-photos {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  background-color: #ededed;
}
/*
.team-photos-inner
{
}
*/
.team-photo {
  float: left;
  width: 22.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  margin-left: 2%;
}
#mobile .team-photo {
  width: 45.5%;
  margin-left: 3%;
}
.team-photo-image {
  margin: auto;
  width: 100%;
}
#tablet .team-photo-image {
  max-width: 270px;
}
.team-photo-image img {
  float: left;
  width: 100%;
}
.team-photo-text-container {
  width: 100%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
#tablet .team-photo-text-container {
  max-width: 270px;
}
.team-photo-text {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #227d8e;
}
#mobile .team-photo-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.93em;
}
.team-photo-text span {
  text-transform: none;
  font-style: italic;
}
/**TRUSTEES **/
.trustees ul {
  list-style: none;
  text-align: left;
}
.trustees ul li {
  width: 45%;
  margin-left: 5%;
  float: left;
}
#mobile .trustees ul {
  text-align: center;
}
#mobile .trustees ul li {
  width: 100%;
  margin-left: 0;
  float: none;
}
/**COUNTS**/
.counts {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  float: left;
  width: 100%;
  background-color: #f8f8f8;
}
#mobile .counts {
  display: none;
}
.counts-inner {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
#desktop .counts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.count {
  float: left;
  width: 25%;
}
#desktop .count {
  padding-bottom: 50px;
  padding-top: 50px;
}
#tablet .count {
  padding-bottom: 20px;
  padding-top: 20px;
}
.count-shadow {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: 35px;
  background-image: url('../img/header-shadow.png');
  background-position: center;
  background-repeat: no-repeat;
}
#mobile .count-shadow {
  display: none;
}
#count-2.count,
#count-4.count {
  background-color: #ededed;
}
.count-title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 3.5em;
  color: #227d8e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
#desktop .count-title {
  margin-bottom: 16px;
}
#tablet .count-title {
  margin-bottom: 5px;
}
#count-1 .count-title {
  text-align: right;
}
#count-2 .count-title,
#count-3 .count-title {
  text-align: center;
}
#count-4 .count-title {
  text-align: left;
}
.count-subtitle {
  float: left;
  width: 100%;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
#count-1 .count-subtitle {
  text-align: right;
}
#count-2 .count-subtitle,
#count-3 .count-subtitle {
  text-align: center;
}
#count-4 .count-subtitle {
  text-align: left;
}
.count-divider {
  width: 30px;
  height: 2px;
  background-color: #222222;
  margin-left: 50px;
}
#desktop .count-divider {
  margin-top: 18px;
  margin-bottom: 12px;
}
#tablet .count-divider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.count-divider-container {
  float: left;
  width: 100%;
}
#desktop .count-divider-container {
  margin-top: 18px;
  margin-bottom: 12px;
}
#tablet .count-divider-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
#count-1 .count-divider {
  float: right;
  margin-right: 30px;
}
#count-2 .count-divider,
#count-3 .count-divider {
  margin: auto;
}
#count-4 .count-divider {
  float: left;
  margin-left: 30px;
}
.count-text {
  float: left;
  width: 100%;
  color: #222;
  line-height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
#count-1 .count-text {
  text-align: right;
}
#count-2 .count-text {
  text-align: center;
}
#count-3 .count-text {
  text-align: left;
}
#tablet .count-text {
  display: none;
}
/**ACTIVITIES**/
.activities {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  background-color: #ffffff;
}
.activities-inner {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.activity-feature {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
  background-position: 20px 20px;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.activity-feature:hover {
  background-color: #f8f8f8;
}
#tablet .activity-feature {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
#mobile .activity-feature {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.activity-title {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 50px;
}
.activity-feature#motor-cruising {
  background-image: url('../img/icon-motor-cruising.png');
}
.activity-feature#sailing {
  background-image: url('../img/icon-sailing.png');
}
.activity-feature#canoeing {
  background-image: url('../img/icon-canoeing.png');
}
.activity-feature#fishing {
  background-image: url('../img/icon-fishing.png');
}
.activity-feature#bird-watching {
  background-image: url('../img/icon-bird-watching.png');
}
.activity-feature#nearby {
  background-image: url('../img/icon-nearby.png');
}
#mobile .activity-feature#nearby {
  margin-bottom: 0;
}
.activity-feature#rya-courses {
  background-image: url('../img/icon-nearby.png');
}
#mobile .activity-feature#rya-courses {
  margin-bottom: 0;
}
#tablet .activity-feature#canoeing,
#tablet .activity-feature#bird-watching {
  clear: both;
}
.activity-divider {
  float: left;
  width: 30px;
  height: 2px;
  background-color: #222222;
  margin-top: 15px;
  margin-bottom: 12px;
  margin-left: 50px;
}
.activity-text {
  float: left;
  color: #222;
  font-size: 1.03em;
  line-height: 26px;
  padding-left: 50px;
}
#mobile .activity-text {
  font-size: 0.93em;
}
/**NEWS**/
.news {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#mobile .news {
  margin-top: 0;
}
#home-news {
  border: none;
  position: relative;
  /*
	.wrapper{
		&:hover{
			.news-image{
				//background-size: auto 120%;
			}
		}
	}*/
}
.news-image {
  float: left;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-image#news-image-right {
  float: right;
}
#mobile .news-image {
  width: 100%;
  height: 300px;
}
.news-arrow {
  position: relative;
  height: 500px;
  width: 19px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}
#mobile .news-arrow {
  display: none;
}
.news-arrow#news-arrow-left {
  background-image: url('../img/arrow-left.png');
  margin-left: -19px;
  float: left;
}
.news-arrow#news-arrow-right {
  background-image: url('../img/arrow-right.png');
  margin-right: -19px;
  float: right;
}
.news-content {
  position: relative;
  float: left;
  width: 50%;
  background-color: #f8f8f8;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
}
#mobile .news-content {
  width: 100%;
  height: auto;
}
.news-content-title {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2;
  float: left;
  color: #222;
  width: 100%;
  margin-top: 25px;
}
#mobile .news-content-title,
#tablet .news-content-title {
  margin-top: 22px;
  font-size: 1.8em;
}
#mobile .news-content-title {
  text-align: left !important;
}
#news-content-left .news-content-title {
  text-align: right;
}
.news-content-date {
  font-family: 'Montserrat';
  font-weight: 600;
  float: left;
  color: #222222;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#mobile .news-content-date {
  margin-top: 12px;
  text-align: left !important;
}
.news-content .news-content-date {
  margin-top: 75px;
}
#news-content-left .news-content-date {
  text-align: right;
}
.news-content-divider {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.news-content-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #222222;
}
#mobile .news-content-divider {
  float: left !important;
}
#mobile .news-content-divider::after {
  left: 0;
  right: auto !important;
}
#news-content-left .news-content-divider {
  float: left;
}
#news-content-left .news-content-divider::after {
  left: auto;
  right: 0;
}
#news-content-right .news-content-divider {
  float: left;
}
.news-content-text {
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 28px;
  float: left;
  color: #222;
  width: 100%;
}
#mobile .news-content-text {
  font-size: 0.93em;
  padding-bottom: 20px;
  text-align: left !important;
}
#tablet .news-content-text {
  display: none;
}
#news-content-left .news-content-text {
  text-align: right;
}
.news-content-button {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}
#mobile .news-content-button {
  display: none;
}
#news-content-left .news-content-button {
  float: right;
  background-image: url('../img/button-right.png');
}
#news-content-right .news-content-button {
  float: left;
  background-image: url('../img/button-left.png');
}
.pagination {
  text-align: center;
  font-size: 2.5em;
  padding: 2rem 0;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  color: #999;
  text-decoration: none;
}
.pagination a:hover {
  color: #227d8e;
}
/**CONTENT**/
.white-content {
  font-family: 'Montserrat';
  font-weight: 300;
  padding-top: 45px;
  padding-bottom: 65px;
  background-color: #ffffff;
}
#mobile .white-content {
  padding-top: 12px;
  padding-bottom: 30px;
}
#enquiry-white-content {
  display: none;
}
/*
.white-content-inner
{
}*/
.white-content-title {
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  line-height: 35px;
  padding-bottom: 22px;
  padding-top: 23px;
  background-image: url('../img/title-icon-grey.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #222222;
  margin-bottom: 2rem;
}
#mobile .white-content-title {
  font-size: 2em;
}
.white-content-title span {
  font-weight: 700;
}
.white-content-text {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  padding-top: 5px;
  color: #222;
}
.white-content-text h3 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 1.1em;
  float: left;
  color: #222222;
  width: 100%;
  text-transform: uppercase;
}
#article-content p {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#mobile #article-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
#article-content ul {
  margin: 0;
  padding: 0;
}
.article-quote,
.article-gif,
.article-code,
.article-video,
.article-image,
.article-link,
.article-button-container,
.article-document {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#mobile .article-quote,
#mobile .article-gif,
#mobile .article-code,
#mobile .article-video,
#mobile .article-image,
#mobile .article-link,
#mobile .article-button-container,
#mobile .article-document {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-quote {
  font-size: 2em;
  font-weight: 700;
  color: #222222;
}
.article-image img,
.article-gif img {
  max-width: 100%;
}
.article-button-container {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.grey-content-buttons {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-button-container a,
.grey-content-buttons a {
  float: left;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff !important;
  z-index: 3;
  border-radius: 6px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.grey-content-buttons a {
  margin-left: 5px;
  margin-right: 5px;
  width: 200px;
}
#mobile .grey-content-buttons a {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mobile .article-button-container,
#mobile .grey-content-buttons {
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.8em;
  margin-top: 15px;
  margin-bottom: 15px;
}
#mobile .grey-content-buttons {
  padding: 0;
  margin-top: 0;
}
.article-button-container a:hover,
.grey-content-buttons a:hover {
  background-color: #2da4b8;
}
.article-link p,
.article-document p {
  margin: 0 !important;
}
.white-content-text a {
  color: #222;
}
#mobile .white-content-text {
  display: none;
}
#mobile .main-content-full .white-content-text,
#mobile .activity-details .white-content-text {
  display: block;
}
.grey-content {
  font-family: 'Montserrat';
  font-weight: 300;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 65px;
  background-color: #ededed;
}
#mobile .grey-content {
  padding-top: 12px;
  padding-bottom: 30px;
}
/*
.grey-content-inner
{
}*/
.grey-content-title {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  line-height: 1.2;
  padding-bottom: 22px;
  padding-top: 23px;
  background-image: url('../img/title-icon-grey.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #222222;
  margin-bottom: 2rem;
}
#mobile .grey-content-title {
  font-size: 1.6em;
}
.grey-content-title span {
  font-weight: 700;
}
.grey-content-text {
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 28px;
  padding-top: 5px;
  color: #222;
}
.grey-content-text img,
.white-content-text img {
  margin: 1.5rem 0 3rem;
}
.grey-content-text a {
  color: #222;
}
#mobile .grey-content-text {
  display: none;
}
#mobile .main-content-full .grey-content-text,
#mobile .activity-details .grey-content-text {
  display: block;
}
.blue-content {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #ffffff;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 65px;
  background-color: #227d8e;
}
#mobile .blue-content {
  padding-top: 25px;
  padding-bottom: 45px;
}
.blue-content-title {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  line-height: 35px;
  padding-bottom: 22px;
  padding-top: 23px;
  background-image: url('../img/title-icon-white.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
#mobile .blue-content-title {
  font-size: 2em;
}
.blue-content-title span {
  font-weight: 700;
}
.blue-content-text {
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 28px;
  padding-top: 5px;
}
#mobile .blue-content-text {
  padding-top: 20px;
  line-height: 22px;
}
.split-content {
  font-family: 'Montserrat';
  color: #222222;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
#tablet .split-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#mobile .split-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.split-content-title {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 15px;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  line-height: 1.2;
}
#mobile .split-content-title {
  width: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
}
.split-content-title span {
  font-weight: 700;
}
.split-content-text {
  float: left;
  width: 70%;
  padding-left: 15px;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
}
#mobile .split-content-text {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  font-weight: 400;
}
/**FOOTER LOGOS**/
.footer-logos {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.footer-logos img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  max-height: 50px;
}
.footer-logos a {
  margin-bottom: 8px;
  padding: 0.5rem 1rem;
  text-align: center;
  outline: none;
}
.footer-logos a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .footer-logos {
    display: block;
  }
}
/**FOOTER**/
#desktop.footer-arrow {
  display: none;
}
#tablet.footer-arrow {
  display: none;
}
.footer-arrow {
  float: left;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/footer-arrow.png');
}
.footer {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  float: left;
  width: 100%;
  font-size: 1em;
  background-color: #353332;
  padding-bottom: 2rem;
}
.footer a {
  color: #a6c9d1;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-scroll-container {
  float: left;
  width: 100%;
  height: 42px;
  margin-top: -10px;
  background-color: #353332;
  padding-bottom: 30px;
}
#desktop .footer-scroll-container,
#tablet .footer-scroll-container {
  margin-top: -42px;
}
.footer-scroll {
  margin: auto;
  width: 42px;
  height: 42px;
  background-image: url('../img/footer-scroll-white.png');
  cursor: pointer;
}
#desktop .footer-scroll,
#tablet .footer-scroll {
  background-image: url('../img/footer-scroll-grey.png');
}
#desktop .footer-scroll:hover,
#tablet .footer-scroll:hover {
  background-image: url('../img/footer-scroll-blue.png');
}
.footer-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-column {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-column#footer-column-3 .footer-column-text {
  padding-top: 0;
  margin-top: 0;
}
#mobile .footer-column {
  padding-bottom: 0;
  padding-top: 30px;
}
.footer-column-title {
  float: left;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.footer-column-text {
  float: left;
  color: #f8f8f8;
  font-size: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: left 5px;
  background-size: 18px auto;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 2px;
  min-height: 25px;
}
/*
#mobile .footer-column-text
{
	//text-align:center;
}*/
.footer-column-text span {
  color: #a6c9d1;
}
.footer-tweet-date {
  color: #65615e !important;
}
.footer-column-text#footer-text-address {
  padding-left: 30px;
  margin-top: 25px;
  background-image: url('../img/footer-home.svg');
}
.footer-column-text#footer-text-phone {
  padding-left: 30px;
  background-image: url('../img/footer-telephone.svg');
}
.footer-column-text#footer-text-email {
  padding-left: 30px;
  background-image: url('../img/footer-email.svg');
}
.footer-column-text#footer-text-info {
  padding-left: 30px;
  background-image: url('../img/footer-info.svg');
}
.footer-break {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#success-text {
  color: #a6c9d1;
  margin-bottom: -22px;
}
#error-text {
  color: #ffb2b2;
  margin-bottom: -22px;
}
.footer-logo {
  float: left;
  width: 300px;
  height: 80px;
  background-image: url('../img/not-logo-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#mobile .footer-logo {
  width: 100%;
  height: 45px;
}
.footer-social {
  float: left;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-social:hover {
  opacity: 0.8;
}
.footer-social#footer-social-facebook {
  background-image: url('../img/icon-facebook.svg');
}
.footer-social#footer-social-twitter {
  background-image: url('../img/icon-twitter.svg');
  margin-right: 10px;
}
.footer-social#footer-social-instagram {
  background-image: url('../img/icon-instagram.svg');
  margin-right: 10px;
}
.footer-newsletter {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  max-width: 300px;
}
.footer-newsletter input[type='text'],
.footer-newsletter input[type='email'] {
  font-family: 'Montserrat';
  font-weight: 400;
  float: left;
  background-color: transparent;
  border: 2px solid #595857;
  height: 41px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 103px;
  color: #595857;
}
.footer-newsletter input[type='submit'],
.footer-newsletter button[type='submit'] {
  font-family: 'Montserrat';
  font-weight: 400;
  float: left;
  background-color: #353332;
  border: 2px solid #a7c7ce;
  height: 41px;
  width: 88px;
  margin-left: -88px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  color: #a7c7ce;
  cursor: pointer;
}
.footer-bottom {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #f8f8f8;
  float: left;
  width: 100%;
  background-color: #2e2d2c;
}
.footer-bottom .footer-bottom-inner .footer-bottom-text {
  font-size: 0.8em;
  line-height: 60px;
}
.footer-bottom .footer-bottom-inner .footer-bottom-text a {
  color: #f8f8f8;
}
.footer-bottom .footer-bottom-inner .footer-bottom-text#footer-bottom-text-left {
  text-align: left;
}
.footer-bottom .footer-bottom-inner .footer-bottom-text#footer-bottom-text-right {
  text-align: right;
}
#mobile .footer-bottom-text {
  line-height: 18px;
  font-size: 0.8em;
}
#mobile .footer-bottom-text#footer-bottom-text-left {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#mobile .footer-bottom-text#footer-bottom-text-right {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
/**ROUNDABOUT**/
.roundabout-outer {
  width: 100%;
  background-color: #ededed;
  padding-bottom: 65px;
}
.roundabout-inner {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
#mobile .roundabout {
  display: none;
}
.roundabout-holder {
  list-style: none;
  padding: 0;
  height: 400px;
  width: 770px;
  margin: auto;
  top: 0;
  float: none !important;
}
.roundabout-moveable-item {
  height: 400px;
  width: 770px;
  cursor: pointer;
}
.roundabout-moveable-item img {
  width: 100%;
}
.roundabout-in-focus {
  cursor: auto;
}
/**BOAT TYPES**/
.boat-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 30px 20px;
  margin-top: 65px;
  margin-bottom: 65px;
}
#mobile .boat-types {
  margin-top: 0;
  margin-bottom: 0;
}
.boat-type {
  position: relative;
  width: 23.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .boat-type {
    width: 45%;
  }
}
#mobile .boat-type {
  width: 94%;
  margin-left: 3% !important;
  margin-right: 3% !important;
}
.boat-type-icon {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -45px;
}
#mobile .boat-type-icon {
  height: 76px;
  margin-bottom: -38px;
}
.boat-type-inner {
  float: left;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.boat-type-title {
  font-family: 'Montserrat';
  font-weight: 600;
  float: left;
  color: #222222;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 70px;
}
#mobile .boat-type-title {
  margin-top: 56px;
}
.boat-type-divider {
  width: 30px;
  height: 2px;
  background-color: #222222;
  margin: auto;
}
.boat-type-divider-container {
  float: left;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 12px;
}
.boat-type-text {
  font-family: 'Montserrat';
  font-weight: 400;
  float: left;
  color: #222;
  width: 90%;
  text-align: center;
  padding-left: 5%;
  margin-bottom: 90px;
}
#mobile .boat-type-text {
  font-size: 0.93em;
}
.boat-type-button-container {
  float: left;
  width: 100%;
}
.boat-type-button {
  font-family: 'Montserrat';
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #ffffff;
  z-index: 3;
  border-radius: 6px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile .boat-type-button {
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.7em;
}
.boat-type-button:hover {
  background-color: #2da4b8;
}
/*MOBILE MENU*/
.mobile-menu {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  display: none;
  border-right: 1px solid #dcdcdc;
  z-index: 1000000;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #ffffff;
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 0.9em;
}
.mobile-menu-head-bg {
  float: left;
  height: 53px;
  width: 100%;
  background-color: #227d8e;
}
.mobile-menu-logo {
  float: left;
  height: 53px;
  width: 100%;
  background-image: url('../img/not-logo-white.svg');
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu-links {
  float: left;
  width: 100%;
  margin-top: 18px;
}
.mobile-menu-links ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-menu-links ul li {
  margin-bottom: 0.5rem;
  /* Menu too big to display sub menu at moment */
}
.mobile-menu-links ul li a {
  color: #222222;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 7%;
  padding-right: 7%;
}
.mobile-menu-links ul li ul.sub-menu {
  margin-top: 0.5rem;
  display: none;
}
.mobile-menu-links ul li ul.sub-menu li {
  margin-bottom: 0.25rem;
}
.mobile-menu-links ul li#menu-item-54 ul.sub-menu {
  display: block;
}
.mobile-menu-links ul li.menu-item-123 {
  display: none;
}
.mobile-menu-links a {
  color: #222222;
}
.mobile-menu-link {
  float: left;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-link:active {
  color: #ffffff;
  background-color: #227d8e;
}
.mobile-menu-buttons {
  padding: 20px 0 40px;
  float: left;
  width: 100%;
}
.mobile-menu-button {
  float: left;
  width: 86%;
  margin-left: 7%;
  font-size: 0.9em;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 6px;
  background-color: #227d8e;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu-button:hover {
  background-color: #2da4b8;
}
.mobile-menu-button:last-of-type {
  margin-bottom: 20px;
}
.mobile-menu-button.login {
  background-color: transparent;
  padding: 0;
  height: 31px;
  width: calc(86% - 4px);
  border: 2px solid #222;
  color: #222;
}
.mobile-menu-button.login:hover {
  text-decoration: underline;
}
.mobile-menu-button.primary {
  margin-bottom: 8px;
  background-color: #ade25d;
  color: #25360a !important;
}
.mobile-menu-button.primary:hover,
.mobile-menu-button.primary:focus {
  background-color: #97da32;
}
#mobile-menu-top {
  float: left;
  width: 100%;
}
#mobile-menu-bottom {
  float: left;
  width: 100%;
}
.mobile-menu-edge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5000000;
  height: 100%;
  display: none;
}
/*BREADCRUMBS*/
.breadcrumbs {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #007e92;
  float: left;
  width: 100%;
  margin-top: 62px;
  font-size: 0.8em;
  line-height: 28px;
  text-align: center;
}
#mobile .breadcrumbs {
  display: none;
}
.breadcrumbs-inner {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs a {
  color: #222;
  text-decoration: none;
}
/*BANNERS*/
.banner {
  width: 100%;
  margin-top: -35px;
  padding-bottom: 5rem;
  border-bottom: 20px solid #dcdcdc;
  background-color: #227d8e;
  font-family: 'Montserrat';
  background-position: center;
  background-repeat: no-repeat;
}
.banner #breadcrumb {
  position: relative;
  z-index: 3;
  padding-top: 20px;
  color: #fff;
  border: none;
  margin: 0;
}
.banner #breadcrumb a {
  color: #fff;
}
.banner #breadcrumb a:hover {
  opacity: 0.8;
}
#mobile .banner {
  border-bottom: none;
  margin-bottom: 20px;
}
.banner h1 {
  margin: 0 auto;
  padding: 2rem 0;
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 3.6em;
  line-height: 1.2;
}
#mobile .banner h1 {
  font-size: 2.5em;
  margin-top: 15px;
}
.banner-line {
  width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 0;
}
.banner-line-inner {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  margin: auto;
}
/*CONTENT PAGES*/
.content-page {
  float: left;
  width: 100%;
}
.content-page-inner {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.main-content,
.main-content-full {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #222222;
  float: left;
  width: 65%;
  background-color: #ffffff;
}
.main-content-full {
  width: 100%;
}
#tablet .main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#mobile .main-content {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
.main-content-title {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  color: #222222;
  margin-top: -15px;
  margin-bottom: -8px;
}
#mobile .main-content-title {
  text-align: center;
  font-size: 2em;
}
.main-content-title span {
  font-weight: 700;
}
.main-content-text {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.03em;
  line-height: 26px;
  padding-top: 5px;
  padding-left: 3%;
  padding-right: 3%;
  color: #222;
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
}
.main-content-text p {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
#mobile .main-content-text {
  text-align: center;
  font-size: 0.93em;
  line-height: 22px;
}
.main-content-text ul {
  text-align: left;
  width: 80%;
  margin-left: 5%;
}
/*RIGHT BOXES*/
.right-boxes {
  float: right;
  width: 30%;
  margin-right: 3%;
  margin-top: -68px;
  margin-bottom: 75px;
}
#mobile .right-boxes {
  display: none;
}
.right-box {
  font-family: 'Montserrat';
  font-weight: 300;
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.right-box-title {
  float: left;
  width: 100%;
  background-color: #ededed;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#tablet .right-box-title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  height: 50px;
  line-height: 50px;
}
.right-box-content {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tablet .right-box-content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.right-box-content#right-box-photos {
  padding-right: 0;
}
.right-box-tweet {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.03em;
  line-height: 26px;
  color: #222;
}
#tablet .right-box-tweet {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.93em;
  line-height: 26px;
}
.right-box-tweet a {
  font-size: 0.8em;
  color: #007e92;
  text-decoration: none;
}
.right-box-tweet span {
  font-size: 0.8em;
  color: #222;
  font-style: italic;
}
.right-box-photo {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
#tablet .right-box-photo {
  margin-right: 10px;
  margin-bottom: 10px;
}
.right-box-news-image {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
#tablet .right-box-news-image {
  display: none;
}
.right-box-news-content {
  float: left;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.03em;
  line-height: 26px;
  color: #222;
}
.right-box-news-content span {
  font-size: 0.8em;
  color: #222;
  font-style: italic;
}
#tablet .right-box-news-content {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.93em;
  line-height: 26px;
  width: 100%;
}
/*FORMS*/
.contact-form-column,
.enquiry-form-column,
.donate-form-column {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
}
.donate-form-column {
  width: 100%;
  margin-top: 25px;
}
#mobile .contact-form-column,
#mobile .enquiry-form-column {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
}
.contact-form,
.enquiry-form {
  float: left;
  margin-top: 25px;
}
.donate-form-currency {
  float: left;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-right: none;
  height: 40px;
  line-height: 39px;
  padding-left: 10px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 1em;
}
.contact-form input[type='text'],
.contact-form textarea,
.enquiry-form input[type='text'],
.enquiry-form textarea,
.donate-form input[type='text'],
.donate-form select {
  float: left;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 42px;
  line-height: 42px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #aaaaaa;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
.donate-form input[type='text'] {
  max-width: 110px;
  border-left: none;
}
.donate-form-select-button {
  background-color: #ffffff;
  background-image: url('../img/form-select-button.png');
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  margin-left: -46px;
  margin-top: 1px;
  pointer-events: none;
  width: 45px;
}
.donate-form select {
  width: 130px;
  border-left: none;
}
.contact-form textarea,
.enquiry-form textarea {
  height: 113px;
}
.contact-form-button-outer,
.enquiry-form-button-outer,
.availability-button-outer,
.donate-form-button-outer {
  float: left;
  width: 100%;
}
.availability-button-outer a {
  text-decoration: none;
}
.contact-form-button,
.enquiry-form-button,
.availability-button,
.donate-form-button {
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  border-radius: 6px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  margin: auto;
  width: 80px;
  text-align: center;
  margin-top: 25px;
}
.availability-button {
  width: 150px;
}
.donate-form-button {
  width: 120px;
}
.availability-button:hover,
.donate-form-button:hover {
  background-color: #2da4b8;
}
#mobile .contact-form-button,
#mobile .enquiry-form-button,
#mobile .availability-button,
#mobile .donate-form-button {
  margin-top: 0;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.7em;
}
.contact-form-button:hover,
.enquiry-form-button:hover {
  background-color: #2da4b8;
}
/*MAP*/
#map-canvas {
  float: left;
  width: 100%;
  height: 600px;
  border-top: 1px solid #dddddd;
  margin-top: -20px;
}
#mobile #map-canvas {
  height: 300px;
}
/*ACTIVITIES LIST*/
.activity-boxes {
  padding-bottom: 65px;
  margin-top: 3rem;
}
.activity-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.activity-box:hover .activity-box-image img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#mobile .activity-box {
  margin-bottom: 45px;
}
.activity-box#activity-box-motor-cruising {
  margin-right: 2%;
  margin-left: 1.5%;
}
.activity-box#activity-box-sailing {
  margin-right: 2%;
}
.activity-box#activity-box-canoeing {
  margin-right: 1.5%;
}
.activity-box#activity-box-fishing {
  margin-right: 2%;
  margin-left: 1.5%;
}
.activity-box#activity-box-bird-watching {
  margin-right: 2%;
}
.activity-box#activity-box-nearby {
  margin-right: 1.5%;
}
.activity-box#activity-rya-courses {
  margin-right: 1.5%;
}
.activity-box#activity-box-bedrooms {
  margin-right: 2%;
  margin-left: 1.5%;
}
.activity-box#activity-box-kitchen {
  margin-right: 2%;
}
.activity-box#activity-box-accessible {
  margin-right: 1.5%;
}
.activity-box-image {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  display: block;
  padding-top: 80%;
}
.activity-box-image a {
  background: #227d8e;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.activity-box-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#mobile .activity-box-image {
  height: 76px;
  margin-bottom: -28px;
}
.activity-box-inner {
  float: left;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-top-width: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.activity-box-title {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 1.5em;
  float: left;
  color: #222222;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.activity-box-title span {
  font-weight: 700;
}
#mobile .activity-box-title {
  margin-top: 56px;
}
.activity-box-divider {
  width: 30px;
  height: 2px;
  background-color: #222222;
  margin: auto;
}
.activity-box-divider-container {
  float: left;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 12px;
}
.activity-box-text {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.03em;
  float: left;
  color: #222;
  width: 90%;
  text-align: center;
  padding-left: 5%;
  margin-bottom: 90px;
}
.activity-box-text-alt-1 {
  margin-bottom: 0 !important;
}
.activity-box-text-alt-2 {
  margin-top: 10px;
}
.activity-box-text-alt-2 span {
  font-size: 0.85em;
}
#activity-box-bedrooms .activity-box-text {
  margin-bottom: 20px;
}
#activity-box-kitchen .activity-box-text {
  margin-bottom: 20px;
}
#activity-box-accessible .activity-box-text {
  margin-bottom: 20px;
}
.activity-box-button-container {
  float: left;
  width: 100%;
}
.activity-box-button {
  font-family: 'Montserrat';
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #ffffff;
  z-index: 3;
  border-radius: 6px;
  text-transform: uppercase;
  width: 160px;
  margin-left: -80px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  background-color: #227d8e;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile .activity-box-button {
  padding-left: 20px;
  padding-right: 20px;
}
.activity-box-button:hover {
  background-color: #2da4b8;
}
/*GALLERY*/
.gallery-box {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 85px;
  color: #222;
}
#mobile .gallery-box {
  margin-bottom: 40px;
}
.gallery-box a {
  color: #222;
}
.gallery-box-photo {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}
#tablet .gallery-box-photo {
  margin-right: 10px;
  margin-bottom: 10px;
}
#mobile .gallery-box-photo {
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery-box-all,
.gallery-box-hide {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.gallery-box-all {
  background-image: url('../img/gallery-all.png');
}
.gallery-box-hide {
  background-image: url('../img/gallery-hide.png');
}
#tablet .gallery-box-all,
#tablet .gallery-box-hide {
  margin-right: 10px;
  margin-bottom: 10px;
}
#mobile .gallery-box-all,
#mobile .gallery-box-hide {
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery-box-all:hover,
.gallery-box-hide:hover {
  background-color: #227d8e;
  color: #ffffff;
}
/*CALENDAR*/
.calendar-container {
  width: 94%;
  float: left;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: -33px;
}
#mobile .calendar-container {
  margin-top: 10px;
}
#calendar {
  width: 100%;
  margin: auto;
  max-width: 1170px;
}
.calendar-key-container {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 25px;
}
#mobile .calendar-key-container {
  margin-top: 10px;
  margin-bottom: 18px;
}
.calendar-key {
  margin: auto;
  width: 94%;
  max-width: 1170px;
  height: 30px;
  padding-left: 3%;
  padding-right: 3%;
}
.calendar-key-box {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 10px;
}
#calendar-key-box-full {
  margin-right: 130px;
  background-color: #dcdcdc;
}
#mobile #calendar-key-box-full {
  margin-right: 0;
}
#calendar-key-box-available {
  margin-right: 20px;
  background-color: #a1c6ce;
}
.calendar-key-label {
  float: right;
  height: 30px;
  line-height: 30px;
}
.fc-body {
  background-color: #f8f8f8;
}
.fc-head {
  background-color: #f8f8f8;
  padding-top: 10px;
}
.fc th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 600 !important;
}
.fc h2 {
  font-weight: 300;
}
.fc-content {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.fc-time {
  display: none;
}
.fc-toolbar {
  height: 35px;
  line-height: 35px;
}
#youtube-video-container {
  padding-top: 15px;
}
#enquiry-form-activity,
#enquiry-form-date {
  font-weight: 700;
  color: #222222;
}
.history-images-full img,
.history-images-half img {
  float: left;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 30px;
}
.history-images-half img {
  width: 49%;
}
.history-images-full img {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#history-image-left {
  margin-right: 1%;
}
#history-image-right {
  margin-left: 1%;
}
#mobile .history-images-half img {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#mobile #history-image-left {
  margin-right: 0;
}
#mobile #history-image-right {
  margin-left: 0;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
input,
textarea,
select {
  border-radius: 0;
}
/* Breadcrumb */
#breadcrumb {
  font-size: 0.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.gallery-slider .slick-prev {
  left: -40px;
}
.gallery-slider .slick-next {
  right: -40px;
}
.gallery-slider .slick-slide {
  margin: 10px;
}
.gallery-slider .slick-slide a.lightbox-link {
  outline: none;
  position: relative;
  display: block;
  padding: 0 10px;
  height: 280px;
  overflow: hidden;
}
.gallery-slider .slick-slide a.lightbox-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-slider .slick-slide a.lightbox-link::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/zoom.png) no-repeat;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -16px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-slider .slick-slide a.lightbox-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.gallery-slider .slick-slide a.lightbox-link:hover::before {
  background-color: rgba(34, 125, 142, 0.5);
}
.gallery-slider .slick-slide a.lightbox-link:hover::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: -16px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*
.sticky {

}
.bypostauthor {

}
*/
/*-------------------------------------------------*\
| Move WP Admin Bar to the bottom
\*-------------------------------------------------*/
div#wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 0 1px #1a1a1a;
          box-shadow: 0 0 0 1px #1a1a1a;
  background-color: rgba(26, 26, 26, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.6)), to(#1a1a1a));
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.6) 0%, #1a1a1a 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
div#wpadminbar .ab-sub-wrapper {
  bottom: 32px;
}
@media screen and (max-width: 782px) {
  div#wpadminbar .ab-sub-wrapper {
    bottom: 46px;
  }
}
html[lang].logged-in {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 782px) {
  html[lang].logged-in {
    margin-bottom: 46px !important;
  }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Accomodation template styles */
.inner {
  max-width: 1120px;
}
.featured-accommodation h2 {
  text-align: left;
  padding: 0 0 2.2rem;
  font-size: 5.6rem;
  line-height: 1;
  background-position: left bottom;
  margin-bottom: 3rem;
}
.featured-accommodation a.button {
  min-width: 16rem;
  margin-bottom: 3rem;
}
.featured-accommodation p.blue-text {
  font-size: 2.6rem;
  letter-spacing: -0.1px;
  line-height: 1.2;
  color: #227d8e;
}
.featured-accommodation #accommodation-slider .slick-prev {
  left: 15px;
}
.featured-accommodation #accommodation-slider .slick-next {
  right: 15px;
}
.featured-accommodation #accommodation-slider .slick-arrow {
  height: 40px;
  width: 40px;
}
.featured-accommodation #accommodation-slider .slick-arrow::before {
  color: white;
  font-size: 30px;
}
.featured-accommodation #accommodation-slider .slick-slide > div {
  position: relative;
  padding-top: 65%;
}
.featured-accommodation #accommodation-slider .slick-slide > div img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .featured-accommodation h2,
  .featured-accommodation a.button {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1000px) {
  .featured-accommodation h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-accommodation h2,
  .featured-accommodation a.button {
    margin-bottom: 6rem;
  }
}
.key-features .key-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key-features .key-features-list > li {
  width: 100%;
  text-align: center;
}
.key-features .key-features-list > li .key-feature {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 3.5rem;
  margin-bottom: 2rem;
}
.key-features .key-features-list > li .key-feature::before {
  content: '';
  display: block;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  -webkit-mask-image: url('../img/icons/circle-tick.svg');
          mask-image: url('../img/icons/circle-tick.svg');
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ade25d;
}
.key-features .key-features-list > li > ul {
  margin: 0;
  list-style-type: none;
}
.key-features .key-features-list > li > ul > li {
  width: 100%;
}
@media (min-width: 768px) {
  .key-features .key-features-list li {
    width: 33%;
  }
}
.accommodation-description p strong {
  color: #227d8e;
}
.accommodation-description .image-wrapper {
  position: relative;
  padding-top: 65%;
  margin-bottom: 1.5rem;
}
.accommodation-description .image-wrapper img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.accommodation-description a.button {
  margin-bottom: 3rem;
}
.accommodation-prices {
  text-align: center;
}
.accommodation-prices h2 {
  line-height: 1;
}
.accommodation-prices p {
  text-align: center;
}
.accommodation-prices table {
  table-layout: fixed;
  width: 100%;
  background-color: white;
  border-collapse: collapse;
}
.accommodation-prices table th,
.accommodation-prices table td {
  padding: 0.5rem;
  text-align: center;
  border: none;
}
.accommodation-prices table thead th {
  text-align: center;
  text-transform: uppercase;
}
.accommodation-prices table tbody th,
.accommodation-prices table tbody td {
  width: 33%;
}
.accommodation-prices table tbody th {
  background-color: #227d8e;
  color: white;
}
.accommodation-prices table tbody td {
  background-color: #f8f8f8;
}
@media (min-width: 400px) {
  .accommodation-prices table {
    border-spacing: 15px;
    border-collapse: separate;
  }
}
.accommodation-gallery .gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accommodation-gallery .gallery-block .image-wrapper {
  width: 100%;
  margin-bottom: 2.5rem;
}
.accommodation-gallery .gallery-block .image-wrapper > div {
  position: relative;
  padding-top: 90%;
}
.accommodation-gallery .gallery-block .image-wrapper > div img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 550px) {
  .accommodation-gallery .gallery-block .image-wrapper {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 768px) {
  .accommodation-gallery .gallery-block .image-wrapper {
    width: calc(33% - 1.25rem);
  }
}
.accommodation-map .grey-content-title {
  float: none;
}
.accommodation-map .map-wrapper {
  float: none;
  padding: 2rem;
  background-color: white;
}
.accommodation-map .map-wrapper iframe {
  width: 100%;
}
.accommodation-map .what3words-wrapper {
  background-color: white;
  padding: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accommodation-map .what3words-wrapper span {
  font-size: 2.2rem;
}
@media (min-width: 600px) {
  .accommodation-map .what3words-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .accommodation-map .what3words-wrapper span {
    margin-left: 1.5rem;
  }
}
.accommodation-other h2 {
  text-align: left;
  background-position: left bottom;
  padding-left: 0;
}
.accommodation-other .image-wrapper {
  position: relative;
  padding-top: 90%;
}
.accommodation-other .image-wrapper img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* Larger than mobile */
/* Enhanced Builder styles */
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* Reference
@bp-larger-than-mobile: 400px;
@bp-larger-than-phablet: 550px;
@bp-larger-than-tablet: 768px;
@bp-larger-than-desktop: 1000px;
@bp-larger-than-desktophd: 1200px;
*/
body .builder-blocks {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  font-size: 19px;
  line-height: 1.44em;
}
body .builder-blocks *,
body .builder-blocks *:after,
body .builder-blocks *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .builder-blocks ul {
  margin: 0 0 25px 20px;
}
body .builder-blocks h2,
body .builder-blocks h3 {
  margin-bottom: 20px;
}
body .builder-blocks .block-spacing:first-of-type.hero-creator-block {
  padding: 0;
  padding-bottom: 30px;
}
body .builder-blocks .block-spacing .button {
  margin-top: 20px;
}
body.hide-scroll {
  overflow: hidden;
}
.sky-bckg {
  background-color: #f3f8fa;
}
.sky-bckg .text {
  color: #000;
}
.wave-bckg {
  background-image: url('../img/bckg/waves-bckg.svg');
  background-position: center bottom -5vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .wave-bckg {
    padding-bottom: 120px;
  }
}
.secondary-bckg {
  background-color: #a6c9d1;
  color: #227d8e;
}
.primary-bckg {
  background-color: #227d8e;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .side-spacing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.side-spacing.side-all {
  padding-left: 30px;
  padding-right: 30px;
}
.block-spacing {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .block-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.block-spacing.spacing-top-sml {
  padding-top: 60px;
}
.block-spacing .inner-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .block-spacing .inner-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.block-spacing + .side-spacing {
  padding-top: 30px;
  padding-bottom: 0;
}
.block-spacing:first-child + .side-spacing {
  padding-top: 0;
}
.white-bckg + .white-bckg,
.primary-bckg + .primary-bckg,
.secondary-bckg + .secondary-bckg,
.tertiary-bckg + .tertiary-bckg,
.grey-bckg + .grey-bckg,
.black-bckg + .black-bckg {
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .white-bckg + .white-bckg.reduce-block-space {
    margin-top: -60px;
  }
}
.wrapper {
  position: relative;
  display: block;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
}
.wrapper.full-wrapper {
  max-width: 100%;
}
.block-content {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.round-edges {
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .round-edges-desktop {
    border-radius: 10px;
  }
}
.builder-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -30px;
  width: calc(100% + 30px * 2);
  max-width: 1180px;
  padding: 0 calc(30px / 2);
  z-index: 0;
}
.builder-grid p:last-of-type {
  margin-bottom: 0;
}
.builder-grid.centre-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.builder-grid > [class*='-col'] {
  display: block;
  width: 100%;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.standard-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.underlined-heading {
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.2em;
  padding-bottom: 22px;
  background-image: url('../img/title-icon-grey.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 56px;
  color: #222222;
  margin-bottom: 30px;
}
.underlined-heading span {
  font-weight: 700;
}
.button.accent-btn {
  background-color: #ade25d;
  color: #25360a !important;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 1em;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.accent-btn:hover,
.button.accent-btn:focus {
  background-color: #97da32;
}
.button.accent-btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.playbtn {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #ade25d;
  background-image: url('../img/icons/play.svg');
  background-position: 55% 50%;
  background-size: 33%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .playbtn {
    width: 80px;
    height: 80px;
  }
}
.donate-embed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #227d8e;
  margin-top: 30px;
  border-radius: 10px;
  border: 0;
}
.donate-embed iframe {
  border: 0;
  outline: 0;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.hero-creator-block .hero-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hero-creator-block .hero-inner .hero-col {
  display: block;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.hero-creator-block .hero-inner .hero-media {
  position: relative;
  background-color: #f3f8fa;
}
.hero-creator-block .hero-inner .hero-media::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../img/bckg/waves-hero-mbl.svg');
  background-position: left bottom -1px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-media::before {
    background-image: url('../img/bckg/waves-hero.svg');
    background-position: right -1px center;
    background-size: auto 100%;
  }
}
.hero-creator-block .hero-inner .hero-media .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-height: 1000px;
}
.hero-creator-block .hero-inner .hero-media .swiper-slide::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-media .swiper-slide::before {
    padding-bottom: 70%;
  }
}
.hero-creator-block .hero-inner .hero-media .swiper-slide img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  top: 30px;
  right: 30px;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-media .hero-slider-buttons {
    bottom: 30px;
    left: 30px;
    right: auto;
    top: auto;
  }
}
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons .swiper-button-next,
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
  margin: 0;
  text-align: center;
  background: #fff;
  color: #227d8e;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons .swiper-button-next::after,
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons .swiper-button-prev::after {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 40px;
  margin-left: 3px;
}
.hero-creator-block .hero-inner .hero-media .hero-slider-buttons .swiper-button-prev::after {
  margin-right: 3px;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-media {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.hero-creator-block .hero-inner .hero-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 60px 30px;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-content {
    padding: 120px 30px;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.hero-creator-block .hero-inner .hero-content .inner-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .hero-creator-block .hero-inner .hero-content .inner-content {
    max-width: 480px;
  }
}
.hero-creator-block .hero-inner .hero-content p:last-of-type {
  margin-bottom: 0;
}
/* Reference
@bp-larger-than-mobile: 400px;
@bp-larger-than-phablet: 550px;
@bp-larger-than-tablet: 768px;
@bp-larger-than-desktop: 1000px;
@bp-larger-than-desktophd: 1200px;
*/
.testimonials-block .left-col,
.testimonials-block .right-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .testimonials-block .left-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-block .left-col {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-block .right-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.testimonials-block .testimonial-widget {
  position: relative;
}
.testimonials-block .testimonial-widget .widget-navigation {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-right: 60px;
  -webkit-mask-image: linear-gradient(to left, transparent 0, black 20px);
          mask-image: linear-gradient(to left, transparent 0, black 20px);
}
@media screen and (min-width: 1000px) {
  .testimonials-block .testimonial-widget .widget-navigation {
    -webkit-mask-image: linear-gradient(to left, transparent 0, black 40px);
            mask-image: linear-gradient(to left, transparent 0, black 40px);
    margin-top: 0;
  }
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn {
  padding: 12px 16px 12px 52px;
  position: relative;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #227d8e;
  color: #227d8e;
  font-size: 14px;
  line-height: 1em;
  width: auto;
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn:last-of-type {
  margin-right: 80px;
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn .img-wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  left: -1px;
  top: -1px;
  margin: 0;
  border: 1px solid #227d8e;
  background: #227d8e;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn .img-wrap img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn .img-wrap img.icon {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials-block .testimonial-widget .widget-navigation .navigation-btn.swiper-slide-thumb-active {
  background: #227d8e;
  color: #fff;
}
.testimonials-block .testimonial-widget .testimonial {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .testimonials-block .testimonial-widget .testimonial {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 12px 0;
  }
}
.testimonials-block .testimonial-widget .testimonial .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px 8px 0 0;
  background-color: #227d8e;
}
@media screen and (min-width: 768px) {
  .testimonials-block .testimonial-widget .testimonial .img-wrap {
    width: 160px;
    min-width: 160px;
    border-radius: 200px 200px 20px 200px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-block .testimonial-widget .testimonial .img-wrap {
    margin-right: 2em;
  }
}
.testimonials-block .testimonial-widget .testimonial .img-wrap::before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
@media screen and (min-width: 768px) {
  .testimonials-block .testimonial-widget .testimonial .img-wrap::before {
    padding-bottom: 100%;
  }
}
.testimonials-block .testimonial-widget .testimonial .img-wrap img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.testimonials-block .testimonial-widget .testimonial .img-wrap img.icon {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: 50%;
  max-height: 50%;
  margin-left: 3%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials-block .testimonial-widget .testimonial .content-wrap {
  font-size: 15px;
  color: #227d8e;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
  line-height: 1.44em;
}
@media screen and (min-width: 768px) {
  .testimonials-block .testimonial-widget .testimonial .content-wrap {
    border-radius: 8px;
    -webkit-box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.05);
            box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.05);
  }
}
.testimonials-block .testimonial-widget .testimonial .content-wrap .excerpt::before {
  content: open-quote;
}
.testimonials-block .testimonial-widget .testimonial .content-wrap .excerpt::after {
  content: close-quote;
}
.testimonials-block .testimonial-widget .testimonial .content-wrap .cite {
  color: #a6c9d1;
}
.testimonials-block .testimonial-widget .testimonial .content-wrap .cite::before {
  content: '\2014';
  margin: 0 4px;
}
.testimonials-block .testimonial-widget .thumb-next {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin: 0;
  text-align: center;
  background: #227d8e;
  color: #fff;
  border-radius: 50px;
}
.testimonials-block .testimonial-widget .thumb-next::after {
  font-size: 0.8em;
  line-height: 40px;
  margin-left: 3px;
  font-weight: 700;
}
/* Reference
@bp-larger-than-mobile: 400px;
@bp-larger-than-phablet: 550px;
@bp-larger-than-tablet: 768px;
@bp-larger-than-desktop: 1000px;
@bp-larger-than-desktophd: 1200px;
*/
.statistics-block .left-col,
.statistics-block .right-col,
.statistics-block .middle-col {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .statistics-block .left-col,
  .statistics-block .middle-col {
    -ms-flex-preferred-size: calc(50% - 30px / 2);
        flex-basis: calc(50% - 30px / 2);
    max-width: calc(50% - 30px / 2);
  }
}
@media screen and (min-width: 1200px) {
  .statistics-block .left-col,
  .statistics-block .middle-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.statistics-block .stats-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .statistics-block .stats-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.statistics-block .stats-wrapper .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 60px 30px;
}
.statistics-block .stats-wrapper .stat .stat-label {
  color: #ade25d;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .statistics-block .stats-wrapper .stat .stat-label {
    font-size: 1.33em;
  }
}
.statistics-block .stats-wrapper .stat .stat-label .text {
  position: relative;
  display: block;
  line-height: 1.2em;
}
.statistics-block .stats-wrapper .stat .stat-label .icon {
  position: relative;
  display: block;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .statistics-block .stats-wrapper .stat .stat-label .icon {
    margin-right: 16px;
  }
}
.statistics-block .stats-wrapper .stat .stat-label .icon img {
  max-height: 30px;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .statistics-block .stats-wrapper .stat .stat-label .icon img {
    max-height: 40px;
  }
}
.statistics-block .stats-wrapper .stat .stat-number {
  color: #227d8e;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .statistics-block .stats-wrapper .stat .stat-number {
    font-size: 2em;
  }
}
.dual-column-content-block .left-col,
.dual-column-content-block .right-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.dual-column-content-block .left-col {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .dual-column-content-block .left-col,
  .dual-column-content-block .right-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.dual-column-content-block .button {
  margin-top: 2.5rem;
}
.dual-column-content-block.primary-blue {
  background-color: #227d8e;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
}
.dual-column-content-block.primary-blue .underlined-heading {
  color: white;
  background-image: url('../img/title-icon-white.png');
}
.dual-column-content-block.primary-blue .text-wrapper h1,
.dual-column-content-block.primary-blue .text-wrapper h2,
.dual-column-content-block.primary-blue .text-wrapper h3,
.dual-column-content-block.primary-blue .text-wrapper h4,
.dual-column-content-block.primary-blue .text-wrapper h5,
.dual-column-content-block.primary-blue .text-wrapper h6,
.dual-column-content-block.primary-blue .text-wrapper p,
.dual-column-content-block.primary-blue .text-wrapper li {
  color: white !important;
}
.dual-column-content-block.primary-blue .text-wrapper a {
  color: white;
}
.dual-column-content-block.primary-blue .text-wrapper a:hover {
  color: #ade25d;
}
.dual-column-content-block.sky {
  background-color: #F3F8FA;
}
.dual-column-content-block.light-grey {
  background-color: #f8f8f8;
}
.dual-column-content-block .text-wrapper a {
  color: black;
}
.dual-column-content-block .text-wrapper a:hover {
  color: #5f8d19;
}
.quicklinks-cards-block {
  text-align: center;
}
.quicklinks-cards-block .card-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .quicklinks-cards-block .card-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .quicklinks-cards-block .card-col {
    margin-top: -30px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
.quicklinks-cards-block .card-col:first-of-type .quicklink-card {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .quicklinks-cards-block .card-col:first-of-type .quicklink-card {
    margin-top: 30px;
  }
}
.quicklinks-cards-block .quicklink-card {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  margin-top: 30px;
}
.quicklinks-cards-block .quicklink-card .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  background: #f3f8fa;
  border-radius: 8px;
  margin-bottom: calc(30px / 2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.quicklinks-cards-block .quicklink-card .img-wrap::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.quicklinks-cards-block .quicklink-card .img-wrap img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.quicklinks-cards-block .quicklink-card p {
  line-height: 1.44em;
  color: #227d8e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quicklinks-cards-block .quicklink-card:hover p {
  color: #ade25d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quicklinks-cards-block .quicklink-card:hover img {
  opacity: 0.85;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* Reference
@bp-larger-than-mobile: 400px;
@bp-larger-than-phablet: 550px;
@bp-larger-than-tablet: 768px;
@bp-larger-than-desktop: 1000px;
@bp-larger-than-desktophd: 1200px;
*/
.featured-video-block {
  text-align: center;
}
.featured-video-block p:last-of-type {
  margin-bottom: 30px;
}
.featured-video-block .featured-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 650px;
  margin: 0 auto 30px;
  background: #f3f8fa;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 650px;
}
.featured-video-block .featured-video-trigger::before {
  content: '';
  display: block;
}
.featured-video-block .featured-video-trigger.video-playing::before {
  padding-bottom: 0 !important;
  display: none !important;
}
.featured-video-block .featured-video-trigger img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.featured-video-block .featured-video-trigger:hover img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.85;
}
.featured-video-block .featured-video-trigger:hover .playbtn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.featured-video-block .featured-video-trigger iframe {
  width: 100%;
  height: 650px;
}
.featured-video-block .featured-video-trigger .featured-video-thumbnail {
  height: 650px;
}
@media screen and (max-width: 1000px) {
  .featured-video-block .featured-video-trigger {
    max-height: 500px;
  }
  .featured-video-block .featured-video-trigger iframe {
    height: 500px;
  }
  .featured-video-block .featured-video-trigger .featured-video-thumbnail {
    height: 500px;
  }
}
@media screen and (max-width: 550px) {
  .featured-video-block .featured-video-trigger {
    max-height: 350px;
  }
  .featured-video-block .featured-video-trigger iframe {
    height: 350px;
  }
  .featured-video-block .featured-video-trigger .featured-video-thumbnail {
    height: 350px;
  }
}
.featured-video-block .button {
  margin-bottom: 0;
}
.modal-video {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  max-width: 1120px;
  width: 90%;
  z-index: 9999;
  -webkit-transform: translateX(-9999px);
      -ms-transform: translateX(-9999px);
          transform: translateX(-9999px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0s linear 0.5s;
  transition: opacity 0.5s ease, -webkit-transform 0s linear 0.5s;
  transition: transform 0s linear 0.5s, opacity 0.5s ease;
  transition: transform 0s linear 0.5s, opacity 0.5s ease, -webkit-transform 0s linear 0.5s;
  opacity: 0;
}
.modal-video.active-modal {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0s linear;
  transition: opacity 0.5s ease, -webkit-transform 0s linear;
  transition: transform 0s linear, opacity 0.5s ease;
  transition: transform 0s linear, opacity 0.5s ease, -webkit-transform 0s linear;
}
.modal-video .close-modal {
  position: absolute;
  display: block;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.modal-video .close-modal svg {
  width: 40px;
}
.modal-video .close-modal:hover {
  background-color: transparent;
  -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.modal-video::before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(243, 248, 250, 0.6);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.modal-video .modal-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 4px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 12px 1px rgba(173, 226, 93, 0.2);
          box-shadow: 0 0 12px 1px rgba(173, 226, 93, 0.2);
  background-color: #ade25d;
  z-index: 2;
}
.modal-video .responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.modal-video .responsive-iframe::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.modal-video .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal-video iframe {
  border: 0;
  border-radius: 4px;
}
/* Reference
@bp-larger-than-mobile: 400px;
@bp-larger-than-phablet: 550px;
@bp-larger-than-tablet: 768px;
@bp-larger-than-desktop: 1000px;
@bp-larger-than-desktophd: 1200px;
*/
.signoff-call-to-action-block .signoff-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.signoff-call-to-action-block .signoff-col.primary-bckg .img-wrap {
  border-color: #fff;
}
.signoff-call-to-action-block .signoff-col.primary-bckg .accent-btn {
  border-color: #ade25d;
}
.signoff-call-to-action-block .signoff-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .signoff-call-to-action-block .signoff-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .signoff-call-to-action-block .signoff-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.signoff-call-to-action-block .signoff-card {
  position: relative;
  padding: 60px 30px;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .signoff-call-to-action-block .signoff-card {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .signoff-call-to-action-block .signoff-card {
    height: 100%;
    padding: 80px 40px 120px;
  }
}
.signoff-call-to-action-block .signoff-card .img-wrap {
  position: relative;
  display: block;
  width: 100px;
  margin: 0 auto 30px;
  background: #f3f8fa;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid #227d8e;
}
.signoff-call-to-action-block .signoff-card .img-wrap::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.signoff-call-to-action-block .signoff-card .img-wrap img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
.signoff-call-to-action-block .signoff-card p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .signoff-call-to-action-block .signoff-card p:last-of-type {
    margin-bottom: 30px;
  }
}
.signoff-call-to-action-block .signoff-card .button {
  margin-top: 30px;
  margin-bottom: 0;
  width: 220px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .signoff-call-to-action-block .signoff-card .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
    margin-top: 0;
  }
}
.text-icon-list-block {
  background-color: #227d8e;
  padding: 50px 0;
  color: white;
}
.text-icon-list-block h2.underlined-heading {
  color: white;
  font-size: 36px;
  background-image: url('../img/title-icon-white.png');
}
.text-icon-list-block .icon-list-grid.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 2rem;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-text {
  margin-top: 10px;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .placeholder-img {
  outline: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  height: 300px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  .text-icon-list-block .icon-list-grid.two-columns .icon-list-item .placeholder-img {
    height: auto;
  }
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger {
  outline: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  height: 300px;
  display: block;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/zoom.png) no-repeat;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -16px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger:hover::before {
  background-color: rgba(34, 125, 142, 0.5);
}
.text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger:hover::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: -16px;
}
@media screen and (max-width: 550px) {
  .text-icon-list-block .icon-list-grid.two-columns .icon-list-item .icon-gallery-trigger {
    height: auto;
  }
}
.text-icon-list-block .icon-list-grid.two-columns .full-width-text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .text-icon-list-block .icon-list-grid.two-columns {
    grid-template-columns: 1fr;
  }
}
.text-gallery-section {
  padding: 10rem 4rem;
}
.text-gallery-section .text-wrapper h2.underlined-heading {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 36px;
}
.text-gallery-section .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.text-gallery-section .card-wrapper .gallery-with-text .inner-spacing {
  padding: 4rem;
}
.text-gallery-section .card-wrapper .gallery-with-text .inner-spacing .builder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .text-gallery-section .card-wrapper .gallery-with-text .inner-spacing .builder-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .text-gallery-section .card-wrapper .gallery-with-text .inner-spacing {
    padding: 2rem;
  }
}
.text-gallery-section .card-wrapper .gallery-with-text .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.text-gallery-section .card-wrapper .gallery-with-text .left-content .content-inner h2.underlined-heading {
  text-align: left;
  font-size: 36px;
  background: none;
  padding: 0;
  margin: 0;
}
.text-gallery-section .card-wrapper .gallery-with-text .left-content .content-inner .blue-label {
  color: #227d8e;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.text-gallery-section .card-wrapper .gallery-with-text .left-content .content-inner .text {
  margin-top: 1rem;
  line-height: 1.6;
}
.text-gallery-section .card-wrapper .gallery-with-text .left-content .button {
  margin-top: 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .swiper-wrapper {
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .gallery-slider-buttons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .gallery-slider-buttons .swiper-button-prev,
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .gallery-slider-buttons .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #227d8e;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
  bottom: 0;
}
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .gallery-slider-buttons .swiper-button-prev::after,
.text-gallery-section .card-wrapper .gallery-with-text .right-gallery .gallery-slider-buttons .swiper-button-next::after {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 40px;
}
.text-gallery-section .card-wrapper .gallery-with-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .text-gallery-section {
    padding: 10rem 2rem;
  }
}
.gallery-block {
  padding: 60px 20px;
}
.gallery-block__heading {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-block__heading h2 {
  line-height: 1.3;
  font-size: 36px;
}
.gallery-block .gallery-slider .slick-prev {
  left: -40px;
}
.gallery-block .gallery-slider .slick-next {
  right: -40px;
}
.gallery-block .gallery-slider .slick-slide {
  margin: 10px;
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link {
  outline: none;
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/zoom.png) no-repeat;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -16px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link:hover::before {
  background-color: rgba(34, 125, 142, 0.5);
}
.gallery-block .gallery-slider .slick-slide a.lightbox-link:hover::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: -16px;
}
@media (max-width: 768px) {
  .gallery-block .gallery-block {
    padding: 4rem 2rem;
  }
}
.advanced-content-block {
  margin-top: 3rem !important;
  padding: 4rem 3rem;
}
.advanced-content-block .__heading {
  font-size: 36px;
}
.advanced-content-block.primary-blue {
  background-color: #227D8E;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
}
.advanced-content-block.primary-blue h1,
.advanced-content-block.primary-blue h2,
.advanced-content-block.primary-blue h3,
.advanced-content-block.primary-blue h4,
.advanced-content-block.primary-blue h5,
.advanced-content-block.primary-blue h6,
.advanced-content-block.primary-blue p,
.advanced-content-block.primary-blue li {
  color: white;
}
.advanced-content-block.sky {
  background-color: #F3F8FA;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
}
.advanced-content-block.light-grey {
  background-color: #F9F9F9;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
}
.advanced-content-block .get-in-touch_form .gfield label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.advanced-content-block .get-in-touch_form .gfield input[type="text"],
.advanced-content-block .get-in-touch_form .gfield input[type="email"] {
  border-radius: 8px;
  background-color: #f3f8fa;
  border: solid 1px #A6C9D1;
  padding: 10px;
  letter-spacing: normal;
  font-size: 1.8rem;
  height: 52px;
  margin-top: 0;
}
.advanced-content-block .get-in-touch_form .gfield textarea {
  border-radius: 8px;
  background-color: #f3f8fa;
  border: solid 1px #A6C9D1;
  padding: 10px;
  letter-spacing: normal;
  font-size: 1.8rem;
}
.advanced-content-block .get-in-touch_form .gform-footer {
  text-align: center;
}
.advanced-content-block .get-in-touch_form .gform-footer input[type="submit"] {
  background-color: #ADE25D;
  font-weight: 600;
  color: black;
  font-size: 16px;
  border-radius: 6px;
  padding: 15px 30px;
}

/*# sourceMappingURL=../maps/theme.css.map */
