@charset "utf-8";

/* CSS Document */
body {
	color: #393939;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Droid Sans', sans-serif;
	overflow-x: hidden;
}

/* Typography */
h1 {
	color: #2b2a29;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

h1 a,
h1 a:hover {
	color: #2b2a29 !important;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	color: #2b2a29;
}

h3 {
	color: #2b2a29;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.inside-content h2,
.inside-content h3,
.inside-content h4,
.main-content h2,
.main-content h3,
.main-content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.inside-content ul,
.main-content ul {
	margin: 20px 0;
	padding-left: 20px;
}

.inside-content ul li,
.main-content ul li {
	margin-bottom: 10px;
}

.inside-content ul li::marker,
.main-content ul li::marker {
	color: #01657d;
}
.indexul {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.indexul li {
    flex-basis: 33.33%;
}
/* Logo */
.top-banner .row {
	display: flex;
	align-items: center;
}

.logo-block a {
	display: block;
	max-width: 350px;
	margin: 40px 0;
	width: 100%;
}

.inside-quote-form .pad,
.inside-quote-form .pad-auto-home{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.quote-form{
	text-align:center;
}
/* Navigation */

.nav-bg {
	background: #015063;
}

.navbar {
	margin-bottom: 0px;
	margin-top: -1px;
}

.navbar-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	color: #fff;
	line-height: 20px;
	/*height: 52px;*/
	margin-left: 0px !important;
}

.navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
	/*margin-left:-15px;*/
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}

.nav>li>a {
	font-size: 14px;
	color: #fff;
	padding: 16px 30px;
	text-transform: uppercase;
}

.nav>li>a:hover, .nav>li>a:focus,
.nav>li>a.active {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #29aae1;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.dropdown li a:hover, .dropdown li a:focus 
.dropdown li a.active {
    background-color: transparent;
	color: #333;
	text-decoration: underline;
	text-decoration-color: #29aae1;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #29aae1;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.navbar-toggle {
	background: #00151a;
	padding: 1px 5px;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 8px;
	border-radius: 0px;
}

.navbar-collapse.in {
	overflow-y: none !important;
	max-height: 640px;
}

.dropdown-toggle:focus {
	background: transparent !important;
}

h3 span {
	font-weight: normal !important
}

/* Main Banner Image */

.banner-light-bg {
	background: #fdfdfd;
	position: relative;
}

.main-banner {
	height: 590px;
}

/* Banner Right Content */
.banner-right-content {
	float: right;
	position: relative;
}

.email-agent {
	float: right;
	padding: 10px;
	/*text-align: right;*/
}

.email-agent .contact-number p {
	text-align: left;
	margin-bottom: 0px;
}

.email-agent p {
	color: #2b2a29;
	font-weight: 700;
	text-align: right;
}

.btn-success,
.btn-success:hover {
	background: #0b36df;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: none;
	margin-top: -5px;
	height: 28px;
	padding: 4px 8px;
}

.btn-success:hover,
.btn-success:focus, .btn-success.active {
	background: #0a2fc4;
}

.btn-success.active{
  color: #2b2a29;
  background-color: #51C9FC;
  border-color: #51C9FC;
}

.quote-box-section {
	position: absolute;
	width: 100%;
	top: 30px;
	right: 20px;
}

.quote-box-head {
	position: absolute;
	top: 20px;
	right: 20px;
}

.quote-form {
	width: 400px;
	margin: 0px 0px 0px 0;
	background: rgba(0, 10, 13, .8);
	box-shadow: 1px 1px 3px #000;
}

#EZLynxConsumerQuoting {
	padding: 30px;
}

.quote-form h6 {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
}

.quote-form h6 span {
	font-weight: 700;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 44px !important;
	margin-bottom: 15px !important;
	padding: 8px 10px !important;
	vertical-align: center !important;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	z-index: 10;
}

.type {
	height: 44px !important;
	padding: 11px 10px;
	display: block !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.button-two {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	background: #0b36df;
	color: #fff;
	font-size: 20px;
	cursor: pointer !important;
	width: 60% !important;
	margin: 0 auto !important;
	box-shadow: 1px 1px 3px #000;
}

.button-two:hover,
.button-two:focus {
	color: #fff;
	background: #0a2fc4;
}

/* Content */
.box-one {
	background: rgba(0, 10, 13, .8);
	padding: 5px 0 0 0;
	/*height: 60px;*/
	margin: 0;
	position: absolute;
	z-index: 4;
	bottom: 0px;
	width: 100%;

}

.box-one p {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.box-two {
	background: #015063;
	padding: 10px 0;
	/*height: 76px;*/
	position: relative;
	z-index: 4;
}

.box-two p {
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

/* Main Content */
#main-heading {
	clear: left;
}

.main-content p,
.inside-content p,
.main-content ul,
.inside-content ul {
	color: #393939;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.inside-content h1 {
    clear:left;
}
.right-content {
	margin: 30px 0 0;
	background: #eaeaea;
	padding: 3px 20px 20px;
}

.right-content h2 {
	color: #2b2a29;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	padding-left: 0px;
}

.right-content-list li {
	font-weight: 700;
	font-size: 16px;
	padding: 14px 0;
	color: #393939;
}

.right-content-list li::marker {
	color: #29aae1;
}

/* Quick Links */
.quick-links {
	margin-top: 30px;
	background: #015063;
	color: #fff;
	padding: 20px 15px;
}

.quick-links h2,
.quick-links h3,
.quick-links ul li,
.quick-links ul li a {
	color: #fff;
}

.quick-links h3 {
	display: flex;
	align-items: center;
}

.quick-links h3 .fas {
	font-size: 12px;
	margin-left: 10px;
	color: #4dc9ff;
}

.quick-links p a,
.quick-links p a:hover,
.phone-number p,
.email-address p {
	color: #fff;
	font-size: 16px;
}

.quick-links p a:hover,
.quick-links p a:focus {
	color: #4dc9ff;
	text-decoration: none;
}

.quick-links-list li {
	color: #2b2a29;
	list-style-type: none;
	margin: 0 0 5px -35px;
}

.quick-links-list li a {
	color: #2b2a29;
}

.quick-links-list li a:hover,
.quick-links-list li a:focus {
	color: #4dc9ff;
	text-decoration: none;
}

.quick-links-list img {
	margin: 0 3px 0 0;
}

.contact-list {
	/*margin-bottom: 20px;*/
	margin-right: 10px;
}

.rssfeedsclass p,
.rssfeedsclass h1,
.rssfeedsclass h2,
.rssfeedsclass h3,
.rssfeedsclass ul li,
.rssfeedsclass ul li a {
	color: #fff;
}

#footer-contact p a:hover,
#footer-contact p a:focus,
.rssfeedsclass a:hover,
.rssfeedsclass a:focus {
	color: #4dc9ff;
	text-decoration: none;
}

#footer-contact .fas {
	color: #4dc9ff;
	float: left;
	display: block;
	margin-right: 10px;
	line-height: 24px;
}

.quick-links-list .fas {
	color: #4dc9ff;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	display: table-cell;
}

.quick-links-list span{
  display: table-cell;
}

.lic-block {
	margin: 10px 0;
}

.lic-block p {
	font-weight: 600;
}

.states-info {
	margin: 0px;
}
.right-content ul {
    padding-left: 20px;
}
.states-info ul {
	display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    padding-left: 5px;
}
.right-content-list.states-full li {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 0;
}
.right-content-list.states-full li::before {
    margin-right: 5px;
}
.states-info ul li{
    flex-basis: 33.33%;
    list-style:none;
}
.states-info ul li:before {
    content: "•";
    color: #29aae1;
    margin-right: 10px;
}
#footer-contact span {
	display: block;
	margin-top: 0;
	overflow: hidden;
}

/* Footer */
footer {
	background: #00151a;
	padding: 20px 0;
}

/* Social Media icons */
.social {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 999;
	margin-left: -40px;
}

.social>li {
	list-style-type: none;
	float: left;
}

.social li a {
	width: 32px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
}

.copy-right {
	font-size: 12px;
	line-height: 28px;
	float: right;
	color: #fff;
}

.copy-right a,
.copy-right a:hover {
	color: #fff !important;
}

/* Blog Feed */
.whats-new-content p a {
	color: #4dc9ff !important;
}

.whats-new-content p a:hover,
.whats-new-content p a:focus {
	color: #78d1f8 !important;
}

.whats-new-content .datefield {
	display: block;
}

/* Inner Pages */

.inside-banner {
	margin: 20px 0 0 0;
}

.inside-quote-form {
	margin: 20px 0px 0px 0;
	background: #00151a;
}

.inside-jot-form {
	background: #00151a;
	margin: 20px 0 0 0;
}

.jot-lob-form {
	height: 255px !important;
}

.inside-jot-form h6 {
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	padding: 10px 20px;
	text-align: center;
}

.inside-quote-form h6 {
	color: #fff;
	font-size: 29px;
	line-height: 36px;
	margin-top: 5px;
	text-align: center;
}

.lob-form {
	height: 210px !important;
}

.inside-quote-form h6 span {
	font-weight: 700;
}

/* Fixes */


#key-points .col-md-4,
#key-points {
	display: flex;
	align-items: center;
}

#key-points .col-md-4 p {
	margin-bottom: 0px;
}

