/*!
Theme Name: FSCHS Full
Theme URI: https://underscoretw.com/
Author: And Partners
Author URI: https://andpartnersny.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fschsfull
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FSDC Full is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "PPNeueMontreal-Regular";

  src:
		url("fonts/PPNeueMontreal-Regular.woff2") format("woff2"),
		url("fonts/PPNeueMontreal-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Extra Light";

  src:
		url("fonts/nhaasgroteskdspro-35xlt-webfont.woff2") format("woff2"),
		url("fonts/nhaasgroteskdspro-35xlt-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Medium";

  src:
		url("fonts/nhaasgroteskdspro-65md-webfont.woff2") format("woff2"),
		url("fonts/nhaasgroteskdspro-65md-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "f37_britain_seriflight_italic";

  src:
		url("fonts/f37britainserif-lightitalic-webfont.woff2") format("woff2"),
		url("fonts/f37britainserif-lightitalic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "The Seasons Light";

  src:
		url("fonts/TheSeasons-Light.woff2") format("woff2"),
		url("fonts/TheSeasons-Light.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "f37_britain_serifRgIt";

  src:
		url("fonts/f37britainserif-regularitalic-webfont.woff2") format("woff2"),
		url("fonts/f37britainserif-regularitalic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "f37_britain_serifmedium";

  src:
		url("fonts/f37britainserif-medium-webfont.woff2") format("woff2"),
		url("fonts/f37britainserif-medium-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ATF Franklin Gothic Reg, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-family: "Neue Haas Grotesk Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 2300px) {
  .container {
    max-width: 2300px;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

img {
  margin: 0;
}

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 83.333333%;
  max-width: 1020px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .page-title,
.entry-title {
    width: 100%;
  }
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.article-content {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.article-content .entry-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
}

.article-content .entry-content * {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

footer {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media screen and (min-device-width: 375px) and (max-device-width: 850px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .page-content>*,
	body:not(.blog) .entry-header>*,
	body:not(.blog) .entry-content>*,
	footer>* {
    /* Content width from the `theme.json` file */
    margin-left: auto;
    margin-right: auto;
    width: 83.333333%;
    max-width: 1020px;
  }
}

.entry-content>.alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content>.alignfull {
  max-width: none;
}

.entry-content>.alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content>.alignright {
  float: right;
  margin-left: 2rem;
}

.parallax dl {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  font-family: ATF Franklin Gothic Reg, sans-serif;
  font-weight: 400;
}

@media (min-width: 640px) {
  .parallax dl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .parallax dl {
    gap: 100px;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[20px\] {
  left: 20px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.-z-10 {
  z-index: -10;
}

.-z-\[35\] {
  z-index: -35;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[2000\] {
  z-index: 2000;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-9 {
  grid-column-start: 9;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-auto {
  margin-left: auto;
}

.mr-\[5vw\] {
  margin-right: 5vw;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[10vw\] {
  margin-top: 10vw;
}

.mt-\[150px\] {
  margin-top: 150px;
}

.mt-\[180px\] {
  margin-top: 180px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[6px\] {
  height: 6px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-4 {
  width: 1rem;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[6px\] {
  width: 6px;
}

.w-\[84\%\] {
  width: 84%;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1244px\] {
  max-width: 1244px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[647px\] {
  max-width: 647px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[996px\] {
  max-width: 996px;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-mobile {
  grid-template-columns: repeat(4,1fr);
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-x-\[18px\] {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-tl-\[80px\] {
  border-top-left-radius: 80px;
}

.rounded-tr-\[80px\] {
  border-top-right-radius: 80px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#897041\] {
  --tw-border-opacity: 1;
  border-color: rgb(137 112 65 / var(--tw-border-opacity));
}

.border-darkgold {
  --tw-border-opacity: 1;
  border-color: rgb(137 112 65 / var(--tw-border-opacity));
}

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(206 177 124 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 245 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(35 43 43 / var(--tw-bg-opacity));
}

.bg-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(250 244 235 / var(--tw-bg-opacity));
}

.bg-softgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(162 188 154 / var(--tw-bg-opacity));
}

.bg-stone {
  --tw-bg-opacity: 1;
  background-color: rgb(120 110 99 / var(--tw-bg-opacity));
}

.bg-terracotta {
  --tw-bg-opacity: 1;
  background-color: rgb(115 64 46 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pb-\[36px\] {
  padding-bottom: 36px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-\[6px\] {
  padding-right: 6px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-200 {
  padding-top: 200px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: ATF Franklin Gothic Reg, sans-serif;
}

.font-sansMed {
  font-family: PPNeueMontreal-Regular, sans-serif;
}

.font-serifItalic {
  font-family: f37_britain_seriflight_italic, Times, serif;
}

.font-serifMed {
  font-family: The Seasons Light, Times, serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xl\/\[30px\] {
  font-size: 1.25rem;
  line-height: 30px;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.not-italic {
  font-style: normal;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.tracking-\[0\.975px\] {
  letter-spacing: 0.975px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-beige {
  --tw-text-opacity: 1;
  color: rgb(226 217 203 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-bronze {
  --tw-text-opacity: 1;
  color: rgb(170 142 115 / var(--tw-text-opacity));
}

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(251 251 245 / var(--tw-text-opacity));
}

.text-darkgold {
  --tw-text-opacity: 1;
  color: rgb(137 112 65 / var(--tw-text-opacity));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(35 43 43 / var(--tw-text-opacity));
}

.text-offwhite {
  --tw-text-opacity: 1;
  color: rgb(250 244 235 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-0 {
  opacity: 0;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

body {
  --tw-bg-opacity: 1;
  background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(251 251 245 / var(--tw-text-opacity));
}

#content sectionbody {
  color: #e2d9cb;
}

#content sectionbody a {
  color: #e2d9cb;
  border-bottom-color: #e2d9cb;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: The Seasons Light, Times, serif;
}

h1 {
  font-size: 27px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 42px;
  }
}

.single-post h3 {
  text-transform: none;
}

.default_content_section h3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
}

@media (min-width: 640px) {
  .default_content_section h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p,
#content p,
#content ul,
#content ol {
  margin-bottom: 24px;
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#content p.italicized {
  font-family: "Neue Haas Grotesk Extra Light";
}

.home header,
.page-template-page-residences header,
.page-template-page-lifestyle header,
.page-template-page-charleston header {
  opacity: 0;
  top: 0;
  color: white;
  transform: translateY(-100px);
}

#content p:last-child,
#content ul:last-child,
#content ol:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  p,
	#content p,
	#content ul,
	#content ol {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .6px;
  }

  #content p.italicized {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.26px;
    font-family: "f37_britain_seriflight_italic", "Times New Roman", Times,
			serif;
  }
}

@media screen and (min-width: 1024px) {
  #content p.italicized {
    font-size: 24px;
    line-height: 35.5px;
    letter-spacing: 1.44px;
  }
}

#content a:not(.leaflet-control-zoom-in, .leaflet-control-zoom-out),
#content button#amenitiesDialog {
  font-family: "PPNeueMontreal-Regular";
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #413528;
  color: #413528;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
}

#content button#amenitiesDialog {
  background: transparent;
  border: none;
  border-bottom: 1px solid #413528;
}

#content a:hover,
#content button#amenitiesDialog:hover {
  text-decoration: none;
  border-bottom: none;
}

#content .img-container a,
#content a.open-gallery {
  border: none;
  padding-bottom: 0;
}

#content figcaption,
#content p.team-caption {
  font-family: "The Seasons Light", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: inherit;
  padding-right: 35px;
}

#content .quote {
  font-family: "The Seasons Light", Times, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: normal;
}

@media screen and (min-width: 640px) {
  #content .quote {
    font-size: 30px;
  }

  #content .vision-parallax-content .quote {
    font-size: 42px;
  }
}

#content figcaption.large-caption {
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.975px;
}

@media screen and (min-width: 1024px) {
  #content figcaption,
	#content p.team-caption {
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.28px;
    padding-right: 0;
  }

  #content figcaption.large-caption {
    font-size: 24px;
    line-height: 35.5px;
    letter-spacing: 1.44px;
  }
}

#content section.bg-green {
  color: #e2d9cb;
}

#content section.bg-green a {
  color: #e2d9cb;
  border-bottom-color: #e2d9cb;
}

#content .bg-darkbrown {
  color: #e2d9cb;
}

#content .quote-block .quote_text {
  color: #6c5d53;
  text-align: center;
  font-family: "f37_britain_serifRgIt";
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 30.5px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

#content .quote-block .source_name {
  color: #6c5d53;
  text-align: center;
  font-family: "f37_britain_serifRgIt";
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0.455px;
  margin-bottom: 0;
}

#content .quote_bg~.quote-block .quote_text,
#content .quote_bg~.quote-block .source_name {
  color: #e2d9cb;
}

#content .bg-stone .quote-block .quote_text,
#content .bg-stone .quote-block .source_name {
  color: #413528;
}

#content .quote-block.bg-darkbrown .quote_text,
#content .quote-block.bg-darkbrown .source_name {
  color: #e2d9cb;
}

@media screen and (min-width: 640px) {
  #content .quote-block .quote_text,
	#content .quote_bg~.quote-block .source_name {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0.64px;
  }

  #content .quote_bg~.quote-block .quote_text,
	#content .quote_bg~.quote-block .source_name {
    color: #fff;
  }

  #content .quote_bg~.quote-block .quote_text {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1.26px;
  }

  #content .quote_bg~.quote-block .source_name {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.15px;
  }
}

