@charset "utf-8";
/* Custom CSS */

/* General */

body, h1, h2, h3, h4, h5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Open Sans', Helvetica, Arial;
}
h1 {
	color: #161616;
	font-size: 32px;
	line-height: 40px;
}

h1 a{
	color: #161616;
	font-size:29px;
}
a:visited, a:hover, a:active {
    color: #333;
}
h2 {
	color: #161616;
	font-size: 20px;
	line-height: 34px;
}
h3 {
	color: #161616;
	text-align: left;
	margin: 0;
}
#main-content h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
	display: block;
	font-size: 32px;
	font-weight: 100;
	text-transform: uppercase;
	color: #161616!important;
	margin: 20px 0 0 0;
	line-height: 36px!important;
}
h4 span {
	color: #33358c;
	font-style: italic;
	line-height: 30px!important;
}
h5 {
	margin: 25px 0 4px 0;
	font-weight: 600;
	font-size: 16px;
}
h6 {
	color: #fff;
	font-size: 26.5px;
	line-height: 40px;
	padding: 10 0;
	text-transform: uppercase;
}
#main-content h2, #main-content h3, #main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#main-content ul, .servicing-states ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-content ul.index-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#main-content ul.index-list li {
    flex-basis: 33.33%;
} 
#main-content ul li, .servicing-states ul li {
    margin-bottom: 10px;
}
#main-content ul li::marker, .servicing-states ul li::marker {    
    color: #33358c;
}
p, #main-content ul li {
	padding:0px 0 0 0;
	font-size: 14px;
	line-height: 30px;
}
#main-content ul li {
    padding: 0px;
}
a{
	color:#333;	
}

