@charset "utf-8";

/*  Font
============================================================================ */
@font-face {
	font-family: Futura;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(fonts/futura-pt_book.woff2) format("woff2"),
		 url(fonts/futura-pt_book.woff) format("woff");
}

@font-face {
	font-family: Futura;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(fonts/futura-pt_medium.woff2) format("woff2"),
		 url(fonts/futura-pt_medium.woff) format("woff");
}

@font-face {
	font-family: Futura;
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url(fonts/futura-pt_bold.woff2) format("woff2"),
		 url(fonts/futura-pt_bold.woff) format("woff");
}


/*  Primary Styles
============================================================================ */
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: Futura, Helvetica, Arial, sans-serif;
	line-height: 1.4;
}

@media (min-width: 768px) {
	html {
		font-size: 18px;
	}

	body {
		line-height: 1.6;
	}
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

h1 {
	text-transform: uppercase;
}

p {
	padding: 0 0 15px;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: 800;
}

p a:hover,
.footLinkEntry a:hover {
	border-bottom: 3px solid #000;
}

.siteWrap {
	overflow: hidden;
}


/*  Forms
============================================================================ */
input,
select {
	font-size: 16px;
	font-family: inherit;
	font-weight: 700;
	color: #000;
	letter-spacing: 5px;
	border-radius: 0; /* For iOS */
}

input::placeholder {
	color: #000;
	opacity: 1;
}

select {
	border: 2px solid #000;
}

.unbutton {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font: inherit;
	text-align: inherit;
	appearance: none;
}


/*  Header / Navigation
============================================================================ */
.site-header {
	width: 100%;
	position: relative;
	display: block;
}

.headBarContainerNW {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 7;
	padding: 24px;
	background-color: transparent;
	transform: translateY(0);
	transition: background-color ease-out .2s, transform ease-out .4s;
}

.admin-bar .headBarContainerNW {
	margin-top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .headBarContainerNW {
		margin-top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .headBarContainerNW.navFilled {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.admin-bar .headBarContainerNW.navFilled {
		margin-top: 0;
	}
}

.navFilled {
	background-color: #fff;
}

.mobileClosed.navdown {
	transform: translateY(-100%);
}

.flexNav {
	display: flex;
}

.headBarContainerNW a {
	text-decoration: none;
}


/* Logo */
.brandLogo {
	z-index: 20;
}

.brandLogo a {
	width: 77px;
	height: 53px;
	display: block;
}

.brandLogo img {
	display: block;
}

.hasHero .navFilled.mobileClosed .brandLogo img,
.brandLogo a:hover img {
	filter: invert(1);
}

.noHero .brandLogo a:hover img {
	filter: none;
}


/* Mobile navigation controller */
.mobileController {
	position: relative;
	width: 30px;
	height: 30px;
	margin: auto 0 auto auto;
	z-index: 20;
}

.mobileController button {
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
	border: 0 none;
	padding: 0;
	cursor: pointer;
}

.mobileController span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
	transition: transform .2s;
}

.noHero .mobileController span,
.navFilled .mobileController span {
	background-color: #000;
}

.hasHero .mobileOpened .mobileController span {
	background-color: #fff;
}

.mobileController span.top {
	top: 5px;
}

.mobileController span.middle {
	top: 50%;
	transform: translateY(-50%);
}

.mobileController span.bottom {
	bottom: 5px;
}

.mobileController .activeMobile .top {
	transform: rotate(45deg) translate(7px, 7px);
}

.mobileController .activeMobile .middle {
	display: none;
}

.mobileController .activeMobile .bottom {
	transform: rotate(-45deg) translate(5px, -6px);
}

body.flowHold {
	overflow-y: hidden;
}


/* Global nav styles */
.siteNavigation {
	background-color: #000;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.mobileClosed .siteNavigation {
	display: none;
}

.mobileOpened .siteNavigation {
	display: block;
}

.mobileOpened .mobileScrollingControl {
	overflow: auto;
	height: 100%;
	width: 100%;
	padding: 0 0 20px;
}

.mainNav {
	margin-bottom: 50px;
	line-height: 1;
}

.headBarContainerNW ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headBarContainerNW li a {
	display: block;
	padding: 15px;
	font-size: 1.5rem;
}

.hasHero .headBarContainerNW li a {
	color: #fff;
}


/* Mini navigation */
.miniNav {
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.miniNav .sep {
	display: none;
}

.searchTrigger {
	padding-bottom: 25px;
}

.searchTrigger button {
	background: transparent;
	border: 0 none;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	font: inherit;
	font-size: 15px;
	letter-spacing: inherit;
	cursor: pointer;
}

.searchTrigger img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.miniOpts {
	display: inline-block;
}

.miniNav .miniOpts a {
	display: block;
	padding: 8px;
	font-size: 15px;
}


/*  Mobile Nav
============================================================================ */
.headBarContainerNW .dropdown-close {
	display: none;
}

@media (max-width: 991px) {

	/* Header */
	.headBarContainerNW {
		z-index: 10;
	}


	/* Brand logo */
	.noHero .mobileOpened .brandLogo a:hover img,
	.noHero .mobileOpened .brandLogo img {
		filter: invert(1);
	}

	.hasHero .mobileOpened .brandLogo a:hover img {
		filter: none;
	}


	/* Mobile Controller */
	.noHero .mobileOpened .mobileController button span {
		background-color: #fff;
	}


	/* Nav styles */
	header nav.siteNavigation {
		padding-top: 90px;
	}

	.nav {
		position: relative;
		overflow: hidden;
	}

	.headBarContainerNW li a,
	.mainNav .dropdown-menu li a {
		color: #fff;
		font-size: 1.4rem;
		padding: 15px 24px;
	}


	/* Mini Nav */
	.miniNav {
		padding: 10px 24px;
		border-bottom: 1px solid #2a2a2a;
	}

	.miniOpts {
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}

	.navbar-mini-nav {
		display: inline-flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.miniNav .miniOpts a {
		display: inline-block;
		padding: 8px 0;
	}


	/* Main Nav */
	.mainNav {
		text-transform: uppercase;
		letter-spacing: .15em;
		margin-bottom: 0;
	}

	.mainNav li {
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}

	.mainNav .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		transform: translateX(100%);
		transition: all .4s ease 0s;
	}

	.mainNav .dropdown-menu--is-visible {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}

	.headBarContainerNW .dropdown-close {
		display: block;
	}

	.dropdown-close a:before,
	.dropdown > .dropdown-toggle:after {
		content: "";
		float: right;
		height: 24px;
		width: 14px;
		background: url(../img/black-arrow-icon.svg) center no-repeat;
		filter: invert(1);
	}

	.dropdown-close a:before {
		float: left;
		transform: rotate(180deg);
		margin-right: 10px;
	}
}

@media (min-width: 350px) and (max-width: 991px) {
	.miniNav .sep {
		display: inline-block;
	}

	.miniNav .sep a {
		display: block;
		font-size: 12px;
		padding: 0;
	}
}

@media (min-width: 410px) and (max-width: 991px) {
	.miniNav {
		letter-spacing: .1em;
	}

	.navbar-mini-nav {
		max-width: 410px;
	}
}


/*  Hero
============================================================================ */
.site-header.hasHero {
	overflow: hidden;
	height: 430px;
}

.leasing .site-header.hasHero {
	height: 0;
	padding-bottom: 56.25%;
}

.site-header.hasHero.properties,
.site-header.hasHero.letting {
	display: flex;
	height: auto;
	min-height: 430px;
	z-index: 9;
}

.site-header.hasHero .headHero {
	display: flex;
	align-items: center;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.for-sale .site-header.hasHero .headHero,
.to-let .site-header.hasHero .headHero {
	position: static;
}

.heroSlider {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.heroSlider__slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none !important;
}

.slick-current .heroSlider__slide,
.slick-active .heroSlider__slide {
	display: inline-block !important;
}

@media (min-width: 768px) {
	.heroSlider__slide {
		display: inline-block !important;
	}
}

.heroSlider .slick-dots {
	bottom: 15px;
	z-index: 9;
}

.heroSlider .slick-dots li button:before {
	font-size: 12px !important;
	color: #fff;
}

.heroSlider .slick-dots li.slick-active button:before {
	color: #fff;
}

.heroSlider .slick-track,
.heroSlider .slick-list,
.heroSlider .slick-slide div {
	width: 100%;
	height: 100%;
}

.for-sale .site-header.hasHero .headHero,
.to-let .site-header.hasHero .headHero {
	align-items: flex-end;
}

.site-header.hasHero .headHero::before,
.site-header.hasHero .headHero::after {
	content: " ";
	display: block;
	background: #000;
	width: 100%;
	position: absolute;
	left: 0;
}

.site-header.hasHero .headHero::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	height: 34%;
	top: 0;
	z-index: 7;
}

.site-header.hasHero .headHero::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	height: 30%;
	bottom: 0;
	z-index: 1;
}

.site-header.hasHero.property-search .headHero::before {
	height: 100%;
	background: rgba(0,0,0,.6)
}

.site-header.hasHero.property-search .headHero::after {
	display: none;
}

.site-header .headVisualHero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.headTitle {
	text-transform: uppercase;
	padding: 0 10px;
}

.headHero .messaging {
	text-align: center;
	position: relative;
	z-index: 7;
	flex: 1 0 100%;
	pointer-events: none;
}

.hasHero.properties .messaging,
.hasHero.letting .messaging {
	padding-top: 110px;
	padding-bottom: 0;
	overflow: hidden;
	pointer-events: all;
}

.headHero .messaging h1 p,
.headHero .messaging h1 {
	color: #fff;
	font-weight: 400;
	letter-spacing: .5rem;
	font-size: 2rem;
}

.headHero .messaging h1 br {
	content: " ";
}

.headHero .messaging h1 br::after {
	content: " ";
}


/* Hero video */
.headVisualHero .videoObject {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.headVisualHero .videoObject #heroVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.headVisualHero .videoObject iframe {
	width: 100%;
}

.wp-video {
	margin: auto;
}


/*  Responsive Videos
============================================================================ */
.centerWrap .videoObject {
	position: relative;
	padding-bottom: 56.25%;
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.centerWrap .videoObject iframe {
	width: 100%;
	height: 100%;
	min-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}


/*  Sliders
============================================================================ */
.retailRecommended .slick-dots {
	bottom: 50px;
}

.retailRecommended .slick-dots li button:before,
.whatsOnPromo .slick-dots li button:before {
	font-size: 12px !important;
}

.retailRecommended .slick-prev:before,
.retailRecommended .slick-next:before,
.whatsOnPromo .slick-prev:before,
.whatsOnPromo .slick-next:before,
.featuredProductGroup .slick-prev:before,
.featuredProductGroup .slick-next:before {
	color: #000;
}


/*  Properties
============================================================================ */

/* Intro */
.propertyLeader {
	padding-bottom: 0;
	margin: 0 auto;
}

.propertyLeaderContent {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.propertyLeader .propertyLeaderContent p,
.lettingPreRegisterCTA .registerForm p {
	text-align: center;
	font-size: 1.3rem;
}

.propertyLeaderLeft {
	width: 90%;
	max-width: 680px;
	min-width: 280px;
}

.propertyLeaderRight {
	text-align: center;
	width: auto;
}

.propertyLeaderRight a {
	letter-spacing: 0;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 2.5;
}

.propertyLeaderRight .blkArrowIcon::after {
	font-size: .85em;
}

/* .servicesbutton {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
} */

.lettingslogos,
.for-sale .saleslogos {
	margin-bottom: 100px;
	text-align: center;
}

.saleslogos {
	width: 580px;
	max-width: calc(90% - 130px);
	margin: auto;
	display: block;
	text-align: center;
}

.lettingslogos img,
.saleslogos img {
	width: 150px;
	vertical-align: middle;
	margin: 10px;
}

.lettingslogos img:nth-of-type(4) {
	display: block;
	margin: auto;
	height: 0px;
}


/*  Tabs / Accordion
============================================================================ */
.tabRowContent {
	display: flex;
	flex-wrap: wrap;
}

.tabSSRight img {
	width: 100%;;
}

.tabsFull {
	flex: 1 0 30%;
}

.mosaicFlex {
	display: flex;
	gap: 10px;
}

.halfmosaic {
	width: 50%;
}

.halfmosaic img {
	width: 100%;
}

.full_content_wysiwyg {
	display: block;
}

.full_content_wysiwyg .alignright {
	float: right;
	margin: 30px 0 20px 20px;
}

.full_content_wysiwyg .alignleft {
	float: left;
	margin: 30px 20px 20px 0;
}

.square {
	width: calc(33.33% - 10px);
}

.long {
	width: calc(66.66% - 10px);
}

.serviceTabs .links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: self-start;
	row-gap: 30px;
}

.sshTabRow .links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.linkrow {
	display: flex;
	flex-direction: column;
	width: 50%;
}

@media (min-width: 430px) {
	.linkrow {
		width: 33%;
	}
}

.linkrow a {
	margin: auto;
}

.linkicon {
	max-width: 70px;
	margin: auto;
	margin-bottom: 20px;
}

.tabRowImage {
	margin-bottom: 20px;
}

.tabRowContent {
	font-size: 1.1rem;
}

.tabRowContent h3 {
	padding-bottom: 30px;
	margin: 0;
}

.tabRowContent ul {
	margin-top: 0;
	padding-inline-start: 24px;
}

.tabRowContent li {
	padding-left: 10px;
	margin-bottom: 10px;
}

.tabButtons {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 40px;
	margin-bottom: 40px;
	gap: 20px;
	border-bottom: 1px solid #000;
}

.phasetabs .tabButtons {
	padding-bottom: 0;
	margin-bottom: 0;
}

.tabButton {
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	cursor: pointer;
}

.tabButton.active {
	background-color: #000;
	color: #fff;
}

.sshTab {
	display: none;
}

.sshTab.active {
	display: block;
}


/*  Utility classes
============================================================================ */
.flx {
	display: flex;
	flex-wrap: wrap;
}

.rev .flx {
	flex-direction: row-reverse;
}

.flx .flxLeft,
.flx .flxRight,
.flx .nlHalf,
.flx .nlThird {
	flex: 1 0 100%;
}

.flx .third {
	flex: 1 0 100%;
}

.flx .flxLeft.flxBottom {
	display: flex;
	align-items: flex-end;
}

.flx .nlThird,
.flx .nlTwoThird {
	flex: 1 0 100%;
}

.wrap {
	flex-wrap: wrap;
}

img.resp {
	display: block;
}

img.aligncenter {
	margin: auto;
}

.blkArrowIcon {
	display: inline-block;
	padding-right: 1.7em;
	position: relative;
	line-height: 1.3;
}

.blkArrowIcon--center {
	padding-left: 1.7em;
}

.blkArrowIcon::after {
	content: " ";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../img/black-arrow-icon.svg) center right no-repeat;
	background-size: contain;
	backface-visibility: hidden;
	transform: translate3d(-.3em, -50%, 0);
	transition: transform .3s;
	position: absolute;
	top: 50%;
	right: 0;
}


.blkArrowIcon:hover::after {
	transform: translate3d(0, -50%, 0);
}


/*  Footer
============================================================================ */
footer {
	display: block;
	padding: 30px 0 50px;
}

.footerInner {
	padding: 0 24px;
}


/* Social */
footer .socialBlock .channelsTitle,
footer .socialBlock .channelEntries {
	text-align: center;
	padding-bottom: 20px;
}

footer .socialBlock .channelsTitle {
	font-size: 1.3rem;
	letter-spacing: .6rem;
	font-weight: 700;
	line-height: 1;
}

footer .socialBlock .channelEntries .socialEntry {
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
}

footer .socialBlock .channelEntries .socialEntry img {
	max-width: 34px;
	display: block;
}

footer .socialPhotos {
	overflow: hidden;
	margin: 0 -7px;
}

footer #sb_instagram,
footer #sb_instagram #sbi_images {
	padding: 0 !important;
}

footer #sb_instagram #sbi_images .sbi_item {
	padding: 7px !important;
}

@media (max-width: 800px) {
	#sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item:nth-of-type(4) {
		display: none;
	}
}

footer .footerSocialMini {
	text-align: center;
	padding: 12px 0;
}

footer .footerSocialMini .miniLabel,
footer .footerSocialMini .miniIcons {
	display: block;
	text-align: center;
}

footer .footerSocialMini .miniLabel {
	font-weight: 800;
	letter-spacing: .2rem;
	padding-bottom: 12px;
	font-size: .8rem;
}

footer .socialEntry {
	display: inline-block;
	padding: 0 3px;
}

footer .socialEntry a {
	display: block;
}

footer .socialEntry img {
	display: block;
	max-width: 30px;
}


/* Newsletter Signup */
footer .newsLetterLink {
	padding: 42px 0 32px;
	text-align: center;
}

footer .newsLetterLink a {
	font-weight: 800;
	letter-spacing: .2rem;
	font-size: .8rem;
	color: #000;
}

.tribeBlock {
	margin-left: -20px;
	margin-right: -20px;
}

.tribeBlockElement-1 {
	max-width: 860px;
	margin: 0 auto;
	background-color: #000;
}

.tribeBlockElement-1.full {
	max-width: 100%;
	width: 100%;
}

.tribeBlock .tribeBlockElement-1 .flx {
	justify-content: center;
	padding: 0;
}

.tribeBlockElement-1 .flx .leftVisual {
	min-height: 400px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tribeBlockElement-1 .flx .nlHalf {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}

.tribeBlockElement-1 .wrp {
	padding: 40px;
	color: #fff;
	text-align: center;
}

.tribeBlock .nlTitle {
	font-size: 2rem;
	color: #fff;
	padding-bottom: 20px;
	letter-spacing: .3rem;
	text-align: center;
}

.tribeBlock .tribeBlockElement-1 .nlTitle {
	font-size: 2.8rem;
	padding: 20px;
	letter-spacing: .5rem;
	font-weight: 700;
	width: 100%;
}

.tribeBlock .tribeBlockElement-1.full .nlTitle,
.footer-newsletter .nlTitle {
	font-size: 1.4rem;
	letter-spacing: .4rem;
}

.tribeBlock .nlIntro p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
}

