.bg-1,
.bg-navy,
.bg-blue {
	background-color: #23374a;
}
.color-1,
.navy,
.blue {
	color: #23374a;
}
.bg-2,
.bg-green,
.bg-lime {
	background-color: #4A793B;
}
.bg-mobile-search1{
background-color:#6FA25F;
color:#ffffff;
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.color-2,
.green,
.lime {
	color: #2ecc71;
}
.bg-3,
.bg-grey,
.bg-gray {
	background-color: #AACF9F;
}
.color-3,
.grey,
.gray {
	color: #a2afbc;
}
.bg-4,
.bg-light-blue,
.bg-sky,
.bg-aqua,
.bg-teal {
	background-color: #4a9dcf;
}
.color-4,
.light-blue,
.sky,
.aqua,
.teal {
	color: #4A793B;
}
.body {
	background: #fff;
}
.footer {
	background: #123A06;
	color: #fff;
}
.footer h5,
	.footer a {
	color: #fff;
}
.disclaimers {
	font-weight: 100;
	background: #4A793B;
}
.navigation-bar {
	background: #123A06;
}
.nav-item-1 {
	color: #fff;
}
.navigation-set .level-1 > span > a {
	color: #24364a;
}
@media screen and (min-width: 960px) {
	.navigation-set .level-1 > span > a {
		color: #fff;
	}
}
.search-form {}
	.search-input {
		background: #AACF9F;
		border: 0;
		color: #ffffff;
	}
	.search-input:hover {
		background: #AACF9F;
	}
	.search-button {
		background: #6FA25F;
		color: #fff;
	}
	.search-button:hover {
		background: #AACF9F;
	}
.read-more {
	line-height: 1.5em;
	font-weight: 100;
	font-size: 14px;
	color: #656d78;
}
	.read-more-toggle {
		right: 0;
		position: absolute;
		bottom: 3px;
		padding-left: 5px;
	}
	.js-read-more + [data-readmore-toggle] {
		width: auto;
		display: inline-block;
		background: #fff;
		font-size: 14px;
		line-height: 1.5;
		font-weight: normal;
	}
.autocomplete {}
	.autocomplete-results {
		display: none;
		position: absolute;
		background: #fff;
		padding: 20px;
		width: 100%;
			/*max-height: 300px;*/
		overflow: hidden;
		box-shadow: 0 4px 10px rgba(0,0,0, 0.5);
		border-radius: 3px;
	}
.hero{}
	.hero-heading {
		font-size: 36px;
		text-align: center;
		font-weight: bold;
		margin-bottom: .25em;
	}
	.hero-lead{
		font-size: 20px;
		font-weight: 100;
		color: #81838a;
		text-align: center;
		margin-bottom: 3em;
	}
	.hero-column{
		text-align: center;
	}
		.hero-icon{
			color: #ec1c24;
			text-decoration: none;
			font-size: 72px;
		}
		.hero-column-heading{
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
		}
		.hero-column-text,
		.hero-column-text a{
			font-size: 16px;
			font-weight: 100;
			color: #81838a;
		}
		.hero-column-text a{
			text-decoration: underline;
		}
.logo {
    width: 250px;
    height: 125px;
    margin-top: -50px;
}

.logo-2 {
    width: 150px;
    height: 65px;
}

.well{
	background: #AACF9F;
	padding-top: 30px;
	padding-bottom: 30px;
}
	.well-heading{
		font-size: 22px;
		font-weight: bold;
	}
	.well-lead{
		font-size: 16px;
		font-weight: 100;
		color: #81838a;
	}
	.well .input{
		background: transparent;
	}