.homeresidences--section{
	overflow: hidden;
}

.homeresidences--1-container {
	padding: 60px 30px;
}

.homeresidences--title {
	color: var(--theme-brown);
}

.homeresidences--copy {
	margin-bottom: 60px;
}

.homeresidences--copy > ul > li {
	margin-bottom: 1em;
}

.homeresidences--2-container {
	padding: 0 30px;
	position: relative;
}

.homeresidences--2-container:before {
	content: "";
	position: absolute;
	height: 50%;
	left: 0;
	right: 0;
	top: 0;
	background: var(--theme-black);
}

.homeresidences--image-2 {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.homeresidences--image-2 img {
	position: relative;
}

.homeresidences--3-container {
	text-transform: uppercase;
	margin-bottom: 0;
}

.homeresidences--3-container .text-110 {
	line-height: 1;
	margin-top: 15px;
}

.homeresidences--3-line {
	height: 75px;
	width: 50%;
	border-right: 1px solid var(--theme-cream);
}

.homeresidences--3-line.bottom-mod {
	margin-top: 15px;
}

.homeresidences--4-container {
	padding: 90px 30px;
	overflow: hidden;
}

.homeresidences--image-1 {
	margin: 0 auto 120px;
	position: relative;
	max-width: 550px;
}

.homeresidences--image-1 img {
	position: relative;
}

.homeresidences--image-1:before {
	content: "";
    position: absolute;
    right: -60px;
    top: -30px;
    bottom: -30px;
    left: 80px;
    background-image: url(../../images/dot-pattern.png);
    background-size: cover;
    z-index: 0;
}

.homeresidences--callout {
	text-transform: uppercase;
	color: var(--theme-orange);
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 120px;
}

.homeresidences--image-3 {
	margin: 0 auto 0px;
}

@media (min-width: 992px) {
	
	.homeresidences--1-container {
		padding-top: 165px;
	}
	
	.homeresidences--2-container:after {
        content: "";
        font-size: 140px;
        position: absolute;
        width: 1em;
        height: 3.1em;
        right: -.5em;
        top: 2.8em;
        background-image: url(../../images/xx.png);
        background-size: contain;
        background-repeat: no-repeat;
		z-index: 1;
	}
	
	.homeresidences--4-container {
		padding-top: 195px;
		min-height: 100%;
	}
	
	.homeresidences--image-1 {
		margin-left: -30px;
	}
	
	.homeresidences--cta-wrap,
	.homeresidences--copy,
	.homeresidences--title {
		max-width: 550px;
		margin: 0 auto 30px;
	}
	
	.homeresidences--cta-wrap {
		margin-top: 60px;
	}
	
	.homeresidences--callout {
		position: relative;
	}
	
	.homeresidences--image-3 img {
		position: relative;
	}
	
	.homeresidences--callout:before {
		content: "";
		position: absolute;
		width: 386px;
		height: 633px;
		background-image: url(../../images/stripes.svg);
		background-size: contain;
		left: 50%;
		bottom: -630px;
	}
}


/* amenities */
.amenities-mod .homeresidences--2-container {
	padding-bottom: 30px;
}	

@media (max-width: 991px) {
	.amenities-mod .homeresidences--callout {
		display: none;
	}
	
	.amenities-mod .homeresidences--4-container {
		padding-bottom: 0;
	}
	
}

@media (min-width: 992px) {
	.amenities-mod .homeresidences--2-container {
		background: var(--theme-black);
	}
	
	.amenities-mod .homeresidences--2-container:before {
		background: var(--theme-orange);
		top: auto;
		bottom: 0;
		width: 100vw;
		z-index: 1;
	}

	.amenities-mod .homeresidences--2-container:after {
		top: 0;
	}
	
	.amenities-mod .homeresidences--callout:before {
		display: none;
	}
}