@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Economica|Shadows+Into+Light+Two);
/*
COLOR PALETTE
Logo/Menu Blue (Dark blue): #2da0c8
Logo/Light Blue (Light blue): #65c9e6
Slider Green: #6eba24
Slider Blue: #40c1e9
Slider Orange: #ffc824
Quote Red: #b50900
Big Header: #053c0b
Small Header: #053c0b
Content/Footer Text (Grey/blue) #414d55
Nav Select Color: #f87d00

/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
}
textarea, p, ul, li, a {
	font-family: Helvetica, Arial, sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
a {
    color: #5b7837;
}
a:hover, a:focus {
    color: #033a09;
}
#logo {
	width: 100%;
	max-width:250px;
}
.TitleStyle1 {
	color: #2c2c2c;
	font-size: 24px;
	line-height: 1.231;
	font-weight: normal;
	margin-left: 0px;
	padding-right: 0px;
	font-family: 'Shadows Into Light Two';
}
.TitleStyle2 {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 1.231;
	font-weight: normal;
	margin-left: 0px;
	padding-right: 0px;
	font-family: 'Shadows Into Light Two';
}
.TitleStyle4 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
p, ul li {
	font-size: 14px;
	line-height: 24px;
	color: #393939;
	margin-left: 0px;
	padding-right: 0px;
	text-align: justify;
}
/* HEADER STYLES */
.main-header{
	display:flex;
	align-items:center;
	align-content:center;
	padding:40px 0px;
}
.width-menu {
	width: 1000px;
}
.top-text {
	text-align:right;
}
.economica-font {
	font-family: 'Economica'
}
.shadows-font {
	font-family: 'Shadows Into Light Two';
}
.headline-text {
	font-size: 17px;
	color: #2c2c2c;
}
.headline-text-two {
	font-size: 22px;
	color: #5b7837;
}
/* NAVBAR STYLES */
.navbar {

margin-bottom:0px;
}
.nav-menu .navbar {
	behavior: url(js/ie-fix/PIE.htc);
	border: 1px solid #dfe5ea;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	background: rgb(238,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe1e5), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, #dfe1e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f4', endColorstr='#FFFFFF', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	
}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.navbar-nav {
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	margin:0px;
	padding:0px;
	float:none;
	width:100%;
	align-content:center;
	align-items:center;
	height:50px;
}
.navbar .nav > li > a {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
	padding: 0px;
	font-size: 17px;
	color: #2c2c2c!Important;
	text-transform:uppercase;
	border-bottom: 2px solid transparent;
}
.navbar .nav .dropdown-menu li a {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
	padding: 5px 10px;
	font-size: 17px;
	color: #2c2c2c!Important;
	text-transform:uppercase;
	display:inline-block;
}
.navbar-nav > li > .dropdown-menu > li {
	width: 100%;
}
.navbar-nav > li > .dropdown-menu > li > a {
	border-bottom: none;
	width: 100%;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-nav > li > .dropdown-menu > li > a.active {
	background: #6f9243;
	color: #fff!important;
	border-bottom:none;
}
.dropdown.open .caret {
    border-bottom: 4px solid;
    border-top: 0px;
}
.dropup.open .caret {
	border-top: 4px solid;
    border-bottom: 0px;
}
.navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav li a.active {
	color: #2c2c2c!Important;
	background:transparent;
	border-bottom: 2px solid #6f9243;
	transition: .2s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #2c2c2c!Important;
	background:transparent;
	border-bottom: 2px solid #6f9243;
	transition: .2s;
}
.navbar .btn-navbar {
	margin-top: 10px;
}

.selected {
	color: #2c2c2c !important;
	border-bottom: 2px solid #6f9243;
	transition: .2s;
}
.nav-section {
	position:relative;
	z-index:99;
}
.carousel {
	bottom:25px;
}
/* BANNER STYLES */

.house {
	padding-top: 22px;
}
.slide1 {
	background: #022105;
    background: linear-gradient(90deg, #022105 65%, #033a09);
	height: 475px;
}
.slide2 {
	background-color: #033a09;
	height: 475px;
}
.slide3 {
	background: #022105;
    background: linear-gradient(90deg, #033a09 35%, #022105);
	height: 475px;
}
.banner-image-one, .banner-image-two, .banner-image-three {
	margin-left: 0px;
	margin-top: 62px;
    width: 100%;
    max-width: 700px;
    height: 350px;
    object-fit: cover;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.8);
    border-radius: 8px;
}
.carousel-control {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    left: 15px;
    width: 40px;
    height: 40px;
    font-size: 60px;
    font-weight: 100;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);

}
.carousel-control.right {
	right:20px;
    z-index: 9;
}
.carousel-control.left {
	left:20px;
}
.carousel-box {
	position: relative;
    width: 344px;
    right: 0px;
    top: 60px;
    color: #fff;
    float: right;
}
.carousel-box-header {
	font-weight: normal;
	font-size: 37px;
	line-height: 36px;
    color: #fff;
}
.carousel-box-text {
	font-size: 20px;
	line-height: 1.231;
    color: #fff;
}
.carousel-search {
	position: absolute;
	top: 0px;
	right: 20px;
	background: rgb(238,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe1e5), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, #dfe1e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f4', endColorstr='#FFFFFF', GradientType=0 ); /* IE6-9 */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.8);
	width: 344px;
	height: 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/ie-fix/PIE.htc);
}
.carousel-search label {
	color: #393939;
	font-weight: bold;
	font-size: 12px;
	line-height: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}
