<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- Theme Wide CSS  -  Please talk to a theme specialist before editing this file! --*/
:root {
    --open-menu-font-color-hover: #{$menu-bg-alt} !default;
}
.menu-item a::before {
    background: var(--open-menu-font-color-hover);
}

.menu-item a::after {
    background: var(--open-menu-font-color-hover);
}

a.menu-button:before {
    background: var(--open-menu-font-color-hover);
}

a.menu-button:after {
    background: var(--open-menu-font-color-hover);
}

/* recaptcha badge was hiding due to low z-index */
.grecaptcha-badge {
    z-index: 100;
}
/*-- firefox dropdown fix --*/
@media only screen and (min-width: 1100px) {
    .dropdown-menu {
        top: unset;
    }
}

/*-- new eho icon style --*/
label[for="id_opt_in_mailchimp"] {
    margin-bottom: 15px;
}

.footer-icon-eho {
    max-width: 30px;
}

#footer .footer-sections#contact_us #home_form {
    height: auto !important;
}

#footer .api-phone &gt; .tty-text {
    display: block;
}

#page_container header .navbar-default .navbar_contain .header-phone.wide-phone {
    width: 200px;
}

#animated-headline.headline-left {
    background: transparent;
}

.gallery {
    position: static;
}

.header-phone.wide-phone span {
    white-space: nowrap;
}

.header-phone.light-phone {
    color: #fff;
}

/*-- Fixing second home page slide show indicators --*/
@media screen and (min-width: 768px) {
    .homepage-container #myCarousel .carousel-indicators li {
        margin: 3px 6px;
        display: block;
    }
}

div #floorplan_availabilities .units&gt;thead,
div #floorplan_availabilities .units&gt;tbody {
    margin: 0 auto;
}

@media only screen and (max-width: 479px) {
    #WidgetFloaterPanels.LTRStyle {
        left: 1% !important;
    }
}

#footer .footer-sections#footer_map {
    display: none;
}

.ada img {
    max-width: 20px;
}
/* Customer is asking for TTY to show on it's own line */
.header-phone .api-phone .phone-link span.tty-text {
    display: block;
}

/* Prevents phone number from overlapping Schedule A Tour text on mobile */
@media only screen and (min-width: 400px) and (max-width: 767px) {
    #page_container header .navbar-default .navbar_contain .header-phone a.phone-link {
        line-height: normal;
    }
}

/* Fixing dropdown in nav when it's in fixed position 3-6-18 -RS */
#nav-container.fixed-nav-position #bs-example-navbar-collapse-1 .nav {
  padding-right: 0;
}
#nav-container.fixed-nav-position #bs-example-navbar-collapse-1 .nav .dropdown.open .dropdown-menu {
  position: relative;
  max-width: 100%;
  float: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* end nav fix */
@media only screen and (min-width: 1600px) {
    footer#footer .footer-sections#address_section {
        min-height: 332px;
        height: auto;
        max-width: 250px;
    }
}

/* Copyright overlapping footer sections */
@media only screen and (min-width: 1260px) {
    #footer .footer-sections#address_section {
        height: auto;
    }
}

@media only screen and (min-width: 1400px) {
    #footer .footer-sections#address_section {
        height: auto;
    }
}

/* Calendar Page Arrows */
// .calendar_holder .calender_header a .icon-arrow-left:before {
//     content: "\102";
// }

// .calendar_holder .calender_header a .icon-arrow-right:before {
//     content: "\103";
// }

/*-- Footer labels are not suposed to show on this theme 
#footer .footer-sections#contact_us label {
    display: none !important;
} --*/

/* Hiding placeholder issue on firefox */
/* Why was this done? It's messing with the form on several sites so reason for being? */
/* #footer .footer-sections#contact_us .form-control::placeholder {
    color: transparent;
} */

/* Wrapper styles */
.prospect-portal iframe {
    background: #fff;
}

.guestcard-portal iframe {
    min-height: 980px !important;
    background: #fff;
}
/* end wrapper styles */
#page_container header.post_header {
    position: relative;
}

.homepage-container #cinemagraph_section #cinemagraph_section_down_arrow_container a span {
    line-height: 28px;
}

.owl-item .item picture {
    width: 100%;
}
.owl-item .item video {
    width: 100%;
}

.slideshow-cinemagraph {
    width: 100%;
}

.slideshow-cinemagraph video {
    width: 100%;
}

.api-pet_policy {
    white-space: pre-wrap;
}

.header-style-bg .top-fp-header p {
    word-break: keep-all;
}

