/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Franklin Gothic Pro Book by URW Type Foundry
 * URL: https://www.myfonts.com/collections/urw-foundry
 
 * © 2026 MyFonts Inc. */
@font-face {
    font-family: "FranklinGothicProBook";
    src: url('fonts/FranklinGothicProBook/font.woff2') format('woff2'), url('fonts/FranklinGothicProBook/font.woff') format('woff');
  }
  @font-face {
    font-family: "termina";
    src: url('fonts/Termina-Demi.woff2') format('woff2'), url('fonts/Termina-Demi.woff') format('woff');
  }
  @font-face {
    font-family: "le-monde-livre-std";
    src: url('fonts/l1_lemoli-bol-1_std_ws_z01-5c196907.woff2') format('woff2');
  }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "le-monde-livre-std";
    font-weight: 700;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.ada_text{
    font-size: 0;
}

:focus, button:focus{
    outline-width: 1px;
    outline-style: dotted;
    outline-color: inherit;
    outline-offset: 1px;
    transition: none;
}

.skip-nav {
    background: transparent;
    color: #000000;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -5.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.skip-nav:focus {
    background: #ffffff;
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.as-title-uline {
    font-family: "le-monde-livre-std";
    font-size: 36px;
    color: #223d50;
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 0;
}

.as-title-uline:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 150px;
    background: #f05130;
    bottom: -25px;
    left: 0;
}

.as-pattern-1 {
    background-image: url('images/patterns-1.svg');
    background-size: 190px;
}

.as-pattern-1-dark{
    background-image: url('images/patterns-1-dark.svg');
    background-size: 190px;
}

.as-pattern-2 {
    background-image: url('images/patterns-2.svg');
    background-size: 190px;
}

.as-pattern-2-dark {
    background-image: url('images/patterns-2-dark.svg');
    background-size: 190px;
}

.as-pattern-dotted {
    background-image: url('images/dotted_pattern.svg');
    background-size: 120px;
}

/* #perq-online-guided-shopping-hub {
    display: none !important;
} */

body,html{
    overflow-x: hidden;
}

body {
    font-family: "FranklinGothicProBook";
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

body.home-page, body.as-residence, body.community-living{
    background: #ededf2;
}

.as-main{
    float: left;
    width: 100%;
}

.as-features .as-main, .inner-pages .as-main{
    margin-top: 90px;
}
.inner-pages.reviews .as-main{
    margin-top: 0;
}

.as-features header,.inner-pages header{
    background: #f05130;
}

.as-residences header, .inner-pages.reviews header{
    background: none;
}

.as-header {
    height: 90px;    
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    transition: all ease .2s;
}

.as-header .as-container{
    display: flex;
}

.as-header .as-container .as-content{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    position: relative;
}

.as-header-scrolled {
    background: #f05130 !important;
}

.as-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;

}

.as-topnav {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.as-topnav li {
    margin-right: 20px;
    font-family: "termina";
    font-weight: 600;
    font-size: 13px;
    
}

.as-topnav li a {
    color: #fff;
}

.as-topnav li a:hover, .as-topnav li.current-menu-item a,
.as-nav-btm li.current-menu-item a{
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.as-ham {
    background: #f05130;
    border: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 17px;
    outline-color: #fff !important;
}

.as-ham:focus{
    outline: 1px dotted #f05130;
}

.as-ham span {
    width: 25px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 2px 0;
    transition: all ease .2s;
}

.as-ham span:first-child,
.as-ham span:last-child {
    width: 16px;
}

.as-ham:hover span:first-child,
.as-ham:hover span:last-child {
    width: 25px;
}

.menu-item-has-children ul{
    display: none;
}

.menu-item-has-children button{
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(images/up.svg) no-repeat center;
    top: -1px;
    right: -20px;
    margin-left: 20px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
    outline-color: #fff;
    transition: all ease .2s;
}

.menu-item-has-children.open button{
    transform: rotate(180deg);
}

as-logoimg {
    height: 45px;
}

.as-logo a{
    outline-color: #fff;
}

.as-mobile-icons {
    display: none;
    padding-right: 15px;
}

.as-mobile-icons img {
    width: 45px;
}

.as-specials-wrap {
    transition: all ease .7s;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 900000;
    visibility: hidden;
}

.as-specials-wrap.open {
    transform: none;
    visibility: visible;
}

.as-specials-box {
    display: flex;
    background: #fff;
    width: 600px;
    position: relative;
}

.as-specials-close {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 30px;
    color: #f05130;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
}

.as-specials-img {
    width: 50%;
    background: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-self: stretch;
    min-height: 100%;
}

.as-specials-text {
    padding: 45px 25px;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.as-specials-twrap {
    position: relative;
    z-index: 1;
}

.as-specials-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/patterns-1.svg);
    background-size: 180px;
    z-index: 0;
    opacity: 0.6;
}

.as-specials-text img {
    max-width: 100%;
}

.as-specials-text .h1 {
    font-size: 32px;
    color: #223d50;
    margin-top: 20px;
    margin-bottom: 15px;
}

.as-specials-text p {
    font-size: 18px;
    padding-right: 40px;
    margin-bottom: 25px;
}

.as-specials-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #006162 url(images/arrow.svg) center no-repeat;
    background-size: 25px;
    text-indent: -9999px;
    color: #fff;
    border-radius: 50%;
}

