
/* Static Map
----------------------*/
.home .static-map {
	margin-bottom: -9rem;
}
/* Visit
----------------------*/
.home .visit-form {
	margin: 0 0 10.7rem;
}

@media only screen and (min-width: 961px) {
	/* Static Map
  ----------------------*/
	.home .static-map {
		margin-bottom: -7.3rem;
	}
	.home .static-map .mapplic-zoom-buttons {
		display: none;
	}
}
/* @end */

.home .img-box {
	background: none;
}

/* @group header-banner
------------------------------------ */

.header-banner {
	position: relative;
}
.header-banner .img-box {
	width: 100%;
	position: relative;
}
.header-banner .pausable-video::after {
	content: none;
}
.header-banner .pausable-video .icon-wrapper {
	position: absolute;
	inset: 0;
	z-index: 2;
    top: unset;
    left: unset;
    translate: unset;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
	.header-banner .img-box {
		height: 77vh;
	}
	.header-banner .pausable-video .icon-wrapper {
		--_icon-size: 4.2em;
		bottom: 6.9em;
		right: 3em;
	}
}
@media only screen and (min-width: 961px) {
	.header-banner .img-box {
		height: calc(100vh - 8.8rem);
	}
	.header-banner .pausable-video .icon-wrapper {
		bottom: 2.4rem;
		right: 7.7rem;
	}
	/* .header-banner .pausable-video::before {
		height: 60vh;
	} */
}
/* @end */

/* @group fixed-contact-widget
------------------------------------ */

.fixed-contact-widget {
	position: fixed;
	bottom: 1.3rem;
	left: 7.6rem;
	z-index: 100;
}
.fixed-contact-widget .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	background: var(--white);
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
	border-radius: 10rem;
	padding-block: 0.35rem;
	padding-inline: 1.7rem 0.35rem;
}
.fixed-contact-widget .phone {
	font-size: 1.6em;
	line-height: 2.18em;
}
@media only screen and (min-width: 961px) {
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.fixed-contact-widget {
		left: 3rem;
	}
	.fixed-contact-widget .phone {
		font-size: 16px;
		padding: 0 10px;
	}
	.fixed-contact-widget .bttn-rounded {
		font-size: 18px;
		padding: 0 34px;
	}
}

/* @end */

/* @group home-breather
------------------------------------ */

