.blog .articles__text {
	color: #202633;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.93px;
	line-height: 26px;
	margin-top: 8px;
	position: relative;
	z-index: 1;
}
.blog .articles__container {
	max-width: 827px;
	margin: 70px auto 0 9.67%;
}
.blog .article {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.blog .article .entry-content p,
.blog .article .entry-content h2 {
	color: #202633;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1.07px;
	line-height: 18px;
	margin-top: 9px;
}

@media screen and (max-width: 1440px) {
	.blog .articles__shape--left {
		left: 0;
	}
}
@media screen and (max-width: 1439.5px) {
	.blog .articles__shape--left {
		left: -85px;
	}
	.blog .articles__text {
		max-width: 64%;
	}
}
@media screen and (max-width: 1199.98px) {
	.blog .articles .container {
		padding: 0 30px;
	}
	.blog .articles__container {
		margin: 70px auto;
	}
}
@media screen and (max-width: 991.98px) {
	.blog .articles .container {
		padding: 0 45px;
	}
	.blog .articles__text {
		max-width: 54%;
		font-size: 13px;
		letter-spacing: 0.86px;
		line-height: 23px;
	}
	.blog .articles__container {
		max-width: 627px;
		margin: 25px 0;
		padding-right: 0;
	}
	.blog .article .entry-content p,
	.blog .article .entry-content h2 {
		font-size: 13px;
		line-height: 23px;
		letter-spacing: 0.866667px;
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.blog .articles .container {
		padding: 0 55px;
		padding-left: 68px;
		padding-right: 15px;
	}
	.blog .articles {
		padding: 57px 0 46px;
	}
}
@media screen and (max-width: 640px) {
	.blog .articles__shape--left {
		left: -28px;
		width: 100%;
		height: 426px;
	}
	.blog .articles .container {
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 35px;
	}
	.blog .articles__container {
		padding-right: 25px;
	}
	.blog .articles__text {
		max-width: 85%;
		font-size: 16px;
		letter-spacing: 1.07px;
		line-height: 25px;
	}
	.blog .articles {
		padding: 24px 0 81px;
	}
	.blog .article {
		margin-bottom: 20px;
	}
	.blog .article__title {
		margin: 10px 0;
	}
	.blog .article .entry-content p,
	.blog .article .entry-content h2 {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 1.07px;
	}
	.blog .article .entry-content p a {
		display: block;
	}
	.blog .articles__btn {
		bottom: -50px;
	}
}

/* -------------------------
	Seller Form Block
------------------------- */

.seller-form-block {
	padding: 50px 0;
}

.seller-form-block__wrapper {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: flex-start;
}

.seller-form-block .seller-form-block__wrapper .seller-form-block__copy {
	padding: 67px 0 74px 0;
	width: 630px;
	display: flex;
	justify-content: flex-end;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container {
	max-width: 330px;
	margin-right: 77px;
	margin-left: 40px;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	h2 {
	color: #ff8d62;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 5.33px;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	p {
	margin-top: 15px;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	p,
.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	ul
	li {
	font-size: 14px;
	line-height: 26px;
	color: #202633;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	ul {
	margin-top: 20px;
	padding-right: 20px;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__copy
	.seller-form-block__copy-container
	ul
	li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.seller-form-block .seller-form-block__wrapper .seller-form-block__form {
	background-color: #eaf0e2;
	padding: 40px 30px;
	max-width: 556px;
	position: relative;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__form
	.seller-form-block__form--box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background-color: #202633;
	height: 100%;
	transform: translate(-15px, 15px);
}

.seller-form-block .seller-form-block__wrapper .seller-form-block__form h2 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 5.33px;
	color: #202633;
}

.seller-form-block
	.seller-form-block__wrapper
	.seller-form-block__form
	.seller-form-block__form-container
	input[type="submit"] {
	color: #fff;
	background-color: #202633;
	height: 31.3px;
	width: 78px;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 17px;
}

@media screen and (max-width: 991.98px) {
	.seller-form-block {
		padding: 100px 0;
	}

	.seller-form-block
		.seller-form-block__wrapper
		.seller-form-block__copy
		.seller-form-block__copy-container {
		margin-right: 25px;
		margin-left: 78px;
	}

	.seller-form-block
		.seller-form-block__wrapper
		.seller-form-block__copy
		.seller-form-block__copy-container
		ul {
		padding-right: 0;
	}

	.seller-form-block
		.seller-form-block__wrapper
		.seller-form-block__copy
		.seller-form-block__copy-container
		ul
		li {
		padding-right: 0;
	}

	.seller-form-block .seller-form-block__wrapper .seller-form-block__form {
		max-width: 350px;
	}
}

@media screen and (max-width: 640px) {
	.seller-form-block {
		padding: 75px 0;
	}

	.seller-form-block .seller-form-block__wrapper {
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.seller-form-block .seller-form-block__wrapper .seller-form-block__copy {
		justify-content: center;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

	.seller-form-block
		.seller-form-block__wrapper
		.seller-form-block__copy
		.seller-form-block__copy-container {
		margin: 0 50px;
		max-width: 100%;
	}

	.seller-form-block .seller-form-block__wrapper .seller-form-block__form {
		max-width: 100%;
		padding: 40px 50px;
	}

	.seller-form-block
		.seller-form-block__wrapper
		.seller-form-block__form
		.seller-form-block__form--box {
		display: none;
	}

	.seller-form-block .seller-form-block__wrapper .seller-form-block__form h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

/* -------------------------
	Looking to Sell Popup
------------------------- */
.lts-popup {
	display: none;
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
}

.lts-popup .white-filter {
	position: relative;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.lts-popup .lts-popup-window {
	position: absolute;
	width: 1000px;
	height: 500px;
	top: 45%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.lts-popup .lts-popup-window .orange {
	transform: translate(-20px, 20px);
	background-color: #ff8d62;
	position: absolute;
	height: 100%;
	width: 100%;
}

.lts-popup .lts-popup-window .navy {
	background-color: #202633;
	position: relative;
	height: 100%;
	width: 100%;
}

.lts-popup .lts-popup-window .navy .content {
	display: grid;
	grid-template-columns: 50% 50%;
}

.lts-popup .lts-popup-window .navy .content .header {
	grid-column: 1 / span 2;
	display: flex;
	justify-content: flex-end;
	padding: 35px;
}

.lts-popup .lts-popup-window .navy .content .header .close-lts {
	cursor: pointer;
}

.lts-popup .lts-popup-window .navy .content .header .close-lts svg line {
	stroke: #fff;
	stroke-width: 2;
}

.lts-popup .lts-popup-window .navy .content .header .close-lts:hover svg line {
	stroke: #ff8d62;
}

.lts-popup .lts-popup-window .navy .content .copy {
	padding-right: 20px;
	padding-left: 90px;
}

.lts-popup .lts-popup-window .navy .content .copy .heading {
	font-size: 50px;
	line-height: 52px;
	letter-spacing: 5.56px;
	color: #cfe8ef;
	font-family: "NiveauGroteskW01-LtSmallCaps";
	text-transform: uppercase;
}

.lts-popup .lts-popup-window .navy .content .copy .info {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.93px;
	color: #fff;
	width: 75%;
}

.lts-popup .lts-popup-window .navy .content .form {
	padding-right: 80px;
	display: flex;
	align-items: center;
}

.lts-popup .lts-popup-window .navy .content .form label {
	color: #fff !important;
}

.lts-popup .lts-popup-window .navy .content .form input[type="text"],
.lts-popup .lts-popup-window .navy .content .form input[type="email"] {
	border-color: #fff !important;
	color: #fff !important;
}

.lts-popup .lts-popup-window .navy .content .form input[type="submit"] {
	background-color: #ff8d62 !important;
	padding: 7px 20px !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	font-size: 13px !important;
	height: auto !important;
}

.lts-popup .lts-popup-window .navy .content .form input[type="submit"]:hover {
	background-color: #cfe8ef !important;
}

.lts-popup .lts-popup-window .navy .content .form .wpcf7-response-output {
	color: #fff;
}

@media screen and (max-width: 1350px) {
	.lts-popup .lts-popup-window {
		width: 100%;
		max-width: 900px;
	}

	.lts-popup .lts-popup-window .navy .content .copy {
		padding-left: 60px;
	}

	.lts-popup .lts-popup-window .navy .content .form {
		padding-right: 60px;
	}
}

@media screen and (max-width: 991.98px) {
	.lts-popup .lts-popup-window {
		width: auto;
		height: auto;
		margin-left: 50px;
		margin-right: 50px;
		transform: translate(0, -50%);
		left: 0;
	}

	.lts-popup .lts-popup-window .navy .content {
		padding-bottom: 100px;
	}

	.lts-popup .lts-popup-window .navy .content .copy .heading {
		font-size: 34px;
		line-height: 34px;
		letter-spacing: 4.56px;
		margin-bottom: 20px;
	}

	.lts-popup .lts-popup-window .navy .content .copy .info {
		line-height: 19px;
	}
}

@media screen and (max-width: 768px) {
	.lts-popup {
		height: 100%;
		min-height: 100vh;
	}

	.lts-popup .lts-popup-window {
		margin-top: -60px;
		margin-left: 35px;
		margin-right: 15px;
	}

	.lts-popup .lts-popup-window .navy .content {
		grid-template-columns: 100%;
		padding-bottom: 50px;
	}

	.lts-popup .lts-popup-window .navy .content .header {
		grid-column: 1 / span 1;
		padding: 20px;
	}

	.lts-popup .lts-popup-window .navy .content .copy .heading {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 27px;
		letter-spacing: 1px;
	}

	.lts-popup .lts-popup-window .navy .content .copy .info {
		width: 100%;
	}

	.lts-popup .lts-popup-window .navy .content .form {
		padding-top: 30px;
	}

	.lts-popup .lts-popup-window .navy .content .copy,
	.lts-popup .lts-popup-window .navy .content .form {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* Misc Style Changes */
.collage-banner__image-shape--big.bg-kidnapper {
	background-color: #cfe8ef;
}

.collage-banner {
	padding: 150px 0;
}

.contact-us__info-wrapper {
	height: 520px;
}

.contact-us__title {
	font-size: 30px !important;
	letter-spacing: 4.95px !important;
}

.banner--residents .banner__text-shape {
	height: 100% !important;
}

.banner--residents .entry-content {
	padding-right: 10px !important;
}

.banner--property .banner__text-shape {
	width: 730px !important;
	height: 230px !important;
	z-index: 0 !important;
}

.articles__shape--left {
	height: 170px !important;
}

/* MISC : 1439px */

@media screen and (max-width: 1439px) {
	.contact-us__title {
		font-size: 20px !important;
	}

	.contact-us__subtitle {
		padding-right: 5px !important;
	}

	.contact-us__info-wrapper {
		padding-left: 14px !important;
		height: 370px;
	}

	.banner--property .banner__text-shape {
		width: 360px !important;
		height: 310px !important;
	}
}

/* MISC : 1280px */

@media screen and (max-width: 1280px) {
	#menu-item-9111 a {
		display: inline;
	}
}

/* MISC : 991px */

@media screen and (max-width: 991.98px) {
	.articles__shape--left {
		width: 568px;
		height: 200px !important;
	}
}

/* MISC : 768px */

@media screen and (max-width: 768px) {
	.banner--residents .banner__text-container {
		width: 100%;
	}

	.banner--property .banner__text-shape {
		width: 100% !important;
		height: 400px !important;
	}

	.contact-us__info-wrapper {
		padding: 20px 65px !important;
		height: auto;
	}

	.articles__shape--left {
		height: 230px !important;
	}
}

/* MISC : 640px */

@media screen and (max-width: 640px) {
	.collage-banner {
		padding: 50px 0;
	}

	.collage-banner__image-shape--small-middle {
		background-color: #cfe8ef;
	}

	.articles__shape--left {
		height: 260px !important;
	}
}

@media screen and (max-width: 640px) {
	.articles__shape--left {
		height: 310px !important;
	}

	.partners__text-wrapper,
	.residents__text-wrapper,
	.form-block__form-wrapper,
	.portal-cta__text-wrapper {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.portal-cta__text {
		padding: 0 !important;
		text-align: center !important;
	}

	.collage-banner__title {
		margin-left: 50px !important;
	}
}
