@charset "utf-8";
/* CSS Document */
/* Typography */
h1, h1 a, h1 a:focus {
	color: #003768;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	}

h1 a:hover{
color: #626364 ;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #003768;
	font-size: 28px;
	line-height:36px;
}
h3{
font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #003768;
	font-size: 20px;
	line-height:27px;
}
p {
	color: #4e4e4b;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
}
a, a:hover {
	text-decoration: none;
}
a:hover{
color:#808184;
}
.top-nav {
	font-family: 'Oxygen', sans-serif;
}
.navbar-nav > li a, .caption h2, .styleOption select, .ins-boxes h3, .right-cnt h2 {
	font-family: 'Oswald', sans-serif;
}
/* Header */
header {
	position: relative;
}
/* Top Navigation */

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.top-nav {
	color: #fff;
	padding: 0px;/*padding: 15px 0 0 0;*/
}
.top-nav li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	line-height: 48px;
	padding-right: 20px;
	
}

.ed-2{
margin-right: -5px!important;}
.ed-1{
border-right: 1px solid #626364 ;}
ul.top-nav li:last-child {
	border-right: none;
}
.top-nav li a {
	color: #fff;
}
.top-nav li a:hover{
opacity: 0.7!important;
color: #fff!important;
}
.top-my-account {
	float: right;
	color: #fff;
 margin-top: 16px;
}
.top-my-account li {
		list-style-type: none;
	padding: 0px 0px 0px;

}
.top-my-account li a {
	color: #fff;
margin-right:7px;
}
/* Main Carousel */
.item img {
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
	display:table;
}
.carousel-control {
	width: auto;
	top: 55%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
.caption {
	margin-top: 50px;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 2px #fff;
}
.carousel-inner.main>.item>img {
	width: 100%;
}
.caption h2 {
	color: #003768;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 65px;
	position: relative;
	z-index: -1;
	/*text-shadow: 1px 2px 1px #fff;*/
	/*filter: dropshadow(color=#3e3f3f, offx=1, offy=2);*/
	display: block; /* that's the important part */
}
.caption h2 span {
	font-size: 72px;
	font-weight: 400;
	/*text-shadow: 0px 3px 1px #fff;*/
}
.cms-fix{
	font-size: 72px;
	font-weight: 400;
	/*text-shadow: 3px 4px 2px #3e3f3f;*/
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top-bar {
	background: #003768;

}
/* Logo */
.agency-logo {
	margin: 10px 0;
	display: inline-block;
	max-height:181px;
}
.top-cst {
	background: #808184;

	width: auto;
	float: right;

	position: relative;
	z-index: 1;
}
.top-cst a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
}
.top-cst a:hover, .top-cst .active , .top-cst a:focus {
	color: #09579c;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
}
.white-bg {
	background: rgba(255,255,255, 0.6);
	background: #fff\9;
	height: 120px;
	filter: alpha(opacity=30);
}
/* Navbar */
.navbar-nav {
    float: right;
    top: 50px;
    position: absolute;
    right: 0;
}
.navbar-nav > li a {
	color: #626364 ;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	z-index:999;
}
.navbar-default .navbar-nav > li > a{
color: #000;
}
.navbar-nav > li a.active {
	background: #808184;
	color: #ffffff!important;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav > li:hover, .navbar-nav > li a:hover, .navbar-nav > li:hover, .navbar-nav > li a:focus {
	background: #808184 !important;
	color: #fff!important;
}
/* .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
} */
.navbar-default .navbar-nav > .open > a {
    background: #808184 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	
	color:#fff!important;
    background: #808184 !important;
}
.navbar-default .navbar-nav > .open{
color:#fff!important;
}
.navbar-default {
	background: transparent;
	border: 0;
}
.navbar-nav > li .open a{
color:#fff;
}
.dropdown:hover .dropdown-menu {
	/*display: block; */
	color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
background:none!important;
color:#fff;
text-decoration:underline;
}
.top-my-account .dropdown-menu > li > a:hover, .top-my-account .dropdown-menu > li > a:focus{
    background: #626364 ;
    color: #afafaf !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #646566;
    color: #afafaf !important;
    text-decoration:none;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a.active:hover, .dropdown-menu > li > a.active:focus {
    background: #646566!important;
    color: #fff !important;
    text-decoration:none;
}
footer .dropdown-menu > li > a:hover,footer .dropdown-menu > li > a:focus {
color:#000000;
}
.dropdown-menu > li > a{
padding:3px 8px;
color:#fff !important;
}
.top-my-account .dropdown-menu{
background:#808184;
}
.dropdown-menu{
background:#707174 ;
margin:14px 0 0 0 ;
min-width:142px;
color:#fff;
}
#acc{
text-align:right!important;}
/* Quote-Box */
.styleOption {
	margin: -3px 0;
}
.styleOption select {
	background: rgba(255,255,255,0.4);
	background:url(../img/select-ie8.gif) top left repeat\0/;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	padding: 7px 20px;
	padding: 7px 0px 7px 0px\0/;
	height: 40px\0/;
	width: 35%;
	font-size: 18px;
	text-shadow: none\0/;
}

.styleOption option {
	color: #000;
	text-shadow:none;
}
.styleOption-inside select {
	background: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	border-radius: 4px;
	color: #2c2c2c;
	padding: 5px 20px;
	width: 90%;
	margin-top: 40px;
	position: relative;
	z-index: 99;
	padding: 5px 0px 5px 0px\0/;
	margin-left:5%;
}

.styleOption-inside select {
padding-left: 0px;
	padding-right: 3px;
}

.inside-quote input{
padding-left: 3px!important;
	padding-right: 3px!important;
}


.qte-btn.btn-default {


background: rgb(103,104,107);
background: -moz-linear-gradient(top, rgb(103,104,107) 0%, rgba(119,119,121,1) 44%, rgba(131,132,132,1) 100%);
background: -webkit-linear-gradient(top, rgb(103,104,107) 0%, rgba(119,119,121,1) 44%, rgba(131,132,132,1) 100%);
background: linear-gradient(to bottom, rgb(103,104,107) 0%, rgba(119,119,121,1) 44%, rgba(131,132,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );



	padding: 10px 10px;
	border: 0;
	border-radius: 5px;
	margin-left: 20px;
	color:#fff;
	font-size: 18px;
}
.qte-btn.btn-default:focus{

background: rgb(149,149,149); /* Old browsers */
color:#fff;
}

.qte-btn.btn-default:hover {
		
background: rgb(149,149,149); /* Old browsers */
color:#fff;
}
.inside-qte-btn.btn-default {
	float: right;
	color: #000000;
	padding: 10px 20px;
	border-radius: 5px;
	border: 0;
background:#808184;


	margin-right:5%;
		color:#fff;

	
}
.inside-qte-btn.btn-default:hover {
	float: right;
	color: #000000;
	padding: 10px 20px;
	border-radius: 5px;
	border: 0;
opacity:0.9;

	margin-right:5%;
		color:#fff;

	
}

.inside-qte-btn.btn-default:hover {
opacity:0.9;
}
.qte-btn-ins:focus{
color:#fff;
}
.ins-types a, .ins-types a:focus {
	color: #005B70;
	float: right;
	text-transform: uppercase;
}
/* Insurance Types/Boxes */
.ins-boxes a {
cursor:default;
}
.ins-boxes h3 {
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
}
.ins-boxes img {
	margin: 0 auto;
	display: block;
	cursor:pointer;
}
.col-md-2.box-1 {
	background: #023460;
}
.i-box-1 {
	background:#023460;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-2 {
	background: #053c6d;
}
.i-box-2 {
	background: #053c6d;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-3 {
	background: #06447b;
}
.i-box-3 {
	background: #06447b;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-4 {
	background: #0c4d88;
}
.i-box-4 {
	background: #0c4d88;
	height: auto;
	width: auto;
    padding: 25px 20px 10px;
}
.col-md-2.box-5 {
	background: #0a5597;
}
.i-box-5 {
	background: #0a5597;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-6 {
	background: #1061a9;
}
.i-box-6 {
	background: #1061a9;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
/* Insurance Services */
.ins-types {
	background: url("../img/cover-bg.png") repeat;
	padding: 20px 0;
	margin: 30px 0 0 0;
	font-family: 'Oxygen', sans-serif;
}
.ins-types h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}
.ins-types img {
	border: 1px solid #777f7f;
}
.ins-types .fa.fa-caret-down {
	display: block;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #fff;
}
.ins-types h4 {
	color: #fff;
	line-height:normal
}
.ins-types p {
	text-align: left;
	color: #fff;
}
.ins-types > p{
  margin:0px;
  padding:0px;
}
.ins-types a , .ins-types  a:focus{
	color: #fff;
	float: right;
	text-transform: uppercase;
}
.ins-types a:hover{
color: #626364 ;
	float: right;
	text-transform: uppercase;
}
.content {
	padding: 20px 0;
}
.center {
	margin: 0 auto;
	display: block;
}
.btn-default, .btn-default:hover {
	width: 130px;
	
	margin-top: 5px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	border: 0;
}
/* Testimonial Sections */
.testi-sec {
	padding-bottom: 80px;
}
.testi-sec h3 {
	color: #003768 ;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 44px;
	font-family: 'Oswald', sans-serif;
	line-height:50px;
}
.testi-sec .fa.fa-caret-down {
	display: block;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #003768 ;
}
.testi-sec h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #00032f;
	text-align: center;
	font-weight: 500;
}
.testi-sec p {
	color: #4e4e4b;
	text-align: center;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
}
.carousel-control.left-testi {
	top: auto;
	background: #fff;
	left: 47%;
	width: 25px;
	border: 1px solid #000;
	color: #003768 ;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}
.carousel-control.right-testi {
	top: auto;
	background: #003768 !important;
	left: 52%;
	width: 25px;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}





/* footer */
footer {
margin-top:20px;
	color: #fff;
	padding: 30px 0 20px 0;
	font-family: 'Oswald', sans-serif;

	
	background: #003768; /* Old browsers */

}
footer h4 {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size:24px;
}
#footer-insurance-title{
text-transform: uppercase;
font-size:16px;
}
ul.footer-nav {
	font-size: 14px;
	padding: 0;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 300;
}
.footer-nav li {
	list-style-type: none;
	margin: 0;
}
.footer-nav li a.active {
	color: #808184;
}
.footer-nav li a {
	color: #fff;
}
a:hover,
a:active,
a:focus{
outline:0 !important;
}

.footer-nav .dropdown-menu > li > a {
	color: #000;
}
.footer-nav .dropdown-menu > li > a.active {
	color: #fff !important;
}
.footer-nav .dropdown-menu.right-open {
	margin: -80px 0 0 70px;
}

.footer-nav .dropdown-menu.right-open-cs {
	margin: -30px 0 0 106px;
}
.footer-addrss p, .addrss p a {
	text-align: left;
	color: #fff;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
.footer-addrss .fa {
	padding: 3px 5px 0px 0;
	float: left;
	margin-right:2px;
	width:auto;
}
.gmap {
	width: 100%;
	height: 170px;
	border: 4px solid #808184;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
/* Copy Right */
.copyright {
	background: #000;
	padding: 15px 0 5px 0;
}
.copyright p , .copyright p a {
	color: #ffffff;
	text-align: left;
}
	.copyright p  a:hover{
	color: #838384 ;
	}

	
/* Blog Feed */
.whatsnew {
	margin-top: 10px;
}
.whats-new-content {
	color: #999;
	font-size: 12px;
	line-height: 14px;
}
.whats-new-content p {
	color: #fff;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px!important;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.whats-new-content p a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: none;
}
.whats-new-content p a:hover{
opacity:.8;
color:#000000;
}
.quick-links .titlefield a {
	font-size: 15px;
	font-weight: bold;
	margin: 7px 0;
	color: #fff!important;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.datefield, .descriptionfield {
	color: #fff;
}
.titlefield a:hover, a:focus {
	color: #808184;
	text-decoration: none;
}
.whats-new-content .datefield {
	display: block;
}
/********** Inner Pages *********/

.inside-banner-cnt {
	padding: 20px 0;
}
.inside-img {
width:100%;



}
/* Quote-Box - Inner Pages */
.inside-quote, .inside-quote-lob {
	background: #003768;
	height: 293px;
	width: auto;
	padding: 2px;
	position: relative;
	z-index: 99;
}
.inside-quote-lob {
	height: 325px !important;
}
.inside-quote h2 {
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 0px;
}
.inside-quote-lob h2 {
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin-bottom:1px;
	margin-top:8px;
}
.inside-quote h2 {
  margin-top:50px;
}


.ins-qte-btn {
	height: 800px;
}
.qte-btn-ins , .qte-btn-ins:focus, .qte-btn-ins:active, .qte-btn-ins.active{
background: rgb(5,72,131);
background: -moz-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: -webkit-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: linear-gradient(to bottom, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	color: #fff;
	font-size: 16px;
	height: 37px;
	line-height: 35px;
	padding: 0px 20px 0 10px;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	margin-bottom: 20px;
	width:70%;
}
.qte-btn-ins:hover, .qte-btn-ins:focus{
color:#ffffff;

background: rgb(0,55,104); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,55,104,1) 0%, rgba(5,65,119,1) 44%, rgb(5,72,131) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,55,104,1) 0%, rgba(5,65,119,1) 44%, rgb(5,72,131) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,55,104,1) 0%, rgba(5,65,119,1) 44%, rgb(5,72,131) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
}
/* Content --- Inner Pages */
.inside-content h1 {
	text-align: left;
	border: 0;
	text-decoration: none;
	margin-bottom: 30px;
	line-height:45px;
}
.inside-content p {
	text-align: left;
}
.content-ph, .content-ph a, .content-list {
color:#4e4e4b;
}
/* Right Sidebar content */
.right-cnt {
	background: #808184;
	height: auto;
	width: auto;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
}
.right-cnt h2 {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	margin: 0 5px 15px 5px;
}
.right-cnt h3 {
	color: #fff;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
	line-height:30px;
}

/* Iframe */
iframe {
	border: 0;
	width: 100%;
	height: 400px;
}
#cpIframe {
	border: 0;
	width: 100%;
	height: 1700px;
}
/*  Mobile View Design */
.mobile-quote {
	margin-top: 50px;
}
.phone-view {
	margin-top: 0px;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-go:focus {
	color: #000;
}

.mobile-go, .mobile-go:focus {
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	border: 0;
	-webkit-appearance: none;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
background: rgb(5,72,131);
background: -moz-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: -webkit-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: linear-gradient(to bottom, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
.mobile-call, .mobile-call:focus {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0 none;
	color: #fff;
	font-size: 17.5px;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
background: rgb(5,72,131);
background: -moz-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: -webkit-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: linear-gradient(to bottom, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
.mobile-go:hover, .mobile-call:hover {
	color: #fff;
background: #135c9d;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #808184;
	color: #fff;
	padding: 5px 0 10px 0;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	margin-top:10px;
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff!important;
}
.mobile-direction, .mobile-direction:hover, .mobile-direction:focus {
	color: #fff;
	margin: 0 auto;
	padding: 8px 18px;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
background: rgb(5,72,131);
background: -moz-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: -webkit-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: linear-gradient(to bottom, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}

.mobile-direction a, .mobile-direction a:hover {
	color: #fff!important;
	font-weight: normal;
	text-decoration: none;
}
    .mobile-direction:hover{
background: #135c9d; /* IE6-9 */
	}
.mobile-map {
	float: left;
	margin-right: 10px;
}
/* Quote Box Error Msgs */
.lob-hide {
	display: none;
}
.lob-show {
	display: block;
}
.lob-error {
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
}
.jot-lob-form {
	height: 285px !important;
}
/* Mixing */
.content .fa.fa-caret-down {
	

}
#index-heading{
position:relative;
margin-bottom:30px;
line-height:normal;
}
#index-heading:after{
content:"\f0d7";
font-family:'FontAwesome';
left:0px;
position:absolute;
right:0px;
line-height:0px;
bottom:3px;
color: #003768;
font-size:18px;
}
.ins-types h3,.testi-sec h3{
position:relative;
margin-bottom:30px;
}
.ins-types h3:after{
/*content:"\f0d7";
font-family:'FontAwesome';
line-height:0px;
<<<<<<< HEAD
bottom:-13px;
=======
bottom:-14px;
>>>>>>> 57ce6685ed8e33293f1765a16b72624e3ddc9a27
left:0px;
position:absolute;
right:0px;
color: #fff;
font-size:21px;*/
}
.testi-sec h3:after{
content:"\f0d7";
font-family:'FontAwesome';
line-height:0px;
bottom:-3px;
left:0px;
position:absolute;
right:0px;
color: #003768;
font-size:21px;
}
 .content .fa.fa-caret-down {
position:relative;
z-index:-1;
}
.right-caret {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #fff;
	display: inline-block;
	height: 0;
	width: 0;
	margin: 0px 0 0 3px;
}
.fadeInUp {
	position: relative;
	z-index: 0;
}
.jot-form {
	height: 700px!important;
}
.inside-banner {
	height: 323px !important;
	overflow: hidden;
	border: 1px solid #626364 ;
}
.inside-banner-hd {
	border: 1px solid #626364 ;
	height:293px;
	overflow:hidden;
}
.inside-banner-hd p{
	margin:0px;
	}
/* This will style any <img> element in .parent div */
.inside-banner img{
	width: 100%;

	object-fit:cover;
}

.fa-map-marker {
	margin: 0 3px 5px 3px;
}
.fa-phone {
	margin: 0 1px 5px 1px;
}
.fa-envelope-o {
  position:relative;
  top:-1px;
  right:1px;
}
/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	margin: 0 !important;
	padding: 20px 0px 30px 0px!important;
}
.breadcrumb li {
	background: none !important;
	float: left;
	list-style-type: none;
	color: #000;
	padding-left: 0px !important;
	margin-left: 0px;
}
.breadcrumb li a {
	color: #003768;
	font-weight: 300;
	
}
.breadcrumb li a:hover {
	color: #808184 ;
	font-weight: 300;
	text-decoration: none;
	
}
.breadcrumb > li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}
.footer-list-style {
	padding-left: 0px;
}
.footer-list-style li {
	list-style-type: none;
	margin-bottom: 10px;
}
.footer-list-style .fa-caret-right {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.footer-list-style span {
	display: table;
	overflow: hidden;
}
.footer-list-style span a {
	color: #fff;
	display:inline;
}
.footer-list-style span a :hover{
	color: #808184;
	display:inline;
}
.footer-addrss{
padding-left:0px;
padding-right:0px;
 
}
.footer-list-style span a span{
  display:inline;
  overflow:hidden
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #000 ;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #333 ;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}

.btn-xs, .btn-xs:focus {
background: rgb(5,72,131);
background: -moz-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: -webkit-linear-gradient(top, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
background: linear-gradient(to bottom, rgb(5,72,131) 0%, rgba(5,65,119,1) 44%, rgba(0,55,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	color: #fff!important;
}
.btn-xs:hover {
background: #1c68ac;
	color: #fff;
}
/* blog */
.blog-section {
	overflow: hidden;
}

.blog-right h2, .blog-right a, .blog-right li {
	color: #fff;
}
.blog-right {
	background: #0c3f5f;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.blog-section footer {
	background: none;
	color: inherit;
	height: auto;
	filter: none;
	text-align: left;
}

.search-submit {
	border: 0px;
	color: #0c3f5f;
	background-color: #fff;
}
.search-field {
	font-weight: normal;
	padding: 4px;
}
/*my account features*/

.myaccount-mob-expand{
background-color:#000 ;
width:100%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
text-align:center;
z-index:1;
}
.myaccount-mob-expand ul{
margin:10px 0 0 0;
padding-bottom:10px;
margin-top:0px;
padding-left:0px;
}
.myaccount-mob-expand li{
padding:8px 0 0px 0;
list-style-type:none;
}
.myaccount-mob-expand li a{
color:#fff;
font-weight:bold;
}
.myaccount-mob-expand li a.active{
color:#fff;
}
.myaccount-mob-expand li a.active{
color:#fff;
}

.myaccount-mob-expand li a:hover{
color:#626364  !important;
text-decoration:none;
}
.top-social {
	float: right;
	color: #fff;
}
.top-social li {
	float: left;
	list-style-type: none;
	padding: 15px 5px 0px;
}
.top-social li a {
	color: #fff;
text-align:right;
}
.grid-divider{
border-bottom:1px solid #ccc;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h4{
font-size:18px;
color:#626364 ;
font-family: 'Oswald', sans-serif;
}
.shadowed {
     -webkit-filter: drop-shadow(2px 3px 3px #999);
  filter: drop-shadow(2px 3px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  border:1px solid #626364 ;
  padding:4px;
  display:inline-block;
  background-color:#fff;
  }
/*.shadowed img{
width:80%;}
*/

 .inside-quote input{
 background: rgba(255,255,255,0.8)  none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #2c2c2c;
    margin-top: 15px;
    padding: 5px 25px;
    position: relative;
    width: 90%;
    z-index: 99;
	margin-left:5%;
	}

.ph-1{border-right: 1px solid #626364 ;}

.ph-1 p
{
margin-bottom:0px;
color:#fff;
}

.right-cnt ul li {
  color: #fff;
}
.right-cnt p {
  font-family:inherit;
  padding:0px;
  margin:0px;
}

body{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}

.quote-icon{
  width:25px;
  margin-right:8px;
}

.csIframe{
  height:1700px;
 
}

.sitelock-logo{
margin-top:5px;
}
.top-my-account li.dropdown a.dropdown-toggle {
    padding-bottom: 16px;
    
}
.top-my-account li.dropdown a.dropdown-toggle:hover{
opacity:.7;
}
.navbar-default .navbar-toggle:focus{
background-color:transparent;
}
.fa-facebook:hover, .fa-twitter:hover, .fa-linkedin:hover, .fa-google-plus:hover, .top-nav li a:hover,  .fa-pinterest:hover, .footer-list-style span a:hover{
color: #838384 ;
}
.copyright .fa-facebook:hover, .copyright .fa-twitter:hover, .copyright .fa-linkedin:hover, .copyright .fa-google-plus:hover,        .copyright .top-nav li a:hover,.copyright  .fa-pinterest:hover, .copyright .footer-list-style span a:hover {
color:#838384 !important;
}
 .site-info a:hover{
color:#aaaaaa!important;
}

.footer-nav li a:hover{
color: #fff;
opacity: 0.7;
}

#ed-email{
font-weight:700;
color:#000;
font-size: 24px;
}
.jot-form-email{
height: 900px!important;
}
.top-bar  .ed-1, .top-bar  .ph-1 {
height:50px;
}
.cnt-list li a{
color: #012861;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .styleOption select, .styleOption option { text-shadow: 0px 1px 0 #3e3f3f;}
  .content .fa.fa-caret-down{
margin-top:3px;
}
}
.styleOption option{
font-size:12px\0/!important;
}

#cs-frame {
    height: 1600px;
}

#carrier-heading {
    font-size: 30px;
}

.nav-top .insurance-active {
    background: #626364   none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

.contact-de a:hover{
  color:#626364 ;
}

.contact-de a:focus{
  color:#626364 ;
}

.footer-nav li a.insurance-active{
  color: #626364 ;
}

a.center-block:focus{
 background-color: #626364 ;
}

.noBreak{
 display:inline-block;
}
.white-bg .row{
  display:table;
  width:100%;
  margin:0px;
}
.white-bg  [class*=' col-']  {
  display: table-cell;
  padding:0px;
}

.contact-de  a[href^=tel]{
  color: inherit ;
}


.contact-list a[href^=tel]{
 color: inherit ;
}



.footer-nav  .dropdown{
 display:inline-block;
}
.center-align {
text-align:center;
}
#footer-follow-us p {
margin:0px;
font-family:inherit;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{
transform:translate3d(0px, 1px, 1px);
}
#index-heading  a, .underline{
text-decoration:underline;
}
.team p {
    padding: 15px 0px !important;
    text-align: center;
    font-weight: bold;
}
.team {
    background: #bbbbbb;
    margin: 0px auto 10px;
    border: outset 4px #000000;
	padding:10px 5px 0px;
}
.team img {
margin:auto;
border:inset 3px #000000;
box-shadow:3px 3px 2px #666666;
border-radius:10px;
}
.sitelock-logo a:hover{
color:#838384;
}
.sitelock-logo a {
color:#626364  ;
}
.carrier-jmp-link {
color:#626364 ;
}
.carrier-jmp-link:hover {
color:#838384;
}
#header-follow-us p {
margin-bottom:0px;
color:#ffffff!important;
}
#index-content h2 ,#index-content p{
    text-align: left;
}
#cnt-editable  a {
color:#626364 ;
}
#cnt-editable  a :hover {
color:#838384;
}
#cnt-editable .ph-cu a {
    color: #4e4e4b;
}
.top-cst a {
    height: 30px;
    display: inline-block;
    padding: 5px 10px 5px;
}
#email-form .jot-form {
    height: 500px !important;
}

.footer-addrss a[href^='tel']{
	color: #ffffff !important;
}
.about-us.row img {
    width: auto;
    margin: 0 auto;
}

.about-us.row {
    border-bottom: 1px solid #ccc;
}
.about-us.row:last-child {
    border: none;
}

.abt-middle {
    margin: 0 auto;
    text-align: center;
    
}
.abt-middle p {
    text-align: center;
    font-size: 15px;
    color: #626364;
}

.about-us.row img {
    width: auto;
    margin: 0 auto;
    border: 7px solid #000;
    display: table;
    border-radius: 5px;
}

.abt-middle a {
    text-align: center;
    display: inline-block;
    color: #626364;
}

.abt-middle a:hover {

    color: #838384;
}


.abt-middle h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #626364;
    font-size: 21px;
    line-height: 36px;
}
.mar-top-abt {
margin-top:60px;}

.side-carousal {
    border: 1px solid #6d6d6d;
    font-weight: 700;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}
.mar-top-img {
margin-bottom:15px;}
.cen-txt {
    text-align: center;
    margin-bottom: 15px;
}
h2.cen-txt {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #626364;
    font-size: 24px;
    line-height: 27px;
	margin-top:10px;
}
.img-border {s
padding: 5px;
border: 1px solid;

}
.anc-jmp-fnt, .anc-jmp-fnt:focus {
    color: #e31351;
    font-size: 20px;
    line-height: 56px;
}
.cs-heading h1{margin-bottom: 10px;
line-height: 35px;}

/* vertical carrier scroll */
.slideshow-vert{
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.slideshow-vert img {
    width: 170px;
	height:60px;
    padding:2px;
	right:0;
	margin:0 auto;
}
.cycle-carousel-wrap{
right:0;
}
.our-partners-index {
	margin-bottom: 20px;
	font-size: 36px;
	text-align:center;
}
.directory {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.agent-info li {
    width: 100%;
    clear: left;
    margin-bottom: 5px;
}
.agent-info {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
}
.agent-info .agent-name {
    color: #808184;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.agent-info .agent-job {
    font-size: 16px;
    margin-bottom: 10px;
}
.agent-info figure {
    margin-right: 10px;
    float: left;
}
.agent-info a {
    color: #000;
}
.agent-info a:hover, .agent-info a:focus {
    color: #808184;
}
.widget h3 strong {

    font-weight: 500;}
.widget ul li a:hover {
    color: #fff;
	opacity: 0.7;
}
.widget ul li a {
    color: #fff;
}
h1.page-title {
color:#5c5c5c;
}
.posted-on a {
color:#003768;
}
.posted-on a:hover {
color:#003768;
opacity: 0.7;
}
.search-submit {
    border: 0px;
	color:#fff;
    
    background-color: #003768;;
   
    border-radius: 3px;
}
.search-submit:hover {
color: #eee;
	opacity: 0.7;
}
.innr-cntent li span{
font-style: italic;
}
.side-video {
	width: 100%!important;
	height: auto!important;
	max-width: 500px!important;
}
/* 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;
	height: 120px;
}
.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%;
}
.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;
	background: url(../img/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: -22px;
	background: url(../img/button-next.png) no-repeat;
}

#map_canvas {
    height: 500px;
}
#side_bar {
    height: 500px;
    overflow: auto;
}
#side_bar li {
    list-style: none;
    padding-bottom: 15px;
}
#side_bar2 {
    display: none;
}
#side_bar li, #side_bar a {
    text-align: right !important;
    color: #626364 !important;
}
#side_bar h3{
text-align: right;
font-size: 17px;
color: #003768 !important;
}
span.location-site {
    color: #003768;
}
.tab-pane h2{
margin-top:5px;
margin-bottom:10px;
}
.branch-map-link {
	color: #fff;
}

.row.abt-agents .col-sm-8 .agents-name {

	font-size: 18px;
	text-decoration:underline;
}
.abt-agents img {
	
	border: 5px solid #808184;
}
.agents-heading {
	margin-bottom: 20px;
}
.life-quote-btn {
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #808184;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
	width: 150px;
	border-radius: 4px;
	text-align: center;
}
.life-quote-btn:hover, .life-quote-btn:focus {
	opacity: 0.9;
	color: #fff;
}
.et_pb_video {
	position: relative;
}
.et_pb_video_box {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}
.et_pb_video_box video {
	width: 100% !important;
	height: auto !important;
}
.pay-btn{
	margin:0 auto;
}
.lif-box {
    display: flex;
    justify-content: space-around;
}
.life-bx-ct {
    background: #808184;
    padding: 20px;
    margin: 25px;
}
.life-bx-ct p {
    color: #fff;
	font-size:18px;
}
.life-bx-ct ul li a i {
    color: #fff;
    background: #003768;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 45%;
    margin-right: 20px;
}
.strife-frame {
	width:1000px!important;
}
.life-bx-ct ul li {
    display: inline-block;
	margin-top:10px;
}
.life-bx-ct ul {
    text-align: center;
    padding-left: 0px;
}