/* @group Advisory Bar
------------------------------------ */
.avisory-bar {
	background: rgba(250, 94, 53, 1);
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 6;
	-webkit-transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 1.9s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 1.9s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 1.9s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 1.9s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 1.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.avisory-bar .row {
	height: 5rem;
}
.avisory-bar .close {
	color: rgba(255, 255, 255, 1);
	font-size: 1.8em;
	z-index: 2;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 3.7rem;
}
.avisory-bar:not(.hiddenBar) {
	top: 0;
}
.avisory-bar p {
	color: rgba(255, 255, 255, 1);
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 1.92px;
}
.avisory-bar p a {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
@media only screen and (min-width: 961px) {
	.Mozilla.v11 .avisory-bar .close:hover,
	.Explorer .avisory-bar .close:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	@media (hover: hover) {
		.avisory-bar .close:hover {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.avisory-bar .row {
		height: 8rem;
	}
	.avisory-bar p {
		font-size: 2.8em;
		letter-spacing: 0.56px;
		line-height: 1.359em;
	}
	.avisory-bar .close {
		font-size: 3em;
		top: calc(50% - 0.5em);
	}
}
/* @end */

/* @group Site Nav
------------------------------------ */
.site-nav {
	isolation: isolate;
	padding-block: 1.3rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	-webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
		top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-nav::after {
	background: var(--navy-blue);
	z-index: -1;
	inset: 0;
	position: absolute;
	content: '';
}
/* Logos
----------------------*/
.site-nav .logo {
	display: inline-block;
	background: none !important;
	width: 4.4em;
}

/* Menu
----------------------*/

.site-nav .menu {
}
.site-nav .menu li {
	font-size: 10px;
}
.site-nav .menu li a {
	font: normal 400 1.6em / 1em var(--proxima-font);
	letter-spacing: 0.125em;
	color: var(--white);
	display: inline-block;
	text-transform: uppercase;
}
.site-nav .menu li li {
	font-size: 1em;
}
.site-nav .menu .sign-in {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.12px;
	line-height: 2.8em;
	text-transform: none;
}
.site-nav .menu .sign-in a {
	color: rgba(26, 46, 87, 1);
}
.site-nav .menu .heart-li {
	margin-left: 0.8rem;
	font-size: 2.1em;
}
.site-nav .menu .heart-li a {
	color: rgba(241, 201, 119, 1);
	position: relative;
	top: 0.2rem;
}
.site-nav .menu .welcome-li {
	margin-left: 1.1rem;
	font-size: 2em;
	margin-right: 2.4rem;
}
.site-nav .menu .welcome-li a {
	color: rgba(26, 46, 87, 1);
	position: relative;
	top: 0.2rem;
}
@media only screen 
and (min-width: 1240px) 
and (max-width: 1470px) {
	.site-nav .col-36-23 { -ms-flex: 0 0 72.22%; flex: 0 0 72.22%; max-width: 72.22%; margin-left: 8.333%; }
}
@media only screen 
and (min-width: 961px) 
and (max-width: 1241px) {
	.site-nav .col-36-23 { -ms-flex: 0 0 77.78%; flex: 0 0 77.78%; max-width: 77.78%; margin-left: 2.778%; }
	.site-nav .menu { gap: 3rem; }
}
@media only screen and (min-width: 961px) {
	.site-nav {
		width: 100vw;
	}
	.site-nav > .row {
		padding-inline: 3rem;
	}
	.menu-wrapper {
		display: inline-flex;
		margin-left: auto;
	}
	.site-nav .menu {
		display: flex;
		flex-wrap: wrap;
		gap: 4rem;
	}
	.site-nav .aside-menu .menu {
		display: flex;
		max-height: unset !important;
		height: 100%;
        flex-wrap: nowrap;
        height: 97vh;
	}

	.site-nav .menu li a {
		font-size: 1.3em;
		line-height: 2.69em;
		font-weight: 500;
	}
	.site-nav .menu li a:hover {
		color: var(--pink);
	}
	.site-nav .main-menu {
		margin: auto;
	}
}

/* @group aside-menu
------------------------------------ */
.aside-menu::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../../img/layout/site-nav/aside-texture.jpg');
	background-size: cover;
	display: block;
	z-index: -1;
	position: absolute;
}
.aside-menu::after {
	content: '';
	background-image: url('../../img/layout/site-nav/aside-deco.png');
	position: absolute;
	bottom: 0;
	background-size: contain;
	display: block;
	right: 1.8em;
    pointer-events: none;
}
.aside-menu {
	--max-w: 60rem;
	max-width: var(--max-w);
	position: fixed;
	top: 0;
	right: calc(var(--max-w) * -1);
	width: 100%;
	height: 100vh;
	z-index: 1;
	transition: 0.5s all;
	background: #efbca2;
	isolation: isolate;
}
.showMenu .aside-menu {
	right: 0;
}
.site-nav .aside-menu .menu {
	flex-direction: column;
	gap: 0;
	padding-top: 50px;
	max-height: 66vh;
	overflow-y: scroll;
	width: 100%;
    position: relative;
    z-index: 1;
}
.site-nav .aside-menu .menu::-webkit-scrollbar {
	width: 0.5rem;
}
.site-nav .aside-menu .menu::-webkit-scrollbar-track {
	background: transparent;
}
.site-nav .aside-menu .menu::-webkit-scrollbar-thumb {
	background-color: var(--white);
	width: 5px;
}
.aside-menu .main-menu {
	--offset: 2rem;
	background-color: var(--navy-blue);
	margin-left: var(--offset);
	width: calc(100% - var(--offset));
	height: calc(100% - var(--offset));
	padding-left: 7.3rem;
	display: flex;
	align-items: start;
}
.site-nav .aside-menu .menu-item.big a {
	font-size: 3.4em;
	line-height: 1em;
	font-weight: 700;
	transition: 0.5s;
	border-color: transparent;
	padding: 0;
	border-radius: 62.5em;
	position: relative;
}
.site-nav .aside-menu .menu-item.big a i {
	position: absolute;
	left: -0.823em;
	font-size: 0.5em;
	top: 50%;
	translate: 0 -50%;
	font-size: 1em;
	transition: 0.5s;
	padding: 0.352em;
	transition: 0.5s;
	opacity: 0;
}
.site-nav .aside-menu .btt-close {
}

.site-nav .aside-menu .menu-item a {
	font-size: 2em;
	line-height: 1em;
	font-weight: 400;
}
.site-nav .menu {
	text-align: left;
}
.site-nav aside .close {
	color: var(--yellow);
	font-size: 2.1em;
	position: absolute;
	z-index: 5;
}
.aside-menu .divider {
	pointer-events: none;
	padding: 0;
	opacity: 0;
}
.site-nav .aside-menu .menu-item {
	line-height: 1em !important;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.aside-menu .main-menu {
		--offset: 20px;
		padding-left: 30px;
	}
	.site-nav .aside-menu .menu-item a {
		font-size: 16px;
	}
	.site-nav .aside-menu .menu-item.big a {
		font-size: 25px;
	}
	.site-nav .aside-menu .menu-item {
		padding-bottom: 20px;
		line-height: 1em;
	}
	.aside-menu::after {
		width: 174px;
		height: 156px;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.aside-menu .divider {
		height: 18px;
	}
}


@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
    .site-nav .aside-menu .menu-item.big :is(a, #important) {
        font-size: 2.2em;
    }

    .site-nav .aside-menu .menu-item :is(a, #important) {
        font-size: 1.5em;
    }
    .site-nav .aside-menu .menu {
        padding-bottom: 50px;
    }
}




@media only screen and (min-width: 961px) {
	.aside-menu .divider {
		height: 6rem;
	}
	.aside-menu::after {
		width: 22.8rem;
		height: 25.6rem;
	}
	.aside-menu::after {
		right: 1.8rem;
	}
	.site-nav aside .close {
		top: 3rem;
		right: 3rem;
	}
	.aside-menu .main-menu {
		--offset: 2rem;
		padding-left: 7.3rem;
	}
	.site-nav .aside-menu .menu-item a {
		font-size: 2em;
	}
	.site-nav .aside-menu .menu-item.big a {
		font-size: 3.4em;
	}
	.site-nav .aside-menu .menu-item.big {
		padding-bottom: 2.8rem;
	}
	.site-nav .aside-menu .menu-item.big:last-of-type {
		padding-bottom: 6rem;
	}
	.site-nav .aside-menu .menu-item:not(:last-of-type) {
		padding-bottom: 2.5rem;
	}
	@media (hover: hover) {
		.site-nav .aside-menu .menu-item.big a:hover {
			padding: 0.38em 1.17em;
			border: solid 0.05em var(--yellow);
			border-left-color: transparent;
			color: var(--white);
		}
		.site-nav .aside-menu .menu-item.big a:hover i {
			opacity: 1;
		}
	}
}

/* @end */

/* Login
----------------------*/
.site-nav .login-list {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}
.site-nav .login-list li {
	font-size: 22px;
}
.site-nav .login-list li a,
.site-nav .login-list li button {
	color: var(--white);
	font-size: 1em;
}

@media only screen and (min-width: 961px) {
	.site-nav .login-list li {
		font-size: 1.8rem;
	}
}

/* Search
----------------------*/
.site-nav .searchContainer {
	background: var(--secondary-pink);
	position: fixed;
	left: 100vw;
	min-height: 10rem;
	width: 100%;
	top: 0;
	-webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	align-items: center;
	display: flex;
	padding-inline: 3rem;
	border-bottom: 1.5px solid var(--white);
}
.avisory-bar:not(.hiddenBar) ~ .site-nav .searchContainer {
	top: 5rem;
}
.site-nav aside.open {
	background: rgba(26, 46, 87, 1);
	height: 100%;
	width: 100%;
	color: rgba(255, 255, 255, 1);
	font-size: 2.4em;
	text-align: center;
	-webkit-transition: text-indent 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: text-indent 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: text-indent 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: text-indent 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: text-indent 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.showSearch .site-nav .searchContainer {
	left: 0;
	pointer-events: all;
}
#addsearch-nohits {
	position: absolute;
	top: 0;
	left: 15rem;
}
#addsearch-nohits p {
	font: normal 600 18px / 1em var(--proxima-font);
	color: var(--navy-blue) !important;
}
.site-nav .searchContainer input[type='text'],
.site-nav .searchContainer input[type='search'] {
	background: none transparent;
	color: var(--navy-blue);
	height: 8.8rem;
	font: normal 600 2em / 1.75em var(--proxima-font);
	letter-spacing: 0.1em;
	padding: 0 5.2rem;
	border: none;
	text-transform: uppercase;
}
.site-nav .searchContainer input[type='text']::placeholder,
.site-nav .searchContainer input[type='search']::placeholder {
	color: var(--navy-blue);
}
.site-nav .searchContainer .search-submit {
	position: absolute;
	color: rgba(26, 46, 87, 1);
	font-size: 2.4em;
	height: 8.8rem;
	width: 6rem;
	background: none;
	top: 0;
	right: 0;
}

#addsearch-results .addsearch-result-item-sub p em {
	color: var(--navy-blue) !important;
}
.site-nav ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}
.site-nav ::-moz-placeholder {
	color: rgba(255, 255, 255, 1);
}
.site-nav :-ms-input-placeholder {
	color: rgba(255, 255, 255, 1);
}
.site-nav :-moz-placeholder {
	color: rgba(255, 255, 255, 1);
}
.showMenu {
	overflow: hidden;
}

#addsearch-results {
	background: var(--secondary-pink) !important;
	height: calc(100vh - 8rem) !important;
	width: 100vw !important;
	border: none !important;
	left: 0 !important;
	box-sizing: border-box !important;
	overflow-y: auto;
}
.addsearch-result-item-container {
	position: relative !important;
	padding-top: 4.5rem !important;
}

