@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300|Julius+Sans+One);
/*
COLOR PALETTE
Primary color (lime green): #043175
Content Color(teal): #574945;

*/
body {
	font-family: 'Open Sans', sans-serif !important;
}
/*--------- Topbar ----------*/
.tab {
	background-color: #c7002b;
	height: 8px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	background: #c7002b;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 35px;
	display: block;
	position: relative;
	width: auto;
	line-height: 42px;
	margin: 0;
	color: white;
	float: right;
	font-size: 21px;
	padding-left:0px !important;
}
.tab ul.login li {
	text-align: left;
	display: block;
	float: left;
	margin-left: -20px;
	margin-top: -4px;
}
.tab ul.login li {
    padding-left: 20px;
    padding-right: 20px;
}	
.tab ul.login li a {
	color: #FFFFFF !important;
	background-color: transparent !important;
	border-style: none;
}
.tab ul.login li a:hover, .tab ul.login li a:focus{
     text-decoration: none !important;
}
.login .nav-pills.topnav{
   display:block;
   float:right;
   line-height:35px;
   padding:0px;
}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	width: 100%;
	height: 400px;
	color: #999999;
	background: #473a08;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#panel h4 {
	color: #e3002b !important;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 20px;
	line-height: 26px;
	margin-left: 0px;
}
#panel h4 span {
	display: block !important;
	font-size: 14px;
}
#panel p {
	color: #fff !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
#panel a {
	text-decoration: none;
	color: #b4ab8c !important;
}
#panel a:hover {
	color: #d4caa8 !important;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
.space-fix {
	margin-right: 8px;
	margin-top: -3px;
}
.tab a.close {
	float: none !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px;
	text-shadow: none !important;
	color: #604d0a !important;
	opacity: 1 !important;
}
.close:hover, .close:focus {
	opacity: 1 !important;
}
.top {
	background-color: #043175;
	height: 8px;
}
.height-fix {
	height: 30px;
}

.icon-phone {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 35px;
	background-position-y: 0px;
}
.contact {
	background-color: #043175;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 25px;
	padding: 5px;
}
.contact p {
	color: #FFF !important;
	font-weight: bold;
	font-size: 13px !important;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	vertical-align: middle;
}
.contact-pane ul {
	list-style-type: none;
	margin-left: 0px !important;
	margin-top: 15px;
}
.contact-pane ul li {
	float: left;
	margin-right: 20px;
	font-size: 13px;
	color: #604d0a;  /* #604d0a */
	font-weight:700;
}
.contact-pane ul li a {
	cursor: pointer;
	color: #604d0a ; /* #604d0a */
	font-weight:700;
}

/*--------- Header ----------*/

.head-bg {
	background-color: #fff;
}
/*Logo*/
.logo {
	margin-top: 60px;
	margin-bottom: 32px;
	float: right;
	
}
/*Navigation*/
nav {
	padding-top: 8px;
	
 /* this can be changed to 70px to 0px */}
/*.nav-pills {
	width: 600px;
	margin-left: -20px;
}*/
nav-pills>li+li {
    margin-left: 6px;
}
.nav-pills > li > a{
	font-size: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #5b4a0b;
	text-transform: uppercase;
	padding-left: 8px !important;
	padding-right: 10px !important;
	/*background-color:transparent !important;*/
	border-radius:8px !important;
	margin-left:6px !important;
	line-height:17px !important;
    border-width : 0.15em;	
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .panelleft > li.active > a {
	/*background: #f4f4f0; */
	background-color:#ccc !important;
	padding-left: 6px;
	padding-right: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #5b4a0b;
}
.panelleft > li.active > a{
	padding:7px 15px;
}
.dropdown-menu>li>a.active{
  background-color:#C7002B !important;
  color: #fff;
}

.dropdown-menu>li>a:hover{
  background-color:#ccc !important;
}

.social-nav {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	line-height: 0px;
	border-radius: 0px;
	margin-top: -5px !important;
}
.space-left {
	margin-left: 5px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #DFDFD0;	
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #C7002B;	
}
/*--------- Typography ----------*/

h1 {
	color: #FFF;
	font-size: 2em;
	font-weight: 300;
}
h2 {
	color: #333333;
	font-size: 1.4em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 34px;
	margin-top: 0px;
}
h3 {
	color: #333333;
	font-size: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0px;
}
h4 {
	margin-left: 0px;	
}
h6, h6 a, h6 a:hover {
	color: #f6f6f6 !important;
	text-shadow: 0px 1px 0px #373630;
	text-transform: uppercase;
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #333333 !important;
}
#main-article {
	padding-top: 20px !important;
}
.mobile-grad a{
font-size:24px;
}
/*--------- Secondary Navigation ----------*/

