@charset "utf-8";
/* Sundance Gardens - Desktop Styles */
.wrapper:before {
	position: relative;
	display: block;
	content: "";
	height: 146px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}
.logo {
	width: 20%;
	position: absolute;
	top: -36px;
	left: 0;
	margin: auto;
}
.logo img {
	width: 128%;
}
.mainnav {
	padding-left: 24px;
}
.scrolled .toplink > a, .scrolled .toplink > a:visited, .scrolled .dropdown > a, .scrolled .dropdown > a:visited {
	padding: 16px 12px;
}
.scrolled .logo img {
	width: 100%;
	max-width: 160px;
}
.scrolled .top-bar a, .scrolled .top-bar a:visited, .scrolled .top-bar div:first-of-type, .scrolled .top-bar div:last-of-type {
	padding: 4px 8px;
}
.flex-half {
	width: 50%;
}
.flex-half.buffer {
	width: 49%;
}
.flex-third {
	width: 33.333%;
}
.flex-third.buffer {
	width: 32%;
}
.flex-fifth {
	width: 20%;
}
.flex-four-fifths {
	width: 80%;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content: center;
}
.flex-end {
	justify-content: flex-end;
}
.flex-top {
	align-items: flex-start;
}
.flex-middle {
	align-items: center;
}
.flex-bottom {
	align-items: flex-end;
}
.half-box > .flex-half:first-child, .half-box > .flex-third {
	border-right: solid 2px var(--dark-color);
}
.half-box > .flex-third:last-child {
	border-right: none;
}
p.big, .big p, p.bigger, .bigger p, p.biggest, .biggest p {
	margin: 24px auto;
	font-size: 44px;
	font-weight: 600;
}
p.bigger, .bigger p {
	font-size: 72px;
}
p.biggest, .biggest p {
	font-size: 88px;
	line-height: 104px;
}
.page-title {
	font-size: 64px;
	line-height: 64px;
}
.page-title span {
	font-size: 48px;
	line-height: 48px;
}
.event-thumb {
	justify-content: flex-start;
	text-align: left;
}
.team-member img {
	max-height: 600px;
	object-fit: cover;
	object-position: 0 -24px;
}
.flex-overflow {
	position: absolute;
	top: 0;
	bottom: 0;
}
.flex-overflow-left {
	left: 0;
}
.flex-overflow-right {
	right: 0;
}
.single-neighborhood .flex-overflow-right {
	max-height: 600px;
}
.page-image {
	min-height: 700px;
}
.page-image.squat-image {
	min-height: 200px;
}
.flex-image > img, .nt-image img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.thumb-info {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.home-thumb:hover .thumb-info {
	opacity: 1;
}
.st-image {
	width: 40%;
}
.st-content {
	width: 60%;
}