.addsearch-result-item-container .addsearch_category {
	position: absolute;
	top: 0;
	color: var(--dark-grey) !important;
	font: normal 700 16px / 1.68em var(--proxima-font);
	letter-spacing: 2px;
}
.addsearch-result-item-container .addsearch_category em {
	color: var(--dark-grey) !important;
}
.site-nav .searchContainer .icon-search-line {
	color: var(--navy-blue);
}
.site-nav .searchContainer .icon-search-line {
	font-size: 16px;
}
.site-nav .searchContainer .close {
	color: var(--navy-blue);
	right: 3.4em;
}
@media only screen and (max-width: 960px) {
	#addsearch-results {
		height: 100vh;
	}
	#addsearch-results-mid {
		padding: 3rem !important;
	}
}
@media only screen and (min-width: 961px) {
	#addsearch-results {
		height: auto !important;
		padding-inline: 10rem;
		padding-bottom: 4rem;
		padding-top: 3rem;
		overflow-y: hidden !important;
		border-top: 1.5px solid var(--white);
	}
	.addsearch-result-item-container:not(:last-of-type)::after {
		content: '';
		position: absolute;
		right: 0;
		inset-block: 0;
		width: 1.25px;
		background: var(--white);
	}
	.addsearch-result-item-container .addsearch_category {
		font: normal 700 20px / 1.35em var(--proxima-font);
		letter-spacing: 2px;
	}
	.site-nav .searchContainer .icon-search-line {
		font-size: 1.6rem;
	}
	.site-nav .searchContainer .close {
		color: var(--navy-blue);
		right: 3.4rem;
	}
	.site-nav .searchContainer {
		height: 11rem;
	}
	#addsearch-results-mid {
		display: flex !important;
		flex-wrap: nowrap;
		overflow: hidden !important;
		width: 100% !important;
		padding-inline: 7.7rem !important;
		padding-block: 3.3rem !important;
	}
	.addsearch-result-item-container {
		display: inline-flex !important;
		width: 588px;
		flex: 0 0 auto;
		justify-content: center;
		padding-inline: 6.5rem !important;
		box-sizing: border-box !important;
	}
}