.banner-inner {
	background: #b4ab8c;
	height: 120px;
}
.pull-up {
	margin-top: -120px;
}
.sidebar {
	background-color: #c7002b;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sidebar-col {
	padding-bottom: 150px;
}
.box-one {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 0px 0px 20px 0px;
}
.box-one h6 {
	padding: 10px 0px 10px 20px;
}
.button-two {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 5px 20px;
	border-bottom: 1px solid #c8c8c8;
	color: #fff;
	text-shadow: 0px 1px 0px #373630;
	font-size: 20px;
	font-weight: bold;
}
.button-two:hover {
	color: #fff;
	padding: 5px 20px;
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
}
.box-three {
	background-color: #c7002b;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px;
}
.box-three h3 {
	font-size: 24px !important;
	font-weight: 400;
	border-bottom: 1px solid #c6bfb7;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.box-three h3, .box-three p, .box-three h2, .box-three h4 {
	color: #FFFFFF !important;
	text-shadow: 0px 2px 0px #000;
	text-align:center;
}
.box-three h3, .box-three p{
	text-align:center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 14px;
}
.box-three h4 {
	font-size: 20px !important;
	text-align: center;
}
.box-three h2 {
	font-size: 36px !important;
	text-align: center;
}
.box-four {
	background-color: #f4f4f0;
	border: 1px solid #e7e7e7;
	padding: 20px 35px 20px 35px;
}
.banner-main-inner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.4em;
	text-shadow: -2px 0px 1px #92916A;
	margin: 0;
	padding: 10px 0;
	z-index: 100;
	position: relative;
	/*height: 100px; */
	padding-top: 35px;
	
	
}
.banner-main-inner h3 {
	color: #736d6d !important;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
	padding-top: 15px;
	width: auto;
	line-height: 27px;
	/*margin-left: 10px; */
}
.banner-main-inner p {
	line-height: 25px;
	margin: 12px 20px;
	text-align:justify;
}
.center {
	margin: 0px auto;
	display: block;
}
/*--------- Footer ----------*/
#copyright {
	
	padding-top: 15px;
}
#copyright p {
	padding-top: 0px;
	text-align: right;
	font-weight: 500;
	text-transform:uppercase;
}
#copyright p span
{
	text-transform:none!important;
}
#copyright a {
	color: #135B9A;
}
.footer-contact p {
	line-height: 20px;
}
/*--------- Quotebox ----------*/
.zip {
	border: 1px solid #9f9f9c;
	width: 220px;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	height: 40px;
	border-radius: 0;
    padding: 11px 10px;
	margin:auto;
	}
.type {
	border: 1px solid #9f9f9c;
	width: 222px;
	height: 44px;
	padding: 11px 10px;
	display: block;
	-moz-box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 15px;
	margin:auto;
}
/* Fixes */

