#home-hero {
	margin-top: 5px;
	position: relative;
	z-index: 9999999;
	margin-bottom: -150px;
	border-bottom: solid 3px #002133;
}
.container-full-flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
		justify-content: center;
    height: 70vh;
    align-items: center;
}
.red-background {
	background-color: #7a2434;
	width: 50%;
	color: #fff;
	align-self: stretch;
	flex-grow: 1;
	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red-background p {
	font-size: 20px;
	width: 75%;
}
.red-background p:nth-child(1), .red-background p:nth-child(2) {
	margin-bottom: 40px;
} 
.sign-background {
	width: 50%;
	background-image: url("/wp-content/uploads/2024/07/ina-road-self-storage-sign.webp");
	background-position: center center;
	background-size: cover;
	align-self: stretch;
	height: 100%;
	flex-grow: 1;
	display: flex;
	align-items: stretch;
  	flex-direction: column;
    height: 100%
}
.white-background-full {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.white-background-full hr{
	border-top: 1px solid #dddddd;
	color: #dddddd;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.checklist {
	width: 75%;
	margin: 0 auto;
	display: block;
}
.checklist li {
	list-style-image: url("/wp-content/uploads/2024/07/checkmark.webp");
	margin-bottom: 20px;
	font-size: 20px;
	margin-left: 40px;
	list-style-position: inside;
}
.checklist li span {
	position: relative;
	top: -6.5px;
}
.flex-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-container .col {
	width: 50%;
}

.white-background-full h3 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: solid 2px #7a2434;
    width: 288px;
    padding-bottom: 3px;
}

.white-background-full p {
	margin-bottom: 15px;
}
.flex-container .col img {
	width: 100%;
	height: auto;
}
#page-phone {
	background-color: #002133;
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
	padding-left: 10px;
	padding-right: 10px;
}
#page-phone a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	margin-left: 10px;
}
.white-background {
    padding-top: 145px !important;
}
#home-hero-phone {
	z-index:0;
}
@media(max-width:979px) {
	.red-background, .sign-background {
		width: 100%;
		padding-top: 50px;
        padding-bottom: 50px;
	}
	.container-full-flex {
    	flex-direction: column;
	}
	.sign-background {
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.container-full-flex {
		height: auto;
	}
	.red-background {
		order: 2;
	}
	.sign-background {
		order: 1;
	}
	.blue-background-breakup {
		font-size: 28px;
	}
	 .flex-container {
        flex-direction: column;
        align-items: start;
		align-content: start;
    	justify-content: start;
    }
	.flex-container .col {
		width: 100%;
	}
	.checklist {
		margin-left: 0px;
    	margin-top: 15px;
		width: 100%;
	}
	.checklist li {
		margin-left: 0px;
	}
}
@media(max-width: 600px) {
	.sign-background {
		background-image: url("/wp-content/uploads/2024/08/ina-road-self-storage-sign-mobile.webp");
        padding-top: 0px;
        padding-bottom: 0px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 175px;
	}
}