<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 : #36363b
Secondary color : #36363b
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a, ol {
	
	color: #36363b;
font-size: 14px;
font-family: Roboto;
line-height: 20px; 
}
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: #36363b;
  text-align: center;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 48px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
h1 a{
  color: #36363b;
  text-align: center;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 48px;

  width: 100%;
  display: inline-block;
}
h2 {
color: #36363B;
font-size: 24px;
font-family: "Noto Serif JP", serif;
line-height: 36px; 
}
h3{
color: #FFF;
font-size: 18px;
font-family: "Noto Serif JP", serif;
line-height: 24px; 

}
h2.pagetitle {
	color: #2a2a2e;
	text-align: center;
	font-size: 37px;
	font-family: "Noto Serif JP", serif;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 0;
}
   
h3.baner-subheading {
  color: #2a2a2e;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 36px;
  font-weight: normal;
  margin-top: 20px;
margin-bottom: 0;
}  
p{
color: #36363b;
text-align: center;
font-size: 14px;
font-family: Roboto;
line-height: 20px; 
}

h4 {
  color: #36363b;
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
  font-weight: normal;
  margin-bottom: 40px;
}
.ins-color {
  color: #36363b;
}
a:hover, a:focus{
	text-decoration: none;
	color: #4d4d54;
}
/*top bar*/

.top-bar {
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.top-left-bg {
  background: linear-gradient(43.55deg, rgba(166, 167, 166, 0.4) 0%, rgba(166, 167, 166, 0.2) 73.6%);
}
.top-right {
  padding: 0 20px !important;
}

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

.top_bar_nav li {
  color: #36363b;
  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: #bd9c72;
}
.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),  .top_bar_nav li:nth-child(3) {
  padding-left: 20px;
  padding-right: 20px;
}
.top_bar_nav li:nth-child(8) {

  background: #36363b;
  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(6), .top_bar_nav li:nth-child(8){
	border-right: none;

}
.top_bar_nav li:nth-child(4), .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:#36363b;
}
.top-my-account li{
	border-right: none;
}
ul.top-my-account li a{
	color: #36363b  !important;
}
ul.top_bar_nav li a:hover, ul.top_bar_nav li a.active{
	color: #4d4d54;
}

.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: #bd9c72;
}
.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:#36363b !important;
  text-decoration: underline 2px #C1A37D;
  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: 80px;
	margin-bottom: 80px;
	height: 48px;
	align-items: center;
	display: flex;
	position: relative;
	z-index: 1;
}
.logo-agency {
  margin-left: 15px;
}

.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: #36363b !important;
font-size: 16px;
/*font-family: Roboto; */
font-family: "Noto Serif JP", serif;
}
.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: transparent;
color: #bd9c72 !important;

}
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link {
	
	color: #36363b !important;
	text-decoration: none;
}
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link.active {
  color: #36363B !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 {
	border-bottom: none;
	color: #36363B !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:#36363b !important;
  text-decoration: underline 2px #bd9c72;
  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: #fff;
    }
	
  .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;
}

#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: #36363b; 
border:none;
}
.submit-btn:hover,.submit-btn:focus,
.peace-mind-headings a:hover,.peace-mind-headings a:focus{
	background: #4d4d54; 
}
.quote-box {
  margin-top: 20px;
}

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

.lob-banner img {
	  mask-image: linear-gradient(to bottom, transparent -100%, #36363b 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent -100%, #36363b 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: #36363B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 24px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
.lob-services li:nth-child(4), .lob-services  li:nth-child(2) {
  background: linear-gradient(90deg, rgba(139, 140, 139, 0.3) 0%, rgba(139, 140, 139, 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: #36363B;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

/*content*/
#content-section p {
  margin-bottom: 10px;
  line-height: 24px;
}
#content-section.index h1, #content-section.index h2, #content-section.index h3, #content-section.index h4 {
    text-align: center;
}
#content-section.index h1 {
    margin-bottom: 10px;
}
#content-section h2, #content-section h3, #content-section h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#content-section ul, #content-section ol {
    margin: 30px 0;
	padding-left: 20px;
}
#content-section ul.breadcrumb {
	margin:0px;
	padding-left: 0px;
}
#content-section ul li, #content-section ol li {
	margin-bottom: 10px;
	line-height: 24px;
}
#content-section ul li::marker {
    color: #bd9c72;
}
#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%, #36363b 100%);
-webkit-mask-image: linear-gradient(to bottom, transparent -100%, #36363b 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 #36363b;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.testimonials-caption .carousel-item p {
  margin-bottom: 30px;
}
.testimonials-caption .carousel-indicators .active {
	background:#36363b;
	
}
.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: #36363b;
}
.leave-review {
	background: #EDEDED;
	padding: 80px 0;
}

