@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@400;500;700;900&family=Noto+Sans:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* 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 {
  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 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 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;
}
/**
* Rhatchetre 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 {
  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"] {
  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;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--primary) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading);
}
h1,
.h1 {
  font-size: calc(3.9*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 980px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.9*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 980px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.button {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.button:hover {
  background: var(--secondary);
  color: #fff;
}
.outline {
  background: none;
  border: 2px solid var(--blue);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--main);
  resize: vertical;
  max-height: 500px;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--main);
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--secondary);
  color: #fff;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 1em;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.75rem;
  line-height: 1.75;
  color: var(--text);
  font-family: var(--main);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: var(--maxwidth);
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  background-color: transparent !important;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: 10px !important;
  height: unset !important;
  width: unset !important;
}
.slbContentOuter .slbCaption {
  padding-right: 8ch;
  height: 4em;
  font-size: 16px;
  bottom: 10px !important;
  overflow: hidden;
  text-align: left;
}
.slbContentOuter .slbCaption-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}
.slbContentOuter .slbCaption-text * {
  font-size: 16px !important;
}
.slbContentOuter .slbCaption-counter {
  height: 4em !important;
  font-size: 16px !important;
  position: absolute;
  right: 0;
}
.slbWrapOuter {
  z-index: 999999 !important;
}
.block.floorplans {
  padding: 64px 0;
}
.block.floorplans * {
  box-sizing: border-box;
}
.block.floorplans ul {
  margin: 0;
}
.block.floorplans .description {
  padding: 80px 15px;
}
.block.floorplans .description p,
.block.floorplans .description ul {
  margin-bottom: 10px;
}
.block.floorplans .description h2,
.block.floorplans .description h3,
.block.floorplans .description h4,
.block.floorplans .description h5 {
  margin-bottom: 20px;
}
.block.floorplans .wrapper {
  position: relative;
  min-height: 750px;
  padding: 0 15px;
}
.block.floorplans .wrapper .sidebar.opened {
  transform: translate(-15px);
}
.block.floorplans .wrapper .sidebar.opened form {
  visibility: visible;
}
.block.floorplans .wrapper .sidebar.closed .open {
  display: block;
}
.block.floorplans .wrapper .sidebar.closed .close {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .open {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .close {
  display: block;
}
.block.floorplans .wrapper .sidebar {
  box-shadow: 1px 1px 0px #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  background-color: #f1f1f1;
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--primaryHeading);
  z-index: 10;
}
.block.floorplans .wrapper .sidebar button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0 0;
  border-radius: 0;
  background-color: var(--primary);
  box-shadow: 1px -1px 4px #ccc;
}
.block.floorplans .wrapper .sidebar button span,
.block.floorplans .wrapper .sidebar button i,
.block.floorplans .wrapper .sidebar button svg {
  pointer-events: none;
  color: #fff;
  font-size: 1.6rem;
}
.block.floorplans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floorplans .wrapper .sidebar .title * {
  font-size: 1.8rem;
}
.block.floorplans .wrapper .sidebar form {
  transition: all 0.3s ease;
  visibility: hidden;
}
.block.floorplans .wrapper .sidebar form fieldset {
  border: none;
  display: flex;
  flex-direction: column !important;
  padding: 0;
  margin: 0 0 16px 0;
}
.block.floorplans .wrapper .sidebar form fieldset legend {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 5px;
  color: var(--primaryHeading);
}
.block.floorplans .wrapper .sidebar form fieldset label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--primaryHeading);
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 2;
  height: 32px;
  width: 100%;
  border-radius: 0;
  text-indent: 0;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Default */
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper i,
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--primaryHeading);
  pointer-events: none;
}
.block.floorplans .wrapper .floorplan-list {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image {
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image img {
  width: 180px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h3,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h4,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h5 {
  font-family: var(--heading);
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--primaryHeading);
  opacity: 0.5;
  padding: 0 15px;
  font-weight: bold;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--primaryHeading);
  font-size: 1.36rem;
  letter-spacing: 1px;
  border-top: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li:first-child {
  border-top: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
  line-height: 2;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--primaryText);
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details {
  padding: 8px 15px 0;
  font-size: 1.36rem;
  color: var(--primaryText);
  line-height: 2;
  margin-bottom: 10px;
  font-style: italic;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  color: var(--primaryText);
  font-size: 1.36rem;
  padding: 4px 15px;
  font-style: italic;
  opacity: 0.8;
}
.block.floorplans .wrapper .floorplan-list .floorplan.hidden {
  display: none;
}
.block.floorplans .wrapper .floorplan-list #empty-list {
  color: var(--primaryHeading);
}
.block.floorplans .wrapper .floorplan-list #empty-list .no-results {
  font-family: var(--heading);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.floorplans .wrapper .floorplan-list #empty-list .try-again {
  font-size: 1.6rem;
  font-family: var(--main);
  font-weight: 500;
  margin-bottom: 10px;
}
.block.floorplans .wrapper .floorplan-list #empty-list.hidden {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .block.floorplans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .block.floorplans .wrapper .sidebar {
    position: relative;
    transform: translate(0);
    height: auto;
  }
  .block.floorplans .wrapper .sidebar .title * {
    font-size: 3.6rem;
  }
  .block.floorplans .wrapper .sidebar button {
    display: none;
  }
  .block.floorplans .wrapper .sidebar form {
    visibility: visible;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan {
    flex-direction: row;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .image {
    width: 20%;
    height: 100%;
    min-width: 180px;
    margin: 0;
    border: none;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
    padding: 20px 15px 0 15px;
    width: 80%;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2 {
    padding: 20px 0 0 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
    display: flex;
    flex-direction: column;
    border: none;
    flex-grow: 1;
    padding: 8px 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
    color: var(--primaryText);
    border-bottom: 1px solid #cccccc;
    margin: 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    padding: 0;
  }
}
#rs-builder .block.floorplans .wrapper .sidebar {
  z-index: 0;
}
.block.floorplan-single {
  padding: 80px 17px;
}
.block.floorplan-single * {
  box-sizing: border-box;
}
.block.floorplan-single .fp-details {
  padding: 0 15px;
}
.block.floorplan-single .fp-details .image-wrapper {
  width: 100%;
  height: auto;
  padding: 0 15%;
  background-color: black;
}
.block.floorplan-single .fp-details .image-wrapper button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
}
.block.floorplan-single .fp-details .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block.floorplan-single .fp-details .specs {
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .specs ul {
  margin: 0;
}
.block.floorplan-single .fp-details .specs .title {
  padding: 20px 15px;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.block.floorplan-single .fp-details .specs .title h2,
.block.floorplan-single .fp-details .specs .title h3,
.block.floorplan-single .fp-details .specs .title h4,
.block.floorplan-single .fp-details .specs .title h5 {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .specs ul {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  list-style: none;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.block.floorplan-single .fp-details .specs ul li {
  padding: 8px 15px 0;
  line-height: 2;
  color: var(--heading);
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block.floorplan-single .fp-details .specs ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .specs ul li strong,
.block.floorplan-single .fp-details .specs ul li p {
  font-size: 1.2rem;
}
.block.floorplan-single .fp-details .specs ul li strong {
  margin-right: 5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
}
.block.floorplan-single .fp-details .description {
  background-repeat: repeat;
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .description h3 {
  font-size: 1.8rem;
}
.block.floorplan-single .fp-details .description .descriptive-text p {
  margin-top: 10px;
  color: var(--heading);
  opacity: 0.9;
}
.block.floorplan-single .fp-details .additional {
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .additional h4 {
  background-color: #cccccc;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel {
  display: flex;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-prev,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-next {
  display: none;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-stage {
  display: flex;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item img {
  max-height: 70px;
  width: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details {
  padding: 0 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image .bed-bath,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details .bed-bath {
  line-height: 1;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
  font-size: 1.2rem;
  color: var(--primaryText);
}
@media only screen and (min-width: 375px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item {
    display: flex;
    flex-direction: row;
  }
}
.block.floorplan-single .fp-details .additional .owlNext {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  min-width: unset;
  padding: 1px 6px;
  position: absolute;
  right: 1.5rem;
  bottom: 5.5rem;
}
.block.floorplan-single .fp-details .additional .owlNext i {
  color: black;
  font-size: 2rem;
}
.block.floorplan-single .contact-info {
  padding: 0 15px;
}
.block.floorplan-single .contact-info .title {
  margin: 10px 0;
}
.block.floorplan-single .contact-info .v-tour,
.block.floorplan-single .contact-info .box {
  margin-bottom: 16px;
  width: 100%;
}
.block.floorplan-single .contact-info .v-tour .vt-btn {
  display: none;
  padding: 18px 15px;
  background-color: red;
  border-radius: 0;
  width: 100%;
  min-width: unset;
  font-size: 1.4rem;
  font-weight: 400;
  transition: none;
  justify-content: center;
  align-items: center;
}
.block.floorplan-single .contact-info .v-tour .vt-btn:hover,
.block.floorplan-single .contact-info .v-tour .vt-btn:focus {
  color: var(--primaryText);
}
.block.floorplan-single .contact-info .box {
  padding: 18px 15px 8px;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box a,
.block.floorplan-single .contact-info .box p,
.block.floorplan-single .contact-info .box label,
.block.floorplan-single .contact-info .box .form-group span {
  font-size: 1.36rem;
}
.block.floorplan-single .contact-info .box a {
  color: var(--primary);
}
.block.floorplan-single .contact-info .box a:hover,
.block.floorplan-single .contact-info .box a:focus {
  text-decoration: underline;
}
.block.floorplan-single .contact-info .box form label {
  color: var(--primaryHeading) !important;
  font-size: 1.2rem;
}
.block.floorplan-single .contact-info .box form .form-group {
  margin-bottom: 12px;
}
.block.floorplan-single .contact-info .box form .form-group.required label::after,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) label::after {
  color: var(--primaryText);
}
.block.floorplan-single .contact-info .box form .form-group.required input,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) input {
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box form input[type="submit"],
.block.floorplan-single .contact-info .box form input[type="button"],
.block.floorplan-single .contact-info .box form input[type="reset"],
.block.floorplan-single .contact-info .box form button {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
}
.block.floorplan-single .contact-info .box form input[type="submit"]:hover,
.block.floorplan-single .contact-info .box form input[type="button"]:hover,
.block.floorplan-single .contact-info .box form input[type="reset"]:hover,
.block.floorplan-single .contact-info .box form button:hover {
  background: var(--secondary);
  color: #fff;
}
.block.floorplan-single .contact-info .box form .fields {
  color: var(--primaryText);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs ul {
    grid-template-columns: repeat(2, 2fr);
  }
  .block.floorplan-single .fp-details .specs ul li:not(:last-child) {
    border-bottom: none;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(1),
  .block.floorplan-single .fp-details .specs ul li:nth-child(2) {
    border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 1000px) {
  .block.floorplan-single .inner {
    display: flex;
    flex-direction: row;
  }
  .block.floorplan-single .fp-details {
    width: 75%;
  }
  .block.floorplan-single .fp-details .specs ul {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: transparent;
  }
  .block.floorplan-single .fp-details .specs ul li {
    flex: 1;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding: 15px 0 0;
  }
  .block.floorplan-single .fp-details .specs ul li strong {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--secondary);
    opacity: 0.5;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .block.floorplan-single .contact-info {
    width: 25%;
  }
}
.block.sitemap {
  padding: 64px 0;
}
.block.sitemap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block.sitemap .title * {
  color: var(--primaryHeading);
  font-size: 3rem !important;
  margin-bottom: 20px;
}
.block.sitemap .nav-list {
  padding: 0 15px;
  width: 100%;
}
.block.sitemap ul {
  padding-left: 40px;
  margin-bottom: 10px;
}
.block.sitemap a {
  color: var(--primaryText);
}
.block.sitemap a:hover,
.block.sitemap a:focus {
  color: var(--primary);
  text-decoration: underline;
}
.block.sitemap a:has(svg) {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: var(--primary);
  border: 1px solid #fff;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 3px;
}
.block.sitemap a:has(svg) svg {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.block.sitemap a:has(svg) svg * {
  fill: #fff;
}
.block.sitemap a:has(svg):hover,
.block.sitemap a:has(svg):focus {
  background-color: var(--secondary);
  color: #fff;
  text-decoration: none;
}
.block.sitemap a:has(svg):hover svg *,
.block.sitemap a:has(svg):focus svg * {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .block.sitemap .inner {
    flex-direction: row;
  }
  .block.sitemap .nav-list {
    width: 50%;
    max-width: 450px;
  }
}
.block.faqs-new {
  position: relative;
  padding: 45px 20px;
}
.block.faqs-new .inner {
  display: flex;
  flex-direction: column;
}
.block.faqs-new .inner .faq-list,
.block.faqs-new .inner .faq-answer-holder {
  width: 100%;
}
.block.faqs-new .faq-list {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.block.faqs-new .faq-answer {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.block.faqs-new .faq-question {
  background: none;
  margin-bottom: 10px;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--primary);
}
.block.faqs-new .faq-question * {
  color: #fff;
  font-size: 1.8rem;
}
.block.faqs-new .faq-answer-holder {
  display: none;
}
.block.faqs-new .faq-answer-holder p,
.block.faqs-new .faq-answer p {
  margin-bottom: 20px;
}
.block.faqs-new .faq-answer-holder p + h1,
.block.faqs-new .faq-answer p + h1,
.block.faqs-new .faq-answer-holder p + h2,
.block.faqs-new .faq-answer p + h2,
.block.faqs-new .faq-answer-holder p + h3,
.block.faqs-new .faq-answer p + h3,
.block.faqs-new .faq-answer-holder p + h4,
.block.faqs-new .faq-answer p + h4,
.block.faqs-new .faq-answer-holder p + h5,
.block.faqs-new .faq-answer p + h5,
.block.faqs-new .faq-answer-holder p + h6,
.block.faqs-new .faq-answer p + h6 {
  margin-top: 40px;
}
.block.faqs-new .faq-answer-holder p a,
.block.faqs-new .faq-answer p a {
  color: var(--primary);
  text-decoration: underline;
}
.block.faqs-new .faq-answer-holder p a:hover,
.block.faqs-new .faq-answer p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .block.faqs-new .inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .block.faqs-new .inner .faq-list {
    width: 300px;
    padding: 0 20px 0 0;
    margin: 0;
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
  .block.faqs-new .inner .faq-question {
    background: transparent;
  }
  .block.faqs-new .inner .faq-question * {
    color: var(--primary);
  }
  .block.faqs-new .inner .faq-question.active {
    background: var(--primary);
  }
  .block.faqs-new .inner .faq-question.active * {
    color: #fff;
  }
  .block.faqs-new .inner .faq-answer {
    display: none;
  }
  .block.faqs-new .inner .faq-answer-holder {
    display: block;
    width: calc(100% - 340px);
  }
}
#rs-builder .faqs-new .faq-answer {
  display: block;
  height: auto;
}
#rs-builder .faqs-new .faq-question {
  background: var(--primary);
}
#rs-builder .faqs-new .faq-question * {
  color: #fff;
}
#rs-builder .faqs-new .faq-answer-holder {
  display: none;
}
#rs-builder .faqs-new .faq-list {
  width: 100%;
}
article.text-content {
  position: relative;
  padding: 90px 15px 60px;
}
article.text-content p,
article.text-content ul,
article.text-content ol,
article.text-content dl {
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: var(--primaryText);
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}
article.text-content a {
  color: var(--red);
}
article.text-content a:hover,
article.text-content a:focus {
  text-decoration: underline;
}
article.text-content h2 {
  font-size: 3.6rem;
  color: var(--gray-md);
  font-family: var(--heading);
}
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  padding: 10px 0;
  font-size: 1.6rem;
  color: var(--primaryText);
  font-family: var(--main);
}
@media screen and (min-width: 768px) {
  article.text-content {
    padding: 90px 30px 60px;
    margin: 0 40px;
  }
}
.box-feature {
  position: relative;
  padding: 125px 20px;
  text-align: center;
  background: url(/ledge/assets/img/geo.png) center top no-repeat;
  background-size: cover;
}
.box-feature h5 {
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 20px;
}
.box-feature a {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.box-feature a:hover {
  background: var(--secondary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .box-feature {
    padding: 40vh 20px;
  }
  .box-feature h5 {
    font-size: 5rem;
  }
}
.contact {
  position: relative;
  padding: 45px 20px;
}
.contact aside {
  position: relative;
}
.contact aside > div {
  padding: 15px;
  background: #F9F9F9;
  border-bottom: 2px solid var(--primary);
  margin-bottom: 20px;
}
.contact aside a {
  color: var(--text);
}
.contact aside a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.contact aside p + p {
  padding-top: 10px;
}
.contact form {
  margin-top: 25px;
}
.contact .contact-form .fields {
  display: flex;
  flex-direction: column;
}
.contact .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .field {
  width: 100%;
  margin-bottom: 20px;
}
.contact label {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .contact .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact aside {
    width: 30%;
  }
  .contact article,
  .contact .contact-form {
    width: 67%;
  }
  .contact .contact-form .fields {
    flex-direction: row;
  }
}
.faqs {
  position: relative;
  padding: 45px 20px;
}
.faqs h1,
.faqs h2,
.faqs h3,
.faqs h4,
.faqs h5,
.faqs h6 {
  margin-bottom: 10px;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 1.8rem;
}
.faqs p {
  margin-bottom: 20px;
}
.faqs p + h1,
.faqs p + h2,
.faqs p + h3,
.faqs p + h4,
.faqs p + h5,
.faqs p + h6 {
  margin-top: 40px;
}
.faqs p a {
  color: var(--primary);
  text-decoration: underline;
}
.faqs p a:hover {
  text-decoration: none;
}
.faqs .faq-item > * {
  display: none;
}
.faqs .faq-item > h3 {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faqs .inner {
    display: flex;
    justify-content: space-between;
  }
  .faqs .faq-sidebar {
    width: 300px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
  }
  .faqs .faq-sidebar h3 {
    background: none;
    color: var(--primary);
  }
  .faqs .faq-sidebar h3.active {
    background: var(--primary);
    color: #fff;
  }
  .faqs article {
    width: calc(100% - 341px);
  }
}
.feature {
  position: relative;
  padding: 20px;
}
.feature article {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 3px;
}
.feature article p,
.feature article ul,
.feature article ol,
.feature article dl {
  padding-bottom: 1.5rem;
}
.feature aside {
  border-top: 3px solid var(--primary);
}
.feature aside ul {
  padding-bottom: 45px;
}
.feature aside li {
  list-style: none;
  box-sizing: border-box;
  padding: 45px 15px 0;
  text-align: center;
}
.feature aside img {
  border-radius: 100%;
  margin: 0 auto 25px;
}
.feature aside h1,
.feature aside h2,
.feature aside h3,
.feature aside h4,
.feature aside h5,
.feature aside h6 {
  color: var(--secondaryText);
  font-size: 2.4rem;
}
.feature aside p a {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.feature aside p a:hover {
  background: var(--secondary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature li {
    width: 50%;
    overflow: hidden;
    text-align: left;
  }
  .feature li img {
    float: left;
    width: 30%;
    margin: 0 5% 25px 0;
  }
  .feature li h3 {
    padding-top: 20px;
  }
}
#footer {
  position: relative;
  padding: 45px 20px;
  margin-top: -3px;
  background: var(--primary);
  color: #fff;
  text-align: center;
}
#footer .col {
  padding: 0 5px 40px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
#footer .social-list .social a {
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .social-list .social a svg {
  height: 20px;
  width: 20px;
}
#footer .social-list .social a svg * {
  fill: #fff;
  transition: fill 0.3s ease;
}
#footer .social-list .social a:hover,
#footer .social-list .social a:focus {
  background-color: var(--secondary);
}
#footer .social-list .social:has(a[href=""]) {
  display: none;
}
#footer h6 {
  font-size: 2rem;
  margin: 0;
}
#footer a.button {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  background: #333;
  line-height: 1.5;
  font-size: 1.6rem !important;
  height: fit-content;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
}
#footer a.button:hover {
  background: var(--secondary);
  color: #fff;
}
#footer a.button svg {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
#footer a.button svg * {
  fill: #fff;
}
#footer a.button:hover,
#footer a.button:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    position: relative;
    display: flex;
  }
  #footer .col {
    flex: 1;
  }
}
.gallery {
  position: relative;
  padding: 20px;
}
.gallery ul {
  list-style: none;
  overflow: hidden;
}
.gallery ul li {
  position: relative;
  overflow: hidden;
}
.gallery ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.gallery ul a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: hidden;
}
.gallery ul img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: ease all 0.3s;
}
.gallery ul a:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}
.gallery ul li:nth-of-type(6n + 1) {
  float: left;
  width: 66%;
  margin-bottom: 1%;
}
.gallery ul li:nth-of-type(6n + 2) {
  float: right;
  width: 32.5%;
  margin-bottom: 0%;
}
.gallery ul li:nth-of-type(6n + 3) {
  float: right;
  width: 32.5%;
  margin-top: 1%;
}
.gallery ul li:nth-of-type(6n + 4) {
  position: relative;
  float: left;
  clear: left;
  width: 32.5%;
}
.gallery ul li:nth-of-type(6n + 5) {
  float: left;
  clear: left;
  width: 32.5%;
  margin-top: 1%;
}
.gallery ul li:nth-of-type(6n),
.gallery ul li:nth-of-type(6n + 6) {
  position: relative;
  float: right;
  width: 66%;
  margin-bottom: 1%;
  margin-top: -32.5%;
}
#header {
  position: relative;
  padding: 0 20px;
  background: #333;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#header.alt {
  height: 200px;
  padding-top: 5vh;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