@media screen and (min-width: 1024px) {
  #content .quote-block .quote_text {
    font-size: 36px;
    line-height: 55.5px;
    letter-spacing: 0.72px;
  }

  #content .quote_bg~.quote-block .quote_text {
    font-size: 24px;
    line-height: 35.5px;
    letter-spacing: 1.44px;
  }

  #content .quote-block .source_name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}

.aligncenter {
  margin: 0 auto;
}

p:only-of-type,
ul:only-of-type,
ol:only-of-type {
  margin-bottom: 0;
}

.page-template-page-team .default_content_section {
  border-radius: 170px 170px 0 0;
  border: 1px solid #CEB17C;
  background: #232B2B;
}

.default_content_section p,
.default_content_section ul,
.default_content_section ol {
  font-size: 16px;
  line-height: 20px;
}

.default_content_section ul {
  list-style-type: disc;
}

.default_content_section ul li,
.default_content_section ol li {
  margin-left: 20px;
  padding-bottom: 10px;
}

.default_content_section li ul,
.default_content_section li ol {
  margin-bottom: 0;
}

.default_content_section ol {
  list-style-type: decimal;
}

.default_content_section ol[type="A"] {
  list-style-type: upper-alpha;
}

.default_content_section ol[type="i"] {
  list-style-type: lower-roman;
}

.entry-content .default_content_section a {
  text-decoration: underline;
}

.default_content_section .entry-content a:hover {
  text-decoration: none;
}

.entry-content h3 a:hover {
  text-decoration: none;
}

b,
strong {
  font-family: PPNeueMontreal-Regular, sans-serif;
}

dt {
  padding-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (min-width: 640px) {
  dt {
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

dd {
  padding-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  dd {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  dd {
    font-size: 32px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td,
table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 10px;
}

table th {
  text-align: left;
}

table td {
  vertical-align: top;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}

.home header #mainMenuControl {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s;
}

.fadeOut {
  opacity: 0 !important;
  transition: opacity 0.3s ease-out;
}

.fadeIn {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
}

.animate-fadeIn {
  opacity: 0;
}

.animate-fadeInOverlay {
  opacity: 0;
  animation: fadeInOverlay 1.5s ease-in-out 2s forwards;
}

.animate-fadeIn-scroll {
  animation: 1s both fadeIn 0.5s;
}

.header_text.animate-fadeIn-scroll {
  animation:
		2.5s both fadeIn 2s,
		2s shrink 2s;
}

#scrollDown.animate-fadeIn-scroll {
  animation:
		1s both fadeIn 2.4s,
		1.2s slideDown 2.4s;
}

.animate-fadeIn-scroll.slideUp {
  animation:
		2s both fadeIn 0.5s,
		2s slideUp 0.5s;
}

li.animate-fadeIn-scroll.slideUp {
  animation:
		2s both fadeIn 0.5s,
		1.5s slideUp 0.5s;
}

.animate-fadeIn-scroll.slideUp.animate-delay1 {
  animation:
		2s both fadeIn 0.7s,
		1.5s slideUp 0.7s;
}

.animate-fadeIn-scroll.slideUp.animate-delay2 {
  animation:
		2s both fadeIn 0.9s,
		1.5s slideUp 0.9s;
}

.animate-fadeIn-scroll.animate-slideFromBottom {
  animation:
		1.5s both fadeIn 0.2s,
		1.5s slideFromBottom 0.2s;
}

.animate-fadeIn-scroll.animate-slideFromLeft {
  animation:
		1.5s both fadeIn 0.2s,
		1.5s slideFromLeft 0.2s;
}

.animate-fadeIn-scroll.animate-slideFromRight {
  animation:
		1.5s both fadeIn 0.2s,
		1.5s slideFromRight 0.2s;
}

.new-chapter {
  color: #e2d9cb;
  padding: 70px 30px;
}

#content h2 {
  font-family: "The Seasons Light";
  font-size: 27px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
}

.page-template-page-legal #content h2 {
  margin-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
  text-align: center;
}

.page-template-page-legal #content h3 {
  margin-bottom: 5px;
}

.page-template-page-legal #content h2:not(:first-child) {
  margin-top: 56px;
}

@media screen and (min-width: 640px) {
  #content h2 {
    font-size: 42px;
    line-height: 125%;
  }

  .new-chapter {
    padding: 120px 0;
  }

  .new-chapter h2 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .new-chapter {
    padding: 161px 0;
  }

  .new-chapter h2 {
    margin-bottom: 46px;
  }
}

#mainMenuControl {
  text-indent: -9000px;
  text-transform: capitalize;
  width: 30px;
  height: 8px;
  display: block;
  background: none;
  position: relative;
}

#mainMenuControl:focus-visible {
  outline: none;
}

#mainMenuControl::after {
  content: "";
  display: block;
  width: 25px;
  border-top: 1px solid #FBFBF5;
  border-bottom: 1px solid #FBFBF5;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 6px;
}

#mainMenuControl.open {
  background: url(./img/close_button.svg) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

#mainMenuControl.open::after {
  display: none;
}

.home header #mainMenuControl {
  opacity: 100;
}

.home header #inquireBtn {
  transition: opacity 0.5s ease-in-out 0.3s;
  opacity: 100;
}

header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header a {
  letter-spacing: 1.1px;
}

.home header,
.page-template-page-residences header,
.page-template-page-charleston header,
.page-template-page-lifestyle header {
  height: 64px;
}

header.animateIn {
  animation: 2s both slideDownHeader 0s;
  position: absolute;
}

.masthead-hero-image {
  animation: 8s ease-out both zoomInSlight 0.3s;
}

header.scrolled {
  opacity: 0;
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(35 43 43 / var(--tw-bg-opacity));
}

#content sectionheader.scrolled {
  color: #e2d9cb;
}

#content sectionheader.scrolled a {
  color: #e2d9cb;
  border-bottom-color: #e2d9cb;
}

header.scrolled {
  animation: 0.5s both slideDownHeader 0.2s;
  background-repeat: no-repeat;
}

header.back-to-top {
  opacity: 1;
  animation: 0.5s both slideUpHeader 0s,
		0.2s both fadeOutBg 0.2s;
  transform: none !important;
  position: absolute;
}

header.scrolled~.masthead {
  margin-top: 0;
}

.mobile-logo {
  display: block;
  padding: 64px 0 50px;
  z-index: 100;
}

.page-template-page-legal header,
.page-template-page-gallery header,
.page-template-page-team header,
.page-template-page-contact header,
.page-template-page-thank-you header {
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 43 43 / var(--tw-bg-opacity));
}

#content section.page-template-page-legal header,#content section
.page-template-page-gallery header,#content section
.page-template-page-team header,#content section
.page-template-page-contact header,#content section
.page-template-page-thank-you header {
  color: #e2d9cb;
}

#content section.page-template-page-legal header a,#content section
.page-template-page-gallery header a,#content section
.page-template-page-team header a,#content section
.page-template-page-contact header a,#content section
.page-template-page-thank-you header a {
  color: #e2d9cb;
  border-bottom-color: #e2d9cb;
}

.page-template-page-legal header,
.page-template-page-gallery header,
.page-template-page-team header,
.page-template-page-contact header,
.page-template-page-thank-you header {
  position: fixed;
}

.page-template-page-contact header,
.page-template-page-thank-you header {
  background: transparent;
  position: relative;
}

.small-logo {
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-16px);
}

header.scrolled .small-logo {
  opacity: 1;
  animation: 0.5s both fadeIn 0.2s;
}

.page-template-page-legal header .small-logo,
.page-template-page-gallery header .small-logo,
.page-template-page-contact header .small-logo,
.page-template-page-team header .small-logo,
.page-template-page-thank-you header .small-logo {
  opacity: 1;
}

.small-logo a {
  background: url(./img/logo_mark_cream.svg) no-repeat;
  background-size: 32px 50px;
  background-position: center;
  display: block;
  width: 32px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  text-indent: -999em;
  border-width: 0;
}

header .description {
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: PPNeueMontreal-Regular, sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.04em;
  color: rgba(170, 142, 115, 1);
  transition: opacity 0.3s ease-in 0.3s;
}

.home header .description {
  opacity: 0;
}

.home header.scrolled .description {
  opacity: 1;
}

#content {
  position: relative;
  overflow-x: hidden;
}

header.scrolled+#content {
  transition: padding-top 0.5s ease-in-out;
  padding-top: 80px;
}

header.scrolled.slideUp,
header.slideUp {
  transform: translateY(-80px);
}

.menu-language-switcher-container {
  position: fixed;
  z-index: 100;
  top: 24px;
  right: 30px;
  display: flex;
  opacity: 1;
  transition: opacity 0.3s ease-in 0.3s;
  color: black;
  --webkit-font-smoothing: antialiased;
}

.home .menu-language-switcher-container {
  opacity: 0;
}

.menu-language-switcher-container.scrolled {
  opacity: 1;
}

.menu-language-switcher-container ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

.menu-language-switcher-container ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 22px;
  font-family: PPNeueMontreal-Regular, sans-serif;
}

.menu-language-switcher-container ul li a:hover {
  text-decoration: underline;
}

