@charset "UTF-8";
/* Low Vacancy CSS */
/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Fonts */
/* Variables - Transitions */
/* Extends */
.pre-menu-area {
  background-color: #3d4143;
  padding: 0px 1.5em;
  justify-content: space-between;
  display: flex;
}

.menu-phone {
  flex-basis: 30%;
  align-content: center;
  color: #ffffff;
}

.menu-phone a:hover {
  text-decoration: underline;
}

.linkbuttons {
  display: flex;
  flex-basis: 70%;
  justify-content: right;
}

.no-availability {
  text-align: center;
  padding-bottom: 2em;
}

.centered {
  text-align: center;
}

.header-social {
  flex-basis: 5%;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  align-self: center;
}

.header-social a {
  color: #FFFFFF;
  font-size: 2.5rem;
}

/* Advisement Section */
#advisement p {
  font-size: 12pt;
  font-weight: bold;
}

.lr-container, .lr-container .left-container, .lr-container .right-container, header, header .logo-area, header .menu-area, .hero-intro .hero-button-container, .hero-intro .button .icon, .about-slider.owl-carousel .owl-nav, .about-slider.owl-carousel .owl-nav .owl-prev, .about-slider.owl-carousel .owl-nav .owl-next, .availability-section .unit-wrapper .unit, .availability-section .unit-wrapper .unit .detail-container, .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper, .availability-section .unit-wrapper .linkbtn-container, .nearby-communities .nearby-wrapper, footer .footer-wrapper, footer .footer-wrapper .icon-container, .popup-window-section .box-container, .popup-window-section .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only {
  display: none;
}

.unit-wrapper table {
  width: 100%;
  text-align: center;
  background: #8c171f;
  padding: 1em;
  border-collapse: collapse;
}

.unit-wrapper table td,
.unit-wrapper table th {
  padding: 1em 0;
}

.unit-wrapper table tr {
  border-bottom: 1px solid #8c171f;
}

.unit-wrapper table tr:last-child {
  border-bottom: none;
}

/* Sticky Footer */
html, body, #page {
  height: 100%;
  width: 100%;
}

#page {
  display: flex;
  flex-direction: column;
}

#page div.main-wrapper {
  flex: 1 0 auto;
}

#page footer {
  flex-shrink: 0;
}

.owl-carousel {
  display: block !important;
}

/* General Styles */
* {
  box-sizing: border-box;
}

body {
  top: 0px !important;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 16px;
}

@media only screen and (min-width: 35rem) {
  body {
    font-size: 20px;
  }
}
body a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

body img:not(.object-ignore) {
  object-fit: cover;
}

body p {
  line-height: 1.65em;
}

body p a, body section a, body main a {
  transition: all 0.5s ease-in-out;
  color: #000000;
  /* border-bottom: 1px solid $black;*/
}

body p:empty {
  display: none;
}

body section p:first-child, body div p:first-child {
  margin-top: 0;
}

body section p:only-child, body div p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

body section p:last-child, body div p:last-child {
  margin-bottom: 0;
}

body section:empty {
  display: none;
}

body section {
  padding: 2.5rem 0;
}

body section:after {
  content: "";
  display: table;
  clear: both;
}

body h1, body, body h2, body h3, body h4, body h5 {
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-top: 0;
  line-height: 1.25em;
  color: #303030;
}

h1 {
  text-align: center;
}

/* h1 {
    background-color: $branding;
    color: $white !important;
    padding: 0.5em;
    font-family: serif;
    font-size: 3em;
    font-weight: 600;
    font-family: "Bentham", serif;
}*/
body h2 {
  font-size: 2.25em;
}

.propname {
  color: #FFFFFF;
  line-height: 2;
  font-weight: 700;
  margin: 0px;
}

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*max-width: 1640px;*/
  max-width: 95%;
}

/* Common Elements Styles */
.lr-container {
  padding-top: 1rem;
}

.lr-container .left-container, .lr-container .right-container {
  min-width: 1px;
  flex: 1 1 100%;
  flex-flow: column wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 59rem) {
  .lr-container .left-container, .lr-container .right-container {
    flex: 1 1 48%;
  }
}
.lr-container .left-container .col-image, .lr-container .left-container iframe, .lr-container .right-container .col-image, .lr-container .right-container iframe {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 350px;
}

.lr-container .left-container .linkbtn, .lr-container .right-container .linkbtn {
  margin-left: auto;
  margin-top: auto;
  align-self: flex-end;
}