.tribeBlock .tribeBlockElement-1.full .nlIntro p,
.footer-newsletter .nlIntro p {
	color: #fff;
	font-size: 1.2rem;
}


/* Footer Links */
.footerLinkRows {
	margin-top: 20px;
	line-height: 1.3;
}

.footerLinks {
	text-align: center;
	font-size: .81rem;
	padding: 2px 0;
	font-weight: 700;
	line-height: 1.3;
}

.footerLinks .footLinkTitle {
	cursor: pointer;
	padding: 0 13px;
	font-weight: 800;
	letter-spacing: .2rem;
	margin-bottom: 16px;
}

.footLinkTitle::after{
	content: "+";
	font-size: 25px;
	line-height: 1;
	font-weight: 100;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: sub;
	transform: rotate(360deg);
}

.footLinkTitle:focus::after,
.footLinkTitle:hover::after {
	transform: rotate(0deg);
	transition: all .3s;
}

.footLinkTitle:target .footerLinkGroup {
	display: block;
	height: auto;
}

.footerLinkGroup {
	display: none;
	margin-bottom: 10px;
}

.footerLinks .footLinkEntry {
	padding: 0 13px 16px;
	letter-spacing: .2rem;
}

.footerLinks .footLinkEntry a {
	color: #000;
}


/* Footer Navigation */
.footerNavigation {
	padding-top: 40px;
}

.footnav {
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footnav li {
	display: block;
	letter-spacing: .2rem;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 14px;
	text-transform: uppercase;
}

.footnav li a {
	display: block;
	padding: 0 0 10px;
	color: #000;
}


/*  Date picker
============================================================================ */
.datepicker.dropdown-menu {
	font-size: 16px;
}

.datepicker.datepicker-inline td,
.datepickedropdown-menur.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
	padding: 7px 9px;
}

.inner.datecont:after {
	content: " ";
	display: block;
	background: url(../img/custom-select-arrow.svg);
	width: 14px;
	height: 13px;
	position: absolute;
	top: 16px;
	right: 32px;
}

.inner.datecont.active:after {
	display: none;
}


/*  Lightbox Overrides
============================================================================ */
.sl-overlay {
	background-color: #000 !important;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter {
	color: #fff !important;
}


/*  Property Virtual Tour
============================================================================ */
.bpsOverlay {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.bpsOverlay.inactive {
	display: none;
}

.bpsOverlay .closeOver {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

.bpsOverlay .closeOver::before,
.bpsOverlay .closeOver::after {
	content: " ";
	display: block;
	border-bottom: 4px solid #fff;
	width: 30px;
	height: 2px;
	pointer-events: none;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	left: 5px;
}

.bpsOverlay .closeOver::after {
	left: 3px;
	transform: rotate(-45deg);
}

.bpsOverlay .closeOver a {
	display: block;
	width: 40px;
	height: 40px;
}

.bpsOverlayInner.responsiveContain {
	position: relative;
	width: 100%;
	max-height: 90vh;
	aspect-ratio: 16 / 9;
}

.bpsOverlayInner.responsiveContain iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*  Products / Posts Slider
============================================================================ */
.featuredCampaignGroup.featuredCampaignGroup,
.featuredProductGroup.featuredProductGroup {
	display: flex;
	margin: 20px 0 0;
	padding: 0 0 60px;
	overflow: hidden;
}

.no-js .featuredCampaignGroup.featuredCampaignGroup,
.no-js .featuredProductGroup.featuredProductGroup {
	overflow-x: auto;
}

.featuredCampaignGroup.slick-slider,
.featuredProductGroup.slick-slider {
	overflow: visible;
}

.featuredCampaignGroup .slick-list,
.featuredProductGroup .slick-list {
	width: 100%;
}

.featuredCampaignGroup .productDisplayBox,
.featuredProductGroup .productDisplayBox {
	width: 100%;
	flex: 1 0 auto;
}

@media (min-width: 480px) {
	.featuredProductGroup .productDisplayBox {
		width: 50%;
	}
}

@media (min-width: 600px) {
	.featuredProductGroup .productDisplayBox {
		width: 33.333%;
	}
}

.featuredProductGroup .slick-slide .productDisplayBox {
	height: 100%;
}

.featuredProductGroup .edbInner {
	padding: 0 10px;
}

.featuredCampaignGroup.featuredCampaignGroup .edbInner img,
.featuredProductGroup.featuredProductGroup .edbInner img {
	display: block;
	margin-bottom: 10px;
}

.featuredProductGroup .productDetails div {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}

.featuredProductGroup .productDetails div:last-child {
	margin-bottom: 0;
}

.featuredCampaignGroup .slick-dots,
.featuredProductGroup .slick-dots {
	bottom: 20px;
}

.featuredProductGroup .slick-prev {
	left: -4%;
}

.featuredProductGroup .slick-next {
	right: -4%;
}

@media only screen and (min-width: 855px) {
	.featuredProductGroup .slick-prev {
		left: -3.4%;
	}

	.featuredProductGroup .slick-next {
		right: -2%;
	}

	.slick-prev:before,
	.slick-next:before {
		    font-size: 38px;
	}
}

.featuredProductGroup.slick-slider .slick-track,
.featuredProductGroup .slick-slide > div {
	height: 100%;
}

.featuredProductGroup .slick-dots li {
	margin: 0 2px;
}

.featuredProductGroup .slick-dots li button:before {
	font-size: 8px;
}

.featuredProductGroup .slick-prev,
.featuredProductGroup .slick-next {
	transform: translate(0, -310%);
}

/* Campaigns Slider */
.featuredCampaignGroup .slick-prev:before,
.featuredCampaignGroup .slick-next:before {
	font-size: 30px;
}

.featuredCampaignGroup .slick-next {
	right: 15px;
}

.featuredCampaignGroup .slick-prev {
	left: 15px;
	z-index: 9;
}

.featuredCampaignGroup .slick-dots li {
	margin: 0 9px;
}

.featuredCampaignGroup .slick-dots li button:before {
	font-size: 12px;
}

/* Posts Slider */
.featuredPostGroup .edbInner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}

.featuredPostGroup .productDetails {
	margin-bottom: 20px;
}

.featuredPostGroup .productDetails:last-child {
	margin-bottom: 0;
}

.featuredPostGroup .productDetails div {
	text-align: left;
	font-size: 1.1rem;
}

.featuredPostGroup .productTitle {
	font-weight: 800;
	margin-bottom: 10px;
}

.featuredPostGroup.featuredPostGroup a.button {
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*  History Tabs
============================================================================ */
.historytabscontent {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.standardPageContentInner .historytabscontent p,
.standardPageContentInner .historytabscontent h1 {
	text-align: left;
}


/*  Content Area
============================================================================ */
.homeContent,
.archiveEvents,
.singleEventContent,
.noHeroContent,
.standardContent,
.archiveRetailers,
.singleRetailerContent,
.apartmentsLeaderInner,
.apartmentsContent,
.apartmentsPhaseListingInner,
.livingCTA .livingCTAInner {
	padding: 0 24px;
}

.archiveApartmentInner {
	padding: 30px 0 0;
}

.archivePostsInner,
.postContentInner {
	padding: 60px 30px 0;
}

.standardPageContentInner {
	padding: 40px 30px 0;
}

.post-type-archive-apartment .centerWrap,
.centerWrap.propertyDisplay,
.single.single-apartment .centerWrap,
.page-template.leasing .centerWrap,
.page-template-template-about .centerWrap {
	max-width: 100% !important;
	margin: 0;
}

.livingCTA {
	max-width: 840px;
	margin: 0 auto;
}


/* .rightTabFixed {
	position: fixed;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 8;
}

.rightTabFixed a {
	border: none;
	-webkit-transform: translateY(-150%) rotate(-90deg);
	transform: translateY(-150%) rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	display: block;
	padding: 10px 20px;
	color: #fff;
	background-color: #000;
	letter-spacing: .2rem;
	font-weight: 700;
	font-size: .8rem;
} */

.dash {
	display: inline-flex;
	background: #000;
	height: 3px;
	width: 24px;
	margin-bottom: 5px;
	margin: 7px;
}

#retailerFilterForm,
.azOrdering {
	display: none;
}

#retailerFilterForm.active,
.azOrdering.active {
	display: block;
}

.eventsLoadingBay.grid .retailerDisplayBox {
	display: flex;
}

.eventsLoadingBay.list .retailerListDisplayBox {
	display: block;
	padding-bottom: 40px;
}

.eventsLoadingBay.list .retailerDisplayBox,
.eventsLoadingBay.grid .retailerListDisplayBox {
	display: none;
}


/* hide filter for queried searches before launch */
.sshTab .retailerFiltration .filterRow,
.sshTab .retailerFiltration form,
.sshTab #retailerFilterForm.active {
	display: none;
}


/*  Standard Content
============================================================================ */
.standardContentInner .mainHeader {
	max-width: 992px;
	margin: 0 auto;
}


/*  404 Page
============================================================================ */
.error404 .centerWrap {
	padding: 0 45px;
	text-align: center;
	font-size: 1.2rem;
}

.error404__inner {
	margin: 1.6rem auto;
	max-width: 720px;
}

.error404__inner h2 {
	margin: 0 0 20px;
}


/*  Legal Pages
============================================================================ */
.MsoTableGrid {
	width: 100%;
}

.MsoTableGrid td {
	border: 1px solid #000;
	vertical-align: top;
	padding: 10px;
}

.MsoNormalTable {
	margin: auto;
	width: 100%;
	max-width: 800px;
	min-width: 500px;
}

.MsoNormalTable td {
	padding: 0.5rem !important;
	width: auto !important;
}

.MsoNormalTable td p {
	line-height: 1.3;
}

.MsoNormalTable td p:last-child {
	padding-bottom: 0;
}

.MsoNormalTable td p span {
	display: block;
	font: inherit !important;
	font-size: 1rem !important;
}

.cookie-policy .standardPageContentInner p {
	text-align: left;
}

.standardPageContentInner p + ul {
	margin-top: 0;
}


/* Div must be wrapper around table */
.responsive-table {
	overflow: auto;
}


/*  Iubenda Policies
============================================================================ */
#iubenda_policy#iubenda_policy {
	font: inherit;
	line-height: 1.4;
	text-align: left;
}

#iubenda_policy#iubenda_policy h1,
#iubenda_policy#iubenda_policy h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#iubenda_policy#iubenda_policy h2 {
	font-size: 1em;
}

#iubenda_policy#iubenda_policy h3 {
	font-size: 1em;
	line-height: 1.3;
}

#iubenda_policy#iubenda_policy h4 {
	font-size: .95em;
	line-height: 1.3;
}

#iubenda_policy#iubenda_policy .w_icon_24.iub-purpose {
	background-position: 10px 50%;
}

#iubenda_policy#iubenda_policy ul.styled li,
#iubenda_policy#iubenda_policy ul li,
#iubenda_policy#iubenda_policy p {
	font: inherit;
	line-height: 1.4;
	text-align: left;
}

#iubenda_policy#iubenda_policy .iub_footer {
	font-size: 1rem;
}


/*  Home Components
============================================================================ */

/* Introduction */
.homeContent .introduction {
	padding: 50px 0;
}

.introContent {
	max-width: 818px;
	margin: 0 auto;
}

.planYourVisitContent {
	max-width: 1050px;
	margin: auto;
}

.planYourVisitContent .introContent {
	max-width: 928px;
}

.introContent p {
	text-align: center;
	font-size: 1.3rem;
}


/* Introduction selectors */
.sectionSelectors {
	padding: 0 0 15px;
}

.sectionSelectors .flx {
	justify-content: center;
}

.planYourVisitContent .sectionSelectors .flx {
	justify-content: space-between;
}

.sectionSelectors .flx .selectorEntry {
	flex: 1 0 50%;
	padding-bottom: 20px;
}

.sectionSelectors .flx .selectorEntry a {
	color: #000;
}

.sectionSelectors .flx .selectorEntry .selIco {
	text-align: center;
	padding-bottom: 0;
}

.sectionSelectors .flx .selectorEntry .selIco img {
	max-width: 75px;
	display: inline-block;
}

.sectionSelectors .flx .selectorEntry .slLink {
	font-size: .8rem;
	letter-spacing: .2rem;
	text-align: center;
}


.planYourVisitContent .sectionSelectors .flx .selectorEntry .slLink {
	font-weight: 600;
	padding-bottom: 10px;
	display: inline;
	border-bottom: 2px solid black;
	line-height: 40px;
}

.planYourVisitContent .sectionSelectors .flx .selectorEntry {
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.amenities .flx {
	gap: 20px;
}


/* Home display boxes */
.homeDispBox {
	padding-bottom: 30px;
}

.homeDispBox a {
	color: #000;
}

.homeDispBox.rev .flx {
	flex-direction: column-reverse;
}

.homeDispBox .flx {
	flex-wrap: nowrap;
	flex-direction: column-reverse;
}

.homeContent:not(.planYourVisitContent) .homeDispBox .hdbTitle h2,
.homeContent:not(.planYourVisitContent) .three_squares .hdbTitle h2 {
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}

.planYourVisitContent .homeDispBox .hdbTitle {
	position: relative;
	z-index: 10;
}

.planYourVisitContent .homeDispBox .hdbTitle h2,
.planYourVisitContent .three_squares .hdbTitle h2 {
	font-size: 60px;
	letter-spacing: 15px;
	text-align: left;
}

.planYourVisitContent .homeDispBox.rev .hdbTitle h2 {
	text-align: right;
}

.homeDispBox .hdbTitle h2,
.three_squares .hdbTitle h2 {
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: .4rem;
	margin: 0;
	padding: 0;
	text-align: left;
}

.homeDispBox .flxLeft p {
	padding: 30px 0 5px;
	font-size: 1.1rem;
}

.homeDispBox .hdbLink {
	padding: 20px 0;
}


/* Experience boxes */
.three_squares {
	padding-bottom: 0;
}

.homeExperienceCols .thirdInner {
	padding-bottom: 60px;
}

.homeExperienceCols .colContent {
	padding: 20px 0 0;
}

.homeExperienceCols .colContent p {
	font-size: 1.11rem;
	padding: 0 0 10px;
}

.homeExperienceCols .colContent .colLink {
	font-size: 1.11rem;
	letter-spacing: .24rem;
}

.homeExperienceCols a {
	color: #000;
}

.hdbLink {
	padding-top: 20px;
}


/*  Events Archive + Page
============================================================================ */
.archiveEventsContentInner h2 {
	font-size: 2.3rem;
	letter-spacing: .7rem;
	margin: 0;
	padding: 0 0 20px;
	font-weight: 700;
}

.archiveEventsContentInner .EventsIntroduction {
	max-width: 992px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
}

.archiveEventsContentInner .eventsIntroductionText {
	max-width: 850px;
	margin: 0 auto;
}

.archiveEventsContentInner .eventsIntroductionText p {
	text-align: center;
	font-size: 1.3rem;
}


/* Events slider */
.eventSlider {
	padding-bottom: 40px;
	padding-top: 40px;
}

.eventsSlicked {
	display: flex;
	overflow: hidden;
}

.no-js .eventsSlicked {
	overflow-x: auto;
}

.eventsSlicked.slick-slider {
	overflow: visible;
}

.eventsSlicked .eventEntry {
	width: 100%;
	flex: 1 0 auto;
}

.eventSlider .flxEventHalf {
	flex: 1 0 100%;
}

.eventSlider .flxEventHalf.middle {
	position: relative;
}

.eventSlider .eventSlideData {
	padding: 30px 0;
	border-bottom: 2px solid #000;
}

.eventSlider .flxEventHalf .eventSlideData .dataCont {
	color: #000;
}

.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTags {
	font-size: .95rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	padding-bottom: 15px;
}

.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle {
	padding-bottom: 20px;
}

.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle h2 {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 0;
	font-weight: 700;
}

.eventSlider .flxEventHalf .eventSlideData .dataCont .eventDate {
	font-size: 1.1rem;
}

.eventSlider .eventVisual {
	background-color: #ccc;
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.eventSlider .eventVisual img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eventSlider .slick-list {
	width: 100%;
}

.eventSlider .eventsSlicked .slick-slide {
	height: auto;
}

.eventSlider .slick-dots {
	bottom: -40px;
}

.eventSlider .slick-dots li.slick-active button:before {
	color: transparent !important;
	background-color: #000 !important;
	opacity: 1 !important;
}

.eventSlider .slick-dots li button:before {
	font-size: 12px !important;
	width: 12px !important;
	height: 12px !important;
	color: transparent !important;
	border: 1px solid #000 !important;
	opacity: 1 !important;
	border-radius: 50% !important;
}


/* Events Filter */
.eventsFiltration {
	padding: 40px 0 0;
	position: relative;
}

.filterBlockTitle {
	padding-bottom: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
}

.archiveOffers .filterBlockTitle {
	text-align: right;
}

.eventsFilterBlockSelects {
	margin: 0 -20px;
}

.eventsFilterBlockSelects .evSel .inner {
	padding: 0 20px 15px;
	position: relative;
}

.eventsFilterBlockSelects .evSel .clearDate {
	display: none;
	padding: 16px 14px;
	position: absolute;
	right: 20px;
	top: 22px;
	transform: translateY(-50%);
}

.eventsFilterBlockSelects .evSel .clearDate.active {
	display: block;
}

.eventsFilterBlockSelects .evSel .clearDate a {
	width: 10px;
	height: 10px;
	display: block;
	background: url(../img/clear-input-icon-0.svg) center no-repeat;
}

.eventsFilterBlockSelects input,
.eventsFilterBlockSelects select {
	background-color: #fff;
	width: 100%;
	padding: 10px 20px 10px 10px;
	letter-spacing: .2rem;
}

.eventsFilterBlockSelects select {
	background-image: url(../img/custom-select-arrow.svg);
	background-size: 14px 13px;
	background-position: calc(100% - 10px) center;
	text-transform: uppercase;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.eventsFilterBlockSelects input {
	font-weight: 700;
	border: 2px solid #000;
	cursor: pointer;
}

.eventsFilterBlockSelects select:focus:not(:focus-visible),
.eventsFilterBlockSelects input:focus {
	outline: none;
}


/* Loading area */
.loadingIndicate {
	position: relative;
	padding: 40px 0;
	text-align: center;
}

.loadingIndicate.hidden {
	display: none;
}

.events-shortcode-container,
.archiveEvents .eventsLoadingBay {
	margin-left: -20px;
	margin-right: -20px;
}

.relatedEvents,
#loadContainEvents,
#loadContainPropertiesSales,
#loadContainPropertiesLetting,
#featuredLoadingBaySales,
#featuredLoadingBayLetting {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
	justify-content: center;
}

#loadContainPropertiesLetting,
#loadContainPropertiesSales,
#featuredLoadingBaySales,
#featuredLoadingBayLetting {
	padding: 20px 0 0;
}

.featuredProperties {
	display: none;
}

.featuredHeader {
	margin-top: 0;
}


#loadContainEvents.hidden {
	display: none;
}