.menu-language-switcher-container ul li::before {
  content: "|";
  display: block;
  margin: 0 8px;
}

.menu-language-switcher-container ul li:first-child::before {
  content: "";
  display: none;
}

#main-menu {
  display: none;
}

#mobile-navigation {
  position: fixed;
  z-index: -10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition:
		opacity 0.3s ease-in,
		z-index 0.3s ease-in;
}

#mobile-navigation::before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(35 43 43 / var(--tw-bg-opacity));
}

#content section#mobile-navigation::before {
  color: #e2d9cb;
}

#content section#mobile-navigation a::before {
  color: #e2d9cb;
  border-bottom-color: #e2d9cb;
}

#mobile-navigation::before {
  --tw-text-opacity: 1;
  color: rgb(251 251 245 / var(--tw-text-opacity));
  position: fixed;
}

#mobile-navigation.open {
  opacity: 1;
  z-index: 51;
  width: 100%;
}

#menuOverlay {
  transition:
		opacity 0.3s ease-in,
		z-index 0.3s ease-in;
}

#mobile-navigation.open+#menuOverlay {
  opacity: 0.35;
  z-index: 35;
}

#mobile-navigation div[class^="menu-mobile-menu"] {
  width: 100%;
  padding: 0;
  height: 100vh;
}

#mobile-navigation div[class^="menu-mobile-menu"]>ul {
  --tw-text-opacity: 1;
  color: rgb(251 251 245 / var(--tw-text-opacity));
  text-align: center;
  font-family: "The Seasons Light", Times, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

#mobile-navigation.open~header {
  background-color: transparent;
}

#mobile-navigation li.sub-menu>a {
  display: none;
}

#mobile-navigation ul.sub-menu {
  font-family: PPNeueMontreal-Regular, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-top: 24px;
}

#mobile-navigation li {
  padding-bottom: 32px;
}

#mobile-navigation li:last-child {
  margin-top: 144px;
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin: 0;
  position: absolute;
  bottom: 100px;
}

.left-aligned_text_with_one_image h3,
.right-aligned_text_with_one_image h3 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: PPNeueMontreal-Regular, sans-serif;
}

.contact-info>* {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.24px;
}

.standard-content>* {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
}

.standard-content h1,
body:not(.single) .entry-header h1,
.post-type-archive-units .entry-content h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}

.standard-content h3 {
  font-family: ATF Franklin Gothic Reg, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(170 142 115 / var(--tw-text-opacity));
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 350;
}

@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.img-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .img-container,
	.img-container img {
    height: 100vh;
  }

  .img-container.animate-fadeIn-scroll img {
    animation: zoomOut 1.5s ease-in-out;
  }
}

@media (max-aspect-ratio: 1/1) {
  .img-container {
    height: auto;
    overflow: auto;
  }

  img {
    animation: none;
    height: auto;
  }
}

.next_page a {
  background: url("./img/right_carat.svg") no-repeat;
  background-size: 8px 14px;
  background-position: center right;
}

.news-items> :first-child {
  grid-column: 1;
  padding-bottom: 0;
  display: block;
}

.news-items> :first-child figure {
  width: 100%;
}

.news-items> :first-child .article-content {
  width: 100%;
}

.news-items> :first-child .article-content>* {
  padding-left: 0;
}

.news-items .article-content .entry-header {
  display: block;
}

.article-content .entry-content>* {
  font-size: 14px;
  font-weight: 350;
  line-height: 26px;
}

a.cta,
button.cta {
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(170 142 115 / var(--tw-text-opacity));
}

button.cta:hover {
  color: black;
  text-decoration: underline;
}

.left-aligned_text_with_three_image_group h2,
.right-aligned_text_with_three_image_group h2 {
  font-family: ATF Franklin Gothic Reg, sans-serif;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(170 142 115 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px) {
  .left-aligned_text_with_three_image_group h2,
.right-aligned_text_with_three_image_group h2 {
    font-size: 28px;
    line-height: 2.5rem;
  }
}

.left-aligned_text_with_three_image_group .text-block,
.left-aligned_text_with_three_image_group .img-block,
.right-aligned_text_with_three_image_group .text-block,
.right-aligned_text_with_three_image_group .img-block,
.left-aligned_text_with_three_image_group .img-container a,
.right-aligned_text_with_three_image_group .img-container a {
  width: 100%;
}

.page-template-page-team h2 {
  font-family: ATF Franklin Gothic Reg, sans-serif;
  font-size: 12px;
  font-weight: 350;
  text-transform: none;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-template-page-team h2,
.page-template-page-team h3 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
}

@media screen and (min-width: 640px) {
  .page-template-page-team h3 {
    text-align: left;
  }
}

.page-template-page-team .white-content-section h2,
.page-template-page-team .white-content-section h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-template-page-team .white-content-section h2 {
  margin-bottom: 8px;
}

.page-template-page-team .white-content-section h3 {
  padding-bottom: 2.5rem;
  text-align: center;
  font-family: ATF Franklin Gothic Reg, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 350;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(170 142 115 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .page-template-page-team .white-content-section h3 {
    font-size: 32px;
    line-height: 2.5rem;
  }
}

.single article figure {
  width: 100% !important;
  height: auto;
}

.single article figure img {
  max-width: 100%;
  height: auto;
}

.single article figure figcaption {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  color: black;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  margin: 0;
}

.category-picker ul li {
  padding: 0 20px;
  text-transform: uppercase;
}

.category-picker ul li button {
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 0 2px;
  color: #fff;
}

.category-picker ul li button.selected,
.category-picker ul li:hover button {
  position: relative;
  overflow: hidden;
}

.category-picker ul li button.selected::after,
.category-picker ul li:hover button:not(.selected)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.category-picker ul li:hover button:not(.selected)::after {
  width: 0;
  animation: borderAnimation 0.2s linear forwards;
}

@keyframes borderAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#galleryModal .swiper-button-next,
#galleryModal .swiper-button-prev {
  color: #413528;
}

.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
  outline: none;
}

#portfolioModal .swiper-button-next,
#portfolioModal .swiper-button-prev {
  color: white;
}

.single article h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
}

@media (min-width: 640px) {
  .single article h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  font-size: 27px;
  width: 25px;
  height: 32px;
}

.swiper-button-next::after {
  background: url(./img/right-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

.swiper-button-prev::after {
  background: url(./img/left-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

.modal {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -100;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.show {
  z-index: 2000;
  opacity: 100;
}

#closeModal {
  z-index: 50;
  text-indent: -9000px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: capitalize;
  display: block;
  background: url(./img/close_button.svg) no-repeat;
  width: 31px;
  height: 31px;
  background-size: 31px 31px;
}

#portfolioModal .grid-container {
  align-items: center;
}

#portfolioModal .swiper {
  display: flex;
  width: 100%;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
}

#galleryModal .swiper,
#galleryModal .swiper {
  height: 100vh;
  width: calc(100% - 80px);
}

@media screen and (min-width: 640px) {
  #galleryModal .swiper,
	#galleryModal .swiper {
    width: calc(100% - 120px);
  }
}

#portfolioModal .swiper-slide,
#galleryModal .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

#portfolioModal .swiper-slide>img,
#galleryModal .swiper-slide>img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  height: auto;
  width: auto;
}

#portfolioModal .swiper-slide>span,
#galleryModal .swiper-slide>span {
  position: relative;
  color: white;
}

#portfolioModal .grid-item,
#galleryModal .swiper-slide {
  width: 100%;
  min-height: 100vh;
}

#portfolioModal .grid-item>img {
  max-width: 100%;
  max-height: 100%;
}

#portfolioModal .grid-item>span.caption,
#galleryModal .swiper-slide>span.caption {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: "The Seasons Light", "Times New Roman", Times, serif;
  font-weight: 400;
}

#portfolioModal .wide {
  width: auto;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 1;
  bottom: 24px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #aa8e73;
}

/* Team Slideshow Styles */

.team-slideshow .swiper {
  height: 400px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.team-slideshow .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-slideshow .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-slideshow .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-slideshow .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  color: white;
  padding: 20px;
  text-align: center;
}

.team-slideshow .slide-caption h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #E2D9CB;
}

.team-slideshow .slide-caption p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}

/* Team slideshow navigation buttons */

