<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/*
COLOR PALETTE
Headings : #277a9d
Secondary color : #277a9d
*/
/* DEFAULT STYLES */
body,
.TitleStyle1,
.TitleStyle2,
.TitleStyle3,
.TitleStyle4,
.TitleStyle5,
input,
button,
select,
textarea,
p,
ul,
li,
a {

	color: #2c2c2c;
	font-size: 14px;
	font-family: Roboto;
	line-height: 20px;
}

h1 a:hover, h1 a:focus{
	color: #2c2c2c;
}

body {
	background-color: #FFF;
	overflow-x: hidden;
}

body,
figure {
	margin: 0;
	padding: 0;

}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*Typography */
h1 {
	color: #2c2c2c;
	text-align: center;
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	line-height: 32px;
	margin-bottom: 40px;
	width: 100%;
	display: inline-block;
}

h1 a {
	color: #2c2c2c;
	text-align: center;
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	line-height: 32px;

	width: 100%;
	display: inline-block;
}

h2 {
	color: #2c2c2c;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	line-height: 28px;
    font-weight: 500;
}

h3 {
	color: #2c2c2c;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	line-height: 36px;

}

h2.pagetitle {
	color: #2c2c2c;
	text-align: center;
	font-size: 56px;
	font-family: "Roboto", sans-serif;
	line-height: 68px;
	margin-top: 20px;
	margin-bottom: 0;
}

h3.baner-subheading {
	color:#fff;
    text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-size: 24px;
	font-family: Roboto;
	line-height: 36px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
}
.inner-pg-banner h3.baner-subheading {
    color: #393939;
    text-shadow: none;
}
#content-section h1 {
    margin-bottom: 10px;
}
#content-section h2, #content-section h3, #content-section h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#content-section ul {
    margin: 20px 0;
    padding-left: 20px;
}
#content-section ul li {
    margin-bottom: 10px;
}
#content-section ul li::marker {
    color: #277a9d;
}
p {
	color: #393939;
	text-align: center;
	font-size: 14px;
	font-family: Roboto;
	line-height: 24px;
}
#content-section p {
    font-size: 16px;
}
#content-section ul li {
    font-size: 16px;
	font-family: Roboto;
	line-height: 24px; 
    color: #393939;
}
h4 {
	color: #2c2c2c;
	text-align: center;
	font-size: 18px;
	font-family: Roboto;
	font-weight: normal;
	margin-bottom: 40px;
}

.ins-color {
	color: #277a9d;
}

a:hover {
	text-decoration: none;
}

/*top bar*/

.top-bar {
	margin-top: 20px;
	z-index: 2;
	position: relative;
}

.top-left-bg {
    background: #daebf2;
	background: linear-gradient(43.55deg, rgba(194, 228, 242, 0.4) 0%, rgba(218, 235, 242, 0.4) 73.6%);
}

.top-right {
	padding: 0 20px !important;
}

.top_bar_nav {
	margin: 0;
	padding: 0;
	float: right;
}

.top_bar_nav li {
	color: #2c2c2c;
	float: left;
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	border-right: 1px solid #ccc;
	padding: 8px 20px;
	padding-left: 20px;
}

.top_bar_nav li i {
	color: #277a9d;
}

.top-my-account li {
	border-right: none;
}

.top_bar_nav li .dropdown-menu.top-my-account li {
	border-right: none;
	padding: 0 10px;
	width: 100%;
}


.top_bar_nav li:nth-child(1),
.top_bar_nav li:nth-child(2) {
	padding-left: 35px;
	padding-right: 35px;
}

.top_bar_nav li:nth-child(8) {

	background: #277a9d;
	border-radius: 6px;
	margin: 0 0 0 20px;
	padding: 8px 16px;
	width: 161px;
	text-align: center;
}


.top_bar_nav li:nth-child(8) a.dropdown-toggle::after {
	display: none;
}

.top_bar_nav li:nth-child(8) i,
.top_bar_nav li:nth-child(8) a {
	color: #fff;
}

.top_bar_nav li:nth-child(4),
.top_bar_nav li:nth-child(5),
.top_bar_nav li:nth-child(6),
.top_bar_nav li:nth-child(8) {
	border-right: none;

}

.top_bar_nav li:nth-child(4),
.top_bar_nav li:nth-child(5),
.top_bar_nav li:nth-child(6) {
	padding-left: 13px;
	padding-right: 0;
}

.top_bar_nav li:nth-child(7) {
	padding-right: 20px;
	padding-left: 13px;
}
.top_bar_nav li:nth-child(3) a i,
.top_bar_nav li:nth-child(4) a i,
.top_bar_nav li:nth-child(5) a i,
.top_bar_nav li:nth-child(6) a i,
.top_bar_nav li:nth-child(7) a i {
	color: #000;
}

