@font-face {
    font-family: 'Trabuline';
    src: url('/assets/fonts/Trabuline-Regular.woff2') format('woff2'),
        url('/assets/fonts/Trabuline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Ultra Median';
    src: url('/assets/fonts/GTUltraMedian-Light.woff2') format('woff2'),
        url('/assets/fonts/GTUltraMedian-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #A00D0D;
	--pink: #E8D4D4;
	--beige: #F0EEE9;
    --default-font-family: 'GT Ultra Median', Times New Roman, Times, serif;
    --heading-font-family: 'Trabuline', Times New Roman, Times, serif;
    --default-serif-font: 'GT Ultra Median', Times New Roman, Times, serif;
    --default-nav-family: 'Trabuline', sans-serif;
    --default-san-serif-font: 'Trabuline', sans-serif;
}

*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,html { min-height: 100%; height: 100%;  }
body {
	background: var(--pink);
	color: var(--primary-color);
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	margin: 0;
	opacity: 0;
	overflow-x: hidden;
	overscroll-behavior: none;
	padding: 0;
	text-rendering: optimizeLegibility;
	transition: opacity 0.5s linear 0.25s;
}

body.loaded {
    opacity: 1;
}

body, form, textarea, select, input {
	color: var(--primary-color);
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: 300;
}

a {
	color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font-family);
	font-weight: 100;
    margin: 0 0 30px 0;
    padding: 0;
}

h1 {
	font-size: 100px;
	letter-spacing: -3.58px;
	line-height: 83%;
}

h2 {
	font-size: 100px;
	letter-spacing: -3.58px;
	line-height: 83%;
}

h3 {
	font-size: 70px;
	letter-spacing: -3.58px;
	line-height: 100%;
}

h4 {
	font-family: var(--default-font-family);
	font-size: 12px;
	font-weight: 300;
	line-height: 240%;
	text-transform: uppercase;
}

h5 {
}

h6 {
}

p {
    line-height: 144%;
    margin: 0 0 20px;
    padding: 0;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin: 0;
}

p strong {
    font-weight: 700;
}

img {

}

iframe {
	
}

.hr {
	border-bottom: 1px solid var(--primary-color);
    height: 0;
    margin: 10px 0 0;
}

.hr hr {
    display: none;
}

.content-block ul,
.footer ul {
    line-height: 28.8px;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px;
}

.footer ul:last-child,
.content-block ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 1920px) {
	body, form, textarea, select, input {
		font-size: 16px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 22px 0;
	}
	
	h1 {
		font-size: 75px;
		letter-spacing: -2.685px;
	}
	
	h2 {
		font-size: 75px;
		letter-spacing: -2.685px;
	}
	
	h3 {
		font-size: 52.5px;
		letter-spacing: -2.685px;
	}
	
	h4 {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
    body, form, textarea, select, input {
    }
    
    h1 {
    }
    
    h2 {
    }
    
    h3 {
    }

    h4 {
    }
}

@media (max-width: 890px) {
	body, form, textarea, select, input {
		font-size: 12px;
	}

    h1 {
		font-size: 39.012px;
		letter-spacing: -1.398px;
	}
    
    h2 {
		font-size: 39.012px;
		letter-spacing: -1.398px;
	}
    
    h3 {
		font-size: 39.012px;
		line-height: 83%;
		letter-spacing: -1.398px;
	}

	.br-wrap:before {
		content: ' ';
	}

	.br-wrap br {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
}

.header:before {
	background: var(--pink);
	content: '';
	height: 75px;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: 4;
}

body:not(.show-nav):not(.invert) .header:before {
	opacity: 1;
}

.main-logo {
	left: 50%;
	position: absolute;
	top: 80px;
	transform: translateX(-50%);
	transition: margin 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
	width: 400px;
	z-index: 3;
}

body.scrolling-down .main-logo {
	margin-top: -20px;
	opacity: 0;
	filter: blur(10px);
}

.main-logo svg {
	display: block;
	height: auto;
	width: 100%;
}

.nav-toggle {
	cursor: pointer;
	left: 30px;
}

body.show-nav .nav-toggle span {
	display: none;
}

body.show-nav .nav-toggle:after {
	content: 'Close';
}

.nav-toggle,
.header-quick-links {
	position: fixed;
	top: 28px;
	z-index: 101;
}

.nav-toggle,
.header-quick-links a {
	color: var(--primary-color);
	display: block;
	font-family: 'GT Ultra Median';
	font-size: 20px;
	font-weight: 300;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

body.invert:not(.show-nav) .nav-toggle,
body.invert:not(.show-nav) .header-quick-links a {
	color: #fff;
}

.header-quick-links {
	right: 30px;
}

.header-quick-links ul {
	display: flex;
	gap: 55px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1920px) {
    .header:before {
        height: 56.25px;
    }

	.main-logo {
		top: 65px;
		width: 300px;
	}
	
	.nav-toggle {
		left: 22.5px;
	}
	
	.nav-toggle,
	.header-quick-links {
		top: 21px;
	}
	
	.nav-toggle,
	.header-quick-links a {
		font-size: 16px;
	}
	
	.header-quick-links {
		right: 22.5px;
	}
	
	.header-quick-links ul {
		gap: 41.25px;
	}
}

@media (max-width: 1024px) {
	.header {
		background: var(--pink);
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: background 0.3s ease;
		z-index: 100;
	}
	
	.header {
        height: 56.25px;
    }

	body.invert:not(.show-nav) .header {
		background: transparent;
	}

	body.scrolled .main-logo {
		margin-top: -20px;
		opacity: 0;
		filter: blur(10px);
		pointer-events: none;
	}
}

@media (max-width: 890px) {
	.main-logo {
		top: 100px;
		width: 200px;
	}

	body.viewing-page-homepage .main-logo {
		top: 50dvh;
		transform: translate(-50%, -50%);
		width: 275px;
	}

	.header-quick-links {
		right: 26px;
		left: 76px;
		top: 22px;
	}

	.nav-toggle,
	.header-quick-links a {
		font-size: 12px;
	}

	.nav-toggle {
		left: 26px;
		z-index: 102;
		top: 22px;
	}

	.header-quick-links ul {
		justify-content: flex-end;
		gap: 0;
	}

	.header-quick-links ul li:first-child {
		margin: 0 auto;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	background: var(--pink);
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	padding: 76px 15px 15px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
	z-index: 100;
}


body:not(.show-nav) .primary-navigation-wrap {
	filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transform: scale(0.98);
}

.primary-navigation-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation-wrap a {
	color: var(--primary-color);
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation-inner {
	align-items: center;
	background: var(--beige);
	display: flex;	
	flex-direction: column;
	flex: 1;
	justify-content: center;
	padding: 25px;
	position: relative;
	text-align: center;
}

.primary-navigation-inner:before {
	background: var(--beige);
	border-radius: 50%;
	content: '';
	height: 75px;
	left: 50%;
	position: absolute;
	top: -37.5px;
	transform: translateX(-50%);
	width: 75px;
}

ul.primary-navigation {
	margin: auto;
}

ul.primary-navigation a {
	display: inline-block;
	font-family: var(--default-nav-family);
	font-size: 100px;
	font-weight: 100;
	line-height: 83%;
	position: relative;
}

ul.primary-navigation a:before {
	background: url(/assets/images/icons/nav-icon.svg) 50% 50% no-repeat;
	background-size: contain;
	content: '';
	height: 14px;
	left: -45px;
	opacity: 0;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
	width: 34px;
}

ul.primary-navigation li.selected a:before,
ul.primary-navigation a:hover:before {
	opacity: 1;
}

.primary-navigation-inner .open-nav-footer {
	bottom: 25px;
	left: 0;
	margin-top: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.primary-navigation-inner .open-nav-footer ul {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: center;
}

@media (max-width: 1920px) {
	.primary-navigation-wrap {
		padding: 57px 11.25px 11.25px;
	}
	
	.primary-navigation-inner {
		padding: 18.75px;
	}
	
	.primary-navigation-inner:before {
		height: 56.25px;
		top: -28.125px;
		width: 56.25px;
	}
	
	ul.primary-navigation a {
		font-size: 75px;
	}
	
	ul.primary-navigation a:before {
		height: 10.5px;
		left: -33.75px;
		width: 25.5px;
	}
	
	.primary-navigation-inner .open-nav-footer ul {
		gap: 37.5px;
	}
}

@media (min-width: 500px) and (max-height: 670px) {
	ul.primary-navigation a {
		font-size: 57px;
	}
}

@media (max-width: 890px) {
	.primary-navigation-wrap {
		padding: 76px 13px 13px;
	}

	.primary-navigation-inner:before {
		height: 42px;
		width: 42px;
		top: -21px;
	}
	ul.primary-navigation li:not(:last-child) {
		margin-bottom: 4px;
	}

	ul.primary-navigation a {
		font-size: 39.012px;
		letter-spacing: -1.398px;		
	}

	ul.primary-navigation a:before {
		height: 7.5px;
		left: -26.75px;
	}

	.primary-navigation-wrap .open-nav-footer {
		bottom: 25px;
		left: 0;
		position: absolute;
		right: 0;
	}

	.primary-navigation-inner .open-nav-footer ul {
		gap: 25px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	background: var(--beige);
	margin: auto 15px 25px;
	padding: 60px;
	text-transform: uppercase;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer a:not(.button),
.copyright-and-legal-footer a {
	color: inherit;
	text-decoration: none;
}

.footer a:not(.button):hover,
.copyright-and-legal-footer a:hover {
	border-bottom: 1px solid var(--primary-color);
}

.footer .upper-footer {
	border-bottom: 1px solid var(--primary-color);
	display: flex;
	padding: 0 0 60px;
}

@media (min-width: 890.5px) {
	.footer .upper-footer .col {
		display: flex;
		flex-direction: column;
		flex: 1;
		width: 50%;
	}

	.footer .upper-footer .col h2 {
		transform: translateY(8px);
	}

	.footer .upper-footer .col.last {
		max-width: 48.5%;
	}
	
}

.footer .upper-footer .col.first h3 {

}

.footer .upper-footer .col.first p:last-child {
	margin-top: auto;
}

.footer .upper-footer .col.last {
	background: var(--pink) url(/assets/images/appointment/default.webp) 50% 50% no-repeat;
	aspect-ratio: 19 / 11;
	background-size: cover;
	width: 100%;
}

body.viewing-page-amenities .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/amenities.webp); }
body.viewing-page-availability .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/availability.webp); }
body.viewing-page-design .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/design.webp); }
body.viewing-page-residences .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/residences.webp); }
body.viewing-page-neighborhood .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/neighborhood.webp); }
body.viewing-page-team .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/team.webp); }
body.viewing-page-inquire .footer .upper-footer .col.last { background-image: url(/assets/images/appointment/inquire.webp); }

.footer .middle-footer {
	aspect-ratio: 1770 / 432;
	background: url(/assets/images/template/footer-pattern.svg) 50% 50% no-repeat;
	background-size: contain;
	margin: 60px 0;
	width: 100%;
}

.footer .lower-footer {
}

.footer .lower-footer h3 {
	font-family: var(--default-font-family);
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 100%;
	text-transform: uppercase;
}

.footer .lower-footer .row {
	border-top: 1px solid var(--primary-color);
	display: flex;
	padding: 60px 0;
}

.footer .lower-footer .row.first .col.first {
	display: flex;
	flex-direction: column;
}