.team-slideshow .swiper-button-prev,
.team-slideshow .swiper-button-next {
  color: #E2D9CB;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.team-slideshow .swiper-button-prev:hover,
.team-slideshow .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.team-slideshow .swiper-button-prev::after,
.team-slideshow .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* Team slideshow pagination */

.team-slideshow .swiper-pagination {
  bottom: 10px;
}

.team-slideshow .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.team-slideshow .swiper-pagination-bullet-active {
  background: white;
}

/* Team gallery pagination - applies to all team swipers */

[class*="team-swiper"] .swiper-pagination {
  position: absolute;
  bottom: -23px;
  left: auto;
  right: 0;
  width: auto;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 640px) {
  [class*="team-swiper"] .swiper-pagination {
    bottom: -28px;
  }
}

[class*="team-swiper"] .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

[class*="team-swiper"] .swiper-pagination-bullet-active {
  background: white;
}

.team-accordion-item .swiper {
  overflow: visible;
}

/* Courtyard Carousel Styles - Figma Design Match */

.courtyard-carousel-section {
  position: relative;
  width: 100%;
}

.courtyard-swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.courtyard-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.courtyard-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* Navigation arrows - cream/white color for dark background */

.courtyard-swiper .swiper-button-next,
.courtyard-swiper .swiper-button-prev {
  color: #FBFBF5;
}

.courtyard-swiper .swiper-button-next::after,
.courtyard-swiper .swiper-button-prev::after {
  content: '';
  font-size: 27px;
  width: 25px;
  height: 32px;
}

.courtyard-swiper .swiper-button-next::after {
  background: url(./img/right-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

.courtyard-swiper .swiper-button-prev::after {
  background: url(./img/left-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

/* Simple caption - bottom left */

.courtyard-caption {
  position: absolute;
  color: #FBFBF5;
  font-family: "The Seasons Light", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: normal;
  z-index: 15;
}

@media screen and (min-width: 640px) {
  .courtyard-caption {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

/* Custom pagination dots - bottom right */

.courtyard-pagination {
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  display: flex;
  gap: 7px;
  align-items: center;
  z-index: 20;
  width: auto !important;
}

.courtyard-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.3s ease;
}

.courtyard-pagination .swiper-pagination-bullet-active {
  background: #FBFBF5;
}

/* Lifestyle Carousel Styles - Same as Courtyard */

.lifestyle-carousel-section {
  position: relative;
  width: 100%;
}

.lifestyle-swiper {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 35px;
}

.lifestyle-swiper .swiper-slide {
  position: relative;
  overflow: visible;
}

.lifestyle-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* Navigation arrows - darkgold color for light background */

.lifestyle-swiper .swiper-button-next,
.lifestyle-swiper .swiper-button-prev {
  color: #897041;
}

.lifestyle-swiper .swiper-button-next::after,
.lifestyle-swiper .swiper-button-prev::after {
  content: '';
  font-size: 27px;
  width: 25px;
  height: 32px;
}

.lifestyle-swiper .swiper-button-next::after {
  background: url(./img/right-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

.lifestyle-swiper .swiper-button-prev::after {
  background: url(./img/left-carousel-arrow.svg) no-repeat;
  background-size: 25px 32px;
}

/* Caption positioned outside carousel - 20px below, 0px from left */

.lifestyle-caption {
  position: absolute !important;
  bottom: -25px !important;
  left: 0 !important;
  --tw-text-opacity: 1;
  color: rgb(137 112 65 / var(--tw-text-opacity));
  font-family: "The Seasons Light", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: normal;
  z-index: 15;
}

@media screen and (min-width: 640px) {
  .lifestyle-caption {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

/* Custom pagination dots - bottom right */

.lifestyle-pagination {
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  display: none;
  gap: 7px;
  align-items: center;
  z-index: 20;
  width: auto !important;
}

@media screen and (min-width: 640px) {
  .lifestyle-pagination {
    display: flex;
  }
}

.lifestyle-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(137, 112, 65, 0.5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.3s ease;
}

.lifestyle-pagination .swiper-pagination-bullet-active {
  background: #897041;
}

/* Vision Parallax Effect */

.vision-parallax-container {
  position: relative;
  min-height: 200vh;
  width: 100%;
  overflow: visible;
}

.vision-parallax-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.vision-parallax-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.vision-parallax-background img[alt="Night Rendering"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.vision-parallax-background img[alt="Day Rendering"] {
  position: relative;
  z-index: 10;
}

.vision-parallax-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background: transparent;
}

.vision-text-wrapper {
  padding: 2rem;
  text-align: center;
}

/**Availability**/

#viewSwitcher {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

#viewSwitcher li button {
  width: 42px;
  height: 42px;
  text-indent: -9999em;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}

#switchToTableView {
  background: url(./img/button_list.png) no-repeat;
  background-size: 42px 42px;
}

#switchToTableView.selected {
  background: url(./img/button_list_selected.png) no-repeat;
  background-size: 42px 42px;
}

#switchToGridView {
  background: url(./img/button_grid.png) no-repeat;
  background-size: 42px 42px;
}

#switchToGridView.selected {
  background: url(./img/button_grid_selected.png) no-repeat;
  background-size: 42px 42px;
}

#availabilityFilters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#availabilityFilters li {
  border-bottom: 1px solid transparent;
}

#availabilityFilters li a {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-family: ATF Franklin Gothic Reg, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#availabilityFilters li a:hover {
  text-decoration: none;
}

#availabilityFilters li:has(a.selected),
#availabilityFilters li:has(a:not(.selected)):hover {
  border-bottom: 1px solid black;
}

@media screen and (min-width: 640px) {
  #mainMenuControl {
    top: auto;
    left: auto;
    position: relative;
  }

  /* 	header.scrolled #logo {
		animation: 0.3s fadeOut;
		transform: none;
		@apply transition-none;
		fill: black;
	} 
	header.logo-faded #logo {
		width: 88px;
		height: 52px;
		opacity: 0.82;
		transition: opacity 0.3s ease-in 0.3s;
	} */

  header .description {
    font-size: 12px;
    position: absolute;
    width: auto;
    top: 36px;
    bottom: auto;
    left: 92px;
    line-height: 12px;
  }

  header.scrolled+#content {
    transition: none;
  }

  body:not(.home) #content .masthead {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }

  #content .masthead img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }

  #content .masthead.location_masthead img {
    width: auto;
    max-width: 100%;
  }

  #mobile-navigation {
    top: 0;
    height: 100vh;
  }

  .menu-language-switcher-container {
    position: relative;
    top: auto;
    right: auto;
  }

  .home .menu-language-switcher-container {
    color: black;
  }

  .home header,
	.page-template-page-residences header,
	.page-template-page-charleston header,
	.page-template-page-lifestyle header {
    height: 80px;
  }

  .standard-content>* {
    font-size: 16px;
    line-height: 28px;
  }

  .standard-content h1,
	body:not(.single) .entry-header h1,
	.post-type-archive-units .entry-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .standard-content h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-items> :first-child {
    grid-column: 1 / -1;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .news-items> :first-child figure {
    width: 50%;
  }

  .news-items> :first-child .article-content {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-items> :first-child .article-content>* {
    padding-left: 20%;
  }

  .article-content .entry-content>* {
    font-size: 16px;
    line-height: 28px;
  }

  .left-aligned_text_with_three_image_group .text-block,
	.right-aligned_text_with_three_image_group .text-block {
    width: calc(46% - 12px);
  }

  .left-aligned_text_with_three_image_group .text-block {
    padding-right: 4%;
  }

  .right-aligned_text_with_three_image_group .text-block {
    padding-left: 4%;
  }

  .left-aligned_text_with_three_image_group .img-block,
	.right-aligned_text_with_three_image_group .img-block,
	.left-aligned_text_with_three_image_group .img-container a,
	.right-aligned_text_with_three_image_group .img-container a {
    width: calc(50% - 12px);
  }

  #content #main article.post {
    width: 100%;
  }

  #portfolioModal .grid-container {
    display: grid;
    gap: 0;
    height: auto;
    width: auto;
    max-height: 100vh;
    aspect-ratio: 16 / 10;
    grid-template-rows: 50% 50%;
    grid-template-columns: repeat(4, 1fr);
  }

  #portfolioModal .grid-item {
    position: relative;
    padding-bottom: 0;
  }

  #portfolioModal .grid-item>img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #portfolioModal .grid-item.wide {
    grid-column: span 2;
  }

  #portfolioModal .grid-item>span.caption {
    padding: 8px;
    padding-right: 20px;
    text-align: left;
  }

  #portfolioModal .grid-item>span.caption,
	#galleryModal .swiper-slide>span.caption {
    line-height: 44px;
  }

  #portfolioModal .swiper-button-prev,
	#portfolioModal .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page-legal header,
	.page-template-page-gallery header,
	.page-template-page-team header,
	.page-template-page-contact header {
    --tw-bg-opacity: 1;
    background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  }

  #content section.page-template-page-legal header,#content section
	.page-template-page-gallery header,#content section
	.page-template-page-team header,#content section
	.page-template-page-contact header {
    color: #e2d9cb;
  }

  #content section.page-template-page-legal header a,#content section
	.page-template-page-gallery header a,#content section
	.page-template-page-team header a,#content section
	.page-template-page-contact header a {
    color: #e2d9cb;
    border-bottom-color: #e2d9cb;
  }

  header #main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }

  .mobile-logo,
	.small-logo {
    display: none;
  }

  .home header,
	.page-template-page-residences header,
	.page-template-page-charleston header,
	.page-template-page-lifestyle header {
    height: 194px;
  }

  .home header #main-menu,
	.page-template-page-residences header #main-menu,
	.page-template-page-charleston header #main-menu,
	.page-template-page-lifestyle header #main-menu {
    align-items: start;
  }

  header.scrolled #main-menu {
    align-items: center;
  }

  #main-menu li.logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999em;
  }

  header #main-menu li.logo {
    width: 216.4px;
    height: 56px;
  }

  .home header #main-menu li.logo,
	.page-template-page-residences header #main-menu li.logo,
	.page-template-page-charleston header #main-menu li.logo,
	.page-template-page-lifestyle header #main-menu li.logo {
    width: 216.4px;
    height: 146px;
  }

  header.scrolled #main-menu li.logo {
    height: 56px;
    padding: 0 90px;
  }

  header #main-menu li.logo a {
    width: 36.4px;
    height: 56px;
    background: url(./img/logo_mark.svg) no-repeat;
    background-size: 36.4px 56px;
  }

  .home header #main-menu li.logo a,
	.page-template-page-residences header #main-menu li.logo a,
	.page-template-page-charleston header #main-menu li.logo a,
	.page-template-page-lifestyle header #main-menu li.logo a {
    display: block;
    width: 187px;
    height: 146px;
    background: url(./img/fschs_logo_white.svg) no-repeat;
    background-size: 187px 146px;
  }

  header.scrolled #main-menu li.logo a {
    width: 36.4px;
    height: 56px;
    background: url(./img/logo_mark.svg) no-repeat;
    background-size: 36.4px 56px;
  }

  header.scrolled {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  }

  #content sectionheader.scrolled {
    color: #e2d9cb;
  }

  #content sectionheader.scrolled a {
    color: #e2d9cb;
    border-bottom-color: #e2d9cb;
  }

  header.scrolled {
    --tw-text-opacity: 1;
    color: rgb(206 177 124 / var(--tw-text-opacity));
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
  }

  header.scrolled #logo {
    transform: none;
    fill: black;
  }

  .page-template-page-contact header,
	.page-template-page-thank-you header {
    --tw-bg-opacity: 1;
    background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  }

  #content section.page-template-page-contact header,#content section
	.page-template-page-thank-you header {
    color: #e2d9cb;
  }

  #content section.page-template-page-contact header a,#content section
	.page-template-page-thank-you header a {
    color: #e2d9cb;
    border-bottom-color: #e2d9cb;
  }

  .page-template-page-contact header,
	.page-template-page-thank-you header {
    --tw-text-opacity: 1;
    color: rgb(206 177 124 / var(--tw-text-opacity));
    position: fixed !important;
  }

  header #main-menu a {
    font-family: "The Seasons Light", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-bottom: 1px;
    white-space: nowrap;
  }

  header #main-menu li:not(.logo) a:hover,
	header #main-menu li.current-menu-item:not(.logo) a {
    border-bottom: 1px solid #FBFBF5;
  }

  header.scrolled #main-menu li:not(.logo) a:hover,
	header.scrolled #main-menu li.current-menu-item:not(.logo) a,
	body.home header.scrolled #main-menu li:not(.logo) a:hover,
	body.home header.scrolled #main-menu li.current-menu-item:not(.logo) a,
	body.page-template-page-residences header.scrolled #main-menu li:not(.logo) a:hover,
	body.page-template-page-residences header.scrolled #main-menu li.current-menu-item:not(.logo) a,
	.page-template-page-contact header #main-menu li:not(.logo) a,
	.page-template-page-contact header #main-menu li:not(.logo) a:hover,
	.page-template-page-contact header #main-menu li.current-menu-item:not(.logo) a,
	.page-template-page-team header #main-menu li:not(.logo) a,
	.page-template-page-team header #main-menu li:not(.logo) a:hover,
	.page-template-page-team header #main-menu li.current-menu-item:not(.logo) a,
	.page-template-page-legal header #main-menu li:not(.logo) a,
	.page-template-page-legal header #main-menu li:not(.logo) a:hover,
	.page-template-page-legal header #main-menu li.current-menu-item:not(.logo) a,
	.page-template-page-thank-you header #main-menu li:not(.logo) a:hover,
	.page-template-page-thank-you header #main-menu li.current-menu-item:not(.logo) a,
	.page-template-page-gallery header #main-menu li:not(.logo) a,
	.page-template-page-gallery header #main-menu li:not(.logo) a:hover,
	.page-template-page-gallery header #main-menu li.current-menu-item:not(.logo) a {
    border-color: #CEB17C;
    color: #CEB17C;
  }
}