.top-my-account li {
	border-right: none;
}

ul.top-my-account li a {
	color: #2c2c2c !important;
}

ul.top_bar_nav li a:hover,
ul.top_bar_nav li a.active {
	color: #1f5f7a;
}

.top_bar_nav li:nth-child(3):hover a i,
.top_bar_nav li:nth-child(4):hover a i,
.top_bar_nav li:nth-child(5):hover a i,
.top_bar_nav li:nth-child(6):hover a i,
.top_bar_nav li:nth-child(7):hover a i {
	color: #1f5f7a;
}

.top_bar_nav li:nth-child(8):hover a,
.top_bar_nav li:nth-child(8):hover a.active {
	color: #fff;
}


ul.top-my-account li a:hover, ul.top-my-account li a:focus,
ul.top-my-account li a.active {
	color: #2c2c2c !important;
	text-decoration: underline 2px #277a9d;
	text-underline-position: under;
	background: transparent;
}

.dropdown-menu.top-my-account {
	transform: translate3d(0, 28px, 0px) !important;
	top: 10px !important;
}

.logo-and-nav {
	margin-top: 100px;
	margin-bottom: 100px;
	height: 48px;
	align-items: center;
	display: flex;
	position: relative;
	z-index: 1;
}

.logo-agency {
	margin-left: 15px;
}

#agency-logo {
	max-width: 180px;
}

.navbar-brand {
	display: none;
}

.navbar-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;

}

.navbar-nav .nav-item {
	margin-right: 20px;
}

.navbar.navbar-expand-md.navbar-dark.navbar-custom {
	padding: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.custom-nav {
	align-items: center;
	display: flex;
	justify-content: space-around;
}

.logo-part {
	display: flex;
	align-items: center;
}

.navbar-nav .nav-link {

	display: flex;
	align-items: center;
	color: #2c2c2c !important;
	font-size: 16px;
	font-family: Roboto;
}

.nav-link {
	padding: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	width: 202px;
	padding: 10px 0;
	border-radius: 0px;
	margin-top: 20px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a:last-child {
	margin-bottom: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
	padding: 5px 10px !important;
	line-height: 25px;
	font-style: normal;
	margin-bottom: 5px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a:hover,
.navbar-expand-md .navbar-nav .dropdown-menu a.active {
	background: #277a9d;
	color: #c2e4f2 !important;

}

.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link {

	color: #000 !important;
	text-decoration: none;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link.active {
	color: #fff !important;
}

ul.main-dropdown-menu {
	padding-left: 0px;
}

.main-dropdown-menu li {
	list-style-type: none;
}

ul.main-dropdown-menu {
	padding-left: 0px;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link:hover, .navbar-custom .nav-item.dropdown .dropdown-menu .nav-link:focus {
	border-bottom: none;
	color: #fff !important;
}


.navbar-dark .navbar-nav .nav-link.active,
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {

	width: 100%;
	color: #2c2c2c !important;
	text-decoration: underline;
    text-decoration-color: #277a9d;
    text-decoration-thickness: 2px;
	text-underline-position: under;
}

.animated-icon3 {
	width: 19px !important;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: inherit !important;
	display: block;
}

.animated-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 95%;
	border-radius: 9px;
	opacity: 1;
	left: 7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon3 span {
	background: #c2e4f2;
}

.animated-icon3 span:nth-child(1) {
	top: 5px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 3px;
	left: 10px;
	height: 3px;
}

.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
	left: 10px;
	height: 3px;
}


/*banner*/

.banner img {
	mask-image: linear-gradient(to bottom, transparent -100%, #C4C4C4 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent -100%, #C4C4C4 100%);
	height: 100%;
	object-fit: cover;
	width: 100%;
}


.banner-bottom-strip.animation-right-to-left:hover .banner img {
	width: 300px;
}

.banner {
	margin-bottom: 80px;
	height: 500px;
	overflow: hidden;
	position: relative;

}

.banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/banner-mesh.png);
	background-size: cover;
}

.ban-caption {
	position: absolute;
	top: 0;
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
}
.ban-caption h2.pagetitle {
    color:#fff;
    text-shadow: 1px 1px 1px #000;
}
#Type {
	position: relative;
}

#Type {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.type-of-insurance::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
	right: 125px;
	line-height: 29px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
}

#Type::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
	right: 125px;
	line-height: 29px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
}

.type-of-insurance {
	position: relative;
}

