/* Low Vacancy CSS */
/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Fonts */
/* Variables - Transitions */
/* Extends */

/* 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; }

/* Sticky Footer */
html, body, #page {
  height: 100%; }

#page {
  display: flex;
  flex-direction: column; }
  #page div.main-wrapper {
    flex: 1 0 auto; }
  #page footer {
    flex-shrink: 0; }

/* Fade in Main on Page Load */
main {
  visibility: hidden; }

.fade-in {
  visibility: visible;
  -webkit-animation: fadeIn .5s ease-in .25s forwards;
  animation: fadeIn .5s ease-in .25s forwards;
  opacity: 0; }

@keyframes fadeIn {
  to {
    opacity: 1; } }
/* General Styles */
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  font-size: 16px; }
  @media only screen and (min-width: 35rem) {
    body {
      font-size: 18px; } }
  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 #000000; }
    body p a:hover, body section a:hover, body main a:hover {
      border-color: #4056A1;
      color: #4056A1; }
  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; }
    @media only screen and (min-width: 35rem) {
      body section {
        padding: 5rem 0; } }
    body section:after {
      content: "";
      display: table;
      clear: both; }
  body h1, body .hero-headline, body h2, body h3, body h4, body h5 {
    font-family: "Yeseva One", cursive;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin-top: 0;
    line-height: 1.25em;
    color: #4056A1; }

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1350px; }
  @media only screen and (min-width: 35rem) {
    .max-wrap {
      padding: 0 2rem; } }