.carousel-search select, .banner-search select {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 20px;
	line-height:20px;
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	padding-left: 4px;
}
.carousel-search input, .banner-search input {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	height: 20px;
	line-height:20px;
	padding: 3px 0 2px 8px;
}
.start-here {
	color: #2c2c2c;
	font-weight: normal;
	font-size: 22px;
	padding: 0px 0px 0px 12px;
	margin-top: 2px;
}
.search-type {
	padding-left: 12px;
    display:flex;

}
.search-location {
	float: left;
	margin-right: 8px;
	margin-top: -1px;
}
.search-location-inside {
	float: left;
	margin-top: 2px;
	padding:0px 5px;
    
}
.hme {
	margin-top: -1px;
}

.search-type label {
	font-weight:bold;
}
.btn-custom {
	background: #6f9243;
    background: linear-gradient(180deg, #6f9243, #5b7837);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-font-smoothing: antialiased;
	border: 0px;
	width: 100%;
	line-height: 1.231;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #fff !important;
margin-top:18px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.btn-custom-inside {
	margin-top: 2px;
 background: #6f9243;
    background: linear-gradient(180deg, #6e9142, #5b7837);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-font-smoothing: antialiased;
	border: 0px;
	width: 60px;
	line-height: 1.231;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #fff !important;
}
.btn-custom-inside:focus, .btn-custom:focus, .btn-custom-inside:hover, .btn-custom:hover {
	background: #5b7837;
    background: linear-gradient(0deg, #6f9243, #5b7837);
}
.sub-banner {
	height: 165px;
	background: #022105;
    background: linear-gradient(90deg, #022105 65%, #033a09);
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	bottom:25px;
}
.banner-search {
	margin-top: 55px;
	background: rgb(238,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe1e5), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, #dfe1e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfe1e5 0%, rgba(255,255,255,1) 50%, #dfe1e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f4', endColorstr='#FFFFFF', GradientType=0 ); /* IE6-9 */
	width: 344px;
	height: 85px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;/*behavior: url(js/ie-fix/PIE.htc);*/
	padding:0px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
.banner-search label {
	color: #393939;
	font-weight: bold;
	font-size: 12px;
	line-height: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}
.search-type label {
	margin-bottom: 7px;
}

.banner-box {
	display: flex;
	justify-content:right;
}
.banner-box-image {
	display: inline-block;
    margin-top: 60px;
    max-height: 105px;
    max-width: 75px;
    height: 100%;
    width: 100%;
}
.banner-box-text {
	display: inline-block;
	text-align: right;
	width: 380px;
}
.banner-box-text-one {
	margin: 0px;
	font-size: 30px;
	color: #fff;
	margin-top: 57px;
	font-weight: normal;
	padding: 0px;
	line-height: 1.231;
	display: block;
}
.banner-box-text-two {
	margin: 0px;
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	line-height: 1.231;
	margin-left: 80px;
	display: block;
}
/* CONTENT STYLES */
.body-head-one {
	color: #2c2c2c;
	font-size: 24px;
	line-height: 1.231;
	font-weight: normal;
	padding-right: 100px;
}
.offset1 ul {
	padding-left: 40px;
}
.body-head-two {
	color: #2c2c2c;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
}
.body-text {
	font-size: 14px;
	line-height: 24px;
	color: #414d55;
	margin-left: 42px;
	padding-right: 39px;
}
.body-text-two {
	padding-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 24px;
	margin-left: 0px;
}
p.body-text-two {
	text-align: left !important;
}
.auto-content {
	font-size: 14px;
	line-height: 24px;
	color: #414d55;
	margin-left: 62px;
	padding-right: 39px;
}
.divider {
	border-right: 1px solid #ccc;
	padding-right:30px;
}
#foot-addr {
	padding-left:30px;
}
/* FOOTER STYLES */
.gradient-footer {
	background-image: url('../img/footer-gradient.png');
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	margin-top: 36px;
	width: 100%;
	padding: 10px 0px;
}
.footer-links {
	padding-top: 9px;
	font-size: 14px;
	
}
.footer-links a {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-right: 5px;
	text-transform:uppercase;
}
.copyright {
	padding-top: 9px;
	font-size: 15px;
}
footer a, footer ul li {
	font-family: 'Economica', Helvetica, Arial, sans-serif;
	color: #2c2c2c;
}
footer a {
	border-bottom: 2px solid transparent;
}
footer a:hover, footer a:focus, footer a.active {
	color: #2c2c2c;
	border-bottom: 2px solid #6f9243;
	transition: .2s;
	text-decoration: none;
}
.input-large {
	width: 210px;
}
/*iframe*/

iframe {
	height: 1000px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
.footer-links ul, .copy-ul {
	list-style-type:none;
	padding-left:0px;
	
}
.footer-links ul li, .copy-ul li {
	float:none;
	display:inline-block;
}
.gmap {
	height:400px;
	border:none;
	width:100%;
}
.ccframe {
	height:1600px!important;
}
#cpIframe {
	height:1800px!important;
}
.footer-links select{
display:none;
}
.flex-cont {
	display:flex;
}
.footer-links .dropdown ul li {
	width: 100%;
}
.footer-links .dropdown ul li a {
	border-bottom: none;
	width: 100%;
	margin-left: 0px;
}
.footer-links .dropdown ul li a.active, .footer-links .dropdown ul li a:hover, .footer-links .dropdown ul li a:focus {
    background: #6f9243;
    color: #fff;
}
.footer-links .dropdown ul li a:hover, .footer-links .dropdown ul li a:focus {
	color:#fff;
	background:#19551f;
	display:inline-block;
	border-bottom: none;
}
.side-social {
	padding-left:0px;
	list-style-type:none;
}
.side-social li {
	display:inline-block;
	margin:0px 5px;
	font-size:16px;
}

.side-social li a:hover, .side-social li a:focus {
	opacity:0.8;
}
.side-social .fa-facebook-f {
	color:#3b5998;
}
.side-social .fa-twitter {
	color:#00acee;
}
.side-social .fa-linkedin-in {
	color:#0077b5;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cq-bg, .cc-bg{
	height:50px;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}
.index-quote {
    position: relative;
    top: -240px;
}
.footer-links ul li{
	font-size: 12px;
}