/*!
Theme Name:             Noblelife New Norfolk
Theme URI:              http://stormbox.com.au
Version:                5.2.63
Author:                 Stormbox
Author URI:             https://stormbox.com.au
Description:            WordPress theme for Stormbox web sites.
License:                Proprietary
License URI:            https://stormbox.com.au
*/
/* 
    Colours
*/
/* 
    Effects
*/
/* 
    Typography
    Include the appropriate font weights below.

    Google fonts can be set in functions.php in the google_fonts() function.
*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
  2. Remove default margin
*/
* {
  margin: 0; }

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit; }

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate; }

/* 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%;
  /* Image does not overflow the content area */
  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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-size: 1.2em;
  font-weight: 800; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

ul, li {
  margin: 0;
  padding: 0; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* 
    Flex Mixins.
    Apply these to the container element
    Note: CSS columns have no effect on a flex container
*/
/* 
    Vertical alignments
*/
/*
 * Critical styles shared between main and critical stylesheets
 */
/* 
    Colours
*/
/* 
    Effects
*/
/* 
    Typography
    Include the appropriate font weights below.

    Google fonts can be set in functions.php in the google_fonts() function.
*/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* 
    Flex Mixins.
    Apply these to the container element
    Note: CSS columns have no effect on a flex container
*/
/* 
    Vertical alignments
*/
/*
    Move global styles here after completing initial site build
*/
html {
  margin-top: 0px !important; }
  html.disable-scrolling {
    overflow: hidden; }

div#wpadminbar {
  display: none; }

/* Global - modularize global styles after initial site build
-----------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: "Crimson Text", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding: 60px 0 0 0;
  background-color: #F7F7F7;
  text-wrap: balance; }
  @media (min-width: 960px) {
    body {
      padding: 0px 0 0 0; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0px !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* Typography
-----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, a, li {
  text-wrap: pretty; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "Crimson Text", sans-serif;
  line-height: 1em;
  font-weight: 600; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit; }

h1 {
  font-size: 4em;
  margin: 0 0 25px 0; }
  @media (min-width: 960px) {
    h1 {
      font-size: 3.6em; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 4em;
      margin-bottom: 10px; } }

h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0; }

h2 {
  font-size: 5em;
  color: #2E3547; }
  @media (min-width: 960px) {
    h2 {
      font-size: 5em; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 3.6em;
      text-wrap: balance;
      margin-bottom: 10px; } }

h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 10px; }
  @media (min-width: 960px) {
    h3 {
      font-size: 2.5em;
      margin-bottom: 0px; } }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 0.9em; }

p {
  margin: 25px 0;
  font-size: 1.8em; }
  p:first-child {
    margin: 0 0 25px 0; }
  p:last-child {
    margin: 25px 0 0 0; }
  p a {
    color: #000; }

ul, ol {
  margin: 25px; }
  ul li, ol li {
    font-size: 1.6em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }
    ul li a, ol li a {
      color: #000; }

main#content ul li {
  position: relative;
  padding: 5px 0px;
  font-size: 20px; }

small {
  font-size: 1.1em; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

/* Containers
-----------------------------------------------------------------------*/
.main-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 960px) {
    .main-container {
      position: relative;
      width: 100%;
      max-width: 2000px;
      margin: 0 auto; } }

.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 25px; }
  @media (min-width: 960px) {
    .container {
      position: relative;
      display: block;
      max-width: 1600px;
      margin: 0 auto;
      z-index: 99;
      padding: 80px 0; } }