#header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.4;
}
#header:not(.alt):before {
  background: linear-gradient(to right, #1D795F 0%, #501324 100%);
}
#header.alt:before {
  background: #ffebeb;
}
#header h1 {
  padding-bottom: 8vh;
  font-size: 6rem;
  color: var(--homePageHeading);
}
#header.alt h1 {
  color: var(--primary);
  font-size: 3.2rem;
  padding-bottom: 0;
}
#header p {
  padding-bottom: 1em;
}
#header .editable a {
  position: relative;
  display: block;
  line-height: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
#header .editable a:hover {
  background: var(--secondary);
  color: #fff;
}
#header a.special {
  display: block;
  margin: auto;
  max-width: 380px;
}
#header a.special img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header.alt {
    height: 400px;
  }
  #header.alt h1 {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 980px) {
  #header.alt {
    height: 600px;
  }
  #header.alt h1 {
    font-size: 9.6rem;
  }
}
#navwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#navwrap #nav {
  position: relative;
  padding: 20px 15px;
}
#navwrap .inner {
  position: relative;
}
#navwrap .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#navwrap #logo {
  position: relative;
  float: left;
  display: block;
  margin-left: 0;
  min-width: 60px;
  height: auto;
  max-height: 165px;
  width: 25%;
  max-width: 165px;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 500;
  margin-left: 15px;
}
#navwrap #logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#navwrap #grip {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  float: right;
  width: 45px;
  height: 39px;
  background: var(--primary);
  cursor: pointer;
  z-index: 16000;
  transition: ease all 0.3s;
}
#navwrap #grip:before,
#navwrap #grip:after {
  position: absolute;
  display: block;
  top: 9px;
  left: 9px;
  right: 9px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  content: "";
}
#navwrap #grip:after {
  top: auto;
  bottom: 9px;
}
#navwrap #grip span {
  position: absolute;
  display: block;
  top: 18px;
  left: 9px;
  right: 9px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  text-indent: -9999em;
  text-align: left;
}
#navwrap #grip:hover {
  background: var(--secondary);
}
@media screen and (min-width: 768px) {
  #navwrap #logo {
    margin-left: 0;
  }
}
#menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 90vw;
  z-index: 100;
  background: #7A482D;
  display: none;
}
@media screen and (min-width: 768px) {
  position: relative;
}
.testimonials {
  position: relative;
  padding: 45px 20px;
}
.testimonials .testimonial {
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial + .testimonial {
  margin-top: 20px;
}
.tricol {
  position: relative;
  padding: 45px 20px;
}
.tricol .inner {
  overflow: hidden;
}
.tricol .col {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.tricol h3 {
  margin-bottom: 8px;
  color: var(--secondaryText);
}
.tricol img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tricol ul {
  list-style: inside disc;
  margin: 0;
  padding: 6px 0 0 12px;
}
.tricol ul li {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .tricol .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tricol .col {
    width: calc(33.333% - 7px);
    padding: 0;
    margin-bottom: 20px;
  }
}
.triple {
  color: var(--white);
  padding: 0;
}
.triple .inner {
  width: 100%;
  max-width: 100%;
}
.triple .inner div {
  position: relative;
  flex: 1;
}
.triple .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  -moz-transform: scale(0.9999);
  pointer-events: none;
}
.triple .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 100vw;
  border-color: transparent transparent var(--primary) transparent;
  -moz-transform: scale(0.9999);
  pointer-events: none;
}
.triple .inner a {
  position: relative;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}