.home-breather {
	isolation: isolate;
	position: relative;
	overflow: hidden;
}
.home-breather .row {
	height: 100%;
}
.home-breather aside {
	background: var(--bg);
	position: absolute;
	inset: 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	isolation: isolate;
}
.home-breather aside .img-box {
	width: 100%;
	height: 100%;
	display: block;
	background: none;
}
.home-breather aside::before {
	content: '';
	background-color: rgba(30, 47, 82, 0.85);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.home-breather h2 {
	color: var(--white);
	text-transform: uppercase;
	font: normal 600 6em / 0.916em var(--proxima-font);
	letter-spacing: 0.03em;
}
.home-breather h2 span {
	font: normal 400 10rem / 0.55em var(--celine-font);
	text-transform: none;
	display: block;
	text-align: right;
}
.home-breather .iso {
	display: block;
	margin-inline: auto;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.home-breather {
		height: 53.3em;
	}
    .home-breather header {
        max-width: 49em;
    }
	.home-breather .iso {
		width: 6.7em;
		margin-bottom: 8.5em;
	}
	.home-breather h2 {
		max-width: 37em;
		margin: auto;
	}
}
@media only screen and (min-width: 961px) {
	.home-breather {
		padding: 8rem 0 12.5rem;
	}
	.home-breather h2 {
		font-size: 10em;
		line-height: 0.55em;
	}
	.home-breather h2 span {
		font-size: 20rem;
		line-height: 0.55em;
	}
	.home-breather .iso {
		width: 8.6rem;
		margin-bottom: 8rem;
	}
}

/* @end */

/* @group home-welcome
------------------------------------ */

.home-welcome {
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
.home-welcome .subtitle {
	color: var(--rose-gold);
	margin-bottom: 2rem;
	font: normal 700 2em / 1.6em var(--proxima-font);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.home-welcome h2 {
	color: var(--navy-blue);
	font: normal 700 3em / 1.6em var(--proxima-font);
	letter-spacing: 0.066em;
	text-transform: uppercase;
}
.home-welcome p {
	color: var(--navy-blue);
	font: normal 500 1.6em / 1.5em var(--proxima-font);
}
.home-welcome .bttn-outlined {
	margin-top: 3rem;
}
.home-welcome .back {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--bg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.home-welcome {
		padding-block: 6em 10em;
	}
	.home-welcome .row {
		gap: 12em;
	}
	.home-welcome .back {
		background-size: 28.8% auto;
	}

	.home-welcome article div {
		max-width: calc(70vw + 13em);
	}
	.home-welcome article:nth-of-type(2) div {
		margin-left: auto;
	}
	.home-welcome article:nth-of-type(1) aside {
		width: 19.7em;
		height: 32.7em;
		margin-top: 5em;
		margin-left: auto;
	}
	.home-welcome article:nth-of-type(2) aside {
		width: 22.2em;
		height: 15.4em;
		margin-bottom: 5em;
		order: -1;
	}
	.home-welcome .back {
		inset-block: unset;
		top: 50%;
		translate: 0 -50%;
		height: 48.1em;
		background-size: contain;
		margin-top: -8em;
	}
}
@media only screen and (min-width: 961px) {
	.home-welcome {
		padding-block: 3rem 7.5rem;
		margin-block: 3rem 7.5rem;
	}
	.home-welcome .row {
		gap: 16.6rem;
	}
	.home-welcome article {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.home-welcome article div {
		max-width: 40rem;
	}

	.home-welcome article:nth-of-type(1) aside {
		width: 54rem;
		/* max-height: 72rem; */
	}
	.home-welcome article:nth-of-type(2) aside {
		width: 74rem;
		/* max-height: 55rem; */
	}
	.home-welcome .back {
		background-size: 28.8% auto;
	}

	.home-welcome p {
		font-size: 2em;
		line-height: 1.35em;
	}
	.home-welcome h2 {
		font-size: 4.5em;
		line-height: 1em;
		margin-bottom: 3rem;
	}
}

/* @end */



/* @group shop-dine
------------------------------------ */

.shop-dine {
	position: relative;
	isolation: isolate;
}

.shop-dine .subtitle {
	color: var(--rose-gold);
	display: block;
	margin-bottom: 2rem;
	font: normal 700 2em / 1.6em var(--proxima-font);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.shop-dine h2 {
	color: var(--navy-blue);
	font: normal 700 3em / 1.6em var(--proxima-font);
	letter-spacing: 0.066em;
	text-transform: uppercase;
}
.shop-dine p {
	color: var(--navy-blue);
	font: normal 500 1.6em / 2.4em var(--proxima-font);
}
.shop-dine .bttn-outlined {
	margin-top: 3rem;
}

.shop-dine .bg {
	position: absolute;
	right: 0;
	z-index: -1;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.shop-dine {
		margin-block: 10em;
	}
	.shop-dine header {
		margin-top: 8.4em;
		max-width: calc(70vw + 13em);
	}
	.shop-dine .video-container {
		width: calc(100% - 6.5em);
		margin-inline: auto;
		margin-bottom: 10em;
        order: -1;
        height: 26.4em;
	}
	.shop-dine .video-container::after {
		inset: 0 3.75em;
	}
	.shop-dine .bg {
		width: 22.5em;
		height: 26.4em;
		top: 3em;
		bottom: unset;
	}
}
@media only screen and (min-width: 961px) {
	.shop-dine {
		padding-bottom: 10rem;
	}
	.shop-dine p {
		font-size: 2em;
		line-height: 1.35em;
	}
	.shop-dine h2 {
		font-size: 4.5em;
		line-height: 1em;
		margin-bottom: 3rem;
	}
	.shop-dine .video-container {
		height: 77rem;
	}
	.shop-dine .bg {
		width: 82.4rem;
		height: 79.8rem;
		top: -8rem;
	}
}

/* @end */

/* @group pausable-video
------------------------------------ */
.pausable-video,
.video-container {
	position: relative;
	cursor: pointer;
}
.pausable-video::after,
.video-container::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--navy-blue);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.5s;
	mix-blend-mode: multiply;
}
.pausable-video.paused::after,
.video-container.paused::after {
	opacity: 0.15;
}

.home .pausable-video.paused::after,
.home .video-container.paused::after {
	opacity: 0.15;
}

.pausable-video .icon-wrapper,
.video-container .icon-wrapper {
	position: absolute;
	inset: 0;
	z-index: 2;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    justify-content: center;
    align-items: center;
    display: flex;
	column-gap: 3rem;
}
.pausable-video .icon-wrapper div {
	position: relative;
	width: 4.8rem;
	height: 4.8rem;
	display: inline-block;
}
.pausable-video .icon-wrapper i,
.video-container .icon-wrapper i {
	position: absolute;
	display: inline-block;
	font-size: 48px;
	opacity: 0;
	transition: opacity 0.5s;
    width: 1em;
    height: 1em;
	pointer-events: none;
}
.pausable-video .pause-play:not(.paused) .icon-stop,
.video-container:not(.paused) .icon-stop {
	opacity: 1;
}
.pausable-video .pause-play.paused .icon-play1,
.video-container.paused .icon-play1 {
	opacity: 1;
}



.bttn-sound {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.header-banner i.bttn-sound--on {
	opacity: 1;
	background-image: url(../../img/layout/global/speaker-btn.svg);
}
.header-banner i.bttn-sound--off {
	background-image: url(../../img/layout/global/mute-btn.svg);
}
.header-banner .on-off.active-sound .bttn-sound--on {
	opacity: 0;
}
.header-banner .on-off.active-sound .bttn-sound--off {
	opacity: 1;
}



@media only screen and (min-width: 0) and (max-width: 960px) {
	
	.pausable-video .icon-wrapper {
		column-gap: 0;
	}
	.pausable-video .icon-wrapper div:first-child {
		margin-right: 3rem;
	}
	.pausable-video .icon-wrapper div {
			width: 48px;
			height: 48px;
		}
	.pausable-video::after {
		width: calc(100% - 7.5em);
	}
    .pausable-video::after {
        left: 3.7em;
    }
}
@media only screen and (min-width: 961px) {
}

/* @end */

/* @group breather-banner
------------------------------------ */
.breather-banner {
	position: relative;
	isolation: isolate;
}
.breather-banner .bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.breather-banner .bg .img-box {
	height: 100%;
}
.breather-banner .front {
	width: 100%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
}
.breather-banner .bttn-outlined { margin: 0 4rem 5rem 0; }
@media only screen and (min-width: 0) and (max-width: 960px) {
	.breather-banner {
		padding: 3em;
	}
	.breather-banner .front {
		height: 44em;
	}
}
@media only screen and (min-width: 961px) {
	.breather-banner {
		padding: 5.5rem 7.7rem;
	}
	.breather-banner .front {
		height: 70rem;
	}
}

/* @end */

/* @group rooted-community
------------------------------------ */

.rooted-community {
}
.rooted-community .splide__slide:hover {
	background-color: var(--error);
}

/* Bttn wrapper
------------------------------------ */
.rooted-community.slider-cards-with-background .bttn-wrapper { z-index: 2; position: absolute; bottom: -1em; right: -3rem; text-align: right; max-width: fit-content; }
.rooted-community.slider-cards-with-background .bttn-wrapper .bttn-outlined { --bg-color: transparent; }

@media only screen and (min-width: 0) and (max-width: 960px) {
	.rooted-community {
		overflow: hidden;
		margin-block: 10em;
		padding-bottom: 2rem;
	}
	.rooted-community.slider-cards-with-background .splide__pagination { display: none; }
	.rooted-community.slider-cards-with-background .bttn-wrapper {
		bottom: 0;
	}
}
@media only screen and (min-width: 961px) {
    .rooted-community {
		margin-block: 15em;
		margin-bottom: 0;
        padding-bottom: 0rem;
	}
	.rooted-community.slider-cards-with-background header { margin-bottom: 15rem; }
	.rooted-community.slider-cards-with-background .bttn-wrapper { bottom: unset; right: unset; left: 2.778%; top: 20rem; }
}

/* @end */

/* @group our-neighborhoods
------------------------------------ */

.our-neighborhoods {
	background: var(--white);
}
.our-neighborhoods h2 {
	color: var(--navy-blue);
	font: normal 700 3em / 1.6em var(--proxima-font);
	letter-spacing: 0.066em;
	text-transform: uppercase;
}
.our-neighborhoods h3 {
	color: #00B2DC;
	font: normal 700 2em / 1.4em var(--proxima-font);
	letter-spacing: 0.066em;
	text-transform: uppercase;
	text-decoration-line: underline;
}
.our-neighborhoods p {
	color: var(--white);
	font: normal 500 1.6em / 1.4em var(--proxima-font);
}
.our-neighborhoods .bttn-wrapper {
	padding-top: 5rem;
}
/* .our-neighborhoods article a {
	display: flex;
	flex-wrap: wrap;
} */
.our-neighborhoods article a {
	border-radius: 1rem;
	box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.07);
	padding: 2rem;
	padding-bottom: 8rem;
	overflow: auto;
}
.our-neighborhoods article dt {
    text-transform: uppercase;
}
.our-neighborhoods article dt,
.our-neighborhoods article dd,
.our-neighborhoods article p {
    color: var(--navy-blue);
}
.our-neighborhoods article dt,
.our-neighborhoods article dd {
    display: inline;
    font-size: 2.6rem;
    line-height: 130%;
    font-family: var(--proxima-font);
    font-weight: 700;
    letter-spacing: 0.06em;
}
.our-neighborhoods dl {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid gray;
}
.our-neighborhoods dl div:last-child {
	display: flex;
}
.our-neighborhoods dl div:last-child dt {
	flex: 0 1 auto;
	margin-right: 1rem;
}
.our-neighborhoods dl div:last-child dd {
	flex: 1;	
}
.our-neighborhoods dl div:not(:last-child)  {
    margin: 0 0 1rem;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
	.our-neighborhoods {
		padding-block: 6em;
	}
	.our-neighborhoods h3 {
		padding-bottom: 1em;
	}
	.our-neighborhoods article {
		display: flex;
		flex-direction: column;
		gap: 2.5em;
	}
	.our-neighborhoods h2 {
		max-width: 37em;
		font-size: 3em;
		line-height: 1em;
		padding-bottom: 1.6em;
		text-align: center;
	}
	.our-neighborhoods h3 {
		font-size: 2em;
		line-height: 1.4em;
	}
	.our-neighborhoods p {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	.our-neighborhoods article a aside {
		width: 100%;
		height: 38rem;
		margin: 0 0 3rem;
	}
}
@media only screen 
and (min-width: 961px) {
	.our-neighborhoods {
		padding-block: 10rem;
	}
	.our-neighborhoods h2 {
		font-size: 4.5em;
		line-height: 1em;
		margin-bottom: 6rem;
	}
	.our-neighborhoods h3 {
		font-size: 2rem;
		line-height: 1.4em;
	}
	.our-neighborhoods article {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 1.5rem;
	}
	.our-neighborhoods article a {
		width: calc(25% - 1.125rem);
		min-height: 57.5rem;
		padding-bottom: 3rem;
	}
	.our-neighborhoods article a aside,
	.our-neighborhoods article a header {
		width: 100%;
	}
	.our-neighborhoods aside {   
        height: 19.2rem;
        margin: 0 0 1.5rem;
    }
    .our-neighborhoods .head {
        margin: 0 0 1rem;
    }
    .our-neighborhoods dl {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
	.our-neighborhoods dl div:last-child dt {
		margin-right: .5rem;
	}
    .our-neighborhoods article {
        padding: 2rem;
        padding-bottom: 0;
    }
    .our-neighborhoods article dt,
    .our-neighborhoods article dd {
        font-size: 1.6rem;
        line-height: 130%;
        letter-spacing: 0.06em;
    }
    .our-neighborhoods article p {
        font-size: 2rem;
        line-height: 1.35em;
        letter-spacing: .1em;
    }

}

/* @end */

/* @group map-main
------------------------------------ */
.map-main #wayfinder-map {
    height: 60rem;
}
/* @end */
