@charset "utf-8";
/* CSS Document */
body {
	background: #c6c9ce; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6, ul, li, a, input, textarea {
	font-family: 'Open Sans', sans-serif;
}

.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6 {
  line-height: 1.1;
}

.TitleStyle1, .TitleStyle2, .TitleStyle3{
  margin-top: 20px;
  margin-bottom: 10px;
}

.TitleStyle3 {
  font-size: 24px;
}


a{color:#b6803a;}
a:focus, a:hover{
text-decoration:underline !important;
	outline:none !important;
	color:#b6803a;
}
.TitleStyle1 {
	color: #a57370;
	font-size: 24px;
	font-weight: 700;
}
/*Header Section*/
header {
	position: relative;/*background: #edf0f1 url("../img/banner-bgline.png") repeat scroll 0 0;*/
	z-index: 2;
}
.inner-page {
	background: #f8f8f8;
	padding: 10px 0 5px;
}

.left-image {
	max-width: 100%;
	height: auto;
	display: block;
}
.overlay {
	background: rgba(255, 255, 255, 0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f5f6, endColorstr=#f4f5f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f5f6, endColorstr=#f4f5f6)";
	padding: 10px 0 5px 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
}
/*Navigation*/
.navbar {
	min-height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar .navbar-collapse {
	position: absolute;
	text-align: center;
	width: 100%;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-nav>li {
	padding: 2px;
	/*border-right: 1px solid #ccc;*/
	background-image: url(../img/border-right.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #240c05;
    font-size: 14px;
    /*text-shadow: 1px 1px 6px #a87737;*/
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background: none !important;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 15px;
}
.navbar-default .navbar-nav > .active > a:focus{
	outline:none !important;
}
.navbar-nav > li:hover, .navbar-nav > li.active, .navbar-nav > li.active > a, .navbar-nav > li > a:hover {
    background: url(../img/nav-bg.png);
    background-size: 100% 100%;
    color: #1f1f5b ;
}
.dropdown-menu>li>a.selected {
	background: rgb(230, 235, 239);
	color: #000 !important;
	font-weight: 400;
}
/*Quote Box*/


.quote-box-form {
	position: relative;
	z-index: 9;
}
.inner-quote-box {
	background-color:#b6803a;
	
	padding: 50px 25px;
	height: 455px;
	text-align: center;
}
.inner-quote-box .quote-btn, .quote-box-form .quote-btn{
	margin: 0 auto;
	margin-top: 15px;
	width: 205px;
}
.inner-quote-box form input, .inner-quote-box form textarea, .inner-quote-box form select, .inner-quote-box form div {
	width: 100%;
}
.inner-quote-box label {
	margin-top: 20px;
}
.quote-box .TitleStyle2, .inner-quote-box .TitleStyle2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 15px;
	margin: 0px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}
.inner-quote-box .TitleStyle2 {margin-top: 60px !important;}
.quote-box .TitleStyle2 {margin-top: 30px !important;}
.inner-quote-box .TitleStyle2.jot-frm-heading{margin-top: 7px !important;}
.quote-box .TitleStyle3, .inner-quote-box .TitleStyle3 {
	color: #ffffff;
	font-size: 24px;
	text-shadow: 2px 2px 4px #000;
}
.quote-box p, .inner-quote-box p {
	color: #d9d6d6;
	font-style: italic;
}
form div {
	display: block;
	/*width: 200px;*/
	float: left;
	color: #fff;
	text-transform: uppercase;
}
form input, form textarea, form select {
	width: 190px;
	height: 35px;
	color: #000;
	box-shadow: inset 2px 2px 14px #afafaf;
	position: relative;
}
.quote-btn {
	display: block;
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;


background: linear-gradient(to bottom, rgb(31, 31, 91) 0%,rgb(34, 34, 93) 100%);


	border: 1px solid #a47538;
	margin-top: 8px;
}
.quote-btn:hover, .quote-btn:focus, .quote-btn:active {
	
color:#ddd!important;
border-radius:0;
border: 1px solid #a47538;
background: rgb(207,4,4); /* Old browsers */
background: -moz-linear-gradient(top, rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
background: linear-gradient(to bottom, rgb(34, 34, 93) 100%,rgb(31, 31, 91) 0%);
}
/*Quote Box*/

/*Insurance Tips*/
.insurance-tips {
	background-image: url(../img/insurance-tip.png);
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	height: 130px;
	width: 250px;
	position: relative;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 5px 10px;
	padding-left:10px;
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: 20px;
	margin-top: -170px;
}
.insurance-tips .TitleStyle2 {
	font-family: 'Oregano', cursive;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	margin: 2px;
}
.insurance-tips p {
    text-align: center;
    color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.insurance-tips a {
    color: #fff;
	font-size: 14px;
}
.middle-content {
	background: #E1E1E2;
	background: -moz-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1E1E2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #E1E1E2 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E2', endColorstr='#ffffff', GradientType=0 );
	padding: 25px;
	margin-top: -40px;
	position: relative;
}
.box {
	background: #fff;
	border-top: 4px solid #414174;
	-webkit-box-shadow: 2px 11px 16px -9px rgba(0,0,0,1);
	-moz-box-shadow: 2px 11px 16px -9px rgba(0,0,0,1);
	box-shadow: 2px 11px 16px -9px rgba(0,0,0,1);
	padding: 15px;
	border-left: 2px solid #CBCBCB;
	border-right: 2px solid #CBCBCB;
	border-bottom: 2px solid #CBCBCB;
}
.box .fa {
	color: #000;
	font-size: 12px;
}
.mrgn-fx {
	margin-top: -15px;
	margin-top: 0px\9\0;
}
/*Tabs*/
/*.tabs {
	background: #E1E1E2; 
	background: -moz-linear-gradient(top, #E1E1E2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1E1E2), color-stop(100%, #ffffff)); 
	background: -webkit-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: -o-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: -ms-linear-gradient(top, #E1E1E2 0%, #ffffff 100%); 
	background: linear-gradient(to bottom, #E1E1E2 0%, #ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E2', endColorstr='#ffffff', GradientType=0 ); 
	padding: 25px;
	margin-top: -50px;
	position: relative;
}

.small-banner {
	width: 100%;
	height: 150px;
}

.arrow {
	margin-right: 6px;
	margin-top: 6px;
	float: left;
}*/
.box .TitleStyle2 {
	color: #a57335;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #a8a8a8;
}
.box p {
	color: #909090;
	font-size: 13px;
}
.box p a, .learn-more {
	color: #20245d;
	font-size: 14px;
	font-weight: 700;
}
.main-content {
	background: #f2f3f7;
	margin-top: 40px;
	padding: 20px;
	box-shadow: 1px 3px 10px #ccc;
}
.container .inner-content {
	background: #f2f3f7 !important;
	position: relative;
	z-index: 9;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e4e4;
}
.inner-content .col-md-6 {
	padding-top: 20px;
}
.main-content .TitleStyle1, .inner-content .TitleStyle1 {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 10px;
	margin-top: 0px;
}
.main-content .TitleStyle2, #content-area .TitleStyle2{font-size:24px;}
.company-banner {
	border: 4px solid #fff;
	width: 100%;
	box-shadow: 2px 2px 2px #ccc;
	
}
.main-content ul li {
	list-style-type: none;
	line-height: 25px;
}
.main-content ul {
	padding: 0;
	margin: 0;
}
.read-more, .read-more:focus {
	background: #035891;
	border: 1px solid #035891;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
}
 .read-more:hover{
	opacity:0.7;
	color:#fff !important;
	outline:none !important;
	text-decoration:none !important;
 }
/*Footer*/
footer {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	padding: 12px 0;
	margin-top: 40px;
}
footer a, footer p {
	color: #fff;
}
footer .TitleStyle4 {
	color: #fff;
	font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
}
footer ul li img {
	margin-right: 8px;
}
footer ul li a {
	color: #fff;
	font-size: 13px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
footer ul li a:focus{
	color: #fff !important;
	text-decoration:none !important;
	outline:none !important
}
footer ul li a.active, footer ul li a:hover, footer a:hover {
	color:#12127f;
	text-decoration: none;
}
.footer-logo {
	padding: 0;
	margin-top: -45px;
	max-width: 100%;
	
}
.social {
	float: right;
}
.social span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: 5px;
}
.social ul {
	float: right;
}
.social ul li img {
	display: inline-block;
	float: left;
	width: 30px;
}
.copyright {
	border-top: 1px solid #565758;
	text-align: center;
	color: #828282;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}
.nobrk {
	display: none;
}
.brk {
	display: block;
}
.carrier {
	margin-top: 40px;
}
.carrier .col-md-2 {
	height: 80px;
background: rgb(255,48,25); /* Old browsers */
background: linear-gradient(to bottom, rgb(152, 113, 50) 0%,rgb(154, 115, 51) 100%);
}
/**/
.arrow_box {
	position: relative;
	background: #D51805;
	border: 2px solid #092454;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #092454;
	border-width: 14px;
	margin-top: -18px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #092454;
	border-width: 14px;
	margin-top: -17px;
}
.scroll {
	border: 2px solid #ebebeb;
	border-left: none;
	height: 80px;
	position: relative;
	z-index: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(3%, #f4f4f4), color-stop(37%, #ffffff), color-stop(65%, #ffffff), color-stop(97%, #f4f4f4), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%, #f4f4f4 3%, #ffffff 37%, #ffffff 65%, #f4f4f4 97%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.carrier .TitleStyle3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}
.carrier p {
	color: #fff;
}
#thumbs-wrapper {
	padding: 8px 0px;
	position: relative;
}
.caroufredsel_wrapper {
	width: 930px !important;
}
.arrow_box .fa {
	font-size: 16px;
}
/* Client Center carrier */
.top-space{
	margin-top: 10px;
}
.contact-list .TitleStyle2 {
	    color: #3a3a6e;
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 1.5em !important;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #3a3a6e;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs, .btn:active:focus {
background: linear-gradient(to bottom, rgb(182, 128, 58) 0%,rgb(213, 168, 109) 100%);
	color: #fff!important;
}
.btn-xs:hover, .btn:active, .btn.active {
background: linear-gradient(to bottom, rgb(213, 168, 109) 100%,rgb(182, 128, 58) 0%);
	color: #fff;
}
/*Fixes*/
.text .TitleStyle2 {
	font-size: 24px;
	margin-top: 20% !important;
	text-align: center;
}
.text .TitleStyle3 {
	text-align: center;
}
iframe {
	
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}
.content-list {
	list-style-type: none;
	padding: 0 10px;
}
footer .fa-caret-right {
	color: #fff;
}
.inner-banner .col-md-7 {
	padding: 0 0;
}
.panel-default > .panel-heading, .panel {
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.panel-title editable a {
	pointer-events: none;
	cursor: default;
	font-style: normal;
	color: #fff !important;
}
.panel-body p {
	font-size: 13px;
}
.is-cms div.collapse {
	display: block !important;
	visibility: visible !important;
}
.lob-errormessage {
	font-size: 9px;
}
/* New */
.carousel-caption.quotes-1 {
    position: absolute;
    width: 40%;
    color: #fff;
    text-align: left;
    padding: 0px;
    left: 20px;
    bottom: 50px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    color: #fff;
    background: rgba(145, 3, 3, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#035891, endColorstr=#035891);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#035891, endColorstr=#035891)";
}
.carousel-caption .TitleStyle3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 10px;
	margin: 0px;
}
/*
.ins-logo {
	display: inline-block;
}*/
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	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%;
	margin: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: -22px;
}
.nbs-flexisel-nav-right {
	right: -22px;
}
.no-brk {
	display: none;
}
/* Fixes */

.inner-banner {
	background: #fff;
}
.down-bg {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,cdd1d4+0,fefefe+100,7db9e8+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(205,209,212,1) 0%, rgba(254,254,254,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,87,153,1)), color-stop(0%, rgba(205,209,212,1)), color-stop(100%, rgba(254,254,254,1)), color-stop(100%, rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(205,209,212,1) 0%, rgba(254,254,254,1) 100%, rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(205,209,212,1) 0%, rgba(254,254,254,1) 100%, rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(205,209,212,1) 0%, rgba(254,254,254,1) 100%, rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%, rgba(205,209,212,1) 0%, rgba(254,254,254,1) 100%, rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecfd1', endColorstr='#eeeeef', GradientType=0 ); /* IE6-9 */
}
.cntnt-list img {
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}
.cntnt-list, .cntnt-list span {
	display: block;
	overflow: hidden;
}
.content-list img {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}
.content-list, .content-list span {
	display: block;
	overflow: hidden;
}
.footer-list .fa-caret-right {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.footer-list span {
	display: block;
	overflow: hidden;
}
/* middle banner area */
.middle-ban{
position:relative;
}
.banner {
    position: absolute;
    float: right;
    z-index: 0;
    top: -105px;
    right: 0px;
    width: 100%;
    width: 100%?/IE9;
}
.quote-box {
	background-color: #b6803a;
	background-image: url(../img/mesh.png);
	height: 250px;
	position:relative;
	z-index:1;
	border-radius:5px;
	opacity:0.9;
	margin-top: 110px;
	margin-left: 5px;
	padding:25px 15px 25px 15px;
	text-align: center;
}
.banner-bg {
	position: relative;
	background: #edf0f1 url("../img/banner-bgline.png") repeat scroll 0 0;
	/*z-index: -2;*/
	height: 700px;
}
#cs-frame {height:1600px;}
.anc-jmp-fnt{margin-bottom:5px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	 #cs-frame {height:1600px;}
	 .mar-top {margin-top:10px;}
	 a.anc-jmp-fnt::hover {color:#000!important;}
	 
.row.team-info {
    margin: 15px 0;
    border-bottom: 2px solid #931B1C;
}
.cont-info a {
    color: #3f7fa9;
}
.cont-info strong {
    color: #000;
    text-decoration: underline;
}
.bio-info-imgs img {
    border: 1px solid #000 !important;
}
.bio-data-cont .TitleStyle4 {
    margin: 0px;
    margin-bottom: 11px;
}
.fa-facebook-f::before, .fa-facebook::before {
    content: "\f09a";
}
.social [class*="fa fa-"] {
  
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 4px;
    width: 30px;
    font-size: 20px;
    text-align: center;
}
.social .fa:hover {
   opacity:0.7;
}

.social [class*="fa fa-facebook"] {
  background-color: #466091;
  }

  .social [class*="fa fa-linkedin"] {
  background-color: #006599;
  }
  .social [class*="fa fa-yelp"] {
  background-color: #db0f09;
  }


.social li {


    display: inline;

}
.panel-title a {
    pointer-events: none;
    cursor: default;
    font-style: normal;
    color: #fff !important;
}
#collapseThree .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}
#headingThree{
	padding-left: 0px;
    padding-right: 0px;
}
.copy-fix {
    display: inline-block;
}
#company-addrss p {
    line-height: 25px;
    margin-top: -4px;
}
#company-addrss p a {
    color: #fff;
}
#company-addrss p a:hover{
	color:#2c2c64;
}
.copyright a {
    color: #d8d3d3;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2c2c64;
	outline: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2c2c64;
    outline: 0;
}

.col-md-6.col-sm-6.col-xs-12.pad-n {
    padding-left: 0px;
	margin-bottom:10px;
}
#miniQuote button {
    margin: 12px auto !important;
}
.team-headr{
	padding: 0px 15px;
	color: rgb(149, 26, 28);
	font-weight: 500;
}
.jot-box iframe {
    background-color: transparent !important;
	height: 363px !important;
	margin-top:27px;
}
.content-data {
    line-height: 27px;
}
.content-data a{
	color:#3f7fa9;
}
.carr-headr {
    margin-top: 14px !important;
}
.cont-jot iframe{
	height: 270px !important;
}
.col-md-5.col-sm-5.col-xs-12.inner-quote-box.ins-qte-bx {
    padding: 60px 25px !important;
}
footer p a[href^='tel']{
	color: #fff !important;
	text-decoration:none !important;
}
.content-data a[href^='tel']{
	color:#333 !important;
	text-decoration:none !important;
}
.indx-cont ul li{
	list-style-type:initial;
}
.indx-cont ul{
	padding-left:25px;
}
p.logo-text{font-size:28px; font-weight:700;}
p.logo-text a{display:inline-block;color:#000; text-align:center;}
p.logo-text a:hover{text-decoration:none;}
p.logo-text span{color:#3f7fa9; display:block; font-size:21px; font-weight:700;line-height:24px;}



.no-bdr {
    background-image: none !important;
}
.sidebar-jotform{height:305px !important; border:0;margin-top:30px;}
.cont-fm{height:350px !important; border:0;}

#company-logo p {
    font-size: 22px;
    line-height: 28px;
    margin-top: -45px;
    text-align: center;
	color:#035891;;
	
}
#company-logo p span{font-size:18px; font-weight:700;color:#3f7fa9;}
#company-logo p a:hover, #company-logo p a:focus{color:#9B9B9B;}
.logo {
    display: inline-block;
    margin: 0px 0;
}
.panel-collapse.collapse.on {
 display:block !important;
 visibility:visible !important;
 height:auto !important;

}
#csIframe{height:1600px !important;}
.input-medium{padding-left:4px;}

.overlay, .inner-page {
    padding-bottom: 2px;
}


.content-data a:hover {
    color: #C1955B;
}
.content-data a {
    color: #AF690E;
}
.pet-iframe{
height:484px!important;
width:173px!important;
}


.txt-col a ,a.txt-col  {
color:#333 !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #b6803a;
    background-color: #e7e7e7;
}
.box-link .box:hover{
	webkit-box-shadow: -1px 6px 11px 2px #b6803a;
-moz-box-shadow: -1px 6px 11px 2px #b6803a;
box-shadow: -1px 6px 11px 2px #b6803a;
}
.jp-link {
	color:#b6803a;
}
.jp-link:hover {
	text-decoration:underline!important;
	color:#b6803a;
}
.rlp-cont {
	margin-bottom:15px;
	padding:0px;
}
.rlp-img{
	margin-bottom:10px;
	float:left;
	margin-right:15px;
}
.carousel-inner {
	min-height:370px;
}
.testimonials h5 {
	color: #b6803a;
	font-size:34px;
	font-weight:300;
	margin-bottom:40px;
}
.testimonials h5 span {
	font-weight:600;
	font-color:#9b6966;
}
.testimonials {
    text-align: center;
    padding: 25px 0 25px; 
	border: 2px solid #ebebeb;
	margin-top:20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 37%, #ffffff 65%, #f4f4f4 100%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #f4f4f4), color-stop(37%, #ffffff), color-stop(65%, #ffffff), color-stop(100%, #f4f4f4), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 37%, #ffffff 65%, #f4f4f4 100%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 37%, #ffffff 65%, #f4f4f4 100%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 37%, #ffffff 65%, #f4f4f4 100%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 0%, #ffffff 37%, #ffffff 65%, #f4f4f4 100%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.testimonials img {
    border-radius: 50%;
    border: 2px solid #b6803a;
    display: block;
    margin: 0px auto 10px;
}
p.testimonials-content {
    color: #b6803a;
    font-size:20px;
	font-weight:300;
}
.carousel p {
	color: #b6803a!important;
}
p.testimonials-content + p {
    color: #b6803a;
    margin: 45px auto 78px;
    padding: 0 120px;
}
.carousel-indicators li {
    background-color: #efb973;
    border-color: #efb973;
}
.carousel-indicators .active {
	background-color: #b6803a;
    border-color: #b6803a;
	height:12px;
	width:12px;
	margin:0;
	
}
.testi-cnt {
	font-size:14px;
	font-style:italic;
}
.banner-quote {
	color:#fff;
	position:relative;
	z-index:1;
	background:#b6803a;
	opacity:0.9;
	width:475px;
	margin-left:5px;
	padding: 25px 15px 25px 15px;
	border-radius:5px;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000;
}
.align-fix p{
	text-align:center;
}
.romw-badge{
	margin-right:10px!important;
}


.cont-ifrm .g-map {
	height: 350px;
}

.content-area ul {
	padding-left: 30px;
}
.agent-name{
	margin-top:0;
}
.tag-line{
	text-decoration:underline;
	margin-bottom:20px;
}