@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;
}
.float-left {
	float: left;
}
/*IE10 and IE11 Container */
_:-ms-fullscreen, :root  .container {
	width: 1199px;
}

_:-ms-lang(x), .container{
width:1199px;
}

_:-ms-fullscreen, :root  p {
	font-weight:normal;
}
_:-ms-lang(x), p{
font-weight:normal!important;
}
a {
	color: #966850;
}
a:hover, a:focus {
	color: #af7a5d;
	text-decoration: none;
}


/* =================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: #966850;
	margin: 5px 0px;
}
.TitleStyle2 {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #966850;
}
.TitleStyle3 {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #966850;
	margin: 5px 0px;
}
p {
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 5px 0px;
	line-height: 26px;
	text-align: justify;
}
.topbar {
	padding: 10px 0;
}
a.logo {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 150px;
	display: block;
}
.phone {
	font-size: 25px;
	font-weight: 700;
	color: #71726f;
	text-align: right;
	margin-top: 7px;
}
.phone a {
	color: #71726f!important;
}
.navigation {
	background: #71726f;
	width: 100%
}
ul.nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul.nav li {
	list-style: none;
	display: inline-block;
	font-weight: 700;
	/*font-size: 13px;*/
	font-size: 11px;
	text-transform: uppercase;
	/*margin: 0 15px;*/
	margin: 0 1px;
}
ul.nav li a {
	padding: 7px 40px;

	color: #fff;
}
ul.nav li a:hover, ul.nav li a:focus {
	color: #fff;
	background: #af7a5d;
}
ul.nav li a.active {
	background: #af7a5d;
}
.nav-button {
	background: #af7a5d url("../img/down-arrow.png") right 10px center no-repeat;
	margin: 0 44px;
	text-align: center;
	padding: 5px 0;
}
.nav-button a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-button a:hover {
	text-decoration: none;
	cursor: pointer;
}
.content {
	/* Safari 4+, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d9d9d9));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	/* IE 10+ */
	background: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #d9d9d9);
	/* For Future CSS3 Browser & IE 10 */
	background: linear-gradient(#ffffff, #d9d9d9);
	/* IE6-IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#d9d9d9);
	/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#d9d9d9)";
}
.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: #71726f;
}
.quote-heading {
	float: left;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	padding: 10px 10px 0 0;
}
.quote-form {
	float: left;
	padding: 10px 0 0 0;
}
.quote-form form {
	margin: 0;
	padding: 0;
}
.quote-form input, .quote-form select {
	border-radius: 0;
}
.quote-form button {
	background: #af7a5d;
	border-radius: 35px;
	border: 0;
	color: #fff;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
	
	padding: 4px 5px;
}
.quote-form button:hover {
	background: #966850;
	color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) and (min-width: 320px) {
.quote-form button {
	margin-top: 0;
}
}
#content-inner {
	padding: 10px;
}
.footer-content {
	text-align: center;
	margin: 10px 0;
	color: #010101;
	font-size: 10px;
	font-weight: 700;
	
}
.footer-content nav {
	text-transform: uppercase;
}
.footer-content a {
	color: #010101;
	white-space: nowrap;
}
.footer-content a:hover, a.active {
	color: #af7a5d;
}
iframe {
	width: 100% !important;
	border: none;
}
#cpIframe {
	height: 1700px;
}
.li-text {
	line-height: 26px;
	color: #000;
	
	font-size: 14px;
	float: left;
}
.float-left{
	float:left;
}
input#ZipCode {
    padding-left: 9px;
}


/*CMS Issues*/
#Phone-Number > p {
   color:inherit;
    font-size: inherit;
    font-weight:inherit;
    margin-top: inherit;
    text-align:inherit;
	float:inherit;
	line-height:inherit;
}

#get-a-quote > p {
    color: inherit;
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
	line-height:inherit;
}

#footer-address > p {
    color: inherit;
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit;
    text-align: inherit;
}
#footer-address {
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}
#footer-address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 10px;
}
#contact-address > p {
    color: inherit;
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit;
    text-align: inherit;
}
iframe.cs-iframe {
    height: 1600px;
}
#drop2 {
	margin-left: 30px;
}
.gmap {
	width: 100%;
	height: 300px;
}
.noBreak{
	display:inline-block;
}
.pruett {
    margin: 10px 0;
}
.katrina {
    color:#966854;
    text-transform: uppercase;
}
.cnt-insureall {
    font-size: 18px;
}