@media screen and (min-width:1120px) {
  header #main-menu a {
    font-size: 16px;
  }
}

.header_content p.header_text {
  --tw-text-opacity: 1;
  color: rgb(251 251 245 / var(--tw-text-opacity));
  text-align: center;
  font-family: "The Seasons Light", Times, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
}

.home .header_content p.header_text {
  font-size: 33px;
}

@media screen and (min-width: 640px) {
  .home .header_content p.header_text {
    font-size: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-logo {
    margin-top: 80px;
    margin-bottom: 70px;
  }

  .header_content p.header_text {
    font-size: 30px;
  }

  .home .header_content p.header_text {
    font-size: 72px;
  }
}

@media screen and (min-device-width: 375px) and (max-device-width: 850px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #logo {
    width: 300px;
    height: 178px;
  }

  header.scrolled #logo {
    transform: scale(0.3);
  }

  .masthead {
    min-height: 100vh;
    height: auto;
    overflow: visible;
  }

  .masthead video {
    display: block;
    position: relative;
    height: 100vh;
    width: auto;
    transform: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
  }

  .masthead .header_content {
    position: relative;
    margin-top: 24px;
    color: black;
    bottom: auto;
  }

  .masthead .header_content p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .masthead .header_content #scrollDown {
    display: none;
  }

  #content #parallaxBackground {
    display: none;
  }

  .poster-overlay#content #parallaxBackground {
    opacity: 0;
    pointer-events: none;
  }

  #content #parallaxBackground+img {
    display: block;
  }

  #content .parallax {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .default_content_section h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: none;
  }

  p,
	ul,
	ol {
    margin-bottom: 1.5rem;
    font-family: ATF Franklin Gothic Reg, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
  }

  .default_content_section #content p,
	.default_content_section #content ul,
	.default_content_section #content ol {
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .parallax dl {
    padding-bottom: 4rem;
  }

  dt {
    padding-bottom: 8px;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  dd {
    padding-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  @media (min-width: 640px) {
    dd {
      padding-bottom: 0px;
    }
  }

  @media (min-width: 1024px) {
    dd {
      font-size: 32px;
    }
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.2;
  }
}

@keyframes fadeInBg {
  from {
    background-color: transparent;
  }

  to {
    --tw-bg-opacity: 1;
    background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  }

  #content sectionto {
    color: #e2d9cb;
  }

  #content sectionto a {
    color: #e2d9cb;
    border-bottom-color: #e2d9cb;
  }
}

@keyframes fadeOutBg {
  from {
    --tw-bg-opacity: 1;
    background-color: rgb(35 43 43 / var(--tw-bg-opacity));
  }

  #content sectionfrom {
    color: #e2d9cb;
  }

  #content sectionfrom a {
    color: #e2d9cb;
    border-bottom-color: #e2d9cb;
  }

  to {
    background-color: transparent;
  }
}

@keyframes shrink {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-15px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDownHeader {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUpHeader {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100px);
  }
}

@keyframes slideNav {
  from {
    transform: translateY(-80px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-300px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(300px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideFromBottom {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes zoomInSlight {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.fading-bg {
  background: none;
}

@media screen and (min-width: 640px) {
  .fading-bg {
    background: linear-gradient(180deg, rgba(251, 251, 245, 0.7) 0%, #FBFBF5 100%), url(/wp-content/uploads/2025/11/bg_spirals.png);
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

#registrationForm {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.42px;
}

#thankyou p br {
  display: none;
}

@media screen and (min-width: 640px) {
  #registrationForm {
    padding: 50px 0;
  }

  #thankyou p br {
    display: block;
  }
}

#visitorRegistration,
#agentRegistration {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 0px;
  transition: opacity 0.5s ease;
}

#visitorRegistration.visible,
#agentRegistration.visible {
  opacity: 1;
  z-index: 1;
  height: auto;
  position: relative;
}

body.page-template-page-team #content {
  background:
		linear-gradient(to bottom, rgba(35, 43, 43, 0.6) 0%, #232B2B 40%),
		url('/wp-content/uploads/2025/11/bg_spirals.png') no-repeat;
  background-position: center 80px;
  background-size: cover;
}

@media screen and (min-width: 640px) {
  body.page-template-page-team #content {
    background-size: contain;
  }
}

body.form-submitted section#primary {
  min-height: calc(100vh - 245px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-page-gallery section#primary {
  min-height: calc(100vh - 318px);
  width: 100%;
}

form.wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

form.wpcf7-form label {
  display: block;
}

label.shrink {
  position: relative;
}

form.wpcf7-form .full {
  width: 100%;
}

form.wpcf7-form .half {
  width: 100%;
}

@media screen and (min-width: 768px) {
  form.wpcf7-form .half {
    width: 49%;
  }
}

form.wpcf7-form .conditional {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form.wpcf7-form .conditional.full {
  margin-top: 30px;
}

form.wpcf7-form .conditional legend {
  padding-bottom: 15px;
}

form.wpcf7-form .conditional #conditionalFields {
  width: 100%;
  justify-content: space-between;
}

form.wpcf7-form .conditional legend,
form.wpcf7-form .conditional .wpcf7-radio {
  width: 100%;
}

@media screen and (min-width: 768px) {
  form.wpcf7-form .conditional .wpcf7-radio {
    width: auto;
  }
}

input[type="text"],
input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CEB17C;
  width: 100%;
}

form.wpcf7-form .half,
form.wpcf7-form .full {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  form.wpcf7-form .half,
	form.wpcf7-form .full {
    margin-top: 50px;
  }
}

p.key {
  font-size: 12px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  p.key {
    width: auto;
  }
}

form.wpcf7-form.invalid span:has(+ .wpcf7-validates-as-required),
form.wpcf7-form.invalid span:has(+ .SumoSelect .wpcf7-validates-as-required),
form.wpcf7-form.invalid p.key {
  color: #ff3737;
}

form.wpcf7-form.invalid .wpcf7-validates-as-required:not(.has-value) {
  border-bottom: 1px solid #ff3737;
}

input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible {
  outline: none;
}

label.shrink span {
  position: absolute;
  top: 0;
  left: 2px;
  cursor: text;
  transition: all 100ms ease-in-out;
}

label.shrink span:has(+ input.has-value),
label.shrink span:has(+ input:focus),
label.shrink span:has(+ .SumoSelect.has-value),
label.shrink span:has(+ .SumoSelect:focus),
label.shrink span:has(+ .SumoSelect.open),
label.shrink span:has(+ .SumoSelect select.has-value),
label.shrink span:has(+ .SumoSelect .CaptionCont.has-value) {
  transform: translate(-2px, -1.5em);
  font-size: 10.5px;
  cursor: default;
  border: none;
  outline: none;
}

form.wpcf7-form.invalid label.shrink span:has(+ input.has-value),
form.wpcf7-form.invalid label.shrink span:has(+ input.has-value),
form.wpcf7-form.invalid label.shrink span:has(+ .SumoSelect .CaptionCont.has-value) {
  color: #cec4b6;
}

input.has-value {
  border-bottom: 1px solid #cec4b6;
}

input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0 12px 0 0;
  font: inherit;
  color: #CEB17C;
  width: 18px;
  height: 18px;
  border: 1px solid #CEB17C;
  transform: translateY(3px);
}