.container-sm {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 25px; }
  @media (min-width: 960px) {
    .container-sm {
      position: relative;
      display: block;
      max-width: 1400px;
      margin: 0 auto;
      z-index: 99;
      padding: 80px 0; } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Classes
-----------------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.clear {
  clear: both; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-container {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.flex-boxes {
  display: block; }
  @media (min-width: 960px) {
    .flex-boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

.rounded-2 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.rounded-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.rounded-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.rounded-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.rounded-30 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.edit {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99999999;
  width: 30px;
  height: 30px;
  background: #00bcd4;
  padding: 7px;
  border-radius: 3px; }
  @media (min-width: 960px) {
    .edit {
      top: 65px; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.skip-links ul {
  margin: 0;
  padding: 0; }

.skip-links li {
  height: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0; }

.screen-reader-text,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
  /*
     * Extends visually-hidden to allow the element
     * to be focusable when navigated to via the keyboard:
     * https://www.drupal.org/node/897638
     */ }
  .screen-reader-text:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:active,
  .screen-reader-shortcut:focus,
  .screen-reader-shortcut.focusable:active,
  .screen-reader-shortcut.focusable:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }
  .screen-reader-text:focus,
  .screen-reader-shortcut:focus {
    background: #fff;
    color: #333;
    display: block;
    font-size: 1rem;
    padding: 15px 23px 14px;
    text-decoration: none;
    z-index: 100000;
    /* Above WP toolbar. */ }

.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #2E3547;
  z-index: 99999;
  /* Mobile Nav (defaults) */
  /* Desktop Nav (over-rides) */ }
  .header .logo {
    height: 60px;
    display: block; }
  .header .logo img {
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 25px; }
  .header nav {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: calc(100% - 120px);
    max-width: 350px;
    height: 100%;
    background: #2E3547;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 999999; }
    .header nav ul {
      margin: 0; }
    .header nav.show {
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 999999; }
    .header nav li {
      list-style: none;
      font-size: 1.8em;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 980px) {
        .header nav li {
          margin: 10px 5px; } }
      .header nav li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px; }
        .header nav li span svg {
          color: white; }
      .header nav li ul {
        margin: 20px;
        border-left: solid 3px #fff;
        padding: 0 0 0 20px; }
        .header nav li ul li {
          font-size: 1em; }
      .header nav li.social {
        display: inline-block;
        margin-left: 10px; }
      .header nav li .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .header nav li.social {
        display: inline-block;
        margin-left: 10px; }
      .header nav li .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .header nav li .social {
        display: inline-block; }
    .header nav a {
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      color: #fff;
      font-weight: bold; }
  @media (min-width: 960px) {
    .header {
      height: 120px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      z-index: 9999; }
      .header.sticky {
        background-color: #2E3547; }
      .header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 1600px;
        margin: auto; }
      .header .container {
        height: 100%;
        max-width: 1300px; }
      .header .logo {
        font-size: 0;
        padding: 0;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 99991;
        background-color: #2E3547;
        padding-inline: 30px; }
        .header .logo img {
          height: 90px;
          display: block;
          position: relative;
          top: auto;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          position: relative;
          left: auto; }
      .header nav {
        position: relative;
        height: 100%;
        max-width: 100%;
        z-index: 9999;
        background: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .header ul {
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: "Crimson Text", sans-serif;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .header ul > li {
          list-style: none;
          font-size: 1em;
          display: block;
          height: 100%;
          padding: 2.7rem 0; }
          .header ul > li.home a {
            padding-bottom: 5px; }
          .header ul > li.social a {
            padding-inline: 10px; }
          .header ul > li.social svg {
            width: 24px;
            height: 20px; }
          .header ul > li.social:hover a {
            border: none !important; }
            .header ul > li.social:hover a span svg {
              stroke: #BDB285; }
          .header ul > li.home span span {
            display: none; }
          .header ul > li.phone-btn {
            background-color: white;
            padding: 5px 10px;
            border-radius: 8px;
            margin-left: 20px; }
            .header ul > li.phone-btn .menu-item-mega {
              position: relative; }
              .header ul > li.phone-btn .menu-item-mega .title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px; }
              .header ul > li.phone-btn .menu-item-mega .description {
                position: absolute;
                font-size: 17px;
                text-align: center;
                width: 100%;
                top: -2rem;
                color: white; } }
            @media (min-width: 960px) and (max-width: 1365px) {
              .header ul > li.phone-btn .menu-item-mega .description {
                font-size: 15px; } }
  @media (min-width: 960px) {
            .header ul > li.phone-btn:hover {
              background-color: #2E3547; }
              .header ul > li.phone-btn:hover a {
                border: none;
                color: white; }
                .header ul > li.phone-btn:hover a span svg {
                  stroke: #BDB285; }
            .header ul > li.phone-btn a {
              padding: 0px;
              color: #2E3547;
              text-shadow: none !important; }
            .header ul > li.phone-btn span {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              gap: 10px; }
              .header ul > li.phone-btn span svg {
                width: 24px;
                height: 20px;
                color: #2E3547;
                stroke: #2E3547; }
          .header ul > li a {
            position: relative;
            text-decoration: none;
            font-size: 2.0em;
            color: white;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            padding: 0 20px;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; } }
        @media (min-width: 960px) and (max-width: 1440px) {
          .header ul > li a {
            padding: 0 15px; } }
  @media (min-width: 960px) {
          .header ul > li ul {
            opacity: 0;
            visibility: hidden;
            padding: 0;
            position: absolute;
            -webkit-transition-property: opacity , visibility;
            -o-transition-property: opacity , visibility;
            transition-property: opacity , visibility;
            -webkit-transition-duration: .1s;
            -o-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            margin: 0;
            border-left: none;
            margin-top: 2.7rem;
            background: white;
            height: auto;
            width: 400px;
            border-radius: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-inline: 10px; }
            .header ul > li ul li {
              height: auto;
              max-width: 800px;
              background-color: white;
              padding: 15px 8px;
              width: 100%;
              opacity: 0;
              -webkit-transition-property: opacity;
              -o-transition-property: opacity;
              transition-property: opacity;
              -webkit-transition-duration: .2s;
              -o-transition-duration: .2s;
              transition-duration: .2s;
              -webkit-transition-timing-function: ease-in;
              -o-transition-timing-function: ease-in;
              transition-timing-function: ease-in; }
              .header ul > li ul li a {
                text-shadow: none !important; }
              .header ul > li ul li:hover a {
                opacity: 0.8; }
              .header ul > li ul li .menu-item-mega {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                .header ul > li ul li .menu-item-mega .images {
                  width: 50px; }
                  .header ul > li ul li .menu-item-mega .images img {
                    padding: 10px; }
              .header ul > li ul li.stage {
                padding: 15px 25px 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                max-width: 800px; }
                .header ul > li ul li.stage a {
                  padding: 0; }
                  .header ul > li ul li.stage a .menu-item-mega {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    gap: 20px;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start; }
                    .header ul > li ul li.stage a .menu-item-mega .images {
                      width: 50px;
                      outline: 1px solid #BDB285;
                      outline-offset: -4px;
                      border-radius: 8px; }
                      .header ul > li ul li.stage a .menu-item-mega .images img {
                        padding: 10px; }
                    .header ul > li ul li.stage a .menu-item-mega .title {
                      font-size: 1.3em;
                      line-height: 1em; }
                    .header ul > li ul li.stage a .menu-item-mega .sold {
                      font-size: 1em; }
              .header ul > li ul li.display {
                background-color: #2E3547;
                outline: 1px solid #BDB285;
                outline-offset: -10px;
                max-width: 800px;
                width: 100%; }
                .header ul > li ul li.display a {
                  color: white;
                  cursor: auto; }
                  .header ul > li ul li.display a .title {
                    font-size: 1.3em; }
                  .header ul > li ul li.display a .description {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding-bottom: 10px; }
                    .header ul > li ul li.display a .description p {
                      font-size: 12px;
                      opacity: 0.8;
                      max-width: 400px;
                      margin-bottom: 0px; }
                    .header ul > li ul li.display a .description span {
                      background-color: white;
                      padding: 8px 10px;
                      color: black;
                      cursor: pointer; }
                      .header ul > li ul li.display a .description span:hover {
                        color: white;
                        background-color: #2E3547; }
                .header ul > li ul li.display:hover a {
                  opacity: 1 !important; }
            .header ul > li ul a {
              display: block;
              color: black;
              width: 100%;
              border-color: transparent !important; }
          .header ul > li.menu-item-has-children {
            position: relative; }
            .header ul > li.menu-item-has-children:before {
              opacity: 0;
              -webkit-transition: opacity .1s ease-in;
              -o-transition: opacity .1s ease-in;
              transition: opacity .1s ease-in;
              -webkit-transform: translate(-50%, 10px);
              -ms-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px);
              content: "";
              background: white;
              height: 33px;
              width: 33px;
              display: block;
              position: absolute;
              bottom: 0.61rem;
              left: 50%;
              -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
              clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
            .header ul > li.menu-item-has-children:hover:before {
              opacity: 1; }
          .header ul > li:hover ul {
            opacity: 1;
            visibility: visible; }
            .header ul > li:hover ul li {
              opacity: 1; }
              .header ul > li:hover ul li a {
                padding: 0 0px; }
              .header ul > li:hover ul li:hover a {
                border-bottom: #BDB285 2px solid !important; }
          .header ul > li svg {
            width: 13px;
            height: 12px; }
        .header ul li a {
          border-bottom: transparent 2px solid; }
        .header ul li:hover a {
          border-bottom: #BDB285 2px solid; } }
  @media (max-width: 1590px) and (min-width: 1278px) {
    .header ul > li a {
      padding: 0 10px;
      font-size: 1.8em; } }
  @media (max-width: 1278px) and (min-width: 1161px) {
    .header ul > li a {
      padding: 0 10px;
      font-size: 1.5em; } }
  @media (max-width: 1161px) {
    .header ul > li a {
      padding: 0 5px;
      font-size: 1.5em; }
    .header ul > li.phone-btn {
      margin-left: 10px; }
    .header ul > li.social a {
      padding-inline: 5px; } }
  @media (max-width: 1300px) and (min-width: 960px) {
    .header ul > li.social {
      display: none; } }
  @media (max-width: 1055px) and (min-width: 960px) {
    .header .logo img {
      height: 70px; } }

/* Nav toggle */
.toggle-nav {
  background: #000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999; }
  @media (min-width: 960px) {
    .toggle-nav {
      display: none; } }
  .toggle-nav .bar-01,
  .toggle-nav .bar-02,
  .toggle-nav .bar-03 {
    background: #fff;
    position: absolute;
    display: block;
    height: 3px;
    width: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 15px;
    border-radius: 5px; }
  .toggle-nav .bar-01 {
    position: absolute;
    top: 18px; }
  .toggle-nav .bar-02 {
    top: calc(50% - 1.5px); }
  .toggle-nav .bar-03 {
    position: absolute;
    bottom: 18px; }
  .toggle-nav.active {
    background: #000; }
    .toggle-nav.active .bar-01, .toggle-nav.active .bar-03 {
      position: absolute;
      left: 12px;
      width: 20px; }
    .toggle-nav.active .bar-01 {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 22.5px; }
    .toggle-nav.active .bar-03 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 35px; }

.ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  right: 60px;
  height: 60px; }
  .ctas a {
    text-decoration: none;
    font-size: 1.5em;
    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;
    width: 60px;
    height: 60px; }
    .ctas a svg {
      color: white; }
  .ctas .toggle-search {
    background: rgba(46, 53, 71, 0.2); }
  .ctas .mail {
    background: rgba(46, 53, 71, 0.15); }
  .ctas .call {
    background: rgba(46, 53, 71, 0.1); }
  @media (min-width: 960px) {
    .ctas {
      display: none; } }

@media (max-width: 960px) {
  .menu-item-mega .images {
    display: none; }
  .header nav {
    max-width: 300px; }
  .header ul > li a {
    font-size: 1em; }
  .menu-item-mega .description, .stage .sold {
    display: none; }
  li.menu-item-has-children > a {
    opacity: 0.8; }
  .header nav li ul {
    padding: 0 0 0 0px;
    margin: 10px; }
  .menu-item-mega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu-item-mega .images {
      width: 50px;
      padding: 5px; }
    .menu-item-mega > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .current_page_item a {
    color: #BDB285 !important; }
  .stage .menu-item-mega .images {
    background: none !important; } }

.video-hero {
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  max-height: 44rem;
  overflow: hidden; }
  .video-hero .video-container {
    padding: 0 0 61.25% 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000; }
    .video-hero .video-container #yt-player {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      /* Make slightly bigger so that the YouTube branding is out of view */
      opacity: .8; }
      @media (max-width: 980px) {
        .video-hero .video-container #yt-player {
          -webkit-transform: scale(2.8);
          -ms-transform: scale(2.8);
          transform: scale(2.8); } }

.banner {
  position: relative; }
  .banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000001a;
    background-blend-mode: multiply;
    position: absolute;
    z-index: 5; }
  @media (max-width: 980px) {
    .banner:before {
      background: #00000054; }
    .banner img {
      min-height: 300px;
      -o-object-fit: cover;
      object-fit: cover; } }

.banner .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1em;
  z-index: 100; }
  .banner .content a {
    display: inline-block;
    margin-top: 10px; }
  .banner .content h1, .banner .content h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white; }
  @media (min-width: 960px) {
    .banner .content h2 {
      font-size: 5em; }
    .banner .content h1 {
      font-size: 7em; } }

.search-form {
  width: 260px;
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  background: rgba(46, 53, 71, 0.3);
  width: 100%;
  padding: 20px;
  display: none;
  border-bottom-left-radius: 30px;
  z-index: 99991; }
  .search-form input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search-form.show {
    display: block; }
  @media (min-width: 960px) {
    .search-form {
      top: 0;
      right: 50px;
      background: none;
      padding: 0;
      width: auto;
      height: 100%;
      display: block;
      width: 200px; } }
  .search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%; }
  .search-form input {
    height: 40px;
    border: none;
    background: #fff;
    border-top-left-radius: 100em;
    border-bottom-left-radius: 100em;
    width: calc(100% - 40px);
    padding: 0 0 0 15px;
    outline: 0;
    font-size: 1.6em; }
    @media (min-width: 960px) {
      .search-form input {
        width: calc(100% - 50px);
        background: #f1f1f1; } }
  .search-form button {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    border-top-right-radius: 100em;
    border-bottom-right-radius: 100em;
    outline: 0; }
    @media (min-width: 960px) {
      .search-form button {
        width: 50px;
        background: #f1f1f1; } }
    .search-form button svg {
      width: 20px;
      height: 20px; }

.toggle-search {
  width: 60px;
  height: 60px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .toggle-search svg {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 20px;
    height: 20px; }
  .toggle-search .feather-search {
    display: block; }
    .toggle-search .feather-search.show {
      display: block; }
  .toggle-search .feather-x {
    display: none; }
    .toggle-search .feather-x.show {
      display: block; }
  .toggle-search.active {
    background: rgba(46, 53, 71, 0.3); }
  @media (min-width: 960px) {
    .toggle-search {
      display: none; } }

/*
    'Link' type buttons

    Example usage
    <a href="" class="button-link inline brand-colour-02 uppercase">
        This is a button
    </a>
*/
.button-link {
  text-decoration: none;
  font-size: 1.6em;
  position: relative;
  font-weight: 700;
  color: #000; }
  .button-link::after {
    content: '';
    display: block;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: -2px;
    width: 100%; }

a.light-btn {
  font-size: 3.3em;
  color: #2E3547;
  background-color: white;
  text-decoration: none;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  outline: 1px solid #BDB285;
  outline-offset: -8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a.light-btn:hover {
    color: white;
    background-color: #2E3547; }
  @media (max-width: 980px) {
    a.light-btn {
      font-size: 2.3em;
      outline-offset: -5px;
      padding: 15px 25px; } }
  @media (max-width: 767px) {
    a.light-btn {
      font-size: 2em; } }

.dark-btn {
  font-size: 2.8em;
  color: white;
  background-color: #2E3547;
  text-decoration: none;
  padding: 10px 45px;
  border-radius: 8px;
  position: relative;
  outline: 1px solid #BDB285;
  outline-offset: -8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .dark-btn:hover {
    color: #2E3547;
    background-color: white; }
  @media (max-width: 980px) {
    .dark-btn {
      font-size: 2.3em;
      outline-offset: -5px;
      padding: 8px 25px; } }
  @media (max-width: 767px) {
    .dark-btn {
      font-size: 2em; } }

/*
    Standard card presentation
*/
.card {
  display: block;
  padding: 25px; }

.content.archive .inner-hero-container.internal img {
  height: 380px; }

.home .inner-hero-container.internal img {
  height: 380px; }

.inner-hero-container {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
  /* Gradient - starts a gradient from the bottom of the hero, moving upwards */ }
  @media (min-width: 960px) {
    .inner-hero-container h1.banner_title {
      font-size: 8em !important; } }
  .inner-hero-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33); }
  .inner-hero-container .fade {
    width: 100%;
    height: 8rem;
    position: absolute;
    bottom: 0;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(90%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
    background: -o-linear-gradient(bottom, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(0deg, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
    z-index: 1; }
  .inner-hero-container h1.banner_title {
    position: absolute;
    top: 10rem;
    left: 10rem;
    color: white;
    z-index: 1;
    font-size: 5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .inner-hero-container .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 1em;
    z-index: 100; }
    .inner-hero-container .content a {
      display: inline-block;
      margin-top: 10px; }
    @media (min-width: 960px) {
      .inner-hero-container .content h2 {
        font-size: 5em; } }
  .inner-hero-container img {
    display: block;
    width: 100%; }
  .inner-hero-container.internal img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 980px) {
    .inner-hero-container img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 350px; }
    .inner-hero-container h1.banner_title {
      position: absolute;
      top: 8rem;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      color: white;
      z-index: 1;
      font-size: 5em;
      width: 100%;
      text-align: center; }
    .inner-hero-container .popup {
      width: 90%; } }

/*
    Presentation for footer.
*/
footer {
  background: #2E3547; }
  footer .container {
    padding: 35px 25px 55px 25px; }
  footer .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .top-footer a.logo {
      width: 270px;
      height: auto; }
    footer .top-footer nav ul {
      margin: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .top-footer nav li {
      list-style: none;
      font-weight: bold; }
      footer .top-footer nav li.social a {
        padding-inline: 5px; }
      footer .top-footer nav li.social svg {
        width: 24px;
        height: 20px; }
      footer .top-footer nav li a {
        color: white;
        display: block;
        padding: 10px;
        font-size: 20px; }
        footer .top-footer nav li a:hover {
          opacity: 0.8; }
        footer .top-footer nav li a span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          footer .top-footer nav li a span svg {
            width: 24px;
            height: 20px;
            color: white; }
      @media (max-width: 980px) {
        footer .top-footer nav li.hide {
          display: none; }
        footer .top-footer nav li.social svg {
          height: 20px; }
        footer .top-footer nav li a {
          font-size: 20px;
          line-height: 0; } }
    footer .top-footer nav a {
      text-decoration: none; }
    footer .top-footer nav .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 20px 0; }
      footer .top-footer nav .social a {
        display: block;
        position: relative;
        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; }
      footer .top-footer nav .social svg, footer .top-footer nav .social img {
        width: auto;
        height: 38px;
        margin: 0 0 0 15px; }
        @media (min-width: 960px) {
          footer .top-footer nav .social svg, footer .top-footer nav .social img {
            height: 25px; } }
      @media (max-width: 980px) {
        footer .top-footer nav .social {
          margin: 0px 0; } }
    @media (max-width: 980px) {
      footer .top-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  footer .middle-footer {
    text-align: center;
    color: #DEDEDE;
    font-size: 1.5em; }
    @media (max-width: 980px) {
      footer .middle-footer {
        padding-bottom: 35px; } }
  footer .bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .bottom-footer span.legal {
      color: #DEDEDE;
      font-size: 1.5em; }
  footer div[itemtype="https://schema.org/LocalBusiness"] {
    margin: 25px 0 0 0; }
    footer div[itemtype="https://schema.org/LocalBusiness"] p {
      font-size: 1.4em;
      margin: 20px 0 0 0; }
    @media (max-width: 980px) {
      footer div[itemtype="https://schema.org/LocalBusiness"] {
        margin: 0px 0 0 0; } }
  footer .business strong {
    display: block;
    margin: 0 0 20px 0;
    font-size: 1.4em;
    font-weight: normal; }
  footer .stormbox img {
    display: block;
    width: 80px;
    margin: 0 auto; }
  footer .btt {
    width: 70px;
    height: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    padding: 25px; }
    @media (min-width: 960px) {
      footer .btt {
        left: auto;
        right: 0;
        bottom: 0;
        width: 60px; } }
    footer .btt:hover {
      background: rgba(255, 255, 255, 0.5); }
    footer .btt svg {
      position: absolute;
      top: 10px;
      left: calc(50% - 12.5px);
      width: 25px;
      height: 25px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      fill: #ff5722; }
      @media (min-width: 960px) {
        footer .btt svg {
          top: 12px;
          left: calc(50% - 12.5px); } }

table tr, table td {
  padding: 7px; }

table tr th {
  background: #2E3547;
  color: #fff;
  text-align: left;
  /* Uncomment if you prefer traditional table style
            border-left: solid 1px #f1f1f1;
            border-bottom: solid 1px #f1f1f1;
            */ }

table td {
  border-bottom: solid 1px #f1f1f1;
  /* Uncomment if you prefer traditional table style
        border-left: solid 1px #f1f1f1;
        border-right: solid 1px #f1f1f1;
        */ }

/*
    This element is automatically injected with jQuery (see functions.php)
    but only on small screens.
*/
.table-scroll {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*
    SCSS Form Reset Helpers
    https://gist.github.com/anthonyshort/552543
*/
/* Reset The Form Elements */
  ::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none; }

/*
    IMPORTANT: Make sure 'Output Default CSS' is disabled in Gravity Forms settings.
*/
/* 
    Stormbox Specific Generic Styles.
    Unless you need to do something specific, you probably
    don't need to touch anything below. But you can of course.
*/
.gform_wrapper {
  /* Validation errors */
  /* Name fields */
  /* Address field */
  /* Radio Buttons */
  /* Checkboxes */
  /* File upload */
  /* Submit button */
  /* Honeypot */ }
  .gform_wrapper .gform_heading {
    display: none; }
    .gform_wrapper .gform_heading p:last-child {
      margin: 20px 0; }
  .gform_wrapper .gform_validation_errors,
  .gform_wrapper .validation_message {
    color: #f47f36;
    font-weight: bold; }
    .gform_wrapper .gform_validation_errors h2,
    .gform_wrapper .validation_message h2 {
      font-size: 1.5em; }
  .gform_wrapper fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=email],
  .gform_wrapper input[type=password],
  .gform_wrapper textarea,
  .gform_wrapper select {
    width: 100%;
    border: none;
    border-bottom: solid 2px #2E3547;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent; }
  .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:focus-visible,
  .gform_wrapper input[type=email]:focus,
  .gform_wrapper input[type=email]:focus-visible,
  .gform_wrapper input[type=password]:focus,
  .gform_wrapper input[type=password]:focus-visible,
  .gform_wrapper textarea:focus,
  .gform_wrapper textarea:focus-visible {
    outline: none; }
  .gform_wrapper textarea {
    height: 120px;
    border: solid 2px #2E3547;
    padding: 10px 10px !important; }
  .gform_wrapper select {
    font-size: 1.5em;
    padding: 10px 0px; }
  .gform_wrapper label,
  .gform_wrapper legend {
    font-size: 2em;
    display: block;
    font-weight: bold;
    text-wrap: pretty; }
  .gform_wrapper .gfield_description {
    font-size: 1.5em; }
  .gform_wrapper .gfield_required_text,
  .gform_wrapper .gfield_required_asterisk {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #f47f36; }
  .gform_wrapper .gfield_required_asterisk {
    font-size: 1.2em; }
  .gform_wrapper .medium,
  .gform_wrapper .large,
  .gform_wrapper input[type="text" i] {
    padding: 10px 0px;
    font-size: 1.5em; }
  .gform_wrapper .gfield {
    display: block;
    margin: 25px 0; }
  .gform_wrapper .gfield--type-name .ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .gform_wrapper .gfield--type-name span {
    display: block;
    width: 100%; }
    @media (min-width: 960px) {
      .gform_wrapper .gfield--type-name span {
        width: 50%; } }
    @media (min-width: 960px) {
      .gform_wrapper .gfield--type-name span:nth-child(1) input {
        width: calc(100% - 15px); } }
  .gform_wrapper .gform-field-label--type-sub {
    font-weight: normal; }
  .gform_wrapper .gfield--type-address {
    margin: 25px 0; }
    .gform_wrapper .gfield--type-address .ginput_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .gfield--type-address span {
      width: 100%;
      display: block;
      margin: 10px 0; }
      @media (min-width: 960px) {
        .gform_wrapper .gfield--type-address span {
          width: 50%; } }
      .gform_wrapper .gfield--type-address span.address_line_1 input {
        width: 100%; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_line_1 input {
            width: calc(100% - 15px); } }
      .gform_wrapper .gfield--type-address span.address_city {
        width: 50%; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_city {
            width: 25%; } }
        .gform_wrapper .gfield--type-address span.address_city input {
          width: calc(100% - 15px); }
      .gform_wrapper .gfield--type-address span.address_state {
        width: 50%; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_state {
            width: 25%; } }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_state input {
            width: calc(100% - 15px); } }
      .gform_wrapper .gfield--type-address span.address_zip {
        width: 50%; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_zip {
            width: 15%; } }
        .gform_wrapper .gfield--type-address span.address_zip input {
          width: calc(100% - 15px); }
      .gform_wrapper .gfield--type-address span.address_country {
        width: 50%; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-address span.address_country {
            width: 35%; } }
        .gform_wrapper .gfield--type-address span.address_country input {
          width: 100%; }
  .gform_wrapper .gfield--type-radio .gfield_radio {
    margin: 10px 0; }
    .gform_wrapper .gfield--type-radio .gfield_radio div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .gfield--type-radio .gfield_radio input {
      margin: 0 4px 0 0; }
    .gform_wrapper .gfield--type-radio .gfield_radio label {
      font-weight: normal; }
  .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
    margin: 10px 0; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox input {
      margin: 0 4px 0 0; }
    .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
      font-weight: normal; }
  .gform_wrapper .gfield--type-captcha {
    display: block;
    width: 100%; }
  .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload {
    border: solid 2px #2E3547;
    display: inline-block;
    position: relative;
    border-radius: 3px; }
    .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
      background: rgba(46, 53, 71, 0.1);
      cursor: pointer;
      width: 100%;
      padding: 10px 15px 10px 55px; }
      @media (min-width: 960px) {
        .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
          width: auto;
          border-right: solid 2px #2E3547; } }
      .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"]::after {
        content: '';
        display: block;
        width: 44px;
        height: 36px;
        background: rgba(46, 53, 71, 0.1) url("images/file-plus.svg") no-repeat center;
        background-size: 20px;
        position: absolute;
        top: 0;
        left: 0; }
        @media (min-width: 960px) {
          .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type="file"]::after {
            height: 38px; } }
    .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gfield_description {
      width: 100%;
      text-align: center;
      display: inline-block;
      margin: 10px 0 0 0; }
      @media (min-width: 960px) {
        .gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gfield_description {
          margin: 0 20px;
          display: inline; } }
  .gform_wrapper .gform_footer {
    position: relative;
    display: block;
    -ms-flex-line-pack: center;
    align-content: center; }
    .gform_wrapper .gform_footer .gform-loader {
      display: inline-block;
      width: 48px;
      height: 48px;
      background: #2E3547 url("images/loading.svg") no-repeat center;
      background-size: 50%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      margin: 0 0 0 -5px; }
  .gform_wrapper .gform_button {
    font-size: 2.8em;
    color: white;
    background-color: #2E3547;
    text-decoration: none;
    padding: 15px 45px;
    border-radius: 8px;
    position: relative;
    outline: 1px solid #BDB285;
    outline-offset: -8px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
    border: none; }
    .gform_wrapper .gform_button:hover {
      color: #2E3547;
      background-color: #f7f7f7; }
  .gform_wrapper .gfield--type-honeypot {
    display: none; }

/* Date Picker 
------------------------------------------------------*/
.ui-datepicker {
  padding: 15px;
  display: none;
  background: #fff;
  height: auto;
  font-size: 1.3em;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999 !important;
  width: 340px;
  border-radius: 5px; }
  .ui-datepicker .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-year {
    padding: 3px;
    margin: 0 3px; }
  .ui-datepicker table {
    border-spacing: 0;
    border-collapse: collapse; }
  .ui-datepicker td {
    border-bottom: none;
    border-top: solid 1px #f1f1f1; }

.ui-datepicker a {
  text-decoration: none;
  color: #0c1722; }

.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  color: #2E3547;
  font-size: 1.1em;
  line-height: 30px;
  margin: 0 0 10px 0; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/date-picker/arrow.png");
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  margin: 0; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  opacity: 1; }

.ui-datepicker thead th {
  font-weight: normal;
  font-size: .7em;
  text-align: center; }

.ui-datepicker thead span {
  display: block; }

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  background: none; }
  .ui-datepicker th span {
    font-weight: bold;
    color: #000; }

.ui-datepicker tbody td {
  padding: 0;
  text-align: center; }

.ui-datepicker tbody td a:hover {
  background: rgba(6, 134, 224, 0.3) !important; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 2.8em;
  border: solid 1px #fff; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  border: solid 2px #2E3547 !important;
  color: #fff !important;
  background: #2E3547 !important; }

.ui-datepicker-calendar .ui-state-active:hover {
  background: #2E3547; }

.ui-datepicker-calendar .ui-state-highlight {
  background: rgba(20, 36, 43, 0.23); }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 35px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 35px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 35px;
  margin-bottom: 0; }

.ui-datepicker-today a {
  border: solid 1px rgba(0, 0, 0, 0) !important;
  color: #000 !important;
  background: rgba(0, 0, 0, 0.1) !important; }

.ui-datepicker tbody td a:hover {
  color: #000 !important;
  background: rgba(46, 53, 71, 0.1) !important; }

.ui-datepicker-week-end a {
  color: #2E3547; }

.ui-state-disabled {
  opacity: .3; }

.ui-state-disabled span {
  text-decoration: line-through; }

.note {
  font-size: 1.35em !important;
  line-height: 1.4em;
  padding: 10px;
  border: dashed 1px rgba(227, 6, 19, 0.3);
  background: rgba(227, 6, 19, 0.1);
  border-radius: 3px; }

.note strong {
  color: #e30613; }

.gfield.hidden_label label.gfield_label {
  display: none; }

.pull-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  opacity: 0; }
  .pull-quote > div {
    border-right: 2px solid #BDB285;
    padding-right: 20px; }
    .pull-quote > div img {
      width: 50px; }
  .pull-quote span {
    max-width: 430px;
    padding-left: 20px;
    font-size: 4em;
    font-weight: 600;
    line-height: 1em;
    color: #2E3547; }
  @media (max-width: 1440px) {
    .pull-quote {
      position: relative !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      left: auto !important;
      margin-top: 75px; }
      .pull-quote > div img {
        width: 50px; } }
  @media (max-width: 950px) {
    .pull-quote {
      opacity: 1 !important;
      margin-top: 25px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .pull-quote span {
        font-size: 2.8em; } }

.floating-image {
  position: absolute;
  background-color: white;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding: 10px;
  max-width: 350px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: #8080803b 0px 0px 50px;
  box-shadow: #8080803b 0px 0px 50px;
  opacity: 0; }
  .floating-image img {
    width: 350px;
    height: auto; }
  .floating-image span {
    text-align: center;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    font-size: 1.8em;
    font-style: italic;
    line-height: 1em; }
  @media (max-width: 950px) {
    .floating-image {
      left: 50% !important;
      right: auto !important;
      opacity: 1 !important; } }
  @media (max-width: 767px) {
    .floating-image {
      margin-top: 25px !important;
      margin-bottom: 25px !important;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100% !important;
      position: relative;
      -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
      transform: rotate(0) !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      top: auto !important;
      margin: auto; } }

.visible {
  opacity: 1 !important; }

@media (min-width: 980px) {
  .offscreen {
    opacity: 0; } }

h2.gform_submission_error.hide_summary {
  font-size: 2em !important; }

.text-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px; }
  @media (min-width: 960px) {
    .text-form {
      padding: 80px 0px 140px; }
      .text-form .content {
        width: 60%;
        padding-inline: 25px; }
      .text-form .form {
        width: 40%;
        padding: 65px 45px;
        margin-top: -150px; }
        .text-form .form h2 {
          font-size: 3.3em; } }
      @media (min-width: 960px) and (min-width: 960px) {
        .text-form .form h2 {
          font-size: 3.5em; } }
  .text-form .content {
    position: relative;
    padding-bottom: 20px; }
    .text-form .content .pull-quote {
      margin: auto;
      position: absolute;
      bottom: -220px;
      left: 100px; }
      .text-form .content .pull-quote span {
        max-width: 390px; }
    .text-form .content a.dark-btn {
      margin-top: 15px;
      display: inline-block; }
  .text-form .form {
    background-color: white;
    outline: 1px solid #BDB285;
    outline-offset: -20px;
    position: relative; }
    .text-form .form .floating-image {
      --rotation: 9deg;
      -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
      transform: rotate(9deg);
      left: -290px;
      bottom: -194px; }
      .text-form .form .floating-image span {
        max-width: 300px;
        text-align: center; }
      @media (max-width: 1900px) {
        .text-form .form .floating-image {
          left: -340px;
          bottom: -155px; } }
    .text-form .form div#field_1_5 {
      display: none; }
  @media (max-width: 1500px) and (min-width: 980px) {
    .text-form .pull-quote {
      left: 50px !important; } }
  @media (max-width: 1440px) {
    .text-form {
      padding: 80px 0px 80px; }
      .text-form .floating-image {
        display: none; }
      .text-form .pull-quote {
        padding-top: 50px; } }
  @media (max-width: 950px) {
    .text-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0px;
      padding: 25px; }
      .text-form .pull-quote {
        padding-top: 25px; }
      .text-form a.dark-btn {
        margin-top: 5px; }
      .text-form .form {
        outline-offset: -10px; }
        .text-form .form > div {
          padding: 25px; } }

.text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .text-image > div {
    width: 50%;
    position: relative; }
  .text-image#home {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .text-image#history {
    padding-top: 100px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .text-image#history .floating-image {
      -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
      transform: rotate(-9deg);
      bottom: -96px;
      right: -38px; }
      @media (max-width: 1756px) {
        .text-image#history .floating-image {
          right: 6px !important;
          left: auto !important;
          bottom: -50px;
          max-width: 300px; } }
      @media (max-width: 1392px) {
        .text-image#history .floating-image {
          right: -64px !important;
          left: auto !important;
          bottom: -110px; } }
      @media (max-width: 1211px) {
        .text-image#history .floating-image {
          right: 110px !important;
          left: auto !important;
          bottom: -281px; } }
      @media (max-width: 1024px) {
        .text-image#history .floating-image {
          right: 6px !important;
          left: auto !important;
          bottom: -20px; } }
    .text-image#history .image span {
      display: block;
      width: 70%;
      margin: auto;
      font-size: 1.6em; }
      @media (max-width: 1280px) {
        .text-image#history .image span {
          width: 90%; } }
  .text-image#mission-home {
    padding: 100px 0px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .text-image#mission-home .icons > div {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
      width: 80%; }
      .text-image#mission-home .icons > div > div {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 20px;
        padding: 20px 0px; }
        .text-image#mission-home .icons > div > div span {
          font-size: 2.5em; }
        .text-image#mission-home .icons > div > div img {
          max-height: 102px; }
          @media (max-width: 1400px) {
            .text-image#mission-home .icons > div > div img {
              width: 82px; } }
        .text-image#mission-home .icons > div > div:nth-last-child(1) {
          -ms-grid-column: 4;
          grid-column: 4 / 4; }
        .text-image#mission-home .icons > div > div:nth-last-child(2) {
          -ms-grid-column: 2;
          grid-column: 2 / 2; }
        .text-image#mission-home .icons > div > div:nth-last-child(3) {
          -ms-grid-column: 5;
          grid-column: 5 / 5; }
        .text-image#mission-home .icons > div > div:nth-last-child(4) {
          -ms-grid-column: 3;
          grid-column: 3 / 3; }
        .text-image#mission-home .icons > div > div:nth-last-child(5) {
          -ms-grid-column: 1;
          grid-column: 1 / 1; }
  .text-image#resort .floating-image {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
    bottom: -70px;
    right: 110px; }
  .text-image#resort .pull-quote {
    position: absolute;
    bottom: -190px;
    right: 50px; }
    @media (max-width: 1690px) {
      .text-image#resort .pull-quote {
        bottom: -110px; } }
  @media (max-width: 1021px) and (min-width: 980px) {
    .text-image#resort .floating-image {
      bottom: 10px; } }
  @media (max-width: 980px) {
    .text-image#resort .floating-image {
      -webkit-transform: rotate(-9deg) translate(-50%, 0%);
      -ms-transform: rotate(-9deg) translate(-50%, 0%);
      transform: rotate(-9deg) translate(-50%, 0%); }
    .text-image#resort .content {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .text-image#resort .content {
      padding-top: 25px; } }
  .text-image#location {
    position: relative; }
    .text-image#location .content {
      width: 40%; }
    .text-image#location .image {
      width: 60%; }
      .text-image#location .image .floating-image {
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
        left: -80px;
        bottom: -100px;
        max-width: 450px;
        z-index: 2; }
        .text-image#location .image .floating-image img {
          width: 500px; }
        @media (max-width: 1780px) {
          .text-image#location .image .floating-image {
            max-width: 350px; } }
        @media (max-width: 1610px) and (min-width: 1422px) {
          .text-image#location .image .floating-image {
            left: 20px !important; } }
        @media (max-width: 1422px) and (min-width: 980px) {
          .text-image#location .image .floating-image {
            left: 0px !important; } }
        @media (max-width: 980px) {
          .text-image#location .image .floating-image {
            left: 0 !important;
            bottom: -35px; }
            .text-image#location .image .floating-image img {
              width: 300px; } }
  .text-image .content .text {
    width: 71%;
    margin: 0  50px 0 150px; }
    .text-image .content .text a.dark-btn {
      margin-top: 40px;
      display: inline-block; }
    @media (max-width: 1422px) and (min-width: 980px) {
      .text-image .content .text {
        margin: auto; } }
  .text-image .content .homes {
    padding-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
    .text-image .content .homes img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  @media (max-width: 1900px) {
    .text-image {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
      .text-image#home .content {
        padding-bottom: 0px; }
      .text-image .content {
        padding: 50px 0px; }
      .text-image .image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .text-image#history .image img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .text-image .image img {
      height: auto; } }
  @media (max-width: 1024px) {
    .text-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px !important;
      gap: 20px; }
      .text-image .content {
        padding: 0px 0px; }
        .text-image .content a.dark-btn {
          margin-top: 10px !important; }
      .text-image .image img {
        height: auto; }
      .text-image > div {
        width: 100% !important; }
        .text-image > div .text {
          width: 100% !important;
          margin: auto !important; } }
  @media (max-width: 767px) {
    .text-image {
      -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
      align-items: normal !important; }
      .text-image#history .image img {
        height: auto; }
      .text-image#history .image span {
        width: 100%;
        padding-bottom: 20px; }
      .text-image .content {
        padding: 0px 0px; }
        .text-image .content a.dark-btn {
          margin-top: 0px; }
      .text-image#mission-home .icons > div {
        -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important; }
        .text-image#mission-home .icons > div > div {
          -ms-grid-column-span: 1 !important;
          grid-column: span 1 !important; }
      .text-image > div .homes {
        -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important; } }

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .icons .image {
    width: 30%; }
    .icons .image img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 40%;
      object-position: 40%; }
  .icons .content {
    position: relative;
    width: 70%;
    padding: 180px 50px 300px; }
    .icons .content .features {
      padding-top: 40px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr); }
      .icons .content .features > div {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 20px;
        padding: 20px 0px; }
        .icons .content .features > div img {
          max-height: 102px; }
        .icons .content .features > div span {
          font-size: 2.5em; }
        @media (max-width: 1200px) {
          .icons .content .features > div span {
            font-size: 1.5em; } }
    .icons .content .floating-image {
      -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
      left: -110px;
      bottom: -160px;
      z-index: 2; }
      @media (max-width: 1680px) {
        .icons .content .floating-image {
          left: -1px;
          bottom: -107px;
          max-width: 280px; } }
      @media (max-width: 1392px) {
        .icons .content .floating-image {
          left: -1px;
          bottom: -50px;
          max-width: 280px; } }
      @media (max-width: 1024px) {
        .icons .content .floating-image {
          right: 20px !important;
          left: auto !important;
          bottom: -8px; } }
      @media (max-width: 767px) {
        .icons .content .floating-image {
          right: auto !important; } }
    .icons .content .pull-quote {
      position: absolute;
      right: 70px;
      bottom: 110px; }
  @media (max-width: 1024px) {
    .icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .icons > div {
        width: 100% !important;
        padding: 25px !important; }
        .icons > div .features {
          -ms-grid-columns: (1fr)[3] !important;
          grid-template-columns: repeat(3, 1fr) !important; } }
  @media (max-width: 767px) {
    .icons > div .features {
      -ms-grid-columns: (1fr)[2] !important;
      grid-template-columns: repeat(2, 1fr) !important; } }