.lr-container .left-container {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 59rem) {
  .lr-container .left-container {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 59rem) {
  .lr-container .right-container {
    margin: 0 0 0 1rem;
  }
}
.linkbutton-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1em;
}

.guestCardForm {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.guestCardForm label {
  display: block;
  font-size: 16.5px;
  margin-bottom: 0.25rem;
}

.guestCardForm input.guestCardFieldText, .guestCardForm input.guestCardFieldNumber, .guestCardForm input.guestCardFieldEmail {
  height: 40px;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}

.guestCardForm textarea.guestCardField {
  margin-bottom: 0.75rem;
}

.guestCardForm input.guestCardFieldText::placeholder, .guestCardForm input.guestCardFieldNumber::placeholder, .guestCardForm input.guestCardFieldEmail::placeholder {
  color: #FFFFFF;
}

.guestCardForm textarea.guestCardFieldText {
  height: 100px;
  width: 100%;
  padding: 0.5rem;
}

.guestCardForm .guestCardHelpContainer {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.85em;
  color: #8c171f;
  font-weight: 700;
}

.guestCardForm .guestCardHelpCircle {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  padding: 0.15rem 0.375rem;
  line-height: 12px;
  background: #FFFFFF;
}

.guestCardForm .guestCardTooltipText {
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 3px 3px;
  z-index: 1;
  position: absolute;
  font-size: 13px;
  transform: translateX(10%) translateY(-105%);
  max-width: 200px;
  width: 75%;
}

.guestCardForm .guestCardCaptchaContainer {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  max-width: 275px;
}

@media only screen and (min-width: 35rem) {
  .guestCardForm .guestCardCaptchaContainer {
    transform: scale(1);
  }
}
.guestCardForm .guestCardButtonContainer {
  margin: 1.25rem 0;
}

.guestCardFieldInput {
  padding: 1em;
}

.light-blue-wrap {
  background-color: #eeeeee;
}

header {
  color: #8c171f;
  text-transform: uppercase;
  position: relative;
}

header .logo-area {
  width: 100%;
  text-align: center;
  align-items: center;
  margin-top: 3rem;
}

@media only screen and (min-width: 59rem) {
  header .logo-area {
    max-width: 100%;
    margin-top: 6px;
    justify-content: center;
  }
}
header .logo-area .property-name {
  padding: 1rem 0;
  text-transform: none;
  text-align: center;
  font-size: 2.25em;
  color: #072a48;
  width: 100%;
  margin-bottom: 0;
}

header .navbar-fixed .logo-area .property-name {
  color: #303030;
  transition: all 0.5s ease-in-out;
}

.grandoaks header .logo-area .property-name {
  color: #059669;
}

@media only screen and (min-width: 997px) {
  header .logo-area .property-name {
    width: auto;
    text-align: left;
  }
}
header .menu-area {
  justify-content: space-between;
  align-items: center;
  flex: 1 1 50%;
  padding: 1rem 0;
  font-size: 16px;
  /*max-width: 1600px;*/
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header .button-container {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

header nav.mobile-menu {
  position: relative;
  z-index: 6000;
  padding: 0px;
  align-self: center;
}

header nav.mobile-menu .menu-trigger {
  color: #8c171f;
  font-size: 1.5em;
  text-align: right;
  cursor: pointer;
}

.menu-trigger.closed, .menu-trigger.open {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

header nav.mobile-menu .menu {
  display: none;
  background-color: #FFFFFF;
  list-style-type: none;
  padding: 1.5rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

header nav.mobile-menu.open .menu {
  display: block;
}

header nav.mobile-menu .menu a {
  padding: 0.5rem 0;
  transition: all 0.5s ease-in-out;
  color: #8c171f;
}

/*        header nav.mobile-menu .menu a:hover {
          border-bottom: 1px solid $branding2; }*/
@media only screen and (min-width: 995px) {
  header nav.mobile-menu {
    display: none;
  }
}
header nav.desktop-menu {
  display: none;
}

@media only screen and (min-width: 995px) {
  header nav.desktop-menu {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  header nav.desktop-menu > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header nav.desktop-menu > ul > li {
    transition: all 0.5s ease-in-out;
  }
  header nav.desktop-menu > ul > li a {
    padding: 0.5rem 0.75rem;
    display: block;
    border-bottom: none;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
  }
  header nav.desktop-menu > ul > li a:hover {
    color: #14679a;
  }
}
header nav.desktop-menu > ul > li a {
  color: #072a48;
}

.grandoaks header nav.desktop-menu > ul > li a {
  color: #059669;
}

.linkbtn {
  background-color: #8c171f;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1rem !important;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF !important;
  cursor: pointer;
  min-width: 150px;
}

.linkbtn:hover {
  background-color: #072a48;
  color: #FFFFFF;
}

.grandoaks .linkbtn:hover {
  background-color: #059669;
}

.linkbtn2 {
  background-color: #8c171f;
  text-align: center;
  align-content: center;
  display: inline-block;
  padding: 0.5rem 1rem !important;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF !important;
  cursor: pointer;
  min-width: 150px;
}

.linkbtn2:hover {
  background-color: #14679a;
  color: #FFFFFF;
}

@media only screen and (min-width: 59rem) {
  header .button-container {
    text-align: right;
  }
}
@media (max-width: 1180px) {
  header .menu-area {
    justify-content: center;
  }
  header nav.desktop-menu > ul > li a {
    padding: 0.3rem;
  }
  .hero-intro .hero-headline {
    left: 3rem;
  }
}
.show-for-small {
  display: none;
}

.hero-intro {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical centering */
  align-items: center; /* Horizontal centering */
  min-height: 68vh; /* Adjust as needed for visibility */
  text-align: center; /* Optional: center text inside .hero-headline */
  position: relative;
  width: 100%;
}

.hero-intro2 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical centering */
  align-items: center; /* Horizontal centering */
  min-height: 35vh; /* Adjust as needed for visibility */
  text-align: center; /* Optional: center text inside .hero-headline */
  position: relative;
  width: 100%;
}

.hero-headline {
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.25em;
}

.hero-headline {
  z-index: 2; /* ensures it’s above any background layers */
  color: white; /* optional depending on your background */
  padding: 20px;
}

.hero-intro .hero-headline h2, .hero-intro2 .hero-headline h2 {
  color: #FFFFFF;
  font-size: 3em;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0 3px 8px #000000);
  font-weight: 600;
  font-family: "Bentham", serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-headline h1 {
  color: #FFFFFF;
  font-size: 2em;
  bottom: 10rem;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0 3px 8px #000000);
}

.hero-intro .hero-button-container {
  margin: 1rem auto;
  justify-content: center;
  max-width: 450px;
}

@media only screen and (min-width: 59rem) {
  .hero-intro .hero-button-container {
    justify-content: space-between;
  }
}
.hero-intro .button {
  margin: 1rem 0.5rem;
  border-color: transparent;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.95em;
  transition: all 0.5s ease-in-out;
}

.hero-intro .button .icon {
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  height: 75px;
  width: 75px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.hero-intro .button .fa-file-signature {
  margin-left: 8px;
}

.hero-intro .button .icon-title {
  display: inline-block;
  margin-top: 1rem;
}

.hero-intro .button:hover .icon {
  background-color: #8c171f;
}

.hero-intro .button:hover i {
  color: #FFFFFF;
}

.navbar {
  width: 100vw;
}

.navbar-static {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.navbar-fixed {
  top: 0 !important;
  position: fixed !important;
  z-index: 1000;
  background: #FFFFFF;
  width: 100vw;
  transition: all 0.5s ease-in-out;
}

.navbar-fixed .menu-area {
  padding: 0.5rem 0;
}

.about-section {
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.about-description {
  margin: 2em auto;
  padding: 0px 2em;
  width: 90%;
}

.description {
  text-align: left;
}

.description-image {
  width: 33%;
  float: right;
  margin-left: 2em;
  aspect-ratio: 3/2;
}

.about-slider {
  padding-top: 2.5rem;
}

@media only screen and (min-width: 59rem) {
  .about-slider {
    padding-top: 5rem;
  }
}
.about-slider .owl-stage {
  margin: 0 auto;
}

.about-slider .about-image {
  height: 300px;
  border-radius: 10px;
}

.about-slider a {
  border-bottom: 0;
}

img.slider-image {
  height: 300px;
}

.about-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 35%;
}

.about-slider.owl-carousel .owl-nav .owl-prev, .about-slider.owl-carousel .owl-nav .owl-next {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  background-color: #8c171f;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
}

.about-slider.owl-carousel .owl-nav .owl-prev .fa, .about-slider.owl-carousel .owl-nav .owl-next .fa {
  color: #FFFFFF;
  margin-top: -0.15rem;
}

.about-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 59rem) {
  .testimonial-section .left-container, .testimonial-section .right-container {
    justify-content: center;
  }
}
.testimonial-slider {
  width: 50%;
  position: relative;
  right: -25%;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #072a48;
  width: 24px;
  height: 24px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #072a48;
}

.grandoaks .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #059669;
  width: 24px;
  height: 24px;
}

.grandoaks .owl-theme .owl-dots .owl-dot.active span,
.grandoaks .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #059669;
}

#availability h2 {
  text-align: center;
}

.availability-section {
  padding: 0;
  padding-top: 2.5em;
  background-color: #eeeeee;
}

.unit-wrapper button {
  background: transparent;
  border: none;
  font-size: 2em;
  color: #8c171f;
}

.unit-wrapper button:hover {
  color: #072a48;
}

.grandoaks .unit-wrapper button:hover {
  color: #059669;
}

.listing-image {
  position: relative;
}

.asset-status-banner {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  padding: 8px 16px;
  /* border-radius: 10px; */
  font-weight: bold;
  z-index: 2;
  font-size: 1.5em;
  text-transform: uppercase;
  height: 60px;
  align-content: center;
}

.column-with-list {
  background-color: #072a48;
  color: #FFFFFF;
  flex: 1;
}

.grandoaks.column-with-list {
  background-color: #059669;
  color: #FFFFFF;
  flex: 1;
}

.amenities-section ul {
  margin: 0;
  padding: 0px 30px;
}

.amenities-section li {
  line-height: 1.5em;
}

.amenities-section li i {
  color: #072a48;
  margin-right: 0.25rem;
}

.grandoaks .amenities-section li i {
  color: #059669;
  margin-right: 0.25rem;
}

.amenities-section h2, .faqs h2, .testimonial-section h2, .availability-section h2, .faq-section h2 {
  text-align: center;
}

.faqs {
  width: 90%;
}

.amenities-section .right-container, .amenities-section .left-container, .amenities-section .center-container {
  flex-basis: 33%;
  background-color: #072a48;
  color: #FFFFFF;
}

.grandoaks .amenities-section .right-container, .grandoaks .amenities-section .left-container, .grandoaks .amenities-section .center-container {
  background-color: #059669;
  color: #FFFFFF;
}

.colblock-image-div {
  margin-top: -2em;
  margin-left: 2em;
  margin-bottom: 2em;
}

.colblock-image-div img {
  overflow: hidden;
  box-shadow: -3px 3px 8px #8c171f;
}

.column-colorblock-image {
  display: flex;
  justify-content: end;
  background: #072a48;
}

.grandoaks.column-colorblock-image {
  display: flex;
  justify-content: end;
  background: #059669;
}

#gallery {
  padding: 0;
}

.gallery, .testimonials {
  background-color: #eeeeee;
  padding: 30px 7% !important;
}

.amenities {
  padding: 30px 7% !important;
}

.contact-section a {
  word-wrap: break-word;
}

.contact-section .top-wrapper {
  text-align: center;
  width: 50%;
  margin: 1rem auto;
  line-height: 1.75em;
}

.contact-section .top-wrapper h3 {
  margin-bottom: 0;
}

.contact-section .prop-address {
  color: #8c171f;
}

.nearby-communities {
  text-align-last: center;
  margin-top: 0;
  margin-bottom: -6px;
}

.nearby-communities a {
  color: #8c171f;
  border-bottom: 0;
}

.nearby-communities a:hover {
  color: #8c171f;
}

.nearby-communities .nearby-wrapper {
  margin: 2rem 0.5rem;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 35rem) {
  .nearby-communities .nearby-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 350px;
  }
}
.nearby-communities .nearby-wrapper .linkbtn {
  width: 100%;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 35rem) {
  .nearby-communities .nearby-wrapper .linkbtn {
    width: auto;
  }
}
.nearby-communities .nearby-list {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 1rem;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1.75em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 35rem) {
  .nearby-communities .nearby-list {
    display: none;
  }
}
.nearby-communities .nearby-list li {
  margin: 0.25rem 0;
  border-bottom: 1px solid #8c171f;
}

footer {
  padding: 1.5rem 0;
  background-color: #072a48;
  color: #FFFFFF;
  line-height: 1.75em;
}

.grandoaks footer {
  padding: 1.5rem 0;
  background-color: #059669;
  color: #FFFFFF;
  line-height: 1.75em;
}

@media only screen and (min-width: 35rem) {
  footer {
    padding: 2rem 0;
  }
}
footer a {
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

footer a:hover {
  /*color: $branding2;*/
  text-decoration: underline;
}

.social-media .fab {
  font-size: 48px;
  margin: 0.5em;
  margin-left: 0;
}

.social-media .fab:hover {
  color: #14679a;
}

.social-media a {
  border-bottom: none;
}

footer .footer-wrapper {
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 59rem) {
  footer .footer-wrapper {
    justify-content: space-between;
    width: 80%;
    margin: auto;
  }
}
footer .footer-wrapper .left-content, footer .footer-wrapper .center-content, footer .footer-wrapper .right-content {
  margin: 1rem;
  flex: 1 1 auto;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 59rem) {
  footer .footer-wrapper .left-content, footer .footer-wrapper .center-content, footer .footer-wrapper .right-content {
    width: auto;
    max-width: 100%;
  }
}
.right-content, .left-content {
  align-self: flex-start;
}

@media only screen and (min-width: 1085px) {
  footer .footer-wrapper .left-content {
    text-align: left;
  }
}
footer .footer-wrapper .right-content h2 {
  color: #8c171f;
}

@media only screen and (min-width: 1085px) {
  footer .footer-wrapper .right-content {
    text-align: right;
  }
}
footer .footer-wrapper .icon-container {
  margin-top: 0.5rem;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 59rem) {
  footer .footer-wrapper .icon-container {
    justify-content: flex-end;
  }
}
footer .footer-wrapper .icon-container img {
  max-width: 40px;
}

footer .footer-wrapper .icon-container i {
  font-size: 2em;
  color: #FFFFFF;
  margin-right: 2rem;
  transition: all 0.5s ease-in-out;
}

footer .footer-wrapper .icon-container .center {
  margin-right: 2rem;
}

footer .footer-wrapper .icon-container a:hover {
  border-color: transparent;
}

.featherlight .featherlight-content.popup-window-container {
  background: rgba(255, 255, 255, 0.95);
}

.featherlight .featherlight-content.popup-window-container .featherlight-close-icon {
  background: transparent;
}

.featherlight.popup-background:last-of-type {
  background: none;
}

.popup-window-section {
  max-width: 850px;
  padding: 1rem;
}

.popup-window-section .program {
  padding: 1rem 0;
}

.popup-window-section h2 {
  text-align: center;
}

.popup-window-section h3 {
  font-size: 1.25em;
}

.popup-window-section .box {
  flex: 1 1 25%;
  margin: 0.5rem;
  padding: 1.5rem 1rem;
  min-width: 200px;
  background-color: #8c171f;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.popup-window-section .box .icon-container {
  color: #FFFFFF;
  font-size: 3.5em;
  margin-bottom: 1rem;
}

.popup-window-section .box p {
  margin: 0;
}

.popup-window-section .box h4 {
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 1.15em;
}

.popup-window-section .box .strong {
  color: #8c171f;
  text-transform: uppercase;
  font-weight: 700;
}

.popup-window-section .box-container:nth-child(even) .box {
  background-color: #8c171f;
  color: #FFFFFF;
}

.popup-window-section .box-container:nth-child(even) .box h4 {
  color: #FFFFFF;
}

.popup-window-section .box-container:nth-child(even) .box .strong {
  color: #8c171f;
}

.mobile-only {
  display: none;
}

/*.linkbuttons {
    margin: 15px;
}*/
#to-top {
  background-color: #8c171f;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  width: 60px;
  height: 60px;
}

.featured-header {
  text-align: center;
  text-transform: uppercase;
  background-color: #8c171f;
}

.breakline {
  width: 60%;
}

.featured-header h3 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: -10px;
  color: #FFFFFF;
}

img.main-image {
  height: 375px;
  width: 100%;
  border-radius: 10px;
}

a.asset-image-link {
  display: contents;
}

.listing-wrapper {
  display: flex;
  gap: 3em;
  background-color: #FFFFFF;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
}

.listing-image {
  flex-basis: 30% !important;
  margin-left: 10%;
}

.listing-details {
  flex-basis: 60% !important;
  align-content: center;
  margin-top: -20px;
}

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

.listbtn {
  background-color: #8c171f;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
  width: 200px;
}
.listbtn:hover {
  background-color: #072a48;
}

.grandoaks .listbtn:hover {
  background-color: #059669;
}

.sitemapbtn {
  background-color: #8c171f;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
}

.sitemapbtn:hover, .listbtn:hover {
  background-color: #072a48;
}

.grandoaks .sitemapbtn:hover, .grandoaks .listbtn:hover {
  background-color: #059669;
}

.listing-descr {
  padding: 15px;
}

.disclaimer-blue {
  text-align: center;
  color: #FFFFFF;
  background-color: #14679a;
  padding: 10px;
  font-size: 14px;
}

.redhighlight {
  color: #8c171f;
}

.strong {
  font-weight: 700;
}

.extrastyles {
  background-color: rgba(160, 160, 159, 0.2392156863);
  margin: 10px auto 20px !important;
}

.red {
  color: #8c171f;
}

.black {
  color: #000000;
}

.listing-description {
  margin: 10px 13px 20px;
  font-size: 18px;
  font-weight: 600;
}

.WebSpecial {
  background-color: #8c171f;
  padding: 10px;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering (optional) */
  min-height: 60px;
  width: 100%;
  text-align: center; /* optional: center text inside <h3> */
}

.WebSpecial h3 {
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}

.openhouse {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  min-height: 200px;
  text-align: center;
  background-color: #eeeeee;
  padding: 20px;
  position: relative;
  width: 100%;
}

.openhouse h3 {
  font-weight: 700;
  font-size: 35px;
  margin: 0;
}

.allcaps {
  text-transform: uppercase;
}

.bigfont {
  font-size: 50px;
  line-height: normal;
  font-weight: 800;
}

h4.amen-head {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.flex-amenities, .flex-specials {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /*padding: 2rem 1rem;*/
  align-items: stretch;
  gap: 3%;
  width: 100%;
  margin-top: 4em;
}

.flex-amenities > div, .flex-specials > div {
  flex: 1; /* equal width for each column */
  display: flex;
  flex-direction: column;
  background: #FFFFFF; /* optional for visual testing */
}

.column-header-image {
  width: 100%;
  aspect-ratio: 3/2; /* or whatever ratio you want */
  overflow: hidden;
}

.column-header-image img {
  width: 100%;
  height: 100%;
  object-position: top;
}

.primary-container {
  background-color: #072a48;
  padding: 0px 0px 20px;
  margin-bottom: 40px;
}

.primary-container2 {
  color: #FFFFFF;
  display: flex;
  gap: 1%;
}

.primary-copy {
  flex-basis: 66%;
  text-align: left;
  align-content: center;
}

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

.primary-header-image {
  flex-basis: 33%;
}

.specials-section .right-container, .specials-section .left-container, .specials-section .center-container {
  flex-basis: 33%;
  background-color: #072a48;
  color: #FFFFFF;
  max-width: 33%;
}

.grandoaks .specials-section .right-container, .grandoaks .specials-section .left-container, .grandoaks .specials-section .center-container {
  background-color: #059669;
  color: #FFFFFF;
  max-width: 33%;
}

h4.special-head {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #072a48;
  width: 100%;
  padding: 10px;
  margin-top: -6px;
}

.grandoaks h4.special-head {
  background-color: #059669;
}

.special-content {
  margin: 1em;
}

.special-content p {
  text-align: left;
}

.disclaimer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.testimonial-section {
  text-align: center;
  /*border-top: $lightgray 1px solid;*/
  background-color: #eeeeee;
}

.contact-section {
  background-color: #eeeeee;
  padding: 50px 50px 10px;
}

.contact-wrapper {
  display: flex;
  width: 80%;
  margin: auto;
}

.btn {
  background-color: #8c171f;
  border-radius: 10px;
  border: 0px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Montserrat";
}

.btn:hover {
  background-color: #072a48;
  color: #FFFFFF;
}

.grandoaks .btn:hover {
  background-color: #059669;
}

.textingDisclaimer {
  font-size: 12px;
}

.office-hours {
  margin: 20px;
}

.nodots {
  list-style: none;
  line-height: 1.5;
  padding-left: 0px;
}

.nodots2 {
  list-style: none;
  line-height: 1.5;
  padding-left: 0px;
  text-align: left;
  margin-left: 1em;
}

.dots {
  text-align: left;
  line-height: 1.75;
  width: 90%;
  margin: 0px auto 2em;
}

h3.footer-propname {
  color: #FFFFFF;
  font-weight: 600;
}

.add-icon {
  max-height: 48px;
  margin-bottom: -5px;
}

.social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}

@media (max-width: 1084px) {
  .social-media {
    justify-content: center;
  }
}
@media (min-width: 1084px) {
  .hide-for-large {
    display: none;
  }
}
.faq-section {
  border-top: #eeeeee 1px solid;
}

.faq-answer {
  display: none;
  padding: 0 1rem 1rem 1.5rem;
  border-left: 3px solid #eeeeee;
  color: #303030;
}

.faq-question {
  cursor: pointer;
  padding: 1rem;
  background: #eeeeee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.faq-question i {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.faq-container.open .faq-answer {
  display: block;
}

.faq-container.open .faq-question i {
  transform: rotate(180deg);
}

.fa-chevron-up {
  color: #8c171f;
  text-shadow: 0 0 2px #8c171f;
  transform: rotate(90deg);
}

details {
  border: 1px solid #303030;
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px;
  background: #eeeeee;
}

summary {
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
}

details[open] {
  background: #eeeeee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faqs h3:not(:first-of-type) {
  margin-top: 30px;
}

.sitemap-container {
  margin: 30px 0px 1em;
  text-align: center;
}

.policy {
  width: 80%;
  margin: 20px auto 40px;
}

.addedbottom {
  padding-bottom: 40px;
}

.policy li {
  margin-bottom: 10px;
}

.slick-slider {
  width: 95%;
  margin: auto;
}

.slick-thumb-slider .slider-thumb {
  height: 60px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.slick-main-slider .slider-image {
  width: 100%;
  height: auto;
}

.slick-thumb-slider {
  margin-top: 10px;
}

.slick-main-slider .slider-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.slick-thumb-slider .slider-thumb {
  height: 60px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
  padding: 0px 5px;
  height: 150px;
}

.slick-prev:before, .slick-next:before {
  color: #8c171f;
}

#google_translate_element {
  margin-top: 5px;
  z-index: 3000;
  width: 97%;
  margin-bottom: 1em;
  text-align: left;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  font-family: "Montserrat", sans-serif !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  text-decoration: none !important;
}

.hero-faq {
  height: 170px;
}

.logo-area-faq {
  height: 130px;
  margin: auto;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

/* Property Carousel Styles */
.non-featured-carousel-wrapper {
  padding: 2rem 0;
  background-color: #eeeeee;
}

.listing-carousel.owl-carousel {
  padding: 0 50px; /* Space for navigation arrows */
}

.listing-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.listing-carousel .listing-wrapper {
  width: 100% !important;
  flex-direction: row;
  height: 100%;
  margin: 10px;
}

.listing-carousel .listing-image {
  flex-basis: auto;
}

/* Carousel Navigation Styling */
.listing-carousel.owl-carousel {
  position: relative;
}

.listing-carousel.owl-carousel .owl-nav {
  position: relative;
}

.listing-carousel.owl-carousel .owl-nav button.owl-prev,
.listing-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8c171f !important;
  color: #FFFFFF !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 10;
}

.listing-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.listing-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #072a48 !important;
}