input[type="radio"]:checked {
  background-color: #CEB17C;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

textarea {
  color: #413528;
  background-color: #FBFBF5;
  border: none;
  width: 100%;
  padding: 30px;
  height: 140px;
}

.SumoSelect {
  width: 100%;
  height: 25px;
}

.category-picker .SumoSelect {
  height: 38px;
}

.SumoSelect>.CaptionCont {
  width: 100%;
  font-size: 16px;
  line-height: 29px;
  height: 29px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CEB17C;
  cursor: pointer;
}

.categpry-picker .SumoSelect.open>.CaptionCont,
.categpry-picker .SumoSelect:focus>.CaptionCont,
.categpry-picker .SumoSelect:hover>.CaptionCont {
  outline: none;
  border: none;
  box-shadow: none !important;
}

.category-picker .SumoSelect>.CaptionCont {
  border: none;
  height: 38px;
}

.category-picker .SumoSelect>.CaptionCont span {
  color: #6c5d53;
  text-align: center;
  font-family: "Neue Haas Grotesk", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-right: 0;
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url("img/select_arrow.svg");
  width: 19px;
  height: 12px;
}

.category-picker .SumoSelect>.CaptionCont>label>i {
  background-image: url("img/arrow_filter.png");
  background-size: 15px 7px;
  width: 15px;
  height: 7px;
}

.SumoSelect.open>.optWrapper {
  top: 25px;
  background-color: #FBFBF5;
  color: #232B2B;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  outline: none;
  padding: 15px 0;
  max-height: 300px;
  height: auto;
  overflow-y: scroll;
  border: none;
}

.category-picker .SumoSelect.open>.optWrapper {
  background-color: #e2d9cb;
  overflow-y: hidden;
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 8px 20px 5px 20px;
  background: #FBFBF5;
  display: block;
  width: 100%;
  color: #232B2B;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  border: none;
}

.category-picker .SumoSelect>.optWrapper>.options li.opt {
  color: #232B2B;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.SumoSelect>.optWrapper>.options li.opt:hover,
.SumoSelect>.optWrapper>.options li.opt.selected,
.SumoSelect>.optWrapper>.options li.opt.sel {
  background-color: #CEB17C;
  color: #232B2B;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  display: none;
}

#content p.SelectBox {
  margin-bottom: 0;
}

/*.d_arrows {
    pointer-events: none;
}

.d_arrows {
    width: 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.rotate {
    transform: rotate(180deg);
}

.custom-sel select {
    display: none;
}

.custom-sel {
    position: relative;
}

.select-selected {
    border-bottom: 1px solid #CEC4B6;
    display: block;
    height: 25px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.select-hide {
    display: none;
}

.select-items {
    position: absolute;
    background-color: #CEC4B6;
    color: #231F20;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    outline: none;
    padding: 15px 0;
}

.select-items {
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
}

.select-items div {
    padding: 8px 20px 5px 20px;
    background: CEC4B6;
    display: block;
    width: 100%;
    color: #231F20;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}

.select-items div.same-as-selected,
.select-items div:hover {
    background-color: #413528;
    color: #CEC4B6;
}*/

input[type="submit"] {
  order: 2;
  margin: 40px auto 0;
  border: 1px solid #CEB17C;
  color: #CEB17C;
  width: 100px;
  height: 36px;
  line-height: 1;
  letter-spacing: 0.28px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "The Seasons Light", Times, serif;
}

@media screen and (min-width: 640px) {
  input[type="submit"] {
    margin: 40px 0 0;
    width: 100px;
  }
}

input[type="submit"]:hover,
input[type="submit"]:active {
  color: #232B2B;
  background-color: #CEB17C;
}

.wpcf7-spinner {
  order: 1;
  position: absolute !important;
  bottom: 6px;
  right: 170px;
}

footer {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 26px;
  width: 90%;
  max-width: 760px;
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 620px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 33px;
    line-height: 49px;
    letter-spacing: 0;
  }
}

#disclaimer.open {
  opacity: 100;
  z-index: 1000;
}

#disclaimer p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.masthead::before {
  display: none;
  content: "";
}