section#mission-home {
  max-width: 800px;
  margin: auto;
  padding: 80px 0px; }
  section#mission-home h2 {
    text-align: center; }
  section#mission-home .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section#mission-home .icons > div {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
      width: 80%; }
      section#mission-home .icons > div > div {
        -webkit-transition: opacity 2s ease-in-out;
        -o-transition: opacity 2s ease-in-out;
        transition: opacity 2s ease-in-out;
        opacity: 0;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 20px;
        padding: 20px 0px; }
        section#mission-home .icons > div > div span {
          font-size: 2.5em; }
        section#mission-home .icons > div > div img {
          max-height: 102px;
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
          @media (max-width: 1400px) {
            section#mission-home .icons > div > div img {
              width: 82px; } }
        section#mission-home .icons > div > div:nth-last-child(1) {
          -ms-grid-column: 4;
          grid-column: 4 / 4; }
        section#mission-home .icons > div > div:nth-last-child(2) {
          -ms-grid-column: 2;
          grid-column: 2 / 2; }
        section#mission-home .icons > div > div:nth-last-child(3) {
          -ms-grid-column: 5;
          grid-column: 5 / 5; }
        section#mission-home .icons > div > div:nth-last-child(4) {
          -ms-grid-column: 3;
          grid-column: 3 / 3; }
        section#mission-home .icons > div > div:nth-last-child(5) {
          -ms-grid-column: 1;
          grid-column: 1 / 1; }
        section#mission-home .icons > div > div:hover img {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
  @media (max-width: 980px) {
    section#mission-home {
      padding: 25px; } }
  @media (max-width: 767px) {
    section#mission-home .icons > div {
      -ms-grid-columns: (1fr)[2] !important;
      grid-template-columns: repeat(2, 1fr) !important; }
      section#mission-home .icons > div > div {
        -ms-grid-column-span: 1 !important;
        grid-column: span 1 !important; } }