.listing-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.listing-carousel.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

/* Dots styling */
.listing-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.listing-carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #072a48;
  width: 16px;
  height: 16px;
  margin: 5px;
}

.listing-carousel.owl-carousel .owl-dots .owl-dot.active span,
.listing-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #072a48;
}

/* Regular (non-featured) listings - center the buttons */
.listing-wrapper .listing-buttons {
  display: flex;
  gap: 10px;
  justify-content: left;
}

.owl-prev, .owl-next {
  background: #072a48 !important;
}

.grandoaks .owl-prev, .grandoaks .owl-next {
  background: #059669 !important;
}

/* Mobile adjustments */
@media only screen and (max-width: 1444px) {
  .linkbuttons, header nav.desktop-menu, header nav.desktop-menu > ul {
    width: 100%;
    justify-content: center;
  }
  header .logo-area {
    justify-content: center;
    margin: auto;
  }
  .linkbuttons {
    text-align: center;
  }
}
@media (min-width: 1390px) {
  .image-slider .owl-item img {
    max-height: 320px;
  }
}
@media (max-width: 1200px) {
  .listing-carousel .listing-wrapper {
    /*width: 95% !important;*/
    flex-direction: column;
  }
  .listing-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .listing-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .listing-details {
    text-align: center;
  }
  .primary-container {
    margin-left: 0;
  }
  .primary-container2 {
    flex-direction: column;
  }
  .primary-copy {
    width: 90%;
    text-align: left;
    margin: -10px auto 10px;
  }
  .left-container, .right-container, .center-container {
    width: 90%;
    margin: 0px auto 30px;
  }
  .primary-copy {
    padding-top: 1em;
  }
  .contact-section .top-wrapper {
    width: 95%;
  }
  .testimonial-slider {
    width: 98%;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
  .flex-amenities, .flex-specials, .contact-wrapper, .listing-wrapper, .listing-buttons {
    flex-direction: column;
  }
  .listing-wrapper {
    width: 86% !important;
  }
  .listing-buttons {
    display: flex !important;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    flex-direction: row;
    justify-content: center !important;
  }
  .textingDisclaimer {
    text-align: center;
  }
  .guestCardButtonContainer {
    text-align: center;
  }
  .nodots2 {
    column-count: 2;
  }
}
@media (max-width: 1180px) {
  .image-slider .owl-item img {
    max-height: 225px;
  }
  .description-image {
    width: 100%;
    float: unset;
    margin: auto;
  }
  .linkbtn2 {
    font-size: 16px;
  }
}
@media (max-width: 1096px) {
  header .logo-area .property-name {
    text-align: center;
  }
}
@media (max-width: 994px) and (orientation: portrait) {
  .hero-intro {
    min-height: 50vh;
  }
  .image-slider .owl-item img {
    max-height: 375px;
  }
  .right-content, .left-content {
    max-width: 100% !important;
    text-align: center !important;
  }
}
@media (max-width: 994px) {
  #google_translate_element > * {
    pointer-events: auto;
  }
  #google_translate_element {
    text-align: center;
  }
  .image-slider .owl-item img {
    max-height: 175px;
  }
  .hero-headline {
    width: 98%;
    text-align: center;
    left: 0;
  }
  header .logo-area {
    margin-top: 1em;
    max-width: 80%;
  }
  header .menu-area {
    padding: 0.5em 0;
  }
  header nav.mobile-menu .menu .linkbtn {
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 1em;
    width: 100%;
  }
  .mobile-only span {
    margin: 0.5em 0;
  }
  .mobile-only {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #8c171f;
    padding: 1em 0;
  }
  .desktop-only {
    display: none;
  }
  .show-for-small {
    display: flex;
    width: 70%;
    justify-content: center;
    margin-bottom: 1em;
  }
  .show-for-small a {
    align-content: center;
  }
  .header-social {
    display: none;
  }
  .pre-menu-area {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  .slick-slider {
    width: 90%;
    margin: auto;
  }
  .slick-thumb-slider .slider-thumb {
    padding: 10px 5px;
  }
  .listing-buttons {
    flex-direction: column;
  }
  .colblock-image-div {
    margin-top: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .image-slider .owl-item img {
    max-height: 225px;
  }
  .hero-intro {
    height: unset;
  }
  .hero-intro .hero-headline {
    bottom: 50%;
    font-size: 1em;
  }
  .linkbutton-row {
    flex-wrap: wrap;
  }
  .linkbtn {
    margin: 0.5rem;
  }
  header .logo-area .property-name {
    padding: 0.5rem;
    width: 90%;
    margin: 0 auto;
  }
  .featured-header h3 {
    font-size: 1.75em !important;
  }
  .slick-main-slider .slider-image {
    height: 250px !important;
  }
  h2 {
    font-size: 1.4em !important;
  }
  .nodots2 {
    column-count: 1;
    text-align: center;
  }
  .linkbtn2 {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .image-slider .owl-item img {
    max-height: 275px;
  }
  .hero-intro .hero-headline {
    bottom: 50%;
    font-size: 1em;
  }
  header .logo-area .property-name {
    padding: 0.5rem;
  }
}
@media (max-width: 600px) {
  .show-for-small {
    flex-direction: column;
  }
}
.linkbuttons2 {
  display: none;
}

@media (max-width: 1100px) {
  .linkbuttons2 {
    display: flex;
    justify-content: center;
    background-color: #3d4143;
    gap: 5px;
  }
  .linkbuttons {
    display: none;
  }
  .menu-phone {
    flex-basis: 90%;
  }
  .pre-menu-area {
    padding: 10px 2.5em !important;
  }
  .linkbtn2 {
    min-width: unset;
    margin: 0px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .linkbtn2 {
    font-size: 0.5rem;
  }
}
img.property_logo {
  max-width: 400px;
}

.rv-description {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .rv-description {
    flex-direction: column;
  }
  .rv-image {
    max-width: 100%;
  }
}
.rv-image {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 0;
}

.rv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=first-template.css.map */
