@charset "utf-8";

/* CSS Document */
/* Typography */
h1,
h3,
h1 a,
h1 a:focus {
	color: #2b2a6c;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
}

h1 a:hover {
	color: #353485;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #2b2a6c;
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	text-align: left;
	font-weight: 500;
	color: #2b2a6c;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
	text-transform: none;
}

p {
	color: #4e4e4b;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
}

a,
a:hover {
	text-decoration: none;
}

a:hover {
	color: #001389;
}

.top-nav {
	font-family: 'Oxygen', sans-serif;
}

.navbar-nav>li a,
.caption h2,
.styleOption select,
.ins-boxes h3,
.right-cnt h2,
.styleOption input {
	font-family: 'Oswald', sans-serif;
}

/* Header */
header {
	position: relative;
}

/* Top Navigation */

.nav>li>a,
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a.active {
	position: relative;
	display: block;


}

.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 #2c598f;
}

ul.top-nav li:last-child {
	border-right: none;
}

.top-nav li a {
	color: #fff;
}

.top-nav li a:hover,
.top-nav li a.active {
	opacity: .8;
	color: #fff;
}

.top-nav li.ed-2 a:hover,
.top-nav li.ed-2 a:focus {
	opacity: .8;
	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: 99;
}

.carousel-control img {
	width: 80%;
}

.caption {
	margin-top: 150px;
	position: relative;
	z-index: 2;
}

.carousel-inner.main>.item>img {
	width: 100%;
	margin-top: 220px;
}

.caption h2 {
	color: #000;
	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 1px 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: 1px 1px 1px #000;
	color: #2b2a6c;
}

.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: #3468a8;

}

/* Logo */
.agency-logo {
	display: inline-block;
}
.logo-block a {
		margin: 20px 0;
		max-width: 200px;
		display: block;
	}
.top-cst {
	background: #2b2a6c;

	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: #eabe53;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
}

.white-bg {
	background: rgba(255, 255, 255, 1);
	background: #fff;
	height: 170px;
}

/* Navbar */
.navbar-nav {
	float: right;
	top: 60px;
	position: absolute;
	right: 0;
}

.navbar-nav>li a {
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 16px;
	z-index: 999;
	padding-left: 14px;
	padding-right: 14px;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-nav>li a.active {
	background: #2b2a6c;
	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: #2b2a6c !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,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: #2b2a6c;
	color: #fff !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;
	color: #fff;
	text-decoration: underline;
}

.top-my-account .dropdown-menu>li>a {
	opacity: 1 !important;
	color: #fff !important;
}

.top-my-account .dropdown-menu>li>a:hover,
.top-my-account .dropdown-menu>li>a:focus {
	background: transparent;
	color: #eabe53 !important;
	opacity: 1 !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #eabe53;
	text-decoration: none;
}

.dropdown-menu>li>a.active,
.dropdown-menu>li:hover>a.active,
.dropdown-menu>li:focus>a.active {
	background: #2b2a6c !important;
	color: #fff !important;
	text-decoration: none;
}

footer .dropdown-menu>li>a:hover,
footer .dropdown-menu>li>a:focus {
	color: #eabe53;
}

.dropdown-menu>li>a {
	padding: 3px 8px;
	color: #fff;
}

.top-my-account .dropdown-menu {
	background: #2b2a6c;
}

.dropdown-menu {
	background: #212052;
	margin: 14px 0 0 0;
	margin-top: 14px;
	min-width: 142px;
	color: #fff;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu {
	background: #fff;
	border: 1px solid #1a1a1a;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
	color: #1a1a1a;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar-default .navbar-nav .dropdown .dropdown-menu li a:focus,
.navbar-default .navbar-nav .dropdown .dropdown-menu li a.active {
	color: #fff;
	background: #2b2a6c;
}

#acc {
	text-align: right !important;
}

/* Quote-Box */
.styleOption {
	margin: -3px 0;
}

.styleOption select,
.styleOption input {
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	padding: 7px 20px;
	padding: 7px 0px 7px 0px\0/;
	height: 40px\0/;
	width: 20%;
	font-size: 18px;
	text-shadow: none\0/;
}

.styleOption option {
	color: #000;
	text-shadow: none;
}

.styleOption-inside select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #000;
	padding: 8px 20px;
	width: 90%;
	margin-top: 20px;
	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: #2b2a6c;


	padding: 8px 30px;
	border: 0;
	border-radius: 5px;
	margin-left: 20px;
	color: #fff;
	font-size: 18px;
}