.leave-review a {
  width: 370px;
  margin: 0 auto;
  display: flex;
  height: 40px;
  background: #36363B;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.leave-review a:hover,.leave-review a:focus {

  background: #2C2C2B;

} 

/* 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%;
  height: 80px;
}
.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*/

footer {
  background: #36363b;
  padding: 40px 0;
}
footer h3 {
  color: #FFF;
  font-size: 24px;
  font-family: "Noto Serif JP", 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 {
  border-bottom: 2px solid #bd9c72;
  text-decoration: none;
  color:#fff;
}

/*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;
  
}

.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;
}
.read-more a, .rssfeedsclass a {
    text-decoration: none;
}
.read-more a:hover, .rssfeedsclass a:hover, .read-more a:focus, .rssfeedsclass a:focus, .read-more a span {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #bd9c72;
    text-decoration-thickness: 2px;
    text-underline-position:under;
}

/*footer*/
.contact-info ul.footer-content li a:hover
{
  border-bottom: none;
  opacity: 1;
}
.contact-info i {
	color: #bd9c72;
	float: left;
	font-size: 10px;
	line-height: 18px;
	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: 24px;
  color: #fff;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.contact-info ul li a {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-info ul li a:hover, .contact-info ul li a:focus {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #bd9c72;
    text-decoration-thickness: 2px;
    text-underline-position:under;   
}
.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: #bd9c72;
}
.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: 20px;
}
.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: 60px;
}
.social_section.d-flex.justify-content-between.footer-content li {
  text-align: center;
  margin-bottom: 0;
}

/*peace-of-mind*/
#peace-of-mind {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  width: 100%;
  background: linear-gradient(43.55deg, rgba(166, 167, 166, 0.2) 0%, rgba(166, 167, 166, 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 {
  color: red;
  text-align: center;
  color: #4d4d54;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  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: #36363b;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.peace-of-mind .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to bottom, transparent -100%, #36363b 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent -100%, #36363b 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: linear-gradient(45deg, rgba(166, 167, 166, 0.40) 0%, rgba(166, 167, 166, 0.40) 73.60%);

	
}
div.phone-view {
  margin: 20px auto;
  display: inline-block;
}
div.phone-view i {
  color: #BFA078;
}
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: #36363b;
  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: #36363b;
}
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: #4d4d54;
	transition: .2s;
	color: #fff;
}
div.phone-view a.btn:hover, div.phone-view a.btn:focus {
  background: #4d4d54;
  transition: .2s;
  color: #fff;
}
div.phone-view div &gt; * {
	background:#fff;
	color:#36363b;
	padding:5px 0 20px;
	text-align:center;
}
div.phone-view div h5 {
	margin:0;
	padding-top: 20px;
	font-size: 20px;
font-family: "Noto Serif JP", serif;
font-style: normal; 
}
div.phone-view div p{
	margin:0px;
}
div.phone-view div a.btn {
  background: #bd9c72;
  width: 220px;
  height: 38px;
  font-size: 16px;
  line-height: 20.8px;
}
div.phone-view div a.btn {
  background: #bd9c72;
  width: 220px;
  height: 38px;
  font-size: 16px;
  line-height: 20.8px;
  color: #36363b;
}
div.phone-view div a.btn i {
    color: #36363b;
}
div.phone-view div a.btn:hover, div.phone-view div a.btn:focus {
    background: #d6b181;
    color: #36363b;
}
div.phone-view div a i  {
color: #BD9F77;
}
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:#36363b;
	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:#36363b;
	text-decoration: underline;
    text-decoration-color: #bd9c72;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    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;
}
#content-section div {
  padding: 0 40px;
}

.wrk-with-us {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
.wrk-with-us i {
  font-size: 8px;
  margin-right: 20px;
  color: #bd9c72;
}
.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: #36363B;
}
.here-for-you.justify-content-between {
  background: #36363b;
  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: #bd9c72;
	margin-right: 5px;
	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: 13px;
}


.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 #a6a7a6;
	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: #36363b;
  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: #fff;
  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: #fff;
  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: 26%;
  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: #bd9c72;
  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: 27% !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: #bd9c72;
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:#F3C493;
	
}
ul.services-content li a:hover,
ul.services-content li a:focus{
	color: #bd9c72;
}
/* 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(43.55deg, rgba(166, 167, 166, 0.4) 0%, rgba(166, 167, 166, 0.2) 73.6%);
  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: 60px;
}

/* iframe height*/