.tick {
	margin: 0px 15px 0 0;
	border-radius: 30px;
	background: #29aae1;
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 18px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

iframe {
	height: 400px;
	width: 100%;
	border: 0;
}

#cpIframe,
#ccIframe {
	height: 1600px;
	width: 100%;
	border: 0;
	margin: 30px 0;
}

.form-control {
	font-size: 18px;
}

.email-address p {
	margin-bottom: 0px;
}

/* Mobile- fixes */

.mobile-quote {
	margin-top: 0px;
}

.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none !important;
	text-align: center !important;
	color: #fff !important;
}

.mobile-img {
	float: left;
	margin-right: 20px;
}

.call-img {
	float: left;
	margin-right: 25px;
	margin-left: 15px;
}

.mobile-go {
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: 0;
	background: #015063;
	-webkit-appearance: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.mobile-call {
	width: 100%;
	color: #fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: 0;
	background: #015063;
	-webkit-appearance: none;
}

.mobile-go:hover,
.mobile-go:focus,
.mobile-call:hover,
.mobile-call:focus {
	color: #fff;
	background: #01657d;
}

.mobile-go,
.mobile-call {
	display: flex;
	align-items: center;
}

.mobile-go a {
	color: #fff;
	text-decoration: none;
}

.mobile-address {
	background: #00151a;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}

.mobile-address h5 {
	font-weight: normal !important;
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0 10px 0;
}

.mobile-address p {
	font-weight: normal !important;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff !important;
}

.mobile-direction {
	background: #015063;
	margin: 0 auto 20px;
	padding: 8px 18px;
	font-size: 14.5px;
	border: 0px;
	color: #fff !important;
}

.mobile-direction a,
.mobile-direction a:hover {
	color: #fff !important;
	font-weight: normal;
	text-decoration: none;
}

.mobile-direction:hover,
.mobile-direction:focus {
	background: #01657d;
}

.mobile-map {
	float: left;
	margin-right: 10px;
}

/* Career Grid Style */

.career-grid-header {
	background-color: #2b2a29;
	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: #c9c6c5;
}

/* Carousel added*/
.carousel-inner {
	margin-top: -10px;
	z-index: 0;
}

.carousel-control {
	background: #aaa7a7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	border: 0;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	display: inline-block;
	z-index: 9999;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	background: #044c5e;
	background-repeat: repeat-x;
	opacity: 1;
	color: #fff;
	text-shadow: none;
}

.carousel-control.left {
	float: left;
	cursor: pointer;
	background: #015063;
	color: #fff;
	text-shadow: none;
}

.carousel-control.right {
	float: right;
	margin-right: 20px;
	background: #015063;
	color: #fff;
	text-shadow: none;
}

.carousel {
	margin-bottom: 0;
	margin: 10px 0px 0px 0px;
}

.item img {
	margin: 0 auto;
	text-align: center;
    min-height: 350px;
    object-fit:cover;
}

/*blog*/
.blog-section {
	overflow: hidden;
}

.blog-left a {
	color: #015063;
}

.blog-right a {
	color: #4f4a47;
}

.blog-section a:hover {
	color: #398439 !important;
	text-decoration: none;
}

.blog-left,
.blog-right {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.widget-area {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-section input.search-submit {
	color: #fff;
}

.right-content.blog {
	padding: 30px;
}

.search-form input.search-field,
select,
textarea {
	height: auto !important;
	padding: 3px !important;
	font-size: 13px;
	border: 1px solid #dddddd;
}

.inside-content footer {
	background: none;
	padding: 0px;
}

.page-header h1 {
	color: #015063;
}

.search-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	color: #2b2a29;
	font-size: 20px;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer !important;
	background: #015063;
}

.jot-form {
	width: 100%;
	height: 800px;
	border: none;
}
.contact-form .jot-form {
    height: 560px;
}
.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}

.quote-btn {
	font-size: 16px;
	width: 80%;
	text-align: left;
	height: 35px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	border-radius: 0px !important;
	color: #fff;
	background: #0b36df;
}

.pad {
	padding: 45px !important;
}

.pad-auto-home {
	padding: 20px 45px 21px 45px !important;

}

.quote-btn:hover,
.quote-btn:focus {
	background: #0a2fc4;
	color: #fff;
}

.mar-btm {
	margin-bottom: 200px;
}

.select-center {
	padding: 3px 3px !important;
	font-size: 12px;
	border: 1px solid #dddddd;
	margin-left: 0;
	width: 60%;
	height: 35px !important;
	background-color: #fff;
}

#ZipCode {
	border: 1px solid #dddddd;
	font-size: 12px;
	height: 35px !important;
	margin-left: 0;
	padding: 3px 3px !important;
	width: 60%;
}

/* Breadcrumbs */

.breadcrumb {
	background: #fff none repeat scroll 0 0;
	margin: 0 !important;
	padding: 20px 0 0px !important;
}

.breadcrumb li {
	float: left;
	list-style-type: none;
}

.breadcrumb li a {
	color: #046278;
}

.breadcrumb li a:hover {
	color: #034859 !important;
	text-decoration: none;
}

.breadcrumb>li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

/* my account */

.red-map {
	font-size: 15px;
	letter-spacing: 0.4px;
}

.red-map .fas {
	color: #015063;
}

.red-map a {
	color: #2b2a29;
}
.red-map a:hover, .red-map a:focus {
    text-decoration-color: #015063;
}
.contact-number {

	color: #2b2a29;
	font-size: 26px;
	font-weight: 700;
}

.contact-number p {
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.btn-account {
	background: #0b36df !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: none;
	margin-top: -5px;
	height: 28px;
	text-transform: uppercase;
}

.btn-account:hover,
.btn-account:focus {
	background: #0a2fc4;
	color: #fff;
}

.dropdown-menu-account li {
	list-style-type: none;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #393939;
	font-size: 13px;
	font-weight: 700;
	border: none;
	padding: 6px 0 0;

}

.dropdown-menu {
	min-width: 103px !important;
	margin-top: 0;
	padding-top: 0;
}

.dropdown-menu>li>a {
	padding: 3px 12px;
}

.myaccount-desk-expand ul {
	display: inline-block;
}


.myaccount-desk-expand li a {
	color: #fff;
	font-weight: bold;

}


.open a:focus {
	background: transparent;
}

.grid-divider {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;

}

.dropdown {
	list-style-type: none;
	display: inline-block;
}

#contact li a .dropdown-toggle:focus {
	background: none !important;
}

.dropdown.account-drop {
	color: #fff;
}

.new-accnt {
	float: right;
}

.right-accnt {
	display: inline-block;
	padding-left: 0px;
	margin: 0px;
}

.account-drop ul {
	background: #fff;
}

.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='#2b2a29000')";
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}