.qte-btn.btn-default:focus {

	background: #353485;


}

.qte-btn.btn-default:hover {

	background: #353485;
	color: #fff;
}

.inside-qte-btn.btn-default {
	float: right;
	padding: 10px 30px;
	border-radius: 5px;
	border: 0;
	background: #eabe53;
	margin-right: 5%;
	color: #2b2a6c;
	margin-top: 10px;
}

.inside-qte-btn.btn-default:hover {
	float: right;
	color: #2b2a6c;
	padding: 10px 30px;
	border-radius: 5px;
	border: 0;
	background: #d1ab49;
	margin-right: 5%;
	margin-top: 10px;
}

.qte-btn-ins:focus {
	color: #1a1a1a;
}

.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;
}

.ins-boxes img {
	margin: 0 auto;
	display: block;
	cursor: pointer;
	height: 59px;
}

.col-md-2.box-1 {
	background: #3468a8;
}

.i-box-1 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.col-md-2.box-2 {
	background: #3468a8;
}

.i-box-2 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.col-md-2.box-3 {
	background: #3468a8;
}

.i-box-3 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.col-md-2.box-4 {
	background: #3468a8;
}

.i-box-4 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.col-md-2.box-5 {
	background: #3468a8;
}

.i-box-5 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.col-md-2.box-6 {
	background: #3468a8;
}

.i-box-6 {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5 {
	border-right: 1px solid #2c598f;
}

.testi-sec {
	margin-bottom: 30px;
}

/* Insurance Services */
.ins-types {
	background: #3468a8;
	padding: 20px 0 40px;
	margin: 30px 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,
.ins-types a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #eabe53;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	float: right;
	text-transform: uppercase;
}

.content {
	padding: 20px 0;
}

.center {
	margin: 0 auto;
	display: block;
}

.btn-default,
.btn-default:hover {
	width: 160px;

	margin-top: 5px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	border: 0;
}

/* Testimonial Sections */

.testi-sec h3 {
	color: #2b2a6c;
	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: #2b2a6c;
}

.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: 48%;
	width: 25px;
	border: 1px solid #000;
	color: #000;
	height: 32px;
	border-radius: 1px;
	bottom: 0;
}

.carousel-control.right-testi {
	top: auto;
	background: #000 !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: #2b2a6c;

}

footer h4 {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 24px;
}

#footer-insurance-title {
	text-transform: uppercase;
	font-size: 20px;
}

ul.footer-nav {
	font-size: 16px;
	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: #eabe53;
}

.footer-nav li a {
	color: #fff;
}

a:hover,
a:active {
	outline: 0 !important;
}

.footer-addrss h5 {
	font-size: 20px;
}

.footer-nav .dropdown-menu>li>a {
	color: #fff;
}

.footer-nav .dropdown-menu>li>a.active {
	color: #eabe53 !important;
	background: transparent !important;
}

.footer-nav .dropdown-menu.right-open {
	margin: -166px 0 0 136px;
}

.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;
	box-shadow: 1px 1px 3px #000;
	float: left;
	margin-right: 20px;
}

/* Copy Right */
.copyright {
	border-top: 1px solid #212052;
	background: #2b2a6c;
	padding: 15px 0 5px 0;
}

.copyright p,
.copyright p a {
	color: #ffffff;
	text-align: left;
}

.copyright p a:hover {
	color: #eabe53;
}