.quote-box select,
#ZipCode {
	border-radius: 6px;
	border: 1px solid #2C2C2C;
	background: #F0F0F0;
	width: 370px;
	height: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.submit-btn {
	width: 370px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: Roboto;
	border-radius: 6px;
	background: #277a9d;
	border: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.submit-btn:hover,
.submit-btn:focus,
.peace-mind-headings a:hover,
.peace-mind-headings a:focus {
	background: #216785;
}

.quote-box {
	margin-top: 20px;
}

/*lob section*/
#lob-section {
	background: linear-gradient(43.55deg, rgba(181, 208, 221, 0.4) 0%, rgba(181, 208, 221, 0.4) 73.6%);
	position: relative;
}

.lob-banner img {
	mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);

	object-fit: cover;
	width: 100%;
	height: 100%;
}

.quote-box.jot-frm-section {
	width: 60%;
	margin-top: 10px;
}

.lob-banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/lob-mesh.png);
	background-size: cover;
}

.lob-services {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
    display: flex;
    flex-direction:column;
    height: 100%;
}
.lob-services li {
    flex-basis: 20%;
}
.lob-services li:first-child {
	padding: 40px 40px 20px;
}

.lob-banner {
	height: 100%;
	width: 100%;

}

.lob-services li strong.title {
	color: #2c2c2c;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	line-height: 24px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}

.lob-services li:nth-child(4),
.lob-services li:nth-child(2) {
	background: linear-gradient(90deg, rgba(39, 122, 157, 0.1) 0%, rgba(39, 122, 157, 0) 100%);
	background-blend-mode: multiply;
}

.lob-services li:nth-child(2),
.lob-services li:nth-child(3),
.lob-services li:nth-child(4) {
	padding: 20px 40px 20px;
}

.lob-services li:last-child {
	padding: 20px 40px 40px;
}

.lob-services li p {
	margin-bottom: 20px;
	text-align: left;
}

.lob-services a {
	color: #1b536b;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.lob-services a:hover, .lob-services a:focus {
	color: #216785;
}

#lob-section {
	background: #daebf2;
	background: linear-gradient(43.55deg, rgba(194, 228, 242, 0.4) 0%, rgba(218, 235, 242, 0.4) 73.6%);
	position: relative;
	margin-bottom: 80px;
	display: flex;
	width: 100%;
	overflow: hidden;
}

/*content*/
#content-section p {
	margin-bottom: 20px;
	line-height: 24px;
}

#content-section ul {
	margin-bottom: 40px;
	padding-left: 20px;
}

#content-section ul.breadcrumb {
	margin: 0px;
	padding-left: 0px;
}

#content-section ul li {
	margin-bottom: 20px;
	line-height: 24px;
}
#content-section ul.breadcrumb li {
    margin-bottom: 0px;
}
#content-section p:last-child {
	margin-bottom: 0;
}

#content-section {
	margin-bottom: 80px;
	width: 100%;
}

#content-section .cntpg div {
	padding: 0;
}

#content-section .cntpg p {
	margin-bottom: 20px;
}

#content-section div.cntpg,
#career-grid .col-md-4.col-sm-6,
#career-grid .row,
#career-grid .row .col-md-4.col-sm-6 div {
	padding: 0;
}

#content-section div .row.contact-list .col-md-6.col-sm-12.carrier-box-fix {
	padding: 0 20px;
}

/*testinomail_sections*/
#testinomail_sections {
	position: relative;
	display: flex;
	width: 100%;
	background: #dbe1e1;

}

.test-wrap {
	width: 100%;
}

.testi-banner {
	width: 100%;
	height: 100%;
}

.testi-banner img {
	height: 100%;
	width: 100%;
	mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);
}

#testinomail_sections .col-md-6 {
	padding: 0;
}

.left-testinomail {
	overflow: hidden;
}

#testinomail_sections::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/testinomail-mesh.png);
	background-size: cover;
}