/* Specials Slider Styles */
.as-specials-slider {
    display: flex;
    background: #fff;
    width: 600px;
    position: relative;
}

/* Equal height slides for specials slider */
.as-specials-slider .slick-track {
    display: flex !important;
}

.as-specials-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.as-specials-slider .slick-slide > div {
    height: 100%;
    display: flex;
}

.as-specials-slide {
    display: flex !important;
    height: 100%;
}

/* Slick Slider Navigation for Specials */
.as-specials-slider .slick-prev,
.as-specials-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #223d50;
    border: none;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
    border-radius: 0;
    padding: 0;
}

.as-specials-slider .slick-prev:hover,
.as-specials-slider .slick-next:hover {
    background: #f05130;
}

.as-specials-slider .slick-prev {
    left: -45px;
}

.as-specials-slider .slick-next {
    right: -45px;
}

.as-specials-slider .slick-prev span,
.as-specials-slider .slick-next span {
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

/* Slick Slider Dots for Specials */
.as-specials-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 75%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.as-specials-slider .slick-dots li {
    margin: 0;
}

.as-specials-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(34, 61, 80, 0.3);
    border: none;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease;
}

.as-specials-slider .slick-dots li.slick-active button {
    background: #f05130;
}

.as-specials-slider .slick-dots li button:hover {
    background: #223d50;
}

/* Specials Slider Responsive */
@media (max-width: 767px) {
    .as-specials-wrap {
        top: 0;
    }
    
    .as-specials-slider,
    .as-specials-box {
        width: 100%;
        max-width: 100%;
    }
    
    
    .as-specials-img {
        width: 100%;
        min-height: 200px;
    }
    
    .as-specials-text {
        width: 100%;
        padding: 35px 20px;
    }
    
    .as-specials-text .h1 {
        font-size: 24px;
        margin-top: 10px;
    }
    
    .as-specials-text p {
        font-size: 16px;
        padding-right: 0;
    }
    
    .as-specials-slider .slick-prev,
    .as-specials-slider .slick-next {
        top: auto;
        bottom: 15px;
        transform: none;
        width: 30px;
        height: 30px;
    }
    
    .as-specials-slider .slick-prev {
        left: 15px;
    }
    
    .as-specials-slider .slick-next {
        right: 15px;
    }
    
    .as-specials-slider .slick-dots {
        bottom: 10px;
    }
}

.as-hero {
    width: 100%;
    background-size: cover;
    position: relative;
}

.as-hero:after{
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 50%;
}

.as-hero:before{
    content: "";
    width: 1px;
    height: 30px;
    background: #f05130;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
}

.as-home-item {
    height: 100vh;
    position: relative;
}

.as-home-item:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.as-hero-text {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6vw;
    color: #fff;
    z-index: 5;
}


.as-hero-text .h1 {
    font-size: 60px;
}

.as-hero-text p {
    font-size: 20px;
}

