﻿@charset "UTF-8";
/*$aqua:rgb(134,200,188);
$teal:rgb(79,117,111);
$green:rgb(91,98,54);
$green:rgb(110,125,56);
$gold:rgb(255,181,73);
$rose:rgb(194,121,103);
$mocha:rgb(115,110,102);*/
.BGgreen {
  background: rgb(33, 68, 47);
}

.BGlightgreen {
  background: rgb(63, 134, 97);
}

h1 {
  font-size: 64px;
  line-height: 74px; /*text-transform:lowercase;*/
  font-weight: 400;
  font-family: ivymode, sans-serif;
}

h2 {
  font-size: 56px;
  line-height: 66px; /*text-transform:lowercase;*/
  font-weight: 400;
  font-family: ivymode, sans-serif;
}

h4 {
  font-size: 36px;
  line-height: 46px; /*text-transform:lowercase;*/
  font-weight: 400;
  font-family: ivymode, sans-serif;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 3rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 2.5rem;
  background: rgb(203, 71, 51);
}

.text-center h3 {
  display: inline-block;
}

.cCard h3, #footer h3, .floor-plan h3, .fancybox__caption h3 {
  padding-left: 0;
}
.cCard h3::before, #footer h3::before, .floor-plan h3::before, .fancybox__caption h3::before {
  display: none;
}

.bigger {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

a, a:visited {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s linear;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: inherit;
  opacity: 0.7;
}

a.button, button.button {
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  margin-top: 2rem;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
a.button:after, button.button:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition: all 0.15s ease-in-out;
}
a.button:hover, button.button:hover {
  opacity: 1;
}
a.button:hover:after, button.button:hover:after {
  margin-left: 1rem;
  margin-right: 0;
}

.white {
  color: rgb(255, 255, 255) !important;
}
.white h2, .white h3, .white p, .white a.button {
  color: rgb(255, 255, 255);
  background: inherit;
}
.white h3:before {
  background-color: rgb(224, 164, 38);
}
.white a.button { /*border:1px solid $white;*/
  background: rgb(255, 255, 255);
}

.vertical-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vertical-padding-double {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.vertical-padding-top {
  padding-top: 3rem !important;
}

.vertical-padding-top-double {
  padding-top: 6rem !important;
}

.vertical-padding-top-none {
  padding-top: 0 !important;
}

.vertical-padding-bottom {
  padding-bottom: 3rem !important;
}

.vertical-padding-bottom-double {
  padding-bottom: 6rem !important;
}

.vertical-padding-bottom-none {
  padding-bottom: 0 !important;
}

.block-padding {
  padding: 6rem 3vw !important;
}

body {
  font-family: "Gotham A", "Gotham B";
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  overflow-x: hidden;
}

/*nav { padding:0!important;
    a:hover { opacity:1; }
    &.bg-light { background-color:$white!important; }
    &.navbar>.container-fluid { align-items:stretch; }
    a.navbar-brand { background-color:$aqua; height:210px; padding:0 40px; margin:0; align-self:stretch; justify-content:center; display:flex; align-items:center; 
        img { min-width:350px; width:40vw; max-width:419px; }
    }
    .navbar-collapse { flex-direction:column; }
    .navbar-nav {
        a.nav-link { font-size:20px; line-height:1; letter-spacing:calc(1em * 0.001 * 40); text-transform:lowercase; white-space:nowrap; color:$black; text-align:center; }
        li { padding-right:2rem; }

        &.top.cta { background-color:$lightgrey; width:100%; justify-content:flex-end; height:60px; align-items:center;
            a.nav-link { font-size:18px; }
        }
        &.bottom { width:100%; justify-content:flex-end; height:150px; align-items:center; background-color:$white; }        
    }
}*/
nav {
  padding: 0 1rem 0 0 !important;
  /* NAV */
  /* NAV OVER*/
}
nav.bg-light {
  background: rgb(255, 255, 255) !important;
}
nav a.navbar-brand {
  background: rgb(33, 68, 47);
  padding: 1rem;
}
nav a.navbar-brand img {
  height: 50px; /*filter:invert(100%);*/
}
nav .navbar-toggler {
  border: none;
  padding-right: 0;
  color: rgb(33, 68, 47);
  font-size: 1.5rem;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .btn-close {
  background: none;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  opacity: 1;
  font-size: 1.5rem;
}
nav .btn-close:focus {
  box-shadow: none;
}
nav .fa-bars-sort {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
nav .nav-link { /*text-transform:uppercase; font-weight:700;*/
  font-size: 1rem;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgb(33, 68, 47);
}
nav .nav-link:hover {
  color: rgb(33, 68, 47);
}
nav .cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: var(--bs-navbar-brand-margin-end);
}
nav .cta .nav-link {
  font-size: 1rem;
  padding: 0 1rem;
  color: rgb(33, 68, 47);
}
nav .offcanvas.offcanvas-end {
  max-width: 1000px;
  width: 100%;
}
nav .offcanvas-header {
  background: rgb(255, 255, 255);
  padding: 0 calc(var(--bs-gutter-x) * 0.5) 0 0;
}
nav .offcanvas-header a.nav-link {
  color: rgb(33, 68, 47);
}
nav .offcanvas-header a.navbar-brand {
  background: rgb(255, 255, 255);
}
nav .offcanvas-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
}
nav .left {
  background: rgb(33, 68, 47);
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
}
nav .left.top {
  flex: 0 0 40%;
}
nav .left.bottom {
  flex: 0 0 60%;
  padding: 2rem 1rem;
}
nav .left h3 {
  font-size: 0.8rem;
  color: rgb(255, 255, 255); /*font-family:$copy-font; */
}
nav .left h3:not(:first-of-type) {
  margin-top: 1rem;
}
nav .left a {
  font-weight: 700;
}
nav .left a .fa-sharp {
  margin-right: 0.5rem;
}
nav .right {
  background: rgb(255, 255, 255);
  flex: 0 0 100%;
  /*.secondary { padding-top:2rem;
      .navbar-nav { flex-direction:row; }
      .nav-link { font-size:.8rem!important; padding:0 1rem;
          &:last-of-type { padding-right:0; }
      }
  }*/
}
nav .right .navbar-nav.primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
}
nav .right .navbar-nav.primary .nav-link {
  font-size: 1.5rem;
}
nav h3 {
  padding-left: 0;
}
nav h3:before {
  display: none;
}
nav .btn-close {
  color: rgb(33, 68, 47);
}
nav.popup-open {
  position: relative;
}

.nav-shadow {
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
  transition: all 0.25s ease-in-out;
  position: fixed !important;
}

#main-content {
  padding-top: calc(2rem + 50px);
}
#main-content.popup-open {
  padding-top: 0;
}

