:root {
  --burlywood: #d7a461;
  --dark-slate-grey: #153e35;
  --pnm-blue: #117883;
  --dark-blue: #111b38;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 50px;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.fs-cc-prefs_title {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_button {
  border: 2px solid var(--burlywood);
  background-color: var(--burlywood);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #111c4e;
  background-color: #f5f5f5;
  border-color: #111c4e;
  font-weight: 400;
}

.fs-cc-prefs_content {
  text-align: left;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.reg-panel {
  z-index: 9999;
  float: right;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #0e6770;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 10px 35px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.savl {
  width: 160px;
  margin-top: 5px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.bottom {
  background-color: #11332b00;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.form {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 18px;
  overflow: auto;
}

.newber {
  width: 100px;
}

.newber.margin-left {
  margin-left: 36px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #000000d9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--burlywood);
  background-color: var(--burlywood);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #003648;
  background-color: #fff;
  border-color: #003648;
}

.page-wrap {
  background-color: #103f4f;
  font-family: carolineale, sans-serif;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.agent {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--dark-slate-grey);
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.button {
  color: var(--pnm-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #e6e7dd;
  margin-top: 25px;
  padding: 11px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: #fff;
}

.button.fw {
  width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: #b67433;
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.fw:hover {
  background-color: #000;
}

.button.rev {
  background-color: #0000;
  display: none;
}

.button.rev:hover {
  background-color: #22ae75;
}

.button.reg {
  background-color: #c09a5d;
  padding: 18px 50px 25px;
  font-family: Canela;
  font-size: 26px;
  line-height: 30px;
}

.button.reg:hover {
  background-color: #775f39;
}

.fs-cc-prefs_text {
  color: #585858;
  font-size: 12px;
}

.reg-head {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  text-align: left;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_close-icon {
  color: #414042;
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.montane {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  flex-flow: column;
  width: 140px;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.check-2 {
  border: 2px solid #c09a5d;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -25px;
}

.check-2.w--redirected-checked {
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-wrapper {
  width: 100%;
  max-width: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.gap {
  width: 10px;
  display: none;
}

.fs-cc-banner_text-link {
  color: #003648;
  border-bottom: 2px solid #003648;
  font-weight: 400;
  text-decoration: none;
}

.hero {
  background-color: var(--pnm-blue);
  color: #fff;
  text-align: center;
  background-image: url('../images/clouds.svg'), url('../images/tower.svg');
  background-position: 90% 20%, 20% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 330px, 250px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.hero.subpage {
  min-height: auto;
}

.field {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  inset: 69px 35px auto auto;
}

.close:hover {
  background-color: #d42222;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
  font-size: 12px;
  line-height: 16px;
}

.lw {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lw.small {
  max-width: 300px;
}

.psra {
  font-size: 10px;
  font-weight: 400;
}

.tel {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.div-block-13 {
  background-color: #000;
  border-top: 5px solid #b99765;
  border-bottom: 5px solid #b99765;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 30px 20px;
  display: flex;
}

.container {
  width: 98%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.cta-flex {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.vert-spacer {
  flex: 1;
}

.heading-6 {
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 62ch;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.recaptcha {
  margin-top: 20px;
}

.text-block-3, .text-block-4 {
  display: none;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .2s;
  box-shadow: 0 5px 10px 4px #00000096;
}

.rl_gallery10_lightbox-link:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 10px 4px #00000096;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-gallery {
  background-color: var(--dark-blue);
  color: var(--burlywood);
  text-align: center;
  padding-top: 82px;
  padding-bottom: 82px;
  display: none;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Suffragette;
  font-weight: 400;
}

.navbar-2 {
  background-color: #111b38e6;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--burlywood);
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--relume-library-lite--rl-white);
}

.navlink.register {
  background-color: var(--burlywood);
  color: var(--relume-library-lite--rl-black);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navlink.register:hover {
  background-color: var(--relume-library-lite--rl-white);
}

.navlink.register.innav {
  display: none;
}

.brand {
  color: var(--relume-library-lite--rl-white);
  text-transform: uppercase;
  padding: 20px 19px 20px 0;
  font-family: Domaine Display;
  font-size: 20px;
}

.section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--dark-blue);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 58px;
  padding-bottom: 58px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.section.dark-blue {
  background-color: var(--dark-blue);
  min-height: 60vh;
  color: var(--relume-library-lite--rl-white);
}

.section.footer {
  width: 100%;
  color: var(--relume-library-lite--rl-white);
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.half {
  width: 50%;
  position: relative;
}

.half.text {
  padding: 40px;
}

.feature-head {
  color: var(--burlywood);
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-family: Suffragette;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.feature-head.blue {
  color: var(--dark-blue);
}

.large-text {
  -webkit-text-stroke-color: var(--burlywood);
  font-size: 62px;
  line-height: 62px;
}

.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
}

.flex-block.justify {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.feature-image {
  background-image: linear-gradient(to bottom, #0000 80%, var(--dark-blue)), linear-gradient(to bottom, #fff, #fff0 20%), url('../images/mother-daughter-stroll.jpg');
  color: #fff;
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
}

.feature-image.two {
  background-image: linear-gradient(to bottom, #0000 80%, var(--dark-blue)), linear-gradient(to bottom, #fff, #fff0 20%), url('../images/learning-to-cycle.jpg');
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: 100%;
  padding: 0;
}

.map {
  width: 100%;
  max-width: 1440px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Suffragette;
  font-size: 100px;
  line-height: 100px;
}

.huge {
  font-size: 150px;
  line-height: 100px;
}

.text-block-6 {
  text-transform: uppercase;
  margin-left: 78px;
  font-family: Suffragette;
  font-size: 100px;
  font-weight: 400;
  line-height: 70px;
}

.shring {
  font-size: 30px;
  display: inline;
}

.flex-block-2 {
  justify-content: flex-end;
  width: 100%;
  max-width: 900px;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.flex-block-3 {
  width: 100%;
  max-width: 900px;
}

.gold-line {
  border-top: 1px solid var(--burlywood);
  width: 98%;
  max-width: 1440px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}

.ct-logo {
  max-width: 70%;
  margin-bottom: 30px;
}

.ct-img-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ct-img-text.green {
  color: #003037;
}

.ct-img-text.green.rhs {
  left: auto;
  right: 10px;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.ct-img {
  position: relative;
}

.castle-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 60%;
}

.sticky {
  position: sticky;
  top: 80px;
}

.flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-2 {
  color: #003037;
  text-align: left;
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-2.green {
  background-color: var(--dark-blue);
  color: #fff;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.ct-text {
  text-align: center;
  flex: 1;
  padding: 21px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.grid {
  grid-template-rows: auto;
}

.floor-plans {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.floor-plans.dual {
  grid-template-columns: 1fr 1fr;
}

.div-block-19 {
  border-top: 1px solid var(--burlywood);
  border-bottom: 1px solid var(--burlywood);
  display: flex;
}

.square {
  border-right: 1px solid var(--burlywood);
  background-color: var(--dark-blue);
  width: 100px;
  height: 100px;
  padding: 21px;
}

.square.steeplesext {
  background-color: #fedcc4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.square.fernleigh {
  background-color: #eee4b0;
}

.square.annfield {
  background-color: #ce9ec9;
}

.square.woodbrookext {
  background-color: #fbd5e2;
}

.square.steeples {
  background-color: #cebeab;
}

.square.woodbrook {
  background-color: #f6a2ad;
}

.square.riverwoodext {
  background-color: #7092bf;
}

.square.riverwood {
  background-color: #afd0e0;
}

.div-block-20 {
  border-right: 1px solid var(--burlywood);
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 22px;
  display: flex;
}

.text-block-7 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Suffragette;
  font-size: 30px;
  line-height: 30px;
}

.text-block-8 {
  color: #505050;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.text-block-9 {
  text-transform: uppercase;
  font-family: Domaine Display;
  font-size: 14px;
  line-height: 20px;
}

.lightbox-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-flow: column;
  padding: 47px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.plans-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-block-21 {
  color: #bbb;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 30px;
  height: 30px;
}

.star.steeplesext {
  color: #fedcc4;
}

.star.steeples {
  color: #cebeab;
}

.star.fernleigh {
  color: #eee4b0;
}

.star.annfield {
  color: #ce9ec9;
}

.star.woodbrookext {
  color: #fbd5e2;
}

.star.woodbrook {
  color: #f6a2ad;
}

.star.riverwoodext {
  color: #7092bf;
}

.star.riverwood {
  color: #afd0e0;
}

.star.spec-star {
  color: var(--burlywood);
  position: absolute;
  inset: -15px auto auto -15px;
}

.star.spec-star.topright {
  left: auto;
  right: -15px;
}

.star.spec-star.base {
  top: auto;
  bottom: -15px;
}

.div-block-23 {
  color: #696969;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.key-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.ext-text {
  font-size: 12px;
  font-weight: 400;
}

.text-block-10 {
  color: var(--relume-library-lite--rl-white);
  padding: 6px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.subhead {
  margin-top: 10px;
  font-size: 32px;
  line-height: 34px;
  display: block;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--burlywood);
  border-bottom: 1px solid var(--burlywood);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.spec-head {
  color: var(--burlywood);
  text-transform: uppercase;
  margin-top: 36px;
  font-family: Domaine Display;
  font-size: 24px;
  font-weight: 400;
}

.div-block-24 {
  border-right: 1px solid var(--burlywood);
  padding: 0 20px 40px;
  position: relative;
}

.div-block-24.ned {
  border-right-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-11 {
  margin-bottom: 18px;
}

.div-block-25 {
  width: 100%;
  max-width: 800px;
  padding: 25px;
}

.top-heading {
  color: #e6e7dd;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.gold {
  color: #c09a5d;
}

.ber {
  width: 80px;
  margin-bottom: 21px;
}

.reg-link {
  color: #fff;
  font-weight: 500;
}

.div-block-26 {
  text-transform: uppercase;
  font-weight: 400;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-27 {
  text-transform: uppercase;
  font-weight: 400;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_gallery10_lightbox-link {
    margin-bottom: 10px;
  }

  .rl_gallery10_masonry-grid {
    column-count: 2;
    column-gap: 10px;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-gallery {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.register {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navlink.register.innav {
    float: right;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.dark-blue {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .half {
    width: 100%;
  }

  .half.text {
    padding: 0;
  }

  .feature-head {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .feature-head.blue.huge {
    font-size: 80px;
    line-height: 80px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .flex-block.justify {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-image {
    background-position: 0 0, 0 0, 50%;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .map, .flex-block-2, .flex-block-3 {
    width: 95%;
  }

  .menu-button {
    color: var(--relume-library-lite--rl-white);
  }

  .menu-button.w--open {
    background-color: var(--burlywood);
  }

  .nav-menu {
    background-color: var(--dark-blue);
  }

  .gold-line {
    width: 95%;
  }

  .ct-logo {
    max-width: 300px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .castle-grid {
    max-width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lightbox-link {
    padding: 0;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .reg-panel {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .newber, .agent, .montane {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-wrapper {
    max-width: none;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .hero {
    background-image: linear-gradient(#117883d6, #117883d6), url('../images/clouds.svg'), url('../images/tower.svg');
    background-position: 0 0, 90% 20%, 20% 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 330px, 250px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .floor-plans, .floor-plans.dual {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .square.woodbrookext {
    border-bottom: 1px solid var(--burlywood);
    border-right-style: none;
  }

  .div-block-20 {
    border-top: 1px solid var(--burlywood);
    border-right-style: none;
  }

  .key-grid {
    grid-template-columns: 1fr;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-11 {
    order: 1;
  }

  .top-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .flex-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .reg-panel {
    z-index: 9999;
    width: 100%;
    margin-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    overflow: auto;
  }

  .footer-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    margin-top: 0;
  }

  .newber {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .agent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: 100%;
    margin-top: 5px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    line-height: 20px;
  }

  .reg-head {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .montane {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .hero {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .field {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .close {
    top: 18px;
    left: auto;
    right: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .tel {
    font-size: 20px;
  }

  .vert-spacer {
    flex: 0 auto;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dom {
    font-family: Domaine Display;
  }

  .text-block-3 {
    color: #ffffffa3;
    text-transform: uppercase;
    font-family: Suffragette;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }

  .text-block-4 {
    color: #ffffffb0;
    text-transform: uppercase;
    font-family: Suffragette;
    font-size: 50px;
    font-weight: 400;
    line-height: 48px;
    display: block;
  }

  .navlink.register.innav {
    float: left;
  }

  .brand {
    font-size: 16px;
    display: none;
  }

  .feature-head {
    font-size: 32px;
    line-height: 32px;
  }

  .feature-head.blue.huge {
    font-size: 40px;
    line-height: 40px;
  }

  .large-text {
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 48px;
  }

  .feature-image {
    min-height: 300px;
  }

  .map {
    height: 300px;
  }

  .flex-block-2, .flex-block-3 {
    display: none;
  }

  .castle-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .ct-text {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-24 {
    border-bottom: 1px solid var(--burlywood);
    border-right-style: none;
    border-right-width: 0;
    padding: 0 13px 13px;
  }

  .div-block-25 {
    padding: 26px;
  }

  .top-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}