.as-hero-image {
    width: 100%;
    height: 100%;
    background: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.as-hero-btn{
    position: absolute;
    z-index: 10;
    width: 50px;height: 50px;
    left: 75px;bottom: 15px;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    background-color: #f05130;
    background-image: url(images/pause.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
}

.as-hero-btn.paused{
    background-image: url(images/play.svg);
}

.as-hero-mute{
    position: absolute;
    z-index: 10;
    width: 50px;height: 50px;
    left: 15px;bottom: 15px;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    background-color: #f05130;
    background-image: url(images/002-mute.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
}

.as-hero-mute.on{
    background-image: url(images/001-speaker.svg);
}

.as-hero-video {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.as-hero-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.progress-ring__circle {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.progress-ring {
    visibility: hidden;
    opacity: 0;
}

.as-home-hero .slick-dots {
    position: absolute;
    left: 7.5vw;
    bottom: 50px;
    list-style: none;
}

.as-home-hero .slick-dots li {
    display: inline-block;
}

.as-home-hero .slick-dots button {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: relative;
}

.as-home-hero .slick-dots button:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #b1b1b1;
}

.as-home-hero .slick-dots li.slick-active .progress-ring {
    opacity: 1;
    visibility: visible;
}

.as-home-hero .slick-dots li.slick-active button:before {
    background: #fff;
}

.as-home-01,
.as-home-02 {
    display: flex;
    justify-content: stretch;
}

/* .as-home-01 {
    margin-left: calc((100vw - 1140px)/2);
    padding: 140px 0 0 0;
}

.as-home-02 {
    margin-right: calc((100vw - 1140px)/2);
    padding: 70px 0 140px 0;
} */


.as-home-img-01 {
    width: 40%;
    background: #ccc;
    background-size: cover;
    background-position: center;
}

.as-home-img-01::before {
    content: "";
    display: block;
}

.as-home-text-01 {
    width: 45%;
    padding: 65px;
    padding-bottom: 80px;
    background-color: #fff;
}

.as-home-text-01 h2 {
    font-size: 14px;
    color: #f05130;
    font-family: "termina";
}

.as-home-text-01 p {
    margin-bottom: 3.5rem;
}

.as-home-03 {
    background-color: #a8cdb5;
    display: flex;
    position: relative;
}

.as-home-03 .as-container{
    display: flex;
}

.as-home-03-block01 {
    width: 35%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.as-home-03-img01 {
    background: #ccc;
    background-size: cover;
    background-position: center;
    width: 120%;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.as-home-03-img01:before {
    content: "";
    display: block;
    padding-bottom: 70%;

}

.as-home-03-block02 {
    width: 65%;
    background: #ededf2;
    padding-left: 120px;
    padding-right: 80px;
    padding-top: 25px;
    text-align: right;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.as-home-03-block02 h3 {
    font-family: "le-monde-livre-std";
    font-size: 36px;
    color: #223d50;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}

.as-home-03-block02 h3:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 35%;
    background: #f05130;
    bottom: -25px;
    right: 0;
}

.as-home-03-img02 {
    background: #ccc;
    background-size: cover;
    background-position: center;
    width: 70%;
    align-self: flex-end;
    margin-top: 35px;
}

.as-home-03-img02:before {
    content: "";
    display: block;
    padding-bottom: 60%;

}

.as-home-link {
    font-family: "termina";
    font-size: 14px;
    color: #006162;
    position: relative;
    padding-left: 60px;
    display: inline-block;
    margin-left: 10px;
}

.as-home-link:hover {
    color: #006162;
    text-decoration: none;
}

.as-home-link:hover::before{
    left: 8px;
}

.as-home-link:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #006162 url(images/arrow.svg) center no-repeat;
    background-size: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}

.as-home-img-012 {
    background: #ccc;
    background-size: cover;
    background-position: center;
    width: 15%;

}

.as-home-01 .as-home-text-01 {
    position: relative;
    left: -75px;
    top: -75px;
}

.as-home-01 .as-home-img-012 {
    background-position: center left;
}

.as-home-01 .as-home-img-01 {
    background-position: center left;
}

.as-home-02 .as-home-text-01 {
    position: relative;
    right: -75px;
    bottom: -75px;
}

.as-ham-nav {
    background: url(images/patterns-1.svg) #006162;
    background-size: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: translateY(-20%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    
}

.as-ham-nav .mCustomScrollBox {
    width: 100%;
}

.as-ham-nav .mCSB_inside>.mCSB_container {
    margin-left: 0;
    margin-right: 0;
}

.menu-open .as-ham-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.as-ham-close {
    cursor: pointer;
    z-index: 3;
    position: fixed;
    top: 25px;
    right: 7.5vw;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    background: url(images/close.svg) no-repeat center;
    background-size: contain;
    color: #fff;
}

.as-ham-nav:before {
    content: "";
    background: url(images/patterns-1.svg);
    background-size: 175px;
    opacity: 0.05;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

.as-ham-page-name {
    font-family: "termina";
    text-transform: uppercase;
    color: #fff;
    opacity: 0.1;
    letter-spacing: .4vw;
    font-size: 8vw;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    text-align: center;
}

.as-ham-navwrap {
    position: relative;
    z-index: 2;
    padding: 75px 0;
    width: 100%;
    text-align: center;
}

.as-ham-navwrap ul{
    display: inline-block;
}
.as-ham-navwrap ul ul{
    display: none;
}

.as-ham-navwrap ul,
.as-ham-navwrap ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "termina";
    text-align: center;
}

.as-ham-navwrap>ul>li {
    margin-bottom: 20px;
    position: relative;
}

.as-ham-navwrap>ul>li>a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.as-ham-navwrap>ul>li>a:hover,
.as-ham-navwrap>ul>li.current-menu-item>a {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.as-ham-navwrap ul ul {
    margin-top: 20px;
}

.as-ham-navwrap ul ul a {
    color: #c4c4c4;
    font-size: 16px;
}

.as-ham-navwrap ul ul li.current-menu-item a,
.as-ham-navwrap ul ul a:hover {
    text-decoration: none;
    border-bottom: 2px solid #c4c4c4;
}

.as-ham-navwrap ul ul a:before {
    content: "-";
    margin-right: 5px;
}

.as-mob-logo{
    position: absolute;
    left: 15px;
    top: 23px;
}

.as-mob-logo img{
    height: 25px;
}

.as-nav-btm ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.as-nav-btm .apply-nav a{
    padding-left: 15px;
    padding-right: 15px;
}


.as-nav-btm ul li {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: 1px;
}


.as-nav-btm ul li a, .as-nav-btm ul li a:not([href]):not([tabindex]) {
    color: #fff;
}

.as-nav-btm ul li a:hover,
.as-nav-btm ul li.active a {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.as-nav-social {
    display: flex;
    justify-content: center;
}

.as-nav-social a {
    margin: 0 10px;
    color: #fff;
}

.as-nav-social svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.as-footer{
    float: left;
    width: 100%;
}

.as-footer a{
    outline-color: #fff;
}

.as-footer-top {
    background: #223d50;
    padding: 45px 0;
    display: flex;
}

.as-footer-top .as-container{
    display: flex;
}

.as-footer-contact {
    color: #fff;
    width: 33.333%;
}

.as-footer-contact .h5 {
    font-family: "le-monde-livre-std";
    color: #aecfb9;
    font-size: 18px;
}

.as-footer-contact p {
    font-size: 14px;
    line-height: 24px;
}

.as-footer-contact a {
    color: #fff;
}

.as-footer-social {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-footer-social a {
    display: inline-block;
    margin: 0 5px;
}

.as-footer-social svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.as-footer-right {
    width: 33.333%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.as-footer-right ul{
    padding-left: 0;
}

.as-footer-right img {
    width: 65px;
}

.as-footer-right a {
    margin-left: 20px;
}

.as-footer-right .yard-logo{
    width:150px; 
    margin-right:20px;
}


.as-footer-bottom {
    padding: 20px 0;
    background: #1f394b;
    color: #fff;
    display: flex;    
}

.as-footer-bottom .as-container{
    display: flex;
    align-items: center;
}

.as-footer-btm-lt {
    margin-right: auto;
    font-size: 14px;
}

.as-footer-btm-rt {
    display: flex;
    align-items: center;
}

.as-footer-link a {
    font-size: 14px;
    color: #fff;
    margin: 0 2px;
}

.as-footer-logos {
    margin-left: 20px;
}

.as-footer-logos a {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.as-flogo {
    width: 20px;
}

.as-bozzuto-logo {
    margin-right: 20px;
}

/* Residences */
.as-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;    
    position: relative;
}

.as-row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.as-page-hero {
    position: relative;
    display: flex;
    height: 65vh;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}

.as-page-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}


.as-page-title {
    text-align: center;
    margin-bottom: 25vh;
    position: relative;
    z-index: 1;
}

.as-page-title h1 {
    color: #fff;
    font-size: 52px;
}

.as-res-intro {
    padding: 80px 20vw 120px 7.5vw;
}

.community-living .as-res-intro{
    padding-right: 0;
}

.as-res-content {
    position: relative;
}

.as-res-content:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 5%;
    background-color: #223d50;
    background-image: url('images/patterns-1.svg');
    background-size: 220px;
    height: 35%;
}

.as-res-content:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 5%;
    background-color: #a8cdb5;
    background-image: url('images/patterns-2.svg');
    background-size: 220px;
    height: 35%;
}

.community-living .as-res-content:after{
    bottom: 15%;
    height: 30%;
}

.community-living .as-res-content:before{
    top: 11%;
    height: 25%;
}

.as-res-block {
    background: #fff;
    display: flex;
    position: relative;
    margin-bottom: 140px;
    z-index: 1;
}

.as-res-block:last-child{
    margin-bottom: 80px;
}


.as-res-row .as-res-block:nth-child(even) {
    flex-direction: row-reverse;
}

.as-res-text {
    padding: 50px 40px 100px 60px;
    width: 50%;
}

.as-res-text ul{
    padding-left: 0;
    list-style: none;
}

.as-res-text ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.as-res-text ul li:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #333333;
    transform: rotate(45deg);
    left: 0;
    top: 9px;
}

.as-hidden {
    display: none;
}

.fancybox-navigation .fancybox-button div {
    background: #fff;
    border-radius: 50%;
}

.fancybox-button svg path {
    fill: #000;
}

.fancybox-toolbar .fancybox-button svg path {
    fill: #fff;
}

.fancybox-caption:after {
    border: 0;
}


.fancybox-caption__body {
    font-size: 18px;
}

.fancybox-slide--image {
    padding-left: 70px;
    padding-right: 70px;
}

.as-resr-btn {
    font-family: "termina";
    font-size: 14px;
    color: #006162;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.as-resr-btn:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
}

.as-resr-btn:hover {
    text-decoration: none;
}

.as-hover-icons{
    position: absolute;
    height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: hidden;
}

.thebarn .as-resr-btn {
    color: #f05130;
}

.thebarn .as-resr-btn:before {
    background-image: url(images/icons/barn_icon_select.svg);
    background-image: url(images/icons/barn_icon.svg);
}

.thebarn .as-resr-btn:hover:before {
    background-image: url(images/icons/barn_icon_select.svg);
}

.newport .as-resr-btn {
    color: #dba62c;
}

.newport .as-resr-btn:before {
    background-image: url(images/icons/newport_icon_select.svg);
    background-image: url(images/icons/newport_icon.svg);
}

.newport .as-resr-btn:hover:before {
    background-image: url(images/icons/newport_icon_select.svg);
}


.charleston .as-resr-btn {
    color: #223d50;
}

.charleston .as-resr-btn:before {
    background-image: url(images/icons/charleston_icon_select.svg);
    background-image: url(images/icons/charleston_icon.svg);
}

.charleston .as-resr-btn:hover:before {
    background-image: url(images/icons/charleston_icon_select.svg);
}


.neworleans .as-resr-btn {
    color: #006162;
}

.neworleans .as-resr-btn:before {
    background-image: url(images/icons/neworleans_icon_select.svg);
    background-image: url(images/icons/neworleans_icon.svg);
}

.neworleans .as-resr-btn:hover:before {
    background-image: url(images/icons/neworleans_icon_select.svg);
}

.thelibrary .as-resr-btn {
    color: #a8cdb5;
}

.thelibrary .as-resr-btn:before {
    background-image: url(images/icons/library_icon_select.svg);
    background-image: url(images/icons/library_icon.svg);
}

.thelibrary .as-resr-btn:hover:before {
    background-image: url(images/icons/library_icon_select.svg);
}

.rainbowrow .as-resr-btn {
    color: #223d50;
}

.rainbowrow .as-resr-btn:before {
    background-image: url(images/icons/rainbow_icon_select.svg);
    background-image: url(images/icons/rainbow_icon.svg);
}

.rainbowrow .as-resr-btn:hover:before {
    background-image: url(images/icons/rainbow_icon_select.svg);
}

.as-res-img {
    width: 50%;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    position: relative;
    top: -80px;
}



.as-res-bottom{
    background-color: #f05130;
    position: relative;
    padding-bottom: 80px;
}

.as-res-bottom::before{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: #ededf2;
}

.as-bottom-slider{
    position: relative;
    z-index: 1;
    margin-left: -35px;
    margin-right: -35px;
    display: flex;
}

.as-btm-sitem{
    position: relative;
    margin: 0 35px;
    width: 50%;
}

.as-btm-sitem a{
    display: block;
}

.as-btm-image{
    position: relative;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
}

.as-btm-image:before{
    content: "";
    display: block;
    padding-bottom: 60%;
}

.as-btm-image:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5214460784313726) 50%, rgba(0,212,255,0) 100%);
}

.as-btm-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    font-family: "le-monde-livre-std";
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 34px;
    color: #fff;
    z-index: 1;
    padding-right: 60px;
}

.as-btm-text img{
    max-width: 100%;
}

.as-btm-text:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(images/arrow-green.svg) no-repeat center #fff;
    background-size: 55%;
    border-radius: 50%;
}

.amenities .bottom-dots-fixed .container-section-content:after{
    background: #fff;
    min-height: 6vw;
    position: static;
}

.amenities ._inner._img{
    position: relative;
    top: 6vw;
    margin-top: -6vw;
}

.amenities .bottom-yellow-fixed .container-section-content:after{
    background-color: #a8cdb5;
    background-image: url(images/patterns-2.svg);
    background-size: 190px;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    min-height: 27%;
}

.amenities .container-theme-yellow .container-section-footer:before{
    background-color: #a8cdb5;
    background-image: url(images/patterns-2.svg);
    background-size: 190px;
    background-position: top;
    height: 25vw;
}   


/*features*/
.features-page{
    background: #FFF;
    float: left;
    width: 100%;
}
.features-page .features-right-banner{
    width: calc(100% - 80px);
    height: 50vw;
    max-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;    
}
.features-page .container-section-content .text{margin-left: 80px;}
.features-page .as-pattern-1{
    background-color: #223d50;
    margin-top: -200px;
    margin-bottom: 150px;
    padding-top: 250px;
    padding-bottom: 50px;
    min-height: 40vw;
} 
.features-page #section_1 .container-section-top{
    position: relative;
}
.features-page #section_1 .container-section-top:after{
    background-color: #223d50;
    background-image: url(images/patterns-1.svg);
    background-size: 190px;
    background-position: bottom;
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    z-index: -1;
}
.features-page .as-pattern-1{
    background-position: top;
}
.features-page .col-md-6.col-left{max-width: 650px;}
.features-page .as-pattern-1 .col-img{
    position: absolute;
    right: 80px;
    /* bottom: -200px; */
    padding: 0;
    width: 40vw;
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.features-page .as-pattern-2{
    background-color: #a8cdb5;
    margin-top: -200px;
    margin-bottom: 225px;
    padding-top: 250px;
    padding-bottom: 50px;
    min-height: 38vw;
}
.features-page .container-section-content .text ul li{
    margin-bottom: 10px;
}
.features-page .as-pattern-2 ul li{color: #000; }
.features-page .as-pattern-2 .col-feature .col-img{
    position: absolute;
    right: 80px;
    /* bottom: -200px; */
    padding: 0;
    width: 40vw;
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.features-page #section_2 .col-header .col-img{
    padding-left: 80px;
    padding-right: 80px;
}
.features-middle-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 50vw;
    max-height: 700px;
}
.features-page .bottom-dots-fixed .container-section-content:after{background: none;}
.features-page .container-thumb-nav{
    background-color: #f05130;
}
.container-thumb-nav .has_rectangular_out .target-hover:before {
    background: #006162;
}
.as-banner{
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.signature-title-img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 200px;
}
.blue-bg{
    background-color: #223d50;
}
.green-bg{
    background-color: #a8cdb5;
}
.list-container{
    padding:100px 7.5vw;
}
.list-container ul {
    max-width: 900px;
    margin: 0 auto;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.slider-container{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}
.slider-image{
    width: 100%;
    height: 50vw;
    max-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bottom-container{
    display: flex;
    padding: 7.5vw;
    position: relative;
    /* height: 30vw; */
    align-items: flex-start;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
.bottom-container:after{
    content: '';
    background: #ededf2;
    width: 100%;
    height: 25%;
    bottom: -2px;
    left: 0;
    z-index: 0;
    position: absolute;
}
.signature-page .list-container{
    /* padding-bottom: 360px; */
    padding: 100px 7.5vw 70px;
}
.signature-page .slider-container{
    /* margin-top: -300px; */
    position: relative;
}
.signature-page .slider-container .slick-slider{z-index: 1;}
.signature-page .slider-container:after{
    content: '';
    background: #ededf2;
    width: 100%;
    height: 50%;
    bottom: -2px;
    left: 0;
    z-index: 0;
    position: absolute;
}
.image-square{
    width: 45vw;
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    /*position: absolute;
    right: 7.5vw;
    top: 10vw;*/
}
.text-content{
    width: 55vw;
}
.text-content h2{
    font-size: 32px;
    color: #223d50;
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 500px;
}
.tour-btn {
    font-family: "termina";
    font-size: 14px;
    color: #006162;
    position: relative;
    padding-left: 60px;
    display: inline-block;
    margin-top: 60px;
}
.tour-btn:hover {
    color: #006162;
    text-decoration: none;
}
.tour-btn:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #006162 url(images/arrow.svg) center no-repeat;
    background-size: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.signature-page .slick-prev, .signature-page .slick-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff url(images/arrow-slider.svg) center no-repeat;
    background-size: 25px;
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.signature-collection{
    background: #ededf2;
}
.signature-page .cxc_slick .slick-slide{
    height: auto;
    left: 0 !important;
    padding: 0 !important;
}
.signature-page .slick-prev{
    left: 40px;
    transform: translateY(-50%) rotate(-180deg);
}
.signature-page .slick-next{
    right: 40px;
}
.signature-page ul li{position: relative;margin: 0 5px;margin-bottom: 20px;}
.signature-page ul li:before{
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    top: 8px;
    left: -20px;
    background-color: #333333;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.as-pattern-dotted-black {
    background-image: url('images/dotted_pattern_black.svg');
    background-size: 120px;
}
._page_title{
    display: none;
}
.container-theme-blue .container-section-content, .container-theme-blue .container-section-map {
    background-color: #223d50;
    background-image: url(images/patterns-1.svg);
    background-size: 190px;
}
.container-theme-default{
    background: #FFF;
}
.bottom-yellow .container-section-content:after, .bottom-yellow-fixed .container-section-content:after,
.bottom-blue .container-section-content:after, .bottom-blue-fixed .container-section-content:after,
.bottom-dots .container-section-content:after, .bottom-dots-fixed .container-section-content:after, .bottom-dots-footer .container-section-footer:after {
    background:transparent;
}
.container-theme-default .container-section-content .text, .container-theme-white .container-section-content .text{
    color: #212529;
}
.container-theme-yellow .container-section-content, .container-theme-yellow .container-section-map{
    background-color: #a8cdb5;
    background-image: url(images/patterns-2.svg);
    background-size: 190px;
    background-position: top;
}
.container-thumb-nav {
    background-color: #f05130;
    background-image: url(images/dotted_pattern.svg);
    background-size: 120px;
    padding-bottom: 80px;
}
.without-text.container-with-footer .container-section-content{
    margin-top: -150px;
    padding-top: 200px;
}
.container-theme-blue.without-text.container-with-footer .container-section-content{  
    margin-top: -250px;
    padding-top: 300px;
}
#section_3 .container-fluid .container-section-content{
    margin-top: -150px;
    padding-top: 250px;
}
#section_1 .container-fluid .container-section-content{   
    margin-top: -200px;
    padding-top: 250px;
}
ul._gallery_nav li a:hover{text-decoration: none;}
.container-thumb-nav .overlay-cover .read_more:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff url(images/arrow-slider.svg) center no-repeat;
    background-size: 20px;
}
/*
.cxc_nav_bar .cxc_next{
    background: #006162 url(images/arrow.svg) center no-repeat;
}
.cxc_nav_bar .cxc_prev{
    background: #006162 url(images/arrow.svg) center no-repeat;
    transform: rotate(-180deg);
}*/
.cxc_gallery .slick_prev,.cxc_gallery .slick_next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff url(images/arrow-slider.svg) center no-repeat;
    background-size: 25px;
    color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cxc_gallery .slick_prev{
    left: 40px;
    transform: translateY(-50%) rotate(-180deg);
}
.cxc_gallery .slick-next{
    right: 40px;
}
.neighborhood #section_1{
    position: relative;
    overflow: hidden;
}
.neighborhood #section_1:after{
    content: '';
    background-color: #223d50;
    background-image: url(images/patterns-1.svg);
    background-size: 190px;
    width: 100%;
    height: 100%;
    display: block;
    top: 20%;
    position: absolute;
    z-index: -1;
}
.neighborhood #section_1 .container-theme-blue .container-section-content{
    background: none;
}
.container-contact{
    background-color: #223d50;
    background-image: url(images/patterns-1.svg);
    background-size: 190px;
}
.container-thumb-nav-top-blue, .contact .container-thumb-nav-blue:before, .thank-you .container-thumb-nav-blue:before{
    background-color: #FFF;
}
.container-contact-form .hywrap .form-actions button{
    margin-bottom: 20px;
}
.thank-you .container-contact-form ._inner{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: block;
    padding-bottom: 80px;
    text-align: center;
}
.virtual-tour .container-spotlight{
    background-color: #f05130;
}
.features .as-title-uline:after{
    width: 100px;
}
.signature-collection .as-banner:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.signature-collection .as-pattern-1{
    background-image: url(images/patterns-1-semidark.svg);
}