#special-banner {
  background-color: #2E3547;
  padding: 60px 25px;
  text-align: center; }
  #special-banner h2 {
    color: #BDB285;
    margin-bottom: 0px;
    font-size: 6em; }
    @media (max-width: 767px) {
      #special-banner h2 {
        font-size: 4em; } }

.last-section {
  position: relative; }
  .last-section img {
    height: 1200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .last-section .form {
    position: absolute;
    bottom: 0;
    max-width: 1600px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .last-section .form > div {
      background-color: white;
      outline: 1px solid #BDB285;
      outline-offset: -20px;
      position: relative;
      max-width: 650px;
      padding: 65px 45px; }
      .last-section .form > div h2 {
        font-size: 3.3em; }
        @media (min-width: 960px) {
          .last-section .form > div h2 {
            font-size: 3.5em; } }
  @media (max-width: 980px) {
    .last-section .image img {
      height: auto !important; }
    .last-section .form {
      position: relative;
      padding: 25px; }
      .last-section .form > div {
        width: 100%;
        max-width: 100%; } }

#news {
  max-width: 1600px;
  margin: 00px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
  gap: 20px;
  background-color: #f1f1f1;
  padding: 100px;
  outline-offset: -20px; }
  #news .image {
    width: 45%; }
    #news .image a img {
      margin: auto;
      max-height: 400px;
      border-radius: 100rem; }
  #news .content {
    max-width: 900px; }
    #news .content a {
      margin-top: 20px;
      display: inline-block; }
  @media (max-width: 980px) {
    #news {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 25px;
      margin: 00px auto 25px; } }