.footer .lower-footer .row.first .col.last .sub-col:first-child p:last-child {
	margin-top: auto;
}

.footer .lower-footer .row .col.last {
	display: flex;
	margin-left: auto;
	max-width: calc(50vw - 50px);
	width: 48.5%;
}	

.footer .lower-footer .row.first .col.last .sub-col {
	display: flex;
	flex-direction: column;
}

.footer .lower-footer .row .col.last .sub-col:first-child {
	width: 425px;
}

.footer .lower-footer .row .col.last .sub-col .button {
	align-items: center;
	background: var(--pink);
	display: block;
	font-size: 20px;
	font-weight: 100;
	height: 70px;
	line-height: 70px;
	min-width: 0;
	padding: 0;
	text-align: center;
	width: 310px;
}

.footer .lower-footer .row .col.last .sub-col .button:hover {
	background: var(--beige);
}

.footer .lower-footer .row .col.last {
	gap: 125px;
}

.footer .lower-footer .row.last .col.last .sub-col:first-child {
	display: flex;
	flex-direction: row;
	gap: 125px;
}

.website-credit {
	font-size: 12px;
	padding: 0 30px;
}

.copyright-and-legal-footer {
	align-items: flex-end;
	display: flex;
	gap: 50px;
	margin-top: 140px;
	padding: 30px;
	text-transform: uppercase;
}