.cc-frame {
	width:100%;
	height:1600px;
	border:0;
}
#cpIframe {
	width:100%;
	height:1800px;
	border:0;
}
.email-form {
	width: 100%;
	border: 0;
	height: 550px !important;
}
/* 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;
  clear: both;
  font-family: "Noto Serif JP", serif;
}

#carrier-section {
  opacity: 0.1;
  transition: all 0.9s;
}
#carrier-section.appear {
  opacity: 1;
  transform: translate(0, 0);
}
.carriers-box a.btn-customer {
    background:#36363b;
    border: 1px solid #36363b;
    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:#2b2b32;
	transition:.3s;
}
.ph-fix, .ph-fix a {
	color:#393939!important;
}
.grid-divider h4 {
    color: #393939;
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
}
.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: #36363b;
  font-family: "Noto Serif JP", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  position: relative;
width: 93%;
}
.insurnce-quote-pg h1::after {
	position: absolute;
	content: "";
	background: linear-gradient(45deg, rgba(166, 167, 166, 0.40) 0%, rgba(166, 167, 166, 0.20) 73.60%);
	margin-left: 15px;
	height: 30px;
	width: 30%;
	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, div.insurance_quotes_btn a {
  padding: 3px 19px;
  border: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  background: #36363b;
  display: flex;
  align-items: center;
}
div.insurance_quotes_btn button i, div.insurance_quotes_btn a i{
	color: #BF9E72;
font-family: Font Awesome 5 Free;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: normal; 
}
div.insurance_quotes_btn button img, div.insurance_quotes_btn a img{
	margin:5px 20px 5px 0px;
}
div.insurance_quotes_btn button span, div.insurance_quotes_btn a span{
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height:35px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus, div.insurance_quotes_btn a:hover, div.insurance_quotes_btn a:focus{
	background:#4d4d54;
}
.cntpg {
  display: flex;
}
.cntpg div {
  padding: 0;
}
.gmap {
  width: 100%;
  height: 300px;
  border: 5px solid #36363b; 
}




.baner-subheading.req-jot{
	color: #36363b;
text-align: center;
font-family: "Noto Serif JP", serif;
font-size: 24px;
font-style: normal;
font-weight: 400; 
}
.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: #36363b;
	
}
.breadcrumb li .fas{
	font-size:12px;
	color: #bd9d75;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #bd9c73;
	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: #36363B !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: #36363b !important;
}

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

.grw-business-header {
	border-bottom: 3px solid #36363b !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 #36363b;
}

.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:#36363b!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;
}

#content-section div {
  padding: 20px 20px;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}

.quote-box.jot-frm-section iframe {
  border: none;
  overflow: hidden;
}
.abt-cntent img{
	border: 3px solid #bd9c72;
}
.abt-cntent h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

@supports (-webkit-touch-callout: none) {
.quote-box  select {
    padding-left: 12px; /* Adjust padding for iPhone/iPad */
  }
}
.abt-cntent p{
	margin-bottom:30px !important;
}

.inner-content ol li{
color: #36363b;
font-size: 14px;
font-family: Roboto;
line-height: 24px; 
}
.about-banner {
    min-height: 300px;
    margin-top: 30px;
}
.abt-cntent h2 {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}
.abt-cntent p strong {
    color: #2c2c2c;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    font-size: 24px;
}
.abt-cntent {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.abt-cntent:last-of-type {
    border-bottom: none;
}
.map {
    background: linear-gradient(43.55deg, rgba(166, 167, 166, 0.4) 0%, rgba(166, 167, 166, 0.2) 73.6%);
    padding: 40px 20px;
    width: 100%;
    margin-bottom: 60px;
}
.map .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}
.map-image {
    margin-bottom: 60px;
}
.map-image img {
    width: 100%;
    max-width: 500px;
}
.map h2 {
    margin-top: 20px;
    margin-bottom: 40px;
}
.map-states ul {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    list-style-position: inside;
    padding-left: 0px;
}
.map-states ul li {
    margin: 5px 10px;
    font-size: 18px;
}
.map-states ul li::marker {
    color: #bd9c72;
}




/*Blog*/
.blog .content-area a{
	color:#bd9c72;
}
.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: #36363b;
	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: #4d4d54;
}
.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 #bd9c72;
}
.blog-fx{
	display: flex;
}

.blog-fx .content-area{
	padding: 0px !important;
}

.is-cms .banner::after, .is-cms #testinomail_sections::after,
.is-cms .lob-banner::after {
  position: relative;

}

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

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

  #content-sectionq {
  width: 100%;
}