section#download-brochure {
  max-width: 1600px;
  margin: 180px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: #f1f1f1; }
  section#download-brochure > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  section#download-brochure .form {
    padding: 25px 70px;
    background: white;
    min-height: 75vh;
    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;
    margin-top: -30px;
    margin-bottom: -30px;
    outline: 1px solid #BDB285;
    outline-offset: -20px; }
    section#download-brochure .form h2 {
      text-wrap: balance; }
  section#download-brochure .image {
    padding-top: 25px; }
  @media (max-width: 1024px) {
    section#download-brochure .form {
      padding: 25px;
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media (max-width: 980px) {
    section#download-brochure {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0px !important; }
      section#download-brochure .form {
        padding: 25px;
        outline-offset: -10px; } }

.intro {
  position: relative; }
  .intro .text-container {
    max-width: 1000px;
    background: white;
    padding: 5rem;
    outline: 2px solid #BDB285;
    outline-offset: -13px;
    margin-right: 14rem;
    margin-left: auto;
    margin-top: -7rem;
    z-index: 2;
    position: relative; }
    .intro .text-container .icons {
      padding-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .intro .text-container .icons .icon span {
        font-size: 2.5em; }
      .intro .text-container .icons .icon img {
        width: 100px; }
  .intro .floating-image {
    --rotation: 11deg;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
    left: 13rem;
    bottom: 0; }
  .intro .pull-quote {
    bottom: 15rem;
    position: absolute;
    left: 5rem; }
  @media (max-width: 1800px) {
    .intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: -7rem; }
      .intro .floating-image {
        position: relative;
        left: 2rem !important;
        bottom: auto !important;
        z-index: 3; }
      .intro .pull-quote {
        position: relative !important;
        left: 25px !important;
        bottom: auto !important;
        z-index: 3;
        padding-bottom: 20px;
        margin-top: 8%; }
        .intro .pull-quote span {
          font-size: 3em; }
      .intro .text-container {
        margin-top: 0px;
        margin-right: auto; } }
  @media (max-width: 1100px) {
    .intro {
      margin-top: 0rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 10px; }
      .intro .pull-quote {
        margin-top: 24px; }
      .intro .floating-image {
        position: relative;
        left: auto !important;
        bottom: auto !important;
        z-index: 3;
        margin: auto;
        margin-top: 30px; }
      .intro .text-container {
        padding: 25px; }
      .intro .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 10px !important; } }
  @media (max-width: 980px) {
    .intro .pull-quote {
      margin-top: 24px;
      width: 100%; } }
  @media (max-width: 767px) {
    .intro .floating-image {
      left: auto !important;
      bottom: auto !important; }
    .intro .pull-quote {
      padding-inline: 25px;
      position: relative !important;
      left: auto !important;
      bottom: auto !important;
      z-index: 3;
      padding-bottom: 20px; }
      .intro .pull-quote > div {
        padding-right: 10px; }
      .intro .pull-quote span {
        padding-left: 10px; }
    .intro .icons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .intro .icons > div {
        width: 50% !important; }
        .intro .icons > div img {
          margin: auto; } }

.history .second .feature_image {
  margin-top: 0px; }

