
/* CSS Document */
/* Typography */
h1, h3, h1 a, h1 a:focus {
	color: #234271;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
	
}

h1 a:hover{
color: #1d2d47;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #234271;
	font-size: 22px;
}

#gold_content h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #234271;
	font-size: 20px;
	text-align: left;
	text-transform: inherit;
	text-decoration: none;
	margin-bottom: 15px;
}
p {
	color: #4e4e4b;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
}

.home-content h2, .home-content h3 {
	text-align: center !important;	
}

a, a:hover {
	text-decoration: none;
}
.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 */
.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;
	
}
.top-nav li p {
	font-size:14px!important;
	color:#fff!important;
	margin:0px!important;
	padding:0px!important;
}

.ed-2{
margin-right: -5px!important;}
.ed-1{
border-right: 1px solid #1d2d47;}
ul.top-nav li:last-child {
	border-right: none;
}
.top-nav li a {
	color: #fff;
}
.top-nav li a:hover, .top-nav li a:focus, .top-nav li a.active {
	color:#ffc338;
}
.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;
}
.top-my-account li a:hover, .top-my-account li a:focus {
	color: #ffc338;
}

/* Main Carousel */
.item img {
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
}
.carousel-control {
	width: auto;
	top: 65%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
.caption {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
#carousel-example-generic {
	border-bottom: 3px solid #234271;
}
.carousel-inner.main>.item>img {
	width: 100%;
	height: 550px;
	margin-top: 235px;
	width: 100%;
	object-fit:cover;
}
.carousel-inner.main>.item:before {
	content: " ";
	background: rgba(0,0,0,.6);
	background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 30%, rgba(0,0,0,0.0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.caption h2 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 72px;
	position: relative;
	z-index: -1;
	text-shadow: 1px 1px 1px #000;
	display: block; /* that's the important part */
}
.caption h2 span {
	font-size: 72px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}
.cms-fix{
	font-size: 72px;
	font-weight: 400;
	text-shadow: 1px 2px 1px #6e7b81;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top-bar {
	background: #234271;
	height: 50px;
}
/* Logo */
.agency-logo {
	margin: 60px 0 0 0;
	display: inline-block;
	max-width:360px;
}
.top-cst {
	background: #d8a530;
	height: 30px;
	width: auto;
	float: right;
	padding: 5px 10px 5px;
	position: relative;
	z-index: 1;
}
.top-cst:hover, .top-cst:focus {
	background: #ffc338!important;
}
.top-cst a {
	color: #1a2133;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
}
.top-cst a:hover, .top-cst .active {
	color: #1a2133;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;

}
.white-bg {
	background: rgba(255,255,255, 1);
	height: 190px;
}
.white-bg.index {
	border-bottom: 3px solid #234271;
}
/* Navbar */
.navbar-nav {
	float: right;
	top: 80px;
	position: absolute;
	right: 0;
}
.navbar-nav > li a {
	color: #12151c!important;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 16px\0/;
	font-size: 16px;/* it will be varies depend on the number of menus*/
	padding: 10px 30px;
}
.navbar-nav > li a.active {
	background: transparent;
	color: #12151c!important;
	text-decoration: underline 3px #d8a530;
	text-underline-position: under;
}
.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: transparent;
	color: #12151c;
	text-decoration: underline 3px #d8a530;
	text-underline-position: under;
}
/* .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: transparent;
	color: #12151c;
	text-decoration: underline 3px #d8a530;
	text-underline-position: under;
}
.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;
}
.top-my-account .dropdown-menu > li > a {
	color: #2c2c2c;
	margin-right: 0px;
}
.top-my-account .dropdown-menu > li > a:hover, .top-my-account .dropdown-menu > li > a:focus {
    background: #234271;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active{
    background: #234271;
    color: #fff!important;
	text-decoration: none;
}
.dropdown-menu > li > a{
padding:3px 8px;}

.dropdown-menu{
background:#fff;
margin:14px 0 0 0 ;
min-width:142px;
color:#2c2c2c;
box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
#acc{
text-align:right!important;
}
/* Quote-Box */
.styleOption {
	margin: 20px 0;
}
.styleOption select {
	background: #fff;
	border: 1px solid #234271;
	border-radius: 4px;
	color: #2c2c2c;
	padding: 7px 20px;
	padding: 7px 0px 7px 0px\0/;
	height: 40px\0/;
	width: 35%;
	font-size:18px;
}

.styleOption option {
	color: #333;
	text-shadow:none;
}

.styleOption-inside select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #2c2c2c;
	padding: 5px 20px;
	width: 100%;
	margin-top: 40px;
	position: relative;
	z-index: 99;
	padding: 5px 0px 5px 0px\0/;
}
.qte-btn.btn-default {
	background: #234271;
	color: #fff;
	padding: 8px 20px;
	border: 0;
	border-radius: 5px;
	margin-left: 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	font-size: 18px;
}
.qte-btn.btn-default:focus, .qte-btn.btn-default:hover {
	background:#1d2d47;
	color: #fff;
}
.inside-qte-btn.btn-default {
	float: right;
	color: #1a2133;
	padding: 10px 20px;
	border-radius: 5px;
	border: 0;
	background: #d8a530;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	margin-top: 20px;
	font-size: 18px;
}
.inside-qte-btn.btn-default:hover, .inside-qte-btn.btn-default:focus {
	background: #ffc338;
	color: #1a2133;
	margin-top: 20px;
} 
.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 h3 {
	color: #1a2133;
	text-align: center;
	text-decoration: none;
}
.ins-boxes img {
	margin: 0 auto;
	display: block;
}
.col-md-2.box-1 {
	background: #d8a530;
}
.i-box-1 {
	background: #d8a530;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-2 {
	background: #d8a530;
}
.i-box-2 {
	background: #d8a530;
	height: auto;
	width: 100%;
	padding: 25px 20px 10px;
}
.col-md-2.box-3 {
	background: #d8a530;
}
.i-box-3 {
	background: #d8a530;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-4 {
	background: #d8a530;
}
.i-box-4 {
	background: #d8a530;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-5 {
	background: #d8a530;
}
.i-box-5 {
	background: #d8a530;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.col-md-2.box-6 {
	background: #d8a530;
}
.i-box-6 {
	background: #d8a530;
	height: auto;
	width: auto;
	padding: 25px 20px 10px;
}
.box-1, .box-2, .box-3,.box-4,.box-5 {
	border-right: 1px solid #ab783b;
}
/* Insurance Services */
.ins-types {
	background: url("../image/cover-bg.png") repeat;
	padding: 20px 0;
	margin: 30px 0 0 0;
	font-family: 'Oxygen', sans-serif;
	border-bottom: 3px solid #234271;
	border-top: 3px solid #234271;
}
.ins-types h3 {
	color: #1a2133;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}
.ins-types img {
	border: 1px solid #1a2133;
}
.ins-types .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #fff;
}
.ins-types h4 {
	color: #1a2133;
}
.ins-types p {
	text-align: left;
	color: #1a2133;
}
.ins-types a {
	color: #1a2133;
	float: right;
	text-transform: uppercase;
}
.ins-types a:hover, .ins-types a:focus {
	color: #1a2133;
	text-decoration: underline 2px #1a2133;
	text-underline-position: under;
}
.content {
	padding: 20px 0;
}
.center {
	margin: 0 auto;
	display: block;
}
.btn-default, .btn-default:hover {
	max-width: 150px;
	width: 100%;
	background: #1f3857;
	margin-top: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	border: 0;
}
/* Testimonial Sections */
.testi-sec {
	padding-bottom: 0px;
}
.testi-sec h3 {
	color: #1f3857;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 44px;
	font-family: 'Oswald', sans-serif;
}
.testi-sec .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #1f3857;
}
.testi-sec h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #33332f;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.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 #333;
	color: #234271;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}