#loadContainEvents .eventDisplayBox,
.relatedEvents .eventDisplayBox {
	width: 100%;
}

@media (min-width: 480px) {
	#loadContainEvents .eventDisplayBox,
	.relatedEvents .eventDisplayBox {
		width: 50%;
	}
}

@media (min-width: 768px) {
	#loadContainEvents .eventDisplayBox,
	.relatedEvents .eventDisplayBox {
		width: 33.333%;
		padding-bottom: 20px;
	}
}

#loadContainEvents .edbInner,
.relatedEvents .edbInner {
	padding: 20px;
}

#loadContainEvents .edbInner a,
.relatedEvents .edbInner a {
	display: block;
}

#loadContainEvents .edbVisualBox,
.relatedEvents .edbVisualBox {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.edbVisualBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

#loadContainEvents .edbVisualBox::before,
.relatedEvents .edbVisualBox::before {
	content: " ";
	display: block;
	height: 60%;
	max-height: 200px;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

#loadContainEvents .edbVisualBox .edbTitle,
.relatedEvents .edbVisualBox .edbTitle {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	z-index: 1;
}

#loadContainEvents .edbInner .edbData,
.relatedEvents .edbInner .edbData {
	color: #000;
	font-size: 1.2rem;
	padding: 20px 0 0;
}

#loadContainEvents .edbInner .edbData .edbDate {
	line-height: 1.3;
}

#loadContainEvents .edbInner .edbData .dt {
	font-size: 1rem;
	display: inline-block;
}

#loadContainEvents .edbInner .edbData .eventTaxTags,
.relatedEvents .edbInner .edbData .eventTaxTags {
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .2rem;
}


/* loading spinner */
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #000;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #000 transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* Events page classes */
.singleEventContent .eventLeader,
.noHeroContent .noHeroLeader {
	padding-top: 100px;
	padding-bottom: 30px;
}

.singleEventContent .eventLeader .eventLeaderVisual {
	padding-top: 40px;
}

.singleEventContent .eventLeader .eventLeaderVisual img {
	margin: 0 auto;
}

.singleEventContent h1,
.noHeroContent h1 {
	font-size: 1.4rem;
	letter-spacing: .3rem;
	text-align: center;
	padding: 0;
	font-weight: 700;
}

.singleEvent .eventLeft {
	max-width: 100%;
}

.singleEvent .eventLeft p {
	padding: 0 0 1.3rem;
	font-size: 1.3rem;
}

.singleEvent .eventLeft a {
	border-bottom: 0 none;
	text-decoration: underline;
	color: #000;
}

.singleEvent .eventLeft a:hover,
.singleEvent .eventLeft .productDisplayBox a {
	text-decoration: none;
}


.singleEvent .eventLeft p a.buttonanchor:first-child {
	margin-bottom: 2rem;
}

.singleEvent .eventLeft p .buttonanchor:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.singleEvent .eventLeft p a.buttonanchor {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
	padding: .5rem 1.25rem;
	color: #fff;
	font-weight: 700;
	font-size: .875rem;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	word-break: normal;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.singleEvent .eventLeft p a.buttonanchor:hover {
	border-bottom: none;
}

.singleEvent .eventLeft h2 {
	padding: 0 0 .5rem;
	font-size: 1.5rem;
}

.singleEvent .eventLeft h3 {
	padding: 0 0 15px;
	font-size: 1.3rem;
}

.singleEvent .flx {
	flex-direction: column;
	justify-content: center;
	padding-bottom: 40px;
}

.singleEvent .eventLeft img {
	display: block;
	margin-bottom: 30px;
}

.eventLeft > * {
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.eventLeft.fullwidth > * {
	max-width: 100%;
}

.singleEvent .flx.hasdetails .eventLeft > *,
.featuredProductGroup {
	max-width: 100%;
}

.eventContext {
	padding-bottom: 30px;
	font-size: 1.1rem;
}

.eventContext .eventDate {
	padding-bottom: 15px;
}

.eventContext .eventSiteLink,
.eventContext .eventTicket {
	padding-top: 30px;
}

.eventContext .googleLink {
	padding-top: 15px;
}

.eventContext .googleLink a {
	font-weight: 800;
	color: #000;
}

.eventContext .googleLink .blkArrowIcon::after {
	font-size: .9em;
}

.eventContext .eventDateTitle,
.eventContext .eventLocationTitle,
.eventContext .eventTicketTitle {
	padding-bottom: 5px;
	font-weight: 800;
	letter-spacing: .4rem;
}

.eventOutput {
	padding-bottom: 10px;
}

.eventLocationTitle {
	padding-top: 10px;
}

.relatedEventsHeader {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .3rem;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}


/* Expired event */
.expired-event {
	margin: 1.6rem auto;
	max-width: 720px;
}


/*  Buttons
============================================================================ */
.button,
.hdbLink span,
.viewApartmentOpt span,
.appbutton,
.eventContext .eventSiteLink a,
.eventLeft a.button,
.standardPageContentInner a.button,
.retailerBody a.button,
.tabRowContent a.button {
	display: inline-block;
	padding: 10px 24px;
	background-color: #000;
	color: #fff;
	line-height: 1.3;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
}

.tabRowContent a.button,
.hdbLink span {
	padding: 12px 17px;
	letter-spacing: .2rem;
	font-size: .8rem;
}

.eventLeft a.button,
.standardPageContentInner a.button,
.retailerBody a.button {
	margin-bottom: 11px;
}

.appbutton {
	margin: 30px 0 0;
}

.expired-event .button {
	font-size: 1.2rem;
	margin-top: .7rem;
}

.tabRowContent .linkrow a.button {
	background-color: transparent;
	color: #000;
	letter-spacing: .15rem;
	max-width: 140px;
	transition: all .3s;
}

.tabRowContent .linkrow a.button:hover {
	background-color: #000;
	color: #fff;
}

a.button:hover,
.appbutton:hover,
.eventLeft a.button:hover,
.standardPageContentInner a.button,
.retailerBody a.button:hover,
.tabRowContent a.button:hover {
	border: 0 none;
}


/*  Retailer Archive and Page
============================================================================ */

/* Retailer a z ordering bar */
.azOrdering.active {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	justify-content: center;
	gap: 4px;
}

.azOrdering .letter a {
	font-size: 14px;
	font-weight: 700;
	width: 43px;
	height: 43px;
	vertical-align: middle;
	display: table-cell;
	color: #000;
	border: 2px solid #000;
	text-align: center;
	line-height: 1;
}

.azOrdering .letter a.active {
	background-color: #000;
	color: #fff;
}

/* Retailer filters */
.retailersFilterBlockSelects.flx {
	margin: 0 -15px;
}

.retailersFilterBlockSelects.flx .quarter {
	flex: 1 0 100%;
}

.retailersFilterBlockSelects.flx .quarter .inner {
	padding: 15px;
	padding-bottom: 0;
	margin-bottom: -1px;
}

.featuredHeader h2 {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-align: center;
	padding-top: 30px;
}

.retailersFilterBlockSelects select {
	width: 100%;
	padding: 7px 20px 7px 10px;
	background-color: #fff;
	background-image: url(../img/custom-select-arrow.svg);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-overflow: ellipsis;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.retailersFilterBlockSelects select,
.retailersFilterBlockSelects input,
.retailersFilterBlockSelects input::placeholder {
	letter-spacing: 0;
}

.retailersFilterBlockSelects input {
	width: 100%;
	background-color: transparent;
	border: 0;
	padding: 8px 0 8px 28px;
	background: url(../img/magnifying_glass_black.png) left center / 21px no-repeat;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
}

.retailersFilterBlockSelects select:focus:not(:focus-visible),
.retailersFilterBlockSelects input:focus {
	outline: none;
}

.filterRow.ordering {
	padding-top: 20px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.filterreset {
	display: flex;
	align-items: center;
}

.filterreset button {
	color: #000;
	display: flex;
	align-items: center;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	background: transparent;
	border: 0 none;
	padding: 0;
	letter-spacing: 0.15em;
	cursor: pointer;
}

.filterreset span {
	display: inline-block;
	background: transparent;
	border: 2px solid #000;
	padding: 0px 5px 0.5px;
	margin-right: 6px;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0;
}

.retailerFiltration .azSwitch {
	width: 73px;
	height: 35px;
	position: relative;
	display: inline-block;
	background-image: url(../img/grid-list.png);
	background-size: cover;
	background-position: bottom;
	vertical-align: middle;
}

.retailerFiltration .azSwitch:hover,
.retailerFiltration .azSwitch[aria-pressed='true'] {
	background-position: top;
}

.retailerFiltration .azSwitch[aria-pressed='true']:hover {
	background-position: bottom;
}

#loadContainRetailers {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 0;
	min-width: 100%;
	justify-content: center;
}

.grid #loadContainRetailers {
	margin: 0 -15px;
}

.list #loadContainRetailers {
	justify-content: flex-start;
	flex-direction: column;
}

#loadContainRetailers.noFlx {
	display: block;
	flex-wrap: nowrap;
}

#loadContainRetailers.hidden {
	display: none;
}

.archiveRetailersInner .retailerIntroduction {
	max-width: 850px;
	margin: 0 auto;
	padding: 40px 0 55px;
	text-align: center;
	position: relative;
}

.archiveRetailersInner .retailerIntroduction h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .85rem;
	padding: 0 0 50px;
	margin: 0;
	position: relative;
}

.archiveRetailersInner .retailerIntroduction::after {
	position: absolute;
	width: 26px;
	height: 26px;
	bottom: 0;
	left: 50%;
	background: url(../img/black-arrow-icon.svg) center no-repeat;
	background-size: cover;
	display: block;
	content: " ";
	transform: translateX(-50%) rotate(90deg);
}

.retailerIntroductionText {
	font-size: 1.3rem;
}

.retailerIntroductionText a {
	border-bottom: 3px solid #000;
}

.retailerDisplayBox {
	width: 50%;
}

@media (min-width: 600px) {
	.retailerDisplayBox {
		width: 33.333%;
	}
}