.testimonials-caption {
	text-align: center;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.testimonials-caption .carousel-indicators li {
	background: transparent;
	border: 2px solid #277a9d;
	width: 6px;
	height: 6px;
	border-radius: 6px;
}

.testimonials-caption .carousel-item p {
	margin-bottom: 30px;
}

.testimonials-caption .carousel-indicators .active {
	background: #277a9d;

}

.testimonials-caption h2 {
	margin-bottom: 30px;
}

.testimonials-caption .client-name {
	text-align-last: right;
	text-align: right;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 700;
	line-height: 20px;
	font-weight: normal;
}

.testi-banner-flip {
	height: 100%;
	width: 100%;
}

.testimonials-caption .client-name strong {
	color: #277a9d;
}

.leave-review {
	background: #277a9d;
	padding: 80px 0;
}

.leave-review a {
	width: 370px;
	margin: 0 auto;
	display: flex;
	height: 40px;
	background: #c2e4f2;
	border-radius: 6px;
	color: #17495e;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.leave-review a:hover,
.leave-review a:focus {

	background: #c6dfe9;

}

/* Carrier Carousel Section */

.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: 80px 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: 0 auto;
	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*/

footer {
	background: #0d2833;
	padding: 40px 0;
}

footer h3 {
	color: #FFF;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	line-height: 36px;
	margin-bottom: 30px;
}

.footer-content {
	padding: 0;
	list-style: none;
}

ul.footer-content li {
	margin-bottom: 30px;
}

ul.footer-content li a {
	font-family: Roboto;
	color: #fff;
	font-size: 16px;
}

ul.footer-content li a.active,
ul.footer-content li a:hover, ul.footer-content li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #277a9d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

/*blog*/
#rssfeeds p {
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

#rssfeeds p:first-child {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.titlefield,
.titlefield a {
	order: 2;
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.datefield,
.read-more a {
	color: #fff;
	font-size: 16px;
	font-family: Roboto;
	line-height: 42px;
    text-decoration: none;

}

.read-more a:hover, .read-more a:focus{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #277a9d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.read-more a span {

}

.read-more {
	margin-top: -10px;
}

.datefield {
	margin-bottom: 20px;
}

#rssfeeds p:nth-child(3) {
	display: none;
}

.read-more a {
	font-weight: bold;
}

#rssfeeds p:last-child {
	display: none;
}


/*footer*/
.contact-info ul.footer-content li a {
    line-height: 24px;
}
.contact-info ul.footer-content li a:hover, .contact-info ul.footer-content li a:focus {
	border-bottom: none;
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #277a9d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	opacity: 1;
}

.contact-info i {
	color: #4d8fac;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-right: 5px;
	margin-top: 0;
	width: 18px;
}

.social_section i {
	color: #fff;
}

.contact-info ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	display: flex;
	text-align: left;
	margin-bottom: 30px;
    align-items: center;
}

.contact-info ul li a {
	font-family: Roboto;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.copyright {
	padding: 80px 0 0;
	text-align: center;
}

.social_section i {
	color: #FFF;
	font-size: 17px;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #277a9d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.social_section i:hover,
.social_section i:focus {
	color: #fff;
	opacity: 0.7;
}

.contact-info ul li:first-child {
	line-height: 30px;
}

.contact-info ul li:first-child i {
	line-height: 32px;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-bottom: 0;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 18px;
	font-weight: 400;
	font-family: Roboto;
	color: #FFF;

}

.read-more i {
	line-height: 0;
	float: inherit;
}

.footer-map {
	width: 223px;
	height: 114px;
	margin-bottom: 30px;
}

.social_section.d-flex.justify-content-between.footer-content {
	width: 212px;

}

.social_section.d-flex.justify-content-between.footer-content li {
	text-align: center;
	margin-bottom: 0;
}

.sitelock-logo a {
	color: #4d8fac;
}

/*peace-of-mind*/
#peace-of-mind {
	position: relative;
	margin-bottom: 80px;
	display: flex;
	width: 100%;
	background: #daebf2;
	background: linear-gradient(43.55deg, rgba(194, 228, 242, 0.4) 0%, rgba(218, 235, 242, 0.4) 73.6%);
	overflow: hidden;
}

.peace-mind-headings {

	padding: 60px 40px !important;

}

.on-device-swap-lob-baner {
	overflow: hidden;
}

.peace-of-mind {
	height: 100%;
	width: 100%;
}

.peace-of-mind-content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.peace-mind-headings h3 {
	text-align: center;
	color: #2c2c2c;
	text-align: center;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
    font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}

.peace-mind-headings p {
	margin-bottom: 30px;

	margin: 30px auto;
}

.peace-mind-headings a {
	width: 370px;
	margin: 0 auto;
	display: flex;
	height: 40px;
	background: #277a9d;
	border-radius: 6px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.peace-of-mind .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent -100%, #277a9d 100%);
}

.peace-of-mind::after {

	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/peace-of-mind-mesh.png);
	background-size: cover;

}