.nav-shadow + #main-content {
  padding-top: calc(2rem + 50px);
}

/*#main-content { min-height:80vh; margin-top:105px;*/ /*margin-top:210px;*/ /*}*/
#footer {
  font-size: 14px;
}
#footer h3 {
  font-size: 18px;
  color: rgb(63, 134, 97);
}
#footer h3:not(:first-child) {
  margin-top: 2rem;
}
#footer a, #footer a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#footer .top {
  padding-bottom: 3rem;
}
#footer .top .center img {
  margin: 0 auto;
  display: block;
}
#footer .top .center img.brand {
  max-width: 300px;
  height: auto;
}
#footer .top .right {
  display: flex;
  justify-content: flex-end;
}
#footer .top ul.contact-info, #footer .top ul.quick-links, #footer .top ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top ul.contact-info li, #footer .top ul.quick-links li, #footer .top ul.social li {
  padding: 0;
}
#footer .top ul.contact-info li:not(:first-child), #footer .top ul.quick-links li:not(:first-child), #footer .top ul.social li:not(:first-child) {
  margin-top: 1rem;
}
#footer .top ul.contact-info li a .fa-brands, #footer .top ul.quick-links li a .fa-brands, #footer .top ul.social li a .fa-brands {
  margin-right: 0.5rem;
}
#footer .bottom {
  border-top: 1px solid rgb(244, 244, 244);
}
#footer .bottom .left, #footer .bottom .right {
  display: flex;
  align-items: center;
}
#footer .bottom .left img {
  width: 150px;
  height: auto;
}
#footer .bottom .right {
  justify-content: flex-end;
}
#footer .bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom ul li {
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#footer .certifications {
  display: flex;
  flex-direction: column;
}
#footer .certifications img.certification {
  margin-top: 2rem;
  max-width: 150px;
  max-height: 70px;
}
#footer .certifications.mobile {
  display: none;
}

.BG {
  overflow: hidden;
}

