body {
	font-family: Lato, sans-serif;
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1rem;
}

@media (max-width:768px) {
	.navigation-clean .navbar-toggler {
		margin-top: 1rem;
	}
}

.cta-banner {
	background-color: transparent;
}

.cta-phone {
	font-size: 1.7rem;
}

.cta-title {
	font-size: .9rem;
}

.hero-cont {
	margin-top: 4.5rem;
}

.hero-para {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}

.hero2-cont {
	margin-top: 1.2rem;
}

.hero2-title {
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 0;
}

.hero2-para {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}

.hero-link a {
	color: #fff;
}

.hero-link i {
	font-size: 1.5rem;
}

.headshot img {
	width: auto;
	height: 200px;
	vertical-align: bottom
}

.btn-viewall {
	background-color: #e11b22;
	color: #fff;
}

.btn-viewall:hover {
	color: #fff;
	opacity: .8;
	text-decoration: none;
}

.mission a {
	color: #0053a4;
}

.listing-title {
	color: #003c75;
	font-weight: bold;
	font-size: 1.1rem;
}

.viewall a {
	text-decoration: none;
}

.ad img {
	width: 70%;
}

@media (max-width:1200px) {
	.listing-title {
		font-size: 1rem;
	}
}

@media (max-width:768px) {
	.hero-cont {
		margin-top: 3rem;
	}
	.mission p {
		font-size: .9rem;
	}
	.footer-brand h5 {
		font-size: 1rem;
	}
	.footer-address p {
		font-size: 1rem!important;
	}
	.footer-info h4 {
	font-size: 1.2rem;
	}
	.footer-info p {
	font-size: .8rem;
	}
	.footer-ad img {
		width: 100%!important;
	}
	.section-titles {
		font-size: 1.5rem;
	}
	.btn-viewall {
		font-size: 1rem;
	}
	
}

@media (max-width:760px) {
	.ad img {
		width: 100%;
	}
	.headshot {
		margin-bottom: 1rem;
	}
	.hero-title {
		font-size: 5rem;
	}
	.hero-para {
		font-size: 1.6rem;
	}
	.hero2-title {
		font-size: 3rem;
	}
}

.footer-info p {
	padding: 0 30px;
	line-height: 1.3;
	font-size: .9rem;
	margin-bottom: .5rem;
}

.footer-info h4 {
	margin-bottom: .3rem;
}

.social p a {
	color: #8abdf9;
}

.social p a:hover {
	color: #8abdf9;
	text-decoration: underline;
}

.social a {
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
}

.social img, .internal-social img {
	width: 30px;
	height: auto;
}

.footer-ad img {
	width: 100%;
	height: auto;
}

@media (max-width:760px) {
	.hero-title {
		font-size: 4rem;
	}
}