/* 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: #eabe53;
}

.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: #020635;
	text-decoration: none;
}

.whats-new-content .datefield {
	display: block;
}

/********** Inner Pages *********/

.inside-banner-cnt {
	padding: 10px 0 20px;
}

.inside-img {
	width: 100%;


}

/* Quote-Box - Inner Pages */
.inside-quote,
.inside-quote-lob {
	background: #2b2a6c;
	height: 293px;
	width: auto;
	padding: 2px;
	position: relative;
	z-index: 9;
}

.inside-quote-lob {
	height: 345px;
}

.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: 35px;
}


.ins-qte-btn {
	height: 800px;
}

.qte-btn-ins,
.qte-btn-ins:focus,
.qte-btn-ins:active,
.qte-btn-ins.active {
	background: #2b2a6c;
	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: #353485;
}

/* Content --- Inner Pages */
.inside-content h1 {
	text-align: left;
	border: 0;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 45px;
}

.gold_content h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.inside-content p {
	text-align: left;
}

.content-ph,
.content-ph a,
.content-list {
	color: #4e4e4b;
}

/* Right Sidebar content */
.right-cnt {
	background: #3468a8;
	height: auto;
	width: auto;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.right-cnt h2 {
	/*color: #fff;*/
	text-align: left;
	text-transform: uppercase;
	font-size: 35px;
	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;
	text-transform: uppercase;
}

/* 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: #3468a8;
}

.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: #3468a8;
}

.mobile-go:hover,
.mobile-call:hover {
	color: #fff;
	background: #2c598f;
}

.mobile-go a {
	color: #fff;
	text-decoration: none;
}

.mobile-address {
	background: #2b2a6c;
	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: 18px;
	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: #2b2a6c;
	margin: 0 auto;
	padding: 8px 18px;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #eabe53;
}

.mobile-direction a,
.mobile-direction a:hover {
	color: #2b2a6c !important;
	font-weight: normal;
	text-decoration: none;
}

.mobile-direction:hover {
	background: #d1ab49;
	color: #2b2a6c;
}

.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;
}

.cont-jotform {
	border: 0;
	width: 100%;
	height: 500px !important;
}

/* Mixing */
.content .fa.fa-caret-down {}

.ins-boxes {
	margin-bottom: 30px;
}

#index-heading {
	position: relative;
	margin-bottom: 30px;
	line-height: normal;
	margin-top: 0px;
	text-align: center;
}

/*#index-heading:after{
content:"\f0d7";
font-family:'FontAwesome';
left:0px;
position:absolute;
right:0px;
line-height:0px;
bottom:3px;
color: #2b2a6c;
font-size:18px;
}*/
.ins-types h3,
.testi-sec h3 {
	position: relative;
	margin-bottom: 30px;
}

.ins-types h3 {
	line-height: 50px;

}


/*.ins-types h3:after{
content:"\f0d7";
font-family:'FontAwesome';
line-height:0px;
bottom:-3px;
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: #2b2a6c;
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: 345px;
	overflow: hidden;
	border: 1px solid #2b2a6c;
}

.inside-banner-hd {
	border: 1px solid #2b2a6c;
	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: #000000;
	font-weight: 300;

}

.breadcrumb li a:hover {
	color: #000;
	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;
	font-size: 16px;
}

.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,
.footer-list-style span a:focus {
	color: #eabe53;
	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 #000;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #2b2a6c;

	color: #fff !important;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #353485;
	color: #fff !important;
}

/* 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: #212052;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	z-index: 1;
}

.myaccount-mob-expand li a:hover,
.myaccount-mob-expand li a:focus {
	color: #eabe53;
}

.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: #000 !important;
	text-decoration: none;
}

.top-social {
	float: right;
	color: #fff;
}

.top-social li {
	float: left;
	list-style-type: none;
	padding: 10px 5px 0px;
}

.top-social li a {
	color: #fff;
	text-align: right;
}

.grid-divider {
	padding-bottom: 20px;
}

.grid {
	margin-top: 15px;
}

.grid h4 {
	font-size: 18px;
	color: #000;
	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 #000;
	padding: 4px;
	display: inline-block;
	background-color: #fff;
}

/*.shadowed img{
width:80%;}
*/