/* 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: 55rem) {
      .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: 55rem) {
      .lr-container .left-container {
        margin: 0 1rem 0 0; } }
  @media only screen and (min-width: 55rem) {
    .lr-container .right-container {
      margin: 0 0 0 1rem; } }

.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;
    font-family: "Josefin Sans", sans-serif; }
  .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;
    font-family: "Josefin Sans", sans-serif; }
  .guestCardForm .guestCardHelpContainer {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.85em;
    color: #4056A1;
    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: 6px;
    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: 0.5rem 0; }

.linkbtn {
  background-color: #ffffff;
  border: 1px solid #FF652F;
  border-radius: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 16px; }
  @media only screen and (min-width: 35rem) {
    .linkbtn {
      font-size: 18px; } }
  .linkbtn i {
    color: #FF652F;
    margin-right: 0.5rem;
    transition: all 0.5s ease-in-out; }
  .linkbtn:hover {
    background-color: #FF652F;
    border-color: #FF652F;
    color: #ffffff; }
    .linkbtn:hover i {
      color: #ffffff; }

.light-blue-wrap {
  background-color: #E4E8F8; }

header {
  color: #1E294D;
  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: 55rem) {
      header .logo-area {
        max-width: 285px;
        margin-top: 0; } }
    header .logo-area .property-name {
      font-family: "Yeseva One", cursive;
      padding: 1rem 0;
      text-transform: none;
      text-align: center;
      font-size: 1.5em;
      width: 100%;
      margin-bottom: 0; }
      @media only screen and (min-width: 55rem) {
        header .logo-area .property-name {
          width: auto;
          text-align: left; } }
  header .menu-area {
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 50%;
    padding: 1rem 0;
    font-size: 16px; }
  header .button-container {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 55rem) {
      header .button-container {
        text-align: right; } }
    header .button-container .linkbtn {
      font-size: 16px; }
  header nav.mobile-menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 5%;
    padding: 1.5rem 0; }
    header nav.mobile-menu .menu-trigger {
      color: #FF652F;
      font-size: 1.5em;
      text-align: right;
      cursor: pointer; }
    header nav.mobile-menu .menu {
      display: none;
      background-color: #ffffff;
      list-style-type: none;
      padding: 0 1.5rem;
      border-left: 5px solid #FF652F;
      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 .menu a {
        padding: 0.5rem 0;
        transition: all 0.5s ease-in-out; }
        header nav.mobile-menu .menu a:hover {
          color: #FF652F; }
    @media only screen and (min-width: 55rem) {
      header nav.mobile-menu {
        display: none; } }
  header nav.desktop-menu {
    display: none; }
    @media only screen and (min-width: 55rem) {
      header nav.desktop-menu {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        flex-wrap: wrap-reverse;
        justify-content: flex-end; }
        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; }
              header nav.desktop-menu > ul > li a:hover {
                color: #FF652F; } }

.hero-intro {
  text-align: center;
  color: #ffffff; }
  .hero-intro .hero-headline {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 1.5rem; }
  .hero-intro .hero-button-container {
    margin: 1rem auto;
    justify-content: center;
    max-width: 450px; }
    @media only screen and (min-width: 55rem) {
      .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: .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 i {
      color: #FF652F;
      font-size: 1.55em;
      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: #1E294D; }
    .hero-intro .button:hover i {
      color: #ffffff; }

.about-section {
  padding-bottom: 0; }

.about-slider {
  padding-top: 2.5rem; }
  @media only screen and (min-width: 55rem) {
    .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; }

.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: #FF652F;
    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: #E4E8F8;
      margin-top: -0.15rem; }

.about-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
  text-align: center; }

.light-blue-background {
  background-color: #E4E8F8;
  height: 10rem;
  margin-top: -10rem; }

@media only screen and (min-width: 55rem) {
  .testimonial-section .left-container, .testimonial-section .right-container {
    justify-content: center; } }
.testimonial-section .fa-quote-left {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 1rem; }
.testimonial-section .quote {
  color: #1E294D;
  font-size: 1.25em;
  text-transform: uppercase; }

@media only screen and (min-width: 55rem) {
  .testimonial-slider.owl-theme .owl-dots {
    text-align: left; } }
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #FF652F; }
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FF652F; }

.availability-section .unit-wrapper .unit {
  margin-bottom: 2rem; }
  .availability-section .unit-wrapper .unit:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 65rem) {
    .availability-section .unit-wrapper .unit {
      flex-flow: row nowrap; } }
  .availability-section .unit-wrapper .unit .image-container {
    width: 100%;
    height: 250px; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .image-container {
        height: 200px;
        width: 300px; } }
    .availability-section .unit-wrapper .unit .image-container a {
      border-bottom: 0;
      height: 100%;
      width: 100%; }
  .availability-section .unit-wrapper .unit .unit-image {
    height: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .unit-image {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px; } }
  .availability-section .unit-wrapper .unit .detail-container {
    background-color: #E4E8F8;
    flex: 1 1 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem;
    padding: 2.25rem 1rem 2rem 1rem;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 65rem) {
      .availability-section .unit-wrapper .unit .detail-container {
        padding: 2rem;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px; } }
  .availability-section .unit-wrapper .unit .desktop {
    display: none; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .desktop {
        display: block; } }
  .availability-section .unit-wrapper .unit .mobile {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .mobile {
        display: none; } }
  .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper {
    align-items: center;
    width: 100%;
    justify-content: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .top-wrapper, .availability-section .unit-wrapper .unit .bottom-wrapper {
        justify-content: space-between; } }
  .availability-section .unit-wrapper .unit .top-wrapper span {
    color: #4056A1;
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center; }
    @media only screen and (min-width: 55rem) {
      .availability-section .unit-wrapper .unit .top-wrapper span {
        text-align: left; } }
  .availability-section .unit-wrapper .unit .top-wrapper span span {
    font-family: "Yeseva One", cursive;
    padding-top: 1rem;
    display: block;
    text-transform: none;
    font-size: 1em; }
  .availability-section .unit-wrapper .unit .spec {
    margin: 0 0.5rem;
    width: 100%; }
    @media only screen and (min-width: 25rem) {
      .availability-section .unit-wrapper .unit .spec {
        width: 35%; } }
    @media only screen and (min-width: 35rem) {
      .availability-section .unit-wrapper .unit .spec {
        width: auto; } }
    .availability-section .unit-wrapper .unit .spec > span {
      display: block;
      text-align: center; }
  .availability-section .unit-wrapper .unit .label {
    font-family: "Yeseva One", cursive;
    color: #4056A1;
    margin: 1rem 0 0.5rem 0; }
.availability-section .unit-wrapper .available-lot .unit-image {
  background: url("/images/available-lot.jpg") center center/cover no-repeat; }
.availability-section .unit-wrapper .available-lot .top-wrapper {
  justify-content: space-around; }
  @media only screen and (min-width: 55rem) {
    .availability-section .unit-wrapper .available-lot .top-wrapper {
      justify-content: space-between; } }
.availability-section .unit-wrapper .available-lot .linkbtn-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 1rem; }
  @media only screen and (min-width: 55rem) {
    .availability-section .unit-wrapper .available-lot .linkbtn-wrapper {
      width: auto;
      padding-top: 0; } }
@media only screen and (min-width: 35rem) {
  .availability-section .unit-wrapper .available-lot .linkbtn {
    margin-right: 0; } }
@media only screen and (min-width: 65rem) {
  .availability-section .unit-wrapper .available-lot .linkbtn {
    margin-right: 0.5rem; } }

.virtual-tour {
  max-width: 100%;
  width: 85vw;
  height: 55vh; }

.amenities-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-count: 2;
  column-width: 275px; }
.amenities-section li {
  line-height: 2.5em; }
  .amenities-section li i {
    color: #FF652F;
    margin-right: 0.25rem; }

.contact-section a {
  word-wrap: break-word; }
.contact-section .top-wrapper {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.75em; }
  .contact-section .top-wrapper h3 {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0; }

.nearby-communities {
  position: relative;
  text-transform: uppercase;
  color: #1E294D; }
  .nearby-communities a {
    color: #1E294D;
    border-bottom: 0; }
    .nearby-communities a:hover {
      color: #FF652F; }
  .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 #4056A1; }

footer {
  padding: 1.5rem 0;
  background-color: #1E294D;
  color: #ffffff;
  line-height: 1.75em; }
  @media only screen and (min-width: 35rem) {
    footer {
      padding: 4rem 0; } }
  footer a {
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease-in-out; }
    footer a:hover {
      color: #FF652F;
      border-color: #FF652F; }
  footer .footer-wrapper {
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 55rem) {
      footer .footer-wrapper {
        justify-content: space-between; } }
    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: 55rem) {
        footer .footer-wrapper .left-content, footer .footer-wrapper .center-content, footer .footer-wrapper .right-content {
          width: auto;
          max-width: 350px; } }
    footer .footer-wrapper .left-content div:first-of-type, footer .footer-wrapper .center-content div:first-of-type {
      font-size: 1.5em;
      margin-bottom: 1rem; }
    @media only screen and (min-width: 55rem) {
      footer .footer-wrapper .left-content {
        text-align: left; } }
    footer .footer-wrapper .right-content {
      text-transform: uppercase; }
      @media only screen and (min-width: 55rem) {
        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: 55rem) {
        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; }
        footer .footer-wrapper .icon-container a:hover i {
          color: #FF652F; }

.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: #FF652F;
    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: #FF652F;
      text-transform: uppercase;
      font-weight: 700; }
  .popup-window-section .box-container:nth-child(even) .box {
    background-color: #4056A1;
    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: #FF652F; }

/*# sourceMappingURL=low-vacancy.css.map */
