@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
}
.button + a,
.button + button,
.button + submit {
  margin-left: 15px;
}
.button:hover,
.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.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 var(--button-text-color);
}
/**
* 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(--button-border-color) 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;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 2.5rem;
  text-align: center;
  color: var(--heading-color);
  letter-spacing: 1px;
}
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em {
  font-size: 1.75rem;
  color: var(--secondary-bg-color);
  display: block;
  font-family: var(--text-font);
  font-style: normal;
  padding-bottom: 15px;
}
h2,
.h2 {
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid var(--button-border-color);
  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;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
}
form .form-group:has(input[required]) label,
form .form-group:has(select[required]) label,
form .form-group:has(textarea[required]) label,
form .form-group:has(.required) label {
  position: relative;
}
form .form-group:has(input[required]) label:after,
form .form-group:has(select[required]) label:after,
form .form-group:has(textarea[required]) label:after,
form .form-group:has(.required) label:after {
  content: "*";
  position: relative;
  top: 0;
  right: 0;
  color: currentColor;
  margin-left: 2px;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  min-width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
form input[type="submit"] + a,
form input[type="button"] + a,
form input[type="reset"] + a,
form button + a,
form input[type="submit"] + button,
form input[type="button"] + button,
form input[type="reset"] + button,
form button + button,
form input[type="submit"] + submit,
form input[type="button"] + submit,
form input[type="reset"] + submit,
form button + submit {
  margin-left: 15px;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@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%;
  scroll-behavior: smooth;
}
body {
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 500;
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.inner > header {
  padding-bottom: 35px;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
}
#cookie-box #cookie-button::after,
#cookie-box #cookie-button::before {
  display: none;
}
.animated-element {
  opacity: 0;
}
#skip-link {
  position: fixed;
  top: 10px;
  right: 10px;
  transform: translateY(-200%);
  transition: transform 0.3s;
  z-index: 10000;
  padding: 12px;
  border-radius: 5px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
#skip-link a {
  color: var(--button-text-color);
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0 10px;
}
#skip-link:focus-within {
  transform: translateY(0%);
}
#nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 500;
  font-family: var(--heading-font);
}
#nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .menu {
  display: none;
}
#nav #grip {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: var(--primary-bg-color);
  text-align: center;
  z-index: 5000;
  padding: 3px 8px 8px;
  cursor: pointer;
  border-radius: 0;
}
#nav #grip .line {
  background: var(--text-color-alt);
  height: 2px;
  width: 35px;
  display: block;
  margin: 8px 0 0;
}
#nav #grip:hover,
#nav #grip:focus-visible {
  background: color-mix(in srgb, #fff 10%, var(--primary-bg-color));
}
#nav #logo {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
#nav #logo img {
  display: block;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #nav .inner {
    position: relative;
    max-width: 95%;
  }
  #nav .menu {
    width: 100%;
    display: block;
  }
  #nav .menu ul {
    float: right;
    background: var(--secondary-bg-color);
  }
  #nav .menu li {
    float: left;
    height: 50px;
  }
  #nav .menu a {
    display: block;
    padding: 0 20px;
    background: var(--secondary-bg-color);
    color: var(--text-color-alt);
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  #nav .menu a:hover {
    background: var(--primary-bg-color);
  }
  #nav #logo {
    height: 120px;
  }
  #nav #logo img {
    height: 120px;
    width: auto;
    max-width: none;
  }
}
.block.header {
  position: relative;
  background: var(--page-bg-color);
  padding: 0;
  height: fit-content;
  min-height: 100vh;
}
.block.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  opacity: 0.5;
}
.block.header .overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.header .scroll-down a {
  height: fit-content;
  width: fit-content;
  margin: auto;
  background: none !important;
  border-radius: 0;
  padding: 0;
}
.block.header .scroll-down img {
  object-fit: contain;
  height: 125px;
  margin: 0 auto;
  display: flex;
}
.block.header.slim {
  min-height: 55vh;
  height: fit-content;
}
.block.header.slim h1,
.block.header.slim h2,
.block.header.slim h3,
.block.header.slim h4,
.block.header.slim h5,
.block.header.slim h6 {
  font-size: 5rem;
}
.block.header .inner {
  position: static;
  height: 100%;
}
.block.header .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block.header .bg-box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.block.header .bg-box img {
  position: relative;
  display: block;
  height: 100%;
  min-width: 100%;
  max-width: 1000%;
  width: auto;
}
.block.header article {
  position: relative;
  padding: 200px 20px 0 20px;
  color: var(--text-color-alt);
  font-size: 1.8rem;
  text-align: center;
}
.block.header article h1,
.block.header article h2,
.block.header article h3,
.block.header article h4,
.block.header article h5,
.block.header article h6 {
  color: var(--text-color-alt);
  font-size: 1.8rem;
  text-align: center;
  margin: auto;
  max-width: 80%;
  padding: 0 0 20px;
  font-family: var(--text-font);
}
.block.header.slim article h1,
.block.header.slim article h2,
.block.header.slim article h3,
.block.header.slim article h4,
.block.header.slim article h5,
.block.header.slim article h6 {
  font-family: var(--heading-font);
}
.block.header .logo {
  position: relative;
}
.block.header .logo img {
  display: block;
  margin: auto;
  width: 180px;
}
.block.header a {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
  margin: auto;
}
.block.header a + a,
.block.header a + button,
.block.header a + submit {
  margin-left: 15px;
}
.block.header a:hover,
.block.header a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.header::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url("/whiskey/assets/img/white-ripped.png") bottom center repeat;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .block.header {
    min-height: 100vh;
  }
}
#rs-builder .rs-rs-bar {
  z-index: 1;
}
#rs-builder .block.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  background: rgba(0, 0, 0, 0.9);
  pointer-events: all;
  z-index: 1;
}
#footer {
  position: relative;
  padding: 50px 20px;
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  font-size: 1.8rem;
}
#footer:before {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 25px;
  content: "";
  background: url(/whiskey/assets/img/black-torn.png) bottom center no-repeat;
  background-size: cover;
}
#footer .inner img {
  max-width: 230px;
}
#footer .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
#footer .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  min-height: 24px;
  min-width: 24px;
}
#footer .scroll-top img {
  object-fit: contain;
  height: 125px;
  margin: 0 auto;
  display: flex;
}
#footer h6 {
  color: var(--heading-color-alt);
  font-size: 3.2rem;
  padding: 0 0 10px;
  margin: 0;
  font-family: var(--heading-font);
}
#footer h6.office-hours {
  font-size: 2.4rem;
  margin-top: 10px;
}
#footer h5 img {
  display: block;
  margin: auto;
}
#footer li {
  list-style: none;
}
#footer a {
  color: var(--text-color-alt);
}
#footer a:hover,
#footer a:focus {
  color: var(--text-color-alt);
  text-decoration: underline;
}
#footer .box {
  padding-bottom: 50px;
}
#footer .ada-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .equal-housing-icons {
  list-style: none;
  display: flex;
  display: inline-block;
}
#footer .equal-housing-icons li {
  display: inline-block;
}
#footer .equal-housing-icons li svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 48px 20px 80px;
  }
  #footer:before {
    position: absolute;
    top: -89px;
    left: 0;
    right: 0;
    height: 90px;
    content: "";
    background: url(/whiskey/assets/img/black-torn.png) bottom center repeat;
  }
  #footer .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .box {
    width: 33.3%;
    padding-bottom: 75px;
  }
  #footer h5 img {
    margin-left: 0;
  }
  #footer .copyright {
    width: 100%;
    border-top: 1px solid var(--primary-bg-color);
    padding-top: 15px;
    font-size: 1.7rem;
    display: flex;
    justify-content: space-between;
  }
}
.block.welcome {
  position: relative;
  padding: 50px 20px;
}
.block.welcome h2 {
  font-size: 5.2rem;
  text-transform: uppercase;
  color: var(--heading-color);
}
.block.welcome img {
  height: 140px;
  width: 140px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .block.welcome {
    padding-bottom: 0 !important;
    margin-bottom: 5px;
    padding-top: 100px !important;
  }
  .block.welcome .inner {
    overflow: hidden;
  }
  .block.welcome header {
    float: left;
    width: 30%;
    padding-bottom: 220px;
  }
  .block.welcome article {
    float: right;
    width: 65%;
    text-align: left;
  }
  .block.welcome figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    margin: 0;
  }
}
.header + .welcome {
  padding: 0px 20px 50px;
}
.block.image-box {
  position: relative;
}
.block.image-box h2,
.block.image-box h3,
.block.image-box h4,
.block.image-box h5,
.block.image-box h6 {
  margin: auto;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 10px 0;
  max-width: 350px;
}
.block.image-box figure {
  margin: 0;
}
.block.image-box article {
  position: relative;
  padding: 100px 30px;
  color: var(--text-color-alt);
  text-align: center;
  box-sizing: border-box;
}
.block.image-box p,
.block.image-box ul,
.block.image-box ol,
.block.image-box dl {
  padding-bottom: 1em;
  list-style: none;
}
.block.image-box a {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
}
.block.image-box a + a,
.block.image-box a + button,
.block.image-box a + submit {
  margin-left: 15px;
}
.block.image-box a:hover,
.block.image-box a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.image-box.dark article {
  background: var(--secondary-bg-color);
}
.block.image-box.dark h2,
.block.image-box.dark h3,
.block.image-box.dark h4,
.block.image-box.dark h5,
.block.image-box.dark h6 {
  color: var(--text-color-alt);
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
}
.block.image-box.light article {
  background: var(--primary-bg-color);
}
.block.image-box.light h2,
.block.image-box.light h3,
.block.image-box.light h4,
.block.image-box.light h5,
.block.image-box.light h6 {
  color: var(--text-color-alt);
  border-top: 1px solid var(--text-color-alt);
  border-bottom: 1px solid var(--text-color-alt);
}
.block.image-box.dark + .block.image-box {
  padding-top: 0;
  margin-top: -50px;
}
.block.image-box.dark + .block.image-box article {
  background: var(--primary-bg-color);
}
.block.image-box.dark + .block.image-box h2,
.block.image-box.dark + .block.image-box h3,
.block.image-box.dark + .block.image-box h4,
.block.image-box.dark + .block.image-box h5,
.block.image-box.dark + .block.image-box h6 {
  color: var(--text-color-alt);
  border-top: 1px solid var(--text-color-alt);
  border-bottom: 1px solid var(--text-color-alt);
}
.block.image-box.light + .block.image-box {
  padding-top: 0;
  margin-top: -50px;
}
.block.image-box.light + .block.image-box article {
  background: var(--secondary-bg-color);
}
.block.image-box.light + .block.image-box h2,
.block.image-box.light + .block.image-box h3,
.block.image-box.light + .block.image-box h4,
.block.image-box.light + .block.image-box h5,
.block.image-box.light + .block.image-box h6 {
  color: var(--text-color-alt);
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.image-box {
    padding: 0;
    background: var(--secondary-bg-color);
    overflow: hidden;
    font-size: 1.9rem;
  }
  .block.image-box article {
    padding: 100px 90px 200px 90px;
    text-align: left !important;
  }
  .block.image-box h2,
  .block.image-box h3,
  .block.image-box h4,
  .block.image-box h5,
  .block.image-box h6 {
    margin-left: 0;
    text-align: left;
  }
  .block.image-box .inner {
    max-width: 100%;
  }
  .block.image-box article {
    margin-left: 50%;
    padding: 200px 40px 300px;
  }
  .block.image-box article > div {
    max-width: 700px;
    margin: 0 auto;
  }
  .block.image-box figure {
    position: absolute;
    right: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .block.image-box figure img {
    float: right;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block.image-box.dark + .block.image-box {
    background: var(--primary-bg-color);
  }
  .block.image-box.light + .block.image-box {
    background: var(--secondary-bg-color);
  }
  .block.image-box + .block.image-box figure {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .block.image-box + .block.image-box figure img {
    float: left;
  }
  .block.image-box + .block.image-box article {
    margin-left: 0;
    margin-right: 50%;
  }
}
.block.simple-section {
  position: relative;
  padding: 50px 20px;
  text-align: center;
}
.block.simple-section h2,
.block.simple-section h3,
.block.simple-section h4,
.block.simple-section h5,
.block.simple-section h6 {
  color: var(--heading-color);
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 0;
  letter-spacing: 1px;
}
.block.simple-section p,
.block.simple-section ul,
.block.simple-section ol,
.block.simple-section dl {
  padding-bottom: 3rem;
}
.block.simple-section a {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
}
.block.simple-section a + a,
.block.simple-section a + button,
.block.simple-section a + submit {
  margin-left: 15px;
}
.block.simple-section a:hover,
.block.simple-section a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.simple-section.dark {
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
}
.block.simple-section.dark h2,
.block.simple-section.dark h3,
.block.simple-section.dark h4,
.block.simple-section.dark h5,
.block.simple-section.dark h6 {
  color: var(--heading-color-alt);
}
.block.simple-section.highlight {
  background: var(--primary-bg-color);
  color: var(--text-color-alt);
}
.block.simple-section.highlight h2,
.block.simple-section.highlight h3,
.block.simple-section.highlight h4,
.block.simple-section.highlight h5,
.block.simple-section.highlight h6 {
  color: var(--text-color-alt);
  border-top: 1px solid var(--secondary-bg-color);
  border-bottom: 1px solid var(--secondary-bg-color);
}
.block.simple-section article {
  max-width: 700px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .block.simple-section {
    padding: 90px 0 100px;
  }
}
.block.plain-gallery {
  position: relative;
  padding: 50px 20px;
  text-align: center;
}
.block.plain-gallery article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.block.plain-gallery .item {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
}
.block.plain-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.plain-gallery article::before,
  .block.plain-gallery article::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 25px;
    border-top: 2px solid var(--primary-bg-color);
    border-bottom: 2px solid var(--primary-bg-color);
    top: 125px;
  }
  .block.plain-gallery article::before {
    right: -80px;
  }
  .block.plain-gallery article::after {
    left: -80px;
  }
  .block.plain-gallery .item {
    width: calc(33.33% - 16px);
    height: 550px;
  }
}
.block.wide-image {
  position: relative;
  background: var(--secondary-bg-color);
}
.block.wide-image .inner {
  max-width: 100%;
}
.block.wide-image img {
  width: 100%;
}
.block.square-gallery {
  position: relative;
  padding: 50px 20px;
  color: var(--text-color-alt);
  box-sizing: border-box;
}
.block.square-gallery *,
.block.square-gallery *:before,
.block.square-gallery *:after {
  box-sizing: border-box;
}
.block.square-gallery .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.block.square-gallery .item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.block.square-gallery .item a {
  cursor: zoom-in;
}
.block.square-gallery .item::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.block.square-gallery .item img {
  transform: scale(1.01);
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.block.square-gallery .item:hover::after,
.block.square-gallery .item:focus-within::after {
  opacity: 0.4;
}
@media only screen and (min-width: 500px) {
  .block.square-gallery .item {
    width: calc(50% - 2.5px);
  }
}
@media screen and (min-width: 768px) {
  .block.square-gallery {
    background: none;
  }
  .block.square-gallery .inner {
    justify-content: left;
  }
  .block.square-gallery .item {
    width: calc(25% - 3.75px);
  }
}
.block.square-gallery + .block.explore {
  margin-top: 256px;
  position: relative;
}
.block.square-gallery + .block.explore::before {
  content: '';
  transition: 0.8s ease;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--secondary-bg-color));
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 1;
}
.slbWrap {
  cursor: zoom-out;
}
.slbContentOuter {
  cursor: default;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-color) !important;
  font-size: 2em;
  background-color: transparent !important;
  opacity: 0.8;
}
.slbContentOuter button::before {
  display: none;
}
.slbContentOuter button:hover,
.slbContentOuter button:focus {
  opacity: 1;
}
.slbContentOuter .slbArrow {
  width: 2em;
}
.slbContentOuter .slbArrow::after {
  border: 0.5em solid transparent;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  height: unset !important;
  width: unset !important;
  cursor: zoom-out;
  color: #fff;
}
.slbContentOuter .slbCaption {
  font-size: 16px;
  bottom: 3em !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.slbContentOuter .slbCaption-text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.slbContentOuter .slbCaption-text * {
  font-size: 16px;
}
.slbContentOuter .slbCaption-counter {
  font-size: 16px;
}
.block.generic-text {
  position: relative;
  background: var(--page-bg-color);
  padding: 50px 20px 100px;
  text-align: left;
}
.block.generic-text h1,
.block.generic-text h2,
.block.generic-text h3,
.block.generic-text h4,
.block.generic-text h5,
.block.generic-text h6 {
  text-align: left;
}
.block.generic-text h1 {
  font-size: 4rem;
}
.block.generic-text h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.block.generic-text h3,
.block.generic-text h4,
.block.generic-text h5,
.block.generic-text h6 {
  font-size: 2.5rem;
  margin: 15px 0;
}
.block.generic-text h2,
.block.generic-text h3,
.block.generic-text h4,
.block.generic-text h5 {
  font-weight: 700;
  letter-spacing: 2px;
}
.block.generic-text p,
.block.generic-text a,
.block.generic-text ul,
.block.generic-text ol {
  font-size: 1.6rem;
}
.block.generic-text p,
.block.generic-text ul,
.block.generic-text ol {
  margin-bottom: 10px;
}
.block.generic-text ul,
.block.generic-text ol {
  margin-left: 20px;
  list-style: none;
}
.block.generic-text a {
  color: #3273dc;
}
.block.generic-text a:hover,
.block.generic-text a:focus {
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block.generic-text {
    padding: 50px 20px 150px;
  }
}
.block.contact {
  position: relative;
  background: var(--page-bg-color);
  padding: 50px 20px 150px;
  text-align: left;
}
.block.contact h1,
.block.contact h2,
.block.contact h3,
.block.contact h4,
.block.contact h5,
.block.contact h6 {
  text-align: left;
}
.block.contact h1 {
  font-size: 4rem;
}
.block.contact h2,
.block.contact h3,
.block.contact h4,
.block.contact h5,
.block.contact h6 {
  font-size: 3.2rem;
  padding: 15px 0 0 0;
}
.block.contact h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.block.contact a {
  color: var(--text-color-alt);
}
.block.contact a:hover,
.block.contact a:focus {
  text-decoration: underline;
}
.block.contact p,
.block.contact a {
  font-size: 1.6rem;
}
.block.contact .field-wrap {
  padding-bottom: 12px;
}
.block.contact .widget {
  position: relative;
  padding: 40px 20px;
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  margin-bottom: 50px;
}
.block.contact .widget h2,
.block.contact .widget h3,
.block.contact .widget h4,
.block.contact .widget h5,
.block.contact .widget h6 {
  color: #BCBEC0;
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 10px 0;
}
.block.contact form .form-group {
  padding-bottom: 4px;
}
.block.contact form label {
  font-size: 1.6rem;
  font-weight: 400;
}
.block.contact form input,
.block.contact form select,
.block.contact form textarea {
  background-color: #EFEFEF;
  border: 0;
  padding: 6px 12px;
  font-size: 1.36rem;
  color: var(--text-color);
  text-indent: 0;
}
.block.contact form input,
.block.contact form select {
  height: 3.7rem;
}
.block.contact form button {
  margin: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.contact article {
    width: 65%;
  }
  .block.contact aside {
    width: 30%;
    font-size: 1.8rem;
  }
  .block.contact aside h2 {
    max-width: 65%;
    font-size: 2.4rem !important;
  }
  .block.contact form {
    padding-top: 20px;
  }
}
.generic-supernav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4000;
}
.generic-supernav-overlay .inner {
  position: relative;
  background: #fff;
  min-height: 100vh;
  box-sizing: border-box;
  display: block;
}
.generic-supernav-overlay .title * {
  text-align: left;
  font-size: 3rem;
  margin: 0 0 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.generic-supernav-overlay #close {
  position: absolute;
  box-sizing: border-box;
  top: 25px;
  right: 20px;
  height: 50px;
  width: 50px;
  background: var(--primary-bg-color);
  text-align: center;
  border-radius: 0px;
  z-index: 5000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.generic-supernav-overlay #close .line {
  background: var(--text-color-alt);
  height: 2px;
  width: 35px;
  position: absolute;
  transform-origin: center;
  top: 50%;
  left: 50%;
}
.generic-supernav-overlay #close .line:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.generic-supernav-overlay #close .line:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.generic-supernav-overlay #close:hover,
.generic-supernav-overlay #close:focus-visible {
  background: color-mix(in srgb, #fff 10%, var(--primary-bg-color));
}
.generic-supernav-overlay .primary {
  position: relative;
  padding: 50px 20px 0 50px;
}
.generic-supernav-overlay .secondary {
  position: relative;
  padding: 50px 20px 0 50px;
}
.generic-supernav-overlay a {
  color: var(--text-link-color);
  font-size: calc(2*1rem);
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay a {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .generic-supernav-overlay a {
    font-size: calc(2.5*1rem);
  }
}
.generic-supernav-overlay a:hover,
.generic-supernav-overlay a:focus {
  color: var(--text-link-color-hover);
}
.generic-supernav-overlay .mobile-only {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.generic-supernav-overlay .mobile-only a {
  position: relative;
  height: 44px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-family: var(--heading-font);
  cursor: pointer;
  text-transform: uppercase;
}
.generic-supernav-overlay .mobile-only a + a,
.generic-supernav-overlay .mobile-only a + button,
.generic-supernav-overlay .mobile-only a + submit {
  margin-left: 15px;
}
.generic-supernav-overlay .mobile-only a:hover,
.generic-supernav-overlay .mobile-only a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.generic-supernav-overlay address a,
.generic-supernav-overlay .phone-link a {
  color: var(--text-color);
  font-size: 1.6rem;
}
.generic-supernav-overlay address a:hover,
.generic-supernav-overlay .phone-link a:hover,
.generic-supernav-overlay address a:focus,
.generic-supernav-overlay .phone-link a:focus {
  color: var(--text-color);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
  }
  .generic-supernav-overlay .mobile-only {
    display: none;
  }
  .generic-supernav-overlay .inner {
    float: right;
    width: 600px;
  }
  .generic-supernav-overlay li {
    padding: 6px 0;
  }
  .generic-supernav-overlay #close {
    top: 55px;
    right: 90px;
  }
}
.block.floor-plans {
  padding: 80px 0;
}
.block.floor-plans .description {
  padding: 80px 15px;
}
.block.floor-plans .description p,
.block.floor-plans .description ul {
  margin-bottom: 10px;
}
.block.floor-plans .description h2,
.block.floor-plans .description h3,
.block.floor-plans .description h4,
.block.floor-plans .description h5 {
  margin-bottom: 20px;
}
.block.floor-plans .wrapper {
  position: relative;
  min-height: 750px;
  padding: 0 15px;
}
.block.floor-plans .wrapper .sidebar.opened {
  transform: translate(-15px);
  box-shadow: 1px 1px 4px #2b2b2b;
}
.block.floor-plans .wrapper .sidebar.opened form {
  visibility: visible;
}
.block.floor-plans .wrapper .sidebar.closed .open {
  display: block;
}
.block.floor-plans .wrapper .sidebar.closed .close {
  display: none;
}
.block.floor-plans .wrapper .sidebar.opened .open {
  display: none;
}
.block.floor-plans .wrapper .sidebar.opened .close {
  display: block;
}
.block.floor-plans .wrapper .sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  background-color: var(--secondary-bg-color);
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--text-color-alt);
  z-index: 10;
}
.block.floor-plans .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-bg-color);
  color: var(--button-text-color);
  border: none;
  box-shadow: 1px 2px 4px #2b2b2b;
}
.block.floor-plans .wrapper .sidebar button span {
  pointer-events: none;
  color: var(--text-color-alt);
}
.block.floor-plans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floor-plans .wrapper .sidebar h2,
.block.floor-plans .wrapper .sidebar h3,
.block.floor-plans .wrapper .sidebar h4,
.block.floor-plans .wrapper .sidebar h5 {
  font-size: 1.6rem;
  color: var(--text-color-alt);
  text-align: left;
}
.block.floor-plans .wrapper .sidebar form {
  transition: all 0.3s ease;
  visibility: hidden;
}
.block.floor-plans .wrapper .sidebar form fieldset {
  border: none;
  display: flex;
  flex-direction: column !important;
  padding: 0;
  margin: 0 0 16px 0;
}
.block.floor-plans .wrapper .sidebar form fieldset legend {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: var(--text-color-alt);
}
.block.floor-plans .wrapper .sidebar form fieldset label {
  font-size: 1.36rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--text-color-alt);
}
.block.floor-plans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floor-plans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.36rem;
  padding: 0 10px;
  line-height: 2;
  height: 32px;
  width: 100%;
  border-radius: 0;
  text-indent: 0;
  color: var(--text-color);
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Default */
}
.block.floor-plans .wrapper .sidebar form fieldset label .select-wrapper select option {
  color: var(--text-color);
}
.block.floor-plans .wrapper .sidebar form fieldset label .select-wrapper i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--heading-color);
  pointer-events: none;
}
.block.floor-plans .wrapper .floorplan-list {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  list-style: none;
}
.block.floor-plans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--secondary-bg-color);
  margin-bottom: 32px;
}
.block.floor-plans .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.floor-plans .wrapper .floorplan-list .floorplan .image img {
  width: 180px;
  border: 1px solid #ccc;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details h2,
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details h3,
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details h4,
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details h5 {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--text-color-alt);
  padding: 0 15px;
  text-align: left;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--text-color-alt);
  font-size: 1.36rem;
  letter-spacing: 1px;
  border-top: 1px solid #ccc;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul li:first-child {
  border-top: none;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
  line-height: 2;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--text-color-alt);
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details .details {
  display: none;
}
.block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  color: var(--text-color-alt);
  font-size: 1.36rem;
  padding: 4px 15px;
  font-style: italic;
  opacity: 0.8;
}
.block.floor-plans .wrapper .floorplan-list .floorplan.hidden {
  display: none;
}
.block.floor-plans .wrapper .floorplan-list #empty-list {
  color: var(--heading-color);
}
.block.floor-plans .wrapper .floorplan-list #empty-list .no-results {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.floor-plans .wrapper .floorplan-list #empty-list .try-again {
  font-size: 1.6rem;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 10px;
}
.block.floor-plans .wrapper .floorplan-list #empty-list.hidden {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .block.floor-plans {
    padding: 80px 32px;
  }
  .block.floor-plans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 15px;
  }
  .block.floor-plans .wrapper .sidebar {
    position: relative;
    transform: translate(0);
    height: auto;
  }
  .block.floor-plans .wrapper .sidebar button {
    display: none;
  }
  .block.floor-plans .wrapper .sidebar form {
    visibility: visible;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan {
    flex-direction: row;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .image {
    width: 20%;
    height: 100%;
    min-width: 180px;
    margin: 0;
    border: none;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details {
    padding: 20px 15px 0 15px;
    width: 80%;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details h2 {
    padding: 20px 0 0 0;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
    display: flex;
    flex-direction: column;
    border: none;
    flex: 1;
    padding: 8px 0;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
    color: var(--text-color-alt);
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .block.floor-plans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    padding: 0;
    display: block;
    font-size: 1.36rem;
    color: var(--text-color-alt);
    line-height: 2;
    margin-bottom: 10px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.block.floorplan {
  padding: 45px 20px 160px;
}
.block.floorplan .inner {
  display: flex;
  flex-direction: column;
}
.block.floorplan aside {
  position: relative;
  order: 2;
}
.block.floorplan .widget {
  background-color: var(--secondary-bg-color);
  color: var(--text-color-alt);
  padding: 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.block.floorplan .widget a {
  color: var(--text-color-alt);
  font-size: 1.3rem;
  line-height: 1.5;
}
.block.floorplan .widget a:hover,
.block.floorplan .widget a:focus {
  text-decoration: underline;
}
.block.floorplan .widget p {
  color: var(--text-color-alt);
  font-size: 1.3rem;
}
.block.floorplan .widget ul {
  list-style: none;
  display: flex;
}
.block.floorplan .widget li {
  max-width: 50%;
}
.block.floorplan .widget li + li {
  padding-left: 10px;
}
.block.floorplan .widget label {
  font-weight: bold;
}
.block.floorplan .widget h3 {
  color: var(--text-color-alt);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  text-align: left;
  margin-bottom: 20px;
}
.block.floorplan .widget button,
.block.floorplan .widget .button,
.block.floorplan .widget input[type="submit"] {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 8px;
  font-size: 1.6rem;
  cursor: pointer;
}
.block.floorplan .widget button::before,
.block.floorplan .widget .button::before,
.block.floorplan .widget input[type="submit"]::before,
.block.floorplan .widget button::after,
.block.floorplan .widget .button::after,
.block.floorplan .widget input[type="submit"]::after {
  display: none;
}
.block.floorplan article {
  order: 1;
  position: relative;
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  list-style: none;
}
.block.floorplan article h1 {
  text-align: left;
  font-size: 1.8rem;
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  padding: 8px;
}
.block.floorplan article a {
  display: block;
  color: #333;
}
.block.floorplan article .thumbnail {
  display: block;
  padding-bottom: 30px;
}
.block.floorplan article .thumbnail img {
  max-width: 99%;
  display: block;
  max-height: 100vh;
}
.block.floorplan article .info {
  padding-bottom: 30px;
}
.block.floorplan article .info * {
  font-size: 1.36rem;
}
.block.floorplan article dl {
  overflow: hidden;
  padding: 20px 15px 10px;
  margin: 0;
}
.block.floorplan article dt {
  text-transform: uppercase;
  float: left;
  width: 30%;
  clear: both;
  font-size: 1.36rem;
}
.block.floorplan article dd {
  float: left;
  font-size: 1.36rem;
}
.block.floorplan article p {
  clear: both;
  font-style: italic;
  font-size: 1.6rem;
}
.block.floorplan table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.block.floorplan table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font-size: 1.4rem;
}
.block.floorplan table tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
  background: #000000;
}
.block.floorplan table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.block.floorplan table td {
  font-size: 1.3rem;
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan table td:first-child {
  padding-top: 10px;
}
.block.floorplan table td:last-child {
  padding: 15px 0;
}
.block.floorplan table td:nth-of-type(1)::before {
  content: "Unit";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(2)::before {
  content: "Available Date";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(3)::before {
  content: "Starting Rent";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(4)::before {
  display: flex;
  justify-content: center;
}
.block.floorplan table td a {
  margin: 0 auto;
  width: fit-content;
}
.block.floorplan table td a[href="undefined"],
.block.floorplan table td a[href=""],
.block.floorplan table td a[href="#"],
.block.floorplan table td a[href="null"],
.block.floorplan table td a[href$="undefined"] {
  display: none;
}
.block.floorplan .addition-container {
  display: flex;
  flex-direction: column-reverse;
}
.block.floorplan .fp-box {
  padding: 8px;
  background-color: var(--secondary-bg-color);
}
.block.floorplan .fp-box * {
  color: var(--text-color-alt);
}
.block.floorplan .fp-box p {
  font-size: 1.3rem;
}
.block.floorplan .fp-box .empty {
  display: none;
}
.block.floorplan #unit-table {
  background-color: transparent;
}
.block.floorplan #unit-table h3 {
  color: var(--text-color);
}
.block.floorplan #unit-table p {
  color: var(--text-color);
}
.block.floorplan .additional {
  margin: 8px;
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
}
.block.floorplan .additional h3 {
  background-color: #cccccc;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.block.floorplan .additional .fp-owl-carousel {
  display: flex;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.block.floorplan .additional .fp-owl-carousel .owl-prev,
.block.floorplan .additional .fp-owl-carousel .owl-next {
  display: none;
}
.block.floorplan .additional .fp-owl-carousel .owl-stage {
  display: flex;
}
.block.floorplan .additional .fp-owl-carousel .item img {
  max-height: 70px;
  width: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block.floorplan .additional .fp-owl-carousel .item .image,
.block.floorplan .additional .fp-owl-carousel .item .item-details {
  padding: 0 10px;
}
.block.floorplan .additional .fp-owl-carousel .item .image h4,
.block.floorplan .additional .fp-owl-carousel .item .item-details h4 {
  font-size: 1.8rem;
  margin-bottom: 3px;
  text-align: left;
}
.block.floorplan .additional .fp-owl-carousel .item .image .bed-bath,
.block.floorplan .additional .fp-owl-carousel .item .item-details .bed-bath {
  line-height: 1;
}
.block.floorplan .additional .fp-owl-carousel .item .image span,
.block.floorplan .additional .fp-owl-carousel .item .item-details span {
  font-size: 1.2rem;
  color: var(--text-color);
}
@media only screen and (min-width: 375px) {
  .block.floorplan .additional .fp-owl-carousel .item {
    display: flex;
    flex-direction: row;
  }
}
.block.floorplan .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 .additional .owlNext i {
  color: black;
  font-size: 2rem;
}
.block.floorplan label {
  font-weight: normal !important;
  font-size: 1.3rem !important;
}
.block.floorplan input,
.block.floorplan textarea,
.block.floorplan select {
  font-size: 1.3rem !important;
}
.block.floorplan input {
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .block.floorplan .inner {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .block.floorplan aside {
    position: static;
    width: 250px;
    margin-left: 20px;
  }
  .block.floorplan aside form {
    padding-top: 10px;
  }
  .block.floorplan aside form .form-group {
    padding-bottom: 4px;
  }
  .block.floorplan aside form button {
    margin: 25px 0 20px;
  }
  .block.floorplan #unit-table {
    display: block;
    background-color: transparent;
  }
  .block.floorplan #unit-table h3 {
    color: var(--text-color);
    text-align: left;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 700;
  }
  .block.floorplan #unit-table table,
  .block.floorplan #unit-table p {
    color: var(--text-color-alt);
    background-color: var(--secondary-bg-color);
  }
  .block.floorplan #unit-table p {
    padding: 0 12px 8px;
  }
  .block.floorplan #unit-table p:last-of-type {
    padding-bottom: 12px;
  }
  .block.floorplan #unit-table table {
    width: 100%;
    text-align: left;
  }
  .block.floorplan #unit-table table thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    position: relative;
    width: 100%;
  }
  .block.floorplan #unit-table table tr {
    display: table-row !important;
  }
  .block.floorplan #unit-table table tr th {
    font-weight: bold;
    width: 50%;
    margin: 0;
    padding-left: 8px;
    border-right: 0;
    border-bottom: 0;
  }
  .block.floorplan #unit-table table tr td:first-of-type {
    padding: 5px;
    margin: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .block.floorplan #unit-table table tr td {
    padding: 5px !important;
    background: none !important;
    display: table-cell;
    text-align: start;
    font-size: 1.3rem;
  }
  .block.floorplan #unit-table table tr td::before {
    display: none;
  }
  .block.floorplan #unit-table table td a {
    margin: 0;
  }
  .block.floorplan #unit-table table tr:nth-child(odd) {
    margin: 0;
  }
  .block.floorplan article {
    width: calc(100% - 270px);
    padding: 0;
    background: none;
    border: 0;
  }
  .block.floorplan article .active-image {
    background-color: var(--secondary-bg-color);
  }
  .block.floorplan article .active-image img {
    margin: 0 auto;
    max-width: 99%;
  }
  .block.floorplan article dl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .block.floorplan article dt {
    border-bottom: 1px solid #ddd;
    clear: none;
    float: none;
    text-align: left;
    width: 100%;
  }
  .block.floorplan article dd {
    padding-left: 0;
    margin-left: 0;
  }
  .block.floorplan article .g1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .block.floorplan article .g2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .block.floorplan article .g3 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .block.floorplan article .g4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .block.floorplan article .g5 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .block.floorplan article .g6 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .block.floorplan article .g7 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .block.floorplan article .g8 {
    grid-area: 2 / 4 / 3 / 5;
  }
  .block.floorplan .widget {
    margin-bottom: 15px;
  }
  .block.floorplan .widget .droplist {
    display: block;
  }
  .block.floorplan .widget .droplist li {
    max-width: 100%;
    display: flex;
  }
  .block.floorplan .widget .droplist label {
    width: 45%;
    margin-right: 5%;
  }
  .block.floorplan .widget .droplist select {
    width: 50%;
  }
  .block.floorplan .widget .droplist li + li {
    padding: 10px 0 0 0;
  }
}
.block.floorplan article[data-type="manual"] .fp-box {
  display: none !important;
}
html.manual .fp-box {
  display: none !important;
}

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