.contact-us .is-inner {
	background: #002855;
}

.contact-us #intro-section p:first-of-type {
	margin-bottom: 8px;
}

.contact-us #intro-section p:last-of-type {
	font-size: 16px;
}

#contact-section {
	padding: 60px 0 12px;
	text-align: center;
}

#contact-section .container {
	max-width: 1100px;
}

.col-contact {
	margin-bottom: 56px;
}

.col-contact h3 {
	font-size: 19px;
	margin-bottom: 12px;
}

.col-contact p {
	margin-bottom: 0;
}

.col-contact a {
	color: #002855;
	font-weight: 600;
}

.acf-map {
    width: 100%;
    height: 685px;
}

.map-inner {
	padding: 24px 0 24px 20px;
}

.map-address,
.map-phone {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.ma2 {
	margin-bottom: 10px;
}

#alt-address {
	padding: 36px 20px 48px;
	text-align: center;
	font-size: 18px;
	line-height: 1.75;
}

#alt-address h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.aa2 {
	margin-bottom: 8px;
}

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

	.contact-us #intro-section p:last-of-type {
		font-size: 19px;
	}

	.contactrow {
		display: flex;
    	flex-wrap: wrap;
	}

	.col-contact {
		float: left; width: 50%;
		padding: 0 20px;
		margin-bottom: 80px;
	}

}

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

	#contact-section {
		padding: 140px 0 60px;
	}

	.col-contact {
		width: 33.33%;
	}
	
	#alt-address {
		padding: 72px 20px 96px;
		font-size: 24px;
	}
	
	#alt-address h3 {
		font-size: 48px;
		margin-bottom: 30px;
	}
	
	.aa2 {
		margin-bottom: 12px;
	}

}