.inside-quote input {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #000;
	margin-top: 15px;
	padding: 5px 25px;
	position: relative;
	width: 90%;
	z-index: 99;
	margin-left: 5%;
}

.ph-1 {
	border-right: 1px solid #2c598f;
}

.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,
.top-my-account li.dropdown a.dropdown-toggle:focus,
.top-my-account li.dropdown.open a {
	color: #fff;
	opacity: .8;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.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: #eabe53 !important;
}

.site-info a:hover {
	color: #eabe53 !important;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	color: #eabe53;
}

#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: #000 none repeat scroll 0 0 !important;
	color: #ffffff !important;
}

.contact-de a:hover {
	color: #000;
}

.contact-de a:focus {
	color: #000;
}

.footer-nav li a.insurance-active {
	color: #000;
}

a.center-block:focus {
	background-color: #000;
}

.noBreak, .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-transform: uppercase;
}

.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: #000;
}

.sitelock-logo a {
	color: #000;
}

.carrier-jmp-link {
	color: #000;
}

.carrier-jmp-link:hover {
	color: #000;
}

#header-follow-us p {
	margin-bottom: 0px;
	color: #ffffff !important;
}

#index-content h2,
#index-content p {
	text-align: left;
}

#cnt-editable a {
	color: #020635;
}

#cnt-editable a :hover {
	color: #000;
}

#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: #000;
}

.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: #000;
}

.abt-middle a:hover {

	color: #000;
}


.abt-middle h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #000;
	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: #000;
	font-size: 24px;
	line-height: 27px;
	margin-top: 10px;
}

.img-border {
	padding: 5px;
	border: 1px solid;

}

.anc-jmp-fnt,
.anc-jmp-fnt:focus {
	color: #000;
	font-size: 24px;
	line-height: 56px;
}

.anc-jmp-fnt:hover {
	color: #020635;
	font-size: 24px;
	line-height: 56px;
}

.cs-heading h1 {
	margin-bottom: 10px;
	line-height: 35px;
}

.right-cnt h2 {
	color: #fff !important;
}

.right-cnt h3 {
	color: #fff;
}

.breadcrumb li a:hover {
	color: #000;
	font-weight: 300;
	text-decoration: none;
}

.contact-de {
	margin-bottom: 20px;
}


.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;

}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	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;
	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;*/
}

.footer-nav .dropdown-menu.right-open-cs {
	margin: -45px 0 0 108px;
}

.widget li a {
	color: #fff;
}

.widget li a:hover {
	color: #d1ab49;
}

.widget-title strong {
	font-weight: 500 !important;
}

.search-submit {
	border: 1px solid #020635;
}

.search-submit:hover {
	color: #000;
}

h1.page-title {
	color: #000;
	font-size: 40px;
}

.posted-on a {
	color: #594ff5;
}


.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #019ed6;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Ada compliance fixes end */


.site-info {
	margin-top: 10px;
}

.site-info ul {
	margin-left: 0px;
	padding-left: 0px;
}

.site-info ul li,
.site-info ul li a {
	display: inline-block;
	list-style-type: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
}

#email-form .jot-form {
	height: 700px !important;
}

.abt-cnt-img img {
	display: block;
	margin: 10px 0 30px;
	border: 5px solid #2b2a6c;
	width: 100%;
	max-width: 200px;
}

h3#carriers-ed {
	font-size: 30px;
}

.cnsc-info p a {
	color: #000;
}

.cnsc-info p a:hover,
.cnsc-info p a:focus {
	color: #2b2a6c;
}

.county-auto {
	float: right;
	margin: 10px 0 20px 20px;
	text-align: center;
	font-size: 18px;
	color: #2b2a6c;
}

.county-auto img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
}

.skip-to-content-link {
	background: #2b2a6c;
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}