@media (min-width: 1024px) {
	.retailerDisplayBox {
		padding-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.retailerDisplayBox {
		width: 25%;
	}
}

.retailerDisplayBox .rdbTitle {
	text-align: center;
	padding: 0 0 15px;
	font-weight: 800;
	color: #000;
	font-size: 1rem;
	line-height: 1.2;
	text-transform: uppercase;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 1024px) {
	.retailerDisplayBox .rdbTitle {
		font-size: 1.35rem;
		line-height: 1.3;
	}
}

.retailerDisplayBox .rdbInner {
	padding: 15px;
	width: 100%;
	margin-top: auto;
}

.retailerDisplayBox .rdbVisual {
	padding-bottom: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.retailerDisplayBox .rdbVisual img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.retailerDisplayBox .rdbVisual .rdbDesc,
.whatsOnPromo .rdbDesc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	color: #000;
}

.retailerDisplayBox .rdbVisual .rdbDesc {
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	top: 0;
}

.comingsoonretailers .retailerDisplayBox .rdbVisual .rdbDesc,
.comingsoonretailers .whatsOnPromo .rdbDesc {
	display: table;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
}

.comingsoonretailers .retailerDisplayBox .rdbVisual:hover .rdbDesc,
.comingsoonretailers .whatsOnPromo:hover .rdbDesc {
	height: 100%;
}

.comingsoonretailers .retailerDisplayBox .rdbVisual:hover .rdbDesc span,
.comingsoonretailers .whatsOnPromo:hover .rdbDesc span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.retailerDisplayBox .rdbVisual .rdbDesc span,
.whatsOnPromo .rdbDesc span {
	overflow: hidden;
	padding: 15px;
	max-width: 100%;
	font-size: 15px;
	font-weight: 700;
	display: none;
}

@media (min-width: 1024px) {
	.retailerDisplayBox a:hover .rdbDesc {
		opacity: 1;
	}

	.retailerDisplayBox a:hover .rdbVisual img {
		opacity: 0;
	}

	.retailerDisplayBox a:hover .rdbDesc span {
		display: block;
	}

	.page-template-template-campaign .recommend .retailerDisplayBox a:hover .rdbVisual img {
		opacity: 1;
	}
}

.whatsOnPromo:hover .rdbDesc span {
	display: block;
}

.whatsOnPromo .visual {
	position: relative;
}

.retailerListDisplayBox {
	max-width: 920px;
}

.retailerListDisplayBox a {
	color: #000;
}

.retailerListDisplayBox .rdbTitle,
.alphabetletter {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.alphabetletter {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 3.8rem;
	line-height: 1;
}

.eventsLoadingBay.grid .alphabetletter {
	display: none;
}

.retailerListDisplayBox .rdbExcerpt {
	font-size: 1.2rem;
}

.retailerListDisplayBox .visit {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1;
}

.retailerListDisplayBox .blkArrowIcon:after {
	font-size: .9em;
}

.retailerLeader {
	padding-top: 25px;
}

.retailerLeader .retailerBigTitle {
	padding-bottom: 40px;
}

.retailerLeader .retailerBigTitle h1 {
	font-size: 2.4rem;
	letter-spacing: .3rem;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.retailerLeader .leaderContent {
	padding: 0 0 35px;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .2rem;
	text-transform: uppercase;
	max-width: 760px;
	margin: 0 auto;
}

.retailerLeader .leaderImg {
	margin: 0 auto;
	padding-bottom: 40px;
}

.singleRetailer {
	padding-top: 110px;
}

.singleRetailerContent .retailerBody {
	max-width: 830px;
	margin: 0 auto;
}

.singleRetailerContent .retailerBody p {
	padding: 0 0 35px;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}

.retailerOpeningHours .ohVisualsTopRow.flx,
.retailerOpeningHours .ohVisualsBottomRow.flx {
	margin: 0 -15px;
}

.retailerOpeningHours .ohDisplay {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 -15px;
}

.retailerOpeningHours .ohDisplay .ohLeft,
.retailerOpeningHours .ohDisplay .ohRight {
	flex: 1 0 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.retailerOpeningHours .ohDisplay .ohLeft {
	display: flex;
}

.retailerOpeningHours .ohDisplay .ohLeft .ohLeftVisual {
	position: relative;
	flex: 1 0 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.retailerOpeningHours .ohVisualsTopRow .tRowImg,
.retailerOpeningHours .ohVisualsBottomRow .bRowImg {
	padding: 10px;
	flex: 1 0 50%;
}

.retailerOpeningHours .ohVisualsTopRow .trInner,
.retailerOpeningHours .ohVisualsBottomRow .trInner {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100%;
}

.retailerOpeningHours .ohDisplay .ohLeft .ohLeftVisual img,
.retailerOpeningHours .ohVisualsTopRow .trInner img,
.retailerOpeningHours .ohVisualsBottomRow .trInner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.retailerOpeningHours .ohRightInner {
	background-color: #000;
	color: #fff;
	padding: 35px;
}

.retailerOpeningHours .ohRightInner .ohInTitle {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: .3rem;
	line-height: 1;
}

.retailerOpeningHours .ohRightInner .day {
	display: flex;
	padding-bottom: 20px;
	line-height: 1;
}

.retailerOpeningHours .ohRightInner .day:last-child {
	padding-bottom: 0;
}

.retailerOpeningHours .ohRightInner .day div {
	flex: 1 0 30%;
}

.retailerOpeningHours .ohRightInner .day .dayHour {
	text-align: right;
	flex: 1;
	white-space: nowrap;
	padding-left: 30px;
}

.commsMapData .commsLft {
	padding: 30px 0 0;
	flex-direction: column;
}

.commsMapData .comsWbEntries {
	padding-bottom: 20px;
}

.commsMapData .commsLft,
.commsMapData .commsRght {
	flex: 1 0 100%;
	text-align: center;
	font-size: 1rem;
	justify-content: center;
}

.commsMapData .commsLft .commSoc .comSocEntity,
.commsMapData .commsLft .commSoc .comSocTitle {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}

.comSocEntity img {
	min-width: 30px;
}

.commsMapData .commsLft a,
.commsMapData .commsGoogleUrl a {
	color: #000;
}

.commsMapData .commsLft .commSoc,
.commsMapData .commsLft .comTl,
.commsMapData .commsLft .comMl {
	padding: 10px 0;
}

.commsMapData .commsLft .commMail a,
.commsMapData .commsLft .comMl a,
.commsMapData .commsGoogleUrl {
	text-decoration: underline;
}

.commsMapData .commsLft .comTl {
	padding-top: 20px;
}

.commMail {
	padding-top: 20px;
	padding-bottom: 30px;
}

.commsMapData .commsGoogleUrl {
	text-align: center;
	padding-top: 15px;
}

.commsLft.flx {
	padding-bottom: 60px;
}

.recommend.flx {
	margin: 0 -15px;
	padding-bottom: 80px;
}

.recommendedTopTab {
	padding: 6px 12px;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	font-weight: 800;
	font-size: 1.4rem;
	margin-bottom: 15px;
}


/* Retailer What's On Feature */
.whatsOnPromo {
	padding-top: 100px;
}

.singleRetailer .whatsOnPromo {
	padding-top: 30px;
	padding-bottom: 80px;
}

.whatsOnPromo .slick-slide,
.retailRecommended .slick-slide {
	height: auto;
}

.retailRecommended .slick-slide,
.retailRecommended .slick-track {
	display: flex;
}

.retailRecommended .slick-list,
.whatsOnPromo .slick-list {
	width: 100%;
}

.retailRecommended .slick-slide > div {
	margin-top: auto;
	width: 100%;
}

.whatsOnPromo .flx .third {
	padding: 7px;
}

.whatsOnPromo .whatsOnPromoHeader {
	text-align: center;
	padding-bottom: 40px;
}

.whatsOnPromo .whatsOnPromoHeader h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .85rem;
	padding: 0;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.whatsOnPromo .flx .visual {
	padding-bottom: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.whatsOnPromo .flx .visual img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whatsOnPromo .whatsOnIndex {
	text-align: center;
	padding-top: 20px;
}

.whatsOnPromo .whatsOnIndex a {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: .2rem;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.whatsOnPromo .whatsOnIndex .blkArrowIcon:after {
	font-size: .85em;
}


/*  Apartments Archive and Page
============================================================================ */
.standardContent {
	padding-top: 40px;
}

.apartmentsLeader .leaderTitle {
	padding-bottom: 25px;
}

.apartmentsLeader .leaderTitle br {
	content: " ";
}

.apartmentsLeader .leaderTitle br:after {
	content: " ";
}

.apartmentsLeaderInner .leaderVisualIntro .leaderVisualTitle {
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: 30px;
	letter-spacing: .45rem;
	font-weight: 700;
}

.apartmentsLeader .leaderVisualImage,
.apartmentDisplayBox .resp,
.retailerLeader .resp {
	text-align: center;
	margin: auto;
}

.apartmentsLeader .leaderVisualImage img {
	display: inline-block;
}

.apartmentsLeader .leaderExplore {
	font-size: 1.6rem;
	letter-spacing: .6rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 0 0 40px;
	margin-bottom: 50px;
}

.apartmentsLeader .leaderExplore::after {
	content: " ";
	display: block;
	width: 25px;
	height: 20px;
	background: url(../img/phase-map-arrow-icon.svg) center no-repeat;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

.aboutLeaderInner h2,
.aboutContent .aboutElemHead h2,
.standardContentInner .mainHeader h2,
.apartmentsLeader .leaderTitle p {
	font-size: 1rem;
	letter-spacing: .4rem;
	margin: 0;
	padding: 0 0 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.standardContentInner .mainHeader h2 {
	padding: 0 0 40px;
}

.apartmentsLeader .leaderTitle p:last-child {
	padding-bottom: 0;
}

.page-template-template-contact .standardContentInner .mainHeader h2 {
	padding: 0;
}

.apartmentVisualMapping {
	position: relative;
}

.apartmentVisualMapping img {
	width: 100%;
	display: block;
}

.phaseMarker {
	position: absolute;
	z-index: 2;
	line-height: 1;
}

.phaseMarker.topZ {
	z-index: 20;
}

.phaseMarker a {
	display: block;
	min-width: 26px;
	min-height: 40px;
	position: relative;
	z-index: 3;
}

.phaseMarker span {
	display: none;
	padding: 6px 10px;
	background-color: #fff;
	color: #000;
	line-height: 1;
}

.phaseMarker span.hide {
	display: none;
}

.phaseMarker::after {
	content: " ";
	display: block;
	width: 27px;
	height: 40px;
	background: url(../img/phase-map-arrow-mobile-icon.svg) center no-repeat;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

.phaseMarker a:hover span {
	color: #fff;
	background-color: #000;
}

.phaseLabel {
	white-space: nowrap;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
}

.phaseLeaf {
	display: none;
	line-height: 1.2;
	background-color: #fff;
	max-width: 300px;
	min-width: 300px;
	box-shadow: 10px 10px 17px 0 rgba(0, 0, 0, .33);
	transform: translateX(-50%);
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 50;
}

.phaseLeaf.active {
	display: block;
}

.phaseLeaf .phaseLeafInner {
	padding: 15px;
}

.phaseLeaf .phaseLeafInner .phaseLeafTitle {
	font-size: 1.2rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 8px;
	color: #000;
	white-space: normal;
}

.phaseLeafTitle p a {
    text-decoration: underline;
}

.phaseLabel .phaseLeaftExcerpt p {
	text-transform: initial;
	white-space: break-spaces;
	text-align: center;
	font-size: 1rem;
	padding-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 0;
}

.phaseLeaf .phaseLeafClose {
	text-align: center;
	padding-top: 10px;
}

.phaseLeaf .phaseLeafClose a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/close-icon-0.svg) center no-repeat;
}

.phaseLeafImage {
	margin-bottom: 40px;
}

.phaseLeafImage img.resp {
	display: none;
}

.phaseLeafTitle {
	display: block;
}

.apartmentFeatureImg {
	margin: 0 auto;
}

.bpsVisualMap {
	margin-bottom: 25px;
}

.apartmentsPhaseListingInner .apartmentDisplayBox {
	padding: 25px 0;
}

.apartmentsPhaseListingInner .apartmentDisplayBox a {
	color: #000;
}

.apartmentsPhaseListingInner .apartmentDisplayBox .apTitle {
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: .4rem;
	margin: 0;
	padding: 0 0 10px;
	font-weight: 700;
	text-align: center;
}

.apartmentsPhaseListingInner .apartmentDisplayBox .miniTitle {
	text-align: center;
	font-size: 1rem;
	padding-bottom: 30px;
	letter-spacing: .1rem;
	font-weight: 700;
}

.apartmentsPhaseListingInner .apartmentDisplayBox .viewApartmentOpt {
	width: 73%;
	margin: 0 auto;
	border-bottom: 2px solid #000;
	text-align: center;
	padding: 20px 0 60px;
}

.registerinterest {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}


/* Apartments single */
.apartmentLeaderIntroInner {
	margin: 0 auto;
	padding: 30px 30px 40px;
	text-align: center;
}

.archiveEventsContentInner .EventsIntroduction h2,
.apartmentLeaderIntroInner h2,
.standardPageContentInner h2 {
	font-size: 1.2rem;
	letter-spacing: .12rem;
	margin: 0;
	font-weight: 700;
}

.apartmentGallery {
	max-width: 1600px;
	margin: 0 auto;
}

.apartmentGallery .apartmentGalleryInner {
	position: relative;
}

.viewLinking {
	display: none;
}

.apartmentGallery .apartmentGalleryInner .viewLinking a {
	display: block;
	padding: 10px 18px;
	text-align: center;
	background-color: #000;
	color: #fff;
	letter-spacing: .3rem;
	transform: translateX(-50%);
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 5;
}

.apartmentSlider.slick-dotted.slick-slider .slick-slide {
	height: auto;
}

.apartmentSlider.slick-dotted.slick-slider {
	margin-bottom: 80px;
}

.apartmentSlider.slick-dotted.slick-slider img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.apartmentSlider.slick-dotted.slick-slider img.objFit {
	object-fit: cover;
	height: 100%;
	width: auto;
}

.apartmentSlider .slick-dots {
	bottom: -40px;
}

.apartmentSlider .slick-dots button {
	position: relative;
	width: 30px;
	height: 30px;
}

.apartmentSlider .slick-dots li button:before {
	color: #000;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.apartmentSlider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.apartmentBodyContent {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}

.apartmentBodyContent .apartmentBodyContentInner {
	padding: 0 30px;
}

.apartmentBodyContent p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
}

.apartmentDlLinks {
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.apartmentDownloadLinksInner {
	padding: 0 20px;
}

.apartmentDownloadLinksHeader {
	padding-bottom: 20px;
	text-align: center;
}

.apartmentDownloadLinksHeader h2 {
	font-size: 1.2rem;
	letter-spacing: .2rem;
	margin: 0;
	padding: 50px 0 40px;
	font-weight: 700;
	text-align: center;
}

.apartmentLinking {
	justify-content: center;
	max-width: 910px;
	margin: auto;
	font-weight: 700;
}

.apartmentLinking > div {
	flex: 1 0 100%;
	padding-bottom: 20px;
}

.apartmentLinking a {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #000;
	color: #fff;
	letter-spacing: .3rem;
}


/*  CTAs
============================================================================ */
.apartmentCTA,
.lettingPreRegisterCTA,
.propertyEnquireCTA {
	max-width: 800px;
	margin: 0 auto;
}

.propertyEnquireCTA {
	padding: 0 20px;
}

.apartmentCTA .apartmentCTAInner,
.livingCTA .livingCTAInner,
.lettingPreRegisterCTA .lettingPreRegisterCTAInner {
	padding: 0 30px;
}

.apartmentCTAHeader h2,
.livingCTAHeader h2,
.lettingPreRegisterCTA .registerFormHead,
.propertyEnquireCTAHeader h2,
.propertyServicesHeader h2,
.featuredHeader h2 {
	padding: 50px 0 20px;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: .4em;
	margin: 0;
	text-transform: uppercase;
}

.propertyEnquireCTAHeader h2 {
	padding-top: 30px;
	letter-spacing: .4em;
}

.apartmentCTAHeader .sub,
.livingCTAHeader .sub,
.propertyEnquireCTAHeader .sub {
	font-size: 1rem;
	letter-spacing: .4rem;
	margin: 0;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.dynamic-form {
	font-size: 1rem;
}

/*  Forms + Floating Label
============================================================================ */
.field {
	height: 56px;
	margin-bottom: 20px;
}

.field--checkbox {
	height: auto;
	line-height: 1;
}

.field--checkbox input {
	margin-left: 0;
}

.field--text input[type="text"],
.field--select select {
	height: 100%;
	width: 100%;
	letter-spacing: 5px;
	font-size: inherit;
	font-family: inherit;
	font-weight: 400;
	text-transform: uppercase;
	border: 0 none;
	border-bottom: 3px solid #000;
	background: none;
}

.field.field--select select {
	padding-right: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.field--select:after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/black-arrow-icon.svg) no-repeat center center;
	background-size: contain;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

.field--text label,
.field--select label {
	text-transform: uppercase;
	letter-spacing: 5px;
}

.field label small {
	text-transform: none;
	letter-spacing: 0;
	margin-left: -5px;
}

.field--checkbox label small {
	margin-left: 0;
}

.field--checkbox label,
.cta-message {
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.field a {
	text-decoration: underline;
}

.field a:focus,
.field a:hover {
	text-decoration: none;
}

.cta-message {
	padding: 60px 0 50px;
	text-align: center;
}

.submit {
	cursor: pointer;
	background-color: #000;
	border: 0;
	color: #fff;
	padding: 12px 40px;
	text-align: center;
	font-family: inherit;
	font-size: .9rem;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.enquiry-form__footer {
	padding: 30px 0;
	text-align: center;
}

.floating-label {
	height: 56px;
	position: relative;
}

.floating-label input,
.floating-label select {
	width: 100%;
	height: 100%;
	padding: 20px 0 6px;
}

.floating-label input:focus,
.floating-label select:focus {
	outline: 0 none;
}

.floating-label label {
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transform-origin: left top;
	transition: transform 150ms cubic-bezier(.4, 0, .2, 1), opacity 150ms cubic-bezier(.4, 0, .2, 1);
	user-select: none;
}

.floating-label.field--select label {
	visibility: hidden;
}

.floating-label input:focus + label,
.floating-label .has-value + label,
.active-field label {
	visibility: visible;
	opacity: .8;
	transform: translateY(-150%) scale(.75);
	white-space: nowrap;
}

.active-field label {
	transform: translateY(-150%) scale(.75) !important;
}

.iti {
	width: 100%;
}

.iti__country-container.iti__country-container {
	padding: 17px 0 6px;
}

.iti__selected-country {
	opacity: 0;
}

.active-field .iti__selected-country {
	opacity: 1;
}

.iti__selected-country-primary {
	padding-left: 1px;
}

.iti .iti__selected-dial-code {
	letter-spacing: 5px;
}

.iti__search-input.iti__search-input {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.recaptcha {
	text-align: center;
	width: 100%;
}

.recaptcha__element {
	display: inline-block;
}

.recaptcha__error,
div.invalid {
	display: block;
	color: red;
	font-size: 12px;
	margin: 5px 0 12px;
	text-transform: uppercase;
	line-height: 1;
}

.recaptcha__error {
	margin: 2px 0 0;
}


/* Dark Forms */
.dark-form .field input[type="text"],
.dark-form .field select {
	color: #fff;
	border-color: #fff;
}

.dark-form .field--select:after {
	filter: invert(1);
}

.dark-form .field option {
	color: #000;
}

.dark-form .field label {
	color: #fff;
}

.dark-form a {
	color: #fff;
	text-decoration: underline;
}

.dark-form .submit {
	background: #fff;
	color: #000
}


/* Centred Forms */
.centred-form .field label,
.centred-form .field input[type="text"],
.centred-form .field--checkbox,
.centred-form .field select,
.centred-form .field div.invalid,
.recaptcha__error {
	text-align: center;
}

.centred-form .floating-label label {
	left: 50%;
	transform: translateY(-25%) translateX(-50%);
	transform-origin: center top;
	white-space: nowrap;
}

.centred-form .floating-label input:focus + label,
.centred-form .floating-label .has-value + label {
	transform: translateY(-150%) translateX(-50%) scale(.75);
}

.enquiry-form fieldset {
	padding: 0;
	margin: 0 0 10px;
	border: 0 none;
}

.enquiry-form fieldset legend {
	padding: 0;
	margin: 0 0 10px;
}

.enquiry-form fieldset .field--checkbox {
	margin-bottom: 10px;
}

.enquiry-form--newsletter .contact-details {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.enquiry-form--newsletter .contact-details {
		flex-direction: row;
	}
}

.enquiry-form--newsletter .contact-details .field {
	padding: 0 20px;
	flex: auto;
}

#enquiry-form--lettings-pre-register {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

#enquiry-form--lettings-pre-register div {
	width: calc(50% - 20px);
}

#enquiry-form--lettings-pre-register .footer-newsletter .field--text input[type="text"],
#enquiry-form--lettings-pre-register .field--select select {
	color: #000;
}

.footer-newsletter {
	display: none;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 30px 24px 10px;
	margin-left: -24px;
	margin-right: -24px;
}

.footer-newsletter--is-visible {
	display: block;
}

.footer-newsletter .field--text input[type="text"] {
	color: #fff;
	border-bottom: 3px solid #fff;
}


/* Sticky Enquire Button */
.sticky-button {
	position: fixed;
	bottom: 20px;
	left: 0;
	z-index: 8;
}

.sticky-button a {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	border-left: 0 none;
	display: block;
	padding: 10px 14px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/*  Site Search
============================================================================ */
.site-search-expanded {
	overflow: hidden;
}

.site-search {
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	position: fixed;
	top: 0;
	z-index: 999999;
	transform: translateY(100%);
	transition: transform .5s ease-in-out, visibility .5s ease-in-out;
}

.site-search-expanded .site-search {
	transform: none;
	visibility: visible;
	overflow: hidden;
}

.site-search__wrapper {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.site-search-expanded .site-search__wrapper {
	opacity: 1;
}

.site-search__header {
	display: flex;
	width: 100%;
	height: 95px;
	align-items: center;
	flex: 0 0 auto;
}

.site-search__logo a {
	display: block;
}

.site-search__logo img {
	filter: invert(1);
	width: 100px;
}

.site-search__exit {
	margin-left: auto;
}

.site-search__exit-btn {
	background-color: #000;
	color: #fff;
	border: 0 none;
	padding: 0;
	text-align: center;
	width: 28px;
	font-size: 28px;
	font-family: serif;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.site-search__form {
	width: 100%;
	max-width: 650px;
	margin: auto;
	transition: margin-top .5s ease-in-out;
	font-size: 22px;
}

.site-search__form .field {
	height: 63px;
	margin-top: 10px;
}

.site-search__results {
	height: 95px;
	width: 100%;
	max-width: 1200px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-in-out, height .5s ease-in-out, visibility .5s ease-in-out;
}

.site-search__results--is-visible {
	opacity: 1;
	height: 100%;
	visibility: visible;
}

.site-search__results-main {
	margin-bottom: 30px;
}

.site-search__results h2 {
	font-weight: 400;
	margin: 0 0 20px;
}

.site-search__results-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-search__results-main li {
	border-top: 1px solid #e1e1e1;
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.2;
}

.site-search__results a:hover {
	text-decoration: underline;
}

.meta--post-type {
	margin-bottom: 8px;
	font-size: .85em;
	opacity: .7;
}

.site-search__results-retailers ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 20px;
	padding-bottom: 30px;
}

.site-search__thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 10px;
}

.site-search__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.site-search__retailer-name {
	line-height: 1.2;
}

@media (min-width: 768px) {
	.site-search__results {
		flex-direction: row;
		overflow: hidden;
		justify-content: center;
	}

	.site-search__results-retailers,
	.site-search__results-main {
		max-height: 100%;
		max-width: 100%;
		margin: 0;
		overflow: auto;
		flex: 0 1 770px
	}

	.site-search__results-retailers {
		flex: 0 0 400px;
		margin-left: 30px;
		order: 2;
	}

	.site-search__results-retailers ul {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 20px;
	}
}


/*  Iubenda Cookie Banner
============================================================================ */
#iubenda-cs-title#iubenda-cs-title {
	display: none !important;
}

#iubenda-cs-banner#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *,
#iubenda-cs-banner#iubenda-cs-banner [class*=" iub"],
#iubenda-cs-banner#iubenda-cs-banner [class^=iub] {
	font: inherit !important;
	font-size: 1rem !important;
}

#iubenda-cs-banner#iubenda-cs-banner .iubenda-banner-content a {
	opacity: 1 !important;
}

#iubenda-cs-banner#iubenda-cs-banner .iubenda-cs-opt-group button {
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	font-size: .85rem !important;
	border-radius: 0 !important;
	transition: all .3s !important;
	font-weight: 700 !important;
}


/* Iubenda Pop-up */
#iubenda-iframe#iubenda-iframe .iub-iframe-brand-button {
	display: none !important;
}

#iubenda-iframe#iubenda-iframe * {
	font-family: inherit !important;
}

#iubenda-iframe#iubenda-iframe button,
#iubenda-iframe#iubenda-iframe button span {
	text-transform: uppercase !important;
	border-radius: 0 !important;
	letter-spacing: .05em !important;
}

#iubenda-iframe#iubenda-iframe #iubFooterBtnContainer button {
	background-color: #000 !important;
	border-radius: 0 !important;
	letter-spacing: .05em !important;
}

#iubenda-iframe #purposes-content-container .purposes-header .purposes-header-title {
	font-size: 2rem !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
}

#iubenda-iframe #purposes-content-container .purposes-section-header-title {
	line-height: 1.2 !important;
}

#iubenda-iframe #purposes-content-container .purposes-header .purposes-header-text,
#iubenda-iframe #purposes-content-container .purposes-section-header-text,
#iubenda-iframe #purposes-content-container .purposes-item .purposes-item-body,
#iubenda-iframe #purposes-content-container .purposes-item .purposes-item-title label {
	font-size: 1rem !important;
}


/* Manage consent trigger */
.iubenda-tp-alert-btn[data-tp-icon].iubenda-tp-alert-btn[data-tp-icon],
.iubenda-tp-btn[data-tp-icon].iubenda-tp-btn[data-tp-icon],
.iubenda-uspr-btn[data-tp-icon].iubenda-uspr-btn[data-tp-icon] {
	border-radius: 0 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M16 7a4 4 0 0 1 2.627 7.016L19.5 25h-7l.873-10.984A4 4 0 0 1 16 7z'/%3E%3C/svg%3E") !important;
}


/*  Newsletter Pop-up
============================================================================ */
.newsletterPopup {
	display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
	color: #fff;
	margin-left: auto;
    margin-right: auto;
}

.newsletterPopup .nlTitle {
	font-size: 2rem;
	color: #fff;
	padding-bottom: 20px;
	letter-spacing: .3rem;
	text-align: center;
}

.popupContainer {
    background-color: #000;
	padding: 30px;
	max-width: 95%;
	width: 600px;
    margin: auto;
	position: relative;
	text-align: center;
}

.popupContainer .close {
	background-color: transparent;
	color: #fff;
	border: 0 none;
	padding: 0;
	text-align: center;
	width: 40px;
	font-size: 40px;
	font-family: serif;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.popupContainer .CTA a {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	color: #000;
}


/*  Recite Me Trigger
============================================================================ */
#reciteme-button {
    position: fixed;
    right: 64px;
    bottom: 17px;
    z-index: 100;
}

#reciteme-button img {
    display: block;
    width: 33px;
    height: 33px;
}