.grid h4 {
	font-size: 18px;
	line-height: 25px;
	color: #2b2a29;
}

.dropdown-menu-account>li>a {
	color: #393939;
	font-size: 12px;
	font-weight: 400;
	padding: 3px 7px;
}

.dropdown-menu-account>li>a:hover,
.dropdown-menu-account>li>a:focus {
	background-color: transparent;
	color: #393939 !important;
	text-decoration: underline;
	text-decoration-color: #015063;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.right-accnt>li>a:hover,
.right-accnt>li>a:focus {
	background-color: #0a2fc4 !important;
	color: #fff;
}

.dropdown-menu-account {
	min-width: 114px;
	margin-top: 3px;
	padding-top: 0;
	border-radius: 0px;

}

.arrow-down {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #015063;
	right: 10px;
	top: -1px;
	position: absolute;
}

.myaccount-mob-expand ul {
	margin-left: 0px;
	padding-left: 0px;
}

.myaccount-mob-expand {
	background: #eaeaea;
	margin-bottom: 10px;
}

.myaccount-mob-expand li {
	list-style-type: none;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: none;
	width: 100%;
	padding: 8px 0 0;
}

.myaccount-mob-expand li a {
	color: #2b2a29;
	text-decoration: none;
	padding: 8px 0 0;
}


.sitelock-logo {
	clear: both;
	text-align: center;
}

.myaccount-mob-expand li a:hover,
.myaccount-mob-expand li a:focus {
	background-color: transparent;
	color: #2b2a29;
	text-decoration: underline;
	text-decoration-color: #015063;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	padding: 8px 0 0;
}


#cs-frame {
	height: 1600px;
}