.shade {
	z-index: 0;
	position: absolute;
	margin-left: -15px;
}
table {
	color: #fff;
}
.table th, .table td {
	border: none!important;
}
.table td a, .table ta a:hover {
	color: #fff;
	text-decoration: none;
}
table td:first-child {
	text-align: right;
}
table td:nth-child(2) {
	text-align: left;
}
.content-main {
	margin-top: 20px;
}
/*-- Nav Social Icons --*/
.social {
	float: right;
	margin-left: 0px !important;
	width: 100%;
	margin-top: 50px;
	margin-right: 5%;
	padding-left: 0px;
}
.social > li {
	list-style-type: none!important;
	float: left;
}
.social > li > a {
	text-decoration: none;
	text-shadow: none;
}
.social > li > a:focus, .social > li > a:hover {
	background-color: #cf8732;
}
.ie-fix {
	display: none;
}
/* Accordion 
.mobile-grad {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	padding: 10px 5px 5px 5px;
	height: 50px;
}*/
.mobile-grad-2 {
	background: #ada278;
	background: -moz-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ada278), color-stop(50%, #cec9b6), color-stop(100%, #ada278));
	background: -webkit-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -o-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: -ms-linear-gradient(left, #ada278 1%, #cec9b6 50%, #ada278 100%);
	background: linear-gradient(to right, #ada278 1%, #cec9b6 50%, #ada278 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada278', endColorstr='#ada278', GradientType=1 );
	height: 10px;
	margin-top:10px;
}
/* panel quote box */
.panel{
background:none;
border-radius:0px;
box-shadow:none;
border:none;
margin-bottom:0px;
}
.panel-default > .panel-heading{
background:none;
border:none;
}
.panel-heading{
border-top-left-radius:0px;
border-top-right-radius:0px;
padding:0px;
}
.panel-heading a{
cursor:default;
pointer-events:none;
}
.quote-img{
display:inline-block;
}
.holder{
color:#333;
}
.mobile-grad div.panel-body{
padding:0px;
}
/* equal column */

.main-col{
overflow:hidden;
}
.left-col,.right-col{
padding-bottom:99999px;
margin-bottom:-99999px;
}
/* iframe */

iframe {
	height: 350px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
.frame-fix {
	height: 2100px !important;
}
/* Footer */
/*footer {
	padding-top: 20px;
	background: #fff;
	
} */
footer {
    margin-top: 35px;
    padding-top: 25px;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: -ms-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(top, #eeeeee, white);
}
footer h3 {
	color: #666666 !important;
	font-size: 20px !important;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
footer a {
	color: #135B9A;
}
.foot-nav li a.foot-active{
color:#c7002b;
}
.foot-nav {
    display: block;
    margin: 0 auto;
    padding:15px 0 10px 0;
    text-align: left;
}
foot-nav ul{
	margin:0px;
	padding:0px;
	}
	
.foot-nav li {
    color: #5e5e5e;
    display: inline-block;
    font-size: 11px;
    list-style: outside none none;
}
.foot-nav li a {
    color: #5e5e5e;
    font-weight: 500;
    margin: 0 4px;
    text-transform: uppercase;
}


#ZipCode {
    padding-left: 3px\9;
	padding-right:0\9;
}

#Type {
    padding-left: 0\9;
    padding-right: 0\9;
}

#main-content {
    display: table;
}

#main-content.editable > p {
    margin: 0;
}

.ezlynx-title{
text-transform: none!important;
}
.is-cms div.collapse{
display:block;
}
.is-cms div.column{
height:auto !important;
}

.no-brk {
   display :none;
}

.miniQuote h6 {
	font-size: 46px !important;
	color: #fff;
	line-height: 1;
	font-weight: 100 !important;
}
.lrmore1 {
	width: 150px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000 !important;
	text-shadow: none !important;
	margin-top: 10px;
	background-image :none;
	background: #b1da11; /* Old browsers */
	background: -moz-linear-gradient(top, #b1da11 0%, #6d9c01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1da11), color-stop(100%, #6d9c01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b1da11 0%, #6d9c01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b1da11 0%, #6d9c01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b1da11 0%, #6d9c01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b1da11 0%, #6d9c01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1da11', endColorstr='#6d9c01', GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	
}
.lrmore1:hover {
	background: #b6d134 !important; /* Old browsers */
}
.lob-contents {
    padding-bottom: 20px;
}

.lob-contents  h3 {
    color: #666 !important;
    font-size: 13px;
    font-weight: 300 !important;
    text-transform: uppercase;
	text-align:left;
	padding-left:5px;
    width: 100%;
    line-height: 25px;
}

.lob-contents ul{
	     margin: 0;
		 padding: 5px;
	}
.lob-contents ul li{
	     list-style: none;
		 text-align:left;
		 font-size: 14px;
		 line-height: 20px;
	}
	
.lrmore {
    background: #c7002b;
    background: -moz-linear-gradient(top, #c7002b 0%, #e3002b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7002b), color-stop(100%, #e3002b));
    background: -webkit-linear-gradient(top, #c7002b 0%, #e3002b 100%);
    background: -o-linear-gradient(top, #c7002b 0%, #e3002b 100%);
    background: -ms-linear-gradient(top, #c7002b 0%, #e3002b 100%);
    background: linear-gradient(to bottom, #c7002b 0%, #e3002b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7002b', endColorstr='#e3002b', GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: white !important;
    font-size: 14px;
    width: 100px;
    text-shadow: none !important;
    margin-top: 10px;
    border-bottom: 1px solid #e3002b;
}

.banner {
    position: relative;
}

.quote-box {
    background: #c7002b;
    height: auto;
    position: absolute;
    top: 55px;
    left: 22px;
    width: auto;
	padding:20px 35px;
	border-radius:8px;
}
.quote-box-inner{
 background: #c7002b;
 height: auto;
 padding:20px 35px;

}

.quote-box-inner h3 {
    color: #fff;
	text-align:center;
	}
	
.quote-box h3 {
    color: #fff;
    padding: 0px 10px 12px 10px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    border-bottom: 1px solid #c6bfb7;
	text-align:center;
	text-shadow: 0 2px 0 #000;
}

.quote-box p {
    color: #fff !important;
	font-weight: bold;
    padding: 6px 10px 14px 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
	text-align:center;
	text-shadow: 0 2px 0 #000;
}

.styleOption {
    margin: 20px 0px 20px 0px;
}


.search-location{
	 padding:0px 20px;
	 align: center;
}

.banner-btn ,.banner-btn.active,.banner-btn:active,.banner-btn:focus {
	padding:10px 50px;
	background-color:#cec9b4;
	background: -moz-radial-gradient(center, ellipse cover, #cec9b4 0%, #c4bda2 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cec9b4), color-stop(100%,#c4bda2));
    background: -webkit-radial-gradient(center, ellipse cover, #cec9b4 0%,#c4bda2 100%);
    background: -o-radial-gradient(center, ellipse cover, #cec9b4 0%,#c4bda2 100%);
    background: -ms-radial-gradient(center, ellipse cover, #cec9b4 0%,#c4bda2 100%);
    background: radial-gradient(ellipse at center, #cec9b4 0%,#c4bda2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec9b4', endColorstr='#c4bda2',GradientType=1 );
	text-shadow: none !important;
    width: 130px;
	font-size: 15.5px;
	border:1px solid #c50015;
		 }
.banner-btn:hover{
   background-color:#c4bda2;
	background: -moz-radial-gradient(center, ellipse cover, #c4bda2 0%, #cec9b4 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c4bda2), color-stop(100%,#cec9b4));
    background: -webkit-radial-gradient(center, ellipse cover, #c4bda2 0%,#cec9b4 100%);
    background: -o-radial-gradient(center, ellipse cover, #c4bda2 0%,#cec9b4 100%);
    background: -ms-radial-gradient(center, ellipse cover, #c4bda2 0%,#cec9b4 100%);
    background: radial-gradient(ellipse at center, #c4bda2 0%,#cec9b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4bda2', endColorstr='#cec9b4',GradientType=1 );
}
.center {
    margin: 0px auto;
    display: block;
}
.box-three-home{
	
	background-color:#ddd;
	color:#555;
	border-radius:8px;
	text-align:center;
	padding-bottom: 20px;
	padding-top: 20px;
	margin:20px 0px 0px;
	
	}

.box-three-home h3 {
	line-height:28px;
	text-align:left;
	padding:20px;
	 }
	 
.main-content{
 padding-left:0px;
 	}
	
.list_carousel {
	margin: 0 0 0px 0px;
	width: auto !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

/* nbs- flexisel-slider */
.logo-car{
  padding-left:0px;
  padding-right:0px;
}

.ins-nslider {
	padding: 0 15px 0 0px;
	width: 100%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	background-color:#fff;
	margin: 0;
   height: 100px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	/*cursor: pointer; */
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	/*cursor: pointer; */
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

/*#footernav {
  padding-left:0px;
  padding-right:0px;	
	}*/
.caret {
	margin-left:4px;
}

.lob-contents ul li a{
  text-align:center;
}

.grid-divider {
	border-bottom: 1.5px dotted #c7002b;
	padding-bottom: 17px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.grid img {
	display: block!important;
	left: 0px;
	position: relative;
}
.grid {
	margin-top: 15px;
}
.grid h4 {
	color: #c7002b !important;
	font-size: 1.5em;
    font-weight: 400;
}
.shadowed {
    
    display: inline-block;
    background-color: #fff;
	

}

#CSIframe{
  height:1600px;
}

.clist {
    height: 300px;
}

.contact-list img {
    height: auto !important;
   
}


.contact-list h2 {
    color: #c7002b !important;
    font-size: 1.5em !important;
    font-weight: 400;
    text-transform: uppercase !important;
}

.contact-list-bdr {
    border-bottom: 1.5px dotted #c7002b;
}

.clist .btn-mini {
    background: #c7002b none repeat scroll 0 0;
    color: #fff !important;
}

.clist .btn-mini:hover {
    background: #b9576c none repeat scroll 0 0;
    color: #fff;
}

.quote-btn {
    font-size: 16px;
    width: 90%;
    text-align: left;
    height: auto;
    line-height: 30px;
    margin: 2px 0;
    text-shadow: none;
    color: #fff;
    font-family: "Julius Sans One", sans-serif;
    background: #c7002b;
    background: -moz-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7002b), color-stop(100%, #b9576c));
    background: -webkit-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -o-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -ms-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: linear-gradient(to bottom, #c7002b 0%, #b9576c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7002b', endColorstr='#b9576c', GradientType=0 );
}
.quote-icon {
    margin-right: 10px;
    width: 20px;
    margin-top: -5px;
}

.content-main .quote-icon {
    display: inline-block !important;
    left: 0 !important;
    position: relative !important;
    max-width: inherit !important;
}

.breadcrumb {
  margin-top:70px;
  background-color:transparent !important;
  padding-left:0px;
}

.email-agent {
 height:420px !important;
}

.email-heading{
  font-size:1.6em !important;
  font-weight:700 !important;
}

.breadcrumb>li+li:before {
    padding: 0 0px !important;
    color: #ccc;
    content: "";
}

.content-main p {
   margin-left:0px;
}
.content-main h4 {
   margin-left:0px;
}
.breadcrumb a {
    color: rgb(199, 0, 43) !important;
}

h1.space {
  color:#736d6d !important;
  text-shadow:none !important;
  font-size:2.1em !important;
  margin-left: 0px;
  font-weight:normal !important;
}

.ie8-map {
    display: none !important;
}
.phone-view h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
    font-size: 20px;
    font-weight: normal;
    float: none!important;
    text-align: center!important;
    color: #333333!important;
}


.mobile-go {
    width: 99.5%;
    color: #fff;
    padding: 11px 0px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
    font-weight: bold;
    text-align: left;
    background: #c90018;
    background: -moz-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c90018), color-stop(100%, #e3002b));
    background: -webkit-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -o-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -ms-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: linear-gradient(to right, #c90018 0%, #e3002b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90018', endColorstr='#e3002b', GradientType=1 );
    border: 1px solid #ED4B94;
    /* border: none; */
}

.mobile-call {
    width: 99.5%;
    color: #fff !important;
    padding: 11px 0px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
    font-weight: bold;
    text-align: left;
    background: #c90018;
    background: -moz-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c90018), color-stop(100%, #e3002b));
    background: -webkit-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -o-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: -ms-linear-gradient(left, #c90018 0%, #e3002b 100%);
    background: linear-gradient(to right, #c90018 0%, #e3002b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90018', endColorstr='#e3002b', GradientType=1 );
    border: 1px solid #ED4B94;
}

.mobile-address {
    background: #eee;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 20px;
}

.mobile-quote {
    margin-top: -15px;
}

.mobile-img {
    float: left;
    margin-right: 20px;
    margin-left: 19px;
}

.call-img {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
}

.mobile-img-e {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    margin-left: 19px;
}

.mobile-address h5 {
    font-weight: normal!important;
    font-size: 24px;
    line-height: 30px;
    color: #574945 !important;
    padding: 0px 0 10px 0;
}

.mobile-address p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333333!important;
}

.mobile-direction {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
    background: #f7f7f7;
    margin: 20px auto;
    padding: 8px 18px;
    font-size: 14.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
}

.mobile-call:hover, .mobile-go:hover 
{
 color: #421e02 !important;
    background: #c7002b !important;
} 

.mobile-call:active, .mobile-call:focus,
.mobile-go:focus, .mobile-go:active  {
    color: #fff;
    background: #c7002b !important;
}

.mobile-direction:hover {
    background: #D8D6D6;
}
.social-mobile {
    
    margin-left: auto;
    margin-right: auto;
    width: 170px;
	margin-top:25px !important;
	height: 50px !important;
	}
.sociald {
    margin-left: auto !important;
	margin-right: auto !important;
	text-align:center !important;
	
}	
.sociald > li {
    float: left;
   
    list-style-type: none;
    text-align: center;
}

.sociald img {
    width: auto;
    height: auto;
     float:left;
    margin-left: 5px;
}

.nobreak {
  display:inline-block;
}
.box-three-home p {
 text-align:center;
 padding: 0px 20px;
}

.quote-btn:active, .quote-btn.active {
   background: #c7002b;
    background: -moz-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7002b), color-stop(100%, #b9576c));
    background: -webkit-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -o-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: -ms-linear-gradient(top, #c7002b 0%, #b9576c 100%);
    background: linear-gradient(to bottom, #c7002b 0%, #b9576c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7002b', endColorstr='#b9576c', GradientType=0 )
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
	    color: #333;
}

.lrmore:active, .lrmore.active, .lrmore:hover,.lrmore:focus {
   background: #e3002b;
    background: -moz-linear-gradient(top, #e3002b 0%, #c7002b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3002b), color-stop(100%, #c7002b));
    background: -webkit-linear-gradient(top, #e3002b 0%, #c7002b 100%);
    background: -o-linear-gradient(top, #e3002b 0%, #c7002b 100%);
    background: -ms-linear-gradient(top, #e3002b 0%, #c7002b 100%);
    background: linear-gradient(to bottom, #e3002b 0%, #c7002b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3002b', endColorstr='#c7002b', GradientType=0 );
}

.content-main h4{
 text-transform: uppercase !important;
 }
.email-heading {
 text-transform: none !important;
 }
 /* blog */
 .content-area footer{
 background:none;
 margin-top:0px;
 padding-top:5px;
 }
 .hentry{
 margin:0 0 0.5em;
 }
 .page-content, .entry-content, .entry-summary{
 margin:0.5em 0 0;
 }
 .content-area h1{
 text-shadow:none;
 }
 .widget li{
 padding-bottom:5px;
 color:#fff;
 }
 .widget a{
 color:#fff;
 text-decoration:none;
 }
 .widget a:hover{
 color:#e4e4e4;
 }
 .search-field{
 font-weight:normal;
 padding:3px !important;
 vertical-align:inherit !important;
 }
 .search-submit{
 border-radius:4px;
 color:#404040;
 background:#cec9b4;
 padding:7px !important;
 border:1px solid #cec9b4;
 }
 .widget-area .box-three{
 margin-bottom:15px;
 padding:20px 0px 20px 0px;
 }
 .widget-area h3{
 text-align:left !important;
 }
 .widget-area .box-three h3,.widget-area .box-three p{
  text-align:left;
 }
 .widget-area .search-location{
 padding:0px;
 }
 .widget-area .center{
 margin:inherit;
 }
 .blog-content a{
 text-decoration:none;
 color:#135b9a;
 }
 .blog-content h1{
 color:#736d6d;
 }
 
 .box-img{
   margin-left :auto !important;
   margin-right:auto !important;
 }
 .img-about{
 display:inline-block;

 max-width:100%;
 }
 .meet-img {
 display:inline-block;
 float:left;
 margin: 3px 20px 20px 0px;
 }
 .img-text {
    margin-left: 30px;
    margin-top: 20px;
}
 .nocolor a{
   color:#333;
 }
 
 span.pull-right a{
   color:#333;
 }
 
 .jot-form-lob{
  height:430px !important;
 }
 
 .coloron {
   color : #c7002b !important; 
 }
 
/* blog caret Symbol is fixed here */
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid !important;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}


.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid;
    border-top: 0 none;
    content: "";
}

.caret,.dropup>.btn>.caret{
border-top-color:#5b4a0b !important;
}


/* Logo slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.ph-fix a {
	color: #333333;	
}

.email-an-agent-fixes {
height: 700px! important;
}
.about-img img{
	margin-bottom:15px !important;
}
.{
	background-color: #ccc !important;
	color:#5b4a0b !important;
}
.side-img img{
	margin:20px 0;
	width:250px;
}
.side-img{
	text-align:center !important;
}