/* Mobile design */
.mobile-container {
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-container img {
	width: 220px;
}

div.phone-view-bg {

	background: #0d2833;


}

div.phone-view {
	margin: 20px auto;
	display: inline-block;
}

div.phone-view i {
	color: #c2e4f2;
}

div.phone-view button,
div.phone-view a.btn,
div.phone-view ul {
	color: #fff;
	padding: 10px 18px;
	font-size: 16px;
	border: 0;
	margin-bottom: 20px;
	text-align: center;
	background: #277a9d;
	width: 100%;
	display: inline-block;
	border-radius: 6px;
}

div.phone-view ul:first-of-type {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
}

div.phone-view ul li a {
	color: #fff;
}

div.phone-view ul li a:hover,
div.phone-view ul li a:focus {
	color: #000;
}

div.phone-view button:hover,
div.phone-view button:focus,
div.phone-view a.btn.click-call:hover,
div.phone-view a.btn.click-call:focus {
	background: #216785;
	transition: .2s;
	color: #fff;
}

div.phone-view a.btn:hover,
div.phone-view a.btn:focus {
	background: #c6dfe9;
	transition: .2s;
	color: #1f5f7a;
}

div.phone-view div&gt;* {
	background: #fff;
	color: #2c2c2c;
	padding: 5px 0 20px;
	text-align: center;
}

div.phone-view div h5 {
	margin: 0;
	padding-top: 20px;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

div.phone-view div p {
	margin: 0px;
}

div.phone-view div a.btn {
	background: #c2e4f2;
	width: 220px;
	height: 38px;
	font-size: 16px;
	line-height: 20.8px;
}

div.phone-view div a.btn {
	background: #277a9d;
	width: 220px;
	height: 38px;
	font-size: 16px;
	line-height: 20.8px;
	color: #fff;
}

div.phone-view div a i {
	color: #c2e4f2;
}

div.phone-view ul:last-child {
	display: inherit;
}

div.phone-view div ul&gt;* {
	padding: 8px 0 0;
	list-style-type: none;
}

div.phone-view div ul&gt;* a {
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-position: under;
	text-decoration-thickness: 1px;
}

div.phone-view div ul&gt;* a:hover, div.phone-view div ul&gt;* a:focus {
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: #277a9d;
	text-underline-position: under;
	text-decoration-thickness: 1px;
	transition: .2s;
}

.container.mobile-fix {
	padding: 0px;
}

#lob-section .col-md-6,
#peace-of-mind .col-md-6 {
	padding: 0;
}

/* inner page content*/
.inner-content h1,
.inner-content p,
.inner-content h4 {
	text-align: left !important;
}

.inner-content h4 {
	margin-bottom: 10px;
}

.homepg-content h2, .homepg-content h3, .homepg-content p{
	text-align: left;
}

#content-section {
	margin-bottom: 80px;
	width: 100%;
}

.wrk-with-us {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: left;
}

.wrk-with-us i {
	font-size: 8px;
	margin-right: 20px;
	color: #1f5f7a;
}

.wrk-with-us li:nth-child(2n) {
	margin: 20px 0;
}

.test-cap-inner-pg {
	width: 100%;
	display: flex;
	align-items: center;
}

.test-cap-inner-pg .testimonials-caption {
	width: 364px;
	margin: 0 auto;
}

.test-cap-inner-pg h2 {
	text-align: left;
}

.leave-review h3 {
	margin: 0;
	text-align: center;
	color: #fff;
}

.here-for-you.justify-content-between {
	background: #0d2833;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px;
}

/*circle animation */
.services-content {
	padding: 0;
	list-style: none;
	width: 197px;
	margin: 0 auto;
}

.services-content li::before {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 60px;
	color: #277a9d;
	margin-right: 15px;
	font-weight: 900;
	vertical-align: top;
	line-height: 16px;
}

ul.services-content li {
	margin-bottom: 30px;
	color: #fff;
}

ul.services-content li a {
	font-family: Roboto;
	color: #fff;
	font-size: 16px;
}


.circle-container.appear {
	position: relative;
	width: 230px;
	height: 230px;
	padding: 0;
	border-radius: 230px;
	list-style: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 3px solid #fff;
	text-align: center;
	margin: 0 auto;

}

@keyframes ani-circle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.circle-container.appear.icon-box {
	animation-duration: 0.7s;
	animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
	animation-delay: 1s;
	animation-fill-mode: backwards;
	animation-name: icon-scale1;
}

.circle-container.appear .icon-box {
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
	animation-delay: 1s;
	animation-fill-mode: backwards;
	animation-name: icon-scale;
	background: #0d2833;
	padding: 6px;

}

@keyframes fade-out-to-in {
	0% {
		opacity: 0;

	}

	100% {
		opacity: 1;

	}
}

@keyframes icon-scale {
	0% {
		transform: scale(0);
		transition: all 0.4s ease-in;

	}

	50%,
	60% {
		transition: all 0.4s ease-in;
		transform: scale(1.2);
		padding: 4px;

	}

	100% {
		transform: scale(1);
		transition: all 0.4s ease-out;

	}
}

@keyframes icon-scale1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.circle-container.icon-box li {
	display: none;
}

.circle-container.appear.icon-box li {
	display: block;
}

.circle-container.appear.icon-box li.ani-delay-0 {
	animation-delay: 1.5s !important;
}

