/*
 * Stylesheet for Calisto custom theme
 * Author: Spot On Earth Team
 */
/* Import fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@300;400;500&display=swap");
@font-face {
  font-family: "IvyMode";
  src: local("IvyMode"), local("Ivy Mode");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Main Styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #0d3c4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

textarea,
button,
input,
select {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

a {
  color: #0d3c4b;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:hover {
    text-decoration: underline;
    color: #a57a42;
  }
}
a:focus {
  color: #a57a42;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0 0 32px 0;
}
figure > figcaption {
  display: block;
}

figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

p {
  margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-weight: normal;
  font-family: "IvyMode", "Cormorant Garamond", Georgia, serif;
}

h1,
.h1 {
  font-size: 84px;
  line-height: 1.119047619;
  letter-spacing: 0.38px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.1333333333;
    letter-spacing: 0.27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2666666667;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 500;
}

blockquote,
blockquote p {
  margin: 25px 0;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #000;
  margin: 25px 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 24px;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  border-top: 2px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px 40px 40px 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  table td {
    padding: 12px 16px 24px 0;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
table th {
  border: 0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  table th {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
table th[scope=col] {
  padding: 0 40px 3px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=col] {
    padding-right: 16px;
  }
}
table th[scope=row] {
  border-top: 2px solid #000;
  padding: 15px 40px 40px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=row] {
    padding: 12px 16px 24px 0;
  }
}
table caption {
  margin: 0 0 3px 0;
  padding: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  table caption {
    margin: 0 0 3px 0;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1480px) {
  .container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}

a.cta {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #0d3c4b;
  color: #0d3c4b;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.35s ease 0s;
}
a.cta:hover, a.cta:focus {
  color: #0d3c4b;
  border-bottom-color: #a57a42;
}

.invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

.message {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  padding: 26px 0 0;
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 87px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 87px;
}
@media screen and (max-width: 860px) {
  .header-inner {
    padding: 0 20px;
  }
}

#logo {
  display: block;
  width: 343px;
  max-width: 70vw;
  margin-top: 87px;
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  #logo {
    width: 220px;
    margin-top: 40px;
  }
}

.waitlist-link {
  position: absolute;
  top: 12px;
  right: 87px;
  display: inline-flex;
  align-items: center;
  padding-left: 21px;
  border-left: 1px solid #a57a42;
  min-height: 42px;
  color: #d2cdc3;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 170px;
  white-space: normal;
}
.waitlist-link:hover, .waitlist-link:focus {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .waitlist-link {
    display: none;
  }
}

#nav-toggle {
  display: none !important;
}

#main {
  padding-bottom: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.home-page {
  background: #f1f1ed;
  color: #0d3c4b;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.home-page section {
  position: relative;
}
.home-page img {
  display: block;
  max-width: 100%;
}
.home-page .home-hero {
  position: relative;
  width: 100%;
  height: 666px;
  background: #0d3c4b;
  overflow: visible;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .home-page .home-hero {
    height: auto;
    padding: 140px 24px 60px;
  }
}
.home-page .hero-content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  padding: 274px 24px 0;
  text-align: center;
  color: #d2cdc3;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .home-page .hero-content {
    height: auto;
    padding: 60px 0 0;
  }
}
.home-page .hero-title {
  font-family: "IvyMode", "Cormorant Garamond", Georgia, serif;
  font-size: 55px;
  font-weight: 300;
  font-style: normal;
  line-height: 60px;
  letter-spacing: 0;
  color: #d2cdc3;
  margin: 0 0 23px;
  max-width: 795px;
}
.home-page .hero-title > span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .home-page .hero-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 860px) {
  .home-page .hero-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .home-page .hero-title br {
    display: none;
  }
  .home-page .hero-title > span {
    display: inline;
  }
}
.home-page .hero-eyebrow {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #d2cdc3;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .home-page .hero-eyebrow {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-page .hero-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 630px;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
}
.home-page .hero-arrow svg {
  display: block;
}
@media screen and (max-width: 860px) {
  .home-page .hero-arrow {
    top: auto;
    bottom: -110px;
  }
  .home-page .hero-arrow svg {
    width: 38px;
    height: 68px;
  }
}
.home-page .home-brooklyn-bay {
  position: relative;
  width: 100%;
  height: 586px;
  line-height: 0;
  background: #0d3c4b;
  overflow: hidden;
}
.home-page .home-brooklyn-bay img {
  position: absolute;
  top: -107px;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: cover;
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media screen and (max-width: 860px) {
  .home-page .home-brooklyn-bay img {
    position: static;
    width: 100%;
    height: 320px;
    transform: none;
    will-change: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .home-brooklyn-bay img {
    position: static;
    height: 586px;
    transform: none;
    will-change: auto;
  }
}
@media screen and (max-width: 860px) {
  .home-page .home-brooklyn-bay {
    height: 320px;
  }
}
.home-page .home-waterfront {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .home-page .home-waterfront {
    height: auto;
    overflow: visible;
  }
}
.home-page .waterfront-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .home-page .waterfront-inner {
    flex-direction: column;
  }
}
.home-page .waterfront-copy {
  position: relative;
  width: 50%;
  background: #f2ecdb;
  padding: 180px 121px 0 124px;
  box-sizing: border-box;
}
.home-page .waterfront-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #f2ecdb;
}
@media screen and (max-width: 1024px) {
  .home-page .waterfront-copy {
    padding: 100px 60px 60px;
  }
}
@media screen and (max-width: 860px) {
  .home-page .waterfront-copy {
    width: 100%;
    padding: 60px 24px;
  }
  .home-page .waterfront-copy::before {
    display: none;
  }
}
.home-page .waterfront-media {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 860px) {
  .home-page .waterfront-media {
    width: 100%;
    height: 400px;
  }
}
.home-page .waterfront-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home-page .waterfront-image.is-active {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .home-page .waterfront-image {
    width: 100%;
  }
}
.home-page .home-alina-building {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #1f2a30;
}
.home-page .home-alina-building > img {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 880px;
  object-fit: cover;
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media screen and (max-width: 860px) {
  .home-page .home-alina-building > img {
    position: static;
    height: 100%;
    transform: none;
    will-change: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .home-alina-building > img {
    position: static;
    height: 100%;
    transform: none;
    will-change: auto;
  }
}
.home-page .home-alina-building .alina-building-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.home-page .home-alina-building .logo-mark {
  position: absolute;
  top: 30px;
  right: 39px;
  width: 111px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  box-sizing: border-box;
}
.home-page .home-alina-building .logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .home-page .home-alina-building .logo-mark {
    width: 72px;
    height: 72px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 860px) {
  .home-page .home-alina-building {
    height: 380px;
  }
}
.home-page .home-community {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .home-page .home-community {
    height: auto;
    overflow: visible;
  }
}
.home-page .community-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .home-page .community-inner {
    flex-direction: column;
  }
}
.home-page .community-copy {
  position: relative;
  width: 50%;
  background: #0d3c4b;
  color: #ffffff;
  padding: 116px 121px 0 96px;
  box-sizing: border-box;
}
.home-page .community-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: #0d3c4b;
}
.home-page .community-copy .section-title {
  color: #ffffff;
}
.home-page .community-copy .section-body,
.home-page .community-copy .section-body p {
  color: #ffffff;
}
.home-page .community-copy .section-body a,
.home-page .community-copy .section-body a:link,
.home-page .community-copy .section-body a:visited,
.home-page .community-copy .section-body a:hover,
.home-page .community-copy .section-body a:focus,
.home-page .community-copy .section-body a:active {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .home-page .community-copy {
    padding: 80px 60px 60px;
  }
}
@media screen and (max-width: 860px) {
  .home-page .community-copy {
    width: 100%;
    padding: 60px 24px;
  }
  .home-page .community-copy::before {
    display: none;
  }
}
.home-page .community-media {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 860px) {
  .home-page .community-media {
    width: 100%;
    height: 400px;
  }
}
.home-page .community-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.home-page .community-image.is-active {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .home-page .community-image {
    width: 100%;
  }
}
.home-page .section-title {
  font-family: "IvyMode", "Cormorant Garamond", Georgia, serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
  color: #0d3c4b;
  margin: 0 0 18px;
}
@media screen and (max-width: 860px) {
  .home-page .section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 14px;
  }
}
.home-page .section-body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
  color: #0d3c4b;
  margin: 0 0 32px;
}
.home-page .section-body p {
  margin: 0 0 22px;
}
.home-page .section-body p:last-child {
  margin-bottom: 0;
}
.home-page .section-body br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-page .section-body {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 860px) {
  .home-page .section-body {
    font-size: 16px;
    line-height: 26px;
  }
}
.home-page .cta-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 273px;
  padding: 16px 0;
  border-top: 1px solid #a57a42;
  border-bottom: 1px solid #a57a42;
  color: #a57a42;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease;
}
.home-page .cta-link .cta-arrow {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.25s ease;
}
.home-page .cta-link .cta-arrow svg {
  display: block;
}
.home-page .cta-link:hover {
  color: #a57a42;
  text-decoration: none;
}
.home-page .cta-link:hover .cta-arrow {
  transform: translateX(6px);
}
.home-page .scroll-dots {
  position: absolute;
  bottom: 50px;
  left: 25vw;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 12px;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .home-page .scroll-dots {
    left: 50%;
  }
}
.home-page .scroll-dots .dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #a57a42;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.home-page .scroll-dots .dot:hover {
  transform: scale(1.15);
}
.home-page .scroll-dots .dot:focus {
  outline: 0;
}
.home-page .scroll-dots .dot.is-active {
  background: #ffffff;
}
.home-page .home-interest-list {
  background: #99784e;
  padding: 126px 0 126px;
  color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .home-page .home-interest-list {
    padding: 64px 0 72px;
  }
}
.home-page .form-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 858px;
  padding: 0 24px;
  box-sizing: border-box;
}
.home-page .form-title {
  font-family: "IvyMode", "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .home-page .form-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-page .form-subtitle {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-align: center;
  color: #0d3c4b;
  margin: 0 0 50px;
}
.home-page .gform_wrapper {
  margin: 0;
}
.home-page .gform_heading {
  display: none;
}
.home-page .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 38px 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
@media screen and (max-width: 860px) {
  .home-page .gform_fields {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
}
.home-page .gfield {
  grid-column: span 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.home-page .gfield_label,
.home-page legend.gfield_label {
  display: block !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
.home-page .gfield_label .gfield_required,
.home-page legend.gfield_label .gfield_required {
  font-size: 0 !important;
  color: #0d3c4b !important;
  margin-left: 4px;
}
.home-page .gfield_label .gfield_required::before,
.home-page legend.gfield_label .gfield_required::before {
  content: "*";
  font-size: 14px;
  line-height: 1;
  color: #0d3c4b;
}
.home-page .gfield_label .gfield_required .gfield_required_text,
.home-page .gfield_label .gfield_required .gfield_required_asterisk,
.home-page legend.gfield_label .gfield_required .gfield_required_text,
.home-page legend.gfield_label .gfield_required .gfield_required_asterisk {
  display: none !important;
}
.home-page .ginput_container {
  margin: 0 !important;
}
.home-page .ginput_container input[type=number]::-webkit-outer-spin-button,
.home-page .ginput_container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.home-page .ginput_container input[type=number] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
.home-page .ginput_container input[type=text],
.home-page .ginput_container input[type=email],
.home-page .ginput_container input[type=tel],
.home-page .ginput_container input[type=number],
.home-page .ginput_container input[type=url],
.home-page .ginput_container select,
.home-page .ginput_container textarea {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #0d3c4b !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}
.home-page .ginput_container input[type=text]:focus,
.home-page .ginput_container input[type=email]:focus,
.home-page .ginput_container input[type=tel]:focus,
.home-page .ginput_container input[type=number]:focus,
.home-page .ginput_container input[type=url]:focus,
.home-page .ginput_container select:focus,
.home-page .ginput_container textarea:focus {
  outline: 0 !important;
  border-bottom-color: #0d3c4b !important;
}
.home-page .ginput_container select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none' stroke='%230d3c4b' stroke-width='1.5'%3E%3Cpolyline points='1,1 7,7 13,1'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  padding-right: 24px !important;
}
.home-page .ginput_container select option {
  color: #0d3c4b;
  background: #f2ecdb;
}
.home-page .ginput_container textarea {
  height: auto !important;
  min-height: 120px;
}
.home-page .gfield_radio,
.home-page .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page .gfield_radio .gchoice,
.home-page .gfield_checkbox .gchoice {
  margin: 0;
  padding: 0;
}
.home-page .gfield_radio label,
.home-page .gfield_checkbox label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.home-page .gfield_radio input[type=radio],
.home-page .gfield_radio input[type=checkbox],
.home-page .gfield_checkbox input[type=radio],
.home-page .gfield_checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  margin: 0 6px 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.home-page .gfield_radio input[type=radio],
.home-page .gfield_checkbox input[type=radio] {
  border-radius: 50%;
}
.home-page .gfield_radio input[type=radio]:checked::after,
.home-page .gfield_checkbox input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #ffffff;
  border-radius: 50%;
}
.home-page .gform_footer,
.home-page .gform-footer {
  display: block !important;
  text-align: center !important;
  margin: 48px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 860px) {
  .home-page .gform_footer,
  .home-page .gform-footer {
    margin-top: 32px !important;
  }
}
.home-page .gform_button {
  display: inline-block !important;
  width: 192px !important;
  height: 63px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0d3c4b !important;
  color: #ffffff !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 63px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0 !important;
  transition: background 0.25s ease !important;
}
.home-page .gform_button:hover, .home-page .gform_button:focus {
  background: rgb(8.4795454545, 39.1363636364, 48.9204545455) !important;
  outline: 0 !important;
  color: #ffffff !important;
}
.home-page .gfield_description,
.home-page .ginput_complex,
.home-page .gfield_validation_message,
.home-page .validation_message {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  color: #d2cdc3 !important;
  margin-top: 6px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.home-page .gform_validation_errors {
  background: transparent !important;
  border: 0 !important;
  color: #ffffff !important;
}
.home-page .gform_validation_errors h2 {
  color: #ffffff;
}
.home-page .gform_confirmation_wrapper,
.home-page .gform_confirmation_message,
.home-page .gform_confirmation_message_1,
.home-page [id^=gform_confirmation_message_] {
  text-align: center !important;
  color: #ffffff !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin: 0 auto !important;
  max-width: 600px !important;
}
.home-page .gform_confirmation_wrapper p,
.home-page .gform_confirmation_message p,
.home-page .gform_confirmation_message_1 p,
.home-page [id^=gform_confirmation_message_] p {
  margin: 0 0 16px;
  text-align: center;
}
.home-page .gform_confirmation_wrapper p:last-child,
.home-page .gform_confirmation_message p:last-child,
.home-page .gform_confirmation_message_1 p:last-child,
.home-page [id^=gform_confirmation_message_] p:last-child {
  margin-bottom: 0;
}

.page-hero {
  width: 100%;
  height: 230px;
  background: #0d3c4b;
}
@media screen and (max-width: 860px) {
  .page-hero {
    height: 180px;
  }
}

.page-article {
  background: #f2ecdb;
  padding: 90px 0 110px;
}
@media screen and (max-width: 860px) {
  .page-article {
    padding: 56px 0 72px;
  }
}

.page-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 87px;
  box-sizing: border-box;
  color: #0d3c4b;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 860px) {
  .page-inner {
    padding: 0 20px;
  }
}

.page-title {
  font-family: "IvyMode", "Cormorant Garamond", Georgia, serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
  color: #0d3c4b;
  margin: 0 0 44px;
}
@media screen and (max-width: 860px) {
  .page-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}

.page-content {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #0d3c4b;
  max-width: 1100px;
}
.page-content h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d3c4b;
  margin: 32px 0 10px;
}
.page-content h3 strong {
  font-weight: 700;
}
.page-content h3:first-child {
  margin-top: 0;
}
.page-content p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 22px;
  color: #0d3c4b;
}
.page-content a {
  color: #0d3c4b;
  text-decoration: underline;
}
.page-content a:hover {
  color: #a57a42;
}

.page-back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  margin-top: 40px;
  border-top: 1px solid #a57a42;
  border-bottom: 1px solid #a57a42;
  color: #a57a42;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease;
}
.page-back-link .back-arrow {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.25s ease;
}
.page-back-link .back-arrow svg {
  display: block;
}
.page-back-link:hover, .page-back-link:focus {
  color: #a57a42;
  text-decoration: none;
}
.page-back-link:hover .back-arrow, .page-back-link:focus .back-arrow {
  transform: translateX(-6px);
}

#footer {
  position: relative;
  background: #f2ecdb;
  color: #0d3c4b;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 334px;
}
#footer::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D5D3D3;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #footer {
    height: auto;
  }
  #footer::before {
    display: none;
  }
}

.footer-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 87px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .footer-inner {
    padding: 0 20px;
    height: auto;
  }
}

.footer-top {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .footer-top {
    height: auto;
    padding: 32px 0 24px;
    border-bottom: 1px solid #D5D3D3;
  }
}

.footer-logo {
  display: block;
  width: 264px;
  line-height: 0;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .footer-logo {
    width: 200px;
  }
}

.footer-bottom {
  position: relative;
  height: 194px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.48px;
  color: #0d3c4b;
}
.footer-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 235px;
  width: 1px;
  height: 160px;
  background: #D5D3D3;
}
@media screen and (max-width: 860px) {
  .footer-bottom {
    height: auto;
    padding: 24px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
  }
  .footer-bottom::after {
    display: none;
  }
}

.footer-left,
.footer-right {
  position: absolute;
  bottom: 61px;
}
@media screen and (max-width: 860px) {
  .footer-left,
  .footer-right {
    position: static;
    bottom: auto;
  }
}

.footer-left {
  left: 0;
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 860px) {
  .footer-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.footer-legal {
  font-size: 12px;
  letter-spacing: 0.48px;
}
.footer-legal a {
  color: #0d3c4b;
  text-decoration: none;
}
.footer-legal a:hover {
  color: #a57a42;
}

.footer-marks {
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer-marks .footer-housing {
  display: block;
  width: 34px;
  height: 26px;
}
.footer-marks .footer-sig {
  display: block;
  width: 120px;
  height: 26px;
}

.footer-right {
  right: 0;
  width: 235px;
  padding-left: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 33px;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .footer-right {
    width: auto;
    padding-left: 0;
    text-align: left;
    gap: 12px;
  }
}

.footer-address {
  font-size: 13px;
  line-height: 20px;
  color: #0d3c4b;
}
.footer-address a {
  color: #0d3c4b;
  text-decoration: none;
}
.footer-address a:hover {
  color: #a57a42;
}

.footer-design {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.48px;
}
.footer-design a {
  color: #0d3c4b;
  text-decoration: none;
}
.footer-design a:hover {
  color: #a57a42;
}