.anc-jmp-fnt img {
	padding-right: 10px;
}

#cs-frame {
	height: 1600px;
}

.mar-top {
	margin-top: 10px;
}

a.anc-jmp-fnt::hover {
	color: #2b2a29 !important;
}

.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: #015063;
	/* 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: #2b2a29;
}

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;
}

#foot-cpe ul {
	float: right;
	text-align: right;
}

.site-info ul {
	margin-left: 0px;
	padding-left: 0px;
}

#foot-cpe ul li {
	display: inline-block;
}

.site-info ul li,
.site-info ul li a {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-size: 14px;
}

.social li a:hover,
.social li a:focus {
	opacity: .8;
}

.carrier-grid-divider h4 {
	border-bottom: 1.5px dotted #056279;
	padding: 10px 0 10px 0;
}

.carrier-grid-divider .btn {
	background: #056279;
	color: #fff;
}

.carrier-grid-divider .btn:hover,
.carrier-grid-divider .btn:focus {
	background: #044657;
	color: #fff;
}

.edna-offc a {
	color: #0a526c;
}

/* Google Review Widget */
#grw-widget {
    margin-bottom: 30px;
}
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #056279 !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: #056279 !important;
}

.grw-business-header {
	border-bottom: 3px solid #056279 !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;
}

