/*footer style*/

.state img {
	max-width: 80px;
	margin-top: 1.4rem;
}

.service-locations {
	display: block;
}

.service-locations > div {
	margin-right: 1.6rem;
}

.service-locations h2 {
	font-size: 1.1rem !important;
	margin-bottom: 4px;
	text-align: left;
	color: #10214d54;
}

.service-locations h3 {
	font-size: .9rem !important;
	padding-bottom: 3px;
	letter-spacing: -.01rem;
}

.service-locations ul {
	list-style: none;
	padding-left: 0;
}

.service-locations li {
	margin-top: 1rem;
}

.service-locations p {
	line-height: 1.48;
	color: #5f626a;
}


/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (min-width: 768px) {

	.service-locations {
		display: flex;
	}
	.state img {
		margin-top: 0;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

}
/* end 900 */

@media only screen and (min-width: 1024px) {

}
/* end 1024 */

@media only screen and (min-width: 1440px) {

	.service-locations > div {
		margin-right: 2rem;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {

	.service-locations > div {
		margin-right: 3rem;
	}
}
/* end 1660 */
