@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

/*
    font-family: 'Karla', sans-serif;
    font-family: 'Roboto', sans-serif;
*/
/* Global
================================================================*/
body,
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
}

body,
p {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #1f191a;
}

.container {background: #fff}
			
    @media (min-width: 1440px) {
        .container-xxl {
            width: 1440px;
            max-width: 100%; 
            padding: 20px;
            background:#fff;
        }
    }

    @media (max-width: 1366px) {
        .container-xxl {
            width: 1280px;
            max-width: 100%; 
            padding: 0;
            background:#fff;
        }
    }

.row {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font24 {
  font-size: 24px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.font11 {
  font-size: 11px;
}

.ls-09 {
  letter-spacing: 0.09em;
}
.ls-33 {
  letter-spacing: 0.33em;
}

strong {
  font-weight: 600;
}
label {
  font-weight: 700;
  font-size: 14px;
}

.teal {
  color: #3fa698;
}
.gold {
  color: #fddb36;
}
.orange {
  color: #ea8209;
}
.lime {
  color: #76cb67;
}
.lt-blue {
  color: #90d0f2;
}

.bg-teal {
  background: #3fa698;
}
.bg-md {
  background: #f8f8f8;
}

.title_line {
 overflow: hidden;
 text-align: center;
}
.title_line:before,
.title_line:after {
 background-color: #ccc;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 20%;
}
.title_line:before {
 right: 0.5em;
 margin-left: -20%;
}
.title_line:after {
 left: 0.5em;
 margin-right: -20%;
}

/* Links
-----------------------------------------*/
a,
a:hover,
a:focus,
a:visited {
  color: #4abbed;
  font-weight: 400;
  text-decoration: none;
}

a.gold {
  color: #fddb36;
}
a.no-color {
  color: #2a2a2a;
}

/* Buttons
-----------------------------------------*/
.btn {
  border: none;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  padding: 15px 25px;
  line-height: 100%;
  cursor: pointer;
}

.btn-main,
.btn-main:visited {
  background: #fff;
  color: #1f191a !important;
  border: 1px solid #1f191a;
  box-shadow: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-main:hover {
  background: #3fa698;
  color: #fff !important;
  border: 1px solid #3fa698;
}

.btn-teal,
.btn-teal:visited,
.btn-teal:hover {
  background: #3fa698;
  color: #fff !important;
  border: none;
  box-shadow: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-admin-blue,
.btn-admin-blue:visited,
.btn-admin-red,
.btn-admin-red:visited {
  color: #1359b0 !important;
  border: none;
  box-shadow: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  padding: 0;
}
.btn-admin-red,
.btn-admin-red:visited {
  color: #cc0728 !important;
}

.btn-admin-dark-grey,
.btn-admin-dark-grey:hover,
.btn-admin-dark-grey:visited {
  background: #707070;
  color: #fff !important;
  border: none;
  box-shadow: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-admin-teal,
.btn-admin-teal:visited {
  color: #3fa698 !important;
  font-weight: normal !important;
}

/* Borders
-----------------------------------------*/
.border-dotted-start {
  border-left: 1px dotted #ccc;
}
.border-dotted-end {
  border-right: 1px dotted #ccc;
}
.border-dotted-top {
  border-top: 1px dotted #ccc;
}
.border-dotted-bottom {
  border-bottom: 1px dotted #ccc;
}
.border-straight {
  border-style: solid;
}
.blg {
  border-left: 4px solid #eaeaea;
}

/* Images
-----------------------------------------*/
.image-crop {
  position: relative;
  width: auto;
  padding-bottom: 80%;
  margin: 0;
  overflow: hidden;
}

.intro .image-crop {
  padding-bottom: 30%;
  margin-top: -40px;
}

.articles .image-crop {
  padding-bottom: 60%;
}

.image-crop img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
}

.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
  opacity: 1;
  left: -30px;
}
.carousel-control-next {
  left: auto;
  right: -30px;
}

.gallery-categories [class*="col-"] {
  position: relative;
  border: 1px solid #fff;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6); /* Black see-through */
  color: #fff;
  width: 100%;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg {
  padding: 30px 0 !important;
}

.lSAction > a {
  background-image: url("../img/controls.png") !important;
}

.open-image {
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  z-index: 2;
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  opacity: 1;
  z-index: 900;
  color: #3fa698 !important;
}

@media only screen and (max-width: 768px) {
  #communityPhotos .carousel-control-next,
  #communityPhotos .carousel-control-prev {
     
  }
  #communityPhotos .carousel-inner {
    overflow: inherit;
  }
  #communityPhotos .carousel-item {
    float: none;
    display: block;
    margin-bottom: 30px;
  }
}

/* Columns
-----------------------------------------*/
ul.four-columns {
  -webkit-column-count: 4; /* Chrome/Opera, Safari */
  -moz-column-count: 4; /* Mozilla Firefox */
  column-count: 4;
}

ul.three-columns {
  -webkit-column-count: 3; /* Chrome/Opera, Safari */
  -moz-column-count: 3; /* Mozilla Firefox */
  column-count: 3;
}

@media only screen and (max-width: 768px) {
  ul.four-columns,
  ul.three-columns {
    -webkit-column-count: 2; /* Chrome/Opera, Safari */
    -moz-column-count: 2; /* Mozilla Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 600px) {
  ul.four-columns,
  ul.three-columns {
    -webkit-column-count: 1; /* Chrome/Opera, Safari */
    -moz-column-count: 1; /* Mozilla Firefox */
    column-count: 1;
  }
}

/* Header
================================================================*/
header {
  z-index: 998;
}

img.logo {
  width: 60px;
  height: auto;
}

.main-nav li a {
  color: #fff;
}
.main-nav li a:hover {
  color: #fddb36;
}
.main-nav .border-bottom {
  border-bottom: 1px dotted #504e4e !important;
}
.main-nav ul.sub {
  margin-left: 28px !important;
}

.btn-close {
  background: none !important;
}

@media only screen and (max-width: 767px) {
  img.logo {
    width: 40px;
  }
}

/* Footer
================================================================*/
footer img {
  height: 60px;
  width: auto;
}

a.social {
  font-size: 24px;
  margin: 0 5px;
}
a.facebook {
  color: #517ccc;
}
a.instagram {
  color: #d03dae;
}
a.youtube {
  color: #e22323;
}
a.pinterest {
  color: #c91818;
}

@media only screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

/* Home
================================================================*/
video {
  max-width: 100%;
  height: auto;
}

.intro,
.intro-video {
  position: relative;
  padding-top: 36px;
}
.intro-video {
  padding-top: 80px;
}

.intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.intro-content,
.sub-intro-content{
  text-align: center;
  position: absolute;
  z-index: 400;
  width: 100%;
  top: 35%;
  bottom: 0;
}

.sub-intro-content {
  top: 45%;
}
 

.intro h1,
.intro-video h1 {
  letter-spacing: 2px;
}

.affiliations-home img {
  height: 140px;
  width: auto;
}

        @media only screen and (max-width: 767px) {
            .intro {
                padding-top: 0;
            }
            .intro-portfolio {
                padding-top: 40px;
            }
            .intro-content {
                position: relative;
                background: #fff;
                padding: 80px 20px 10px;
            }
            .intro-video {
                padding-top: 64px;
            }

            .intro-content p {
                font-size: 18px !important;
                color: #2a2a2a !important;
            }
            .intro-content h1 {
                font-size: 24px !important;
                letter-spacing: 0 !important;
                font-weight: normal !important;
                color: #3fa698 !important;
            }
            .intro-content img {
                display: none;
            }
        }

        @media only screen and (max-width: 576px) {
            .home-featured img {
                width: 200px;
                height: auto;
                margin: 0 auto 20px;
            }
            .affiliations-home img {
                height: 100px;
                width: auto;
            }
        }

/* Communities
================================================================*/
.community-logo {
    position: absolute;
    width: 100%;
    bottom: -100px;
    text-align: center;
    z-index: 300;
    padding: 30px;
}
.community-logo img {
    width: 200px;
    height: auto;
    padding: 30px;
    background: #fff;
}

.community-contact a {
    display: inline-block;
    
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 15px;
   
}


.community-contact a.contact-email,
.community-contact a.contact-phone {
    background: #44a9e8;
}
.community-contact a.contact-location {
    background: #e64b69;
}
.community-contact a.contact-sales {
    background: #0da2a5;
}

.community-contact a.download-pdf {
    background: #ae3030;
 }

    
  .community-logo img {
      display: none;
    padding: 30px 0 0;
  }
  .intro-video {
    margin-bottom: 0 !important;
  }


@media only screen and (max-width: 768px) {
    .community-logo {
    position: relative;
    bottom: auto;
    padding: 0;
        }
}

.communities-back {
  position: fixed;
  z-index: 900;
  background: #3fa698;
  padding: 5px 10px;
  font-size: 14px;
}

 

/* Sub Nav
-----------------------------------------*/
.fixed,
.fixed-b {
  position: fixed;
  top: 82px;
  z-index: 990;
  left: 0;
  right: 0;
  width: 100%x;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border: none !important;
  padding: 10px 5%;
  color: #3fa698;
  margin-bottom: 0 !important;
    background: red;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:visited {
  color: #2a2a2a;
  padding: 10px 5%;
  border: none !important;
  margin-bottom: 0 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-link:visited {
  border-left: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  background: #f8f8f8;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #fff !important;
}
.nav-tabs .nav-link.active:first-child,
.nav-tabs .nav-link:hover:first-child,
.nav-tabs .nav-link:first-child,
.nav-tabs .nav-link:visited:first-child {
  border-left: none;
}

.nav-tabs .nav-link.active:last-child,
.nav-tabs .nav-link:hover:last-child,
.nav-tabs .nav-link:last-child,
.nav-tabs .nav-link:visited:last-child {
  border-right: 1px solid #ccc !important;
}

.nav-item .nav-link {
  color: #2a2a2a;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  color: #3fa698;
}

.admin-nav .navbar-nav .nav-link {
  color: #fff;
  margin-right: 20px;
}

.admin-nav .navbar-nav .nav-link.active,
.admin-nav .navbar-nav .nav-link:hover {
  border: none !important;
  color: #fddb36;
}

.register-cta {
  background: #54b0e2;
}

.community-options.fixed > nav,
.community-options.fixed > .register-cta,
.community-options.fixed > #register-form {
	position: relative;
 	max-width: 1440px;
	margin: 0 auto;
 }

.community-options.fixed > #register-form { max-width: 1666px; }
 
#community-nav img {
    height: 40px;
    width: auto;
}
 
.community-options .nav-tabs .nav-link {
    border: none!important;
}

.community-options .nav-tabs .nav-link:nth-child(2),
.community-options .nav-tabs .nav-link:nth-child(2):hover,
.community-options .nav-tabs .nav-link:nth-child(2):visited{
    border-left: 1px solid #556781!important;
    border-right: 1px solid #556781!important;
}

.community-options .nav-link{
    background: none;
    color: #fff;
    padding: 12px 50px 9px!important;
}
 
.community-options .nav-tabs {
    background: #444;
    border-right: none!important;
}

.community-options .nav-tabs .nav-link.active,
.community-options .nav-tabs .nav-link:hover,
.community-options .nav-tabs .nav-link:visited{
    background: none!important;
    border-right: none!important;    
    color: #fff;
}

 
        @media only screen and (max-width: 992px) {
            .community-options  {
                position: fixed;
                width: 100%;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                z-index: 999;
            }
            
            .community-options .nav-link {
                padding: 10px 15px!important ;
                font-size: 14px
            }
            .sub-nav, .decor-nav {
                display: none;
            }
            .fixed {
                top: auto;
                bottom: 0;
            }
           
            .community-options {
                font-size: 16px;
            }
        }

/* Model Details
-----------------------------------------*/
.model-price {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgb(36, 36, 36, 0.8);
}

.tag {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 600;
    line-height: 1.1
}

.t-model,
.gold-bg {
    background-color: rgb(253, 219, 54, 0.8);
    color: #2a2a2a;
}

.t-quick-closing,
.teal-bg {
    background-color: rgb(13, 162, 165, 0.8);
    color: #fff;
}

.t-sold,
.red-bg {
    background-color: rgb(230, 75, 105, 0.8);
    color: #fff;
}

.orange-bg {
    background-color: rgb(209, 103, 12, 0.8);
    color: #fff;
}

.black-bg {
    background-color: rgb(29, 28, 27, 0.8);
    color: #fff;
}

.yellow-bg {
    background-color: rgb(233, 237, 95, 0.8);
    color: #000;
}

.media-icons {
    min-height: 30px;
}
.media-icons i {font-size: 14px}

/* Floor Plan Cards - Consistent Height
-----------------------------------------*/
.floor-plan-wrapper {
    display: flex;
    flex-direction: column;
}

.floor-plan-wrapper > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.model-main {
    position: relative;
}
.model-main img {
    width: 100%;
    height: auto;
}

/* Elevation images container transitions */
.elevation-images-container {
    position: relative;
    width: 100%;
}

.model-home-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
}

.model-home-image.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.model-main .model-details {
    position: absolute;
    z-index: 500;
    top: 15%;
    max-width: 400px;
    background-color: rgb(0, 0, 0, 0.8);
}

.elevation-landing {
    min-height: 40px;
    color: #bbb
}

.elevation-landing a {
    color: #bbb;
    margin: 0 2px;
}

.elevation-landing a:hover,
a.active-elevation.active {
    color: #3fa698!important
}

.elevation-profile a {
    border: 1px solid #444;
    padding: 5px 15px;
    color: #fff;
}

        @media only screen and (max-width: 1200px) {
            .model-main .model-details {
                max-width: 350px;
                font-size: 14px;
            }

            .model-main .model-details h3 {
                font-size: 1.5rem !important;
            }

            .model-main .model-details .fs-5 {
                font-size: 1rem !important;
            }
        }

        @media only screen and (max-width: 992px) {
            .model-main .model-details {
                position: relative;
                max-width: 100%;
                top: 0;
            }
        }

/* Sub Pages
================================================================*/

.testimonials {
  border-top: 1px dashed #3fa698;
}

.testimonials .position-absolute {
  top: -25px;
}

.carousel-indicators [data-bs-target] {
  background-color: #3fa698 !important;
}

.andy-quote {
  position: relative;
}

.andy-quote img {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 180px;
  height: auto;
}

.andy-quote p {
  padding-left: 160px;
}

.affiliations [class*="col-"] {
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.affiliations [class*="col-"]:first-child,
.affiliations [class*="col-"]:nth-child(5) {
  border-left: none;
}

.affiliations [class*="col-"]:nth-child(9) {
  border-bottom: 0;
  border-right: 1px dotted #ccc;
}

.affiliations img {
  height: 180px;
  width: auto;
}

.after-sales {
  position: relative;
}

img.jen {
  float: right;
  width: 225px;
  height: auto;
  margin-left: 1em;
  shape-outside: ellipse(150px 150px at 20% 50%);
  display: block;
}

        @media only screen and (max-width: 467px) {
          img.jen {
            float: none;
            width: 100%;
            margin-left: auto;
            text-align: center;
            shape-outside: ellipse(150px 150px at 20% 50%);
          }
        }

.site-plan-main img.d-block:nth-child(2),
.site-plan-main img.d-block:nth-child(3),
.site-plan-main img.d-block:nth-child(4),
.site-plan-main img.d-block:nth-child(5) {
  display: none !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.back-nav {
  color: #3fa698 !important;
}

.back-nav:hover {
  font-weight: bold;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Media Item Details Screen
-----------------------------------------*/
.image-container {
  position: relative !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-close-container {
  border: 2px red solid;
  border-radius: 50%;
  margin-top: 10px !important;
  height: 20px !important;
  width: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}

.embed-delete {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.img-btn-close {
  height: 8px !important;
  width: 8px !important;
}

#close-btn {
  all: unset !important;
  display: none !important;
}

.add-embed-btn {
  color: #4abbed;
  font-weight: 400;
}

.add-embed-btn:hover {
  cursor: pointer;
}


 
.admin-tabs .nav-link.active, 
.admin-tabs .nav-link:hover {
  background: #3fa698 !important;
color: #fff;
}


.model-nav {
  background: #fddb36;
  font-size: 16px;
  display: grid;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  margin-top: 36px;
  grid-auto-flow: column;
}

.model-nav .next-link,
.model-nav .prev-link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.model-nav .prev-link span.responsive-name,
.model-nav .next-link span.responsive-name {
  display: none;
}

.model-nav .prev-link span.desktop-name,
.model-nav .next-link span.desktop-name {
  display: inline;
}

.model-nav .next-link {
  justify-self: flex-end;
}

.model-nav .next-link i {
  margin-left: 5px;
}

.model-nav .prev-link {
  justify-self: flex-start;
}

.model-nav .prev-link i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .model-nav {
    margin-top: 16px;
  }

  .model-nav .prev-link span.responsive-name,
  .model-nav .next-link span.responsive-name {
    display: inline;
  }

  .model-nav .prev-link span.desktop-name,
  .model-nav .next-link span.desktop-name {
    display: none;
  }
}

.view-more-btn {display: none;padding: 10px 20px; border-bottom:1px dotted #ccc;}

     /* @media screen and (max-width: 767px){ 
            .community-description {
              max-height: 215px;  Initial height, adjust as needed  
              overflow: hidden;
              transition: max-height 0.3s ease-in-out;   Smoother transition 
            }

            .view-more-btn {
                display: inherit;
              cursor: pointer;
              color: #4abbed;
            }
      }
*/


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (change to 75% for 4:3 aspect ratio) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