.signature-page .slick-prev:focus,.signature-page .slick-next:focus,.hywrap input:focus,
 .hywrap input[type="text"]:focus, .hywrap select:focus, .hywrap textarea:focus,
 .hywrap button[type="submit"]:focus,.cxc_gallery .slick_prev:focus,.cxc_gallery .slick_next:focus{
    outline: 1px dashed #000000;
}
/* :focus{
    outline: 1px dashed #000000;
} */
.gallery .container-with-header .container-section-top:before,
.gallery .container-with-footer .container-section-footer:before {bottom:0;}
.gallery .container-thumb-nav-top .thumb-nav-text .h4 {
    color: #FFF;
}
.gallery .container-thumb-nav-top-blue{
    background-color: #223d50;
    background-image: url(images/patterns-1.svg);
    background-size: 190px;
    background-position: top;
    background-repeat: repeat;
}

.no-link{
    pointer-events: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*Reviews*/
.reviews-wrapper {
    padding: 70px 7%;
}
.review-title{
	display: flex;
    justify-content: space-between;
}
.review-title .title-block h2 {
    color: #18456f;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
}
.review-title .title-block a{
	margin-top: 10px;
    display: block;
    font-weight: 400;
    font-size: calc(12px + (18 - 12)*((100vw - 320px)/(1920 - 320)));
    letter-spacing: .68px;
    line-height: calc(20px + (33 - 20)*((100vw - 320px)/(1920 - 320)));
}
.review-title a.view-reviews{
	margin-top: 10px;
}
a.view-reviews{
	width: auto;
    padding: 0;
    background-color: #223d50;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "termina";
    text-transform: uppercase;
    border: none;
    outline: none;
    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    -webkit-transition: background .3s ease-in;
    transition: background .3s ease-in;
    padding: 20px 12px;
    position: relative;
    display: block;
    text-decoration: none !important;
}
.review-column {
    padding: 30px;
    width: 33.33%;
    text-align: center;
}
.review-column img{
	width: 80px;
    display: block;
    margin: 0 auto 20px;
}
.reviews-manager__item-rating {
    margin: 0 auto 20px;
}
.reviews-manager__item-rating svg{
	width: 115px;
    height: 20px;
    vertical-align: top;
}
.reviews-manager__item-rating svg polygon {
    fill: rgba(0,0,0,0.2);
    fill: #fc6719;
    opacity: .2;
}
.reviews-manager__item-rating svg polygon:nth-child(even) {
    -ms-transform: translateX(-0.4px);
    transform: translateX(-0.4px);
}
.reviews-manager__item-rating[data-rating="5"] svg polygon:nth-child(-n+10) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="4.5"] svg polygon:nth-child(-n+9) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="4"] svg polygon:nth-child(-n+8) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="3.5"] svg polygon:nth-child(-n+7) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="3"] svg polygon:nth-child(-n+6) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="2.5"] svg polygon:nth-child(-n+5) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="2"] svg polygon:nth-child(-n+4) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="1.5"] svg polygon:nth-child(-n+3) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating="1"] svg polygon:nth-child(-n+2) {
    opacity: 1;
}
.reviews-manager__item-rating[data-rating=".5"] svg polygon:nth-child(-n+1) {
    opacity: 1;
}
.reviews-name {
    display: inline-block;
}
.reviews-date{
    font-style: italic;
    margin-bottom: 0px;
    font-size: 16px;
}
.reviews-slider{
	position: relative;
}
.reviews-slider .slick-dots li{
	margin: 0;
}
.reviews-slider .slick-dots li button{
	padding: 2px;
}
.reviews-slider .slick-dots li button:before{
	content: '•';
	font-size: 48px;
}
.reviews-slider .slick-next, .reviews-slider .slick-prev{
	    width: 25px;
    height: 42px;
}
.reviews-slider .slick-next:before, .reviews-slider .slick-prev:before{
	background-image: url(images/arrow-right.png);
    height: 42px;
    width: 25px;
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.reviews-slider .slick-prev:before{
	transform: rotate(180deg);
}

/*Reviews page*/
.reviews-sec-wrapper{
	padding: 60px 0 0px;
}
.reviews-block{
	margin: 0 auto;
    width: 1300px;
    background-color: #ececec;
}
.reviews-row {
    padding: 30px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.reviews-row:last-child{
	border-bottom: 0;
}
.reviews-row img{
	width: 150px;
    margin-right: 30px;
    max-height: 100%;
}
.reviews-btn-wrap{
    text-align: center;
    padding-top: 60px;
}
.reviews-btn-wrap > div{
	margin: 0  0 60px;
}
.reviews-btn-wrap > div.review-load-more, .reviews-btn-wrap > div.review-loader{
	margin-bottom: 15px !important;
}
.reviews-btn-wrap .view-reviews, .reviews-btn-wrap > div.review-loader{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0;
	min-width: 280px;
}
.reviews-btn-wrap > div.review-loader img{
    width: 32px;
    height: 32px;
}
.reviews-page-container-fluid{
    padding-top: 60px;
}
p.disclaimer-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(0,0,0,0.6);
    font-style: italic;
    max-width: 60%;
    margin: 0 auto;
}
/* ADA contrast fix */
.popup_link a:focus {
    outline: 1px dashed #fff !important;
}
.as-footer-contact .h5 {
    color: #c2e4cd;
}
.container-theme-default .container-section-content h4,
.container-theme-white .container-section-content h4,.popup_text,
.container-blog-posts .post-date,.thebarn .as-resr-btn,.container-blog-post .post-meta,
.widget ul li a, .widget ul li a:link, .widget ul li a:hover,.plan-left-section h6
 {
    color: #96311d !important;
}
.popup_link a {
    color: #223d50 !important;
}
.container-contact-info .contact_card,.container-contact-form .hywrap .form-actions button,
.container-contact-form .hywrap .form-actions button:hover {
    background: #96311d;
}
.col-load-more a,.container-blog-post .back-to-posts a {
    background-color: #96311d !important;
}
.container-blog-post .back-to-posts a {
    color: #fff !important;
}
.plan-item h4, .plan-item h3{
    color:#842b1a !important;
}

.apply-nav a{
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px 7px 1px;
}

.apply-nav a:hover,
.apply-nav a:active,
.apply-nav a:focus{
    text-decoration: none;
    background: #fff;
    color: #f05130;
}
.osano-cm-widget {
    display: none;
}
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active, 
.osano-cm-link {
    color: #000;
} 
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover, 
.osano-cm-link:active {
    color: #000;
}
footer .cookie {
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 900px){
    .as-footer-logos {
        margin-left: 10px;
    }
    .as-bozzuto-logo {
        margin-right: 10px;
    }
}
@media (max-width: 767px){
    .as-footer-link {
        text-align: center;
    }
}

.accessibility-wrapper
{
    padding-top: 100px;
    padding-bottom: 100px;
}
iframe[src*="https://my.hy.ly"]{ height: 0; width: 0; position: absolute; border: 0; margin-top: -1px; }

.as-greystar-logo img 
{
    height: 25px;
    width: auto;
}

.as-footer-bottom-links
{
    background: #1f394b;
    padding: 10px 0;
    display: flex;
 text-align: center;
}
.as-footer-bottom-links a
{
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
}

.hide-content
{
    display: none !important;
}


.form_container form {
    margin: 0px auto;
    padding: 0px 0px 105px 0px;
    max-width: 100%;
    width: 600px;
  }

  @media (max-width: 767px) {
    .form_container form
    {
       padding: 0px 0px 70px 0px; 
    }
  }
  
  .form_container form input,
  .form_container form select,
  .form_container form textarea {
    width: 100%;
    height: 35px;
    border-radius: 0px;
    border: 0px;
    padding: 0px 12px;
    border: 1px solid #223d50;
    background: #1c3242;
    color: #fff;
  }
  
  .form_container textarea {
    resize: none;
    overflow: auto;
    height: 120px !important;
    padding: 12px !important;
  }
  .form_container form span.error-invalid-msg {
    color: red;
    font-size: 12px;
  }
  
  .field_name_wrap {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .form_field {
    margin-top: 20px;
    width: 100%;
  }
  
  .field_name_wrap .form_field {
    width: 50%;
  }
  
  .field_phone_wrap {
    display: flex;
  }
  
  .form_container form .control-label {
    color: #fff;
    font-size: 14px;
  }
  
  .form_action .btns {
    background: #96311d;
    color: #fff;
    appearance: none;
    border: 0;
    margin-top: 20px;
    height: 50px;
    font-size: 14px;
    padding-left: 48px;
    padding-right: 48px;
    transition: all 0.2s;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    font-family: termina, sans-serif;
    font-weight: 600;
  }
  
  .form_action .btns:hover,
  .form_action .btns:focus,
  .form_action .btns:active {
    background: #f05130;
    color: #fff;
  }
  
  #form-success {
    padding: 40px 0px;
    text-align: center;
  }
  #form-success h3 {
    margin-bottom: 0px;
  }
  #form-success p,
  #form-success h3 {
    color: #f0f0f5;
  }
  #form-success p {
    margin-top: 5px;
  }

  #movein 
{
  padding-right: 30px;
  background: url("images/calendar_icon.svg") no-repeat center right 10px / 16px auto;
  background-color: #1c3242 !important;
}
@media screen and (min-width: 992px) {
    .home-page .as-header.as-header-scrolled .as-logo {
        position: absolute;
        top: 50%;
    }
}