.circle-container.appear.icon-box li.ani-delay-1 {
	animation-delay: 2.5s !important;
}

.circle-container.appear.icon-box li.ani-delay-2 {
	animation-delay: 3.5s !important;
}

.circle-container.appear.icon-box li.ani-delay-3 {
	animation-delay: 4.5s !important;
}

.circle-container.appear&gt;* {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2em;
}


.circle-container.appear&gt; :nth-of-type(1) {
	top: 50% !important;
	left: 100% !important;
}

.circle-container.appear&gt; :nth-of-type(2) {
	top: 100% !important;
}

.circle-container.appear&gt; :nth-of-type(3) {
	top: 50% !important;
	left: 0% !important;
}

.circle-container.appear&gt; :nth-of-type(4) {

	top: 0% !important;
}

.services-container li {
	display: none;
}

.services-container li.active {
	display: block;
	opacity: 1;
	animation-delay: 0.2s;

	animation-name: content-sh;
}

@keyframes content-sh {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.service-item p {
	color: #c2e4f2;
	text-align: center;
	font-size: 14px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

.service-item a {
	color: #c2e4f2;
	text-align: center;
	font-size: 14px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
	margin-bottom: 0;
}

.services-container {
	top: 0;
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	padding: 0;
}


.circle-container&gt;li&gt;a {

	display: flex;
	align-items: center;
	justify-content: center;

}

.circle-container li a {
	transition: all .2s ease-in-out;

}

.circle-container&gt;li&gt;a i {
	color: #c2e4f2;
	text-align: center;
	font-family: Font Awesome 6 Free;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;

	transition: all 0.4s ease-out;
}

.circle-container li a:hover i {
	transition: all 0.4s ease-in;
	transform: scale(1.3);
}

.service-user {
	position: absolute;
	left: 50% !important;
	top: 40% !important;
	text-align: center;
	display: block;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
}

.service-user.appear {
	position: absolute;

	text-align: center;
	display: block;
	color: #fff;
	text-align: center;
	font-family: Font Awesome 6 Free;
	font-size: 72px;
	font-style: normal;
	font-weight: 900;
	line-height: 48px;

}

.service-user.appear.user-animate {
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);

	animation-fill-mode: backwards;
	animation-name: scale-trans;
	transition: all 0.4s ease-out;

}

@keyframes scale-trans {
	0% {

		transition: all 0.4s ease-in;
		opacity: 0.3;
		left: 0 !important;
	}

	50%,
	60% {
		transition: all 0.4s ease-in;
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		transition: all 0.4s ease-out;

		opacity: 1;
	}
}

.active2 {

	opacity: 0.2;
	transform: scale(1.2) translate(-40%, -50%) !important;
	-webkit-transform: scale(1.2) translate(-40%, -50%) !important;
	-moz-transform: scale(1.2) translate(-40%, -50%) !important;

	transition: all 0.4s ease-in;
	animation-duration: 0.7s;
	animation-delay: 0.5s;
	animation-name: cent-user-ani;

}

@keyframes cent-user-ani {
	0% {
		opacity: 1;
		transform: scale(1.6) !important;
	}

	100% {
		opacity: 0;
		transform: scale(1.2) !important;
	}
}

.circle-container&gt;li.active-circle-icon&gt;a i {
	color: #BCC3C5;

}

ul.services-content li a:hover,
ul.services-content li a:focus {
	color: #c2e4f2;
}

/* fade animation effect*/
.fade-in {
	opacity: 0.2;
	transition: all 0.6s;

	transform: translate(0, 100px);

}

.fade-in.appear {
	opacity: 1;
	transform: translate(0, 0);
}

.fade-down {
	opacity: 0.2;
	transition: all 0.6s;
	transform: translate3d(0, -100%, 0);
}

.fade-down.appear {
	opacity: 1;
	transform: translate(0, 0);
}

.ban-caption-fade-in {
	opacity: 0.2;
	transition: all 0.6s;
	transform: translate(-50%, -0%);
}

.ban-caption-fade-in.appear {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.testimonial-caption-fade-in {
	opacity: 0.2;
	transform: translate(0, -0%);
	transition: all 0.6s;
}

.testimonial-caption-fade-in.appear {
	opacity: 1;
	transform: translate(0, -50%);
}

/* inner banner zoom effect*/
.banner-zoom-in {
	opacity: 0.2;
	transform: scale(1.1);
	transition: all 0.6s;
	overflow: hidden;
}

.banner-zoom-in.appear {
	opacity: 1;
	transform: scale(1);
	overflow: visibile;
}


/* content-visible effect*/
.content-visible {
	opacity: .2;
	transition: opacity 250ms ease-in;
}

.content-visible.appear {
	opacity: 1;
}


/* effect on banner*/

.jk-relative {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;

}

.inner-pg-banner {
	background: linear-gradient(45deg, rgba(181, 208, 221, 0.40) 0%, rgba(181, 208, 221, 0.40) 73.60%);
	padding: 78px 0 95px;
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banslide.banner {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 2;
	animation: right-to-left 1s forwards;
	scale: 2;
	height: 500px;
	animation-delay: 0.6s;
}

@keyframes right-to-left {
	0% {
		width: 100%;
		left: 0;
		scale: 2
	}

	100% {
		width: 50%;
		left: 0;
		scale: 1
	}
}

.inner-pg-banner h2 {
	margin-top: 0;
}

.inner-pg-banner .quote-box select,
.inner-pg-banner #ZipCode,
.inner-pg-banner .submit-btn {
	text-align: center;
	padding: 0;
}


.banner {
	margin-bottom: 80px;
}

/* iframe height*/

.cc-frame {
	width: 100%;
	height: 1600px;
	border: 0;
}

#cpIframe {
	width: 100%;
	height: 1800px;
	border: 0;
}

.email-form {
	width: 100%;
	height: 700px !important;
	border: 0;
}

.jot-form {
	width: 100%;
	border: 0;
}

/* Carriers Section */
.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #333);
	color: #8eacbb;
	border: 1px solid #ccc;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}

.carriers-box img {
	margin: 0 auto;
}

.carriers-box h3 {
	color: #393939;
}

.carriers-box p {
	color: #393939;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 35px;
	margin-bottom: 0 !important;
	line-height: 34px !important;
}

#carrier-section {
	opacity: 0.1;
	transition: all 0.9s;
}

#carrier-section.appear {
	opacity: 1;
	transform: translate(0, 0);
}