@media only screen and (max-width: 479px) {
    input.hasDatepicker {
        width: 55%;
    }
}

@media only screen and (max-width: 1044px) {
    #body_directions .map_contain.tab-content &gt; .tab-pane#listview .single-category-styling .mcontainer {
        max-width: unset;
    }
}

#WidgetFloaterPanels.LTRStyle {
    top: 0 !important;
    left: 0 !important;
}

@media only screen and (min-width: 1261px) {
    #footer .footer-sections#address_section a.corporation-logo {
        height: auto;
    }
}

/* ebrochure */
.email-inputs .title-email .fg-container {
  display: none;
}

/* nav dropdown fix*/
.navbar-nav {
    margin: 0;
}

.open &gt; .dropdown-menu {
    min-width:100%;
}

/* Service Request dropdown labels */
#div_id_permission_to_enter_home .control-label,
#div_id_pets .control-label {
    display: inline-block !important;
    font-weight: normal;
}

#footer .footer-sections#address_section .translator #refer_button h5 {
    font-size: 12px;
}

@media only screen and (min-width: 1100px) {
    #page_container header .navbar-default .navbar_contain .navbar-nav {
        padding-right: 35px;
    }
}
/* end: nav dropdown fix*/

@media only screen and (min-width: 768px) {
  .email-inputs .title-email .fg-container {
    display: inline-block;
  }
}
.email-inputs .email-grouping .section-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 3px;
}
@media only screen and (min-width: 768px) {
  .email-inputs .email-grouping .section-label {
    vertical-align: middle;
  }
}
.email-inputs .email-grouping .email-contain {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .email-inputs .email-grouping .fg-container {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .email-inputs .email-grouping .fg-container label {
    display: none;
  }
}

.fp-header {
    padding: 42px 10px;
}

/* Three images under HPT */
#underlay.show-underlay {
    z-index: 1;
}

@media only screen and (max-width: 479px) {
    #floorplans_main #floorplan_availabilities table.units th, 
    #floorplans_main #floorplan_availabilities table.units td {
        font-size: 10px;
    }
    
    div .floorplan-red-dot h3, div .floorplan-red-dot span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 410px) and (min-width: 320px) {
    #floorplans_main #floorplan_availabilities table.units th, 
    #floorplans_main #floorplan_availabilities table.units td {
        font-size: 9px;
    }
}

/* Blog */
@media only screen and (min-width: 768px) {
    #body_blog .main_posts p {
        max-width: 100%;
    }
}

/* iframe in modal - If you want this added back in, see Joe
.modal-body iframe {
  width: 250px !important;
  height: 141px !important;
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  .modal-body iframe {
    width: 330px !important;
    height: 186px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
  .modal-body iframe {
    width: 420px !important;
    height: 236px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
  .modal-body iframe {
    width: 520px !important;
    height: 293px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 799px) {
  .modal-body iframe {
    width: 610px !important;
    height: 343px !important;
  }
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
  .modal-body iframe {
    width: 710px !important;
    height: 399px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .modal-body iframe {
    width: 810px !important;
    height: 456px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .modal-body iframe {
    width: 900px !important;
    height: 506px !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .modal-body iframe {
    width: 990px !important;
    height: 557px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1334px) {
  .modal-body iframe {
    width: 1090px !important;
    height: 613px !important;
  }
}
@media only screen and (min-width: 1335px) {
  .modal-body iframe {
    width: 1220px !important;
    height: 686px !important;
  }
}
*/

#community_tour {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#community_tour.no-commtour {
    padding: 0;
}

#community_tour iframe,
#community_tour object,
#community_tour embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer .footer-sections#gallery ul li {
    max-height: 65px;    
}

#div_id_body label {
    display: none;
}

/* #Media Queries */       
@media only screen and (min-width: 1680px) and (max-width: 1900px){

}
@media only screen and (min-width: 1440px) and (max-width: 1679px){

}
@media only screen and (min-width: 1280px) and (max-width: 1439px){

}
@media only screen and (min-width: 1044px) and (max-width: 1279px){

}
@media only screen and (min-width: 768px) and (max-width: 1043px){

}
@media only screen and (min-width: 480px) and (max-width: 767px){
    
}
@media only screen and (max-width: 479px){
    body #footer {
        display: block;
    }
}

@media (min-width: 768px) {
    #body_gallery #refer-modal.modal .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}


/* adjustment for retina displays */
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { 

}     
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}
.homepage-container #cinemagraph_section {
    position: relative;
    overflow: hidden;
}</pre></body></html>