#addsearch-fuzzy,
#addsearch-results-bottom,
#addsearch-results-right {
	display: none !important;
}
#addsearch-results .addsearch-result-item-container,
.addsearch-result-item-container {
	background: none !important;
}
#addsearch-results-mid {
	background: none transparent !important;
	box-sizing: border-box !important;
	height: auto !important;
	border-top: 1.5px solid var(--white);
}
#addsearch-results-mid::-webkit-scrollbar {
	width: 0.5rem;
}
#addsearch-results-mid::-webkit-scrollbar-track {
	background: transparent;
}
#addsearch-results-mid::-webkit-scrollbar-thumb {
	background-color: var(--navy-blue);
	height: 5px;
}
#addsearch-results .addsearch-result-item-sub,
#addsearch-results .addsearch-result-item-sub-active {
	width: 100% !important;
	border: none !important;
	background: none transparent !important;
	min-height: 0 !important;
	margin-inline: auto;
}
#addsearch-results .addsearch-result-item-sub div {
	width: 100% !important;
	padding: 0 !important;
	min-height: 0 !important;
}
#addsearch-results .addsearch-result-item-sub h2 {
	color: var(--navy-blue) !important;
	font-size: 2.2rem;
	letter-spacing: 0.07px;
	line-height: 1.5em;
}
#addsearch-results .addsearch-result-item-sub h2 a {
	color: var(--navy-blue) !important;
	font-size: 30px !important;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: uppercase;
	font-family: var(--proxima-font);
}
#addsearch-results .addsearch-result-item-sub p {
	padding: 0;
	color: var(--navy-blue) !important;
	font-size: 18px;
	letter-spacing: 0.01px;
	line-height: 1.688em;
	font-family: var(--proxima-font);
}
#addsearch-results .addsearch-result-item-sub p span em,
#addsearch-results .addsearch-result-item-sub p em.fuzzy,
#addsearch-results .addsearch-result-item-sub p span.price {
	font-size: 1em !important;
	color: var(--navy-blue) !important;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/* Iphone
----------------------*/
.iPhone-iPod.showMenu,
.iPhone-iPod.showFindaHomeAjax,
.iPhone-iPod.showNeighborhoodAjax {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.site-nav .toggle-menu {
	color: var(--yellow);
	font-size: 20px;
	vertical-align: top;
	position: relative;
}
.site-nav .search {
	pointer-events: none;
}
.site-nav .search * {
	pointer-events: all;
}
#addsearch-top-close {
	border: none !important;
	display: none !important;
}
#addsearch-topcloselink {
	display: none !important;
}
.site-nav .sub-menu {
	--offset: 10.5rem;
	background: var(--light-blue);
	position: fixed;
	width: 100vw;
	display: flex;
	align-items: center;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
	left: 0;
	top: 0;
	justify-content: center;
	z-index: -1;
	translate: 0 calc(var(--offset) * -1);
	transition: 0.6s;
}
@media only screen and (min-width: 961px) {
	.avisory-bar:not(.hiddenBar) ~ .site-nav {
		top: 5rem;
	}
	.site-nav .toggle-menu {
		font-size: 2rem;
	}
	.site-nav {
		padding-block: 2.5em;
	}
	.site-nav .search {
		pointer-events: none;
		position: absolute;
	}
	.site-nav::before {
		content: '';
		position: absolute;
		top: unset;
		right: 0;
		bottom: -0.45rem;
		left: 0;
		background: rgba(255, 255, 255, 1);
		border-top: 0.5rem solid;
		border-image: linear-gradient(
				to right,
				rgba(0, 100, 163, 1) 14.28%,
				rgba(0, 178, 221, 1) 14.28%,
				rgba(0, 178, 221, 1) 28.57%,
				rgba(199, 233, 244, 1) 28.57%,
				rgba(199, 233, 244, 1) 42.855%,
				rgba(241, 201, 119, 1) 42.855%,
				rgba(241, 201, 119, 1) 57.14%,
				rgba(26, 46, 87, 1) 57.14%,
				rgba(26, 46, 87, 1) 71.427%,
				rgba(243, 190, 169, 1) 71.427%,
				rgba(243, 190, 169, 1) 85.71%,
				rgba(240, 44, 46, 1) 85.71%
			)
			7;
	}
	.scrollhidden.pinedHeader .site-nav {
		top: -13rem;
	}

	/* Menu
  ----------------------*/

	.iPhone-iPod .site-nav .toggle-menu.icon-Group-99 {
		width: 5.2rem;
		height: 3.8rem;
	}
	.iPhone-iPod .site-nav .toggle-menu.icon-Group-99::before {
		content: '';
		background: url(https://wellenpark.com/wp-content/themes/wellen-park/img/layout/site-nav/open.svg)
			center center no-repeat;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
	}
	.site-nav .sub-menu {
		--offset: 10.5rem;
		padding-block: 0.7rem;
		padding-block: 0.7rem;
		gap: 5rem;
	}
	.sub-menu-open .site-nav li .sub-menu {
		transition: none;
	}

	.site-nav .menu li li a {
		color: var(--navy-blue);
		transition: color 0.25s, transform 0.25s;
	}
	.site-nav .menu li a:hover {
		transform: translateX(8px);
	}
	.site-nav .menu-wrapper a:hover,
	.site-nav .menu-wrapper button:hover,
	.site-nav .login-list a:hover,
	.site-nav .login-list button:hover {
		color: var(--yellow) !important;
	}
	.site-nav .menu-wrapper .sub-menu a:hover,
	.site-nav .menu-wrapper .sub-menu button:hover {
		color: var(--navy-blue) !important;
	}
	.site-nav .menu-wrapper .current-menu-item a {
		font-weight: bolder !important;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.avisory-bar:not(.hiddenBar) ~ .site-nav {
		top: 8rem;
	}
	.site-nav > .row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-inline: 32px;
		gap: 3rem;
	}
	.site-nav > .row > * {
		flex: 0;
		padding: 0;
	}
	.site-nav .login-list {
		margin-left: auto;
	}
	.site-nav .search {
		position: absolute;
	}
	.site-nav {
		border-bottom: 5px solid;
		padding-inline: 0;
		padding-block: 8px 17px;
		border-image: linear-gradient(
				to right,
				rgba(0, 100, 163, 1) 14.28%,
				rgba(0, 178, 221, 1) 14.28%,
				rgba(0, 178, 221, 1) 28.57%,
				rgba(199, 233, 244, 1) 28.57%,
				rgba(199, 233, 244, 1) 42.855%,
				rgba(241, 201, 119, 1) 42.855%,
				rgba(241, 201, 119, 1) 57.14%,
				rgba(26, 46, 87, 1) 57.14%,
				rgba(26, 46, 87, 1) 71.427%,
				rgba(243, 190, 169, 1) 71.427%,
				rgba(243, 190, 169, 1) 85.71%,
				rgba(240, 44, 46, 1) 85.71%
			)
			7;
	}
	.addsearch-result-item-sub {
		position: relative;
		padding-block: 35px !important;
	}
	body
		#addsearch-results
		.addsearch-result-item-container:not(:last-of-type)
		.addsearch-result-item-sub {
		border-bottom: 1.5px solid var(--white) !important;
	}
	body:not(.showSearch) #addsearch-results {
		opacity: 0 !important;
	}

	.scrollhidden.pinedHeader .site-nav {
		top: -16rem;
	}
	/* Logos + Toggle Menu
  ----------------------*/
	.site-nav .logo {
		width: 44px;
	}

	.site-nav .menu-wrapper {
		position: absolute;
	}
	/* Main Menu
  ----------------------*/
	.site-nav .menu li {
		font-size: 1.3em;
		line-height: 2.69em;
		letter-spacing: 2.69em;
		font-weight: 500;
	}
	.site-nav .menu li li {
		font-size: 1em;
	}
	.site-nav .menu .menu-item-has-children {
		border-bottom: 0.2rem solid rgba(199, 233, 244, 1);
	}
	.site-nav .menu .menu-item-has-children > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.site-nav .menu .sub-menu {
		animation: closeDraw 0.5s 1 cubic-bezier(1, 0.2, 0, 0.4) forwards;
		overflow: hidden;
	}
	.site-nav .menu .active > .sub-menu {
		animation: openDraw 2s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}
	/* Links
  ----------------------*/
	.site-nav .links {
		height: 14.8rem;
		border-bottom: 0.2rem solid rgba(199, 233, 244, 1);
		margin-bottom: 4.4rem;
	}
	.site-nav .links .sign-in {
		color: rgba(26, 46, 87, 1);
		font-size: 4.6em;
	}
	.site-nav .links .sign-in span {
		font: 600 0.479em / 1.23em proxima-nova, Arial, helvetica sans-serif;
		letter-spacing: 4.4px;
		line-height: 27px;
		vertical-align: middle;
		text-transform: uppercase;
		position: relative;
		top: -0.5rem;
		margin-left: -0.5rem;
	}
	.site-nav .social-networks {
		display: flex;
		gap: 1rem;
	}
	.site-nav .social-networks li {
		display: inline-block;
	}
	.site-nav .social-networks a {
		color: var(--navy-blue);
		background: var(--yellow);
		font-size: 1.7em;
		height: 3.8rem;
		width: 3.8rem;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	/* Address
  ----------------------*/
	.site-nav address {
		font-style: normal;
	}
	.site-nav address h4,
	.site-nav address p {
		color: rgba(0, 100, 163, 1);
		font-size: 2.2em;
		letter-spacing: 0.47px;
		line-height: 1.411em;
	}
	.site-nav address p {
		margin: 0 0 1.411em;
	}
	.site-nav address h4 {
		letter-spacing: 0;
		line-height: 1.23em;
		text-transform: uppercase;
	}
	.site-nav address p a {
		color: rgba(0, 100, 163, 1);
	}
	.site-nav address p:last-child {
		margin: 0;
	}
	/* Search
  ----------------------*/
	.site-nav .search {
		text-align: right;
	}
	.site-nav .search .icon-Artboard-Copy-23 {
		font-size: 3.3em;
	}
	.site-nav aside.open {
		height: 10.7rem;
		width: 7rem;
		font-size: 3.9em;
		margin-left: 2.5rem;
	}
	.site-nav aside .close {
		top: 3rem;
		right: 3rem;
		font-size: 28px !important;
	}
	.avisory-bar:not(.hiddenBar) ~ .site-nav .searchContainer {
		top: 9.3rem;
	}
	.site-nav .searchContainer input[type='text'],
	.site-nav .searchContainer input[type='search'] {
		height: 10.7rem;
		font-size: 2.6em;
		letter-spacing: 0.56px;
		line-height: 2em;
		padding: 0 3rem;
	}
	.site-nav .searchContainer .search-submit {
		position: absolute;
		color: rgba(26, 46, 87, 1);
		font-size: 3.9em;
		height: 10.7rem;
		width: 6rem;
		background: none;
		top: 0;
		right: 0;
	}

	#addsearch-results {
		height: calc(100vh - 10rem) !important;
		padding-inline: 3rem;
	}
	#addsearch-results .addsearch-result-item-container,
	.addsearch-result-item-container {
	}
	#addsearch-results .addsearch-result-item-sub,
	#addsearch-results .addsearch-result-item-sub-active {
	}
	#addsearch-results .addsearch-result-item-sub div {
	}
	#addsearch-results .addsearch-result-item-sub div:after {
		margin: 2.6rem 0 4.1rem;
	}
	#addsearch-results .addsearch-result-item-sub h2 {
		font-size: 25px;
		letter-spacing: 0.12px;
		line-height: 1em;
		margin: 0 0 2rem !important;
	}
	#addsearch-results .addsearch-result-item-sub h2 a {
	}

	.addsearch_category {
		width: 70% !important;
		text-overflow: ellipsis !important;
		overflow: hidden !important;
	}

	#addsearch-results .addsearch-result-item-sub p {
		padding: 0;
		font-size: 16px !important;
		letter-spacing: 0.01px !important;
		line-height: 1.5em !important;
		color: var(--navy-blue) !important;
	}
	/* info-group
  ----------------------*/
	.info-group {
		--offset: 20px;
		position: absolute;
		left: var(--offset);
		bottom: var(--offset);
		padding-bottom: 6rem;
		padding-left: 5rem;
	}
	.info-group address a {
		font: normal 400 16px / 1em var(--proxima-font);
		text-transform: uppercase;
		letter-spacing: 0.125em;
		padding-bottom: 20px;
		display: block;
		text-align: left;
	}
	.info-group .phone {
		color: var(--white);
		font-weight: 600;
	}
	.info-group .user-text {
		color: var(--white);
		font-weight: 400;
	}
}
/* @end */