.carriers-box a.btn-customer {
	background: #1f5f7a;
	border: 1px solid #1f5f7a;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 30px;
}

.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
	background: #216785;
	transition: .3s;
}

.ph-fix,
.ph-fix a {
	color: #393939 !important;
}

.grid-divider h4 {
	color: #393939;
	font-size: 24px;
}

.shadowed {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	filter: drop-shadow(2px 3px 3px #333);
	padding: 10px;
	margin-bottom: 20px;
}

#cpIframe {
	border: 0;
	height: 1600px;
	width: 100%;
}

/* Insurance Quotes */
.insurnce-quote-pg h1 {
	color: #2c2c2c;
	font-family: "Roboto", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 80px;
	position: relative;
	width: 93%;
}

.insurnce-quote-pg h1::after {
	position: absolute;
	content: "";
	background: #daebf2;
    background: linear-gradient(-43.55deg, rgba(194, 228, 242, 0.4) 0%, rgba(218, 235, 242, 0.4) 73.6%);
	margin-left: 15px;
	height: 30px;
	width: 40%;
	top: 56%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}


.insurance_quotes_btn {
	margin-top: 40px;
}

div.insurance_quotes_btn button {
	padding: 3px 19px;
	border: 0;
	margin-bottom: 40px;
	text-align: left;
	width: 100%;
	display: flex;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	background: #277a9d;
	display: flex;
	align-items: center;
}

div.insurance_quotes_btn button i {
	color: #c2e4f2;
	font-family: Font Awesome 5 Free;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

div.insurance_quotes_btn button img {
	margin: 5px 20px 5px 0px;
}

div.insurance_quotes_btn button span {
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height: 35px;
}

div.insurance_quotes_btn button:hover,
div.insurance_quotes_btn button:focus {
	background: #216785;
}

.cntpg {
	display: flex;
}

.cntpg div {
	padding: 0;
}

.gmap {
	width: 100%;
	height: 300px;
	border: 5px solid #277a9d;
}


.baner-subheading.req-jot {
	color: #277a9d;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}

.quote-box.jot-frm-section iframe {

	border: none;
	overflow: hidden;
}

/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	padding: 0 0 40px;
	margin: 0;
}

.breadcrumb li {
	font-size: 16px;
}

.breadcrumb li a {
	color: #1f5f7a;

}

.breadcrumb li .fas {
	font-size: 12px;
	color: #1f5f7a;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #184b61;
	text-decoration: underline;
}

.breadcrumb&gt;li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #277a9d !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: #277a9d !important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #231f20 !important;
}

.grw-business-header {
	border-bottom: 3px solid #277a9d !important;
}

div.grw-review-content {
	text-align: center;
}

.homepg-grw .grw-theme-dark {
	background-color: transparent !important;
}

.homepg-grw .grw-theme-dark .grw-slider-nav a {
	background: transparent;
	border: 2px solid #277a9d;
}

.homepg-grw .grw-business-header {
	display: none;
}