.carousel-control.right-testi {
	top: auto;
	background: #234271!important;
	left: 52%;
	width: 25px;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}





/* footer */
.h-fter{
	margin-top: 0px;
}
footer {
margin-top:20px;
	color: #fff;
	padding: 30px 0 20px 0;
	font-family: 'Oswald', sans-serif;

	text-transform: uppercase;
	background: #234271;
}
footer h4 {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 20px;
	font-size: 24px;
}
.footer-addrss h5{
	font-size: 18px;
}
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: #ffc338;
}
.footer-nav li a {
	color: #fff;
}
.footer-nav .dropdown-menu > li > a {
	color: #333;
}
.footer-nav .dropdown-menu > li > a.active {
	color: #ffc338;
}
.footer-nav .dropdown-menu.right-open {
	margin: -120px 0 0 120px;
}
.footer-nav .dropdown-menu.cc-drop {
	margin: -40px 0 0 110px;
}
.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: 5px 5px 0px 0;
	float: left;
}
.gmap {
	width: 100%;
	height: 170px;
	border: 4px solid #b78338;
	float: left;
	margin-right: 20px;
}
/* Copy Right */
.copyright {
	background: #234271;
	padding: 15px 0 0 0;
	border-top: 1px solid #1d2d47;
}
.copyright p, .copyright p a {
	color: #fff;
	text-align: left;
}
.copyright p a:hover, .copyright p a:focus {
	color:#ffc338;
}
.footer-nav li a:hover, .footer-nav li a:focus {
	color:#ffc338;
}
/* 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;
	text-transform: none;
}
.whats-new-content p a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: none;
}
.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;
	text-transform:none;
}
.datefield + br{
	display: none;
}
.titlefield a:hover, a:focus {
	color: #fe9713;
	text-decoration: none;
}
.whats-new-content .datefield {
	display: block;
}
.rssfeedsclass p + p + p {
	display: none;
}
/********** Inner Pages *********/