.copyright-and-legal-footer ul {
	align-items: center;
	display: flex;
	gap: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.copyright-and-legal-footer .copyright {
	
}

.copyright-and-legal-footer .legal-links {
	
}

.copyright-and-legal-footer .legal-links li {
	
}

.copyright-and-legal-footer .legal-links li a {
	
}

.copyright-and-legal-footer .logos {
	margin-left: auto;
	/*
	max-width: calc(50vw - 50%);
	width: 70%;
	*/
}

.copyright-and-legal-footer .logos ul {
	gap: 0;
}

.copyright-and-legal-footer .logos li {
	border-left: 1px solid var(--primary-color);
	height: 100%;
	padding: 0 15px;
}

.copyright-and-legal-footer .logos li:first-child {
	border-left: 0;
	padding-left: 0;
}

.copyright-and-legal-footer .logos li a,
.copyright-and-legal-footer .logos li img {
	display: block;
}

@media (max-width: 1920px) {
	.footer {
		margin: auto 11.25px 20px;
		padding: 45px;
	}

	.footer .upper-footer {
		padding: 0 0 45px;
	}

	.footer .middle-footer {
		margin: 45px 0;
	}

	.footer .lower-footer h3 {
		font-size: 16px;
	}

	.footer .lower-footer .row {
		padding: 45px 0;
		
	}

	.footer .lower-footer .row .col.last .sub-col:first-child {
		width: 310px;
	}

	.footer .lower-footer .row .col.last .sub-col .button {
		font-size: 16px;
		height: 52.5px;
		line-height: 52.5px;
		width: 210px;
	}

	.footer .lower-footer .row .col.last,
	.footer .lower-footer .row.last .col.last .sub-col:first-child {
		gap: 93.75px;
	}

	.website-credit {
		padding: 0 22.5px;
	}

	.copyright-and-legal-footer {
		gap: 37.5px;
		margin-top: 121.25px;
		padding: 22.5px;
	}

	.copyright-and-legal-footer ul {
		gap: 37.5px;
	}

	.copyright-and-legal-footer .logos {
		max-width: calc(50vw - 15px);
	}

	.copyright-and-legal-footer .logos li {
		padding: 0 11.25px;
	}
}	

@media (min-width: 890.5px) and (max-width: 1300px) {
	.upper-footer .col.first h2 {
		font-size: 55px;
		letter-spacing: -2px;
	}

	.footer .lower-footer .row .col.last,
	.footer .lower-footer .row.last .col.last .sub-col:first-child {
		gap: 60px;
	}
}


@media (min-width: 890.5px) and (max-width: 1100px) {
	.footer .lower-footer .row .col.last, 
	.footer .lower-footer .row.last .col.last .sub-col:first-child {
		gap: 30px;
	}
}

@media (max-width: 890px) {
	.footer {
		margin: 39px 13px 21px;
		padding: 64px 13px 0;
	}

	.footer .upper-footer {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.footer .upper-footer .col {
		text-align: center;
	}

	.footer .upper-footer .col h2 {
		margin-bottom: 44px;
		margin-left: auto;
		margin-right: auto;		
		max-width: 310px;
	}

	.footer .upper-footer .col.last {
		margin-top: 63px;
	}

	.footer .middle-footer {
		aspect-ratio: 324 / 177;
		background-image: url(/assets/images/template/mobile-footer-pattern.svg);
		margin: 50px 0;
	}

	.footer .lower-footer .row {
		padding: 50px 0;
		position: relative;
	}

	.footer .lower-footer .row.first .col.first {
		position: absolute;
	}

	.footer .lower-footer h3 {
		font-size: 12px;
	}

	.footer .lower-footer .row .col.last {
		flex-direction: column;
		max-width: 100%;
		width: 100%;
	}

	.footer .lower-footer .row .col.last,
	.footer .lower-footer .row.last .col.last .sub-col:first-child {
		gap: 0;
	}
	
	.footer .lower-footer .row .col.last .sub-col:first-child {
		margin-left: auto;
		width: calc(50vw - 1px);
	}

	.footer .lower-footer .row .col.last .sub-col:last-child {
		margin: 46px 0 0;
		width: auto;
		min-width: 0;
	}

	.footer .lower-footer .row .col.last .sub-col:last-child .button {
		font-size: 12px;
		height: 50px;
		line-height: 50px;
		width: 100%;
	}

	.footer .lower-footer .row.last .col.first {
		position: absolute;
	}

	.footer .lower-footer .row.last .col.last .sub-col:first-child,
	.footer .lower-footer .row.last .col.last .sub-col:last-child {
		display: block;
		margin: 0 0 0 auto;
		width: calc(50vw - 1px);
	}

	.footer .lower-footer .row.last .col.last .sub-col:first-child ul,
	.footer .lower-footer .row .col.last .sub-col:last-child ul {
		line-height: 100%;
	}

	.footer .lower-footer .row.last .col.last .sub-col:first-child ul li,
	.footer .lower-footer .row .col.last .sub-col:last-child ul li {
		margin-bottom: 10px;
	}

	.footer .lower-footer .row.last .col.last .sub-col:last-child {
		margin: 0 0 0 auto;
		width: calc(50vw - 1px);
	}

	.copyright-and-legal-footer {
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
		margin-top: 60px;
		padding-bottom: 25px;
	}

	.copyright-and-legal-footer .legal-links {
		min-width: 49vw;
	}

	.copyright-and-legal-footer .legal-links ul {
		justify-content: space-between;
	}

	.copyright-and-legal-footer .logos {
		margin-top: 35px;
		max-width: 100%;
		width: 100%;
	}
	
	.copyright-and-legal-footer .logos ul {
		flex-wrap: wrap;
		gap: 25px;
		max-width: 350px;
	}

	.copyright-and-legal-footer .logos li {
		border-left: 0;
		padding: 0;
	}
	
	.copyright-and-legal-footer .logos li:first-child {
		order: -1;
		width: calc(50% - 12.5px);		
	}

	.copyright-and-legal-footer .logos li:first-child img {
		margin-left: 12%;
		margin-right: auto;
		max-height: 35px;
	}
	
	.copyright-and-legal-footer .logos li:nth-child(2) {
		order: -2;
		width: calc(50% - 12.5px);		
	}

	.copyright-and-legal-footer .logos li:nth-child(2) img {
		margin-left: 0;
	}

	.copyright-and-legal-footer .logos ul li:nth-child(3) {
		margin-top: 13px;
		padding-left: 0;
	}

	.copyright-and-legal-footer .logos ul li:nth-child(4) {
		margin-top: 13px;
	}

	.copyright-and-legal-footer .logos li img {
		max-height: 27px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Layouts -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content {

}

.section-wrap {
	margin-bottom: 100px;
}

.section-wrap.padding-top {
	padding-top: 150px;
}

.content-block {
	display: block;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	width: calc(100% - 40px);
}

.content-block p:last-child,
.content-block h2:last-child,
.content-block h3:last-child,
.content-block h4:last-child,
.content-block h5:last-child {
	margin-bottom: 0;
}

.content-block img {
	height: auto !important;
	max-width: 100%;
}

.section-wrap-inner {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 890.5px) {
	.section-wrap-inner {
		display: flex;
		flex-wrap: wrap;
        margin: 0 auto;
        width: calc(100% - 30px);
	}

	.section-wrap.align-center .section-wrap-inner {
		justify-content: center;
	}

	.content-block {
		display: block;
		margin-bottom: 50px;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}

    .content-block.small-margin-bottom {
        margin-bottom: 20px;
    }

    .content-block.no-margin-bottom {
        margin-bottom: 0;
    }

	.content-block.col-1,
	.content-block.col-2 {
		display: block;
	}

    .content-block.mobile-only {
        display: none;
    }

	.content-block.col-3 {
		width: calc((100% / 3) - 30px);
	}

	.content-block.col-2-3 {
		width: calc(((100% / 3) * 2) - 30px);
	}

	.content-block.col-4,
	.content-block.col-3-4,
	.content-block.col-5,
	.content-block.col-2-5,
	.content-block.col-4-5 {
		width: calc(50% - 30px);
	}

	.content-block.col-2,
	.content-block.col-4 {
		width: calc(50% - 30px);
	}

	.content-block.col-4 {
		width: calc(25% - 30px);
	}

	.content-block.col-3-4 {
		width: calc(75% - 30px);
	}
	
	.content-block.col-5 {
		width: calc(20% - 30px);
	}

	.content-block.col-2-5 {
		width: calc(40% - 30px);
	}

	.content-block.col-3-5 {
		width: calc(60% - 30px);
	}
	
	.content-block.col-4-5 {
		width: calc(80% - 30px);
	}

    .two-column-text {
        columns: 2;
        column-gap: 50px;
    }

    .content-block.small-margin-bottom {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024.5px) and (max-width: 1920px) {
	.section-wrap-inner {
		width: calc(100% - 22.5px);
	}

	.content-block {
		margin-bottom: 33.75px;
		margin-left: 11.25px;
		margin-right: 11.25px;
		width: calc(100% - 22.5px);
	}

	.content-block.small-margin-bottom {
		margin-bottom: 15px;
	}

	.content-block.col-2 {
		width: calc(50% - 22.5px);
	}

	.content-block.col-3 {
		width: calc((100% / 3) - 22.5px);
	}

	.content-block.col-2-3 {
		width: calc(((100% / 3) * 2) - 22.5px);
	}

	.content-block.col-4,
	.content-block.col-3-4,
	.content-block.col-5,
	.content-block.col-2-5,
	.content-block.col-4-5 {
		width: calc(50% - 22.5px);
	}

	.content-block.col-4 {
		width: calc(25% - 22.5px);
	}

	.content-block.col-3-4 {
		width: calc(75% - 22.5px);
	}

	.content-block.col-5 {
		width: calc(20% - 22.5px);
	}

	.content-block.col-2-5 {
		width: calc(40% - 22.5px);
	}

	.content-block.col-3-5 {
		width: calc(60% - 22.5px);
	}

	.content-block.col-4-5 {
		width: calc(80% - 22.5px);
	}

	.two-column-text {
		column-gap: 37.5px;
	}

	.content-block.small-margin-bottom {
		margin-bottom: 30px;
	}
}

@media (min-width: 890.5px) and (max-width: 1024px) {
    .section-wrap {
        margin-bottom: 50px;
    }
    
    .section-wrap:last-child {
        margin-bottom: 0;
    }

	.section-wrap-inner {
        width: calc(100% - 60px);
	}
}

#mobile-check-element {
    display: none;
}

@media (min-width: 1024.5px) {
    .desktop-hide {
        display: none;
    }
}

@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}

@media (min-width: 890.5px) {
	.mobile-only {
        display: none;
    }
}

@media (max-width: 890px) {
    #mobile-check-element { 
        display: block;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        visibility: hidden;
        z-index: -999;
    }
    
    .mobile-hide {
        display: none;
    }

    .main-content .wrapper {
        display: flex;
        flex-direction: column;
    }

	.section-wrap {
		margin-bottom: 84px;
        order: 2;
	}

    .section-wrap.mobile-first {
        order: 1;
    }

	.section-wrap.padding-top {
		padding-top: 84px;
	}

	.content-block {
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 20px;
		width: auto;
	}
	
	.content-block:last-child {
		margin-bottom: 0;
	}

	.section-wrap.align-center figcaption {
		position: absolute;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inline Carousels ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.slick-slide {
	outline: none;
	position: relative;
}

.slick-slide .image {
	background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.slick-slide .image img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

.slick-slide .image {
    overflow: hidden;
    position: relative;
}

.slick-prev,
.slick-next {
    background: var(--pink) url(/assets/images/icons/arrow-icon.svg) 50% 50% no-repeat;
    background-size: 17px auto;
    border-radius: 100%;
    border: 0;
    cursor: pointer;
    height: 30px;
    left: 35px;
    outline: none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 51;
}

.slick-prev {
	display: none !important;
}

@media (min-width: 890.5px) {
	.slick-next {
		display: none !important;
	}
}

.slick-next {
    background: var(--pink) url(/assets/images/icons/arrow-icon.svg) 50% 50% no-repeat;
	background-size: 17px auto;
	border: 1px solid var(--primary-color);
    left: auto;
    right: 36px;
}

.embedded-gallery-wrap {
    margin-bottom: 25px;
}

.embedded-gallery-wrap:last-child {
    margin-bottom: 0;
}

ul.slick-dots {
	list-style: none;
	margin: 40px 0 0 0;
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    line-height: 100%;
    padding: 0;
}

ul.slick-dots li {
}

ul.slick-dots li button {
	background: #D9D9D9;
	border: 0;
    border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 12px;
	margin: 0;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	transition: background 0.2s ease;
    width: 12px;
}

ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
	background: #494949;
}

.slick-slide .caption {
	margin-top: 10px;
	font-size: 12px;
}

ul.slick-dots {
	display: none !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button {
	background: url(/assets/images/icons/arrow-icon.svg) calc(100% - 15px) 50% no-repeat;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--default-font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
	min-width: 310px;
    padding: 14px 75px 12px 15px;
	text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.7s ease, color 0.7s ease, border 0.7s ease;
}

.button:hover {
    background-color: var(--beige);
    text-decoration: none;
}

.section-wrap.full-width-image-and-text-section .button:hover,
.section-wrap.homepage-penthouse-section .button:hover,
.footer .button:hover {
	background-color: var(--pink);
}

@media (max-width: 1920px) {
	.button {
		background-size: 17px auto;
		font-size: 12px;
	}
}

@media (max-width: 890px) {
	.button {
		background-size: 17px auto;
		display: block;
		font-size: 12px;
		min-width: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Editor Template -> Image with Caption -------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
figure.image-with-caption {
    margin: 0 0 20px 0;
    padding: 0;
}

figure.image-with-caption:last-child {
	margin: 0;
}

figure.image-with-caption img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

figure.image-with-caption figcaption {
    margin-top: 10px;
	font-size: 12px;
}

@media (min-width: 890.5px) {
	figure.image-with-caption img.mobile-only {
		display: none;
	}
}

@media (max-width: 890px) {
	figure.image-with-caption img:not(.mobile-only,.mobile-hide) {
		aspect-ratio: 364 / 485;
		object-fit: cover;
	}

	figure.image-with-caption img.mobile-hide {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Full Bleed Intro Section --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.full-bleed-intro-section {
	margin-bottom: 150px;
	position: relative;
}

.section-wrap.full-bleed-intro-section:before {
	background: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.40;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.section-wrap.full-bleed-intro-section .section-wrap-inner {
    width: 100%;
}

.section-wrap.full-bleed-intro-section .content-block {
	margin: 0;
    width: 100%;
}

.section-wrap.full-bleed-intro-section img,
.section-wrap.full-bleed-intro-section video {
	min-height: 600px;
	object-fit: cover;
    display: block;
    width: 100% !important;
}

body.viewing-page-homepage .section-wrap.full-bleed-intro-section img,
body.viewing-page-homepage .section-wrap.full-bleed-intro-section video {
	height: 100vh;
	max-height: 100vh;
	min-height: 100vh;
}

.scroll-down-arrow {
	animation: pulse 2s infinite;
	background: url(/assets/images/icons/white-arrow-down.svg) 50% 0 no-repeat;
	background-size: 100% auto;
	bottom: 30px;
	cursor: pointer;	
	height: 44px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 12px;
	z-index: 2;
}

.intro-text-section .scroll-down-arrow {
	background-image: url(/assets/images/icons/arrow-down.svg);
	bottom: 60px;
}

/* pulse this scroll-down-arrow up and down slowly, repeat */
@keyframes pulse {
	0% {
		background-position: 50% 0;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0;
	}
}


@media (max-width: 1920px) {
    .section-wrap.full-bleed-intro-section {
        margin-bottom: calc(150px * .80);
    }

    .section-wrap.full-bleed-intro-section img,
	.section-wrap.full-bleed-intro-section video {
        min-height: 450px;
    }

	.scroll-down-arrow {
        bottom: 22.5px;
        height: 36.75px;
        width: 9px;
    }
}

@media (max-width: 890px) {
	.section-wrap.full-bleed-intro-section {
		margin-bottom: 90px;
	}

	.section-wrap.full-bleed-intro-section img,
	.section-wrap.full-bleed-intro-section video {
		height: 460px !important;
		min-height: 0;
		max-height: calc(100vh - 100px);
	}

	body.viewing-page-homepage .section-wrap.full-bleed-intro-section img,
	body.viewing-page-homepage .section-wrap.full-bleed-intro-section video {
		height: auto !important;
		min-height: 100vh;
	}

	.intro-text-section .scroll-down-arrow {
		background-image: url(/assets/images/icons/white-arrow-down.svg);
		bottom: auto;
		top: 400px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Full Bleed Intro Section --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.intro-image-section {
	margin-bottom: 150px;
	position: relative;
}

.section-wrap.intro-image-section:before {
	background: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.40;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.section-wrap.intro-image-section .section-wrap-inner {
    width: 100%;
}

.section-wrap.intro-image-section .content-block {
	margin: 0;
    width: 100%;
}

.section-wrap.intro-image-section img,
.section-wrap.intro-image-section video {
	display: block;
	height: calc(100vh - 450px) !important;
	object-fit: cover;
	width: 100% !important;
}

@media (min-width: 890.5px) {
	.section-wrap.intro-image-section img.mobile-only {
		display: none;
	}
}

@media (max-width: 1920px) {
    .section-wrap.intro-image-section {
        margin-bottom: 101.25px;
    }

	.section-wrap.intro-image-section img,
	.section-wrap.intro-image-section video {
		height: calc(100vh - 320px) !important;
	}
}

@media (max-width: 890px) {
	.section-wrap.intro-image-section {
		margin-bottom: 35px;
	}

	.section-wrap.intro-image-section img,
	.section-wrap.intro-image-section video {
		height: 460px !important;
		max-height: calc(100vh - 100px);
		object-fit: cover;
	}

	.section-wrap.intro-image-section img.mobile-hide {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Centered Intro Text Section ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 890px) {
	.section-wrap.centered-intro-text-section {
		margin-bottom: 84px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Intro Text Section --------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.intro-text-section {
	margin-bottom: 150px;
}

@media (max-width: 1920px) {
    .section-wrap.intro-text-section {
        margin-bottom: 101.25px;
    }
}

@media (max-width: 890px) {
	.section-wrap.intro-text-section {
		margin-bottom: 84px;
	}

	.section-wrap.intro-text-section .content-block.col-2:not(:last-child) {
		margin-bottom: 54px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Full Width Image + Intro Text Section -------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.full-width-image-and-text-section {
	background: var(--beige);
	margin: 0 15px 150px;
	padding: 15px 15px 105px;
	position: relative;
}

.section-wrap.full-width-image-and-text-section.homepage-custom-section-a {
	padding-bottom: 60px;
}

.section-wrap.full-width-image-and-text-section .section-wrap-inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 1;
}

.content-block.full-width-image {
	margin: 0 0 105px 0;
	width: 100%;
}

@media (min-width: 890.5px) {
	.section-wrap:not(.homepage-penthouse-section) .content-block.full-width-image figcaption {
		position: absolute;
	}
}

.section-wrap.full-width-image-and-text-section .content-block.intro-text-left,
.section-wrap.full-width-image-and-text-section .content-block.intro-text-right  {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 890.5px) {
	.section-wrap.intro-text-section .content-block,
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-left,
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-right,
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left,
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-right {
		display: flex;
		width: 50%;
	}
}

.section-wrap.intro-text-section .content-block.disc-block {
	margin-bottom: 150px;
	width: 100%;
}

.section-wrap.design-callout-section .content-block {
	flex-wrap: wrap;
}

.section-wrap.intro-text-section h4,
.section-wrap.full-width-image-and-text-section .content-block.intro-text-left h4,
.section-wrap.design-callout-section h4,
.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h4 {
	max-width: 173px;
	min-width: 173px;
	width: 173px;	
}

.section-wrap.intro-text-section h1,
.section-wrap.full-width-image-and-text-section .content-block.intro-text-left h1,
.section-wrap.design-callout-section h1,
.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h1,
.section-wrap.intro-text-section h2,
.section-wrap.full-width-image-and-text-section .content-block.intro-text-left h2,
.section-wrap.design-callout-section h2,
.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h2 {
	margin-top: 13px;
}

@media (min-width: 890.5px) {
	.section-wrap.intro-text-section .content-block:last-child,
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-right,
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-right {
		flex-direction: column;
		margin-left: auto;
		max-width: 680px;
		width: 40%;
		margin-right: auto;
	}
}

.section-wrap.intro-text-section .content-block:last-child p:last-child:not(:first-child),
.section-wrap.full-width-image-and-text-section .content-block.intro-text-right p:last-child:not(:first-child) {
	margin-top: auto;
}

@media (max-width: 1920px) {
    .section-wrap.full-width-image-and-text-section {
        margin: 0 11.25px 115.25px;
        padding: 11.25px 11.25px 78.75px;
    }

    .content-block.full-width-image {
        margin: 0 0 78.75px 0;
    }

    .section-wrap.intro-text-section .content-block.disc-block {
        margin-bottom: 112.5px;
    }

    .section-wrap.intro-text-section h4,
    .section-wrap.full-width-image-and-text-section .content-block.intro-text-left h4,
    .section-wrap.design-callout-section h4,
    .section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h4 {
        max-width: 129.75px;
        min-width: 129.75px;
        width: 129.75px;
    }

	.section-wrap.intro-text-section h1,
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-left h1,
	.section-wrap.design-callout-section h1,
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h1,
	.section-wrap.intro-text-section h2,
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-left h2,
	.section-wrap.design-callout-section h2,
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-left h2 {
		margin-top: 9.75px;
	}
}

@media (max-width: 890px) {
	.section-wrap.full-width-image-and-text-section {
		margin: 0 13px 84px;
		padding: 13px 13px 88px;
	}	

	.content-block.full-width-image {
		margin-bottom: 64px;
	}

	.section-wrap.full-width-image-and-text-section .content-block.intro-text-left {
		margin-bottom: 54px;
	}

	.section-wrap.intro-text-section .content-block:last-child p:not(:last-child),
	.section-wrap.full-width-image-and-text-section .content-block.intro-text-right p:not(:last-child),
	.section-wrap.amenities-private-sanctuary-section .content-block.intro-text-right p:not(:last-child) {
		margin-bottom: 39px;
		padding-right: 25px;
	}

	.section-wrap.full-width-image-and-text-section .content-block.intro-text-right p:last-child:not(:first-child) {
		margin-top: 34px;
		padding-right: 0;
	}

	.section-wrap.full-width-image-and-text-section .content-block.intro-text-right p:last-child:not(:first-child) .button {
		display: block;
	}

	.section-wrap.intro-text-section .content-block.disc-block {
		margin-bottom: 84px;
		width: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Design Callout Section ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
	.section-wrap.design-callout-section .content-block.col-2 {
		display: flex;
	}
}

.section-wrap.design-callout-section .content-block.col-2:last-child {
	margin-right: 15px;
	margin-left: auto;
	width: calc(50% - 80px);
}

.section-wrap.design-callout-section .content-block.col-2:last-child img {
	display: block;
	width: 100% !important;
}

@media (min-width: 890.5px) {
	.section-wrap.design-callout-section .content-block.col-2 figcaption {
		position: absolute;
	}
}

.section-wrap.design-callout-section h2 {
	flex: 1;
	min-width: 50%;
}

.section-wrap.design-callout-section h2.alt-heading {
	font-family: var(--default-font-family);
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 100%;
	margin-top: 4px;
	min-width: 50%;
}

@media (min-width: 890.5px) {
	.section-wrap.design-callout-section p {
		margin-left: 173px;
		margin-top: auto;
		max-width: 400px;
	}
}

@media (min-width: 890.5px) and (max-width: 1920px) {
    .section-wrap.design-callout-section p {
        margin-left: 129.75px;
        max-width: 300px;
    }
}

@media (max-width: 1920px) {
    .section-wrap.design-callout-section .content-block.col-2:last-child {
        margin-right: 11.25px;
        width: calc(50% - 60px);
    }

	.section-wrap.design-callout-section h2.alt-heading {
		font-size: 36px;
		letter-spacing: -1.5px;
		margin-top: 2px;
	}
}

@media (max-width: 890px) {
	.section-wrap.design-callout-section .content-block.col-2:last-child {
		margin: 84px 25px 0;
		width: auto;
	}

	.section-wrap.design-callout-section h2.alt-heading {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Design Callout Section (Version B) ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.design-callout-section.version-b {
	background: var(--beige);
	margin: 0 15px 150px;
	position: relative;
}

.section-wrap.design-callout-section.version-b.no-margin-bottom {
	margin-bottom: 0;
}

.section-wrap.design-callout-section.version-b .section-wrap-inner {
	padding: 166px 0 105px;
	width: auto;
}

@media (min-width: 890.5px) {
	.section-wrap.design-callout-section.version-b .col-2:not(:last-child) {
		margin-bottom: 0;
	}

	.section-wrap.design-callout-section.version-b .content-block.full-width-image {
		margin: 150px 15px 0;
		width: 100%;
	}

	.section-wrap.design-callout-section.version-b p {
		max-width: 360px;
	}
}

@media (min-width: 890.5px) and (max-width: 1920px) {
	.section-wrap.design-callout-section.version-b .col-2:not(:last-child) {
		margin-left: auto;
		margin-right: 11.25px;
	}

	.section-wrap.design-callout-section.version-b .content-block.full-width-image {
		margin: 112.5px 11.25px 0;
	}

	.section-wrap.design-callout-section.version-b p {
		max-width: 270px;
	}
}

@media (max-width: 1920px) {
	.section-wrap.design-callout-section.version-b {
		margin: 0 11.25px 101.25px;
	}
  
	.section-wrap.design-callout-section.version-b .section-wrap-inner {
		padding: 124.5px 0 150px;
	}
}

@media (max-width: 890px) {
	.section-wrap.design-callout-section.version-b {
		margin: 0 13px 84px;
	}

	.section-wrap.design-callout-section.version-b .section-wrap-inner {
		padding: 72px 0 72px;
	}

	.section-wrap.design-callout-section.version-b .col-2:not(:last-child) {
		margin-bottom: 60px;
	}

	.section-wrap.design-callout-section.version-b .content-block,
	.section-wrap.design-callout-section.version-b .content-block.full-width-image {
		margin-bottom: 60px;
		margin-left: 13px;
		margin-right: 13px;
		width: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Full Width Image Section --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.full-width-image-section img {
	display: block;
	width: 100% !important;
}

@media (min-width: 890.5px) {
	.section-wrap.full-width-image-section figcaption {
		position: absolute;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Large Text and Button Section ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.large-text-and-button-section {
	margin: 200px 0;
}

.section-wrap.large-text-and-button-section.no-margin-top {
	margin-top: 0;
}

.section-wrap.large-text-and-button-section h2 {
	font-size: 190px;
	line-height: 90%;
}

@media (max-width: 1920px) {
    .section-wrap.large-text-and-button-section {
        margin: 150px 0;
    }

    .section-wrap.large-text-and-button-section h2 {
        font-size: 142.5px;
    }
}

@media (max-width: 890px) {
	.section-wrap.large-text-and-button-section {
		margin: 120px 0 150px;
	}

	.section-wrap.large-text-and-button-section h2 {
		font-size: 60.019px;
		line-height: 83%;
		letter-spacing: -2.151px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Has Disc Handling ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.has-disc {
	position: relative;
}

.has-disc:before {
	background: var(--beige);
	border-radius: 100%;
	color: var(--primary-color);
	content: 'I';
	display: flex;
	font-size: 20px;
	height: 75px;
	justify-content: center;
	left: 50%;
	line-height: 62px;
	pointer-events: none;
	position: absolute;
	top: -37.5px;
	transform: translateX(-50%);
	width: 75px;
	z-index: 1;
}

.hr.has-disc {
	border: 0;
}

.hr.has-disc hr {
	display: block;
	height: 0;
	border: 0;
}

.hr.has-disc hr:before,
.hr.has-disc hr:after {
	border-bottom: 1px solid var(--primary-color);
	content: '';
	height: 0;
	position: absolute;
	right: calc(50% - 37.5px);
	top: 0;
	transition: width 1.5s ease-out 0.6s;
	width: 0;
}

.hr.has-disc hr:after {
	left: calc(50% - 37.5px);
	right: auto;
}

.section-wrap.section-in-view .hr.has-disc hr:before,
.section-wrap.section-in-view .hr.has-disc hr:after {
	width: calc(50% + 37.5px);
}

.has-disc.pink:before {
	background: var(--pink);
}

.has-disc.disc-2:before { content: 'II'; }
.has-disc.disc-3:before { content: 'III'; }
.has-disc.disc-4:before { content: 'IV'; }
.has-disc.disc-5:before { content: 'V'; line-height: 63px; }
.has-disc.disc-6:before { content: 'VI'; line-height: 63px; }
.has-disc.disc-7:before { content: 'VII'; line-height: 63px; }
.has-disc.disc-8:before { content: 'VIII'; line-height: 63px; }

.section-wrap.has-disc .section-wrap-inner {
	position: relative;
	z-index: 1;
}

.hr.has-disc:before {
	background: var(--pink);
	border: 1px solid var(--primary-color);
}

.hr.has-disc.margin-bottom {
	margin-bottom: 105px;
}

.large-text-and-button-section .hr.has-disc.margin-bottom {
	margin-bottom: 200px;
}

.hr.has-disc:after {
	background: var(--pink);
	content: '';
	height: 40px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 2;
}

.section-wrap .hr.has-disc {
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.section-wrap.section-in-view .hr.has-disc {
	opacity: 1;
}

.section-wrap .hr.has-disc:before {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.section-wrap.section-in-view .hr.has-disc:before {
	opacity: 1;
}

@media (max-width: 1920px) {
	.has-disc:before {
		font-size: 15px;
		height: 56.25px;
		line-height: 46px;
		top: -28.125px;
		width: 56.25px;
	}

	.has-disc.disc-5:before,
	.has-disc.disc-6:before,
	.has-disc.disc-7:before,
	.has-disc.disc-8:before {
		line-height: 46px;
	}

	.hr.has-disc.margin-bottom {
		margin-bottom: 78.75px;
	}

	.large-text-and-button-section .hr.has-disc.margin-bottom {
		margin-bottom: 150px;
	}

	.hr.has-disc:after {
		height: 30px;
		top: 0.75px;
	}

	.hr.has-disc hr:before {
		right: calc(50% - 28.125px);
	}

	.hr.has-disc hr:after {
		left: calc(50% - 28.125px);
	}

	.section-wrap.section-in-view .hr.has-disc hr:before,
	.section-wrap.section-in-view .hr.has-disc hr:after {
		width: calc(50% + 28.125px);
	}
}

@media (max-width: 890px) {
	.has-disc:before {
		font-size: 12px;
		height: 42px;
		line-height: 35px;
		top: -21px;
		width: 42px;
	}

	.has-disc.disc-5:before,
	.has-disc.disc-6:before,
	.has-disc.disc-7:before,
	.has-disc.disc-8:before { 
		line-height: 35px; 
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Large Callout Text Section ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
	.section-wrap.large-callout-text-section {
		padding: 0 30px 15px 0;
	}
}

.section-wrap.large-callout-text-section small {
	font-size: inherit;
}

.section-wrap.large-callout-text-section.has-disc {
	padding-top: 150px;
}

.section-wrap.large-callout-text-section .section-wrap-inner {
	width: 100%;
}

@media (min-width: 890.5px) {
	.section-wrap.large-callout-text-section .content-block {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.content-block.col-1.large-callout-text {
	margin-bottom: 0;
}

.section-wrap.large-callout-text-section big {
	display: block;
	font-size: 48px;
	line-height: 100%;
}

.section-wrap.large-callout-text-section p:first-child:not(:last-child) {
	margin-bottom: 35px;
}

.section-wrap.large-callout-text-section .hr {
	margin-bottom: 105px;
	position: relative;
}

.section-wrap.large-callout-text-section h3 {
	font-size: 100px;
	letter-spacing: -3px;	
	line-height: 83%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 1160px;
}

@media (min-width: 890.5px) and (max-width: 1920px) {
	.section-wrap.large-callout-text-section {
		margin-bottom: 70px;
		padding: 0 22.5px 15px;
	}
}

@media (max-width: 1920px) {
	.section-wrap.large-callout-text-section.has-disc {
		padding-top: 135.5px;
	}

	.section-wrap.large-callout-text-section big {
		font-size: 36px;
	}

	.section-wrap.large-callout-text-section p:first-child:not(:last-child) {
		margin-bottom: 39px;
	}

	.section-wrap.large-callout-text-section .hr {
		margin-bottom: 78.75px;
	}

	.section-wrap.large-callout-text-section h3 {
		font-size: 75px;
		margin-top: 37.5px;
		max-width: 870px;
	}
}

@media (max-width: 890px) {
	.section-wrap.large-callout-text-section.has-disc {
		padding-top: 84px;
	}
	
	.section-wrap.large-callout-text-section big {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}

	.section-wrap.large-callout-text-section .button {
		display: block;
	}

	.section-wrap.large-callout-text-section .hr {
		margin-bottom: 72px;
	}

	.section-wrap.large-callout-text-section small {
		font-size: 12px;
	}

	.section-wrap.large-callout-text-section h3 {
		font-size: 39.012px;
		letter-spacing: -1.398px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Homepage Penthouse Section ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.homepage-penthouse-section {
	background: var(--beige);
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 15px 150px;
	position: relative;
}

.section-wrap.homepage-penthouse-section .section-wrap-inner {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}

.section-wrap.homepage-penthouse-section .quote {
	margin-left: auto;
	margin-bottom: 150px;
}

.section-wrap.homepage-penthouse-section .quote big {
	display: block;
	font-size: 48px;
	line-height: 48px;
}

.section-wrap.homepage-penthouse-section .info-left,
.section-wrap.homepage-penthouse-section .info-right {
	display: flex;
	flex-direction: column;	
}

@media (min-width: 890.5px) {
	.section-wrap.homepage-penthouse-section .info-left {
		margin-left: 0;
	}
	
	.section-wrap.homepage-penthouse-section .quote,
	.section-wrap.homepage-penthouse-section .info-right {
		margin-left: auto;
		margin-right: 0;
		width: calc(((100% / 3)* 2) - 80px);
	}
}

.section-wrap.homepage-penthouse-section .info-left p:last-child:not(:first-child) {
	margin-top: auto;
	text-align: center;
}

@media (min-width: 890.5px) {
	.section-wrap.homepage-penthouse-section .info-right figcaption {
		position: absolute;
	}
}

@media (min-width: 890.5px) and (max-width: 1920px) {
	.section-wrap.homepage-penthouse-section .quote,
	.section-wrap.homepage-penthouse-section .info-right {
		width: calc(((100% / 3) * 2) - 60px);
	}
}

@media (max-width: 1920px) {
	.section-wrap.homepage-penthouse-section {
		margin-left: 11.25px;
		margin-right: 11.25px;
		padding: 11.25px 11.25px 101.25px;
	}
	
	.section-wrap.homepage-penthouse-section .quote {
		margin-bottom: 101.25px;
	}

	.section-wrap.homepage-penthouse-section .quote big {
		font-size: 36px;
		line-height: 36px;
	}

	.section-wrap.homepage-penthouse-section .info-left h3:not(:last-child) {
		margin-bottom: 39px;
	}
}

@media (max-width: 890px) {
	.section-wrap.homepage-penthouse-section {
		margin-left: 13px;
		margin-right: 13px;
		padding: 13px 13px 94px;
	}

	.section-wrap.homepage-penthouse-section .content-block {
		margin-left: 0;
		margin-right: 0;
	}
	
	.section-wrap.homepage-penthouse-section .quote {
		margin: 0 0 84px;
	}

	.section-wrap.homepage-penthouse-section .quote big {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}

	.section-wrap.homepage-penthouse-section .info-left {
		order: 99;
		margin-top: 100px
	}

	.section-wrap.homepage-penthouse-section .info-left .button {
		display: block;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Quote Section -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
	.section-wrap.quote-section .content-block {
		margin-left: 170px;
		max-width: 1174px;
	}
}

.section-wrap.quote-section big {
	display: block;
	font-size: 48px;
	line-height: 100%;
}

@media (min-width: 890.5px) and (max-width: 1920px) {
	.section-wrap.quote-section .content-block {
		margin-left: 128px;
		max-width: 880px;
	}
}

@media (max-width: 1920px) {
	.section-wrap.quote-section big {
		font-size: 36px;
	}
}

@media (max-width: 890px) {
	.section-wrap.quote-section big {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Residences Callout Section ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.residences-callout-section .content-block.intro-text {
	display: flex;
	margin-bottom: 150px;
}

@media (min-width: 890.5px) {
	.section-wrap.residences-callout-section .content-block.intro-text:last-child {
		margin-bottom: 50px;
	}
}

.section-wrap.residences-callout-section .content-block.intro-text h3 {
	font-family: var(--default-serif-font);
	font-size: 48px;
	letter-spacing: 0;
	line-height: 110%;
	margin-left: auto;
	text-transform: capitalize;
	width: 81.4%;
}

@media (min-width: 890.5px) {
	.section-wrap.residences-callout-section figcaption {
		position: absolute;
	}
}

.section-wrap.residences-callout-section .horizontal-gallery-wrap .slide {
	padding-left: 0;
	padding-right: 25px;
}

@media (min-width: 890.5px) {
	.section-wrap.residences-callout-section .content-block:not(.intro-text) > * {
		margin-left: auto;
		width: 81.4%;
	}
}

.section-wrap.residences-callout-section .content-block:not(.intro-text) big {
	display: block;
	font-family: var(--heading-font-family);
	font-size: 100px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 92%;
	margin-top: 100px;
	max-width: 1140px;
	text-transform: uppercase;
}

@media (min-width: 890.5px) and (max-width: 1920px) {
    .section-wrap.residences-callout-section .content-block.intro-text:last-child {
        margin-bottom: 37.5px;
    }

	.section-wrap.residences-callout-section .horizontal-gallery-wrap .slide {
		padding-right: 22.5px;
	}
}

@media (max-width: 1920px) {
    .section-wrap.residences-callout-section .content-block.intro-text {
        margin-bottom: 120px;
    }

    .section-wrap.residences-callout-section .content-block.intro-text h3 {
        font-size: 36px;
    }

	.section-wrap.residences-callout-section .content-block:not(.intro-text) big {
		font-size: 75px;
		letter-spacing: -2.25px;
		margin-top: 75px;
		max-width: 855px;
	}
}

@media (max-width: 890px) {
	.section-wrap.residences-callout-section .content-block.intro-text {
		flex-direction: column;
		margin-bottom: 84px;
	}

	.section-wrap.residences-callout-section .content-block.intro-text:last-child {
		margin-bottom: 0;
	}

	.section-wrap.residences-callout-section .content-block.intro-text h3 {
		font-size: 20px;
		letter-spacing: -1.202px;
		margin: 0;
		width: auto;
	}

	.section-wrap.residences-callout-section .content-block:not(.intro-text) big {
		font-size: 39.012px;
		line-height: 83%;
		letter-spacing: -1.398px;
	}

	.section-wrap.residences-callout-section .horizontal-gallery-wrap {
		margin-right: 0;
		margin-left: 0;
	}

	.section-wrap.residences-callout-section .horizontal-gallery-wrap .slide {
		padding-left: 22.5px;
		padding-right: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Penthouse Collection Section ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.penthouse-collection-section {
	background: var(--beige);
	margin: 0 15px;
}

.section-wrap.penthouse-collection-section:before {
	z-index: -1;
}

.section-wrap.penthouse-collection-section .section-wrap-inner:before {
	aspect-ratio: 1861 / 259;
	background: url(/assets/images/template/penthouse-section-background-image.svg) 0 0 no-repeat;
	background-size: 100% auto;
	content: '';
	display: block;
	margin-bottom: 130px;
	margin-top: 15px;
	width: 100%;
}

.section-wrap.penthouse-collection-section .content-block.intro-text {
	margin-bottom: 130px;
}

@media (min-width: 890.5px) {
	.section-wrap.penthouse-collection-section .content-block.right-aligned figcaption {
		position: absolute;
	}
}

@media (min-width: 890.5px) {
	.section-wrap.penthouse-collection-section .content-block.left-aligned {
		margin-bottom: 0;
		margin-left: 0;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned {
		margin-bottom: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.section-wrap.penthouse-collection-section .content-block.right-aligned > *,
	.section-wrap.penthouse-collection-section .content-block.left-aligned > * {
		width: 81.4%;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned > * {
		margin-left: auto;
	}
}

.section-wrap.penthouse-collection-section .content-block.right-aligned > h3,
.section-wrap.penthouse-collection-section .content-block.left-aligned > h3 {
	font-family: var(--default-serif-font);
	font-size: 48px;
	letter-spacing: 0;
	line-height: 110%;
	margin-bottom: 140px;
	text-transform: capitalize;
}

.section-wrap.penthouse-collection-section .content-block.right-aligned > div:not(:last-child),
.section-wrap.penthouse-collection-section .content-block.left-aligned > div:not(:last-child) {
	margin-bottom: 100px;
}

.section-wrap.penthouse-collection-section .content-block.left-aligned > h2,
.section-wrap.penthouse-collection-section .content-block.left-aligned > h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: auto;
}

.section-wrap.penthouse-collection-section .content-block.left-aligned > h2 {
	margin-bottom: 120px;
}

@media (min-width: 890.5px) {
	.section-wrap.penthouse-collection-section .content-block.left-aligned figcaption {
		position: absolute;	
	}
}

@media (max-width: 1920px) {
	.section-wrap.penthouse-collection-section {
		margin: 0 11.25px;
	}

	.section-wrap.penthouse-collection-section .content-block.full-width-image {
		margin-bottom: 90px;
	}

	.section-wrap.penthouse-collection-section .content-block.full-width-image:last-child {
		margin-bottom: 150px;
	}

	.section-wrap.penthouse-collection-section .section-wrap-inner:before {
		margin-bottom: 90px;
		margin-top: 11.25px;
	}

	.section-wrap.penthouse-collection-section .content-block.intro-text {
		margin-bottom: 90px;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned > h3,
	.section-wrap.penthouse-collection-section .content-block.left-aligned > h3 {
		font-size: 36px;
		margin-bottom: 90px;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned > div:not(:last-child),
	.section-wrap.penthouse-collection-section .content-block.left-aligned > div:not(:last-child) {
		margin-bottom: 90px;
	}

	.section-wrap.penthouse-collection-section .content-block.left-aligned > h2,
	.section-wrap.penthouse-collection-section .content-block.left-aligned > h3 {
		max-width: 930px;
	}

	.section-wrap.penthouse-collection-section .content-block.left-aligned > h2 {
		margin-bottom: 90px;
	}
}

@media (max-width: 890px) {
	.section-wrap.penthouse-collection-section {
		background-image: none;
		margin: 0 13px;
		padding-top: 13px;
	}

	.section-wrap.penthouse-collection-section .section-wrap-inner:before {
		aspect-ratio: 324 / 177;
		background: url(/assets/images/template/mobile-penthouse-section-background-image.svg) 50% 50% no-repeat;
		background-size: cover;
		content: '';
		display: block;
		margin: 0 13px 90px;
		width: calc(100% - 26px);
	}

	.section-wrap.penthouse-collection-section .content-block.intro-text {
		margin-bottom: 84px;
	}

	.section-wrap.penthouse-collection-section .content-block {
		margin-left: 13px;
		margin-right: 13px;
		width: auto;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned > h3, 
	.section-wrap.penthouse-collection-section .content-block.left-aligned > h3 {
		font-size: 20px;
		letter-spacing: -1.202px;
		line-height: 110%;
		margin: 0 0 60px;
		padding-right: 20px;
		width: auto;
	}

	.section-wrap.penthouse-collection-section .content-block.right-aligned > div:not(:last-child),
	.section-wrap.penthouse-collection-section .content-block.left-aligned > div:not(:last-child) {
		margin-bottom: 60px;
	}

	.section-wrap.penthouse-collection-section .content-block.left-aligned > h2 {
		margin-bottom: 60px;
	}

	.section-wrap.penthouse-collection-section .content-block.full-width-image:last-child {
		margin-bottom: 75px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Centered Image and Text Callout Section ------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
	.section-wrap.centered-image-and-text-callout-section .intro-text {
		margin-bottom: 150px;
		margin-top: 90px;
		position: relative;
	}

	.section-wrap.centered-image-and-text-callout-section .intro-text h4 {
		margin-top: -7px;
		position: absolute;
	}

	.section-wrap.centered-image-and-text-callout-section .intro-text > div {
		margin: 0 auto;
		max-width: 1520px;
		width: calc(100% - 93px - 173px);
	}
}

@media (min-width: 890.5px) and (max-width: 890px) {
	.section-wrap.centered-image-and-text-callout-section .intro-text {
        margin-bottom: 112.5px;
        margin-top: 67.5px;
    }

	.section-wrap.centered-image-and-text-callout-section .intro-text h4 {
		margin-top: -5.25px;
	}

	.section-wrap.centered-image-and-text-callout-section .intro-text > div {
		max-width: 1140px;
		width: calc(100% - 129.75px - 129.75px);
	}
}

@media (max-width: 890px) {
	.section-wrap.centered-image-and-text-callout-section .intro-text {
		margin-bottom: 84px;
		margin-top: 70px;
	}

	.section-wrap.centered-image-and-text-callout-section h2 {
		text-align: left !important;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Amenities Private Sanctuary Section ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.amenities-private-sanctuary-section {
	background: var(--beige);
	margin: 0 15px;
	padding: 153px 0 130px;
}

@media (min-width: 890.5px) {
	.section-wrap.amenities-private-sanctuary-section .intro-text-left {
		display: flex;
	}

	.section-wrap.amenities-private-sanctuary-section .horizontal-gallery-wrap {
		margin: 150px 0 150px -15px;
		width: calc(100% + 30px);
	}
}


.section-wrap.amenities-private-sanctuary-section h3 {
	font-family: var(--default-serif-font);
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: normal;
	margin-bottom: 90px;
	text-align: center;
	text-transform: capitalize;
}

@media (min-width: 890.5px) {
	.section-wrap.amenities-private-sanctuary-section .last-section-image {
		margin: 0 auto;
		max-width: 1520px;
		width: calc(100% - 93px - 173px);
	}
}

@media (min-width: 890.5px) and (max-width: 1920px) {
    .section-wrap.amenities-private-sanctuary-section .horizontal-gallery-wrap {
        margin: 112.5px 0 101.25px -11.25px;
        width: calc(100% + 22.5px);
    }

	.section-wrap.amenities-private-sanctuary-section .last-section-image {
		max-width: 1140px;
		width: calc(100% - 129.75px - 129.75px);
	}
}

@media (max-width: 1920px) {
    .section-wrap.amenities-private-sanctuary-section {
        margin: 0 11.25px;
        padding: 114.75px 0 97.5px;
    }

	.section-wrap.amenities-private-sanctuary-section h3 {
		font-size: 36px;
		margin-bottom: 67.5px;
	}

	.section-wrap.amenities-private-sanctuary-section .section-wrap.horizontal-gallery-section .slide,
	.section-wrap.amenities-private-sanctuary-section .horizontal-gallery-wrap .slide {
		padding-left: 11.25px;
		padding-right: 11.25px;
	}
}

@media (max-width: 890px) {
	.section-wrap.amenities-private-sanctuary-section {
		margin: 0 13px;
		padding: 72px 0 25px;
	}

	.section-wrap.amenities-private-sanctuary-section .content-block {
		margin-left: 13px;
		margin-right: 13px;
		margin-bottom: 54px;
		width: auto;
	}

	.section-wrap.amenities-private-sanctuary-section .horizontal-gallery-wrap {
		margin-left: 0;
		margin-right: 0;
	}

	.section-wrap.amenities-private-sanctuary-section h3 {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}

	.section-wrap.amenities-private-sanctuary-section h3.special-max-width-heading-for-mobile {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Prev/Next Page Section ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.prev-next-page-section {
	margin-bottom: 0;
}

.section-wrap.prev-next-page-section a {
	background: url(/assets/images/icons/arrow-icon-left.svg) 15px 50% no-repeat;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: block;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
	width: 310px;
}

.section-wrap.prev-next-page-section .content-block:nth-child(2) a {
	background-image: url(/assets/images/icons/arrow-icon.svg);
	background-position: calc(100% - 20px) 50%;
	margin-left: auto;
	text-align: left;
}

.section-wrap.prev-next-page-section a:hover {
	background-color: var(--beige);
}

@media (max-width: 1920px) {
    .section-wrap.prev-next-page-section a {
		font-size: 12px;
		background-size: 17px auto;
        background-position: 15px 50%;
        height: 39px;
        line-height: 39px;
        padding: 0 15px;
    }

	.section-wrap.prev-next-page-section .content-block:nth-child(2) a {
		background-position: calc(100% - 15px) 50%;
	}
}

@media (max-width: 890px) {
	.section-wrap.prev-next-page-section .section-wrap-inner {
		display: flex;
		justify-content: space-between;
		margin: 0 25px;
		gap: 30px;
	}

	.section-wrap.prev-next-page-section .content-block {
		margin: 0;
		width: 50%;
	}

	.section-wrap.prev-next-page-section a {
		background-position: 15px 50%;
		background-size: 17px auto;
		width: auto;
		font-size: 12px;
		height: 39px;
		line-height: 39px;
		padding: 0 15px 0 30px;
	}

	.section-wrap.prev-next-page-section .content-block:last-child a {
		background-position: calc(100% - 15px) 50%;
		padding: 0 30px 0 15px;
	}
}

@media (max-width: 380px) {
	.section-wrap.prev-next-page-section a {
		font-size: 11px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Horizontal Galleries ------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.horizontal-gallery-section .section-wrap-inner {
	width: 100%;
}

.section-wrap.horizontal-gallery-section .content-block {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.section-wrap.horizontal-gallery-section .slide,
.horizontal-gallery-wrap .slide {
	padding-left: 30px;
	max-width: 80vw;
	cursor: url('/assets/images/icons/arrow-icon-pink.svg') 16 16, auto;
}

@media (max-width: 1920px) {
	.section-wrap.horizontal-gallery-section .slide,
	.horizontal-gallery-wrap .slide {
		padding-left: 22.5px;
	}
}

@media (max-width: 890px) {
	.section-wrap.horizontal-gallery-section .content-block {
		padding-left: 0;
	}

	.section-wrap.horizontal-gallery-section .slide, 
	.horizontal-gallery-wrap .slide {
		padding-left: 25px;
		max-width: calc(100vw);
	}

	.section-wrap.horizontal-gallery-section .slide .image, 
	.horizontal-gallery-wrap .slide .image {
		background-size: cover;
		min-height: 50vh;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Two Column Grid Section ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.two-column-grid-section {
	margin: 0 15px 200px;
}

.section-wrap.two-column-grid-section .content-block.col-2 {
	border-top: 1px solid var(--primary-color);
	margin: 0 55px;
	padding: 23px 0;
	width: calc(50% - 110px);
}

.section-wrap.two-column-grid-section .content-block.col-2 h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.section-wrap.two-column-grid-section .content-block.col-2 h3 {
	font-family: var(--default-serif-font);
	font-size: 48px;
	margin-bottom: 48px;
	text-transform: uppercase;
	text-transform: uppercase;
}

@media (min-width: 890.5px) {
	.section-wrap.two-column-grid-section .content-block.col-2:nth-child(5),
	.section-wrap.two-column-grid-section .content-block.col-2:nth-child(6) {
		border-bottom: 1px solid var(--primary-color);
	}
}

@media (max-width: 1920px) {
    .section-wrap.two-column-grid-section {
        margin: 0 11.25px 150px;
    }

	.section-wrap.two-column-grid-section .content-block.col-2 {
		margin: 0 41.25px;
		padding: 17.25px 0;
		width: calc(50% - 82.5px);
	}

	.section-wrap.two-column-grid-section .content-block.col-2 h4 {
		font-size: 15px;
		margin-bottom: 11.25px;
	}

	.section-wrap.two-column-grid-section .content-block.col-2 h3 {
		font-size: 36px;
		margin-bottom: 36px;
	}
}

@media (max-width: 890px) {
	.section-wrap.two-column-grid-section {
		margin: 0 25px 100px;
	}

	.section-wrap.two-column-grid-section .content-block.col-2 {
		margin: 0;
		padding: 22px 0;
		width: auto;
	}

	.section-wrap.two-column-grid-section .content-block.col-2 h4 {
		font-size: 12px;
		line-height: 100%;
		margin-bottom: 17px;
	}

	.section-wrap.two-column-grid-section .content-block.col-2 h3 {
		font-size: 20px;
		margin-bottom: 17px;
		line-height: 110%;
		letter-spacing: -1.202px;
	}

	.section-wrap.two-column-grid-section .content-block.col-2:last-child {
		border-bottom: 1px solid var(--primary-color);
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* General Homepage Mobile Styles ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 890px) {
	body.viewing-page-homepage .centered-intro-text-section h1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Neighborhood Page ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.neighborhood-map-section {
	background: var(--beige);
}

.section-wrap.neighborhood-map-section .section-wrap-inner {

}

.section-wrap.neighborhood-map-section .section-wrap-inner .content-block {
	display: flex;
	margin: 0;
	padding: 25px 15px;
	justify-content: space-between;
	width: 100%;
}

.map-content-box {
	border: 0.11vw solid rgba(160, 13, 13, 0.25);
    margin: 0;
    width: calc(100% - 500px);
}

.map-list-box {
    height: 75vh;
    margin: 0;
    order: -1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 25px 25px 15px 0;
    position: relative;
    width: 500px;
}

.map-list-box .map-locations-listing {
	border-bottom: 1px solid var(--primary-color);
}

.location-category {
}

.location-category h2 {
	align-items: center;
	border-top: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
	display: flex;
	font-family: var(--default-font-family);
	font-size: 20px;
	font-weight: 300;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	min-height: 30px;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
}

.location-category h2 .image {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 27px;
}

.location-category h2 img {
	display: block;
	width: 100%;
}

.locations-list {
    display: none;
	padding: 0 8px 10px 25px;
}

.location-card {
    cursor: pointer;
    font-size: 18px;
    line-height: 19px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    transition: background 0.2s ease;
}

.location-card:hover {
}

.location-card .counter {
	display: none;
}

.location-card .image {
    margin-bottom: 30px;
}

.location-card .image img {
    display: block;
    width: 100%;
}

.location-card .title {
}

.location-card .abstract-and-tags {
    margin-bottom: 15px;

    display: none;
}

.links-wrap,
.links-wrap a {
    border-bottom: 0.5px solid transparent;
    color: #000;
    font-family: var(--default-font-family);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 102.6%; /* 10.26px */
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: border-bottom 0.2s ease, color 0.2s ease;
}

.links-wrap a:hover {
    border-bottom: 0.5px solid var(--primary-color);
    color: var(--primary-color);
}

.links-wrap {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;

    display: none;
}

.links-wrap li {
    padding: 0 15px;
}

.links-wrap li:first-child {
    padding-left: 0;
}

.links-wrap li:not(:last-child) {
}

@media (max-width: 1920px) {
	.section-wrap.neighborhood-map-section .section-wrap-inner .content-block {
		padding: 22.5px 11.25px;
	}

	.map-content-box {
		width: calc(100% - 375px);
	}

	.map-list-box {
		padding-right: 22.5px;
		width: 375px;
	}

	.location-category h2 {
		font-size: 15px;
		line-height: 22.5px;
		min-height: 22.5px;
		padding: 7.5px 0;
	}

	.locations-list {
		padding: 0 3px 5px 22.5px;
	}

	.location-card {
		font-size: 13.5px;
		line-height: 14.25px;
		margin-bottom: 8.5px;
	}

	.location-card .image {
		margin-bottom: 22.5px;
	}

	.location-card .abstract-and-tags {
		margin-bottom: 11.25px;
	}

	.links-wrap,
	.links-wrap a {
		font-size: 7.5px;
		line-height: 7.74px; /* 102.6% of 7.5px */
		padding-bottom: 1.5px;
	}

	.links-wrap li {
		padding: 0 11.25px;
	}
}

@media (max-width: 1200px) {
	.map-list-box {
		width: 370px;
	}

	.map-content-box {
		width: calc(100% - 370px);
	}
}

@media (max-width: 890px) {
	.section-wrap.neighborhood-map-section .section-wrap-inner .content-block {
		flex-direction: column;
		padding: 26px;
	}

	.map-list-box {
		height: auto;
		padding: 0;
		overflow: auto;
		position: static;
		width: 100%;
	}

	.map-content-box {
		width: 100%;
	}

	.location-category h2 {
		font-size: 12px;
		line-height: 20px;
		min-height: 20px;
	}

	.location-card {
		font-size: 12px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Page Styles -> Neighborhood -> Map Styles ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.map-container {
    background: var(--beige);
    height: 75vh;
    outline: none;
    position: relative;
    z-index: 0;
}

.gm-style iframe + div { border:none!important; }

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 12px 12px 0 !important;
}

.custom-marker {
    cursor: pointer;
}

.custom-map-marker-inner {
	color: transparent;
	font-size: 0;
    border-radius: 100%;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: transform 0.2s ease;
    width: 30px;
}

.custom-map-marker-inner:before {
	background: var(--primary-color);
	border-radius: 100%;
	content: '';
	height: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
}

.custom-map-marker-inner.not-selected,
.custom-map-marker-inner.category-not-selected {
	opacity: 0.25;
}

.custom-map-marker-inner.selected {
	background: url(/assets/images/icons/map-location-selected.svg?v=0.01) 50% 50% no-repeat;
	background-size: 16px auto;
	border-radius: 0;
    z-index: 9999 !important;
}

.custom-map-marker-inner.selected:before {
	opacity: 0;
}

.leaflet-popup {
    margin-bottom: 22px;
    margin-left: 0;
}

.leaflet-bottom.leaflet-right {
	visibility: hidden;
	opacity: 0;
	display: none !important;
}

.marker-popup,
.leaflet-popup-content {
	color: var(--primary-color);
    font-family: var(--default-font-family);
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.leaflet-popup-content {
	display: flex;
	align-items: center;
	margin: 9px 19px;
	gap: 5px;
}

.leaflet-popup-content .icon {
	align-items: center;
    display: flex;
    justify-content: center;
    width: 27px;
}

.leaflet-popup-content .icon img {
	margin-bottom: 6%;
	width: 100%;
}

.gm-style-iw button {display: none !important;}

.leaflet-popup-close-button {
    display: none !important;
}

.leaflet-popup-content-wrapper, 
.leaflet-popup-tip {
	border: 0.11vw solid var(--primary-color);
    box-shadow: none;
    background: var(--beige);
}

.leaflet-popup-content-wrapper {
    border-radius: 3px;
    font-family: var(--default-font-family);
    font-size: 21px;
}

.leaflet-popup-tip-container {
    margin-top: calc(-0.11vw - 0.19px);
	display: none;
}

.show-list-mobile-link {
	background: var(--beige) url(/assets/images/neighborhood/view-map-list-icon.svg?v=0.01) calc(100% - 14px) 50% no-repeat;
	background-size: 17px auto;
	border-left: 0;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: none;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-top: 25px;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
	z-index: 100;
}

body.show-list .show-list-mobile-link {
	opacity: 0;
	pointer-events: none;
}

.mobile-close-list-link {
	color: var(--primary-color);
	display: none;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: auto;
	position: static;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

@media (max-width: 890px) {
	.show-list-mobile-link,
	.mobile-close-list-link {
		display: block;
	}

	.map-list-box .map-locations-listing {
		background: var(--beige);
		border-bottom: 0;
		border-right: 1px solid rgba(160, 13, 13, 0.10);
		bottom: 0;
		left: calc((100% - 90px) * -1);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;	
		padding: 25px;
		position: fixed;
		top: 56.25px;
		transition: left 0.3s ease;
		width: calc(100% - 90px);
		z-index: 101;
	}

	body.show-list .map-list-box .map-locations-listing {
		left: 0;
	}

	.custom-map-marker-inner:before {
		height: 7px;
		width: 7px;
	}

	.custom-map-marker-inner.selected {
		background-size: 11px auto;
	}

	.marker-popup, 
	.leaflet-popup-content {
		font-size: 12px;
	}

	.leaflet-popup-content-wrapper, 
	.leaflet-popup-tip {
		border: 1px solid var(--primary-color);
	}

	.leaflet-popup-tip-container {
		margin-top: -1px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Team Page ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-team,
body.viewing-page-availability,
body.viewing-page-legal,
body.viewing-page-privacy {
	padding-top: 500px;
}

body.viewing-page-team .main-logo svg path,
body.viewing-page-availability .main-logo svg path,
body.viewing-page-legal .main-logo svg path,
body.viewing-page-privacy .main-logo svg path {
	fill: var(--primary-color);
}

body.viewing-page-team .section-wrap.quote-section {
	background: var(--beige);
	margin: 0 15px 150px;
	padding: 134px 15px;
}

body.viewing-page-team .section-wrap.quote-section .content-block {
	margin: 0 auto;
}

@media (max-width: 1920px) {
    body.viewing-page-team,
	body.viewing-page-availability,
	body.viewing-page-legal,
	body.viewing-page-privacy {
        padding-top: 375px;
    }

	body.viewing-page-team .section-wrap.quote-section {
		margin: 0 11.25px 112.5px;
		padding: 100.5px 11.25px;
	}
}

@media (max-width: 890px) {
    body.viewing-page-team,
	body.viewing-page-availability,
	body.viewing-page-legal,
	body.viewing-page-privacy {
		padding-top: 319px;
	}

	body.viewing-page-team .section-wrap.quote-section {
		margin: 0 13px 51px;
		padding: 90px 25px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Availability Page / Units Table --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-availability .main-logo svg path {
	fill: var(--primary-color);
}

.section-wrap.availability-section {
	margin-bottom: 120px;
	padding: 0 25px;
}

.section-wrap.availability-section .content-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 1671px;
}

.units-table {
    border-collapse: collapse;
    width: 100%;
}

.units-table > thead > tr > th {
    border-bottom: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 300;
    padding: 8px 0 25px 0;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 890.5px) {
    .units-table thead th:nth-child(1) { width: 17%; }
    .units-table thead th:nth-child(2) { width: 10%; }
    .units-table thead th:nth-child(3) { width: 10%; }
    .units-table thead th:nth-child(4) { width: 10%; }
    .units-table thead th:nth-child(5) { width: 10%; }
    .units-table thead th:nth-child(6) { width: 10%; }
    .units-table thead th:nth-child(7) { width: 9%; }
    .units-table thead th:nth-child(8) { width: 9%; }
    .units-table thead th:nth-child(9) { width: 9%; }
    .units-table thead th:nth-child(10) { width: 13%; }
}

@media (max-width: 890px) {
    .units-table thead th:nth-child(1) { width: 32%; }
    .units-table thead th:nth-child(2) { width: 22%; }
    .units-table thead th:nth-child(3) { width: 22%; }
}

.units-table > thead > tr > th.header:not(.mobile-only) {
    cursor: pointer;
    min-width: 60px;
}

.units-table > thead > tr > th.header:hover {
    opacity: 0.9;
}

.units-table > thead > tr > th.headerSortDown:after,
.units-table > thead > tr > th.headerSortUp:after {
    background: url(/assets/images/invite/table-sort-down.svg) 50% 50% no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-left: 7px;
    height: 14px;
    width: 11px;
}

.units-table > thead > tr > th.headerSortUp:after {
    background-image: url(/assets/images/invite/table-sort-up.svg);
}

.units-table > tbody > tr > td {
    border-bottom: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
}

.units-table > tbody > tr:not(.mobile-only-row) > td:first-child {
    font-family: 'Trabuline';
    font-size: 43px;
    padding-bottom: 0;
}

.units-table > tbody > tr > td .view-button {
    background: var(--beige);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.15s ease, color 0.15s ease;
}

.units-table > tbody > tr > td .view-button:hover {
    background: var(--primary-color);
    color: var(--beige);
}

.mobile-only-row {
    display: none;
}

@media (min-width: 950.5px) {
    .units-table > tbody > tr > td.mobile-only,
    .units-table th.mobile-only {
        display: none;
    }
}

@media (max-width: 950px) {
    .units-table {
        position: relative;
        z-index: 1;
    }

    .units-table > thead > tr > th {
		border-bottom: 0.75px solid var(--primary-color);
        font-size: 12px;
        padding: 10px 0 20px 0;
    }

    .units-table > thead > tr > th.headerSortDown:after,
    .units-table > thead > tr > th.headerSortUp:after {
        margin-left: 4px;
        height: 9px;
        width: 7.5px;
    }

    .units-table > tbody > tr > td {
		border-bottom: 0.75px solid var(--primary-color);
        font-size: 12px;
        padding: 13px 0 11px 0;
    }

    .units-table > thead > tr > th.mobile-hide,
    .units-table > tbody > tr > td.mobile-hide {
        display: none;
    }

    .units-table > tbody > tr:not(.mobile-only-row) > td:first-child {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .mobile-units-toggle {
        background: url(/assets/images/invite/mobile-unit-plus.svg) 50% 50% no-repeat;
        background-size: contain;
        display: block;
        height: 9px;
        text-indent: -9999px;
        width: 9px;
    }

    tr.show .mobile-units-toggle {
        background-image: url(/assets/images/invite/mobile-unit-minus.svg);
    }

    .mobile-only-row.show {
        display: table-row;
    }

    .units-table > tbody > tr.mobile-only-row > td {
        padding: 0;
    }

    .sub-details-table {
		border-left: 1px solid var(--primary-color);
		border-right: 1px solid var(--primary-color);
        border-collapse: collapse;
        width: 100%;
    }

    .sub-details-table th,
    .sub-details-table td {
        border-bottom: 1px solid var(--primary-color);
        font-size: 12px;
        font-weight: 300;
        padding: 13px;
        text-align: left;
        text-transform: uppercase;
    }

    .sub-details-table tr:last-child th,
    .sub-details-table tr:last-child td {
        border-bottom: 0;
    }

    .sub-details-table td { 
        text-align: right;
    }

    .mobile-view-button {
        text-decoration: none;
    }

	.sub-details-table td.floorplan-mobile-link-wrap {
		padding: 0;
	}

	.mobile-floorplan-button {
		background: var(--beige);
		color: var(--primary-color);
		display: block;
		padding: 13px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inquire Page - Form --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.inquire-form-section {
	position: relative;
	z-index: 1;
}

.inquire-form-section .disc-block {
	margin-bottom: 110px;
}

.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
}

form {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: space-between;
    margin: 0;
    padding: 0;
}

form.submitting:before {
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.field-wrap {
	position: relative;
	width: calc(25% - 19px);
}

.field-wrap.disabled {
	pointer-events: none;
}

.field-wrap label {
	font-size: 14px;
	padding: 0 12px;
	pointer-events: none;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s ease;
    position: absolute;
}

.field-wrap.active label {
	color: #989A99;
	right: 0;
	z-index: 1;
}

.field-wrap.select.show-dropdown label,
.field-wrap.select.show-dropdown .choices__placeholder {
	color: #989A99;
}

.choices.is-focused {
	z-index: 2;
}

.field-wrap.active.select label {
	max-width: calc(100% - 160px);
	overflow: hidden;
	right: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.field-wrap.active.select.brokerage label {
	max-width: calc(100% - 287px);
}

@media (max-width: 1400px) and (min-width: 700.5px) {
	.field-wrap.active label {
		color: #808080;
		padding-left: 0;
		right: auto;
		top: -14px;
	}
	
	.field-wrap.active.select label {
		right: auto;
	}
}

@media (max-width: 1024px) {
	form {
		gap: 15px;
	}

	.field-wrap {
		width: calc(25% - 12px);
	}
}

.field-wrap input,
.field-wrap select,
.field-wrap .choices__inner {
    -webkit-appearance: none;
	appearance: none;
	background: var(--beige);
	border-radius: 0;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 48px;
	line-height: 48px;
	min-height: 0;
	outline: none;
	padding: 0 12px;
	text-transform: uppercase;
	width: 100%;
}

.field-wrap.error input,
.field-wrap.error select,
.field-wrap.error .choices__inner {
	border: 2px solid var(--primary-color);
}

.field-wrap.disabled select,
.field-wrap.disabled .choices__inner {
	pointer-events: none;
	border: 1px solid #989A99;
	color: #989A99;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--primary-color);
    transition: background-color 5000s ease-in-out 0s;
}

.field-wrap input::placeholder { color: var(--primary-color); }
.field-wrap input::-webkit-input-placeholder { color: var(--primary-color); }
.field-wrap input:-moz-placeholder { color: var(--primary-color); }
.field-wrap input:-ms-input-placeholder { color: var(--primary-color); }

.field-wrap .choices__inner {
    background: var(--beige) url(/assets/images/icons/dropdown-arrow.svg) calc(100% - 12px) 50% no-repeat;
    background-size: 14px auto;
}

.field-wrap.disabled select,
.field-wrap.disabled .choices__inner {
    background-image: url(/assets/images/icons/dropdown-arrow-gray.svg);
}

.field-wrap.error .choices__inner {
}

.choices[data-type*=select-one] .choices__input {
    color: var(--primary-color);
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}

.choices__list--dropdown {
	max-height: 300px;
	overflow: auto;
}

.choices__list--single {
    padding: 0 16px 0 0;
}

.choices__placeholder {
    opacity: 1;
}

.choices[data-type*=select-one]:after {
    display: none;
}

.is-open .choices__list--dropdown {
	background: var(--beige);
	border-color: var(--primary-color);
	border-top: 0;
}

.choices__list--dropdown .choices__item {
    padding: 10px 15px;
}

.choices__list--dropdown .choices__item--selectable {
	text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
}

.choices__list--dropdown .choices__item--selectable.choices__placeholder {
	color: #949897;
	display: none;
}

.choices__list--dropdown .choices__item--selectable:not(.choices__placeholder):hover,
.choices__list--dropdown .choices__item--selectable:not(.choices__placeholder).is-highlighted {
    background: var(--primary-color);
    color: #fff;
}

.field-wrap select {
    background: var(--beige) url(/assets/images/icons/dropdown-arrow.svg) calc(100% - 15px) 50% no-repeat;
    background-size: 20px auto;
}

.submit-wrap {
    align-items: center;
    display: flex;
	width: calc(50% - 15px);
}

@media (max-width: 1024px) {
	.submit-wrap {
		width: calc(50% - 8px);
	}
}

.submit-wrap .submit {
    -webkit-appearance: none;
	appearance: none;
	background: var(--beige);
	border-radius: 0;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 48px;
	line-height: 48px;
	margin-left: auto;
	outline: none;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.15s ease, color 0.15s ease;
	width: 100%;
}

.submit-wrap .submit:hover {
    background: var(--primary-color);
    color: var(--beige);
}

.thank-you-message {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 40vh;
	text-align: center;
    width: 100%;
}

.thank-you-message h3 {
    line-height: 120%;
}

.thank-you-message.show {
    opacity: 1;
    visibility: visible;
}

form .loader {
    background: #faf9f7;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s linear;
    z-index: 5;
}

form.show-thank-you .loader {
    opacity: 1;
}

#spark-registration-form.show-thank-you > h3,
#spark-registration-form.show-thank-you .field-wrap,
#spark-registration-form.show-thank-you .submit-wrap {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.75s linear, visibility 0.75s linear;
    visibility: hidden;
}

@media (max-width: 1000px) {
	body {
		transition: opacity 0.5s linear, padding-top 0.4s ease;
	}

	body.show-form {
		padding-top: calc(100dvh - 276px);
		transition-delay: 1s;
	}

	.form {
		bottom: auto;
		position: relative;
	}

	.field-wrap {
		width: calc(50% - 8px);
	}

	.submit-wrap {
		width: 100%;
	}
}

#responsive-check-element { display: none;}

@media (max-width: 700px) {
	#responsive-check-element {
		display: block;
		position: fixed;
		pointer-events: none;
		z-index: -99;
	}

	body {
		transition: opacity 0.5s linear, padding-top 0.4s ease;
	}

	body.show-form {
		padding-top: calc(100vh - 115px);
	}

	body.show-form .header {
		height: calc(100vh - 115px);
	}

	body.thank-you-page .header {
		background-image: url(/assets/images/mobile-thank-you-background-image.webp?v=0.01);
	}
	
	.registration-link {
		font-size: 15px;
		left: 20px;
		padding: 18px;
		right: 20px;
	}

	.registration-tagline {
		bottom: 50px;
		font-size: 20px;
		left: 50%;
		line-height: 118%;
		right: auto;
		transform: translateX(-50%);
		width: 260px;
	}

	body.thank-you-page .registration-tagline span {
		display: block;
	}

	.video-poster {
		background-image: url(/assets/images/mobile-background-image.webp?v=0.01);
	}	

	.form,
	body:not(.show-form) .form {
		padding: 50px 20px 40px 20px;
	}

	.form,
	form {
		transition-delay: 0s;
	}

	body.show-form .form {
		height: 715px;
	}

	form {
		gap: 25px;
	}

	.field-wrap {
		width: 100%;
	}

	.field-wrap input,
	.field-wrap select,
	.field-wrap .choices__inner,
	.submit-wrap .submit {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}

	.field-wrap .choices__inner,
	select {
		background-size: 12px auto;
	}

	.field-wrap label,
	.choices__list--dropdown .choices__item--selectable {
		font-size: 12px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Privacy Page ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.privacy-page {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.privacy-page-upper {
	display: flex;
	flex-direction: column;
}

body.privacy-page .privacy-logo {
	display: block;
	margin: 60px auto 120px;
	width: 400px;
}

body.privacy-page .privacy-logo img {
	display: block;
	width: 100%;
}

body.privacy-page section.privacy {
	background: var(--beige);
	margin: auto 15px 0 15px;
	padding: 120px 30px;
	position: relative;
}

body.privacy-page section.privacy:before {
	background: var(--beige) url(/assets/images/legal-icon.svg) 50% 38% no-repeat;
	border-radius: 100%;
	content: '';
	height: 75px;
	left: 50%;
	position: absolute;
	top: -37.5px;
	transform: translateX(-50%);
	width: 75px;
}

body.privacy-page section.privacy h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 110px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

body.privacy-page section.privacy p {
	font-size: 20px;
	line-height: 28.8px;
	margin: 0 auto 20px;
	max-width: 914px;
}

body.privacy-page section.privacy a {
	color: inherit;
}

body.privacy-page section.privacy p:last-child {
	margin-bottom: 0;
}

body.privacy-page .footer {
	margin-top: auto;
}

@media (max-width: 700px) {
	body.privacy-page .privacy-logo {
		width: 230px;
		margin: 30px auto 78px auto;
	}

	body.privacy-page section.privacy {
		background: var(--beige);
		margin: auto 11px 0 11px;
		padding: 78px 15px;
		position: relative;
	}
	
	body.privacy-page section.privacy:before {
		background-position: 50% 35%;
		background-size: 2px auto;
		height: 42px;
		top: -21px;
		width: 42px;
	}
	
	body.privacy-page section.privacy h1 {
		font-size: 24px;
		line-height: 20px;
		margin: 0 0 70px;
	}
	
	body.privacy-page section.privacy p {
		font-size: 12px;
		line-height: 16px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* WYSIWYG Template -> Footer Image -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.section-wrap.mobile-footer-image-wrap {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Legal / Privacy Pages ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.viewing-page-legal,
body.viewing-page-privacy {
}

body.viewing-page-legal .section-wrap.has-disc:before,
body.viewing-page-privacy .section-wrap.has-disc:before {
	content: '';
}

body.viewing-page-legal .section-wrap-inner,
body.viewing-page-privacy .section-wrap-inner {
	background: var(--beige);
	margin: 0 15px;
	padding: 120px 30px;
	width: auto;
}


body.viewing-page-legal .section-wrap-inner .content-block,
body.viewing-page-privacy .section-wrap-inner .content-block {
	margin: 0 auto 20px;
    max-width: 914px;
}

body.viewing-page-legal .section-wrap-inner h1,
body.viewing-page-privacy .section-wrap-inner h1 {
	font-size: 42px;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 110px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1920px) {
	body.viewing-page-legal .section-wrap-inner,
	body.viewing-page-privacy .section-wrap-inner {
		margin: 0 11.25px;
	}	
}

@media (max-width: 890px) {
	body.viewing-page-legal .section-wrap-inner,
	body.viewing-page-privacy .section-wrap-inner {
		margin: 0 11.25px;
		padding: 78px 15px;
	}

	body.viewing-page-legal .section-wrap-inner h1,
	body.viewing-page-privacy .section-wrap-inner h1 {
        font-size: 24px;
        line-height: 20px;
        margin: 0 0 70px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template -> Hero Video ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.hero-video-wrap {
    background: #000; 
    position: relative;
}

.hero-video-wrap .video-urls {
    display: none;
}

.hero-video-wrap video {   
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}

.video-spinner {
	animation: rotation 0.8s ease infinite;
	-webkit-animation: rotation 0.8s ease infinite;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.25);
	border-top-color: rgba(0, 0, 0, 0.5);
	height: 4rem;
	left: calc(50% - 2rem);
	position: absolute;
	top: calc(50% - 2rem);
	width: 4rem;
	z-index: 100;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
  
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}