.homepg-grw .grw-time-since,
.homepg-grw .grw-theme-dark div.grw-review-content&gt;p,
.homepg-grw div.grw-review-content .rm-link,
.homepg-grw .grw-author {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	color: #000 !important;
}

.homepg-grw .grw-theme-dark div.grw-review-content&gt;p {
	line-height: 20px !important;
}

.homepg-grw .grw-theme-light,
.homepg-grw .grw-theme-dark {
	padding: 0 15px 0;
}

.testimonials-caption.homepg-grw h2 {
	margin-bottom: 0px;
}

.homepg-grw .grw-theme-dark .poweredByGoogle {
	background-size: 80% auto;
	background-position: 50%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.homepg-grw .grw-author-section {
	justify-content: center;
	margin-bottom: 5px;
}


.homepg-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepg-grw .grw-slider .grw-reviews-wrapper {
	width: 100%;
	display: flex;
}

.homepg-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none;
	width: 100%;
	flex: 0 0 100%;
	padding: 10px 10px 0px;
}

.homepg-grw .grw-business-footer p {
	margin-bottom: 10px;
}

.cntpg a:hover,.cntpg a:focus{
	color: #277a9d;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #277a9d; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-240%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(-140%);
  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" */




/*Blog*/
.blog .content-area a{
	color:#277a9d;
}
.blog .content-area a:hover, .blog .content-area a:focus{
	color:#9f825d;
}
.blog .widget h2{
	font-size:22px;
}
.blog .widget h2,.blog .widget ul li,.blog .widget ul li a,.wp-block-latest-comments__comment-meta a{
	color:#393939;
}
.blog .widget ul li{
	font-size: 16px !important;
	margin-bottom: 12px !important;
}

.blog #content-section ul li {
	margin-bottom: 12px !important;
	color: #393939;
}

.blog #content-section ul {
  margin-bottom: 20px;
}

.blog .widget ul li a:hover,.blog .widget ul li a:focus{
	color:#731231;
}
.blog .search-submit{
	padding:5px 8px;
	background-color:#8D183D;
	border:1px solid #8D183D;
	color:#FFF;
	font-size:13px;
	border-radius:3px;
}
.blog .submit{
	background-color:#8D183D;
	color:#FFF;
	border:none;
	font-size:14px;
	padding:8px 10px;
}
.blog .wp-block-search__button {
    background: #277a9d;
	color: #FFF;
	border:none;
	border-radius:3px;
	
}
.blog .entry-footer{
	padding:0 0 0;
}
.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: #216785;
}
.blog .entry-title{
	font-size: 30px;
	margin-top: 20px !important;
	line-height: 33px !important
}

.blog .entry-title a{
	font-size: 30px;
}

.blog .wp-block-search__label {
 color:#393939;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#393939;
	font-size: 16px;
	line-height: 24px!important;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .inside-container{
	display:flex;
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#393939;
	font-size:18px;
}
.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!important;
}

.blog .lob_content_options {
 height: auto;
}

.blog div.insurance_main_content {
  margin: 15px auto 80px;
}

.blog .page-header {
  margin-top: 20px;
}



.blog  #content-section div {
  padding: 0px;
}

.blog #secondary {
	padding: 10px !important;
  margin-top: 20px;
}

.blog .content-area footer {
	background: none !important;
}

.blog .content-area h3 {
	color: #1a1a1a;
}

.blog #content-section .fade-in {
  background: none;
  box-shadow: none;
}

.blog #content-section p {
  margin-bottom: 25px;
}

.blog #content-section ol {
  font-size: 20px;
  padding-left: 20px;
}

.blog #content-section ol li {
  font-size: inherit;
}
.blog-home-content-area{
	padding: 20px !important;
  border: 1px solid #277a9d;
}
.blog-fx{
	display: flex;
}

.blog-fx .content-area{
	padding: 0px !important;
}
.wp-block-latest-comments__comment-meta{
	background: transparent;
	padding: 0px;
}

.agent-block, .agent-block p{
	text-align:center !important;
}
.agent-block img {
	max-width: 280px;
	width: 100%;
	margin: 10px 0;
}

.agent-block .agent-nm{
	font-weight:700;
	font-size: 18px !important;
}
.agent-block p{
	margin-bottom:10px !important;
}
.agent-info .col-md-3{
	text-align:center;
	margin:0 auto;
}

.is-cms .banner::after, .is-cms .lob-banner::after {
	z-index:-2;
}
.is-cms #testinomail_sections::after, .is-cms .peace-of-mind::after{
  position: relative;

}

.is-cms .fade-in {
  opacity: inherit;
  transform: inherit;
}

.is-cms .banslide.banner{
	z-index:inherit;
}

</pre></body></html>