@media screen and (min-width: 1024px) {
  .masthead::before {
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 11;
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.quick_nav {
  width: 100%;
  padding: 80px 0 40px;
}

.quick_nav ol {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.quick_nav ol li {
  margin: 0;
  padding: 0;
}

.quick_nav ol li:last-child {
  display: none;
}

.quick_nav ol li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 163px;
  height: auto;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
  text-align: center;
  font-family: "The Seasons Light", Times, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: normal;
  text-decoration: none;
  overflow: hidden;
  border: none;
}

.quick_nav ol li a span {
  z-index: 3;
}

.quick_nav ol li a.img-rounded-80 {
  height: 194px;
  margin-bottom: 20px;
}

.quick_nav ol li a span.bg_image {
  content: "";
  transition: all 0.5s ease-in-out;
  position: relative;
  height: 194px;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.quick_nav ol li a:hover span.bg_image {
  transform: scale(1.2);
}

@media screen and (min-width: 640px) {
  .quick_nav ol {
    gap: 30px;
  }

  .quick_nav ol li:last-child {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .quick_nav {
    padding: 120px 0;
  }

  .quick_nav ol li a {
    font-size: 30px;
    width: 290px;
  }

  .quick_nav ol li a.img-rounded-80 {
    height: 340px;
    margin-bottom: 30px;
  }

  .quick_nav ol li a span.bg_image {
    height: 340px;
  }
}

@media screen and (min-width: 1280px) {
  .quick_nav ol {
    gap: 95px;
  }
}

footer {
  padding: 40px 30px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
  border-top: 1px solid #CEB17C;
}

.page-template-page-gallery footer {
  border-top: none;
}

@media screen and (min-width: 640px) {
  footer {
    padding: 60px 80px 80px;
  }
}

footer div.logo {
  width: 178px;
  height: 140px;
  margin: 0 auto;
  background: url(./img/fschs_logo_gold.svg) no-repeat;
  background-size: 178px 140px;
}

footer ol {
  flex-direction: row;
  list-style: none;
  text-align: center;
  font-family: "PPNeueMontreal-Regular", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 50px auto 0;
  padding: 0;
}

footer ol li {
  margin: 0;
  padding: 0;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .eho_ada svg {
  width: 50px;
  height: 20px;
}

.page-template-page-contact footer .eho_ada svg path,
.page-template-page-thank-you footer .eho_ada svg path {
  fill: #CEB17C;
}

.aspect-square a img {
  width: 100%;
}

dialog {
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #413528;
  color: #e2d9cb;
  max-width: 100%;
  max-height: 100vh;
  top: 0;
}

/* Lock body scroll when dialog is open */

body:has(dialog[open]) {
  overflow: hidden;
}

/*   Open state of the dialog  */

dialog[open] {
  opacity: 1;
}

/*   Closed state of the dialog   */

dialog {
  opacity: 0;
  transition:
		opacity 0.3s ease-out,
		transform 0.3s ease-out,
		overlay 0.3s ease-out allow-discrete,
		display 0.3s ease-out allow-discrete;
}

@starting-style {
  dialog[open] {
    opacity: 0;
  }
}

/* Transition the :backdrop when the dialog modal is promoted to the top layer */

dialog::backdrop {
  background-color: rgb(0 0 0 / 0%);
  transition:
		display 0.3s allow-discrete,
		overlay 0.3s allow-discrete,
		background-color 0.3s;
}

dialog[open]::backdrop {
  background-color: rgb(0 0 0 / 25%);
}

/* This starting-style rule cannot be nested inside the above selector
  because the nesting selector cannot represent pseudo-elements. */

@starting-style {
  dialog[open]::backdrop {
    background-color: rgb(0 0 0 / 0%);
  }
}

dialog .close_dialog {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

dialog .close_dialog:hover {
  opacity: 0.8;
}

.amenities_services_toggle {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
}

dialog .dialog_content .content_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}

dialog .dialog_content .content_wrap .dialog_col {
  flex-grow: 1;
}

.amenities_services_toggle button {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.amenities_services_toggle button.selected {
  border-bottom: 1px solid #e2d9cb;
}

.amenities_services_toggle button:hover {
  cursor: pointer;
  border-bottom: 1px solid #e2d9cb;
}

#amenitiesContent,
#servicesContent {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 245 / var(--tw-bg-opacity));
}

.dialog_content {
  padding: 80px 30px;
  width: 100%;
  margin: 0 auto;
  color: #e2d9cb;
  font-family: "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.975px;
}

.dialog_content h2 {
  color: #897041;
  font-family: "The Seasons Light", Times, serif;
  font-size: 27px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  margin: 0 0 20px;
  padding: 0;
}

.dialog_content h3 {
  --tw-text-opacity: 1;
  color: rgb(35 43 43 / var(--tw-text-opacity));
  font-family: "The Seasons Light", Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  margin-bottom: 20px;
}

.dialog_content .residences-accordion-header h3 {
  --tw-text-opacity: 1;
  color: rgb(137 112 65 / var(--tw-text-opacity));
  margin-bottom: 0;
}

.dialog_content ul {
  padding-bottom: 10px;
}

.dialog_content ul li {
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  dialog .close_dialog {
    top: 24px;
    right: 24px;
  }

  .dialog_content {
    padding-top: 100px;
    font-size: 14px;
    line-height: 18px;
    /* 57.143% */
    letter-spacing: 0.7px;
  }

  .amenities_services_toggle {
    gap: 46px;
  }

  .amenities_services_toggle button {
    font-size: 12px;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 1.5px;
  }

  .dialog_content h2 {
    font-size: 42px;
  }

  .dialog_content h3 {
    font-size: 24px;
  }

  dialog .dialog_content .content_wrap {
    flex-direction: row;
    gap: 30px;
    justify-content: s;
  }
}

/* Lifestyle Amenities Modal Styles */

dialog.lifestyle-amenities-dialog {
  background: #232B2B url(/wp-content/uploads/2025/11/amenities_bg.png) top / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  dialog.lifestyle-amenities-dialog {
    align-items: flex-start;
  }
}

dialog.lifestyle-amenities-dialog .lifestyle-modal-content {
  max-width: 1100px;
  width: 100%;
  padding: 0;
  color: #232B2B;
}

dialog.lifestyle-amenities-dialog #amenitiesContent {
  max-width: 100%;
}

/* Residences Amenities Modal Styles */

dialog.residences-amenities-dialog {
  background:
		#786E63 url('/wp-content/uploads/2025/11/bg_spirals.png') no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  /* Prevent dialog itself from scrolling */
}

dialog.residences-amenities-dialog .residences-modal-content {
  max-width: 1060px;
  width: 100%;
  padding: 0;
  color: #232B2B;
  max-height: calc(100vh - 80px);
  margin: 0;
  /* Limit height to viewport */
  display: flex;
  flex-direction: column;
}

dialog.residences-amenities-dialog #amenitiesContent {
  max-width: 100%;
  max-height: 90vh;
  overflow: hidden;
  /* Prevent parent from expanding */
}

dialog.residences-amenities-dialog #amenitiesContent .scrollable-content {
  overflow-y: auto;
  /* Make only the content panel scrollable */
  overflow-x: hidden;
  max-height: calc(90vh - 120px);
  /* Account for padding-top */
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */

dialog.residences-amenities-dialog #amenitiesContent .scrollable-content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1023px) {
  dialog.lifestyle-amenities-dialog .lifestyle-modal-content,
	dialog.residences-amenities-dialog .residences-modal-content {
    margin: 0 30px;
    max-height: calc(100vh - 30px);
    height: 100%;
  }

  dialog.lifestyle-amenities-dialog .lifestyle-modal-content {
    margin-top: 30px;
  }

  dialog.lifestyle-amenities-dialog #amenitiesContent,
	dialog.residences-amenities-dialog #amenitiesContent {
    border-radius: 80px 80px 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
    max-height: 100vh;
  }

  dialog.lifestyle-amenities-dialog .lifestyle-modal-content,
	dialog.lifestyle-amenities-dialog #amenitiesContent {
    max-height: none;
  }

  dialog.lifestyle-amenities-dialog #closeModal,
	dialog.residences-amenities-dialog #closeModal {
    background: url(./img/close_button_gold.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    left: auto;
    right: auto;
    top: 50px;
  }

  dialog.residences-amenities-dialog #amenitiesContent .scrollable-content {
    max-height: calc(100vh - 150px);
    /* Account for padding-top and padding-bottom */
  }
}

.map-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  background-color: #413528;
}

@media screen and (min-width: 1024px) {
  .map-container {
    grid-template-columns: 1fr 480px;
  }
}

#map {
  width: 100%;
  height: 350px;
  background: #413528;
  grid-column: 1 / -1;
}

@media screen and (min-width: 768px) {
  #map {
    width: 100%;
    height: 650px;
  }
}

@media screen and (min-width: 1024px) {
  #map {
    width: auto;
    min-height: calc(100vh - 80px);
    grid-column: 1;
    height: 100%;
  }
}

.poi-wrap {
  width: auto;
  grid-column: 1;
  padding: 30px;
  background-color: #232B2B;
  height: auto;
}

.gm-style-iw-t div[role="dialog"] {
  padding-left: 20px;
}

.gm-style-iw-t div[role="dialog"] .gm-style-iw-chr {
  display: none;
}

.gm-style-iw-t div[role="dialog"] .gm-style-iw-d {
  padding-top: 12px;
  color: black;
}

#locationAccordion {
  height: auto;
}

@media screen and (min-width: 640px) {
  .poi-wrap {
    padding: 40px;
    background-color: #232B2B;
  }
}

@media screen and (min-width: 1024px) {
  .poi-wrap {
    grid-column: 2;
    padding: 40px;
  }

  #locationAccordion {
    height: 100%;
  }
}

.leaflet-marker-icon {
  width: 18px !important;
  height: 18px !important;
  margin-left: -9px !important;
  margin-top: -9px !important;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.leaflet-marker-icon span {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  border-radius: 0px;
  color: #e2d9cb;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: #413528;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-pane [role="button"],
.leaflet-interactive {
  cursor: default;
}

.accordion {
  width: 100%;
  border: 1px solid #CEB17C;
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
}

/* Mobile styling for accordion - matches Figma panel design */

@media screen and (max-width: 639px) {
  .accordion {
    border-radius: 40px 40px 0 0;
  }
}

@media screen and (min-width: 640px) {
  .accordion {
    border-radius: 60px 60px 0 0;
    padding: 40px 40px 30px;
  }
}

.accordion-header {
  font-family: "The Seasons Light", Times, serif;
  background-color: transparent;
  cursor: pointer;
  border: none;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  padding-right: 18px;
  width: 100%;
  background-image: url(./img/accordion_carat.svg);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: right;
}

/* Mobile accordion header */

@media screen and (min-width: 640px) {
  .accordion-header {
    font-size: 24px;
  }
}

.accordion-header.active {
  background-image: url(./img/accordion_carat_active.svg);
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

#content .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 10px 0 0 0;
  padding-left: 0;
  color: #FBFBF5;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.45px;
  list-style: none;
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
}

/* Mobile accordion content - matches Figma list items */

@media screen and (min-width: 640px) {
  #content .accordion-content {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin: 20px 0 0 0;
  }
}

#content .accordion-content li:last-child {
  padding-bottom: 20px;
}

#content .accordion-content li {
  padding: 0 0 4px 0;
  display: flex;
  gap: 8px;
}

#content .accordion-content li.active {
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(206 177 124 / var(--tw-text-opacity));
}

#content .accordion-content li.active::marker {
  font-family: "PPNeueMontreal-Regular", Arial, Helvetica, sans-serif;
}

#content .accordion-content li:hover {
  cursor: pointer;
}

.accordion.active .accordion-content {
  max-height: 500px;
  /* Adjust the value to fit your content */
  padding: 10px;
}

.leaflet-popup {
  left: -20px !important;
}

.leaflet-popup-tip-container {
  left: 0 !important;
  margin-left: 0 !important;
}

/* The container must be positioned relative: */

.custom-select {
  position: relative;
  width: 100%;
  height: 38px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  border: none;
  height: 38px;
  background-color: #e2d9cb;
  --tw-text-opacity: 1;
  color: rgb(35 43 43 / var(--tw-text-opacity));
  text-align: center;
  font-family: "PPNeueMontreal-Regular", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 23px;
  background-image: url("img/arrow_filter.png");
  background-size: 15px 7px;
  width: 15px;
  height: 7px;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 15px;
}

/* style the items (options), including the selected item: */

.select-items div {
  color: #6c5d53;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 8px 20px 5px 20px;
  cursor: pointer;
  border: none;
}

.select-items div:hover {
  background-color: #aaa093;
  color: #413528;
}