a:hover,a:focus{
&nbsp;&nbsp;&nbsp;&nbsp;text-decoration: none;
&nbsp;&nbsp;&nbsp;&nbsp;outline: none;
}
#accordion .panel{
&nbsp;&nbsp;&nbsp;&nbsp;border: none;
&nbsp;&nbsp;&nbsp;&nbsp;border-radius: 0;
&nbsp;&nbsp;&nbsp;&nbsp;margin-bottom: 5px;
&nbsp;&nbsp;&nbsp;&nbsp;box-shadow: none;
}
#accordion .panel-heading{
&nbsp;&nbsp;&nbsp;&nbsp;padding: 0;
&nbsp;&nbsp;&nbsp;&nbsp;border: none;
&nbsp;&nbsp;&nbsp;&nbsp;border-radius: 0;
&nbsp;&nbsp;&nbsp;&nbsp;position: relative;
}
#accordion .panel-title a{
&nbsp;&nbsp;&nbsp;&nbsp;display: block;
&nbsp;&nbsp;&nbsp;&nbsp;padding: 20px 30px;
&nbsp;&nbsp;&nbsp;&nbsp;margin: 0;
&nbsp;&nbsp;&nbsp;&nbsp;background: #e65e36;
&nbsp;&nbsp;&nbsp;&nbsp;font-size: 17px;
&nbsp;&nbsp;&nbsp;&nbsp;font-weight: bold;
&nbsp;&nbsp;&nbsp;&nbsp;color: #f9e2ad;
&nbsp;&nbsp;&nbsp;&nbsp;text-transform: uppercase;
&nbsp;&nbsp;&nbsp;&nbsp;letter-spacing: 1px;
&nbsp;&nbsp;&nbsp;&nbsp;position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
&nbsp;&nbsp;&nbsp;&nbsp;content: "";
&nbsp;&nbsp;&nbsp;&nbsp;width: 20px;
&nbsp;&nbsp;&nbsp;&nbsp;height: 2px;
&nbsp;&nbsp;&nbsp;&nbsp;background: #f9e2ad;
&nbsp;&nbsp;&nbsp;&nbsp;position: absolute;
&nbsp;&nbsp;&nbsp;&nbsp;top: 30px;
&nbsp;&nbsp;&nbsp;&nbsp;right: 30px;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
&nbsp;&nbsp;&nbsp;&nbsp;content: "";
&nbsp;&nbsp;&nbsp;&nbsp;width: 2px;
&nbsp;&nbsp;&nbsp;&nbsp;height: 20px;
&nbsp;&nbsp;&nbsp;&nbsp;background: #f9e2ad;
&nbsp;&nbsp;&nbsp;&nbsp;position: absolute;
&nbsp;&nbsp;&nbsp;&nbsp;bottom: 18px;
&nbsp;&nbsp;&nbsp;&nbsp;right: 39px;
&nbsp;&nbsp;&nbsp;&nbsp;transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after{ height: 0; }
#accordion .panel-body{
&nbsp;&nbsp;&nbsp;&nbsp;padding: 20px 30px;
&nbsp;&nbsp;&nbsp;&nbsp;background: #56522b;
&nbsp;&nbsp;&nbsp;&nbsp;border-top: 2px solid #000;
&nbsp;&nbsp;&nbsp;&nbsp;font-size: 15px;
&nbsp;&nbsp;&nbsp;&nbsp;color: #f9e2ad;
&nbsp;&nbsp;&nbsp;&nbsp;line-height: 28px;
&nbsp;&nbsp;&nbsp;&nbsp;letter-spacing: 1px;
}

/* Style for the down arrow inside .cm-vehiclesury */
.cm-vehiclesury h2[data-toggle="collapse"] {
    position: relative;
    padding-right: 20px; /* Add space for the arrow */
    cursor: pointer; /* Indicate it's clickable */
}

.cm-vehiclesury h2[data-toggle="collapse"]::after {
    content: "▼"; /* Down arrow symbol */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.3s ease; /* Smooth rotation animation */
}

/* Rotate the arrow when the section is expanded */
.cm-vehiclesury h2[data-toggle="collapse"][aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg); /* Rotate the arrow */
}

.submenu-link{
flex: 1;
font-size:16px;
}

.submenu-wrapper{
display: flex; 
align-items: center; 
justify-content: space-between;
}

.submenu-arrow{
	cursor: pointer;
 }

.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link:hover, .navbar-custom .nav-item.dropdown .dropdown-menu .nav-link.active {
 background: #bd9c72;
color: #000 !important;
  }
   .commercial-jot{
	 width:100% !important;
  } 
  .commercial-jot iframe{
	  width:100% !important;
  }
  
  .btn-commercial{
    background: #36363b;
    border: 1px solid #36363b;
    color: #fff !important;
    font-size: 15px;
    padding: 3px 7px;
    margin: 20px 0;
    border-radius: 5px;
    text-align: center;
	width:60%;
}

  .btn-commercial:hover,  .btn-commercial:focus{
	  background: #4d4d54;
	  color: #fff !important;
  }
  
.btn-commercial a{
    color: #fff !important;
}

  .btn-commercial:hover,  .btn-commercial:focus{
	  background: #4d4d54;
  }
  
  .btn-commercial a:hover, .btn-commercial a:focus{
    color: #fff !important;
}


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