@charset "utf-8";
/* CSS Document */

/*
COLOR PALETTE
Primary color (light green): #a6bd4e
Secondary color (green): #89A815
Secondary color (dark green): #89A815
8BAA16
*/

body {
	font-family: 'Open Sans', sans-serif;
}
.clear {
	clear: both;
}
.mag {
	margin-top: 0px;
}
a:focus{
	outline: none;
}
a{
	color:#1d1915;
}

/* =================Typography Styles=============== */
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6 {
	line-height: 30px !important;
}
.TitleStyle1 {
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1d1915;
	margin: 5px 0px;
}
.TitleStyle2 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1d1915;
}
.TitleStyle3 {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1d1915;
	margin: 5px 0px;
}
p, #content-inner ul li {
	float: left;
	font-size: 14px;
	color: #000;
	margin: 5px 0px;
	line-height: 26px;
	text-align: justify;
	font-weight:300;
}
.topbar {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	flex-direction: row;
}
.logo-section {
    display: flex;
    align-items: center;
	padding:0;
}
.logo {
	margin: 30px 0;
	display: inline-block;
}
#agency-logo {
	max-width: 300px;
	width: 100%;
}
.top-nav-section {
    margin-top: 30px;
	padding:0;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0;
	margin-bottom: 0;
}
.top-phone span {
	color: #000;
	font-size: 28px;
	font-weight: bold;
}
.top-social {
	list-style: none;
	width: 100px;
	float: right;
	display: flex;
	justify-content: space-around;
	font-size: 16px;
	margin-top: 10px;
	padding: 0;
}
.top-social li {
	color: #1d1915;
	width: 30px;
	height: 30px;
	text-align: center;
}
.top-social li a {
	color: #1d1915;
}
.top-social a:hover {
	opacity: 0.8;
}
.navigation {
	background: #2d5e98;
	width: 100%;
}
.content {
	/* Safari 4+, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5e5e5));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	/* IE 10+ */
	background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #e5e5e5);
	/* For Future CSS3 Browser & IE 10 */
	background: linear-gradient(#ffffff, #e5e5e5);
	/* IE6-IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e5e5e5);
	/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e5e5e5)";
	padding-bottom: 30px;
}
.content .banner {
	margin-top: 5px;
	position: relative;
}
.stretch {
	width: 100%;/*height:100%;*/
}
.quote {
	position: absolute;
	top: 0px;
	left: 24%;
	padding: 5px 10px;
	border: 5px solid #fff;
	border-top: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #6eb849;
}
.quote-heading {
	float: left;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	padding: 10px 10px 0 0;
	margin-top: -12px;
	margin-bottom: 5px;
}
.quote-form form {
    margin: 0;
    padding: 0;
}
.quote-form {
	float: left;
	padding: 10px 0 0 0;
}
.quote-form button {
	background: #da5439;
	border-radius: 35px;
	border: 0;
	color: #fff;
	float: right;
	margin-left: 5px;
	margin-top: 1px;
	padding: 4px 5px;
}
.quote-form button:hover, .quote-form button:focus {
	background: #bf4932;
	color: #fff;
}
.quote-box{
	float:left;
}
select, .quote-form input {
    width: 210px;
    border: 1px solid #ccc;
	 height: 30px;
}
input#ZipCode {
    padding-left: 9px;
}
#content-inner {
	padding: 10px 0;
}

/*Main Navbar*/
.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	align-content: center;
}
.nav-menu {
    display: flex;
    align-items: flex-end;
    justify-content: right;
}
.nav.navbar-nav {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	width:100%;
	margin:0;
	padding:0;
}
.navbar-default {
	background: transparent;
	border: 0;
	margin: 0;
	min-height: 0;
	width: 100%;
}
.navbar-default .navbar-nav > li {
	list-style: none;
    flex-grow: 1;
    text-align: center;
	margin-right:6px;
}
.navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:focus {
	color: #fff;
	width: 100%;
    margin: 0px;
	font-size: 13px;
	padding: 7px 8px;
	font-weight:700;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a.active, .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a.active {
    color: #fff;
}
.navbar-collapse {
    padding:0;
}
.navbar-nav {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.navbar-nav > li:hover, .navbar-nav > li:focus, .navbar-nav > li:focus, .navbar-nav > li > a.active {
	color: #fff;
	background: #da5439;
}
.dropdown-menu > li > a {
    padding: 3px 20px !important;
    color: #333 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
    color: #fff !important;
    background-color: #da5439;
}
.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    width: 35px;
    float: right;
    z-index: 100;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #da5439;
}
.TitleStyle1 p {
    display: block;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #5e2966;
    margin: 0px;
}
.nav-top .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
iframe {
	width: 100% !important;
	border: none;
}
#cs-frame {
    height: 1600px;
}
#cpIframe {
    height: 1700px;
}
.gmap {
    height: 400px;
    width: 100%;
    border: 0px inset !important;
}

/* Footer*/
footer {
	font-size: 10px;
	width: 100%;
	font-weight:700;
	padding: 10px 0 20px;
}
.footer-addrs {
	margin-top:10px;
	margin-bottom:0px;
}
.footer-addrs, .copy-right {
    list-style-type: none;
    text-align: center;
	padding:0;
}
.footer-addrs ul{
	padding:0;
}
footer .footer-nav li, .footer-addrs li, .copy-right li {
    display: inline-block;
}
.footer_nav {
	text-align: center!important;
}
.footer-nav {
	padding:0;
}
footer .footer-nav li a {
    margin: 0 5px;
	color: #010101;
	text-transform: uppercase;
}
.footer_nav a:hover, .footer_nav a:focus, .footer_nav a.active {
	color: #da5439 ;
	text-decoration:none;
}
.footer-contact-info ul.footer-navigaion li::before {
    content: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin-right: inherit;
    font-weight: inherit;
    vertical-align: inherit;
}
footer .footer_nav li::after {
    border-right: 1px solid #999999;
    content: "";
    font-size: 9px;
}
footer .footer_nav li:last-child::after {
    border: none;
}
.dropdown.footer-dropdown .dropdown-menu li {
    display: block;
	text-align:center;
}
.dropdown.footer-dropdown .dropdown-menu {
    min-width: 144px;
    top: -95px;
}
.dropdown.footer-dropdown .dropdown-menu li::after {
    border-right: none;
    content: none;
}
.dropdown.footer-dropdown .dropdown-menu a {
    color: #010101;
    margin: 0;
    padding: 5px 10px !important;
    width: 100%;
	font-size:10px;
}
.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #010101;
}
.lnk {
	color: #da5439 !important;
}
.about-cnt{
	height:180px;
}

/*CMS Issues*/
#get-a-quote > p {
    color: inherit;
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
	line-height:inherit;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Google translate */
.translated-ltr .navbar-default .navbar-nav > li > a {
    font-size: 12px;
}
.googleTranslateBlock .goog-te-combo{
	width: 131px;
	outline: none;
	background: #2d5d96;
    border: 1px solid #2d5d96;
    color: #fff;
	padding: 5px 0;
	font-size:13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/arrow-down.png') 96% / 15% no-repeat #2d5d96;
}
.goog-logo-link {
	display:none !important;
	height: 0;
} 
.goog-te-gadget{
	color: transparent !important;
 } 
.goog-te-banner-frame.skiptranslate {
	 display: none !important;
}
.translated-ltr body {
	top: 0px !important;
	margin: 0;
}