/* Style items (options): */

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 350px;
  background-color: #e2d9cb;
  outline: none;
  padding: 0 0 15px;
  color: #231f20;
  overflow-y: hidden;
  z-index: 99;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.select-items::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.select-items {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide the items when the select box is closed: */

.select-hide,
.select-items div.same-as-selected {
  display: none;
}

/* Class to fade out the overlay */

.poster-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Style for the play icon inside the overlay */

.play-icon {
  background-image: url("img/play.png");
  background-size: 114px 114px;
  width: 114px;
  height: 114px;
}

.two-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.two-col .alignleft {
  order: 0;
  margin-right: 0;
}

.two-col .alignright {
  order: 0;
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  .two-col {
    flex-direction: row;
    align-items: center;
  }

  .two-col .alignright {
    order: 1;
    margin-left: 40px;
  }

  .two-col .alignleft {
    order: 0;
    margin-right: 40px;
  }
}

#passwordFormDisplay {
  font-family: "neue_haas_grotesk_display65Md", Arial, Helvetica, sans-serif;
  --webkit-font-smoothing: antialiased;
}

#passwordForm {
  position: relative;
}

#passwordForm input[type="password"] {
  width: 100%;
  border: 1px solid #e2d9cb;
  background-color: #faf4eb;
  color: #413528;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  font-family: "neue_haas_grotesk_display65Md", Arial, Helvetica, sans-serif;
  --webkit-font-smoothing: antialiased;
  padding: 15px 0 12px;
}

#passwordForm input[type="password"]::-moz-placeholder {
  color: #aaa093;
}

#passwordForm input[type="password"]::placeholder {
  color: #aaa093;
}

#passwordForm input[type="submit"] {
  text-align: center;
  margin: 10px auto 0;
  text-transform: uppercase;
  font-size: 14px;
  height: 36px;
  line-height: 125%;
  letter-spacing: 0.28px;
  font-weight: 700;
  color: #CEB17C;
  border: solid 1px #413528;
  background-color: #413528;
  font-family: "neue_haas_grotesk_display65Md", Arial, Helvetica, sans-serif;
  --webkit-font-smoothing: antialiased;
}

#passwordForm input[type="submit"]:hover {
  cursor: pointer;
  background-color: transparent;
  color: #413528;
}

@media screen and (min-width: 768px) {
  #passwordForm input[type="password"] {
    width: 300px;
  }

  #passwordForm input[type="submit"] {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  #passwordForm input[type="password"] {
    width: 400px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(0);
  }
}

.img-rounded-80 {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .img-rounded-80 {
    border-radius: 80px 80px 0 0;
  }
}

.img-rounded-170 {
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .img-rounded-170 {
    border-radius: 170px 170px 0 0;
  }
}

.image-container {
  border-radius: 170px 170px 0 0;
  overflow: hidden;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* City Carousel - Charleston Page Mobile */

.city-carousel-container {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.city-swiper {
  overflow: visible;
}

.city-swiper .swiper-wrapper {
  display: flex;
}

.city-swiper .swiper-slide {
  width: calc(100vw - 90px);
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.city-swiper .swiper-slide figure {
  aspect-ratio: 1 / 1;
}

.city-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 640px) {
  .city-swiper .swiper-slide {
    width: calc(100vw - 150px);
  }
}

/* Standard Carousel - Charleston Page "A City and a Standard" Section */

.standard-carousel-container {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.standard-swiper {
  overflow: visible;
}

.standard-swiper .swiper-wrapper {
  display: flex;
}

.standard-swiper .swiper-slide {
  width: calc(100vw - 90px);
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.standard-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  aspect-ratio: 1 / 1;
}

.standard-slide-content img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  aspect-ratio: 1 / 1;
}

.standard-caption {
  font-family: 'serifMed', serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #FAF4EB;
  margin: 0;
  padding-top: 10px;
}

@media screen and (min-width: 640px) {
  .standard-swiper .swiper-slide {
    width: calc(100vw - 150px);
  }
}

/* Rooftop Carousel - Lifestyle Page Mobile */

.rooftop-carousel-container {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.rooftop-swiper {
  overflow: visible;
}

.rooftop-swiper .swiper-wrapper {
  display: flex;
}

.rooftop-swiper .swiper-slide {
  width: calc(100vw - 90px);
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.rooftop-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  aspect-ratio: 1 / 1;
}

.rooftop-slide-content img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  aspect-ratio: 1 / 1;
}

.rooftop-caption {
  font-family: 'serifMed', serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  --tw-text-opacity: 1;
  color: rgb(137 112 65 / var(--tw-text-opacity));
  margin: 0;
  padding-top: 10px;
}

@media screen and (min-width: 640px) {
  .rooftop-swiper .swiper-slide {
    width: calc(100vw - 150px);
  }
}

/* Lifestyle Interior Carousel - Lifestyle Page "Lifestyle" Section Mobile */

.lifestyle-interior-carousel-container {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.lifestyle-interior-swiper {
  overflow: visible;
}

.lifestyle-interior-swiper .swiper-wrapper {
  display: flex;
}

.lifestyle-interior-swiper .swiper-slide {
  width: calc(100vw - 90px);
  flex-shrink: 0;
}

.lifestyle-interior-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.lifestyle-interior-slide-content img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  aspect-ratio: 1 / 1;
}

.lifestyle-interior-caption {
  font-family: 'serifMed', serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #232B2B;
  margin: 0;
  padding-top: 10px;
}

@media screen and (min-width: 640px) {
  .lifestyle-interior-swiper .swiper-slide {
    width: calc(100vw - 150px);
  }
}

/* Residences Carousel - Residences Page "Four Seasons Lifestyle" Section Mobile */

.residences-carousel-container {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.residences-swiper {
  overflow: visible;
}

.residences-swiper .swiper-wrapper {
  display: flex;
}

.residences-swiper .swiper-slide {
  width: calc(100vw - 90px);
  flex-shrink: 0;
}

.residences-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.residences-slide-content img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  aspect-ratio: 1 / 1;
}

.residences-caption {
  font-family: 'serifMed', serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #232B2B;
  margin: 0;
  padding-top: 10px;
}

@media screen and (min-width: 640px) {
  .residences-swiper .swiper-slide {
    width: calc(100vw - 150px);
  }
}

/* Masonry Gallery Layout */

.gallery-item {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  .gallery-item {
    width: calc(33.333% - 26.67px);
  }
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-template-default .entry-content {
  line-height: 1.25rem;
}

body #parallaxBackground {
  opacity: 1;
}

body.init #parallaxBackground {
  opacity: 0;
}

#parallaxBackground::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 11;
  width: 100%;
  height: 100vh;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:from-black\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-\[40px\] {
    bottom: 40px;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .sm\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-\[100px\] {
    margin-top: 100px;
  }

  .sm\:mt-\[120px\] {
    margin-top: 120px;
  }

  .sm\:mt-\[60px\] {
    margin-top: 60px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-\[42px\] {
    height: 42px;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[720px\] {
    max-width: 720px;
  }

  .sm\:max-w-\[792px\] {
    max-width: 792px;
  }

  .sm\:max-w-\[900px\] {
    max-width: 900px;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-sm {
    grid-template-columns: repeat(6,1fr);
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-\[30px\] {
    gap: 30px;
  }

  .sm\:gap-\[80px\] {
    gap: 80px;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:py-\[248px\] {
    padding-top: 248px;
    padding-bottom: 248px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-100 {
    padding-bottom: 100px;
  }

  .sm\:pb-120 {
    padding-bottom: 120px;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-200 {
    padding-bottom: 200px;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .sm\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .sm\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .sm\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-100 {
    padding-top: 100px;
  }

  .sm\:pt-120 {
    padding-top: 120px;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-200 {
    padding-top: 200px;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-\[120px\] {
    padding-top: 120px;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:tracking-\[\.08em\] {
    letter-spacing: .08em;
  }

  .sm\:tracking-\[0\.96px\] {
    letter-spacing: 0.96px;
  }

  .sm\:tracking-\[1\.2px\] {
    letter-spacing: 1.2px;
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-\[49\%\] {
    width: 49%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:right-\[20px\] {
    right: 20px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:my-\[160px\] {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:-mt-\[10vw\] {
    margin-top: -10vw;
  }

  .lg\:-mt-\[140px\] {
    margin-top: -140px;
  }

  .lg\:-mt-\[15vw\] {
    margin-top: -15vw;
  }

  .lg\:-mt-\[320px\] {
    margin-top: -320px;
  }

  .lg\:-mt-\[80px\] {
    margin-top: -80px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[43px\] {
    margin-bottom: 43px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-\[115px\] {
    margin-top: 115px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[160px\] {
    margin-top: 160px;
  }

  .lg\:mt-\[170px\] {
    margin-top: 170px;
  }

  .lg\:mt-\[240px\] {
    margin-top: 240px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[510px\] {
    max-width: 510px;
  }

  .lg\:max-w-\[940px\] {
    max-width: 940px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:grid-cols-14 {
    grid-template-columns: repeat(12,1fr);
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:rounded-tl-\[170px\] {
    border-top-left-radius: 170px;
  }

  .lg\:rounded-tr-\[170px\] {
    border-top-right-radius: 170px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:pl-\[28px\] {
    padding-left: 28px;
  }

  .lg\:pr-\[25\%\] {
    padding-right: 25%;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[141px\] {
    padding-top: 141px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:-mt-\[160px\] {
    margin-top: -160px;
  }
}

@media (min-width: 1600px) {
  .wd\:mt-\[4vw\] {
    margin-top: 4vw;
  }
}
