/* 
-------As Per Page Format Order----------
 hero-banner,manor-communities-footer,manor-communities-header,introduction-section,faqs-with-left-side-content-text,image-snippet-slider-with-icons-text,communities-overview,nearby-attractions,inside-gallery-slider,image-snippet-slider-with-text */ 

.hero-banner-widget {
    position: relative;
    width: 100%;
    display: block;
    background: var(--primary-color);
}
.hero-banner-widget__media {
    position: relative;
    width: 100%;
    display: block;
    height: 640px;
}
.hero-banner-widget__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 1023.98px) {
	.hero-banner-widget__media {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
	.hero-banner-widget__media {
        height: 420px;
    }
}
footer.footer {
	position: relative;
	width: 100%;
	display: block;
	background: var(--bg-footer);
	color: var(--footer-color);
	font: var(--footer-fonts);
	padding: 0 0 50px;
}
.property-page footer.footer {
    background: #E4E7EB;
}
footer.footer .uk-container {
    max-width: 1243px;
}
.footer__main {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--highlight-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.property-page .footer__main {
    border: none;
}
.footer__logo-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  	margin-bottom: 45px;
}
.footer__logo-wrapper a, .footer__logo-wrapper img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
    display: inline-block;
    object-fit: contain;
    margin: 0 auto;
}
.footer__logo-wrapper a:focus-visible {
	outline: 1px solid var(--primary-color);
}
.footer__contact {
    position: relative;
  	max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  	margin-bottom: 25px;
}
.footer__contact a {
    color: var(--footer-color);
}
.footer__contact a:hover, .footer__contact a:focus-visible {
    color: var(--primary-color);
  	text-decoration: underline;
}
.footer .social__media {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer .social__media-item {
    position: relative;
    width: auto;
    display: inline-block;
}
.footer .social__media-item a {
    position: relative;
    width: 29px;
    height: 29px;
  	color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  	transition: all 0.3s ease;
  	transform: scale(1);
}
.footer .social__media-item a .template-icon {
    font-size: 13px;
}
.footer .social__media-item a:hover, .footer .social__media-item a:focus-visible {
    color: var(--footer-color);
    border-color: var(--footer-color);
  	transform: scale(1.2);
}
.footer__nav {
    position: relative;
    width: 100%;
    display: block;
    border-top: 1px solid var(--highlight-color);
    border-bottom: 1px solid var(--highlight-color);
    padding: 25px 0;
}
nav.footer__nav-links {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 80px;
}
nav.footer__nav-links a.footer__nav-link {
    color: var(--footer-color);
  	font-size: 16px;
  	transition: all 0.3s ease;
}
nav.footer__nav-links a.footer__nav-link:hover, nav.footer__nav-links a.footer__nav-link:focus-visible, nav.footer__nav-links a.navON {
    color: var(--primary-color);
  	text-decoration: underline;
}
.footer__copyright {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
}
body:not(.milestone) .footer__copyright {
	justify-content: center;
}
.footer__text {
    position: relative;
    width: auto;
    display: inline-flex;
    color: var(--footer-color);
    font-size: 14px;
    gap: 5px;
}
.footer__text p {
  	width: auto;
  	display: inline-block;
}
.footer__text.powered a {
	color: var(--footer-color);
}
.footer__text.powered a:hover, .footer__text.powered a:focus-visible {
	color: var(--primary-color);
  	text-decoration: underline;
}
.footer__text.powered {
	display: none;
}
.milestone .footer__text.powered {
	display: inline-flex;
}
@media (max-width: 959.98px) {
	nav.footer__nav-links {
    	flex-direction: column;
    	gap: 30px;
	}
  	.footer__copyright {
    	flex-direction: column;
    	gap: 10px;
	}
  	.footer__text {
    	width: 100%;
    	justify-content: center;
	}
  	footer.footer {
    	padding-bottom: 100px;
	}
    .milestone .footer__text.powered{
      text-align: center;
    }
}
/* Header Starts */ 

:root {
    --header-height: 80px;
}
body {
    padding-top: var(--header-height);
}
.header {
    position: fixed;
    width: 100%;
    min-height: var(--header-height);
    color: var(--header-color);
    background: var(--inverse-font-color);
    padding: 0;
    z-index: 99;
    left: 0;
    top: 0;
}
body.property-page {
    padding-top: 126px;
}
.property-page .header {
  	min-height: 126px;
}
.header.is-fixed {
    background: var(--bg-header);
}
.header .header__container {
    max-width: 1345px;
}
.header__main {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
}
.header__grid {
    align-items: center;
    margin-left: -40px;
}
.header__grid > * {
    padding-left: 40px;
}
.header__col--center {
    text-align: center;
}
.header__logo {
    width: var(--logo-width);
    height: var(--logo-height);
    display: inline-block;
    align-items: center;
}
.header__logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.header__logo:focus, a.header__logo:focus-visible {
    outline: 1px solid var(--primary-color);
}
.header-collapsible {}
.header__phone {
    display: inline-flex;
    align-items: center;
    font: var(--header-fonts);
    color: var(--header-color);
    text-transform: uppercase;
    text-align: right;
}
.header__phone > .template-icon {
    margin-right: 13px;
    font-size: 112.5%;
}
.header__phone-label {
    display: block;
    margin-right: 5px;
}
.header__phone-text > .template-icon {
    display: none;
}
.header__phone-text {
    display: block;
    color: var(--primary-color);
}

.header__bookstay {
    color: var(--inverse-font-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.header__bookstay:hover, .header__bookstay:focus, .header__bookstay:focus-visible {
    color: var(--inverse-font-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.header__bookstay .template-icon {
    color: var(--inverse-font-color);
}
.header__bookstay:hover .template-icon, .header__bookstay:focus .template-icon, .header__bookstay:focus-visible .template-icon {
    color: var(--inverse-font-color);
}

.navmenu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navmenu__list-item {
    margin-right: 5px;
    position: relative;
}
.navmenu__list-item:last-child {
    margin-right: 0;
}
.navmenu__list-link {
    position: relative;
    display: inline-flex;
    color: var(--header-color);
    font: var(--header-fonts);
    text-transform: var(--header-fonts-text-transform);
    letter-spacing: 0.05em;
    padding: 15px 8px;
}
.navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu__list-link.navON, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible, .navmenu-dropmenu__link.navON {
    color: var(--primary-color);
}
.navmenu__dropdown > a {
    position: relative;
    padding: 10px 25px 10px 10px;
}
.navmenu__dropdown > a:before {
    content: '\ed38';
    font-family: var(--icon-fonts);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all .4s ease;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}
.navmenu__dropdown > a[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(180deg);
}

.navmenu-dropmenu {
    padding: 20px 0px;
    margin: 0;
    min-width: 265px;
    background: var(--bg-header);
    overflow: auto;
    max-height: 70vh;
    --uk-position-offset: 15px;
    text-align: left;
}

.navmenu-dropmenu__link {
    display: block;
    padding: 5px 20px;
    text-transform: var(--header-fonts-text-transform);
    font: var(--header-fonts);
    color: var(--header-color);
}

.navmenu-dropmenu__link.uk-disabled {
    opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
    opacity: 1;
}

.header__top {
    position: relative;
    width: 100%;
    display: block;
    color: var(--inverse-font-color);
    background: var(--primary-color);
}
.header__top__grid {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}
.header__top__col {
    position: relative;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header__top a {
    position: relative;
    width: auto;
    display: inline-flex;
    color: var(--inverse-font-color);
    font: var(--body-text-fonts);
    font-size: 13px;
    line-height: normal;
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0.03em;
  	align-items: center;
    justify-content: center;
    gap: 8px;
}
.header__top-left .back-button {
    position: relative;
    width: auto;
    display: inline-flex;
}
.header__top-left .back-button span.template-icon {
	font-size: 13px;
	line-height: normal;
	transform: rotate(180deg);
}
.header__top-right .call-button {
    position: relative;
    width: auto;
    display: inline-flex;
}
.header__top-right .call-button span.template-icon {
	font-size: 13px;
	line-height: normal;
}
.header__top-left .back-button a, .header__top-right .call-button a {
    padding-bottom: 5px;
}
.header__top-left .back-button a:after, .header__top-right .call-button a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--inverse-font-color);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease
}
.header__top-left .back-button a:hover:after, .header__top-left .back-button a:focus-visible:after, .header__top-right .call-button a:hover:after, .header__top-right .call-button a:focus-visible:after {
    transform: scaleX(1);
    transform-origin: left
}
.header__top-right {
    gap: 15px;
}
.header__top__nav, .header__top__nav-links {
    position: relative;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header__top__nav-links a {
    text-transform: uppercase;
    padding: 3px 15px;
}
.header__top__nav-links a:before {
    content: '';
    width: 1px;
    height: 75%;
    display: block;
    background: var(--inverse-font-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header__top__nav-links a:last-child {
    padding-right: 0;
}
.header__top__nav-links a:hover, .header__top__nav-links a:focus-visible {
	text-decoration: underline;
}

.header .social__media {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.header .social__media-item {
    position: relative;
    width: auto;
    display: inline-block;
}
.header .social__media-item a {
    position: relative;
    width: 29px;
    height: 29px;
  	color: var(--inverse-font-color);
    border: 1px solid var(--inverse-font-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  	transition: all 0.3s ease;
  	transform: scale(1);
}
.header .social__media-item a .template-icon {
    font-size: 13px;
}
.header .social__media-item a:hover, .header .social__media-item a:focus-visible {
    color: var(--footer-color);
    border-color: var(--footer-color);
  	transform: scale(1.2);
}
.header .social__media {
    display: none;
}
.header__col-button {
    position: relative;
    width: auto;
    display: block;
}

#iframe-widget-modal .uk-modal-dialog {
    width: 900px;
    height: 90vh;
    top: 50%;
    transform: translateY(-50%);
}
#iframe-widget-modal .modal__body {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px;
}
#iframe-widget-modal .iframe--col {
    position: relative;
    width: 100%;
    display: block;
}
#iframe-widget-modal .iframe--col iframe {
    width: 100%;
    height: calc(90vh - 60px);
}

@media(min-width: 959.98px) {
    .header__toggler,
    .navmenu__list-item--onlymob,
    .navmenu__list-link--btn,
    .header__phone {
        display:none!important
    }
    .navmenu__list-item:last-child:not(.navmenu__dropdown) .navmenu__list-link {
        padding-right: 0;
    }
}

@media (max-width: 1399.98px) {
    .navmenu__list-item {
        margin-right: 0;
        position: relative;
    }
    .navmenu__list-link {
        padding: 10px 10px;
    }
    .header__logo {
        width: var(--mob-logo-width);
        height: var(--mob-logo-height);
    }
    .header__phone, .navmenu__list-link, .navmenu-dropmenu__link {
        font-size: 12px;
    }
    .header__bookstay {
        font-size: 12px;
    }
}
@media (max-width: 1199.98px) {
  	.header__phone, .navmenu__list-link, .navmenu-dropmenu__link {
        font-size: 11px;
    }
    .header__bookstay {
        font-size: 11px;
    }
    .header__grid {
        margin-left: -20px;
    }
    .header__grid > * {
        padding-left: 20px;
    }
    .navmenu__list-link {
        padding: 10px 5px;
    }
    .navmenu__dropdown > a {
        padding: 10px 30px 10px 10px;
    }
    .navmenu__dropdown > a:before {
        right: 5px;
    }
}

@media (max-width: 1023.98px) {
    .header__phone, .navmenu__list-link, .header__bookstay, .navmenu-dropmenu__link {
        font-size: 10px;
    }
}

@media (max-width: 959.98px) {
    :root {
        --header-height: 65px;
    }

    body {
        padding-top: var(--header-height);
    }

    .header {
        min-height: var(--header-height);
        z-index: 101;
        padding: 0;
        display: flex;
      	flex-direction: column;
        align-items: center;
      	box-shadow: 0px 93px 56px rgba(0, 0, 0, 0.05), 0px 41px 41px rgba(0, 0, 0, 0.09), 0px 10px 23px rgba(0, 0, 0, 0.1);
    }

    .header__container {
        width: 100%;
    }

    .header__col--right {
        padding: 0;
    }
	.header__col-button {
        background: var(--inverse-font-color);
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .header__bookstay {
        position: relative;
        width: 100%;
        height: 55px;
        min-height: 55px;
        font: var(--primary-cta-fonts);
        line-height: 55px;
        border-radius: 0;
        z-index: 10;
    }

    .is-bookstay-active .header__bookstay {
        display: none;
    }

    .header__toggler-btn {
        position: relative;
        min-width: auto;
        color: var(--tagline-font-color);
        font: var(--tagline-fonts);
        line-height: 150%;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        padding: 3px 0;
        margin: 0;
        cursor: pointer;
    }

    .header__toggler-btn .is-togglemenu-active {
        display: none;
    }

    .header__toggler-btn .is-togglemenu-close {
        display: block;
    }

    .is-header-active {
        overflow: hidden;
    }

    .is-header-active .header__toggler-btn .is-togglemenu-active {
        display: block;
        font-size: 24px;
    }

    .is-header-active .header__toggler-btn .is-togglemenu-close {
        display: none;
    }

    .header__phone {
        min-width: 18px;
        line-height: 1;
        display: block;
    }

    .header__phone-text {
        font-size: 0;
        line-height: 0;
        padding: 3px 0;
    }

    .header__phone-label {
        display: none;
    }

    .header__phone-text > .template-icon {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
    }

    .header__grid {
        margin-left: 0;
    }
    .header__grid > * {
        padding-left: 0;
    }
    .header-collapsible {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 110vh;
        z-index: 9;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: var(--primary-color);
        transition: right .4s ease;
        padding: 70px 0;
    }
  	.manorcommunities .header-collapsible {
  		    background: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/manor-communities/website-assets/pattern/manor-communities-mobilemenu-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  	}
  	.header__toggler {
        position: relative;
        width: auto;
        display: inline-block;
        text-align: right;
    }
  	.header-collapsible .header__toggler {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
    }
    .header__grid .header__col--left {
    	width: 99%;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
	}
    .header__phone-text:hover, .header__phone-text:focus {
        color: var(--primary-color);
	}
	body.property-page {
    	padding-top: 100px;
	}
  	.property-page .header {
    	min-height: 100px;
	}
  	.property-page .header .header-collapsible {
    	top: 0;
    	height: 100vh;
      	padding-top: 70px;
	}
     .is-header-active .header-collapsible {
        right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 100px;
    }

    .navmenu__list {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 10;
        padding: 0 10px;
    }

    .navmenu__list-item + .navmenu__list-item {
        margin-top: 5px;
    }

    .navmenu__list-link {
        display: inline-flex;
        padding: 10px 30px;
        color: var(--inverse-font-color);
        font: 400 25px / 150% 'Lato', sans-serif;
        text-transform: var(--header-fonts-text-transform);
        letter-spacing: 0.05em;
        text-align: center;
        justify-content: center;
    }

    .navmenu__list-link:hover,
    .navmenu__list-link:focus-visible,
    .navmenu-dropmenu__link:hover,
    .navmenu-dropmenu__link:focus-visible {
        color: var(--inverse-font-color);
    }

    .navmenu-dropmenu {
        position: relative !important;
        box-shadow: none !important;
        background: transparent;
        padding: 0 40px 10px;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        max-width: 100% !important;
        list-style: none;
        text-align: center;
    }

    .navmenu-dropmenu__link {
        color: var(--inverse-font-color);
        font: var(--body-text-fonts);
        padding: 7px 10px;
        text-transform: uppercase;
    }

    .navmenu__list-link.navON, .navmenu__more-link.navON {
        color: var(--inverse-font-color) !important; text-decoration: underline;
    }

    .header__top-center {
        width: calc(100% - 60px * 2);
        width: -webkit-calc(100% - 60px * 2);
        max-width: calc(100% - 60px * 2);
        max-width: -webkit-calc(100% - 60px * 2);
    }

    .navmenu__dropdown > a {
        padding: 15px 30px;
    }

    .navmenu__dropdown > a:before {
        right: 0;
        font-size: 20px;
    }

    .is-header-active .header__phone, .is-header-active .header__phone-text, .is-header-active .header__toggler-btn {
        position: relative;
        color: var(--inverse-font-color) !important;
        display: inline-block;
    }
  	.header .social__media {
    	display: flex;
	}
  	.header .social__media-item a {
      	color: var(--inverse-font-color);
    	border: 1px solid var(--inverse-font-color);
  	}
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

/* Header Ends */

/* Transparent Header Starts */

.has-transparent-header {
    padding-top: 0;
}

.has-transparent-header .header:not(.is-fixed) {
    background: transparent;
}

.has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
.has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
.has-transparent-header .header:not(.is-fixed) .header__phone,
.has-transparent-header .header:not(.is-fixed) .header__phone-text,
.has-transparent-header .header:not(.is-fixed) .header__bookstay,
.has-transparent-header .header:not(.is-fixed) .header__logo {
    color: var(--inverse-font-color);
    filter: opacity(1);
}

@media (min-width: 768px) {
    .has-transparent-header .header:not(.is-fixed) .header__bookstay {
        border-color: var(--inverse-font-color);
    }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
}

@media (max-width: 767.98px) {
    .has-transparent-header .header:not(.is-fixed) .header__toggler-btn {
        color: var(--inverse-font-color);
        filter: opacity(1);
    }
}
@media (max-width: 649.98px) {
	.header__top__grid {
    	flex-direction: column;
    	gap: 10px;
	}
  	body.property-page {
    	padding-top: 137px;
	}
  	.property-page .header {
    	min-height: 137px;
	}
  	.header__top-left .back-button a, .header__top-right .call-button a {
    	padding-bottom: 0;
	}
}

@media (max-width: 374.98px) {
  .is-header-active .header-collapsible {
  	gap: 50px;
  }
  .navmenu__list-link {
    	font-size: 18px;
    	line-height: normal;
	}
  	.header__top-right {
    	gap: 10px;
	}
  	.header__top__nav-links a {
    	padding: 3px 10px;
	}
  	.header__top-left a, .header__top-right a {
        font-size: 11px;
    }
  	.header__top-right .call-button span.template-icon {
    	font-size: 11px;
    }
}

/* Transparent Header Ends */

.ng-star-inserted header.header {
    position: relative;
}
section.headline__introduction__text {
    position: relative;
    width: 100%;
    display: block;
}
.headline__intro__text {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
.headline__intro__text img {
    width: 100%;
    max-width: 120px;
    display: inline-block;
    margin: 0 auto 30px;
}
.headline__intro__text .readmore__lessbtn, .headline__intro__text .headline__actions {
    justify-content: center;
}
.headline__intro__text__leftside .readmore__lessbtn, .headline__intro__text__leftside .headline__actions {
    justify-content: flex-start;
}
.headline__intro__text .er-or {
    position: relative;
    width: 100%;
    display: block;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}
.headline__intro__text a.uk-button-reverse {
    margin-bottom: 15px;
}
.headline__intro__text.headline__intro__text__leftside, .headline__intro__text__leftside .er-or {
    text-align: left;
}
.headline__intro__text .intro__desc.two-column-listing ul li {
	list-style: disc;
}
.headline__intro__text .intro__desc.two-column-listing ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 20px;
}
.headline__intro__text .intro__desc.two-column-listing ul li {
	position: relative;
	width: 50%;
	padding-right: 25px;
}
@media (max-width: 639.98px) {
  .headline__intro__text .intro__desc.two-column-listing ul li {
		width: 100%;
  }
}
section.faq-widget {
    position: relative;
    width: 100%;
    display: block;
    padding: 70px 0 50px;
}
.faq-widget .uk-container {
    max-width: 1208px;
}
.faq-widget__grid {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}
.faq-widget__col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.faq-widget__col--left {
    width: 35%;
}
.faq-widget__col--right {
    width: 65%;
}
.faq-widget__content {
    position: relative;
    width: 100%;
    display: block;
}
@media (min-width: 1200px) and (max-width: 1366px)  {}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  	.faq-widget__col--left {
        width: 40%;
    }
    .faq-widget__col--right {
        width: 60%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.faq-widget__grid {
      	flex-direction: column;
    }
	.faq-widget__col--left {
        width: 100%;
    }
    .faq-widget__col--right {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
	.faq-widget__grid {
      	flex-direction: column;
    }
	.faq-widget__col--left {
        width: 100%;
    }
    .faq-widget__col--right {
        width: 100%;
    }
}
section.image-snippet-icons-slider {
    position: relative;
    width: 100%;
    display: block;
}
.image-snippet-icons-slider__grid {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-left: -30px;
}
.image-snippet-icons-slider__col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image-snippet-icons-slider__col--left {
    max-width: 730px;
    width: 100%;
  	text-align: center;
}
.image-snippet-icons-slider__col--left .uk-slider-item {
    padding: 30px;
}
.image-snippet-icons-slider__col--right {
  	width: calc(100% - 730px);
  	max-width: 100%;
    padding: 0;
}
.image-snippet-icons-slider__col--left .uk-position-relative {
    width: 100%;
}
ul.image-snippet-icons__list {
    position: relative;
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
ul.image-snippet-icons__list li {
    position: relative;
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 10px;
}
ul.image-snippet-icons__list li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.30);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.image-snippet-icons__list li img, ul.image-snippet-icons__list li svg {
    width: 25px;
    display: inline-block;
}
ul.image-snippet-icons__list li svg {
    width: 25px;
    fill: var(--primary-color);
}
ul.image-snippet-icons__list li .uk-svg, ul.image-snippet-icons__list li .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: var(--primary-color);
}
ul.image-snippet-icons__list li .uk-svg *{
       /* fill: var(--primary-color); */
}
ul.image-snippet-icons__list li .uk-svg * path {
    stroke: var(--primary-color) !important;
}
section.image-snippet-icons-slider:nth-child(even) .image-snippet-icons-slider__grid {
    flex-direction: row-reverse;
}
section.image-snippet-icons-slider:nth-child(even) {
    position: relative;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 70%, var(--white-color) 70%, var(--white-color) 100%);
}
section.image-snippet-icons-slider:nth-child(even) * {
    color: var(--inverse-font-color);      /* fill: var(--inverse-font-color) !important; */
}
section.image-snippet-icons-slider:nth-child(even) *:focus-visible {
    outline: 1px solid var(--inverse-font-color);
}
section.image-snippet-icons-slider:nth-child(even) .uk-svg *{
	stroke: var(--inverse-font-color) !important; 
}
section.image-snippet-icons-slider:nth-child(even) ul.image-snippet-icons__list li .uk-svg, section.image-snippet-icons-slider:nth-child(even) ul.image-snippet-icons__list li .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve)
{
	fill: var(--white-color);
}
section.image-snippet-icons-slider:nth-child(even) ul.image-snippet-icons__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
section.image-snippet-icons-slider:nth-child(even) .uk-button-primary {
    border-color: var(--white-color);
}
section.image-snippet-icons-slider:nth-child(even) .slider-nav-option {
    justify-content: flex-start;
}
@media (max-width: 1399.98px) {}
@media (min-width: 1200px) and (max-width: 1366px)  {
	.image-snippet-icons-slider__grid {
 	   	gap: 60px;
	}
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
	.image-snippet-icons-slider__grid {
    	gap: 40px;
	}
  	.image-snippet-icons-slider__col--left {
        width: calc(100% - 520px);
    }
    .image-snippet-icons-slider__col--right {
        max-width: 520px;
    }
}
@media (max-width: 1024.98px) {
	.image-snippet-icons-slider__grid {
      	flex-direction: column;
    	gap: 30px;
      	margin-left: 0;
	}
  	.image-snippet-icons-slider__col--left {
    	width: 100%;
	}
	.image-snippet-icons-slider__col--right {
    	width: 100%;
	}
  	.image-snippet-icons-slider__col--left .uk-slider-item {
    	padding: 30px 0;
	}
  	section.image-snippet-icons-slider:nth-child(even) {
    	background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 80%, var(--white-color) 80%, var(--white-color) 100%);
	}
  	section.image-snippet-icons-slider:nth-child(even) .image-snippet-icons-slider__grid {
    	flex-direction: column;
	}
  	section.image-snippet-icons-slider:nth-child(even) .slider-nav-option {
    	justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {}
@media (max-width: 959.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 639.98px) {}
@media (max-width: 575px) {}
section.communities-overview {
    position: relative;
    width: 100%;
    display: block;
  	background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--white-color) 50%, var(--white-color) 100%);
}
.communities-image-snippet__grid {
    position: relative;
    width: 100%;
    display: block;
}
.communities-image-snippet__grid img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
  	box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.1);
}
.communities-overview__content-col {
    width: 45%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 7.09%, #FFFFFF 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 7.36%, #FFFFFF 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 7.36%, #FFFFFF 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 2.24%, #FFFFFF 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.communities-overview__content {
    position: relative;
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.title--office-hours {
    position: relative;
    width: 100%;
    display: block;
    color: var(--primary-color);
    font: var(
    --tagline-fonts);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}
.office-hours {
    position: relative;
    width: 100%;
    display: block;
    color: var(--text-color);
    font: var(--body-text-fonts);
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
}
.office-hours p {
  	border-bottom: 1px solid rgba(0,0,0,0.30);
  	padding-bottom: 12px;
  	margin-bottom: 12px;
}
a.appointment-text {
    position: relative;
    width: 100%;
    display: block;
    color: var(--text-color);
    font: var(--body-text-fonts);
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    margin-bottom: 15px;
}
a.appointment-text:hover, a.appointment-text:focus-visible {
    color: var(--primary-color);
  	text-decoration: underline;
}
.maintenance-text {
    position: relative;
    width: 100%;
    display: block;
    color: rgba(20,21,19,0.60);
    font: var(--body-text-fonts);
    font-size: 14px;
    font-style: italic;
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
}
@media (min-width: 1200px) and (max-width: 1366px)  {
	.communities-overview__content-col {
    	width: 50%;
  	}
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
	.communities-overview__content-col {
    	width: 55%;
  	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.communities-image-snippet__grid img {
    	height: 480px;
  	}
  	.communities-overview__content-col {
    	width: 65%;
      	padding: 25px;
  	}
}
@media (max-width: 767.98px) {
	.communities-image-snippet__grid img {
    	height: 480px;
  	}
  	.communities-overview__content-col {
    	width: 85%;
      	padding: 25px;
  	}
}
section.nearby__snippet__outer {
    position: relative;
    width: 100%;
    display: block;
}
section.nearby__snippet__outer .nearby__list__item, section.nearby__snippet__outer .nearby__item {
    position: relative;
    width: 100%;
    display: block;
}
.nearby__snippet__map__list .headline__title {
    margin-bottom: 30px;
}
.nearby__snippet__map__item .js-multilocation-map-item-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.nearby__snippet__map__item .explore-head {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.nearby__snippet__map__item .explore-detail {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
}
.nearby__snippet__map__item .js-multilocation-map-item-content .explore-address {
    position: relative;
    width: auto;
    display: inline-block;
    color: var(--text-color);
    font: var(--body-text-fonts);
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
}
.nearby__snippet__map__item .js-multilocation-map-item-content .explore-link {
    position: relative;
    max-width: 120px;
    width: 100%;
    display: inline-block;
    color: var(--primary-color);
    font: var(--body-text-fonts);
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    text-align: center;
    padding: 0;
}
.nearby__snippet__map__item .js-multilocation-map-item-content .explore-link:hover, .nearby__snippet__map__item .js-multilocation-map-item-content .explore-link:focus-visible {
    text-decoration: underline;
}
.nearby__snippet__map__item .js-multilocation-map-item-content a.title__text {
    position: relative;
    width: auto;
    display: inline-block;
    align-items: center;
}
.nearby__snippet__map__item .js-multilocation-map-item-content a.title__text:focus, .nearby__snippet__map__item .js-multilocation-map-item-content a.title__text:focus-visible {
    outline: 1px solid var(--primary-color);
}
.nearby__snippet__map__item .js-multilocation-map-item-content a.title__text span.template-icon {
    position: relative;
    font-size: 18px;
    top: 2px;
    margin-right: 8px;
}
.nearby__snippet__map__list .headline__actions {
    margin-top: 40px;
}
.nearby__snippet__map .big__text {
    position: relative;
    width: 100%;
    display: block;
}
.nearby__snippet__outer ul.nearby__option {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--gray-color);
  margin: 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  justify-content: flex-start;
}
.nearby__snippet__outer ul.nearby__option li {
  padding: 0;
}
.nearby__snippet__outer ul.nearby__option li a {
  position: relative;
  width: auto;
  color: var(--dark-gray-color);
  background: none;
  font: var(--small-text-font);
  text-transform: var(--text-transform-uppercase);
  letter-spacing: var(--text-letter-spacing-15);
  font-weight: 400;
  padding: 10px 20px;
}
.nearby__snippet__outer ul.nearby__option li.uk-active a, .nearby__snippet__outer ul.nearby__option li a:hover, .nearby__snippet__outer ul.nearby__option li a:focus-visible {
  font-weight: 700;
}
.nearby__snippet__outer ul.nearby__option li a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: var(--gold-color);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.nearby__snippet__outer ul.nearby__option li.uk-active a:after, .nearby__snippet__outer ul.nearby__option li a:hover:after, .nearby__snippet__outer ul.nearby__option li a:focus-visible:after {
  transform: scaleX(1);
  transform-origin: left;
}

.nearby__snippet__list__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}
.nearby__snippet__list__item + .nearby__snippet__list__item {
  margin-top: 70px;
}
.nearby__snippet__list .nearby__snippet__list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.nearby__snippet__image {
  position: relative;
  width: 60%;
  display: flex;
}
.nearby__snippet__content {
  position: relative;
  width: 40%;
  display: block;
}
.nearby__snippet__content .mile__text {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--light-black-color);
  font: var(--body-text-font);
  text-transform: var(--text-transform-none);
  letter-spacing: var(--text-letter-spacing);
  gap: 8px;
  margin-bottom: 10px;
}
.nearby__snippet__content .mile__text .template-icon {
  color: var(--blue-color);
  font-size: inherit;
  line-height: inherit;
}
.nearby__snippet__map__outer {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
}
.nearby__snippet__text {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nearby__snippet__map__list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}
.nearby__snippet__map__item a.title__text:hover, .nearby__snippet__map__item a.title__text:focus, .nearby__snippet__map__item a.title__text:focus-visible {
  color: var(--primary-color);
}
.nearby__snippet__map {
  position: relative;
  width: 60%;
  display: block;
}
.nearby__snippet__map__item {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 10px;
}
.map__item__info {
    position: relative;
    width: auto;
    display: inline-block;
}
.map__item__info .mile__text {
    position: relative;
    width: auto;
    display: inline-block;
    align-items: center;
    color: var(--primary-color);
    font: var(--body-text-fonts);
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    margin: 0;
}
.map__item__info .action__button {
  width: auto;
}
.map__item__info .action__button a.alternate-button {
  margin: 0;
}
.nearby__snippet__map .H_ib_tail {
    margin: -5px -10px;
}
@media (max-width: 1023.98px) {
  .nearby__snippet__list__item {
    gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .nearby__snippet__list__item {
    flex-direction: column;
  }
  .nearby__snippet__image, .nearby__snippet__content, .nearby__snippet__image img{
    width: 100%;
  }
  .nearby__snippet__map__outer {
    flex-direction: column;
  }
  .nearby__snippet__text, .nearby__snippet__map {
    width: 100%;
  }
  .map__item__info {
    flex-direction: column;
  }
  .nearby__snippet__list .nearby__snippet__list__item:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
	.nearby__snippet__outer ul.nearby__option li {
    	width: 50%;
	}
  	.nearby__snippet__outer ul.nearby__option li a {
    	justify-content: center;
	}
}
.H_ib_content .explore-head a.title__text span.template-icon {
    display: none;
}
.H_ib_content .map__item__info {
    display: none;
}
.H_ib_content .explore-head, .H_ib_content .explore-detail {
    min-width: 190px;
    width: 100%;
    display: block;
}
.H_ib_content .explore-head a.title__text {
    width: 100%;
    display: block;
    color: var(--primary-color);
    font: var(--body-text-fonts);
    font-size: 18px;
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    text-align: center;
}
.H_ib_content .explore-address {
    color: var(--text-color);
    font: var(--body-text-fonts);
    font-size: 15px;
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    text-align: center;
}
.H_ib_content a.explore-link {
    min-width: 120px;
    display: block;
    color: var(--primary-color);
    font: var(--body-text-fonts);
    font-size: 15px;
    text-transform: var(--body-fonts-text-transform);
    letter-spacing: 0;
    padding: 5px 10px;
}
.H_ib_content a.explore-link:hover, .H_ib_content a.explore-link:focus-visible {
	text-decoration: underline;
}
#map-view .ms-map {
    height: 530px !important;
}
.nearby__snippet__map__item .explore-detail {
    display: none;
}
section.inside-gallery-slider {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
section.inside-gallery-slider .inside-gallery-slider__head {
    position: relative;
    width: 100%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
}
section.inside-gallery-slider .inside-gallery-slider__head .headline__title {
    margin-bottom: 30px;
}
section.inside-gallery-slider .headline__actions {
    justify-content: center;
}
.inside-gallery-slider__grid {
    width: 100%;
    display: block;
}
.inside-gallery-slider__grid .uk-slider-items {
    position: relative;
    width: 100%;
}
.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    width: 60%;
    transform: scale(0.95);
}
.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item.uk-active {
    transform: scale(1);
}
.large-gallery-slider .slider-item-area {
    position: relative;
    width: 100%;
    height: 600px;
    display: block;
}
.large-gallery-slider .slider-item-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  	box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.1);
}
.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    width: 20%;
    padding: 0 20px;
}
.small-gallery-slider .slider-item-area {
    position: relative;
    width: 100%;
    height: 390px;
    display: block;
}
.small-gallery-slider .slider-item-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  	box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) and (max-width: 1366px)  {
	.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 70%;
    }
  	.large-gallery-slider .slider-item-area {
    	height: 540px;
    }
  	.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 25%;
    }
  	.small-gallery-slider .slider-item-area {
    	height: 320px;
    }
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
	.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 80%;
    }
  	.large-gallery-slider .slider-item-area {
    	height: 540px;
    }
  	.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 33.33%;
      	padding: 0 10px;
    }
  	.small-gallery-slider .slider-item-area {
    	height: 320px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 90%;
    }
  	.large-gallery-slider .slider-item-area {
    	height: 380px;
    }
  	.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
        width: 33.33%;
        padding: 0 10px;
    }
  	.small-gallery-slider .slider-item-area {
    	height: 260px;
    }
}
@media (max-width: 767.98px) {
  	.large-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
    	width: 100%;
    }
  	.large-gallery-slider .slider-item-area {
    	height: 320px;
    }
  	.small-gallery-slider .slider-item-area {
    	height: 260px;
    }
}
@media (max-width: 767.98px) and (orientation: landscape) {
	.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 767.98px) and (orientation: portrait) {
	.small-gallery-slider .inside-gallery-slider__grid .uk-slider-items .uk-slider-item {
        width: 100%;
        padding: 0 10px;
    }
}
section.image-snippet-slider-text {
    position: relative;
    width: 100%;
    display: block;
  	background: var(--primary-color);
}
.image-snippet-slider-text__grid {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 80px;
    z-index: 2;
}
.image-snippet-slider-text__col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image-snippet-slider-text__col--left {
    width: calc(100% - 700px);
  	max-width: 100%;
}
.image-snippet-slider-text__col--right {
    max-width: 700px;
    width: 100%;
}
.image-snippet-slider-text .slider-nav-option {
    justify-content: flex-start;
}
.image-snippet-slider-text *, .image-snippet-slider-text * a {
    color: var(--inverse-font-color)
}
.image-snippet-slider-text * a {
    text-decoration: underline
}
.image-snippet-slider-text * a:hover, .image-snippet-slider-text * a:focus-visible {
    color: var(--inverse-font-color);
    text-decoration: none
}
.image-snippet-slider-text .uk-button-primary {
    color: var(--inverse-font-color);
    border-color: var(--inverse-font-color);
    text-decoration: none
}
.image-snippet-slider-text * .readmore__lessbtn a.read__link, .image-snippet-slider-text * .readmore__lessbtn a.read__link:hover {
    text-decoration: none
}
.image-snippet-slider-text *:focus-visible, .image-snippet-slider-text * .readmore__lessbtn a.read__link:focus, .image-snippet-slider-text * .readmore__lessbtn a.read__link:focus-visible {
    outline: 1px solid var(--inverse-font-color)
}
section.image-snippet-slider-text:nth-child(even) .image-snippet-slider-text__grid {
    flex-direction: row-reverse;
}
.image-snippet-slider .uk-slider .uk-slidenav:focus-visible {
    outline: 1px solid var(--inverse-font-color);
}
@media (max-width: 1399.98px) {}
@media (min-width: 1200px) and (max-width: 1366px)  {
	.image-snippet-slider-text__grid {
 	   	gap: 60px;
	}
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
	.image-snippet-slider-text__grid {
    	gap: 40px;
	}
  	.image-snippet-slider-text__col--left {
        width: calc(100% - 520px);
    }
    .image-snippet-slider-text__col--right {
        width: 520px;
    }
}
@media (max-width: 1024.98px) {
	.image-snippet-slider-text__grid {
      	flex-direction: column;
    	gap: 30px;
	}
  	section.image-snippet-slider-text:nth-child(even) .image-snippet-slider-text__grid {
    	flex-direction: column;
	}
  	.image-snippet-slider-text__col--left {
    	width: 100%;
	}
	.image-snippet-slider-text__col--right {
    	width: 100%;
	}
  	.image-snippet-slider-text .slider-nav-option {
    	justify-content: center;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {}
@media (max-width: 959.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 639.98px) {}
@media (max-width: 575px) {}

.property-page section.image-snippet-slider-text:before {
    content: "";
    width: 100%;
    height: 745px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.50;
    z-index: 1;
}
.california-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/california-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.east-mountain-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/east-mountain-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gateway-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/gateway-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grampian-hills-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/grampian-hills-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.manor-house-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/manor-house-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.powder-mill-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/powder-mill-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.springetts-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/springetts-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.country-club-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/country-club-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pikeview-manor-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/pikeview-manor-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.roxalana-hills-apartments section.image-snippet-slider-text:before {
	background: url(https://assets.milestoneinternet.com/manor-communities/website-assets/pattern/roxalana-hills-apartments-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}