.imgBG {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.imgBG.animated {
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.imgBG.animated.slide-up {
  transform: translateY(100%);
  animation-name: slide-up-imgBG;
}
.imgBG.animated.slide-down {
  transform: translateY(-100%);
  animation-name: slide-down-imgBG;
}

@keyframes slide-up-imgBG {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slide-down-imgBG {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.cHomeHero {
  display: flex;
  align-items: stretch;
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
}
.cHomeHero .copy {
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 0 3rem 0 6rem;
}
.cHomeHero .copy h1 {
  margin-bottom: 1.75rem;
}
.cHomeHero .hero {
  padding: 3rem 6rem 3rem 0;
  background: rgb(33, 68, 47) url(/img/BG-home-hero.jpg) no-repeat right center;
  background-size: 65% 100%;
}
.cHomeHero .hero img, .cHomeHero .hero video {
  border-radius: 500px;
  max-width: 100%;
}

.cRenderHomeHero .left {
  display: flex;
  flex-direction: column;
}
.cRenderHomeHero .left .top {
  min-height: 50vh;
}
.cRenderHomeHero .left .bottom {
  min-height: 20vh;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cRenderHomeHero .center {
  display: flex;
  flex-direction: column;
}
.cRenderHomeHero .center .top {
  min-height: 25vh;
  width: 100%;
}
.cRenderHomeHero .center .middle {
  min-height: 25vh;
}
.cRenderHomeHero .center .bottom {
  display: flex;
}
.cRenderHomeHero .center .bottom .left {
  min-height: 20vh;
  width: 50%;
}
.cRenderHomeHero .center .bottom .right {
  min-height: 20vh;
  width: 50%;
}
.cRenderHomeHero .right {
  min-height: 70vh;
}

.cHero {
  /* no image */
  /* w/ image */
}
.cHero .title {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(244, 244, 244);
  text-align: left;
}
.cHero .copy { /*background-image:url(/img/grey-left.png); background-repeat:repeat-y;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.cHero .copy p {
  width: 60%;
}
.cHero.has-img {
  color: rgb(255, 255, 255);
  /*.title { background-image:url(/img/grey-top.png); background-repeat:repeat-x; }*/
}
.cHero.has-img .title {
  background-color: rgb(33, 68, 47);
}
.cHero.has-img .copy-container {
  background: rgb(63, 134, 97);
}
.cHero.has-img .copy {
  background-image: none;
  background-color: rgb(63, 134, 97);
}
.cImageCopy, .c2RowImageCopy { /*background:$lightgrey;   */
  /*.BGgrey.left { background:url(/img/grey-right.png) repeat-y top right / contain; }
  .BGgrey.right { background:url(/img/grey-left.png) repeat-y top left / contain; }*/
  /*.BGgrey.left { background:url(/img/pattern-green10.png) repeat-y bottom right / contain; }
  .BGgrey.right { background:url(/img/pattern-green10.png) repeat-y bottom left / contain; }*/
}
.cImageCopy .img, .c2RowImageCopy .img {
  min-height: 50vh;
}
.cImageCopy .copy, .c2RowImageCopy .copy {
  padding: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*&.pattern-bottom { background:url(/img/grey-bottom.png) repeat-x bottom center; background-size:auto 8vw; padding-bottom:calc(6rem + 8vw); }*/
}
.cImageCopy .left, .cImageCopy .right, .c2RowImageCopy .left, .c2RowImageCopy .right {
  background-color: rgb(33, 68, 47) !important;
}

.cImageCopy {
  min-height: 80vh;
}

.c2RowImageCopy .copy {
  background: rgb(244, 244, 244);
}

.cCardList .cCard:nth-child(even), .cHorizontalCardList .cCard:nth-child(even) {
  background: rgb(244, 244, 244);
}
.cCardList .cCard .imgBG, .cHorizontalCardList .cCard .imgBG {
  height: 40vh;
}
.cCardList .cCard .content, .cHorizontalCardList .cCard .content {
  padding: 3rem 3rem 6rem;
}
.cCardList .cCard h3, .cHorizontalCardList .cCard h3 {
  text-transform: uppercase;
  color: rgb(203, 71, 51);
}
.cCardList .cCard.no-image, .cHorizontalCardList .cCard.no-image {
  padding-top: 6rem;
  min-height: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.cCardList .cCard.no-image:nth-child(even), .cHorizontalCardList .cCard.no-image:nth-child(even) {
  background: rgb(255, 255, 255);
}
.cCardList .cCard.no-image:after, .cHorizontalCardList .cCard.no-image:after {
  content: "";
  position: absolute;
  top: 12.5rem;
  right: 0;
  height: 6rem;
  width: 1px;
  background: rgb(203, 71, 51);
}
.cCardList .cCard.no-image h3, .cHorizontalCardList .cCard.no-image h3 {
  text-transform: none;
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cCardList .cCard ul, .cHorizontalCardList .cCard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 3rem;
}
.cCardList .cCard ul li::before, .cHorizontalCardList .cCard ul li::before {
  content: "•";
  color: rgb(203, 71, 51);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.cHorizontalCardList {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cHorizontalCardList .cCard {
  display: flex;
  flex-direction: row;
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cHorizontalCardList .cCard:nth-child(even) {
  padding-left: 4rem !important;
}
.cHorizontalCardList .cCard:nth-child(odd) {
  padding-right: 4rem !important;
}
.cHorizontalCardList .cCard .BG {
  background: none;
  min-width: 330px;
}
.cHorizontalCardList .cCard .BG .imgBG {
  height: 511px;
  width: 330px;
  border-radius: 500px;
  display: block;
}
.cHorizontalCardList .cCard .content {
  display: flex;
  align-items: center;
  padding: 0 0 0 3rem !important;
}
.cHorizontalCardList .cCard:nth-child(1n+3) { /* THIS IS THE SECOND ROW*/
  margin-top: 3rem;
}
.cHorizontalCardList .cCard:nth-child(1n+3) .BG {
  order: 2;
}
.cHorizontalCardList .cCard:nth-child(1n+3) .content {
  padding: 0 3rem 0 0 !important;
}

.cGoogleReviews {
  background: rgb(244, 244, 244);
}
.cGoogleReviews .quote { /*padding:9rem;*/
  background: rgb(224, 164, 38);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cGoogleReviews .quote img {
  max-width: 50%;
}
.cGoogleReviews .reviews-container {
  padding: 6rem 12rem;
}
.cGoogleReviews .reviews .review-stars {
  display: none;
}
.cGoogleReviews .reviews .slick-dots li.slick-active button:before {
  color: rgb(203, 71, 51);
}
.cGoogleReviews .reviews .slick-dots li button:before {
  color: rgb(203, 71, 51);
}
.cGoogleReviews .reviews-nav { /*padding-bottom:6rem;*/
  display: flex;
  align-items: center;
}
.cGoogleReviews .reviews-nav .prev, .cGoogleReviews .reviews-nav .next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid rgb(33, 68, 47);
  color: rgb(33, 68, 47);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /*&:hover { background:$darkgreen; color:white; }*/
}
.cGoogleReviews .reviews-nav .prev {
  margin-right: 1rem;
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
}
.c4square {
  background: rgb(244, 244, 244);
}
.c4square .cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c4square a.button {
  border: 1px solid rgb(203, 71, 51);
  background: transparent;
  color: rgb(0, 0, 0);
}
.c4square a.button:after {
  color: rgb(203, 71, 51);
}
.c4square .images { /*height:100vh;*/
  overflow: hidden;
  /*.imgBG { height:100vh; }*/
}
.c4square .images .slick-list, .c4square .images .slick-track, .c4square .images .slick-slide, .c4square .images .slick-slide div {
  height: 100vh !important;
}
.c4square .items ul.nav li {
  height: 12.5vw;
  width: 50%;
  border-right: 3px solid rgb(244, 244, 244);
  border-bottom: 3px solid rgb(244, 244, 244);
  color: rgb(63, 134, 97);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  cursor: pointer;
}
.c4square .items ul.nav li:nth-of-type(even) {
  border-right: none;
}
.c4square .items ul.nav li:nth-of-type(3), .c4square .items ul.nav li:nth-of-type(4) {
  border-bottom: none;
}
.c4square .items ul.nav li.active {
  background: rgb(63, 134, 97);
  color: rgb(255, 255, 255);
}
.c4square .items ul.nav li.active .circle-wrapper {
  height: 8vw;
  width: 8vw;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate3d(0, 0, 1, 0.001deg); /* clear artifacts*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.c4square .items ul.nav li.active .circle-wrapper:before, .c4square .items ul.nav li.active .circle-wrapper:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 8vw;
  height: 8vw;
  clip: rect(0px, 4vw, 8vw, 0px);
  background-color: rgb(63, 134, 97);
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2s spin2 linear 2s forwards;
  z-index: 2;
}
.c4square .items ul.nav li.active .circle-wrapper:after {
  content: " ";
  background: white;
  z-index: 1;
  animation: 2s spin linear 0s forwards;
}
@keyframes spin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 180deg);
  }
}
@keyframes spin2 {
  from {
    background: white;
    transform: rotate3d(0, 0, 1, 180deg);
  }
  to {
    background: white;
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.c4square .items ul.nav li.active .circle-animation {
  display: block;
  position: relative;
  z-index: 4;
  width: calc(8vw - 6px);
  height: calc(8vw - 6px);
  border-radius: 50%;
  background: rgb(63, 134, 97);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c4square .items .items-container .slick-list, .c4square .items .items-container .slick-track, .c4square .items .items-container .slick-slide, .c4square .items .items-container .slick-slide > div {
  height: calc(100vh - 25vw);
}
.c4square .items .items-container .slick-slide > div {
  display: flex !important;
  align-items: center;
}
.c4square .items .items-container .item {
  padding: 0 6rem;
}
.c4square .items .items-container:hover .circle-wrapper:before, .c4square .items .items-container:hover .circle-wrapper:after {
  animation-play-state: paused;
  background: red;
}

.cHeaderRow {
  padding: 6rem 0;
  /*.BGgrey { background:url(/img/grey-right.png) repeat-y top right / contain; }*/
  /*background:url(/img/pattern-white.png) no-repeat center center / cover;*/
  /*.button { display:flex; align-items:center;}
  a.button { border:1px solid $red; background:transparent; color:$black;
      &:after { color:$red; }
  }
  .button-container { display:flex; align-items:center; }*/
}
.cHeaderRow .title { /*padding:6rem;*/
  display: flex;
  align-items: flex-start;
}
.cHeaderRow .copy-container {
  display: flex;
  align-items: flex-start;
}

.cCTA {
  background: rgb(33, 68, 47) url(/img/pattern-green.jpg) no-repeat center center/cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: rgb(255, 255, 255);
}
.cCTA h2 {
  margin-bottom: 1.75rem;
}
.cCTA .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cCTA a.button {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 68, 47);
}

.cColorSeparator {
  height: 3rem;
}

.cRenderCTA {
  /*.BGgrey { background:url(/img/grey-bottom.png) repeat-x bottom center / contain; height:6rem; order:12!important; }*/
}
.cRenderCTA .left .top, .cRenderCTA .left .top .imgBG {
  min-height: 30vh;
  background-image: url("/img/pattern-white10.png");
  background-repeat: repeat;
  background-position: center center;
}
.cRenderCTA .left .bottom, .cRenderCTA .left .bottom .imgBG {
  min-height: 40vh;
}
.cRenderCTA .left .bottom .imgBG {
  animation-duration: 1s;
  animation-name: slide-down-out-imgBG;
  animation-fill-mode: forwards;
}
.cRenderCTA .left .bottom .imgBG:hover {
  animation-name: slide-up-imgBG;
}
.cRenderCTA .center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cRenderCTA .center .inner {
  max-width: 70%;
}
.cRenderCTA .right .top, .cRenderCTA .right .top .imgBG {
  min-height: 50vh;
}
.cRenderCTA .right .top .imgBG {
  animation-duration: 1s;
  animation-name: slide-up-out-imgBG;
  animation-fill-mode: forwards;
}
.cRenderCTA .right .bottom {
  min-height: 20vh;
  background-image: url("/img/pattern-white10.png");
  background-repeat: repeat;
  background-position: top left;
}
.cRenderCTA:hover .left .bottom .imgBG {
  animation-name: slide-up-imgBG;
  animation-duration: 1s;
}
.cRenderCTA:hover .right .top .imgBG {
  animation-name: slide-down-imgBG;
  animation-duration: 1s;
}

@keyframes slide-up-out-imgBG {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide-down-out-imgBG {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.cContactForm .left {
  display: flex;
  flex-direction: column;
}
.cContactForm .left .contact-info {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cContactForm .left .contact-info h2:not(:first-of-type) {
  margin-top: 1.5rem;
}
.cContactForm .left .contact-info a {
  color: rgb(203, 71, 51);
}
.cContactForm .left .BG {
  flex: 0 0 40%;
}
.cContactForm .left .BG, .cContactForm .left .imgBG {
  min-height: 30vh;
}
.cContactForm .right {
  background: rgb(244, 244, 244);
}
.cContactForm .contact-form .input-validation-error {
  border: 1px solid red;
}
.cContactForm .contact-form .field-validation-error {
  color: red;
}
.cContactForm .contact-form .form {
  display: flex;
  flex-direction: column;
}
.cContactForm .contact-form .form fieldset {
  border: 1px solid rgb(33, 68, 47);
  margin-bottom: 2rem;
  padding: 0 1rem 0.5rem;
  height: auto;
}
.cContactForm .contact-form .form legend {
  text-transform: uppercase;
  font-size: 1rem;
  width: auto;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  color: rgb(63, 134, 97);
  transform: translateY(-50%);
  background: rgb(244, 244, 244);
}
.cContactForm .contact-form .form label {
  margin-right: 1.5rem;
  margin-left: 0.25rem;
  color: rgb(63, 134, 97);
}
.cContactForm .contact-form .form input[type=text], .cContactForm .contact-form .form input[type=email], .cContactForm .contact-form .form input[type=tel] {
  width: 100%;
  margin: 0 auto;
  border: none;
  background: transparent;
  height: 2.5rem;
  padding-left: 1rem;
}
.cContactForm .contact-form .form input[type=text]:focus, .cContactForm .contact-form .form input[type=email]:focus, .cContactForm .contact-form .form input[type=tel]:focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.cContactForm .contact-form .form input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}
.cContactForm .contact-form .form .form-group {
  display: flex;
  align-items: center;
}
.cContactForm .contact-form .form button[type=submit] {
  display: inline-block;
  width: fit-content;
  border: none; /*display:flex; justify-content:flex-end;*/
}

.cGallery, .cFloorPlanGrid, .cGalleryGrid {
  /* block grid */
  /*.umb-block-grid { margin-top:83px; }*/
}
.cGallery ul.grid-nav, .cFloorPlanGrid ul.grid-nav, .cGalleryGrid ul.grid-nav {
  display: flex;
  list-style: none;
  padding: 1.5rem 0;
  margin: 0;
  justify-content: center; /*position:fixed;*/
  z-index: 3;
  background: rgb(33, 68, 47); /*margin-bottom:182px; margin-top:83px;*/
}
.cGallery ul.grid-nav li, .cFloorPlanGrid ul.grid-nav li, .cGalleryGrid ul.grid-nav li {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0 1rem; /*border-right:1px solid $lightgrey;*/
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
  font-weight: 400;
}
.cGallery ul.grid-nav li.caption, .cFloorPlanGrid ul.grid-nav li.caption, .cGalleryGrid ul.grid-nav li.caption {
  text-transform: uppercase;
}
.cGallery ul.grid-nav li.active, .cFloorPlanGrid ul.grid-nav li.active, .cGalleryGrid ul.grid-nav li.active { /*border-bottom:3px solid $yellow;*/
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgb(224, 164, 38); /*font-weight:500;*/
}
.cGallery ul.grid-nav li:first-of-type, .cFloorPlanGrid ul.grid-nav li:first-of-type, .cGalleryGrid ul.grid-nav li:first-of-type {
  cursor: default;
  font-weight: 500;
}
.cGallery.no-nav .umb-block-grid, .cFloorPlanGrid.no-nav .umb-block-grid, .cGalleryGrid.no-nav .umb-block-grid {
  margin-top: 0;
}
.cGallery .umb-block-grid__layout-item, .cGallery .grid a, .cFloorPlanGrid .umb-block-grid__layout-item, .cFloorPlanGrid .grid a, .cGalleryGrid .umb-block-grid__layout-item, .cGalleryGrid .grid a {
  height: calc(40vh * var(--umb-block-grid--item-row-span, 1)) !important;
  overflow: hidden;
  display: none;
  animation: fade-out 0.1s;
  animation-fill-mode: forwards;
}
.cGallery .umb-block-grid__layout-item.active, .cGallery .grid a.active, .cFloorPlanGrid .umb-block-grid__layout-item.active, .cFloorPlanGrid .grid a.active, .cGalleryGrid .umb-block-grid__layout-item.active, .cGalleryGrid .grid a.active {
  display: inline;
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}
.cGallery .umb-block-grid__layout-item img, .cGallery .grid a img, .cFloorPlanGrid .umb-block-grid__layout-item img, .cFloorPlanGrid .grid a img, .cGalleryGrid .umb-block-grid__layout-item img, .cGalleryGrid .grid a img {
  transition: transform 1s;
}
.cGallery .umb-block-grid__layout-item:hover img, .cGallery .grid a:hover img, .cFloorPlanGrid .umb-block-grid__layout-item:hover img, .cFloorPlanGrid .grid a:hover img, .cGalleryGrid .umb-block-grid__layout-item:hover img, .cGalleryGrid .grid a:hover img {
  transform: scale(1.2);
}
.cGallery .umb-block-grid__layout-item .play-btn, .cGallery .grid a .play-btn, .cFloorPlanGrid .umb-block-grid__layout-item .play-btn, .cFloorPlanGrid .grid a .play-btn, .cGalleryGrid .umb-block-grid__layout-item .play-btn, .cGalleryGrid .grid a .play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 3rem;
  padding: 1rem;
  background-color: rgb(224, 164, 38);
  border-radius: 50%;
}
.cGallery .umb-block-grid__layout-item a:hover, .cGallery .grid a a:hover, .cFloorPlanGrid .umb-block-grid__layout-item a:hover, .cFloorPlanGrid .grid a a:hover, .cGalleryGrid .umb-block-grid__layout-item a:hover, .cGalleryGrid .grid a a:hover {
  opacity: 1;
}

.cGalleryGrid .grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.cGalleryGrid .grid a {
  height: auto !important;
  position: relative;
}
.cGalleryGrid .grid a img {
  width: 100%;
  height: auto;
}

.cFloorPlanGrid .grid {
  min-height: 40vh;
  padding: 5rem 0;
}
.cFloorPlanGrid .floor-plan-container {
  display: none;
  animation: fade-out 0.1s;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
  text-align: center;
}
.cFloorPlanGrid .floor-plan-container.active { /*opacity:1;*/
  display: inline;
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}
.cFloorPlanGrid .floor-plan-container.active .floor-plan { /*opacity:1;*/ }
.cFloorPlanGrid .floor-plan-container .floor-plan { /*transition: transform 1s;*/
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin: 1rem 0.5rem;
}
.cFloorPlanGrid .floor-plan-container .floor-plan {
  cursor: pointer;
  font-size: 0.7rem;
  background: rgb(244, 244, 244);
  padding: 0.5rem;
  line-height: 1.5; /*opacity:0; transition:opacity 5s, transform 1s;*/
  /*&:hover { transform:scale(1.2); position:relative; z-index:2; outline:1px solid $white; display:block; }*/
}
.cFloorPlanGrid .floor-plan-container .floor-plan .floor-plan-copy {
  padding: 2rem 1rem 1rem;
}
.cFloorPlanGrid .floor-plan-container .floor-plan h3 {
  margin-bottom: 1rem; /*padding:2rem 0 0rem;*/
}
.cFloorPlanGrid .floor-plan-container .floor-plan .description {
  padding: 0 0 1rem;
}
.cFloorPlanGrid .floor-plan-container .floor-plan .price {
  padding: 0.25rem 0;
}
.cFloorPlanGrid .floor-plan-container .floor-plan .text-link {
  padding: 0.25rem;
}
.cFloorPlanGrid .floor-plan-container .floor-plan a, .cFloorPlanGrid .floor-plan-container .floor-plan a:visited {
  color: rgb(33, 68, 47);
  transform: none;
  transition: none;
}
.cFloorPlanGrid .floor-plan-container:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2; /*outline:1px solid $white; display:block;*/
}

.cEngrainSitemap + .cFloorPlanGrid .grid {
  padding: 2rem 0 5rem;
}

.floorplan-view-toggler {
  margin: 3vw;
}

.floorplan-view-toggler li.active {
  background-color: rgb(203, 71, 51);
  border-color: rgb(203, 71, 51) !important;
}

.fancybox__container .fancybox__caption h3 {
  padding: 0.5rem 0 0.25rem;
}
.fancybox__container .fancybox__caption .description {
  padding: 0.25rem 0;
}
.fancybox__container .fancybox__caption .price {
  padding: 0.25rem 0;
}
.fancybox__container .fancybox__caption .text-link {
  padding: 0.25rem;
}

.fancybox__container .fancybox__caption h3 {
  padding: 0.5rem 0 0.25rem;
}
.fancybox__container .fancybox__caption .description {
  padding: 0.25rem 0;
}
.fancybox__container .fancybox__caption .price {
  padding: 0.25rem 0;
}
.fancybox__container .fancybox__caption .text-link {
  padding: 0.25rem;
}

.fancybox__slide.has-caption {
  flex-direction: row;
}

.fancybox__caption {
  background: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 45vw;
  padding: 1rem 3rem 1rem 3rem;
}
.fancybox__caption .text-center {
  text-align: left !important;
}

.floor-plan-popup { /*display:none;*/
  display: flex;
  flex-direction: row;
  height: 80vh;
}
.floor-plan-popup.fancybox__content {
  padding: 0;
}
.floor-plan-popup .floor-plan-slider-container {
  height: 80vh;
  width: 50vw;
  display: flex;
  align-items: center;
}
.floor-plan-popup .floor-plan-slider-container .slick-track {
  width: 50vw;
}
.floor-plan-popup .floor-plan-slider-container .floor-plan-slider {
  width: 50vw;
}
.floor-plan-popup .floor-plan-slider-container .floor-plan-slider .slick-slide.slick-active {
  width: 50vw !important; /*transform:translateX(-50%);*/
}
.floor-plan-popup .floor-plan-slider-container .floor-plan-slider .img {
  height: 80vh;
  width: 50vw;
}
.floor-plan-popup .floor-plan-copy {
  overflow-y: auto;
  background: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
  height: 80vh; /*display:flex; align-items:flex-start;*/
  max-width: 45vw;
  padding: 1rem 3rem 1rem 3rem;
}
.floor-plan-popup .floor-plan-copy .long-description {
  padding: 1rem 0;
}
.floor-plan-popup .floor-plan-copy a:not(.button), .floor-plan-popup .floor-plan-copy a:not(.button):visited {
  color: rgb(63, 134, 97);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.floor-plan-popup .floor-plan-slider-nav { /*padding-bottom:6rem;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.floor-plan-popup .floor-plan-slider-nav .prev, .floor-plan-popup .floor-plan-slider-nav .next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid rgb(33, 68, 47);
  color: rgb(33, 68, 47);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 1rem;
  /*&:hover { background:$darkgreen; color:white; }*/
}
.floor-plan-popup .floor-plan-slider-nav .prev {
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
}
@keyframes fade-in {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: inline;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    display: inline;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.cEngrainSitemap {
  height: 85vh;
  width: 100vw;
  padding-left: 3%;
  padding-right: 3%;
}

/*.cFloorPlanGrid{
    ul { display:flex; list-style:none; padding:0; margin:0;*/ /*position:fixed;*/ /*z-index:3; background:$white;*/ /*margin-bottom:182px; margin-top:83px;*/
/*li { color:$green; flex:1; text-align:center; padding:1.5rem 0; border-right:1px solid $lightgrey; font-size:18px; color:$green; cursor:pointer; justify-content:center;
            &.caption { text-transform:uppercase; }
            &.active { border-bottom:3px solid $green; font-weight:500; }
            &:first-of-type { cursor:default; font-weight:500; }
        }
    }
    .floor-plan { cursor:pointer; font-size:.7rem; transition:all .2s ease-in-out; background:$grey; padding:.5rem;
        &:hover { transform:scale(1.1); position:relative; z-index:2; outline:1px solid $white; }
        h3{ padding:.5rem 0 .25rem; }
        .description { padding:.25rem 0; }
        .price { padding:.25rem 0; }
        .text-link { padding:.25rem; }
    }
    ul.iso-grid-nav { margin-bottom:1rem; }
}*/
/*.cPopup { display:none; text-align:center;
    &.white { color:$white;
        p, h1 { color:$white!important; }
    }
}*/
.cPopup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: -1rem;
  /*.btn { margin:0 auto; }*/
}
.cPopup .close {
  float: right;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 2rem;
}
.cPopup h1 {
  text-align: center;
  margin: 0 auto 0.5rem;
  padding-top: 1rem;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
.cPopup .inner {
  padding: 1rem;
}
.cPopup.BGwhite h1, .cPopup.BGwhite .fa-xmark {
  color: rgb(63, 134, 97);
}
.cPopup.BGdarkgrey .close, .cPopup.BGorange .close {
  color: rgb(255, 255, 255);
}
.cPopup a.btn {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem;
}

.cTwoColSlider {
  /*.slick-prev { top:100%; left:50%; transform:translateX(-100%); }
  .slick-next { top:100%; left:50%; transform:translateX(100%); }
  .slick-prev:before, .slick-next:before { border-radius:50%; border:1px solid $black; height:40px; width:40px; }
  .slick-prev:before { content:'\f053'; font-family:"Font Awesome 6 Pro"; }
  .slick-next:before { content:'\f054'; font-family:"Font Awesome 6 Pro"; }*/
}
.cTwoColSlider .img-container {
  /*.img { height:80vh; }*/
  /*.img { object-fit:cover; }*/
}
.cTwoColSlider .img-container img {
  object-fit: cover;
}
.cTwoColSlider .img-container .slick-list, .cTwoColSlider .img-container img {
  height: 80vh;
}
.cTwoColSlider .copy-container {
  padding: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cTwoColSlider .copy-container .slider-container {
  width: 100%; /*padding:6rem 6rem 0 6rem;*/
}
.cTwoColSlider .copy-container .slider-nav { /*padding-bottom:6rem;*/
  display: flex;
  align-items: center;
}
.cTwoColSlider .copy-container .slider-nav .prev, .cTwoColSlider .copy-container .slider-nav .next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid rgb(33, 68, 47);
  color: rgb(33, 68, 47);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /*&:hover { background:$darkgreen; color:white; }*/
}
.cTwoColSlider .copy-container .slider-nav .prev {
  margin-right: 1rem;
  background: rgb(33, 68, 47);
  color: rgb(255, 255, 255);
}
#demo .component {
  border-top: 10px solid rgb(0, 0, 0);
}

#home .cHeaderRow.white {
  background: url(/img/pattern-green.jpg) no-repeat center center/cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* fancybox */
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 100%;
}

/* MEDIUM DOWN  */
@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .bigger {
    font-size: 20px;
    line-height: 40px;
  }
  .block-padding {
    padding: 3rem 3vw !important;
  }
  /*nav { width:100vw; background:$white;
      a.navbar-brand { background:none; padding:0; height:auto; margin:1.5rem 1rem;
          img { filter:invert(1); min-width:0; width:250px; height:auto; }
      }
      .navbar-toggler { border:none; padding:0; margin-right:1rem;
          .navbar-toggler-icon { background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28134,200,188, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") }
      }
      .navbar-collapse { height:100vh; display:flex; }*/
  /* top on mobile */ /*.navbar-nav.bottom { height:auto; order:1; padding:3rem 0;
}*/
  /* bottom on mobile */ /*.navbar-nav.top.cta { height:auto; background:$lightgrey; order:2; padding:2rem 0; 
    } 
    .nav-item { padding-right:0!important; }
    .nav-link { padding:1rem 0; font-size:20px; }
    button:focus:not(:focus-visible) { box-shadow:none; }
    .nav-item.address a { line-height:1.5!important; }
}
#main-content { margin-top:93px; }*/
  #footer {
    text-align: center;
  }
  #footer .top .left {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
  #footer .top .center {
    order: 1;
    display: flex;
    justify-content: center;
  }
  #footer .top .center img {
    min-width: 300px;
  }
  #footer .top .right {
    order: 3;
    justify-content: center;
  }
  #footer .bottom .left {
    justify-content: center;
  }
  #footer .bottom .right {
    justify-content: center;
  }
  #footer .bottom .right ul {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  #footer .bottom .right ul li {
    padding: 1rem 0;
  }
  #footer .bottom .row {
    flex-direction: column;
  }
  .BG {
    min-height: 40vh;
  }
  .cHero {
    background: rgb(63, 134, 97);
  }
  .cHero .title {
    background-image: url(/img/pattern-white10.png);
    background-repeat: repeat-x;
    background-size: auto 10vh;
    min-height: 0;
    padding-top: calc(10vh + 3rem) !important;
  }
  .cHero .copy {
    background-image: none;
    text-align: left !important;
  }
  .cHero .copy p {
    width: 100%;
  }
  .cHero .image {
    min-height: 40vh;
  }
  /*.cImageCopy {
      .BGgrey { background:url(/img/grey-bottom.png) repeat-x bottom center / contain; height:6rem; order:12!important; }
  }*/
  .cHomeHero .center, .cHomeHero .right {
    display: none;
  }
  .c3ColCenterCopy {
    display: flex;
  }
  .c3ColCenterCopy .center {
    order: 2;
  }
  .c3ColCenterCopy .right {
    min-height: 20vh;
    background-image: url(/img/pattern-white10.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(203, 71, 51);
    background-size: auto 14vh;
    order: 1;
  }
  .cImageCopy, .c2RowImageCopy {
    display: flex;
    /*.BGgrey { background:url(/img/grey-bottom.png) repeat-x center center / contain!important; order:3!important; }*/
  }
  .cImageCopy .img, .c2RowImageCopy .img {
    min-height: 40vh;
    order: 1 !important;
  }
  .cImageCopy .copy, .c2RowImageCopy .copy {
    padding: 3rem;
    order: 2 !important;
  }
  .cImageCopy .copy.pattern-bottom, .c2RowImageCopy .copy.pattern-bottom {
    background: none;
    padding-bottom: 3rem;
  }
  .c2RowImageCopy .BG {
    order: 1 !important;
  }
  .c2RowImageCopy .copy {
    order: 3 !important;
  }
  .c2RowImageCopy .top .copy {
    background: rgb(255, 255, 255);
    padding-bottom: 0;
  }
  .c2RowImageCopy .accent {
    height: 8rem;
    background-image: none;
    background: rgb(203, 71, 51) url(/img/pattern-white10.png) repeat-x center center/contain !important;
    background-size: auto 8rem !important;
    order: 2 !important;
  }
  .c2RowImageCopy .top .accent {
    order: 1 !important;
  }
  .c2RowImageCopy .top .BG {
    order: 2 !important;
  }
  .c2RowImageCopy .top .copy {
    order: 3 !important;
  }
  .c2RowImageCopy .bottom {
    padding-top: 2rem;
  }
  .c2RowImageCopy .bottom .BG {
    order: 1 !important;
  }
  .c2RowImageCopy .bottom .copy {
    order: 2 !important; /*padding-top:0;*/
  }
  .cCardList .cCard.no-image {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }
  .cCardList .cCard.no-image .content {
    padding: 3rem;
    width: 100%;
  }
  .cCardList .cCard.no-image:after {
    display: none;
  }
  .cCardList .cCard.no-image:first-of-type:before {
    display: none;
  }
  .cCardList .cCard.no-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 3rem;
    width: 50%;
    height: 2px;
    background: rgb(63, 134, 97);
  }
  .cCardList .cCard {
    position: relative;
  }
  /*.cGoogleReviews{
      .reviews-container { padding:3rem 0; }
      .slick-dotted.slick-slider { width:calc(100vw - 6rem); }
  }*/
  .cGoogleReviews .reviews-container {
    padding: 3rem;
  }
  .c4square .images .slick-list, .c4square .images .slick-track, .c4square .images .slick-slide, .c4square .images .slick-slide div {
    height: 40vh !important;
  }
  .c4square .items .items-container .slick-list, .c4square .items .items-container .slick-track, .c4square .items .items-container .slick-slide, .c4square .items .items-container .slick-slide > div {
    height: auto;
    padding: 0;
  }
  .c4square .cta {
    padding: 3rem;
  }
  .c4square .items ul.nav li {
    height: 25vw;
    width: 25vw;
    border-bottom: none;
    border-right: 3px solid rgb(244, 244, 244) !important;
  }
  .c4square .items ul.nav li:last-of-type {
    border: none !important;
  }
  .c4square .item {
    padding: 3rem !important;
  }
  .cHeaderRow {
    border-top: 3rem solid rgb(224, 164, 38);
  }
  .cHeaderRow .copy {
    padding: 3rem 3rem 0 !important;
  }
  .cHeaderRow .button-container {
    padding: 3rem !important;
  }
  .cHeaderRow .button-container .button {
    margin-top: 0;
  }
  .cContactForm .left {
    order: 2;
  }
  .cContactForm .right {
    order: 1;
    padding: 3rem !important;
  }
  .cContactForm .right p {
    margin-bottom: 3rem;
  }
  .cContactForm .right .form-group {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .cContactForm .right .form-group div {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
  }
  .cGallery select {
    border: none;
    color: rgb(63, 134, 97);
  }
  .cGallery select:focus {
    box-shadow: none;
    outline: none;
  }
  .cGallery .umb-block-grid__layout-item {
    height: calc(20vh * var(--umb-block-grid--item-row-span, 1)) !important;
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns) * 0.5);
  }
  .cGallery .umb-block-grid__layout-item .play-btn {
    font-size: 2rem !important;
    padding: 0.5rem !important;
  }
  .cCTA .left .top, .cCTA .left .top .imgBG {
    min-height: 15vh;
  }
  .cCTA .left .bottom, .cCTA .left .bottom .imgBG {
    min-height: 25vh;
  }
  .cCTA .right .top, .cCTA .right .top .imgBG {
    min-height: 30vh;
  }
  .cCTA .right .bottom {
    min-height: 10vh;
  }
  .floor-plan-container {
    margin-bottom: 2rem;
  }
  .floor-plan-container:last-of-type {
    margin-bottom: 0;
  }
  .floor-plan-popup { /*display:none; display:flex;*/
    flex-direction: column;
    height: 80vh; /*overflow-y:auto;*/
    /*&.fancybox__content { padding:0; }*/
  }
  .floor-plan-popup .floor-plan-slider-container {
    height: auto;
    width: 90vw; /*display:flex; align-items:center;*/
  }
  .floor-plan-popup .floor-plan-slider-container .slick-track {
    width: 90vw;
  }
  .floor-plan-popup .floor-plan-slider-container .floor-plan-slider {
    width: 90vw;
  }
  .floor-plan-popup .floor-plan-slider-container .floor-plan-slider .slick-slide.slick-active {
    width: 90vw !important; /*transform:translateX(-50%);*/
  }
  .floor-plan-popup .floor-plan-slider-container .floor-plan-slider .img {
    height: 40vh;
    width: 90vw;
  }
  .floor-plan-popup .floor-plan-slider-container .inner {
    height: 100%;
  }
  .floor-plan-popup .floor-plan-copy { /*overflow-y:unset;*/
    background: rgb(244, 244, 244); /*background:$lightgrey; color:$black;*/
    height: 100%; /*display:flex; align-items:center;*/
    max-width: 90vw;
    padding: 2rem 3rem 1rem 3rem;
    /*.long-description { padding:1rem 0; }
    a,a:visited { color:$green; text-decoration:underline; text-underline-offset:3px; }*/
  }
  .floor-plan-popup .floor-plan-slider-nav { /*padding-bottom:6rem;*/ /*display:flex; align-items:center;*/
    padding: 1rem 0;
    justify-content: center;
    /*.prev{ background:$darkgreen; color:$white; }
    .next { } */
  }
  .floor-plan-popup .floor-plan-slider-nav .prev, .floor-plan-popup .floor-plan-slider-nav .next {
    height: 40px;
    width: 40px; /*border-radius:50%; border:1px solid $darkgreen; color:$darkgreen; display:flex; justify-content:center; align-items:center; cursor:pointer;*/
    margin-right: 0rem;
    /*&:hover { background:$darkgreen; color:white; }*/
  }
  .floor-plans-fancybox .fancybox__slide {
    padding: 0;
  }
  .floor-plans-fancybox .fancybox__slide:before {
    margin: 26px;
  }
  .cHorizontalCardList {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cHorizontalCardList .cCard { /*display:flex; */
    flex-direction: column; /*background:none!important; padding-top:0!important; padding-bottom:0!important;*/
  }
  .cHorizontalCardList .cCard:nth-child(even) {
    padding-left: 0 !important;
  }
  .cHorizontalCardList .cCard:nth-child(odd) {
    padding-right: 0 !important;
  }
  .cHorizontalCardList .cCard .BG {
    background: none;
    min-width: 330px;
  }
  .cHorizontalCardList .cCard .BG .imgBG {
    height: 511px;
    width: 330px;
    border-radius: 500px;
    display: block;
  }
  .cHorizontalCardList .cCard .content { /*display:flex; align-items:center;*/
    padding: 2rem 0 3rem !important;
  }
  .cHorizontalCardList .cCard:nth-child(1n+3) { /* THIS IS THE SECOND ROW*/
    margin-top: 3rem;
  }
  .cHorizontalCardList .cCard:nth-child(1n+3) .BG {
    order: 1 !important;
  }
  .cHorizontalCardList .cCard:nth-child(1n+3) .content {
    padding: 2rem 0 3rem !important;
    order: 2 !important;
  }
}
/*RECAPTCHA*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  right: 1rem !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

#knockDoorwayRoot {
  z-index: 800 !important;
}

/* SMALL DOWN */
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 20px;
  }
  #main-content {
    margin-top: 0;
  }
  #main-content {
    padding-top: 0;
  }
  #main-content.popup-open {
    padding-top: 0;
  }
  .nav-shadow + #main-content {
    padding-top: 0;
  }
  .navbar-toggler {
    font-size: 2rem;
  }
  nav {
    width: 100vw;
  }
  nav .left.top, nav .left.bottom, nav .right {
    flex: 1;
  }
  nav .right {
    order: 1;
  }
  nav .left.top {
    order: 3;
  }
  nav .left.bottom {
    order: 2;
    text-align: right;
    background: rgb(255, 255, 255);
    color: rgb(33, 68, 47);
  }
  nav .left.bottom h3 {
    color: rgb(63, 134, 97);
  }
  nav .offcanvas-body {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.8rem;
  }
  nav nav .right .navbar-nav.primary .nav-link {
    font-size: 1.2rem;
  }
  nav .nav-link {
    padding: 0.5rem 0;
  }
  nav a.navbar-brand img, nav a.navbar-brand:visited img {
    max-width: 70vw;
  }
  nav .navbar-toggler {
    font-size: 1.7rem;
  }
  #footer .left table {
    margin: 0 auto;
  }
  .cGoogleReviews .reviews-container {
    padding: 3rem 0;
  }
  .cGoogleReviews .slick-dotted.slick-slider {
    width: calc(100vw - 6rem);
  }
  .cHomeHero .hero {
    padding: 1rem 0;
  }
  .cHomeHero .copy {
    padding: 3rem 0;
  }
  .c3ColCenterCopy .left, .c3ColCenterCopy .right {
    display: none;
  }
  /*.c2RowImageCopy {
      .bottom {
          .copy { order:1!important; }
          .BG { order:2!important; }
      }
  }*/
  .cHeaderRow {
    padding: 3rem 0;
  }
  .cHeaderRow .title {
    padding-bottom: 0 !important;
  }
  .cHeaderRow .copy-container {
    padding: 3rem 0 0;
  }
  .cTwoColSlider .img-container .slick-list, .cTwoColSlider .img-container img {
    height: 40vh;
  }
  .cTwoColSlider .copy-container {
    padding: 3rem 0;
  }
  .cTwoColSlider .copy-container .slider-nav .prev, .cTwoColSlider .copy-container .slider-nav .next {
    height: 40px;
    width: 40px;
  }
  #home .cHeaderRow.white {
    border-top: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cGalleryGrid .grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