a:hover, a:focus {
	color: #33358c;

}
/*-- Sidebar --*/
.sidedivider {
	background: url(../img/divider.png) repeat-x;
}
.sidelist > li > img {
	margin: 25px 10px 0 0;
}
.sidedivider .btn {
  margin-top: 20px;
}
.address {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
.contact-header {
	margin: 10px 0;
}
/* Header */
.header {
	background: #fff;
	z-index: 5;
	position: fixed;
	width: 100%;
}
.homeicon a {
	margin-right: 0!important;
	border-right: 1px solid #fff;
}
.noborder a {
	margin-right: 0!important;
}
.topbdr {
	width: 100%;
	border-top: 5px solid #ccc;
	margin: 0;
	padding: 0;
	z-index: 8;
}
.topnav {
	float: right;
	font-size: 11px;
}
.topnav a {
	color: #777;
}

.logo img{
	margin-bottom: 30px!important;
}
/*- Navigation -- */
.nav {
	color: #777;
	margin: 3px 0;
}
.nav > li > a:hover {
	background: none;
	color: #777;
}
.nav-pills > li > a {
	margin: 2px 0 2px 0;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color: #33358c;
	background-color: transparent;
	border-radius: 0;
}
.nav-pills > li > a {
	padding: 6px 8px;
}
.nav-pills > li > a.active-top {
	color: #33358c!important;
	padding: 6px 8px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #fff!important;
    background-color: #4749a6;
}
/*-- Main Navbar --*/
.mainnav > li > a {
	text-transform: uppercase;
	border-right: 1px solid #fff;
}
.mainnav > li > a:focus, .mainnav > li > a:hover {
	color: #777;
}
.navbar {
	border-bottom: 5px solid #33358c;
	margin: 0;
}
.container .navbar .container {
	width: auto;
}
.navbar .nav > li > a {
	color: #777;
	text-shadow: none;
	padding: 10px 50px;
	font-size: 14px;
	padding-bottom: 10px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #777;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #4c4eb2 0%, #3e408c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#4c4eb2), color-stop(100%,#3e408c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3e408c',GradientType=0 ); /* IE6-9 */
}
.navbar .nav > li > a:hover {
	color: #fff;
	text-decoration: none;
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #4c4eb2 0%, #3e408c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#4c4eb2), color-stop(100%,#3e408c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#4c4eb2 0%,#3e408c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3e408c',GradientType=0 ); /* IE6-9 */
}
.navbar-inner {
	padding: 0px;
	background-color: transparent;
	background-image: none;
	border: 0!important;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navmenu {
	float: left !important;
	height: 48px;
	margin: 0px !important;
	border: 0;
	background: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navmenu > img {
	display: block;
	float: left;
	margin-top: 2px;
	border: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navmenu > img:focus, .navmenu > img:hover {
	background: rgba(0,0,0,0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.navmenu:hover, .navmenu:focus {
	display: block;
	background: none;
	float: left;
	margin-top: 3px;
	border: 0;
}
.nav-collapse {
	background: #fff;
}
.nav-phone {
	font-size: 16px;
	margin: 6px 0 0 7px;
	font-weight: bold;
	color: #1478BC;
}
/* Nav Social Icons*/
.social {
	float: right;
}
.social > li {
	list-style-type: none!important;
	width: 36px;
	height: 36px;
	text-align: center;
}
.social > li > a {
	text-decoration: none;
	text-shadow: none;
	margin: 0 0 5px 6px;
	padding: 5px!important;
	vertical-align: middle!important;
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #000 0%, #333 100%);
	background: -o-linear-gradient(top, #000 0%, #333 100%);
	background: -ms-linear-gradient(top, #000 0%, #333 100%);
	background: linear-gradient(to bottom, #000 0%, #333 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#333', GradientType=0 );
 color: #fff !important;
 font-size: 14px !important;
}
.social > li > a:focus, .social > li > a:hover {
	background: #dddddd;
}

/* Layer Slider  */
  
.slider {
	background: #fff;
	position: relative;
	margin: 0 0 20px;
	height: auto!important;
}
.slider:before, .slider:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 100%;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.slider:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.ls-txt {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 450px;
	max-height: 75px;
	text-align: center;
}

/*-- Quoter -- */
.quoteform {
	display: block;
	width: 340px !important;
	margin: 0 auto;
}
.quoter {
	margin-top: -217px;
	float: right!important;
	height: 100%;
	position: relative;
	line-height: 28px;
	right: 30px;
	bottom: 30px;
	max-width: 450px;
	max-height: 50%;
	background: rgba(0,0,0,.6);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-bottom: 10px;
}
.quoter h3 {
	color: #FFFFFF;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 31.5px;
}
#miniQuote input[type="text"] {
	height: 28px;
	margin-bottom: 15px!important;
	padding: 8px 10px !important;
	vertical-align: center !important;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#miniQuote select:focus, #miniQuote textarea:focus, #miniQuote input[type="text"]:focus {
	border-color: rgba(61, 63, 136, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(61, 63, 136, 0.8);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(61, 63, 136, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(61, 63, 136, 0.8);
}
#Type {
	height: 44px;
	padding: 12px 10px;
	line-height: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	width: 245px;
}
.zip {
	width: 130px;
	margin-left: 20px;
}
#ZipCode {
	width:247px!important;
	margin-left:0px!important;
	height:40px;
	padding-left:15px!important;
	}
.btn-custom {
	display: block;
	text-align: center;
	width: 140px;
	margin:0px 0px 0px 150px;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	background: #33358c;
    background: linear-gradient(0deg, #33358c, #3c3da6);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-custom:hover, .btn-custom:focus {
	background: #3c3da6;
    background: linear-gradient(180deg, #33358c, #3c3da6);
}
/* Sidebar  */
.accordion {
	margin: 0;
	padding: 0;
	display: block;
}
.accordion-group {
	border: 0;
}
.accordion-head {
	margin-bottom: 20px;
}
.accordion-heading {
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #ddd;
}
.last {
	border-bottom: 1px solid #ddd;
}
.accordion a:hover {
	text-decoration: none;
}
.accordion-body {
	display: block;
}
.accordion-inner {
	background: #f5f5f5;
	padding: 12px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	line-height: 18px;
}
.last .accordion-inner {
	border-top: 1px solid #ddd;
}
/*-- Content --*/
.overview {
	margin: 5px 0 0 10px;
	border: none;
	float: right;
}
.divider {
	background: url(../img/divider.png) repeat-x;
}
article {
	padding: 10px 0 0;
}
/* Testimonials  */
.testimonial-block {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.testimonial {
	margin: 0;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #fff;
	border-radius: 8px;
	font-style: italic;
	background: #333;
	background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
	background: -o-linear-gradient(top, #444444 0%, #333333 100%);
	background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
	background: linear-gradient(to bottom, #444444 0%, #333333 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333', GradientType=0 );
}
.testimonial:before, .testimonial:after {
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #fff;
	font-style: normal;
}
.testimonial:before {
	top: 0;
	left: 10px;
}
.testimonial:after {
	right: 10px;
	bottom: -0.5em;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #333;
	margin: 0 0 0 25px;
}
.testimonial-author {
	margin: 0 0 0 25px;
	color: #777;
	text-align: left;
}
.testimonial-author span {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.testimonial-block {
	display: block;
	max-width: 450px;
	margin: 30px 0;
}
blockquote {
	border-left: 5px solid #555;
	display: block;
}
blockquote p {
	font-size: 14px!important;
	font-weight: 500;
	color: #fff;
}
/* Footer  */
.footer {
	width: 100%;
	margin-top: 20px;
	background-color: #333;
}
.footnav {
	margin-bottom: 50px;
}
.footnav a {
	border: 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin: 0 20px 0 20px;
	text-align: center!important;
}
.footnav a.active, .footnav a:hover {
	border: 0;
	background: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.copy {
	padding: 20px;
	font-size: 13px!important;
	text-align: center;
}
.darkfoot {
	background-color: #202020;
}
darkfoot a {
	margin: 0;
}
.footselect {
	display: block;
	width: 200px;
	margin: 0px auto 30px auto!important;
}
.nowrap {
	white-space: nowrap;
}
.socialfoot ul {
	float: right;
}
.socialfoot a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.socialfoot a {
	padding: 0px;
	margin: 0px;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.nav.copy a {
	color: #666;
}
.nav.copy a:hover {
	text-decoration: none;
	color: #FFF;
}
.footer_img {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
.center {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 40px;
	cursor: pointer;
}
/*-- Back-to-top Button --*/
.top {
	background: url(../img/arrow-up-large.png) no-repeat center center;
	background-color: rgb(160,160,160);
	bottom: 35px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 55px;
	position: fixed;
	right: 35px;
	text-shadow: none;
	width: 55px;
	z-index: 100;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.top:hover {
	background-color: rgba(160,160,160,0.5);
}
iframe {
	border: none;
	width: 100%;
	height: 500px;
}

.frame-fix{
	height: 1800px;	
}

/* Mobile- fixes */

.mobile-quote{
	margin-top:0px;	
}
.phone-view h2{
	font-size: 22px;
	font-weight:normal;
	float:none!important;
	text-align:center!important;	
	color:#605e5e!important;
}
.mobile-img {
	float: left;
	margin-right:20px;
}
.call-img{
	float: left;
	margin-right:20px;
	margin-left:15px;
}
.mobile-go, .mobile-go:hover {
	color:#fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-align:left;
	border:0;
	background: #161616; /* Old browsers */
	-webkit-appearance: none;
	text-shadow: 1px 1px 1px #00326D;

}
.mobile-call {
	width:100%;
	color:#fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-align:left;
	border:0;
	background: #161616; /* Old browsers */

	-webkit-appearance: none;
	text-shadow: 1px 1px 1px #00326D;

}
.mobile-call a{
	color:#fff;
	text-decoration:none;
}
.mobile-go:hover, .mobile-call:hover, .mobile-go:focus, .mobile-call:focus{
	color:#fff;
	background:#303030;	
}
.mobile-address {
	background: #eaeaea;
	color: #393939;
	padding: 3px 0;
	text-align:center;
	margin-bottom: 20px;
}
.mobile-address h5 {
	font-weight:normal!important;
	font-size: 24px;
	color: #161616;
	padding: 0px 0 10px 0;
}
.mobile-address p{
	font-weight:normal!important;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#393939!important;	
}

.mobile-direction {
	background: #33358c; 
	margin:20px auto;
	padding: 8px 18px;
	font-size: 14.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:0px;
    color: #fff;
    text-shadow: none;
}
.mobile-direction a{
	color:#000;	
	font-weight:normal;
	text-decoration:none;
}
.mobile-direction:hover, .mobile-direction:focus{
		background: #3c3da6;
        color: #fff;
}
.mobile-map{
	float:left;
	margin-right:10px;	
}
/*Jot form */
.jot-form{
	width:100%;border:none;
	height:600px;
}

/* Career Grid Style */

.career-grid-header{
background-color:#1e5799;
text-transform:uppercase;
color:#fff;
font-weight:bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{
background-color:#d7d7d5;
}

/*fixes*/
.space-fix {
	margin-right: 8px;
	margin-top: -2px;
}

.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}
.quote-btn {
	font-size: 15px;
	width: 75%;
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
	text-shadow: none;
	color: #fff !important;
	background: #33358c;
    background: linear-gradient(0deg, #33358c, #3c3da6);
}
.quote-btn:hover{
	background: #3c3da6;
    background: linear-gradient(180deg, #33358c, #3c3da6);	
}


.pad{
	margin: 5px 10px;	
}


/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	margin: 0 !important;
	padding: 20px 0px 20px 0px!important;
}
.breadcrumb li {
	float: left;
	list-style-type: none;
	font-weight:300;
}
.breadcrumb li a {
	color: #33358c;
	font-weight: 600;
}
.breadcrumb li a:hover {
	color: #33358c;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}

/*My Account Menu Start For Desktop*/
.my-account {
	color: #777;
    list-style: outside none none;
    margin:5px 0 0;
}
.my-account > li > a {
    display: block;
	border-radius:0;
	margin: 0 ;
	color:#777;
	padding:4px 6px 4px 10px;
	border-bottom: 5px solid #fff;
	text-decoration:none;
}
.my-account > li > a:hover, .my-account > li > a.active{
	color: #33358c;
}
.my-account .open .dropdown-toggle,
.my-account li.dropdown.my-account-icon.open.active > a:hover, 
.my-account > .my-account li.dropdown.my-account-icon.open.active > a:focus {
	text-decoration:none;
	background:#33358c url("../img/my-account-active.png") no-repeat scroll 7px 6px;
	border-bottom: 5px solid #33358c;
	padding:4px 4px 4px 26px;
}
.dropdown-menu.my-account-details-menu {
	background: #fff;
	background-color:#fff;
	border:0;
	border-radius:0;
	margin:0;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	min-width: 100px;
	width:105px;
}
.dropdown-menu.my-account-details-menu > li > a{
	color:#333;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 8px;
	white-space: normal;
}
.dropdown-menu.my-account-details-menu li > a:hover, .dropdown-menu.my-account-details-menu li > a:focus, .dropdown-submenu.my-account-details-menu:hover {
    background: #33358c;
	color:#fff ;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.my-account-icon{
	background:#fff url("../img/my-account.png") no-repeat scroll 7px 6px;
	width: 105px;
}
.dropdown.my-account-icon a {
    padding:4px 4px 4px 26px;
}
/*My Account Menu End For Mobile*/
.myaccount-mob-expand {
	margin-bottom: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0 px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #eaeaea;
    text-align: center;
    width: 100%;
	top: -6px;
    z-index: 2;
}
#myaccount-mob-collapse a{
	color:#393939;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	padding: 4px 0;
	display: block;
}
#myaccount-mob-collapse a:hover, #myaccount-mob-collapse a:focus{
	color:#33358c;
	text-decoration: none;
	background: transparent;
}
.myaccount-mob-expand li {
    list-style-type: none;	
}

.myaccount-mobile-section button.mobile-go {
    position: relative;
    z-index: 2;
	margin: 0;
}

#myaccount-mob-collapse > ul {
    padding:15px 0;
	margin:0;
	border-top: 6px solid #eaeaea;
}
/*sitelock*/
.sitelock-logo {
    font-size: 12px;
    margin: 0 auto 10px;
    text-align: center;
    width: 117px;
}
.sitelock-logo > a {
    color: #666;
}
.sitelock-logo > a:hover {
    color: #fff;
	text-decoration: none;
}
/* Make a Payment grid CSS*/
.editable > h3 {
    color: #333;
}
.grid.carrier-head-color h4 {
    color: #33358c !important;
    font-size: 18px;
	font-weight: bold;
	text-transform: none;
	line-height: normal!important;
}
.carrers-area {
    background-color: #fff;
	display: inline-block;
	padding: 10px;
    border: 1px solid #ccc;
    filter: drop-shadow(2px 3px 3px #999);
}
.carrers-area-divider, .mob-carrers-area-divider {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.btn-custom {
margin-left:40px!important;	
	}	
	
	#cs-frame{
	height:1600px;margin-top:10px;}
	

	.anc-jmp-fnt img {padding-right:10px;}
	.anc-jmp-fnt {
	font-size: 15px;
	color: #21445B;
}
.mar-top {margin-top:10px;}

.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: #4749a6; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 27px;
  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 */ 



    @media (min-width: 1200px)

.row-fluid::after {

    clear: both;

}

    @media (min-width: 1200px)

.row-fluid::before, .row-fluid::after {

    display: table;
    line-height: 0;
    content: "";

}
.row-fluid::after {

    clear: both;

}
.row-fluid::before, .row-fluid::after {

    display: table;
    line-height: 0;
    content: "";

}
element {

}
.quoteform {

    display: block;
    width: 340px !important;
    margin: 0 auto;

}

    @media (min-width: 1200px)

.row-fluid {

    width: 100%;
    *zoom: 1;

}
.row-fluid {

    width: 100%;
    *zoom: 1;

}
.row-fluid.quoter {

    text-align: center;

}
.submit.btn-custom.pad.ie8 {
  margin: 5px auto !important;
  text-align: center;

}





form {
  margin: inherit;
}
.siteinfo li {
	text-align: center;
	float: none;
	font-size: 15px;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > li > a.active {
	background-color: #33358c;
	background-image: none;
	color: #fff;
	text-align: center;
}
.dropdown-menu{
	min-width:100% !important;
}
.dropdown-menu > li > a{
	color: #333;
	text-align:center;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #33358c;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown > a:active .caret {
	border-top-color: #666;
	border-bottom-color: #666;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.footnav a.active, .footnav a:hover {
	border: 0;
	background: none;
	color: #fff;
	text-align: center;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.dropup .caret {
	margin-top: 16px;
	margin-left: 3px;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 6px solid #000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
}
.servicing-states h5, .request-title {
	line-height: 40px;
	color:#33358c;
}
#address-contact a:hover, #address-contact a:focus, #address-contact1 a:hover, #address-contact1 a:focus{
	text-decoration:underline;
	color: #33358c;
}
#agency-address, #agency-address1 {
	padding: 0px;
text-align: center;
margin: 2px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
}
.navbar .nav > li > a.active, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	color: #fff;
	text-decoration: none;
	background: #33358c;
}
.navbar .nav > li > a.active .caret, .navbar .nav > li > a:hover .caret, .navbar .nav > li > a:focus .caret {
	border-top-color: #fff!important;
	border-bottom-color: #fff!important;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.quoter-jot {
	bottom: 150px;
	right: 20px;
}
.quoter-jot {
	float: right !important;
	height: 100%;
	position: absolute;
	line-height: 28px;
	right: 37px;
	bottom: 23px;
	max-width: 400px;
	max-height: 55%;
	background: rgba(50,50,50,.9);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: flex;
	align-items:center;
}
.quoteform-jot h6{
	text-align:center;
	margin: 0px 0px 20px;
}
.footnav {
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.p-footer-link{
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}
ul.p-footer-link li{
	list-style-type: none;
	display: inline-block;
	line-height:30px;
}
ul.p-footer-link li a {
	padding: 5px 4px;
	border-radius: 5px;
}
ul.p-footer-link li a:hover, ul.p-footer-link li a:focus, ul.p-footer-link li a.active {
	background: transparent;
	color: #fff;
	text-decoration: underline #5167d2 2px;
	text-underline-position: under;

}
ul.p-footer-link li a:hover .caret, ul.p-footer-link li a:focus .caret, ul.p-footer-link li a.active .caret {
	    border-top-color: #5167d2 !important;
    border-bottom-color: #5167d2 !important;
}
ul.p-footer-link .dropdown-menu > li {
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-width: 250px!important;
}
ul.p-footer-link .dropdown-menu > li > a {
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	border-radius: 0px;
}
ul.p-footer-link .dropdown-menu > li > a:hover, ul.p-footer-link .dropdown-menu > li > a:focus, ul.p-footer-link .dropdown-menu > li > a.active {
	background: #33358c;
	color: #fff;
	text-decoration: none;
}

.dropup .caret {
  margin-top: 16px;
  margin-left: 3px;
}

.carrier-grid-divider p{
font-size:14px;
}
.cs-btn{
	font-size: 12px;
	line-height: 12px;
	padding: 4px 6px;
	margin-bottom: 0px;
}
.contact-list h2 {
	color: #243b66;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #243b66;
}

.row-fluid.quoter {

    text-align: center;

}
.submit.btn-custom.pad.ie8 {
  margin: 5px auto !important;
  text-align: center;

}
form {
  margin: inherit;
}
.siteinfo li {
	text-align: center;
	float: none;
	font-size: 15px;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > li > a.active {
	background-color: #33358c;
	background-image: none;
	color: #fff;
	text-align: center;
}
.dropdown-menu{
	min-width:100% !important;
}
.dropdown-menu > li > a{
	color: #333;
	text-align:center;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #33358c;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown > a:active .caret {
	border-top-color: #666;
	border-bottom-color: #666;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.footnav a.active, .footnav a:hover {
	border: 0;
	background: none;
	color: #fff;
	text-align: center;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.dropup .caret {
	margin-top: 16px;
	margin-left: 3px;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 6px solid #000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
}
.servicing-states h5, .request-title {
	line-height: 40px;
	color:#161616;
}
#address-contact a:hover, #address-contact a:focus, #address-contact1 a:hover, #address-contact1 a:focus{
	text-decoration:underline;
	color: #33358c;
}
#agency-address, #agency-address1 {
	padding: 0px;
text-align: center;
margin: 2px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
}
.navbar .nav > li > a.active, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	color: #fff;
	text-decoration: none;
	background: #33358c;
}
.navbar .nav > li > a.active .caret, .navbar .nav > li > a:hover .caret, .navbar .nav > li > a:focus .caret {
	border-top-color: #fff!important;
	border-bottom-color: #fff!important;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.quoter-jot {
	bottom: 150px;
	right: 20px;
}
.quoter-jot {
	float: right !important;
	height: 100%;
	position: absolute;
	line-height: 28px;
	right: 37px;
	bottom: 23px;
	max-width: 400px;
	max-height: 55%;
	background: rgba(0,0,0,.6);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: flex;
	align-items:center;
}
.quoteform-jot h6{
	text-align:center;
	margin: 0px 0px 20px;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.lob-jot-form {
    border: 0;
 height: 440px!important;
    width: 100%;
}
.jot-form-email{
	border: 0;
    width: 100%;
}
.btn-xs {
	background: #33358c;
	color: #fff !important;
	padding: 5px;
}
.btn-xs:hover, .btn-xs:focus {
	background: #3c3da6;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

header{
	text-align:left;
}
.footer-logo{
	max-width:100px;
	display:block;
	margin:20px auto;
}

address, address p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
#address-contact, #address-contact1 {
	color: #fff;
}
#foot-cpe1 {
    text-align: center;
}

#agency-address li, #agency-address1 li  {
    color: #fff;
   
	
}

#agency-address li, .site-info1 li, #agency-address li a, .site-info1 li a, #agency-address1 li, #agency-address1 li a {
    list-style-type: none;
    display: inline-block;
	color: #fff;
	 font-size: 13px;
}

#agency-address li::before, .site-info1 li::before, #agency-address1 li::before {
    font-family: 'FontAwesome';
    content: '\00b7';
    font-size: 34px;
    color: #fff;
    margin-right: 5px;
    font-weight: 900;
    vertical-align: middle;
}

#agency-address li:first-child:before, .site-info1 li:first-child:before, #agency-address1 li:first-child:before {
    content: none;
}
#agency-address li a:hover, #agency-address1 li a:hover, #agency-address li a:focus, #agency-address1 li a:focus, .site-info1 li a:hover, .site-info1 li a:focus{
	color: #fff;
	text-decoration: underline #5167d2 2px;
	text-underline-position: under;
}

ul.p-footer-link li{
	display: inline-block;
}

.sidelist h5{
	color: #33358c;
}

.logo img {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

#main-content h3{
	font-size:18px;
}
#cntnt-main {
	clear: left;
}
#secondary h2 {
	line-height: 40px!important;
color: #33358c!important;
font-size:16px!important;
font-weight:600!important;
}

.sitelock-logo > a:hover {
  color: #5167d2;
}

.servicing-states li {
  line-height: 30px;
}

.carrier-grid-divider h4 {
  border-bottom: 1.5px dotted #243b66;
  padding: 10px 0 10px 0;
  font-size: 18px;
  color: #2c2c2c !important;
}


.contact-details a {
  color: #33358c;
}

.contact-details a:hover, .contact-details a:focus {
  color: #5658b9;
}

#main-content ul {
  padding-left: 20px;
  margin-left: 0px;
}

.ls-txt {
  text-align: center;
  text-shadow: 1px 1px #fff;
}

.group-img {
  max-width: 600px;
  width:100%;
}


::before, ::after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}
element {
}
b, strong {
  font-weight: 700;

}
* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}
.team-member {
margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
}
.team-member h3, .team-member h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-member img {
  margin-top: 20px;
}
.team-member h2 {
font-size:24px;
}

.carrers-area img{
	width:85%;
}

.sitelock-logo > a {
  color: #fff;
}

#cntnt-main, #main-heading {
  clear: left;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #34368f !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #34368f !important;
}

.grw-business-header {
	border-bottom: 3px solid #161616 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}

.grw-theme-dark div.grw-review-content > p{
	inline-size: 240px;
}

/* .grw-author-photo { */
  /* border-radius: inherit !important; */
/* } */

.sidedivider .btn {
  background: #33358c;
    background: linear-gradient(0deg, #33358c, #3c3da6);
  color: #fff !important;
  text-shadow: none;
}

.sidedivider .btn:hover, .sidedivider .btn:focus {
  background: #3c3da6;
    background: linear-gradient(180deg, #33358c, #3c3da6);
  color: #fff !important;
  opacity: 1;
}

#address-contact a:hover, #address-contact a:focus, #address-contact1 a:hover, #address-contact1 a:focus {
  text-decoration: underline;
  color: #33358c;
}

.email-heading{
	margin-top: 35px;
}

#main-content h4 {
  font-size: 16px;
  color: #333 !important;
  font-weight: 600 !important;
}	
	
	
	.sidelist h5 {
  color: #161616;
}
.review-wrap {
    background: #eaeaea;
    padding: 30px;
    display: block;
    margin: 20px auto -20px;
    text-align:center;
    border-top: 5px solid #202020;
}
.review-wrap h5 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    color: #161616;
}
.inner-banner h2 {
    position: absolute;
    top: 10%;
    left: 30px;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: 100;
    color:#333;
    text-shadow: 1px 1px #fff;
}
/*.grw-wrapper {
    max-width: 700px!important;
}
.grw-theme-dark {
box-shadow: 1px 1px 3px rgba(0,0,0,0.6)!important;
}
.grw-slider .grw-reviews-wrapper .grw-review-slide {
    width: 670px!important;
}
.grw-theme-dark div.grw-review-content > p {
  inline-size: 670px !important;
}
.grw-author-section {
    justify-content: center!important;
}*/


/*Blog*/
.blog .widget{
	margin:20px 0 0px;
}
.blog .widget h2{
  color: #161616;
}
.blog .entry-header{
	text-align:left;
}
.blog .page-header{
	text-align:left;
	margin: 20px 0 0;
}
.blog .search-submit{
padding: 5px 10px;
background-color:#33358c;
border: 1px solid #33358c;
color:#fff;
border-radius: 3px;
}

.blog .widget-area .submit{
	background-color:#33358c;
	border: none;
	color:#fff;
	padding: 8px 10px;
	border-radius: 3px;
}
.blog .widget-area .submit:hover,.blog .widget-area .search-submit:hover{
	background:#3c3da6;
}
.blog .wp-block-search__button {
    background: #33358c;
	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 .widget-area .submit:hover,.blog .widget-area .submit:focus{
    background: #3c3da6;
}
.blog .wp-block-search__label {
 color:#000;
}
.blog .comments-area label, .blog .page-content label {
 display:inline-block!important;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#000;
	font-size: 14px;
	line-height: 24px!important;
	font-family: 'Open Sans', Helvetica, Arial;
	text-transform: none;
	display:inline!important;
	
}
.wp-block-search__input, .blog .search-field{
	margin-bottom:0px!important;
}
ol.wp-block-latest-comments {
	margin-left:26px!important;
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#000;
	font-size:14px;
}
.blog .wp-block-group__inner-container ul{
  list-style-type: disc!important;
  padding-left: 0px!important;
}
.blog .quoter{
	height:auto!important;
}
.blog .widget li {
	line-height: 30px;
}

.blog #secondary h2 {
	line-height: 30px!important;
	color: #161616 !important;
}

.lob-list a{
	color: #353791;
}
.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:0 0 50px;
	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;
}
/* Carrier Carousel Section Ends*/
#ins-pages .ls-txt{
	top:0;
}