/* @group Ajax Content
------------------------------------ */
.ajax-content {
	position: fixed;
	top: 8.8rem;
	width: 100%;
	height: 68rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.39);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.avisory-bar:not(.hiddenBar) ~ .ajax-content {
	top: 13.8rem;
}
.scrollhidden.pinedHeader .ajax-content {
	top: 0;
}
.scrollhidden.pinedHeader .avisory-bar:not(.hiddenBar) ~ .ajax-content {
	top: 5rem;
}
.showFindaHomeAjax,
.showNeighborhoodAjax {
	overflow: hidden;
}

.showNeighborhoodAjax #neighborhoodAjax {
	opacity: 1;
	visibility: visible;
	z-index: 6;
}
.showFindaHomeAjax #findHomeAjax {
	opacity: 1;
	visibility: visible;
	z-index: 6;
}
.ajax-content .load-more {
	color: rgba(241, 201, 119, 1);
	font-size: 1.4em;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ajax-content .load-more span {
	color: rgba(0, 100, 163, 1);
	font: 0.914em / 2.2em proxima-nova, Arial, helvetica sans-serif;
	order: -1;
	text-transform: uppercase;
	letter-spacing: 1.666667px;
	margin-right: 0.5rem;
}
/* Loading and Not Found
----------------------*/
.find-ajax #noResults,
.find-ajax #loading {
	color: rgba(26, 46, 87, 1);
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.643em;
	padding: 2rem 1.95rem;
}
.find-ajax #noResults {
	padding: 2rem 3rem;
}
/* Ajax Content - Neighborhood
----------------------*/
.neighborhood-feed article {
	margin-bottom: 1.4rem;
}
.neighborhood-feed .box {
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.neighborhood-feed .img-box {
	height: 9.1rem;
	overflow: visible;
}
.neighborhood-feed figcaption {
}
.neighborhood-feed figcaption p {
	background: rgba(241, 201, 119, 1);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 1.228em;
	padding: 0.4rem 0 0.3rem;
	margin-top: -0.5rem;
	width: 100%;
}
.neighborhood-feed h6 {
	color: rgba(241, 201, 119, 1);
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 2.2em;
}
.neighborhood-feed h3 {
	color: rgba(26, 46, 87, 1);
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 2.17px;
	line-height: 1.385em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}
.neighborhood-feed .text p {
	color: rgba(0, 100, 163, 1);
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
}
.neighborhood-feed .text p i {
	color: rgba(241, 201, 119, 1);
	font-size: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -0.05rem;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
/* Ajax Content - Find a Home
----------------------*/
.find-feed .feed-item {
	margin: 0 0 2.1rem;
}
.find-feed .box {
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
	display: block;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.find-feed .img-box {
	height: 16.4rem;
	margin: 0 0 1.1rem;
	overflow: visible;
}
.find-feed figcaption p {
	background: rgba(22, 45, 90, 1);
	color: rgba(241, 201, 119, 1);
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
	padding: 0.4rem 0;
	margin-bottom: -1rem;
}
.find-feed .text h6 {
	color: rgba(0, 100, 163, 1);
	font-size: 1em;
	font-weight: 400;
	font-style: italic;
	line-height: 2.2em;
}
.find-feed .text h3 {
	color: rgba(26, 46, 87, 1);
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 2.17px;
	line-height: 1.696em;
}
.find-feed .text h3 i {
	color: rgba(241, 201, 119, 1);
	font-size: 0.927em;
	vertical-align: middle;
	position: relative;
	top: -0.1rem;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
@media only screen and (min-width: 961px) {
	.ajax-content {
	}
	.ajax-content nav {
		background: rgba(0, 100, 163, 1);
	}
	.ajax-content nav h3 {
		color: rgba(255, 255, 255, 1);
		font-size: 2.4em;
		letter-spacing: 1px;
		line-height: 5.9rem;
	}
	.ajax-content nav h3 a {
		color: rgba(255, 255, 255, 1);
	}
	.ajax-content nav h3 i {
		color: rgba(241, 201, 119, 1);
		font-size: 0.625em;
		vertical-align: middle;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.3s linear;
		-moz-transition: -moz-transform 0.3s linear;
		-ms-transition: transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	/* Ajax Content - Neighborhood
  ----------------------*/
	.neighborhood-feed {
		height: 62.1rem;
		overflow: hidden;
		overflow-y: auto;
		padding: 4.8rem 0;
		scrollbar-color: rgba(0, 100, 163, 1) rgba(199, 233, 244, 1);
		scrollbar-width: thin;
		align-content: flex-start;
	}
	.neighborhood-feed::-webkit-scrollbar {
		width: 0.5rem;
	}
	.neighborhood-feed::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 6px 6px 6px rgba(199, 233, 244, 1);
	}
	.neighborhood-feed::-webkit-scrollbar-thumb {
		background-color: rgba(0, 100, 163, 1);
		outline: 0.1rem solid rgba(0, 100, 163, 1);
	}
	.neighborhood-feed footer {
		padding: 0 5.5rem;
	}
	.neighborhood-feed .feed-item {
		padding: 0 4.5rem;
	}
	.neighborhood-feed .img-box {
		width: 14rem;
	}
	.neighborhood-feed .text {
		width: calc(100% - 14rem);
		padding-left: 0.8rem;
		padding-right: 3rem;
	}
	.neighborhood-feed h6 {
		margin-top: -0.6rem;
	}
	.Mozilla.v11 .find-feed .box:hover,
	.Explorer .find-feed .box:hover,
	.Mozilla.v11 .neighborhood-feed .box:hover,
	.Explorer .neighborhood-feed .box:hover {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
	}
	.Mozilla.v11 .ajax-content nav h3 a:hover i,
	.Explorer .ajax-content nav h3 a:hover i,
	.Mozilla.v11 .neighborhood-feed .box:hover .text p i,
	.Explorer .neighborhood-feed .box:hover .text p i,
	.Mozilla.v11 .find-feed .box:hover .text h3 i,
	.Explorer .find-feed .box:hover .text h3 i {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	.Mozilla.v11 .ajax-content nav h3 a:hover,
	.Explorer .ajax-content nav h3 a:hover {
		color: rgba(199, 233, 244, 1);
	}
	@media (hover: hover) {
		.ajax-content nav h3 a:hover {
			color: rgba(199, 233, 244, 1);
		}
		.find-feed .box:hover,
		.neighborhood-feed .box:hover {
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
		}
		.ajax-content nav h3 a:hover i,
		.neighborhood-feed .box:hover .text p i,
		.find-feed .box:hover .text h3 i {
			-webkit-transform: translateX(8px);
			transform: translateX(8px);
		}
	}
	/* Ajax Content - Find a Home
  ----------------------*/
	.ajax-content .filter-type,
	.ajax-content .filter-price {
		max-width: 111.5rem;
		height: 8.5rem;
	}
	.ajax-content .find-feed {
		max-width: none;
	}
	.ajax-content .filter-price {
		background: rgba(237, 248, 251, 1);
		height: 4rem;
	}

	.filter-type button,
	.filter-price button {
		color: rgba(0, 178, 221, 1);
		font-size: 1.5em;
		font-weight: 500;
		letter-spacing: 2.5px;
		line-height: 1.2em;
	}
	.filter-price button {
		font-size: 1.2em;
		letter-spacing: 2px;
		line-height: 1.167em;
	}
	.filter-type button.active,
	.filter-price button.active {
		color: rgba(26, 46, 87, 1);
	}
	.find-ajax {
		height: auto;
	}
	.find-feed {
		/*height: 57.6rem;*/
		height: 60vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 2.7rem 0 1rem;
		scrollbar-color: rgba(0, 100, 163, 1) rgba(199, 233, 244, 1);
		scrollbar-width: thin;
	}
	.find-feed::-webkit-scrollbar {
		width: 0.5rem;
	}
	.find-feed::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 6px 6px 6px rgba(199, 233, 244, 1);
	}
	.find-feed::-webkit-scrollbar-thumb {
		background-color: rgba(0, 100, 163, 1);
		outline: 0.1rem solid rgba(0, 100, 163, 1);
	}
	.find-feed .feed-item {
		padding: 0 2rem;
	}
	.find-feed footer {
		padding: 0 3rem;
	}
	.find-feed .feed-item {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
    .site-nav {
        width: 100vw;
        /* overflow-x: hidden;  It glitch out submenu */
        overflow-y: visible;
    }
	.ajax-content {
		height: 100vh;
		width: 100vw;
		top: 0;
	}
	.iPhone-iPod .ajax-content {
		height: 100%;
	}
	.avisory-bar:not(.hiddenBar) ~ .ajax-content {
		top: 8rem;
	}
	.showNeighborhoodAjax #neighborhoodAjax,
	.showFindaHomeAjax #findHomeAjax {
		z-index: 7;
	}
	.ajax-content > .box {
		background: rgba(255, 255, 255, 1);
		max-width: 83.07vw;
		box-shadow: 0px 11px 11px -11px rgba(0, 0, 0, 0.23),
			inset 0px 2px 11px 0 rgba(0, 0, 0, 0.23);
		margin: 0;
		overflow: hidden;
		overflow-y: auto;
		height: calc(100vh - 12rem);
		-webkit-transform: translate3d(-100vw, 0, 0);
		-ms-transform: translate3d(-100vw, 0, 0);
		transform: translate3d(-100vw, 0, 0);
		-webkit-transition: -webkit-transform 0.3s linear,
			top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		-moz-transition: transform 0.3s linear,
			top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.3s linear, top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.iPhone-iPod .ajax-content > .box {
		height: calc(100% - 12rem);
	}
	.showFindaHomeAjax .ajax-content > .box,
	.showNeighborhoodAjax .ajax-content > .box {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.ajax-content header {
		height: 12rem;
		border-top: 1.3rem solid;
		padding: 0;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.39);
		border-image: linear-gradient(
				to right,
				rgba(0, 100, 163, 1) 14.28%,
				rgba(0, 178, 221, 1) 14.28%,
				rgba(0, 178, 221, 1) 28.57%,
				rgba(199, 233, 244, 1) 28.57%,
				rgba(199, 233, 244, 1) 42.855%,
				rgba(241, 201, 119, 1) 42.855%,
				rgba(241, 201, 119, 1) 57.14%,
				rgba(26, 46, 87, 1) 57.14%,
				rgba(26, 46, 87, 1) 71.427%,
				rgba(243, 190, 169, 1) 71.427%,
				rgba(243, 190, 169, 1) 85.71%,
				rgba(240, 44, 46, 1) 85.71%
			)
			7;
	}
	.ajax-content header .close {
		color: rgba(26, 46, 87, 1);
		font-size: 3.1em;
		position: absolute;
		left: 3.3rem;
		top: 3.8rem;
	}
	.ajax-content header h2 {
		color: rgba(0, 100, 163, 1);
		font-size: 2.6em;
		font-weight: 500;
		letter-spacing: 4.33px;
		line-height: 10.7rem;
	}

	.ajax-content nav {
		padding: 0 7.2rem 0 6.9rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		align-items: baseline;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ajax-content nav:first-child {
		margin-top: 3.4rem;
	}
	.ajax-content nav:last-child {
		margin-bottom: 10rem;
	}
	.ajax-content nav:first-child::after,
	.ajax-content nav:last-child::before {
		content: '';
		display: block;
		background: rgba(199, 233, 244, 1);
		height: 0.2rem;
		margin: 1.3rem 0 6.4rem;
		width: 100%;
	}
	.ajax-content nav:last-child::before {
		margin: 4.5rem 0;
	}
	.ajax-content nav h3 {
		color: rgba(0, 100, 163, 1);
		font-size: 2.6em;
		font-weight: 600;
		letter-spacing: 0.08px;
		line-height: 1em;
	}
	.ajax-content nav h3 a {
		color: rgba(0, 100, 163, 1);
	}
	.ajax-content nav h3 i {
		color: rgba(241, 201, 119, 1);
		font-size: 0.808em;
		vertical-align: middle;
	}
	.ajax-content nav:last-child h3 {
		color: rgba(255, 255, 255, 1);
		font-size: 2.8em;
		font-weight: 700;
		letter-spacing: 1.17px;
		line-height: 1em;
		margin-left: 2.4rem;
	}
	.ajax-content nav:last-child h3 i {
		font-size: 0.929em;
	}
	.ajax-content nav .close {
		color: rgba(241, 201, 119, 1);
		font-size: 2.1em;
	}
	.ajax-content nav .close span {
		font: 600 1.24em / 1em proxima-nova, Arial, helvetica sans-serif;
		letter-spacing: 0.25px;
	}

	/* Ajax Content - Neighborhood
  ----------------------*/
	.neighborhood-ajax::after {
		content: '';
		position: absolute;
		top: 18rem;
		right: 0.5rem;
		background: url(https://wellenpark.com/wp-content/themes/wellen-park/img/layout/neighborhood/scroll.svg)
			center center;
		background-size: cover;
		height: 11rem;
		width: 11rem;
	}
	.neighborhood-feed article {
		margin-bottom: 9.9rem;
		padding: 0 9.4rem;
	}
	.neighborhood-feed article:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	.neighborhood-feed .box {
		padding: 0;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
		display: block;
	}
	.neighborhood-feed .img-box {
		height: 29.3rem;
		overflow: visible;
		margin: 0 0 3.1rem;
	}
	.neighborhood-feed figcaption p {
		font-size: 1.8em;
		letter-spacing: 3px;
		line-height: 1.225em;
		padding: 0.7rem 0 0.6rem;
		margin-top: -2.8rem;
	}
	.neighborhood-feed h6 {
		font-size: 2em;
		font-weight: 400;
		font-style: italic;
		line-height: 1.1em;
	}
	.neighborhood-feed h3 {
		font-size: 2.6em;
		font-weight: 500;
		letter-spacing: 4.33px;
		margin: 0;
	}
	.neighborhood-feed .text p {
		font-size: 2.4em;
		line-height: 1.292em;
	}
	.neighborhood-feed .text p i {
		font-size: 0.792em;
		top: -0.05rem;
	}

	/* Ajax Content - Find a Home
  ----------------------*/
	.find-ajax > .box {
		display: block;
	}
	.ajax-content .find-feed,
	.ajax-content .filter-price {
		display: none;
	}
	/* Ajax Content - Find a Home | Filter Type
  ----------------------*/
	.ajax-content .filter-type,
	.ajax-content .filter-price {
		padding: 0 7.2rem 0 6.9rem;
	}
	.ajax-content .filter-type button,
	.ajax-content .filter-price button {
		height: 7.4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		align-items: baseline;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: rgba(0, 100, 163, 1);
		font-size: 2.6em;
		font-weight: 500;
		letter-spacing: 4.33px;
		border-bottom: 0.2rem solid rgba(199, 233, 244, 1);
	}
	.ajax-content .filter-type button i,
	.ajax-content .filter-price button i {
		color: rgba(241, 201, 119, 1);
		font-size: 0.808em;
	}
	.find-ajax nav:first-child::after {
		margin-bottom: 0;
	}
	.find-ajax nav:last-child {
		display: none;
	}

	.ajax-content.show-properties .filter-type,
	.ajax-content.show-price .filter-type {
		display: none;
	}
	.ajax-content.show-price .filter-price,
	.ajax-content.show-properties .find-feed {
		display: block;
	}

	.find-ajax.show-properties nav:first-child::after {
		margin-bottom: 6.4rem;
	}
	.find-ajax.show-properties nav:last-child {
		display: block;
	}
	/* Ajax Content - Find a Home | Feed
  ----------------------*/
	.find-feed .box {
		padding: 0;
		box-shadow: none;
		display: block;
	}
	.find-feed .feed-item {
		margin: 0 0 8.7rem;
		padding: 0 9.4rem;
	}
	.find-feed .feed-item:nth-last-of-type(1) {
		margin: 0;
	}
	.find-feed .img-box {
		height: 29.3rem;
		overflow: visible;
		margin: 0 0 2.8rem;
	}
	.find-feed figcaption.bottom {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.find-feed figcaption p {
		background: rgba(241, 201, 119, 1);
		color: rgba(255, 255, 255, 1);
		font-size: 1.8em;
		letter-spacing: 3px;
		line-height: 1.225em;
		padding: 0.7rem 0 0.6rem;
		margin-top: -2.8rem;
		margin-bottom: 0;
	}
	.find-feed .text h6 {
		font-size: 2em;
		line-height: 1.1em;
	}
	.find-feed .text h3 {
		font-size: 2.6em;
		letter-spacing: 4.33px;
		line-height: 1.2em;
	}
	.find-feed .text h3 i {
		font-size: 0.731em;
		top: -0.2rem;
	}
	/* Loading and Not Found
  ----------------------*/
	.find-ajax #noResults,
	.find-ajax #loading {
		font-size: 2.6em;
		padding: 0 7.2rem 0 6.9rem;
	}
}
/* @end */

/* @group mobile-toggle
------------------------------------ */
.site-nav .mobile-menu-wrapper {
	visibility: hidden;
	transition: 0.5s;
}
.scrollhidden .mobile-menu-wrapper {
	opacity: 0;
	pointer-events: none;
}
.site-nav .mobile-toggle {
	position: absolute;
	background: var(--light-blue);
	color: var(--navy-blue);
	padding: 8px 30px;
	font: normal 600 16px / 2em var(--proxima-font);
	text-transform: uppercase;
	transition: 0.5s;
	inset-inline: 0;
	top: 82px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-nav .sub-menu-open .mobile-toggle {
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.1) 100%
		),
		#c5e9f7;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}
.sub-menu-open .mobile-toggle i {
	scale: -1;
	display: block;
}
.sub-menu-open .mobile-toggle span {
	font-weight: 400;
}
.site-nav .mobile-menu-wrapper ul {
	top: 130px;
	border-radius: 0px 0px 35px 35px;
	background: var(--light-blue);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
	padding-inline: 30px;
	position: absolute;
	inset-inline: 0;
	overflow: hidden;
	max-height: 0;
	transition: 0.5s;
}
.site-nav .mobile-menu-wrapper ul a {
	font: normal 600 16px / 2em var(--proxima-font);
	padding-block: 15px;
	display: block;
	text-transform: uppercase;
}
.site-nav .mobile-menu-wrapper ul li:not(:last-of-type) a {
	border-bottom: 1px solid var(--white);
}
.site-nav .sub-menu-open ul {
	max-height: 600px;
	padding-bottom: 30px;
	border-top: 1px solid var(--white);
}

/* @end */

/* @group sub-menu
------------------------------------ */

body:not(.scrollhidden) :is(.current-menu-ancestor, .current-menu-item) .mobile-toggle {
	visibility: visible;
}

body:not(.scrollhidden) :is(.current-menu-ancestor, .current-menu-item) .sub-menu {
    translate: 0 var(--offset);
}

@media only screen and (min-width: 961px) {
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
}

/* @end */
