h3{
	margin-bottom: 10px;
}

.homepage-wrapper .landing-page-hero-full {
  margin: 0;
}

.landing-page-hero-full .hero-img {
  background-color: #00529B;
}

.landing-page-hero-full .hero-img h1 {
  text-shadow: 2px 3px 2px #607D8B;
  bottom:25px;
}
.btn {
  color: #bc581a;
  border-color: #bc581a;
}
.btn:hover {
  background: #bc581a;
  color: #fff;
}
.inner .btn {
	color: white;
}
.homepage-buttons .inner a{
	border-color: #bc581a;
}
.homepage-buttons .inner a:hover, .homepage-buttons .inner a:focus{
	background-color: #bc581a;
}
.homepage-content-header {
  margin-top: 50px;
}
@media (min-width: 768px) {
	.homepage-content-header {
    	margin-top: 80px;
	}
}
.read-more {
  color: #bc581a;
}
.main-menu-wrap ul li:last-child{
	background-color: rgb(255, 239, 207);
}
.feature-quote-copy-wrap blockquote{
	color: #fff;
}
.general-page-content a,
.container a {
	text-decoration: underline;
}
div.footer-wrap a,
div.sidenav a, 
.breadcrumb-wrap a,
.calendar a,
a.btn,
a h3
{
	text-decoration: none;
}




