.triple .inner a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  transition: ease all 0.3s;
  pointer-events: none;
}
.triple .inner a:hover,
.triple .inner a:focus {
  text-shadow: 1px 1px 2px #000000;
}
.triple .inner a:hover:before,
.triple .inner a:focus:before {
  background: rgba(0, 0, 0, 0);
}
.triple .inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.triple .inner strong {
  position: absolute;
  display: block;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .triple .inner {
    display: flex;
  }
}
#mainwrap .triple:last-child .inner:after {
  border-color: transparent transparent var(--primary) transparent;
}
#welcome {
  position: relative;
  background: url(/ledge/assets/img/shatter.png) center no-repeat;
  background-size: cover;
  padding: 50px 0 160px;
}
#welcome article {
  position: relative;
  width: 900px;
  margin: auto;
  max-width: 90vw;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
#welcome article a {
  color: var(--primary);
  background: #fff;
}
#welcome article a:hover {
  text-decoration: underline;
}
#welcome footer {
  position: relative;
  width: 900px;
  margin: auto;
  max-width: 90vw;
  display: flex;
  background: transparent;
}
#welcome footer a {
  width: 90%;
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  background: var(--primary);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: ease all 0.3s;
  margin: auto;
}
#welcome footer a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: ease opacity 0.3s;
  pointer-events: none;
}
#welcome footer a:hover::after {
  opacity: 0.3;
}
#welcome footer a + a {
  background: var(--secondary);
}
#welcome footer a + a + a {
  background: var(--primary);
}
#welcome:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 80px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
  -moz-transform: scale(0.9999);
}
#welcome:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 50vw;
  border-color: transparent transparent #fff transparent;
  -moz-transform: scale(0.9999);
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15000;
}
.generic-supernav-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #222;
  opacity: 0.85;
}
.generic-supernav-overlay .primary {
  padding: 40px 20px 0;
}
.generic-supernav-overlay .primary a {
  color: #fff;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.generic-supernav-overlay .primary a:hover,
.generic-supernav-overlay .primary a:focus {
  color: var(--primary);
}
.generic-supernav-overlay .primary a:has(svg) {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: var(--primary);
  border: 1px solid #fff;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 3px;
  line-height: 1.75;
}
.generic-supernav-overlay .primary a:has(svg) svg {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.generic-supernav-overlay .primary a:has(svg) svg * {
  fill: #fff;
}
.generic-supernav-overlay .primary a:has(svg):hover,
.generic-supernav-overlay .primary a:has(svg):focus {
  background-color: var(--secondary);
  color: #fff;
}
.generic-supernav-overlay .primary a:has(svg):hover svg *,
.generic-supernav-overlay .primary a:has(svg):focus svg * {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay .primary a:has(svg) {
    font-size: 2.2rem;
  }
  .generic-supernav-overlay .primary a:has(svg) svg {
    height: 20px;
    width: 20px;
  }
}
.generic-supernav-overlay .secondary {
  padding: 30px 20px 0;
}
.generic-supernav-overlay .generic-social {
  padding-bottom: 30px;
  color: #fff;
}
.generic-supernav-overlay .generic-social li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
}
.generic-supernav-overlay .generic-social a {
  color: #fff;
  font-size: 24px;
  display: block;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 100%;
  background: var(--primary);
  text-align: center;
}
.generic-supernav-overlay .generic-social a:hover {
  background: #fff;
  color: var(--primary);
}
.generic-supernav-overlay .generic-social span {
  display: none;
}
.generic-supernav-overlay .generic-contact {
  padding: 20px;
  background: var(--primary);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.35;
}
.generic-supernav-overlay .generic-contact strong {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.generic-supernav-overlay .generic-contact a {
  color: #fff;
}
.generic-supernav-overlay .generic-contact a:hover {
  color: var(--primary);
}
.generic-supernav-overlay .generic-contact p + p {
  padding-top: 10px;
}
.generic-supernav-overlay .generic-logo {
  display: none;
}
.generic-supernav-overlay .generic-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.generic-supernav-overlay .generic-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay {
    display: flex;
  }
  .generic-supernav-overlay .inner {
    height: 100%;
    display: flex;
  }
  .generic-supernav-overlay .primary {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 3rem;
  }
  .generic-supernav-overlay .secondary {
    position: relative;
    width: 40%;
    background: #fff;
    display: flex;
    align-items: center;
  }
  .generic-supernav-overlay .secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -10000px;
    bottom: 0;
    content: "";
    background: #fff;
  }
  .generic-supernav-overlay .generic-logo {
    display: block;
    height: 20vh;
    max-height: 200px;
    min-height: 100px;
  }
  .generic-supernav-overlay .in {
    position: relative;
    width: 100%;
  }
  .generic-supernav-overlay .generic-social {
    padding: 75px 0;
  }
  .generic-supernav-overlay .generic-contact {
    background: none;
    padding: 0;
    color: #000;
  }
  .generic-supernav-overlay .generic-contact a {
    color: #000;
  }
}
.wow {
  opacity: 0;
  visibility: hidden;
  animation-fill-mode: forwards;
}
#rs-builder .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=style.css.map */