.inside-banner-cnt {
	padding: 0px 0 20px;
}
.inside-img {
}
/* Quote-Box - Inner Pages */
.inside-quote, .inside-quote-lob {
	background: #234271;
	height: 293px;
	width: auto;
	padding: 20px;
	position: relative;
	z-index: 99;
}
.inside-quote-lob {
	height: 350px;
}
.inside-quote h2, .inside-quote-lob h2 {
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	padding: 10px;
}
.ins-qte-btn {
	height: auto;
}

.qte-btn-ins {
	background: #234271;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 35px;
	padding: 0px 20px 0 10px;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	width: 70%;
	margin-bottom: 20px;
}
.qte-btn-ins:hover, .qte-btn-ins:focus {
	background:#1d2d47;
	color: #fff;
}
/* Content --- Inner Pages */
.inside-content h1 {
	text-align: left;
	border: 0;
	text-decoration: none;
	margin-bottom: 30px;
}
.inside-content p {
	text-align: left;
}
/* Right Sidebar content */
.right-cnt {
	background: #eaeaea;
	height: auto;
	width: auto;
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.right-cnt h2 {
	color: #234271;
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	margin: 0 5px 15px 5px;
}
.right-cnt ul li, .right-cnt p {
	color: #234271;
}
.right-cnt hr {
	border-top: 1px solid #234271
}
#gold_content .right-cnt h3 {
	color: #234271;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
}
/* 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: #fff;
}

.mobile-go {
	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: #234271;
font-family: 'Oswald', sans-serif;
}
.mobile-call {
	-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: #234271;
font-family: 'Oswald', sans-serif;
}
.mobile-go:hover, .mobile-call:hover, .mobile-go:focus, .mobile-call:focus {
	color: #fff;
	background: #1d2d47;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #eaeaea;
	color: #1d2d47;
	padding: 5px 0 10px 0;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #1d2d47;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #1d2d47!important;
}
.mobile-direction {
	color: #fff;
	margin: 0 auto;
	padding: 8px 18px;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #234271;
}
.mobile-direction a, .mobile-direction a:hover {
	color: #fff!important;
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover, .mobile-direction:focus {
	background: #1d2d47;
	color: #fff;
}
.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 #333;
}
.jot-lob-form {
	height: 300px !important;
}
/* Mixing */
.content .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	line-height: 0.1\0/;
	margin-bottom: 30px;
	color: #234271;
}
.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: 350px;
	overflow: hidden;
	border: 1px solid #234271;
}
.inside-banner-hd {
	border: 1px solid #234271;
}
/* This will style any <img> element in .parent div */
.inside-banner img {
	width: 100%;
}
.fa-map-marker {
	margin: 0 3px 5px 3px;
}
.fa-phone {
	margin: 0 3px 5px 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: #333;
	padding-left: 0px !important;
	margin-left: 0px;
}
.breadcrumb li a {
	color: #234271;
	font-weight: 300;
	font-size: 12px;
}
.breadcrumb li a:hover {
	color: #234271;
	font-weight: 300;
	text-decoration: none;
	font-size: 12px;
}
.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!important;
	text-transform: none;
	
}
.cnt-ul {
	list-style-type:none;
	padding-left:0px;
}
.footer-list-style .fa-caret-right {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.footer-list-style span {
	display: block;
	overflow: hidden;
}
.footer-list-style span a {
	color: #fff;
}
.footer-list-style span a:hover, .footer-list-style span a:focus {
	color: #ffc338;
}

/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #234271;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #234271;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}

.btn-xs {
	background: #234271;
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
	background: #1d2d47;
	color: #fff;
}
/* blog */
.blog-section {
	overflow: hidden;
}
.blog-left, .blog-right {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.blog-right h2, .blog-right a, .blog-right li {
	color: #fff;
}
.blog-right {
	background: #264e93;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.blog-section footer {
	background: none;
	color: inherit;
	height: auto;
	filter: none;
	text-align: left;
}
.blog-section h2 {
	font-size: 25px;
}
.search-submit {
	border: 0px;
	color: #264e93;
	background-color: #fff;
}
.search-field {
	font-weight: normal;
	padding: 4px;
}
/*my account features*/

.myaccount-mob-expand{
background-color:#eaeaea;
width:100%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
margin-top:-10px;
text-align:center;
z-index:1;
}
.myaccount-mob-expand ul{
margin:10px 0 0 0;
padding-bottom:10px;
margin-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:#12151c;
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, .myaccount-mob-expand li a:focus{
color:#12151c;
text-decoration:underline 3px #d8a530;
text-underline-position: under;
}
.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:#234271;
}
.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 #234271;
  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: #2c2c2c;
    margin-top: 15px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    z-index: 99;}

.ph-1{border-right: 1px solid #1d2d47;}

.ph-1 p
{
margin-bottom:0px;
color:#fff;
}
.fa .fa-arrow-circle-down{padding-left:10px;}
.fa-arrow-circle-down::before {
    content: "\f0ab";
    padding-right: 10px;
}
.mar-top {margin-top:10px;}
	.anc-jmp-fnt img {padding-right:10px;}
	#cs-page-frame{height:1600px;}
	
	.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: #264e93; /* 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 */ 
.ss-ul {
	color:#fff;
	
}
.brk-fix {
	display:inline-block;
}
.emp-contact p {
  text-align: right;
}
p.reviews{
	text-align: center;
	
}
.emp-dir-row p{
	margin-bottom:0;
	font-size:16px;
}
.emp-dir-row img{
	margin:0 auto;
	max-width:300px;
	
}
.emp-dir-row a{
	color: #0158c9;
}
.emp-dir-row a:hover,.emp-dir-row a:focus{
	text-decoration:underline;
	color: #0158c9;
}
.emp-contact{
	text-align:right;
}
.agency-nm{
	font-style:italic;
}
/*Blog*/
.blog .content-area a{
	color: #234271 !important;
}
.blog .content-area a:hover{
	text-decoration: underline;
	color: #234271;
}
.blog .search-submit{
padding: 3px 10px;
background-color:#234271;
border: 1px solid #234271;
color:#fff;
border-radius: 3px;
}

.blog .submit{
	background-color:#234271;
	border: none;
	color:#fff;
	padding: 3px 10px;
	border-radius: 3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#385c93;
}
.blog .widget-area h2{
	font-size: 24px;
	color: #234271;
}
.blog .widget li, .blog .widget li a{
	color: #234271;
}
.blog .widget a:hover,.blog .widget a:focus{
	color: #4a6998;
}
.blog .container-block{display:flex;}
.blog .wp-block-search__button {
    background: #234271;
	color: #fff;
	border:none;	
	border-radius:3px;
}
.blog .search-submit:hover,.blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus,.blog .submit:hover,.blog .submit:focus{
    background: #385c93;
}
.blog .wp-block-search__label {
 color:#000;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#234271;
	font-size: 14px;
	line-height: 24px!important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#234271;
	font-size:14px;
}
.blog .wp-block-group__inner-container ul{
  list-style-type: disc!important;
  padding-left: 40px!important;
}
.blog .entry-footer {
	background:transparent;
	color: #4e4e4b;
	padding:0;
	margin:0;
	text-align:left;
}
.inside-banner-hd p {
	margin:0px!important;
}
.callout {
	width: 90%;
	background: #234271;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	padding: 20px;
	display: block;
	margin: 40px auto;
	border-radius: 10px;
}
.callout h3 {
	margin-top: 0px;
	color: #fff!important;
}
.callout p {
	color: #fff;
}
.carriers_bg{
	position: relative;
}
.carrier-section.insurance_mid {
    display: block;
    padding: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
}
.carrier{
	padding: 0 10px;
}
.carrier h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
	color:#8eacbb;
	margin-bottom:30px;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-inner {
	float:left;
	margin:20px 0 0;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}

.gmap.gmap-sec {

  margin-top: 20px;
}