.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .second .text-container, .second .feature_image {
    width: 50%; }
  .second .feature_image .image-caption {
    padding-inline: 25px;
    margin: 5px 0 0 0; }
  .second .pull-quote {
    top: 1rem !important;
    position: absolute !important;
    left: 5rem !important; }
    .second .pull-quote span {
      max-width: 670px; }
    @media (max-width: 1430px) and (min-width: 1277px) {
      .second .pull-quote {
        top: -3.5rem !important;
        position: absolute !important;
        left: 5rem !important;
        font-size: 9px; } }
    @media (max-width: 1277px) and (min-width: 980px) {
      .second .pull-quote {
        top: -3.5rem !important;
        position: absolute !important;
        left: 5rem !important;
        font-size: 7px; } }
    @media (max-width: 980px) {
      .second .pull-quote {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 80%; } }
    @media (max-width: 590px) {
      .second .pull-quote > div img {
        width: 150px; } }
  .second .text-container {
    padding: 5rem 25px; }
    .second .text-container h2, .second .text-container a, .second .text-container div {
      width: 80%;
      margin: auto; }
    .second .text-container h2 {
      padding-bottom: 18px; }
    .second .text-container .icons {
      padding-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .second .text-container .icons .icon span {
        font-size: 2.5em; }
      .second .text-container .icons .icon img {
        width: 100px; }
  .second .feature_image {
    margin-top: -5rem; }
    .second .feature_image img {
      width: 100%; }
  .second .floating-image {
    left: 50%;
    --rotation: 13deg;
    -webkit-transform: translate(-13%, 0px) rotate(13deg);
    -ms-transform: translate(-13%, 0px) rotate(13deg);
    transform: translate(-13%, 0px) rotate(13deg);
    bottom: 0; }
  @media (max-width: 1589px) {
    .second .pull-quote span {
      font-size: 3em;
      max-width: 450px; } }
  @media (max-width: 1100px) {
    .second {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .second.location {
        margin-bottom: 20px; }
      .second .text-container, .second .feature_image {
        width: 100%; }
      .second .floating-image {
        -webkit-transform: translate(-59%, 0px) rotate(346deg);
        -ms-transform: translate(-59%, 0px) rotate(346deg);
        transform: translate(-59%, 0px) rotate(346deg); }
      .second .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 10px !important; }
      .second .text-container {
        padding: 25px; }
        .second .text-container h2, .second .text-container a, .second .text-container div {
          width: 100%;
          margin: auto; }
      .second .pull-quote {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 80%; }
      .second .feature_image {
        margin-top: 0px; } }
  @media (max-width: 767px) {
    .second .icons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .second .icons > div {
        width: 50% !important; }
        .second .icons > div img {
          margin: auto; } }

.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .third .text-container, .third .feature_image {
    width: 50%; }
  .third .text-container {
    padding: 5rem 25px; }
    .third .text-container h2, .third .text-container a, .third .text-container div {
      width: 80%;
      margin: auto; }
    .third .text-container h2 {
      padding-bottom: 18px; }
  .third .feature_image img {
    width: 100%; }
  @media (max-width: 980px) {
    .third {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .third .text-container, .third .feature_image {
        width: 100%; }
      .third .text-container {
        padding: 25px; }
        .third .text-container h2, .third .text-container a, .third .text-container div {
          width: 100%;
          margin: auto; } }

.resort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .resort .features {
    width: 100%;
    padding: 8rem 0rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
    .resort .features > div {
      -webkit-transition: opacity 2s ease-in-out;
      -o-transition: opacity 2s ease-in-out;
      transition: opacity 2s ease-in-out;
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      gap: 20px;
      padding: 20px 0px;
      opacity: 0; }
      .resort .features > div img {
        max-height: 102px;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
      .resort .features > div span {
        font-size: 2.5em; }
      @media (max-width: 1200px) {
        .resort .features > div span {
          font-size: 1.5em; } }
      .resort .features > div:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .resort .text-container, .resort .feature_image {
    width: 50%; }
  .resort .text-container {
    padding: 5rem 25px; }
    .resort .text-container .text {
      -webkit-column-count: 2;
      column-count: 2;
      width: 90%;
      margin: auto;
      -webkit-column-rule: #beb486 2px solid;
      column-rule: #beb486 2px solid;
      -webkit-column-gap: 8%;
      column-gap: 8%; }
  .resort .feature_image img {
    width: 100%; }
  @media (max-width: 1510px) {
    .resort .text-container .text {
      -webkit-column-count: 1;
      column-count: 1; } }
  @media (max-width: 980px) {
    .resort {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .resort .text-container, .resort .feature_image {
        width: 100%; }
      .resort .text-container {
        padding: 25px; }
        .resort .text-container h2, .resort .text-container a, .resort .text-container div {
          width: 100%;
          margin: auto; }
      .resort .features {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        padding: 1rem 0rem 0rem; }
      .resort .text-container .text {
        -webkit-column-count: 2;
        column-count: 2;
        width: 100%; } }
  @media (max-width: 767px) {
    .resort .features {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
    .resort .text-container .text {
      -webkit-column-count: 1;
      column-count: 1;
      -webkit-column-rule: none;
      column-rule: none;
      -webkit-column-gap: 0px;
      column-gap: 0px; } }

#tag-text {
  padding: 60px 25px;
  text-align: center; }
  #tag-text h2 {
    color: #2E3547;
    margin-bottom: 0px;
    font-size: 6em; }
    @media (max-width: 767px) {
      #tag-text h2 {
        font-size: 4em; } }
  @media (max-width: 980px) {
    #tag-text {
      padding: 25px; } }

section#interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem; }
  section#interest .floating-image {
    position: relative;
    --rotation: 352deg;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg); }
  section#interest .content .text {
    padding-bottom: 1.5rem;
    max-width: 700px; }
  section#interest .content a.dark-btn {
    margin-right: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    vertical-align: text-bottom; }
    section#interest .content a.dark-btn svg {
      stroke: white; }
    section#interest .content a.dark-btn:hover svg {
      stroke: black; }
  @media (max-width: 980px) {
    section#interest {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section#interest .floating-image {
        left: 50% !important;
        margin-bottom: 24px;
        margin-top: 0 !important;
        -webkit-transform: rotate(352deg) translate(-50%, -30px) !important;
        -ms-transform: rotate(352deg) translate(-50%, -30px) !important;
        transform: rotate(352deg) translate(-50%, -30px) !important; }
      section#interest a.dark-btn {
        margin-right: 0;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    section#interest .floating-image {
      left: 0% !important;
      -webkit-transform: rotate(352deg) !important;
      -ms-transform: rotate(352deg) !important;
      transform: rotate(352deg) !important; } }

section#mission .content {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  /* Hidden by default */
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  /* Slightly move element down */
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  /* Smooth transition */ }
  section#mission .content > div {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
    section#mission .content > div img {
      width: 100%;
      max-width: 106px; }
    section#mission .content > div span {
      font-size: 2em; }
    section#mission .content > div:after {
      content: "";
      height: 100%;
      width: 2px;
      position: absolute;
      right: -50%;
      background-color: #BDB285; }
  section#mission .content h2 {
    font-size: 5em;
    max-width: 1400px;
    font-weight: 100;
    line-height: 1.3em; }
  section#mission .content.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /* Move element back to its original position */ }

@media (max-width: 1660px) {
  section#mission .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
    section#mission .content > div:after {
      display: none; } }

@media (max-width: 980px) {
  section#mission .content {
    padding: 50px 0px; }
    section#mission .content > div {
      margin: auto; }
    section#mission .content h2 {
      font-size: 4em;
      text-align: center;
      margin: auto; } }

@media (max-width: 980px) {
  section#mission .content {
    padding: 30px 0px; }
    section#mission .content h2 {
      font-size: 2em;
      text-align: center; } }

section#faqs .faq-item {
  margin-bottom: 20px;
  background: white;
  padding: 1.5rem;
  outline: 2px solid #BDB285;
  outline-offset: -13px; }
  section#faqs .faq-item .faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    cursor: pointer;
    position: relative; }
    section#faqs .faq-item .faq-question:before {
      position: absolute;
      content: "^";
      right: 2rem;
      font-size: 65px;
      top: 0%;
      -webkit-transform: rotate(179deg);
      -ms-transform: rotate(179deg);
      transform: rotate(179deg); }
    section#faqs .faq-item .faq-question.open:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 2rem; }
  section#faqs .faq-item .faq-answer {
    height: -0px;
    padding: 0 15px;
    overflow: hidden;
    -webkit-transition: height 0.8s ease-in-out;
    -o-transition: height 0.8s ease-in-out;
    transition: height 0.8s ease-in-out; }
    section#faqs .faq-item .faq-answer p {
      margin: 0 0 10px 0 !important;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out 0.2s;
      -o-transition: opacity 0.4s ease-in-out 0.2s;
      transition: opacity 0.4s ease-in-out 0.2s; }
    section#faqs .faq-item .faq-answer.open {
      height: auto; }
      section#faqs .faq-item .faq-answer.open p {
        opacity: 1; }

@media (max-width: 980px) {
  section#faqs .faq-item .faq-question {
    font-size: 2.8em;
    margin-bottom: 0px; }
    section#faqs .faq-item .faq-question:before {
      position: absolute;
      content: "^";
      right: 0rem; } }

@media (max-width: 980px) {
  section#faqs .faq-item .faq-question {
    font-size: 2em;
    margin-bottom: 0px; }
    section#faqs .faq-item .faq-question:before {
      position: absolute;
      content: "^";
      right: 0rem;
      font-size: 45px; } }

@media (min-width: 960px) {
  #Contact .form {
    margin-top: -15rem; } }

#Contact .content .main-contact {
  padding: 1.5rem 0; }
  #Contact .content .main-contact h3 {
    font-size: 3em; }
  #Contact .content .main-contact .phone {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 2em;
    text-decoration: none; }

#Contact .content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 1rem; }

@media (max-width: 980px) {
  #Contact .content .main-contact h3 {
    margin-bottom: 0px; }
  #Contact .content .socials {
    padding-top: 0rem; } }