.quick-links-list li a:hover,
.quick-links-list li a:focus,
.quick-links-list li a.active {
	color: #4dc9ff !important;
}


/*blog*/
.blog .blog-section{
overflow:hidden;
}
.blog .blog-left a{
color:#0a2fc4;
}
.blog .blog-right a{
color:#4f4a47;
}
.blog .blog-section a:hover{
color:#398439 !important;
text-decoration:none;
}
.blog .blog-left,.blog-right{
margin-bottom:-99999px;
padding-bottom:99999px;
}
.blog .widget-area{
padding-top:15px;
padding-left:15px;
padding-right:15px;
}
.blog-section input.search-submit{
color:#fff;
}
.blog .right-content.blog {
	padding: 30px;
}
.blog .search-form input.search-field, .blog select, .blog textarea {
	height: auto !important;
	padding: 5px !important;
	font-size: 13px;
	border: 1px solid #dddddd;
}
.blog .inside-content footer {
	background: none;
	padding: 0px;
}
.blog .page-header h1 {
	color: #0a2fc4;
}
.blog .search-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	color: #000;
	font-size: 20px;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer!important;
	background: #0a2fc4;
}

/*Blog*/
.blog .content-area a{
	color: #000 !important;
}
.blog .content-area a:hover{
	color: #0b36df !important;
}
.blog #main{
	display:block;
} 
.blog .widget{
	padding: 0 15px!important;
}
.blog .widget ul li{
	padding: 8px 0!important;
	font-weight: 700;
	font-size: 15px;
}
.blog .widget ul li a, .blog .wp-block-latest-comments__comment-meta a{
	color: #404040;
}
.blog .widget ul li::marker {
  color: #0a2fc4;
}
.blog .search-submit{
	padding: 5px 10px;
	background-color:#0a2fc4;
	border: 1px solid #0a2fc4;
	color:#fff;
	border-radius: 3px;
	border: 1px solid #0a2fc4;
	font-size:13px;
}

.blog .submit{
	background-color:#0a2fc4;
	border: 1px solid #0a2fc4;
	color:#fff;
	padding: 5px 10px;
	border-radius: 3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#0a2f88;
}

.blog .sidebar-content .widget a:visited, .blog .sidebar-content .widget a{
	color: #fff;
}
.blog .sidebar-content .widget a:hover, .blog .sidebar-content .widget a:focus{
	color: #87afe7;
}
.blog .widget input{
	height: 34px !important;
	margin-bottom: 0 !important;
}
.blog .wp-block-search__button {
    background: #0a2fc4;
	color: #fff;
	border:none;	
	border-radius:3px;
	border: 1px solid #0a2fc4;
}
.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: #0b36df;
}
.blog .wp-block-search__label {
 color:#404040;
}
#blog-p .widget-area h2 {
	font-size:28px!important;
	color:#fff;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color: #404040;
	font-size: 15px;
	font-family: 'Droid Sans', sans-serif;
	text-transform: none;
	display:inline!important;
	font-weight: 700;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#0a2fc4;
	font-size:15px;
}
.blog .wp-block-group__inner-container ul{
	list-style-type: disc!important;
	padding-left: 30px!important;
}
.blog ol.wp-block-latest-comments {
  padding-left: 30px;
}
.blog .entry-footer, .blog .comment-meta{
	border-top:none;
}

.blog p {
  margin-bottom:10px;
}

.blog .widget ul li a:hover, .wp-block-latest-comments__comment-meta a:hover {
  color: #0a2fc4;
}