/*  Feature
============================================================================ */
.feature {
	background: #000;
	color: #fff;
	padding-bottom: 50px;
	font-size: 20px;
}

.feature__inner {
	max-width: 1200px;
	padding: 0 24px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.feature__image {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.feature__content {
	width: 100%;
	margin: 30px auto 0;
}

.feature__content span {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
}

.feature__content p {
	background-color: #000;
	padding: 0;
	max-width: 818px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 900px) {
	.feature__inner {
		flex-direction: row;
	}

	.feature__image {
		width: 60%;
		margin: 0;
	}

	.feature__content {
		width: 50%;
		margin: auto 0 0 -10%;
	}

	.feature__content p {
		padding: 30px 0 30px 30px;
		margin: 0;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.feature__inner {
		padding: 0 52px;
	}
}

/* MappedIn maps
============================================================================= */
.page-template-template-map .centerWrap {
	max-width: calc(100% - 48px);
	margin: auto;
}

.mappedInMap-container {
	position: relative;
	min-height: 100vh;
	margin-top: 140px;
	z-index: 0;
	max-width: 100%;
	min-height: calc(100vh - 137px);
}

.minimap,
.mappedInMap-iframe {
	height:400px;
	position: relative;
	display: block;
	width: 100%;
}

@media (max-width: 991px) {
	.mappedInMap-container {
		margin-top: 100px;
	}

	.hereLeft {
		min-height: 240px;
		margin-bottom: 20px;
		height: 80vh;
	}

	.hereLeft .mappedInMap-iframe {
		height: 120%;
	}

	.singleRetailer .mappedInMap-iframe {
		height: 200vw;
	}
}


/*  Map Modal
============================================================================ */
.map-modal-expanded {
	overflow: hidden;
}

.show-map {
	display: block;
	margin: 50px auto;
	padding: 5px;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.show-map-modal {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	font: inherit;
	max-width: 40px;
	vertical-align: middle;
}

.show-map-modal img {
	width: 100%;
}

.retailerAddress .show-map-modal {
	display: block;
	margin: 20px auto 0;
}

.retailerFiltration .show-map-modal img {
	max-width: 37px;
}

.map-modal {
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transform: translateY(100%);
	transition: transform .5s ease-in-out, visibility .5s ease-in-out;
}

.map-modal-expanded .map-modal {
	transform: none;
	visibility: visible;
	overflow: hidden;
}

.map-modal__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	overflow: auto;
}

@media (min-width: 600px) {
	.map-modal__inner {
		padding: 20px 30px;
	}
}

.map-modal__header {
	flex: 0;
}

.map-modal .map-modal__close {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0 none;
	padding: 0;
	text-align: center;
	width: 28px;
	line-height: 28px;
	font-size: 28px;
	font-family: serif;
	font-weight: 700;
	cursor: pointer;
}

.map-modal__content {
	flex: 1 0 auto;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 0;
	border: 10px solid #000;
}

@media (min-width: 1370px) {
	.map-modal__content {
		margin-top: -28px;
	}
}

.map-modal__content iframe {
	width: 100%;
	height: 100%;
}


/*  Sales Walk In Template / Landing Page
============================================================================ */
.page-template-template-sales-walk-in .headBarContainerNW {
	position: static;
	transform: translateY(0) !important;
	background-color: #000 !important;
	margin-top: 0;
}

.page-template-template-sales-walk-in .headBarContainerNW .brandLogo img,
.page-template-template-sales-walk-in .headBarContainerNW .brandLogo:hover img  {
	filter: invert(1);
}

.page-template-template-sales-walk-in .propertyEnquireCTA {
	padding: 20px 10px 0;
	max-width: 545px;
}

.page-template-template-sales-walk-in footer {
	padding: 0 0 20px;
}

.page-template-template-sales-walk-in .mobileScrollingControl,
.page-template-template-sales-walk-in .socialBlock,
.page-template-template-sales-walk-in .newsLetterLink,
.page-template-template-sales-walk-in .footerLinkRows {
	display: none;
}


/*  Properties
============================================================================ */

/* Properties filtration */
.propertyFiltration {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 24px 30px;
}

.propertyFiltration select {
	display: block;
	padding: 8px 20px 8px 10px;
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 19px;
	line-height: 1;
	letter-spacing: .1rem;
	background-image: url(../img/custom-select-arrow-white.svg);
	background-position: calc(100% - 8px) center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.propertyFiltration select:focus:not(:focus-visible) {
	outline: none;
}

.propertyFiltration option {
	color: #000;
}

#filterSalesProperties,
#filterLettingProperties {
	display: flex;
	flex-direction: column;
	margin: 0 -10px;
}

.filterFlx {
	display: flex;
	flex-direction: column;
}

.filterFlx .filterRow {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.filterFlx .filterRow .elem.half {
	flex: 1 0 50%;
	padding: 10px 10px 0;
}

.filterFlx .filterRow .elem.half a {
	display: block;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 10px;
	line-height: 1;
}

.filterFlx .filterRow .elem.half a.activeElem {
	background-color: #fff;
	color: #000;
}

.filterRowControls .intControl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	flex-direction: column;
}

.filterRowControls .controlRow,
.filterRowControls .submitControl {
	padding: 10px 10px 0;
}

.filterRowControls .controlRow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1.2;
	padding-bottom: 10px;
}

.filterRowControls .moreControl,
.filterRowControls .resetControl {
	display: block;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .1rem;
	font-family: inherit;
	text-transform: uppercase;
	background: transparent;
	border: 0 none;
	cursor: pointer;
}

.filterRowControls .resetControl {
	white-space: nowrap;
}

.filterRowControls input[type=submit] {
	display: block;
	padding: 8px 10px;
	width: 100%;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: 800;
	font-size: 19px;
	line-height: 1;
	letter-spacing: .1rem;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.filterFlx .filterRow .rowSelect {
	display: flex;
	flex-direction: column;
	width: 50%;
	flex: 1 0 auto;
	padding: 20px 10px 0;
}

.filterFlx .filterRow .secondRow {
	display: none;
}

.filterFlx .filterRow label {
	display: block;
	margin-top: auto;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: .1rem;
}

.filterRow .elem.half a {
	font-weight: 400;
	font-size: 19px;
	letter-spacing: .1rem;
}


/* Loading area */
.propertiesLoadingBay {
	padding-bottom: 80px;
}

.propertiesLoadingBay.disabled {
	display: none;
}

.salesPropertyDisplayBox {
	line-height: 1.2;
	padding-bottom: 40px;
}

@media (min-width: 540px) {
	.salesPropertyDisplayBox {
		width: 50%;
		padding: 0 .7rem 50px;
	}
}

@media (min-width: 880px) {
	.salesPropertyDisplayBox {
		width: 33.333%;
		padding: 0 1rem 60px;
	}
}

.salesPropertyDisplayBox a {
	display: inline-block;
	width: 100%;
}

.salesPropertyDisplayBox .propertyVisual {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.salesPropertyDisplayBox .propertyVisual img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

.salesPropertyDisplayBox .propertyVisual::before {
	content: " ";
	display: block;
	width: 100%;
	height: 30%;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.salesPropertyDisplayBox .propertyVisual .propTitle {
	color: #fff;
	font-size: 1.3rem;
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	z-index: 3;
}

.salesPropertyDisplayBox .propertyVisual .propStatus {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 8px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}

.salesPropertyDisplayBox .propData {
	padding: 30px 0 0;
	color: #000;
}

.salesPropertyDisplayBox .propPrice {
	padding-bottom: .835rem;
	letter-spacing: .3rem;
	font-weight: 700;
	font-size: 1.1rem;
}

.salesPropertyDisplayBox .propDesc {
	font-size: 1.1rem;
}

.salesPropertyDisplayBox .propDatRow {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .835rem;
	font-size: 1.1rem;
}

.salesPropertyDisplayBox .propDt {
	flex: 1 0 100%;
	padding-bottom: 4px;
}

.salesPropertyDisplayBox .propDt strong {
	font-weight: 700;
}


/* No results */
.no-properties {
	font-size: 1.3rem
}


/* Properties pagination */
.propertiesLoadingBay .propertyPaginate {
	text-align: center;
}

.propertiesLoadingBay .propertyPaginate a {
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #000;
	color: #000;
	margin: 0 4px;
}

.propertiesLoadingBay .propertyPaginate a.activePage {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}


/* Properties accordian styles */
.serviceAccordian {
	padding-top: 30px;
	border-bottom: 1px solid #000;
}

.phasetabs .serviceTabs,
.phasetabs .tabButtons {
	border: 0;
}

.ssTabControl {
	border-top: 1px solid #000;
}

.ssTabControl a {
	position: relative;
	display: block;
	padding: 30px 0;
}

.ssTabControl a::after {
	position: absolute;
	right: 14px;
	top: 50%;
	height: 30px;
	width: 30px;
	content: " ";
	display: block;
	background: url(../img/black-arrow-icon.svg) center no-repeat;
	transform: translateY(-50%) rotate(90deg);
	transition: transform ease-out .4s;
}

.open .ssTabControl a::after {
	transform: translateY(-50%) rotate(-90deg);
}

.ssTabControl span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.ssTabControl img {
	max-width: 60px;
	display: block;
}

.ssTabControl span.lbl {
	color: #000;
	font-size: 1.4rem;
}

.ssTabRow {
	border-top: 1px solid #000;
	overflow: hidden;
	display: none;
}

.ssTabRow .tabRowContent {
	padding: 40px 0;
}

.ssTabRow .tabSSLeft,
.ghTabRow .tabSSRight {
	flex: 1 0 100%;
}

.sshTabRow .tabSSLeft,
.sshTabRow .tabSSRight {
	padding-bottom: 40px;
}

.ssTabRow .tabSSLeft h2 {
	font-weight: 800;
	font-size: 2rem;
	letter-spacing: .6rem;
	padding: 0 0 25px;
}

.full_content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tabSSLeft a.button {
	margin-bottom: 40px;
}

.tabSSRight .grpGalEntry {
	padding-bottom: 30px;
	position: relative;
}

.tabSSRight .grpGalEntry::before {
	display: block;
	content: " ";
	position: absolute;
	height: 30px;
	width: 2px;
	background-color: #fff;
	top: 10px;
	right: 34px;
	z-index: 2;
}

.tabSSRight .grpGalEntry::after {
	display: block;
	content: " ";
	position: absolute;
	height: 2px;
	width: 30px;
	background-color: #fff;
	top: 23px;
	right: 20px;
	z-index: 2;
}


/*  Single Property
============================================================================ */
.propertyHeadFlx {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}

.headHero a.propertyGalleryOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: block;
	bottom: 0;
	z-index: 8;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.headHero .lftPropertyTitle {
	padding: 0 20px 30px;
	text-align: center;
	flex: 1 0 100%;
}

.headHero .lftPropertyTitle h1 {
	font-weight: 400;
	letter-spacing: .5rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
}

.headHero .rightPropertyData {
	flex: 1 0 100%;
	color: #fff;
	font-weight: 400;
	letter-spacing: .5rem;
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 30px;
}

.headHero .rightPropertyData .pw,
.headHero .rightPropertyData .status {
	font-size: 1.2rem;
	padding-top: 15px;
}

.propertyDataContent {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px 0;
}

.propertyDataContent.flx {
	flex-direction: column-reverse;
}

.propertyDataContentLeft {
	flex: 1 0 100%;
	font-size: 1.3rem;
	padding: 0 0 35px;
	margin: 0;
}

.propertyDataContentLeft p {
	font-size: 1.3rem;
}

.propertyDataContentLeft .appointmentRequest {
	padding-bottom: 40px;
}

.propertyDataContentRight .appointmentRequest a,
.propertyDataContentLeft .appointmentRequest a {
	background-color: #000;
	padding: 18px 15px;
	letter-spacing: .2rem;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1rem;
}

.propertyDataContentRight .appointmentRequest a {
	font-size: 1.25rem;
}

.propertyDataContentRight .appointmentRequest {
	padding-bottom: 20px;
}

.propertyDataContentRight {
	flex: 1 0 100%;
	font-size: 1.2rem;
}

.propertyDataContentRight .propRef {
	padding-bottom: 14px;
}

.propertyDataContentRight .dataRws {
	border-top: 1px solid #ddd;
	padding: .5rem 0;
}

.propertyDataContentRight .dataRw {
	flex: 1 0 100%;
	padding: .3rem 0;
	line-height: 1.2;
	break-inside: avoid;
}

@media (min-width: 370px) {
	.propertyDataContentRight .dataRws {
		column-gap: 20px;
		column-count: 2;
	}

	.propertyDataContentRight .dataRw strong {
		display: block;
	}

	.propertyDataContentRight .dataRw .sep {
		display: none;
	}
}

@media (min-width: 560px) {
	.propertyDataContentRight .dataRw strong,
	.propertyDataContentRight .dataRw .sep {
		display: inline;
	}
}

.propertyDataContentRight .flx {
	gap: 20px;
	padding: 10px 0 25px;
}

.propertyDataContentRight .flx .plans,
.propertyDataContentRight .flx .vtour {
	flex: 1 0 auto;
}

.propertyDataContentLeft .backSearch a,
.propertyDataContentRight .plans a,
.propertyDataContentRight .vtour a {
	display: block;
	padding: 18px 10px;
	border: 1px solid #000;
	letter-spacing: .2rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	font-size: 1rem;
}

.propertyDataContentLeft .backSearch a {
	padding: 18px 25px;
	display: inline-block;
	margin-top: 15px;
}

.contactSection {
	text-align: center;
}

.contactSection h2 {
	letter-spacing: 0.1em;
}

.contactSection span,
.contactSection a {
	display: block;
    width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: 800;
	font-size: 1.15rem;
	line-height: 2;
}

.contactSection a[href^="mailto:"] {
	margin-top: 30px;
}

.propertyDisplay .propertyEnquireCTA {
	padding-top: 0;
}


/* Property slider */
.propertySlider {
	padding: 20px 10px 0;
}

.propSliderSlick {
	display: none;
}

.propSliderSlick.slick-initialized {
	display: block;
}

.propSliderSlick .propSld a {
	position: relative;
	display: block;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	margin: 0 10px;
}

.propSliderSlick .propSld a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

.propSliderSlick .slick-prev {
	left: 20px;
	z-index: 7;
}

.propSliderSlick .slick-next {
	right: 20px;
	z-index: 7;
}


/*  Template - About
============================================================================ */
.aboutleaderContent {
	max-width: 992px;
	margin: 0 auto;
	text-align: center;
}

.aboutLeaderInner {
	padding: 30px 30px 0;
	text-align: center;
}

.aboutLeaderInner .miniTitle {
	font-weight: 700;
	font-size: .875rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutLeaderInner .aboutLeaderTxt,
.aboutLeaderInner .aboutLeaderTxt p {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 1.3rem;
}

.aboutContent .buildBattersea,
.aboutContent .communityBattersea,
.aboutContent .heritageBattersea,
.aboutContent .publicationsBattersea,
.aboutContent .aboutCTA {
	padding: 0 24px;
	margin: 0 -8px;
}

.aboutContent .aboutCTA {
	margin: 0;
}

.buildBattersea .buildBatterseaInner,
.heritageBattersea .heritageBatterseaInner,
.communityBattersea .communityBatterseaInner,
.publicationsBattersea .publicationsBatterseaInner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
}

.aboutContent .aboutElemHead {
	text-align: center
}

.buildBattersea .aboutElemHead h2,
.communityBattersea .aboutElemHead h2 {
	color: #000;
}

.heritageBattersea .aboutElemHead h2,
.publicationsBattersea .aboutElemHead h2 {
	color: #000;
}

.aboutMosaicBox.flx {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	line-height: 1;
}

.aboutMosaicBox.flx .mosaicHalf {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	height: auto;
}

.aboutMosaicBox.flx .mosaicHalf .quarter {
	flex: 1 0 50%;
}

.aboutMosaicBox img {
	display: block;
}

.aboutMosaicBox .item {
	overflow: hidden;
	position: relative;
}

.aboutMosaicBox .item a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 6;
}

.aboutMosaicBox .item a::before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.aboutMosaicBox.whiteborder .item a::before {
	border: 8px solid #fff;
}

.aboutMosaicBox.blackborder .item a::before {
	border: 8px solid #fff;
}

.publicationsBattersea .mosaicHalf.flx {
	flex-direction: column;
}

.publicationsBattersea .aboutMosaicBox.flx .quarter{
	max-height:325px;
}

.publicationsBattersea .aboutMosaicBox.flx .quarter a{
	height: 100%;
}

.publicationsBattersea .aboutMosaicBox.flx .quarter img {
	width: 100%;
}

.aboutMosaicBox .item img,
.eventDisplayBox .edbInner .edbVisualBox img,
.retailerDisplayBox .rdbInner .rdbVisual {
	transition: transform .2s ease-out;
}

.aboutMosaicBox .item:hover img,
.eventDisplayBox .edbInner a:hover .edbVisualBox img,
.retailerDisplayBox .rdbInner a:hover .rdbVisual {
	transform: scale(1.05);
}

.eventDisplayBox .edbInner a,
.retailerDisplayBox .rdbInner a {
	overflow: hidden;
}

.aboutMosaicBox .item .itemLabel {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	padding: 20px;
	color: #fff;
	z-index: 5;
	text-transform: uppercase;
	letter-spacing: .08rem;
	font-size: 1rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}

.aboutCTAInner {
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
}

.aboutElemHead {
	text-align: center;
	padding: 0 30px;
}

.aboutElemHead h2 {
	text-transform: uppercase;
	font-size: 2.2rem;
	letter-spacing: .9rem;
	margin: 0;
	padding: 0 0 40px;
	font-weight: 400;
}

.aboutElemHead .sub,
.aboutElemHead .sub p {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 1.3rem;
}

.aboutCTAForm {
	max-width: 650px;
	margin: 0 auto;
}


/*  Template - Leasing
============================================================================ */
.leasingContentInner .leasingLeader {
	padding: 30px;
}

.leasingLeaderInner {
	max-width: 800px;
	margin: 0 auto;
}

.leasingLeader .leasingLeaderInner .leasingLeaderContent {
	text-align: center;
	color: #000;
}

.leasingLeaderInner .leasingLeaderContent h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .85rem;
	padding: 0 0 20px;
	margin: 0;
}

.leasingLeaderInner .leasingLeaderContent p {
	text-align: center;
	font-size: 1.3rem;
}

.leasingContent .leasingVideo {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.leasingContent .leasingVideo .leasingVideoInner {
	padding: 0 30px;
}

.leasingVideoInner .leasingVideoWrap {
	padding-top: 56.25%;
	height: 0;
	position: relative;
}

.leasingVideoInner .leasingVideoWrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.leasingContent .leasingComingSoon {
	background-color: #000;
	padding: 50px 0;
	margin-top: 30px;
}

.leasingComingSoonInner {
	max-width: 1300px;
	margin: 0 auto;
}

.leasingComingSoonInner .leasingSoonHeader {
	padding-bottom: 20px;
	text-align: center;
}

.leasingComingSoonInner .leasingSoonHeader h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .85rem;
	padding: 0 0 20px;
	margin: 0;
}

.leasingComingSoon .leasingSoonSlider {
	margin-right: 30px;
	margin-left: 30px;
}

.leasingComingSoon .leasingSoonSlider img {
	margin: 0 auto;
}

.leasingComingSoon .leasingSoonSlider .slick-slide {
	height: auto;
}

.leasingComingSoon .leasingSoonSlider .slick-dots li button {
	width: 30px;
	height: 30px;
}

.leasingComingSoon .leasingSoonSlider .slick-dots li button:before {
	font-size: 12px;
	width: 30px;
	height: 30px;
	color: #d6d6d6;
	opacity: 1;
}

.leasingComingSoon .leasingSoonSlider .slick-dots li button:hover:before {
	color: #869791;
}

.leasingComingSoon .leasingSoonSlider .slick-dots li.slick-active button:before {
	color: #869791;
}

.leasingComingSoon .leasingSoonSlider .slick-prev {
	left: 10px;
	z-index: 10;
}

.leasingComingSoon .leasingSoonSlider .slick-next {
	right: 20px;
	z-index: 10;
}

.leasingComingSoon .leasingSoonSlider .slick-prev:before {
	position: absolute;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 2px;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
	transform: rotate(45deg);
	content: "";
}

.leasingComingSoon .leasingSoonSlider .slick-next:before {
	position: absolute;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, .1);
	transform: rotate(-45deg);
	content: "";
}

.leasingPromoStrip {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.leasingPromoStrip .leasingPromoMessage {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .85rem;
	padding: 100px 30px;
	margin: 0;
	text-shadow: 0 0 12px #000;
}

.leasingCTA {
	padding: 60px 0;
}

.leasingCTAInner {
	padding: 0 30px;
}

.leasingCTAInner h2 {
	color: #000;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .85rem;
	padding: 0 0 60px;
	margin: 0;
	text-align: center;
}

.leasingCTAContent {
	max-width: 800px;
	margin: 0 auto;
}

.leasingCTALft,
.leasingCTARght {
	flex: 1 0 50%;
	padding: 0 7.5px;
}

.leasingCTAContent h4 {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .25rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.leasingCTAContent p {
	font-size: 1rem;
	padding-bottom: 30px;
}

.leasingCTAContent p a {
	text-decoration: underline;
	color: #000;
}

.leasingCTAInner .leasingCTALink {
	padding-top: 50px;
	text-align: center;
}

.leasingCTAInner .leasingCTALink a {
	display: inline-block;
	padding: 12px 30px;
	background-color: #000;
	color: #fff;
	letter-spacing: .08rem;
	font-weight: 700;
}


/*  Template - Getting Here
============================================================================ */
.getHereCollapsibles {
	padding-top: 60px;
}

.standardContentInner .hereLeft,
.standardContentInner .hereRight {
	flex: 1 0 100%;
}

.standardContentInner .hereLeft img {
	margin-bottom: 30px;
}

.standardContentInner .hereRight p {
	font-size: 1.3rem;
}

.ghTabControl {
	border-top: 1px solid #000;
	min-height: 80px;
	align-items: center;
	display: flex;
}

.ghTabControl a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 60px 10px 0;
	width: 100%;
}

.ghTabControl a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 30px;
	width: 30px;
	content: " ";
	display: block;
	background: url(../img/black-arrow-icon.svg) center no-repeat;
	transform: translateY(-50%) rotate(90deg);
	transition: transform ease-out .4s;
}

.open .ghTabControl a::after {
	transform: translateY(-50%) rotate(-90deg);
}

.ghTabControl span {
	display: inline-block;
	vertical-align: middle;
}

.ghTabControl img {
	max-width: 60px;
	display: block;
}

.ghTabControl span.lbl {
	padding-left: 15px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.3;
}

.ghTabRow {
	border-top: 1px solid #000;
	overflow: hidden;
	display: none;
}

.ghTabRow .tabRowContent {
	padding: 40px 0;
	font-size: 1.3rem;
}

.ghTabRow .tabGHLeft,
.ghTabRow .tabGHRight {
	flex: 1 0 100%;
	overflow: auto;
}

.ghTabRow .tabGHLeft h2 {
	font-weight: 800;
	font-size: 1.5rem;
	letter-spacing: .6rem;
	padding: 0 0 25px;
}

.linkingDirections,
.supLnks {
	padding-top: 60px;
	line-height: 1;
}

.linkingDirections .ghLnk,
.xtrLnks .ghLnk,
.supLnks .supLnk {
	padding-bottom: 16px;
}

.ghLnk .show-map-modal,
.linkingDirections .ghLnk a,
.xtrLnks .ghLnk a,
.supLnk a {
	font-weight: 800;
	letter-spacing: .1rem;
	font-size: .9rem;
	color: #000;
	text-transform: uppercase;
}

.ghLnk .show-map-modal {
	padding-right: 30px;
	max-width: none;
}


/*  Template - Getting Here / Guest Services
============================================================================ */
.guest-services .getHereCollapsibles {
	padding-top: 30px;
}

.guest-services .ghTabControl {
	min-height: 0;
}

.guest-services .ghTabControl a {
	padding: 15px 50px 15px 0;
}

.guest-services .ghTabControl span.lbl {
	padding-left: 0;
}

.guest-services .ghTabControl a::after {
	right: 10px;
}

.guest-services .tabGHLeft > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*  Template - Contact
============================================================================ */
.standardContact.flx {
	padding: 40px 0 10px;
	margin: 0 -18px;
}

.marketingContact.flx {
	border-top: 1px solid #000;
	padding: 60px 0 40px;
	margin: 0 -18px;
}

.standardContact.flx .third,
.marketingContact.flx .third {
	padding: 0 18px;
}

.standardContact.flx .cThirdInner {
	border-top: 1px solid #000;
	padding: 40px 0 0;
}

.standardContact.flx .cThirdInner h2,
.marketingContact.flx .cThirdInner h2 {
	font-weight: 800;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.marketingContact.flx .cThirdInner h2.light {
	font-weight: 400;
}

.standardContact.flx .cThirdInner p,
.marketingContact.flx .cThirdInner p {
	font-size: 1.1rem;
}

.standardContact .cntctSub,
.marketingContact .mrktSub {
	padding: 0 0 50px;
}

.standardContact.flx .cThirdInner .cnSubEnt span,
.marketingContact.flx .cThirdInner .mrSubEnt span,
.standardContact.flx .cThirdInner .cnSubEnt a,
.marketingContact.flx .cThirdInner .mrSubEnt a {
	font-weight: 800;
	font-size: 1rem;
	color: #000;
}


/*  Flexible Components
============================================================================ */
.flexibleComponents {
	padding-top: 40px;
}

.flexibleComponents img {
	width: 100%;
}

.flexibleComponents .leftContentRightImage,
.flexibleComponents .rightContentLeftImage {
	width: 100%;
	position: relative;
	padding: 30px 0;
}

.flexibleComponents > div:first-child {
	padding-top: 0;
}

.flexibleComponents .leftContentRightImage,
.flexibleComponents .rightContentLeftImage {
	font-size: 1.2rem;
}

.flexibleComponents .leftContentRightImage p,
.flexibleComponents .rightContentLeftImage p {
	text-align: left;
}

.flexibleComponents .leftContentRightImage h2,
.flexibleComponents .rightContentLeftImage h2 {
	font-size: 1.1rem;
	letter-spacing: .6rem;
	margin: 0;
	padding: 0 0 20px;
	font-weight: 800;
	text-transform: uppercase;
}

.flexibleComponents .leftContentRightImage.blackBack::before,
.flexibleComponents .rightContentLeftImage.blackBack::before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	content: " ";
	display: block;
	background-color: #000;
}

.flexibleComponents .leftContentRightImage.blackBack,
.flexibleComponents .rightContentLeftImage.blackBack {
	color: #fff;
}

.flexibleComponents .leftContentRightImageInner,
.flexibleComponents .rightContentLeftImageInner {
	position: relative;
	z-index: 3;
	align-items: start;
}

.flexibleComponents .leftContentRightImageInner {
	flex-direction: column-reverse;
}

.flexibleComponents .leftContentRightImageInner img,
.flexibleComponents .rightContentLeftImageInner img {
	margin-bottom: 30px;
}

.flexibleComponents .fc .leftCRI,
.flexibleComponents .fc .rightCRI {
	flex: 1 0 100%;
	max-width: 100%;
}

.flexibleComponents .rightContentLeftImageInner .leftCRI h2,
.flexibleComponents .leftContentRightImage .rightCRI h2 {
	font-weight: 800;
}

.flexibleComponents .fc .leftCRI {
	padding-bottom: 0px;
}

.standardPageContentInner .flexibleComponents .fc p:last-of-type {
	padding-bottom: 0px;
}


/*  Standard Page Content
============================================================================ */
.standardPageContentInner h1 {
	font-size: 1.4rem;
	letter-spacing: .9rem;
	margin: 0;
	padding: 0 0 40px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.standardPageContentInner {
	font-size: 1.2rem;
	font-weight: 400;
}

.standardPageContentInner p,
.singleEventContentInner .flexibleComponents p {
	text-align: center;
}

.standardPageContentInner p a {
	color: #000;
	text-decoration: underline;
}

.standardPageContentInner h2,
.singleEventContentInner .flexibleComponents h2 {
	text-transform: uppercase;
	text-align: center;
	max-width: 830px;
	margin: auto;
}

.standardPageContentInner .rightContentLeftImage > h2,
.standardPageContentInner .leftContentRightImage > h2,
.singleEventContentInner .flexibleComponents .rightContentLeftImage > h2,
.singleEventContentInner .flexibleComponents .leftContentRightImage > h2 {
	max-width: 100%;
}

.leftContentRightImage .featuredPostGroup a.button,
.rightContentLeftImage .featuredPostGroup a.button,
.singleEventContentInner .flexibleComponents .featuredPostGroup a.button,
.singleEventContentInner .flexibleComponents .featuredPostGroup a.button {
	min-height: 0px;
}


/*  Post Archive and Post Single
============================================================================ */
.archivePostsHead {
	padding-bottom: 0;
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

.archivePostsFilters {
	padding-bottom: 40px;
	text-align: center;
}

.archivePostsHead h1 {
	font-size: 1.4rem;
	letter-spacing: .2em;
	margin: 0;
	padding: 0 0 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.postsDisplay .postObject {
	padding-bottom: 40px;
}

.postsDisplay .postObject a {
	color: #000;
}

.postsDisplay .postObject .postImage {
	padding-bottom: 20px;
	max-height: 430px;
	position: relative;
	overflow: hidden;
}

.postsDisplay .postObject .postImage img {
	object-fit: cover;
	width: 100%;
}

.postObject .postDataInner .postDate {
	padding-bottom: 10px;
	letter-spacing: .09rem;
	font-weight: 700;
}

.postObject .postDataInner .postTitle {
	padding-bottom: 20px;
}

.postObject .postDataInner .postTitle h2 {
	font-size: 1.5rem;
}

.postObject .postDataInner .postExcerpt {
	font-size: 1.1rem;
	padding-bottom: 30px;
}

.postObject .postDataInner .postMore .postMoreLabel {
	display: inline-block;
	padding: 12px 18px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

.postsPagination {
	text-align: center;
}

.postsPagination span.current {
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #000;
	margin: 0 4px;
	background-color: #000;
	color: #fff;
}

.postsPagination a.page-numbers {
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #000;
	color: #000;
	margin: 0 4px;
}

.PostContent .postArticleDate {
	padding-bottom: 40px;
	letter-spacing: .09rem;
	font-weight: 700;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.PostContent .postArticleTitle {
	padding-bottom: 50px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.PostContent .postArticleTitle h1 {
	font-size: 1.4rem;
	letter-spacing: 0.4em;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.PostContent .postArticleContent {
	max-width: 900px;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-word;
	font-size: 1.2rem;
}

.PostContent .postArticleContent p,
.PostContent .postArticleContent h2 {
	padding: 0 0 30px;
}


.PostContent .postArticleContent a {
	text-decoration: underline;
}

.PostContent .postArchiveLink {
	padding-top: 40px;
	text-align: center;
}

.PostContent .postArchiveLink a {
	display: inline-block;
	padding: 12px 18px;
	color: #fff;
	background-color: #000;
	letter-spacing: .08rem;
	text-transform: uppercase;
}


/*  Mobile
============================================================================ */
@media (min-width: 400px) {

	/*  Home Components
	============================================================================ */
	.homeContent:not(.planYourVisitContent) .homeDispBox .hdbTitle h2,
	.homeContent:not(.planYourVisitContent) .three_squares .hdbTitle h2 {
		font-size: 2.2rem;
	}


	/*  Flexible Components
	============================================================================ */
	.flexibleComponents {
		padding-top: 80px;
	}

	.flexibleComponents .leftContentRightImage,
	.flexibleComponents .rightContentLeftImage {
		padding: 80px 0 0;
	}

	.flexibleComponents .leftContentRightImage h2,
	.flexibleComponents .rightContentLeftImage h2 {
		font-size: 2rem;
	}
}


/*  Tablet
============================================================================ */
@media (min-width: 768px) {

	/*  Header
	============================================================================ */
	.mainNav {
		margin-bottom: 0;
	}

	.headHero .messaging h1 br {
		content: "";
		display: block;
	}

	.headHero .messaging h1 br::after {
		content: "";
	}

	.headHero .messaging h1 p,
	.headHero .messaging h1 {
		font-size: 3.5rem;
		font-weight: 700;
		letter-spacing: 1rem;
		text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	}

	.headWrap .site-header.hasHero,
	.site-header.hasHero.headHero {
		height: 550px;
	}

	.headWrap .site-header.hasHero.properties,
	.headWrap .site-header.hasHero.letting {
		height: 690px;
		z-index: inherit;
	}

	.headVisualHero .videoObject iframe {
		min-height: 680px;
	}

	.hasHero.properties .messaging,
	.hasHero.letting .messaging {
		padding-top: 0;
	}


	/*  Template - Contact
	============================================================================ */
	.standardContact .cntctSub,
	.marketingContact .mrktSub {
		padding: 20px 0 50px;
	}

	.marketingContact.flx .cThirdInner {
		padding: 20px 0 0;
	}


	/*  Template - Leasing
	============================================================================ */
	.leasingContentInner .leasingLeader {
		padding: 60px;
	}

	.leasingContent .leasingComingSoon {
		margin-top: 0;
	}

	.leasingContent .leasingVideo {
		padding: 0 0 100px;
	}

	.leasingCTA {
		padding-top: 120px;
	}

	.leasingCTAInner h2 {
		padding-bottom: 80px;
	}


	/*  Properties
	============================================================================ */
	.propertyLeaderLeft {
		min-width: 0;
		padding-bottom: 20px;
	}

	.featuredHeader {
		margin-top: 40px;
	}

	.featuredHeader h2 {
		letter-spacing: .85rem;
	}

	.propertyDataContent {
		padding: 40px 20px;
	}

	.propertyContent .propertyEnquireCTA {
		padding: 80px 0 60px;
	}

	.propertyEnquireCTAHeader h2 {
		padding-top: 50px;
		letter-spacing: .9em;
	}

	.propertyEnquireCTAHeader .sub {
		letter-spacing: .9em;
	}

	.for-sale .site-header.hasHero .headHero,
	.to-let .site-header.hasHero .headHero {
		position: absolute;
	}

	.site-header.hasHero.property-search .headHero::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
		height: 34%;
	}

	.site-header.hasHero.property-search .headHero::after {
		display: block;
		height: 34%;
	}

	.filterFlx .filterRow .elem.half {
		padding-bottom: 10px;
	}

	.filterFlx .filterRow label {
		padding-bottom: 20px;
	}


	/*  Content
	============================================================================ */
	.homeContent,
	.archiveEvents,
	.singleEventContent,
	.noHeroContent,
	.standardContent,
	.archiveRetailers,
	.singleRetailerContent,
	.apartmentsLeaderInner,
	.apartmentsContent,
	.apartmentsPhaseListingInner,
	.livingCTA .livingCTAInner,
	.footerInner {
		padding-left: 45px;
		padding-right: 45px;
	}

	.livingCTAHeader h2,
	.lettingPreRegisterCTA .registerFormHead,
	.propertyEnquireCTAHeader h2,
	.featuredHeader h2 {
		font-size: 1.5rem;
	}

	.archiveEventsContentInner .EventsIntroduction h2,
	.apartmentLeaderIntroInner h2,
	.standardPageContentInner h2 {
		font-size: 2.2rem;
		letter-spacing: .6rem;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle h2 {
		font-size: 2.2rem;
	}

	.archivePostsHead h1 {
		font-size: 2.4rem;
	}

	.aboutLeaderInner h2,
	.aboutContent .aboutElemHead h2,
	.apartmentsLeader .leaderTitle p {
		font-size: 1.2rem;
		padding-top: 40px;
	}

	.standardContact.flx {
		padding-top: 60px;
	}

	.PostContent .postArticleTitle h1 {
		font-size: 2.4rem;
	}

	.PostContent .postArticleContent h2 {
		font-size: 1.8rem;
	}

	.tabRowContent {
		font-size: 1.2rem;
	}


	/*  Home Components
	============================================================================ */

	/* Introduction selectors */
	.sectionSelectors {
		padding-bottom: 30px;
	}

	.sectionSelectors .flx .selectorEntry {
		flex: 1 0 auto;
		max-width: 140px;
	}

	.planYourVisitContent .sectionSelectors .flx .selectorEntry {
		max-width: max-content;
	}

	.sectionSelectors .flx .selectorEntry .selIco {
		padding-bottom: 20px;
	}

	/* Home display boxes */
	.homeDispBox {
		padding-bottom: 60px;
	}

	.homeDispBox .flxLeft p {
		padding: 30px 0 15px;
	}

	.three_squares {
		padding-bottom: 40px;
	}

	.homeContent:not(.planYourVisitContent) .homeDispBox .hdbTitle h2,
	.homeContent:not(.planYourVisitContent) .three_squares .hdbTitle h2 {
		margin-bottom: -30px;
		padding: 0;
	}

	.homeDispBox .hdbTitle h2,
	.three_squares .hdbTitle h2 {
		font-size: 5rem;
		letter-spacing: 1rem;
	}


	/* Home experience */
	.homeExperienceCols .flx .third {
		flex: 0 0 50%;
	}

	.homeExperienceCols .thirdInner {
		padding: 0 15px 60px;
	}


	/*  Events Archive and Page
	============================================================================ */
	.eventsFilterBlockSelects.flx .third {
		flex: 1 0 33.333%;
	}

	.eventsFilterBlockSelects .evSel .inner {
		padding: 0 20px;
	}

	.eventsFilterBlock .filterreset {
		position: absolute;
		top: 45px;
		left: 0;
	}

	.archiveEventsContentInner h2 {
		padding: 0 0 50px;
	}

	.archiveEventsContentInner .EventsIntroduction {
		padding: 80px 0 40px;
	}


	/* Events slider */
	.eventSlider .flxEventHalf {
		flex: 1 0 50%;
	}

	.eventSlider .flxEventHalf.middle::before {
		position: absolute;
		top: 0;
		border-top: 2px solid #000;
		left: 20px;
		content: " ";
		width: calc(100% - 20px);
		display: block;
	}

	.eventSlider .flxEventHalf.middle::after {
		position: absolute;
		bottom: 0;
		border-bottom: 2px solid #000;
		left: 20px;
		content: " ";
		width: calc(100% - 20px);
		display: block;
	}

	.eventSlider .flxEventHalf.middle {
		padding: 60px 0 30px;
	}

	.eventSlider .eventSlideData {
		border: none;
		padding: 0;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont {
		padding-left: 60px;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTags {
		font-size: 1.1rem;
		letter-spacing: .5rem;
		padding-bottom: 10px;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle {
		padding-bottom: 30px;
		max-width: 420px;
	}

	.eventSlider .slick-dots {
		bottom: 70px;
		width: calc(50% - 60px);
		text-align: left;
		right: 0;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle h2 {
		font-size: 1.4rem;
	}


	/* Single events classes */
	.singleEvent .eventLeft h2 {
		padding-bottom: 15px;
	}

	.singleEventContentInner,
	.noHeroContentInner {
		padding: 150px 0 60px;
	}

	.singleEventContent .eventLeader {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.noHeroContent .noHeroLeader {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.singleEventContent .eventLeader .eventLeaderVisual {
		padding-top: 60px;
	}

	.singleEventContent h1,
	.noHeroContent h1 {
		font-size: 3.2rem;
		letter-spacing: .5rem;
	}

	.eventRight .eventFlx {
		display: flex;
	}

	.eventContext {
		padding-bottom: 0;
	}

	.eventContext,
	.eventRight .eventFlx .mapPic {
		flex: 1 0 50%;
	}

	.eventRight .eventFlx .mapPic {
		padding-top: 15px
	}

	/*  Retailer Archive and Single
	============================================================================ */
	.apartmentsLeader .leaderVisualImage,
	.apartmentDisplayBox .resp,
	.retailerLeader .resp {
		max-width: 73%;
	}

	.apartmentsContent .bpsVisualMap,
	.apartmentsContent .videoObject {
		margin-left: auto;
		margin-right: auto;
		max-width: 73%;
	}

	.archiveRetailersInner .retailerIntroduction {
		padding: 50px 0 65px;
	}

	.archiveRetailersInner .retailerIntroduction h2 {
		font-size: 2.8rem;
	}

	.retailersFilterBlockSelects.flx .quarter {
		flex: 1 0 25%;
	}

	.azOrdering.active {
		justify-content: space-between;
	}

	.azOrdering .letter a {
		width: 22px;
		height: 22px;
	}

	.retailerLeader .retailerBigTitle h1 {
		font-size: 3.2rem;
		letter-spacing: .5rem;
	}

	.retailerLeader .leaderContent {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: .45rem;
	}

	.retailerOpeningHours .ohDisplay .ohRight {
		flex: 0 0 25%;
	}

	.commsMapData {
		padding-top: 10px;
		margin: 0 -5px;
		font-weight: 700;
	}

	.commsMapData .commsLft,
	.commsMapData .commsRght {
		flex: 1 0 50%;
		font-size: 1.4rem;
	}

	.commsMapData .commsLft {
		justify-content: space-evenly;
		align-items: center;
		text-align: center;
		font-size: 1.4rem;
		padding: 40px 0;
	}

	.commsMapData .comsWbEntries {
		padding-bottom: 0;
	}

	.commsMapData .comMap,
	.commsMapData .commsGoogleUrl {
		padding-left: 10px;
	}


	/*  Retailer What's On Feature
	============================================================================ */
	.singleRetailer .whatsOnPromo {
		padding-top: 60px;
	}

	.whatsOnPromo .whatsOnPromoHeader h2 {
		font-size: 2.8rem;
	}

	.whatsOnPromo .flx {
		margin: 0 -15px;
	}

	.whatsOnPromo .flx .third {
		flex: 1 0 33.333% !important;
		padding: 15px;
	}

	.whatsOnPromo .whatsOnIndex a {
		font-size: 1.6rem;
		letter-spacing: .3rem;
	}


	/*  Apartments Archive
	============================================================================ */
	.ssTabControl span.lbl {
		font-size: 1.6rem;
	}

	.apartmentBodyContent {
		padding: 40px 0;
	}

	.apartmentBodyContent .apartmentBodyContentInner {
		padding: 0 87px;
	}

	.apartmentsLeader .leaderTitle br {
		content: " ";
		display: block;
	}

	.apartmentsLeader .leaderTitle br:after {
		content: "";
		display: none;
	}

	.apartmentsLeader .leaderTitle p {
		font-size: 2.9rem;
	}

	.archiveApartmentInner {
		padding: 30px 0 40px;
	}

	.apartmentLeaderIntroInner {
		padding: 80px 30px 70px;
	}

	.apartmentsLeader .leaderExplore {
		padding: 40px 0;
	}

	.apartmentsPhaseListingInner .apartmentDisplayBox .viewApartmentOpt {
		padding: 30px 0 60px;
	}

	.apartmentsPhaseListingInner .apartmentDisplayBox .apTitle {
		font-size: 2.9rem;
	}

	.phaseLabel {
		bottom: 25px;
	}

	.phaseLabel .phaseLeaftExcerpt p {
		font-size: 1.3rem;
	}

	.phaseLeafImage img.resp {
		display: block;
	}

	.phaseLeaf .phaseLeafClose a {
		position: absolute;
		top: 40px;
		right: 40px;
	}

	.phaseMarker a {
		display: block;
		min-width: auto;
		min-height: auto;
	}

	.phaseMarker span {
		display: block;
	}

	.phaseMarker::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 26px;
		height: 26px;
		background: url(../img/phase-map-arrow-icon.svg) center no-repeat;
		display: block;
		content: " ";
	}

	.phaseLeaf {
		max-width: 350px;
	}


	/*  Apartment single
	============================================================================ */
	.apartmentDownloadLinksHeader h2 {
		font-size: 3.2rem;
		letter-spacing: .9rem;
	}

	.apartmentDlLinks {
		padding-bottom: 60px;
	}

	.apartmentLinking > div {
		flex: 1 0 50%;
		padding: 0 15px 15px;
	}

	.apartmentLinking a {
		font-size: .8rem;
	}

	.apartmentCTAHeader {
		padding-bottom: 30px;
	}

	.apartmentCTAHeader h2 {
		font-size: 3.2rem;
	}

	.apartmentCTAHeader .sub,
	.propertyEnquireCTAHeader .sub {
		padding: 0 0 40px;
	}

	.propertyFiltration .saleMinBeds {
		min-height: 56px;
	}

	.dynamic-form,
	.apartmentForm,
	.propEnquireForm {
		max-width: 545px;
		margin: auto;
	}


	/*  Sticky button
	============================================================================ */
	.sticky-button {
		top: 50%;
		left: 100%;
		bottom: auto;
		transform: rotate(90deg) translateX(-50%);
		transform-origin: 0 0;
		white-space: nowrap;
	}

	.sticky-button a {
		border: 0 none;
		transform: rotate(180deg);
	}


	/*  Properties
	============================================================================ */
	.headHero .lftPropertyTitle {
		padding: 0 0 30px 30px;
		text-align: left;
		flex: 1 0 50%;
	}

	.headHero .lftPropertyTitle h1 {
		font-weight: 400;
		font-size: 2rem;
		text-align: left;
	}

	.headHero .rightPropertyData {
		flex: 1 0 50%;
		font-weight: 400;
		font-size: 2rem;
		text-align: right;
		padding: 0 30px 30px;
	}

	.filterFlx .filterRow .elem.half {
		flex: 0 0 20%;
	}

	#filterSalesProperties,
	#filterLettingProperties {
		flex-direction: row;
		align-items: flex-end;
	}

	.filterFlx {
		width: 80%;
	}

	.filterFlx .filterRow .rowSelect {
		width: 20%;
	}

	.filterFlx .filterRowControls {
		flex: 1 0 20%;
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.filterRowControls .intControl {
		flex-direction: column;
	}

	.filterRowControls .intControl > div {
		flex: 1 0 100%;
	}

	.filterRowControls .resetControl {
		margin-left: 15px;
	}

	.filterRowControls {
		width: 20%;
		padding: 10px 0 0;
	}

	.dataRws {
		/*display:flex;
		flex-wrap: wrap;*/
		column-count: 2;
	}

	.propertyDataContentRight .dataRw {
		flex: 1 0 50%;
	}

	.propertyServices .propertyServicesHeader h2 {
		font-size: 2.5rem;
		letter-spacing: .5rem;
	}

	.amenities .flx {
		flex-direction: column;
		flex-wrap: nowrap;
	}


	/*  Getting Here tabs
	============================================================================ */
	.ghTabControl {
		min-height: 110px;
	}

	.ghTabControl img {
		max-width: 90px;
	}

	.ghTabControl span.lbl {
		padding-left: 24px;
	}

	.ghTabRow .tabGHLeft h2 {
		font-weight: 800;
		font-size: 2.8rem;
		letter-spacing: .6rem;
		padding: 0 0 35px;
	}


	/*  Template - About
	============================================================================ */
	.aboutCTAInner {
		padding: 80px 0;
	}

	.aboutContent .aboutElemHead h2 {
		padding-bottom: 40px;
	}

	.buildBattersea .buildBatterseaInner,
	.heritageBattersea .heritageBatterseaInner,
	.communityBattersea .communityBatterseaInner,
	.publicationsBattersea .publicationsBatterseaInner {
		padding: 40px 0;
	}

	.aboutLeaderInner {
		padding: 100px 30px 0;
	}

	.aboutMosaicBox.flx .mosaicHalf {
		flex: 1 0 50%;
	}

	.aboutLeaderInner h2 {
		font-size: 2.4rem;
		letter-spacing: .9rem;
		margin: 0;
		padding: 0 0 40px;
		font-weight: 400;
		text-transform: uppercase;
	}


	/*  Standard Page Content
	============================================================================ */
	.standardContent {
		padding-top: 60px;
	}

	.standardPageContentInner h1 {
		font-size: 3rem;
		font-weight: 400;
	}

	.standardContentInner .mainHeader h2 {
		padding: 0 0 60px;
	}


	/*  Flexible components
	============================================================================ */
	.flexibleComponents .leftContentRightImageInner,
	.flexibleComponents .rightContentLeftImageInner {
		gap: 60px;
	}

	.flexibleComponents .fc .leftCRI,
	.flexibleComponents .fc .rightCRI {
		flex: 1 0 calc(50% - 30px); /* Minus half 60px gap */
	}

	.flexibleComponents .leftContentRightImageInner {
		flex-direction: row;
	}

	.flexibleComponents .leftContentRightImage h2,
	.flexibleComponents .rightContentLeftImage h2 {
		font-size: 2.4rem;
		margin: 0;
		padding: 0 0 30px;
		font-weight: 800;
	}

	.flexibleComponents .leftContentRightImageInner img,
	.flexibleComponents .rightContentLeftImageInner img {
		margin-bottom: 0;
	}


	/*  Post Archive and Post Single
	============================================================================ */
	.archivePostsInner,
	.postContentInner {
		padding-top: 80px;
	}

	.archivePostsHead {
		padding-bottom: 50px;
	}

	.archivePostsHead h1 {
		padding-bottom: 40px;
		letter-spacing: .9rem;
	}

	.postsDisplay .postObject .postImage {
		padding-bottom: 40px;
	}

	.postObject .postDataInner .postDate {
		line-height: 1;
		padding-bottom: 20px;
	}

	.postObject .postDataInner .postTitle {
		padding-bottom: 30px;
	}

	.postsDisplay .postObject .postImage {
		flex: 1 0 50%;
		padding-right: 20px;
		padding-bottom: 0;
	}

	.postsDisplay .postObject .postData {
		padding-left: 20px;
		flex: 1 0 50%;
		align-items: center;
	}


	/*  Footer - Social
	============================================================================ */
	footer {
		padding: 100px 0 50px;
	}

	footer .socialBlock .socialChannels {
		text-align: center;
	}

	footer .socialBlock .channelsTitle,
	footer .socialBlock .channelEntries {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0;
	}

	footer .socialBlock .channelsTitle {
		font-size: 2.3rem;
		padding-right: 10px;
	}

	footer .footerSocialMini .miniLabel,
	footer .footerSocialMini .miniIcons {
		display: inline-block;
		vertical-align: middle;
	}

	footer .footerSocialMini .miniLabel {
		padding: 0 14px 0 0;
	}

	footer .socialPhotos {
		margin: 15px -10px 0;
	}

	footer #sb_instagram #sbi_images .sbi_item {
		padding: 10px !important;
	}


	/*  Newsletter
	============================================================================ */
	.flx .nlHalf {
		flex: 1 0 50%;
	}

	.amenities .flx .nlHalf {
		flex: 1 0 calc(50% - 20px);
		overflow: hidden;
	}

	.flx .nlThird {
		flex: 1 0 33%;
	}


	/*  Footer - Navigation
	============================================================================ */
	.footnav li {
		display: inline-block;
	}

	.footnav li a {
		padding: 0 10px;
	}
}


@media (min-width: 992px) {

	/*  Wrappers
	============================================================================ */
	.centerWrap,
	.footerWrap {
		max-width: 1200px;
		margin: 0 auto;
	}

	.cookie-policy .centerWrap,
	.privacy-policy .centerWrap,
	.terms-and-conditions .centerWrap,
	.building-battersea-affordable-homes .centerWrap,
	.community-school-visits .centerWrap,
	.bps-foundation .centerWrap,
	.community-jobs .centerWrap,
	.community-supporting-local-businesses .centerWrap,
	.community-choir .centerWrap {
		max-width: 800px;
	}


	/*  Utility Classes
	============================================================================ */
	.flx .flxLeft,
	.flx .flxRight {
		flex: 1 0 50%;
	}

	.flx .third {
		flex: 1 0 33.333%;
	}

	.flx .nlThird {
		flex: 1 0 33.333%;
	}

	.flx .nlTwoThird {
		flex: 1 0 66.6666%;
	}


	/*  Desktop navigation
	============================================================================ */
	.mobileOpened.navdown {
		transform: translateY(-100%);
	}

	.mobileOpened.navFilled,
	.headBarContainerNW:hover {
		background-color: #fff;
	}

	.headBarContainerNW .flexNav {
		align-items: flex-end;
	}

	.brandLogo a {
		width: 117px;
		height: 82px;
	}

	.hasHero .navFilled .brandLogo img,
	.hasHero .headBarContainerNW:hover .brandLogo img {
		filter: invert(1);
	}

	.mobileController {
		display: none;
	}

	.mobileOpened .mobileScrollingControl {
		padding: 0;
		overflow: visible;
	}

	.searchTrigger,
	.headBarContainerNW li {
		display: inline-block;
		position: relative;
	}

	.searchTrigger {
		padding-bottom: 0;
    }

    .searchTrigger button {
        padding: 8px 8px 2px;
	}

	.searchTrigger::after,
	.headBarContainerNW li::after {
		content: " ";
		display: none;
		height: 3px;
		background-color: #000;
		position: absolute;
		left: 10px;
		bottom: -8px;
		right: 10px;
		z-index: 5;
	}

	.searchTrigger:hover::after,
	.headBarContainerNW li:hover::after {
		display: block;
	}

	.headBarContainerNW li a {
		padding: 0 10px 4px;
		display: block;
		white-space: nowrap;
	}

	.headBarContainerNW li a:hover {
		color: #000;
	}

	.mobileClosed .siteNavigation,
	.mobileOpened .siteNavigation {
		display: block;
		position: inherit;
		height: auto;
		background: none;
		padding-left: 20px;
	}

	.miniNav {
		position: absolute;
		top: 20px;
		right: 20px;
		text-align: left;
	}

	.miniNav .miniOpts {
		display: inline-block;
	}

	.mainNav {
		padding-left: 40px;
	}

	.mainNav li ul {
		display: none;
		padding-top: 10px;
		position: absolute;
		white-space: pre-line;
	}

	.mainNav li:hover ul {
		display: block;
	}

	.navFilled .mainNav li ul::before,
	.headBarContainerNW:hover .mainNav li ul::before {
		content: " ";
		display: block;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: -20px;
		bottom: -20px;
		left: -10px;
	}

	.mainNav li li {
		padding: 10px 0 8px 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		position: relative;
		z-index: 3;
	}

	.mainNav li li::after {
		right: 0;
		bottom: 0;
	}

	.mainNav li li a {
		color: #000;
		padding: 10px 0 0;
	}

	.noHero .searchTrigger button,
	.hasHero .searchTrigger:hover button,
	.navFilled .searchTrigger button,
	.site-header .headBarContainerNW:hover .searchTrigger button,
	.headBarContainerNW.navFilled li a,
	.site-header .headBarContainerNW:hover li a {
		color: #000;
	}

	.noHero .searchTrigger img,
	.hasHero .searchTrigger:hover img,
	.hasHero .navFilled .searchTrigger img,
	.hasHero .headBarContainerNW:hover .searchTrigger img {
		filter: invert(1);
	}

	body.flowHold {
		overflow-y: visible;
	}


	/*  Home Components
	============================================================================ */
	.homeContent .introduction {
		padding-bottom: 80px;
	}

	.sectionSelectors .flx .selectorEntry {
		flex: 0 0 140px;
	}

	.planYourVisitContent .sectionSelectors .flx .selectorEntry {
		flex: 0 0 192px;
	}

	.live .homeDispBox {
		padding-bottom: 100px;
	}

	.homeDispBox {
		padding-bottom: 160px;
	}

	.planYourVisitContent .homeDispBox {
		padding-bottom: 60px;
	}

	.homeDispBox.rev .flx {
		flex-direction: row-reverse;
	}

	.homeDispBox .flx {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.homeDispBox .hdbTitle,
	.three_squares .hdbTitle {
		padding: 0;
	}

	.homeContent:not(.planYourVisitContent) .homeDispBox .hdbTitle h2,
	.homeContent:not(.planYourVisitContent) .three_squares .hdbTitle h2 {
		text-align: center;
		font-size: 6rem;
		letter-spacing: 1.2rem;
	}

	.homeDispBox .flxLeft {
		justify-content: flex-end;
	}

	.homeDispBox.rev .flxLeft {
		justify-content: flex-start;
	}

	.homeDispBox .flxLeft p {
		text-align: right;
		padding: 0 90px 0 0;
	}

	.planYourVisitContent .homeDispBox .flxLeft p {
		text-align: left;
	}

	.homeDispBox.rev .flxLeft p {
		text-align: left;
		padding: 0 0 20px 90px;
	}

	.homeDispBox .hdbLink {
		text-align: right;
		padding-right: 90px;
	}

	.planYourVisitContent .homeDispBox .hdbLink {
		text-align: left;
	}

	.homeDispBox.rev .hdbLink {
		text-align: left;
		padding: 20px 0 0 90px;
	}

	/* Experience boxes */
	.homeExperienceCols .flx .third {
		flex: 1 0 33.333%;
	}

	.homeExperienceCols .inner {
		margin: 0 -15px;
	}

	.homeExperienceCols .thirdInner {
		padding-bottom: 0;
	}

	.three_squares {
		padding-bottom: 130px;
	}


	/*  Single Events Classes
	============================================================================ */
	.singleEventContent h1,
	.noHeroContent h1 {
		font-size: 2.4rem;
	}

	.singleEventContent .eventLeader h1,
	.noHeroContent .noHeroLeader h1 {
		font-size: 3.8rem;
	}

	.singleEvent .flx {
		flex-direction: row;
	}

	.singleEvent .flx.hasdetails .eventLeft {
		width: 65%;
		padding: 0 30px 0 0;
	}

	.singleEvent .flx.hasdetails .eventRight {
		width: 35%;
	}

	.tribeBlock {
		margin-left: auto;
		margin-right: auto;
	}

	.eventRight .eventFlx {
		display: block;
	}

	.eventContext {
		padding-bottom: 30px;
	}

	.relatedEventsHeader {
		font-size: 2.4rem;
		letter-spacing: .5rem;
	}


	/*  Retailer Archive and Page
	============================================================================ */
	.retailerLeader .retailerBigTitle h1 {
		font-size: 3.2rem;
		letter-spacing: 1rem;
	}

	.retailerOpeningHours .ohVisualsTopRow .tRowImg,
	.retailerOpeningHours .ohVisualsBottomRow .bRowImg {
		flex: 1 0 25%;
	}

	.retailerOpeningHours .ohRightInner .ohInTitle {
		padding-bottom: 30px;
	}

	.retailerOpeningHours .ohRightInner .day {
		padding-bottom: 30px;
	}

	.ohVisualsBottomRow .bRowImg:first-child {
		flex: 1 0 50%;
	}

	.ohVisualsBottomRow .bRowImg:first-child .trInner {
		padding-bottom: 48.3%;
	}


	/*  Apartments Archive and Page
	============================================================================ */
	.phaseLeaf {
		max-width: 420px;
	}

	.apartmentLinking > div {
		flex: 1 0 33.333%;
		padding: 0 9px;
	}

	.apartmentSlider.slick-dotted.slick-slider img {
		max-height: 768px;
	}


	/*  Properties
	============================================================================ */
	.headHero .messaging .lftPropertyTitle h1 {
		font-size: 2.5rem;
	}

	.headHero .messaging .rightPropertyData {
		font-size: 2.5rem;
	}

	.salesPropertyDisplayBox .propertyVisual {
		padding-bottom: 90%;
	}

	.salesPropertyDisplayBox .propDt {
		flex: 1 0 50%;
	}

	.featuredHeader {
		margin-top: 0;
	}

	.serviceAccordian {
		padding-top: 60px;
	}

	.ssTabRow .tabSSLeft,
	.sshTabRow .tabSSLeft {
		flex: 1 0 50%;
		padding-right: 60px;
	}

	.ssTabRow .tabSSRight,
	.sshTabRow .tabSSRight {
		flex: 1 0 50%;
		padding-bottom: 40px;
	}

	.full_content {
		flex-direction: row;
	}

	.apartmentCTAHeader h2,
	.lettingPreRegisterCTA .registerFormHead,
	.propertyEnquireCTAHeader h2 {
		font-size: 2.2rem;
	}

	.propertyDataContent.flx {
		flex-direction: row;
	}

	.propertyDataContentLeft {
		flex: 1 0 50%;
		padding-right: 15px;
	}

	.propertyDataContentRight {
		flex: 1 0 50%;
		padding-left: 15px;
	}

	.propertyLeader .propertyLeaderContent {
		padding: 0 20px;
	}


	/*  Template - Leasing
	============================================================================ */
	.leasingLeaderInner .leasingLeaderContent h2 {
		font-size: 2.8rem;
	}

	.apartmentLeaderIntroInner h2 {
		font-size: 2.2rem;
		letter-spacing: .6rem;
	}

	.leasingComingSoonInner .leasingSoonHeader h2 {
		font-size: 2.8rem;
	}

	.leasingCTAInner h2 {
		font-size: 2.8rem;
	}

	.leasingPromoStrip .leasingPromoMessage {
		font-size: 3rem;
	}

	.leasing .headWrap .site-header.hasHero {
		height: 690px;
		padding-bottom: 0;
	}


	/*  Template - Getting Here
	============================================================================ */
	.standardContentInner .hereLeft {
		flex: 1 0 60%;
		padding-right: 60px;
		height: 80vh;
		position: relative;
	}

	.hereLeft .mappedInMap-iframe {
		height: 120%;
	}

	.standardContentInner .hereLeft img {
		margin-bottom: 0;
	}

	.standardContentInner .hereRight {
		flex: 1 0 30%;
	}

	.ghTabRow .tabRowContent {
		padding: 60px 0;
	}

	.ghTabRow .tabGHLeft {
		flex: 1 0 60%;
		padding-right: 60px;
	}

	.ghTabRow .tabGHRight {
		flex: 1 0 30%;
	}


	/*  Template - Getting Here / Guest Services
	============================================================================ */
	.guest-services .ghTabRow .tabRowContent {
		padding: 40px 0;
	}


	/*  Template - Contact
	============================================================================ */
	.marketingContact.flx {
		padding-top: 30px;
	}

	.contactSection span,
	.contactSection a {
		font-size: 1.5rem;
	}

	.standardContentInner .mainHeader h2 {
		font-size: 2.2rem;
		letter-spacing: .9rem;
	}


	/*  Flexible Components
	============================================================================ */
	.flexibleComponents .fc .leftContentRightImageInner .leftCRI,
	.flexibleComponents .fc .rightContentLeftImageInner .rightCRI {
		flex: 1 0 calc(66.666% - 30px);  /* Minus half 60px gap */
	}

	.flexibleComponents .fc .leftContentRightImageInner .rightCRI,
	.flexibleComponents .fc .rightContentLeftImageInner .leftCRI {
		flex: 1 0 calc(33.333% - 30px);  /* Minus half 60px gap */
	}

	.flexibleComponents .fc.titleheading .leftContentRightImageInner .leftCRI,
	.flexibleComponents .fc.titleheading .rightContentLeftImageInner .rightCRI {
		flex: 1 0 calc(50% - 30px);  /* Minus half 60px gap */
	}

	.flexibleComponents .fc.titleheading .leftContentRightImageInner .rightCRI,
	.flexibleComponents .fc.titleheading .rightContentLeftImageInner .leftCRI {
		flex: 1 0 calc(50% - 30px);  /* Minus half 60px gap */
	}

	.standardPageContentInner h1 {
		font-size: 2.5rem;
	}
}


@media (min-width: 1150px) {

	/*  Footer
	============================================================================ */
	.footerNavigation li {
		position: relative;
		padding-bottom: 20px;
	}

	.footerNavigation li:not(.no-link):hover::after,
	.footerNavigation li.active::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin-right: 10px;
		margin-left: 10px;
		height: 3px;
		background: #000;
	}

	.footerNavigation li:hover::after,
	.footerNavigation li.active::after {
		margin-top: 5px;
	}
}


/*  Desktop
============================================================================ */
@media (min-width: 1200px) {

	/*  Header
	============================================================================ */
	.headWrap .site-header.hasHero,
	.site-header.hasHero.headHero {
		height: 690px;
	}

	/*  Single Retailer
	============================================================================ */
	.retailerAddress {
		margin-bottom: 20px;
		margin-top: -20px;
	}

	.retailerAddress .show-map-modal {
		display: inline-block;
		max-width: 50px;
		margin-left: 20px;
	}

	.retailerAddress .show-map-modal img {
		margin-bottom: -13px;
	}


	/*  Home Components
	============================================================================ */
	.homeDispBox .flxLeft .wrp {
		max-width: 340px;
	}

	.planYourVisitContent .homeDispBox .flxLeft .wrp {
		max-width: 100%;
	}

	.homeDispBox.rev .hdbLink {
		padding: 20px 0 20px 90px;
	}

	.planYourVisitContent .homeDispBox .hdbLink {
		padding-bottom: 0px;
	}

	.homeDispBox .hdbTitle,
	.three_squares .hdbTitle {
		margin-bottom: -50px;
	}

	.planYourVisitContent .homeDispBox .hdbTitle,
	.planYourVisitContent .three_squares .hdbTitle {
		margin-bottom: -30px;
	}

	.homeDispBox .hdbTitle h2,
	.three_squares .hdbTitle h2 {
		font-size: 7.3rem;
		letter-spacing: 2rem;
	}

	.flx .flxLeft {
		flex: 1 0 36%;
	}

	.planYourVisitContent .flx .flxLeft {
		flex: 1 0 18%;
	}

	.flx .flxRight {
		flex: 1 0 61%;
	}

	.planYourVisitContent .flx .flxRight {
		flex: 1 0 31%;
	}

	.amenities .flx {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}

	.amenities .flexibleComponents p {
		font-size: 1.4rem;
	}

	.amenities .clmnsb {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.amenities .clmnsa {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}


	/*  Events Archive and Page
	============================================================================ */
	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTitle h2 {
		font-size: 2.2rem;
	}

	.eventSlider .flxEventHalf .eventSlideData .dataCont .eventTags {
		padding-bottom: 20px;
	}


	/*  Retailer Archive and Page
	============================================================================ */
	.retailerLeader .retailerBigTitle h1 {
		font-size: 3rem;
	}


	/*  Apartments and Page
	============================================================================ */
	.phaseLeaf {
		width: 400px;
	}
}


@media (min-width: 1300px) {

	/*  Wrappers
	============================================================================ */
	.centerWrap,
	.footerWrap {
		max-width: 1300px;
		margin: 0 auto;
	}
}