.archive section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5%; }
  .archive section article .photo {
    max-width: 412px;
    overflow: hidden;
    width: 100%; }
    .archive section article .photo img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      height: 260px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top; }
  .archive section article .entry-content h2, .archive section article .entry-content p {
    margin: 10px 0; }
  .archive section article .entry-content h2 {
    font-size: 3em; }
  .archive section article .entry-content time.posted-on.published {
    font-size: 1.8em;
    color: #BDB285; }
  .archive section article .entry-content a {
    font-size: 1.8em;
    color: black;
    text-decoration: none;
    line-height: 1em;
    text-wrap: pretty; }
  .archive section article .entry-content .readme {
    -webkit-transition: color 0.4s ease , -webkit-text-decoration-color 0.4s ease;
    transition: color 0.4s ease , -webkit-text-decoration-color 0.4s ease;
    -o-transition: text-decoration-color 0.4s ease , color 0.4s ease;
    transition: text-decoration-color 0.4s ease , color 0.4s ease;
    transition: text-decoration-color 0.4s ease , color 0.4s ease , -webkit-text-decoration-color 0.4s ease;
    text-decoration: underline; }
  .archive section article:hover .photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .archive section article:hover .entry-content .readme {
    -webkit-text-decoration-color: #BDB285;
    text-decoration-color: #BDB285;
    color: #2E3547; }
  @media (max-width: 1500px) {
    .archive section article {
      padding-inline: 25px; } }
  @media (max-width: 980px) {
    .archive section article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .archive section article .photo {
        width: 100%; }
        .archive section article .photo img {
          width: 100%; }
      .archive section article .entry-content h2 {
        font-size: 1.8em; } }
  @media (max-width: 767px) {
    .archive section article {
      padding-inline: 0px; } }

div.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px; }
  div.post article > img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
    -o-object-position: top;
    object-position: top; }
  div.post .box {
    background: white;
    padding: 5rem;
    outline: 2px solid #BDB285;
    outline-offset: -13px; }
  div.post header.entry-header {
    padding-bottom: 20px; }
    div.post header.entry-header h1 {
      font-size: 7em;
      margin-bottom: 10px; }
    div.post header.entry-header time.posted-on.published {
      font-size: 1.8em;
      color: #BDB285; }
  div.post .entry-content {
    max-width: 1000px; }
    div.post .entry-content a.back {
      font-size: 1.3em;
      -webkit-transition: color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out;
      transition: color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out;
      -o-transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out;
      transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out;
      transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out; }
      div.post .entry-content a.back:hover {
        -webkit-text-decoration-color: #BDB285 !important;
        text-decoration-color: #BDB285 !important;
        color: #2E3547; }
  div.post section.recent-posts {
    min-width: 400px; }
    div.post section.recent-posts article {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0px; }
      div.post section.recent-posts article .photo {
        margin-bottom: 10px;
        width: 100%; }
        div.post section.recent-posts article .photo a {
          overflow: hidden; }
        div.post section.recent-posts article .photo img {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-transition: -webkit-transform 0.4s ease-in-out;
          transition: -webkit-transform 0.4s ease-in-out;
          -o-transition: transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out;
          transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
      div.post section.recent-posts article header.entry-header {
        padding-bottom: 10px; }
        div.post section.recent-posts article header.entry-header h3.entry-title a {
          color: #2E3547; }
        div.post section.recent-posts article header.entry-header time.posted-on {
          font-size: 1.8em;
          color: #BDB285; }
      div.post section.recent-posts article .readme {
        text-decoration: underline !important;
        -webkit-transition: color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out;
        -o-transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out;
        transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out;
        transition: text-decoration-color 0.4s ease-in-out , color 0.4s ease-in-out , -webkit-text-decoration-color 0.4s ease-in-out; }
        div.post section.recent-posts article .readme:hover {
          -webkit-text-decoration-color: #BDB285 !important;
          text-decoration-color: #BDB285 !important;
          color: #2E3547; }
      div.post section.recent-posts article .entry-summary {
        max-width: 500px; }
        div.post section.recent-posts article .entry-summary p {
          margin: 0px 0 10px; }
        div.post section.recent-posts article .entry-summary a {
          color: black;
          text-decoration: none;
          font-size: 1.6em; }
      div.post section.recent-posts article:hover .photo img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  @media (max-width: 980px) {
    div.post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      div.post .photo {
        width: 100%; }
        div.post .photo img {
          width: 100%; }
      div.post .box {
        padding: 25px; }
      div.post h1 {
        font-size: 5em !important; }
      div.post h3 {
        font-size: 4em;
        margin-bottom: 10px; }
      div.post section.recent-posts {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content; }
      div.post section.recent-posts article header.entry-header time.posted-on, div.post section.recent-posts article .entry-summary a {
        font-size: 2.5em; }
      div.post section.recent-posts article .entry-summary {
        max-width: 100%; } }
  @media (max-width: 767px) {
    div.post h1 {
      font-size: 3.5em !important; } }

.stage-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .stage-listings > div {
    width: 30%;
    background: #c1dff7; }
    .stage-listings > div .content {
      padding: 25px; }
      .stage-listings > div .content h2, .stage-listings > div .content p {
        margin: 10px; }
      .stage-listings > div .content .dark-btn {
        display: inline-block;
        margin: 10px; }
    .stage-listings > div .image {
      position: relative; }
      .stage-listings > div .image:before {
        content: '';
        width: 100%;
        height: 50px;
        top: 0;
        left: 0;
        display: block;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(#c1dff7), to(transparent));
        background: -webkit-linear-gradient(top, #c1dff7, transparent);
        background: -o-linear-gradient(top, #c1dff7, transparent);
        background: linear-gradient(180deg, #c1dff7, transparent); }
  @media (max-width: 980px) {
    .stage-listings > div {
      width: 50%; } }
  @media (max-width: 767px) {
    .stage-listings > div {
      width: 100%; } }

section#brochures {
  padding: 80px; }
  section#brochures .container {
    background-color: #f1f1f1;
    padding-inline: 80px; }
    section#brochures .container .brochures-section {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(0, 270px));
      gap: 20px;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section#brochures .container .brochures-section a {
        text-decoration: none;
        color: #2E3547;
        overflow: hidden; }
        section#brochures .container .brochures-section a h3 {
          margin-top: 20px; }
        section#brochures .container .brochures-section a p.subtitle {
          margin-top: 10px; }
        section#brochures .container .brochures-section a img {
          display: block;
          max-height: 370px;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: -webkit-transform 0.3s ease-in-out;
          -o-transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        section#brochures .container .brochures-section a:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
  @media (max-width: 980px) {
    section#brochures {
      padding: 0px; }
      section#brochures .container {
        padding-inline: 25px; }
        section#brochures .container .brochures-section {
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
          section#brochures .container .brochures-section a h3 {
            margin-top: 20px;
            font-weight: bold;
            font-size: 2.3em; } }

.homes-listing-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .homes-listing-page .homes-section {
    width: 100%; }
    .homes-listing-page .homes-section .sorry {
      text-align: center;
      -ms-grid-column-span: 3;
      grid-column: span 3; }
  .homes-listing-page .filter {
    padding: 0 25px;
    width: 20%; }
    .homes-listing-page .filter span#closebutton {
      display: none; }
    .homes-listing-page .filter form#propertyForm > div {
      background-color: white;
      padding: 25px; }
    .homes-listing-page .filter fieldset {
      margin-bottom: 10px;
      padding: 10px 15px;
      border-color: #BDB285; }
      .homes-listing-page .filter fieldset legend {
        font-size: 2em;
        padding-inline: 10px; }
      .homes-listing-page .filter fieldset label {
        padding-right: 10px;
        font-size: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .homes-listing-page .filter fieldset [type=checkbox], .homes-listing-page .filter fieldset [type=radio] {
        accent-color: #BDB285;
        color: white; }
      .homes-listing-page .filter fieldset .pricefields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px; }
        .homes-listing-page .filter fieldset .pricefields input[type="number"] {
          width: 70px;
          font-size: 15px;
          margin: 5px;
          padding: 5px;
          border: none;
          border-bottom: 1px solid black; }
      .homes-listing-page .filter fieldset .priceslide {
        position: relative;
        padding-block: 10px;
        margin: 12px 0; }
        .homes-listing-page .filter fieldset .priceslide .slider-track {
          position: absolute;
          height: 5px;
          background: #BDB285;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          z-index: 0;
          border-radius: 5px; }
        .homes-listing-page .filter fieldset .priceslide input[type="range"] {
          -webkit-appearance: none;
          width: 100%;
          background: none;
          pointer-events: none;
          position: absolute;
          height: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2; }
        .homes-listing-page .filter fieldset .priceslide input[type="range"]::-webkit-slider-thumb {
          -webkit-appearance: none;
          width: 16px;
          height: 16px;
          background: #BDB285;
          border-radius: 50%;
          cursor: pointer;
          pointer-events: all;
          position: relative;
          z-index: 3; }
        .homes-listing-page .filter fieldset .priceslide input[type="range"]::-moz-range-thumb {
          width: 16px;
          height: 16px;
          background: #BDB285;
          border-radius: 50%;
          cursor: pointer;
          pointer-events: all;
          position: relative;
          z-index: 3; }
    .homes-listing-page .filter input[type='submit'] {
      margin-top: 10px;
      font-size: 2.8em;
      color: white;
      background-color: #2E3547;
      text-decoration: none;
      padding: 10px 45px;
      border-radius: 8px;
      position: relative;
      outline: 1px solid #BDB285;
      outline-offset: -8px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border: none !important;
      width: 100%; }
      .homes-listing-page .filter input[type='submit']:hover {
        color: #2E3547;
        background-color: white; }
  .homes-listing-page div#pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-block: 20px; }
    .homes-listing-page div#pagination .page-numbers {
      color: #2E3547;
      font-size: 27px;
      text-decoration: none; }
      .homes-listing-page div#pagination .page-numbers.current {
        color: #BDB285; }
  .homes-listing-page div#home-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    .homes-listing-page div#home-list .home {
      background-color: white;
      padding-bottom: 20px;
      overflow: hidden; }
      .homes-listing-page div#home-list .home a {
        color: black;
        text-decoration: none;
        text-align: center; }
        .homes-listing-page div#home-list .home a .photo {
          overflow: hidden;
          position: relative; }
          .homes-listing-page div#home-list .home a .photo span.lot {
            position: absolute;
            background: #2E3547;
            font-size: 23px;
            z-index: 1;
            color: white;
            left: 1rem;
            top: 1rem;
            padding: 5px 10px;
            border-radius: 8px; }
          .homes-listing-page div#home-list .home a .photo img {
            width: 100%;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: -webkit-transform 0.4s ease-in-out;
            transition: -webkit-transform 0.4s ease-in-out;
            -o-transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
        .homes-listing-page div#home-list .home a h3 {
          padding-top: 10px; }
        .homes-listing-page div#home-list .home a span.price {
          font-size: 1.5em;
          padding-bottom: 10px;
          display: block; }
        .homes-listing-page div#home-list .home a .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 80%;
          margin: auto; }
          .homes-listing-page div#home-list .home a .icons span {
            font-size: 1.3em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .homes-listing-page div#home-list .home a .icons span img {
              width: 50px;
              padding: 10px; }
            .homes-listing-page div#home-list .home a .icons span b {
              font-size: 1.5em;
              padding-top: 5px; }
        .homes-listing-page div#home-list .home a .dark-btn {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 20px auto 0px;
          font-size: 2.8em; }
      .homes-listing-page div#home-list .home:hover .photo img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .homes-listing-page div#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999999;
    height: 100%;
    background: rgba(49, 50, 51, 0.199);
    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; }
    .homes-listing-page div#loading img {
      width: 60px; }
  @media (min-width: 960px) {
    .homes-listing-page button#customise {
      display: none; } }
  @media (max-width: 1280px) {
    .homes-listing-page div#home-list {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
      .homes-listing-page div#home-list .home a .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .homes-listing-page .filter {
      width: 25%; } }
  @media (max-width: 980px) {
    .homes-listing-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .homes-listing-page .filter {
        padding: 0 25px 20px;
        width: 100%; }
        .homes-listing-page .filter form#propertyForm > div {
          padding: 0px; }
        .homes-listing-page .filter form#propertyForm div.priceslide {
          padding: 20px 0 10px; }
      .homes-listing-page div#home-list .home a .icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .homes-listing-page .home a span.price {
        font-size: 2em !important; }
      .homes-listing-page h3 {
        font-size: 4em;
        margin-bottom: 0px; }
      .homes-listing-page div#home-list .home a .dark-btn, .homes-listing-page button#customise {
        font-size: 3em; }
      .homes-listing-page button#customise {
        width: 100%;
        padding: 18px; }
      .homes-listing-page form#propertyForm {
        position: fixed;
        width: 80%;
        max-width: 300px;
        opacity: 0;
        left: -1000px;
        top: 60px;
        background: white;
        padding: 0px;
        z-index: 5;
        height: calc(100% - 60px);
        padding: 25px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-inline: 25px;
        overflow-y: scroll; }
        .homes-listing-page form#propertyForm span#closebutton {
          height: 40px;
          width: 40px;
          display: block;
          position: absolute;
          right: 0px;
          top: 0;
          padding: 5px; }
          .homes-listing-page form#propertyForm span#closebutton svg.feather.feather-x.feather-icon {
            display: block !important; }
        .homes-listing-page form#propertyForm.open {
          left: 0;
          opacity: 1; } }
  @media (max-width: 767px) {
    .homes-listing-page div#home-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.single-home {
  padding-top: 120px; }
  .single-home:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    background-color: #2E3547;
    height: 120px; }
  .single-home .s-home {
    background-color: #f7f7f7; }
    .single-home .s-home section.main-home {
      position: relative;
      max-width: 1600px;
      margin: auto; }
      .single-home .s-home section.main-home .image {
        width: 100%; }
        .single-home .s-home section.main-home .image img {
          width: 100%; }
        .single-home .s-home section.main-home .image .fade {
          width: 100%;
          height: 8rem;
          position: absolute;
          bottom: 0;
          background: #f7f7f7;
          background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(90%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(bottom, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
          background: -o-linear-gradient(bottom, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
          background: linear-gradient(0deg, #f7f7f7 0%, rgba(0, 0, 0, 0) 90%);
          z-index: 1; }
          @media (max-width: 980px) {
            .single-home .s-home section.main-home .image .fade {
              display: none; } }
      .single-home .s-home section.main-home .sizing_info {
        position: absolute;
        bottom: 5rem;
        right: 2rem;
        background: #2E3547;
        color: white;
        padding: 25px;
        z-index: 5;
        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-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .single-home .s-home section.main-home .sizing_info strong {
          font-size: 25px; }
        .single-home .s-home section.main-home .sizing_info .spacer {
          height: 2px;
          width: 100%;
          background: #BDB285;
          margin-block: 5px; }
        .single-home .s-home section.main-home .sizing_info span {
          font-size: 20px; }
      .single-home .s-home section.main-home .content.box {
        background-color: white;
        background-color: white;
        outline: 1px solid #BDB285;
        outline-offset: -11px;
        padding: 30px;
        position: absolute;
        right: 2rem;
        width: 100%;
        max-width: 500px;
        top: 2rem; }
        .single-home .s-home section.main-home .content.box .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: auto; }
          .single-home .s-home section.main-home .content.box .icons span {
            font-size: 1.3em;
            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-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .single-home .s-home section.main-home .content.box .icons span img {
              width: 50px;
              padding: 10px; }
            .single-home .s-home section.main-home .content.box .icons span b {
              font-size: 1.3em;
              padding-top: 5px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              gap: 5px; }
        .single-home .s-home section.main-home .content.box h1 {
          font-size: 5em;
          margin-bottom: 10px; }
        .single-home .s-home section.main-home .content.box h2, .single-home .s-home section.main-home .content.box h3 {
          font-size: 3em;
          margin-bottom: 10px; }
        .single-home .s-home section.main-home .content.box .tooltip {
          position: relative;
          display: inline-block;
          cursor: pointer; }
          .single-home .s-home section.main-home .content.box .tooltip svg {
            width: 18px; }
        .single-home .s-home section.main-home .content.box .tooltip .tooltiptext {
          visibility: hidden;
          background-color: #2E3547;
          color: #fff;
          text-align: center;
          border-radius: 6px;
          padding: 10px;
          position: absolute;
          z-index: 1;
          bottom: 100%;
          left: 100%;
          margin-left: -60px;
          /* Center the tooltip */
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          .single-home .s-home section.main-home .content.box .tooltip .tooltiptext span {
            font-size: 15px; }
        .single-home .s-home section.main-home .content.box .tooltip:hover .tooltiptext {
          visibility: visible;
          opacity: 1; }
    .single-home .s-home .info {
      background-color: #F1F1F1;
      margin-block: 80px;
      padding: 80px;
      gap: 25px;
      justify-items: center; }
      .single-home .s-home .info .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 80px;
        gap: 40px; }
        .single-home .s-home .info .row > div {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
        .single-home .s-home .info .row .exterior_options {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
          gap: 15px; }
          .single-home .s-home .info .row .exterior_options h2 {
            -ms-grid-column-span: 2;
            grid-column: 2 span; }
          .single-home .s-home .info .row .exterior_options > div {
            position: relative; }
            .single-home .s-home .info .row .exterior_options > div span {
              position: absolute;
              background-color: #2E3547;
              color: white;
              right: 1rem;
              top: 1rem;
              font-size: 1.6em;
              padding: 8px 15px;
              border-radius: 10px;
              outline: 1px solid #BDB285;
              outline-offset: -6px; }
          .single-home .s-home .info .row .exterior_options div:nth-child(2), .single-home .s-home .info .row .exterior_options h2 {
            -ms-grid-column-span: 2;
            grid-column: 2 span; }
            .single-home .s-home .info .row .exterior_options div:nth-child(2) img, .single-home .s-home .info .row .exterior_options h2 img {
              width: 100%; }
          @media (max-width: 980px) {
            .single-home .s-home .info .row .exterior_options {
              -ms-grid-columns: (1fr)[1];
              grid-template-columns: repeat(1, 1fr); }
              .single-home .s-home .info .row .exterior_options div:nth-child(2), .single-home .s-home .info .row .exterior_options h2 {
                -ms-grid-column-span: 1;
                grid-column: 1 span; } }
        .single-home .s-home .info .row .flyers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-line-pack: start;
          align-content: flex-start; }
          .single-home .s-home .info .row .flyers h2 {
            width: 100%; }
          .single-home .s-home .info .row .flyers > div {
            padding-inline: 8px;
            padding-bottom: 25px;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
            .single-home .s-home .info .row .flyers > div a:first-child {
              position: relative;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
              display: block; }
              .single-home .s-home .info .row .flyers > div a:first-child svg {
                position: absolute;
                right: 50%;
                bottom: 50%;
                -webkit-transform: translate(50%, 50%);
                -ms-transform: translate(50%, 50%);
                transform: translate(50%, 50%);
                stroke: white;
                z-index: 1;
                width: 90px;
                height: auto;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in-out;
                -o-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out; }
              .single-home .s-home .info .row .flyers > div a:first-child img {
                -webkit-filter: brightness(0.7);
                filter: brightness(0.7);
                -webkit-transition: -webkit-filter 0.3s ease-in-out;
                transition: -webkit-filter 0.3s ease-in-out;
                -o-transition: filter 0.3s ease-in-out;
                transition: filter 0.3s ease-in-out;
                transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
            .single-home .s-home .info .row .flyers > div:hover a:first-child {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); }
              .single-home .s-home .info .row .flyers > div:hover a:first-child img {
                -webkit-filter: brightness(1);
                filter: brightness(1); }
              .single-home .s-home .info .row .flyers > div:hover a:first-child svg {
                opacity: 0; }
            @media (min-width: 980px) {
              .single-home .s-home .info .row .flyers > div p.subtitle {
                min-height: 90px; } }
          .single-home .s-home .info .row .flyers img {
            margin-bottom: 25px;
            max-height: 460px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top; }
          .single-home .s-home .info .row .flyers .dark-btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            padding: 10px 25px;
            width: 100%;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .single-home .s-home .info .row .flyers .dark-btn svg {
              stroke: white;
              margin-right: 10px; }
            .single-home .s-home .info .row .flyers .dark-btn:hover svg {
              stroke: #2E3547; }
      @media (max-width: 980px) {
        .single-home .s-home .info .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-bottom: 25px; }
          .single-home .s-home .info .row .exterior_options {
            max-height: 100%; } }
      @media (max-width: 767px) {
        .single-home .s-home .info .flyers {
          -ms-grid-columns: 1fr !important;
          grid-template-columns: 1fr !important; } }
  @media (max-width: 1373px) {
    .single-home .s-home .info {
      padding: 25px; } }
  @media (max-width: 1025px) {
    .single-home .s-home section.main-home .content.box .icons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 980px) {
    .single-home {
      padding-top: 0px; }
      .single-home .s-home .info {
        margin-block: 25px; }
      .single-home .s-home section.main-home .content.box {
        position: relative;
        max-width: 100%;
        right: auto;
        top: auto; }
      .single-home .s-home section.main-home .sizing_info {
        position: relative;
        max-width: 100%;
        right: auto;
        bottom: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .single-home .s-home section.main-home .sizing_info .spacer {
          width: 2px;
          height: 50px;
          margin-inline: 20px; }
      .single-home:before {
        display: none !important; } }
  @media (max-width: 767px) {
    .single-home .s-home section.main-home .content.box h1 {
      font-size: 3em !important; }
    .single-home .s-home section.main-home .content.box h2, .single-home .s-home section.main-home .content.box h3 {
      font-size: 2.8em; }
    .single-home .s-home section.main-home .sizing_info {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
      .single-home .s-home section.main-home .sizing_info .spacer {
        display: none; }
    .single-home .s-home section.main-home .content.box .icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px; }
    .single-home .flyers h2 {
      padding-bottom: 15px; }
    .single-home .flyers > div {
      width: 100%;
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
      flex: 1 1 100% !important; } }

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px; }
  .popup .popup-content {
    width: 100%;
    height: auto;
    max-height: 650px; }
  .popup .close {
    position: absolute;
    top: -11px;
    right: 5px;
    font-size: 30px;
    cursor: pointer; }
  @media (max-width: 980px) {
    .popup {
      width: 90%;
      max-width: 100%; } }

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

/* Optional Imports*/
