@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i');
body {
	font: 300 18px 'Work Sans', sans-serif;
	overflow-x: hidden;
	color:#414042;
	background: #fff;
}
header{
background-color: #06155e;
}
/*Navigation*/
.top-menu{
 margin: 0px 20px 0px 20px;
}
.top-menu .navbar .navbar-nav:after { 
content:'';
display:inline-block;
width:100%;
}
.top-menu .navbar .navbar-nav {
    font-size: 0px;
	text-align:justify;
    width: 100%;
}
  _:-ms-fullscreen, :root .top-menu .navbar .navbar-nav {
    font-size: 0.1px;
}
.top-menu .navbar-default {
	background-color: transparent;
	border: transparent;
}
.top-menu .navbar-default .navbar-nav > ul{
width:100%;
}
.top-menu .navbar-default .navbar-nav > li {
 display:inline-block;
}
.top-menu .navbar-default .navbar-nav > li:last-child {
	margin-right: 0px;
	}
.top-menu .navbar-default .navbar-nav > li > a {
    font: 700 20px 'Work Sans', sans-serif;
	color: #fff;
	width:100%;
	margin:0px;
	padding:20px 10px 15px 10px;
	border-bottom: 5px solid transparent;
}
.top-menu .navbar-default .navbar-nav > .open > a.dropdown-toggle, .top-menu .navbar-default .navbar-nav > .open > a.dropdown-toggle:hover{
border: 0px;
background: none;
color: #fff;
}
.top-menu .navbar-default .navbar-nav > .open{
    background-color: #28a6e5;
}
.top-menu .navbar-default .navbar-nav > li > a:hover, .top-menu .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	border-bottom: 5px solid #28a6e5;
}
.top-menu .navbar-default .navbar-nav > li > a.active {
    color: #fff; 
	border-bottom: 5px solid #28a6e5;
}
.top-menu .navbar-default .navbar-nav > li > .dropdown-toggle:hover{
    border-radius: 0px;
}
.top-menu .navbar {
	margin: 0px;
	min-height: 50px;
	height:100%;
}
.top-menu .nav .open>a, .top-menu .nav .open>a:hover, .top-menu .nav .open>a:focus {
	background-color: #06155e;
	border-color: #06155e;
}
.top-menu .dropdown-menu>li>a:hover, .top-menu .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #28a6e5;
}
.top-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #28a6e5;
	color: #fff;
}
.top-menu .navbar-default .navbar-nav>.open>a {
	color: #fff;
}
.top-menu .navbar-default .navbar-nav>.open>a:hover, .top-menu .navbar-default .navbar-nav>.open>a:focus, .top-menu .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.top-menu .navbar-default .navbar-nav>.open>a, .top-menu .navbar-default .navbar-nav>.open>a:hover, .top-menu .navbar-default .navbar-nav>.open>a:focus{
background-color: #28a6e5;
color: #fff;
}
.top-menu .navbar-nav > li{
   float:none;
   text-align:center;
   padding: 0px 5px 0px 5px;
}
.top-menu .top-menu .navbar-default .navbar-toggle, .top-menu .navbar-default .navbar-toggle:hover, .top-menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle{
    background-color: #c1bebe;
}
.top-menu .navbar-toggle{
    padding: 9px 6px;
}
.top-menu .navbar-toggle .icon-bar{
    width: 33px;
    height: 4px;
	border-radius: 3px;
	background-color: #887658;
}
.top-menu .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
.dropdown-menu {
	min-width: 100%;
}
.navbar-nav .caret{
margin-left: 8px;
}
.top-menu .dropdown-menu a{
	text-transform: uppercase;
}
/*Navigation ends*/

/* Mid Section */
.mid-section{
position:relative;
}
.mid-section .banner-section img{
    width: 100%;
	height: 650px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.mid-section .banner-section img {
	opacity: .3;
    mix-blend-mode: multiply;
}
.mid-section .inner-banner-section {
	background: rgba(118,141,153,1);
	background: -webkit-linear-gradient(left, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -webkit-linear-gradient(left,rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -ms-linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
}
.ie-overlay.container-fit {
    background-size: cover;
    background-position: top center;
}
.ie-overlay.container-fit img {
    opacity: 0;
}
.container-fit img{
opacity:0!important;
}
 /* Inside Page Banner Section */
.mid-section .inner-banner-section img{
    width: 100%;
	height: 500px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.mid-section.cq-page .inner-banner-section img {
	height: 300px;
}
.mid-section .banner-section {
	background: rgba(118,141,153,1);
	background: -webkit-linear-gradient(left, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -webkit-linear-gradient(left,rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -ms-linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
}
.mid-section .inner-banner-section img {
	opacity: .3;
    mix-blend-mode: multiply;
}
/* Carousel CSS Starts*/
  .mid-section .carousel-inner > .item > img,
  .mid-section .carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
}
/* Carousel CSS Ends*/
 
/* Logo Section */
.logo-section {
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10;
}
.inside-page .logo-section{
top: 40px;
}
.jot-form-page .logo-section{
top: 40px!important;
}
.logo-section .logo {
   
    justify-content: center;
    display: flex;
}
.logo-section .logo img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.logo-section .social {
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.logo-section .social ul{
padding-left: 0px;
float: right;
margin-bottom: 0px;
}
.logo-section .social ul li{
display: inline-block;
list-style-type: none;
padding-left: 18px;
}
.social .fa{
    background-color: #4f4d4b;
    border-radius: 30px;    
    height: 33px;
    line-height: 33px;
    width: 33px;
	font: 17px;
    font-size: 17px;
    text-align: center;
	color: rgba(255, 255, 255, 0.75);
}
.social .fa:hover{
background-color: #000;
}
.social a {
  color:transparent;
  background-color:transparent;
}
.social #top-phone, .social #top-phone a{
color: #06155e;
float: right;
font: 400 38px 'Work Sans', sans-serif;
}
/* Quote Box */
.mid-section .form-control{
color: #000;
}
.mid-section .form-inline .form-control{
width: 260px;
}
.qoute-box form .col-md-4{
margin-top: 10px;
}
.mid-section .qoute-box{
background: rgba(6,21,94,0.7);
padding: 10px 45px 30px 45px;
margin-top: -314px;
z-index: 4;
position: relative;
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.mid-section .qoute-box h3{
color: #fff;
font-size: 41px;
margin-top: 10px;
text-shadow: 1px 3px 0px #000;
}
.mid-section .quote-btn{
background-color: #28a6e5;
width: 185px;
height: 35px;
padding-top: 2px;
color:#ffffff;
text-shadow: 1px 1px 2px #000;
font: 700 20px/21px 'Work Sans', sans-serif;
float: left;
margin-top: 10px;
}
.mid-section .quote-btn:hover, .mid-section .quote-btn:focus {
background-color: #2394cc;
}
/* Inside Pages Quote Box */
.mid-section .inner-banner-section .qoute-box{
margin-top: -150px;
}
/* Quote Box Css Ends*/
/* Jot Section */
.jot-section form .col-md-4{
margin-top: 10px;
}
.mid-section .jot-section h3{
color: #fff;
font-size: 37px;
margin-top: 3px;
text-shadow: 1px 3px 0px #464c4c;
}
.mid-section .jot-section{
background: rgba(6,21,94,0.7);
padding: 10px 15px 5px 15px;
margin-top: -314px;
z-index: 4;
position: relative;
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.mid-section .jot-section .other-jot{
height: 221px!important;
width: 100%;
border: none;
}
.mid-section .inner-banner-section .jot-section{
margin-top: -295px;
}
/* Lob Boxes */
.lob-section{
background: #06155e;
padding: 15px 15px 0px 15px;
margin-top: -164px;
z-index: 4;
position: relative;
text-align: center;
border-bottom: 10px solid #06155e;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.lob-section .lob-heading{
	 background-color: #28a6e5;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}
.lob-section .lob-heading h3{
font: 700 14px/24px 'Work Sans', sans-serif;

color:#fff;
margin-top:0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 19px 5px;
	height: auto!important;
}
.lob-section .lob-snippets i {
    font-size: 5.9em;
    width: 175px;
    text-align: center;
    line-height: 168px;
    color: #fff;
	background: #28a6e5;
    border-radius: 50%;
    height: 175px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	box-shadow: 0 9px 9px rgba(49,50,54,0.8);
}
.lob-section .lob-snippets .lob-img {
    font-size: 5.9em;
    width: 175px;
    text-align: center;
    line-height: 168px;
    color: #fff;
	background: #28a6e5;
    border-radius: 50%;
    height: 175px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	box-shadow: 0 9px 9px rgba(49,50,54,0.8);
	padding: 30px;
}
.lob-section .lob-snippets .fa-university{
padding-left: 8px;
}
.lob-section .lob-snippets .fa-truck{
padding-right: 5px;
}
.lob-section .lob-snippets .fa-home{
font-size: 7.5em;
}
/* Mid Section Ends*/
.lob-section .lob-snippets {
    background: url('../img/noise-pattern.png') repeat #578399;
    height: 100%;
    text-align: center;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.lob-section .space-fix{
 position: relative;
 min-height:250px!important;
}
.transition-hover-content {
    opacity:0;   
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s;
	background:rgba(0, 0, 0, 0.65);
	color: #fff;
	bottom: 0;
    margin-top: 0;
    right: 0;
	top: 0;
	width: 100%;
    height: 100%;
	padding: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.transition-hover-content p{
       margin-bottom: 0px;
	}
.lob-snippets a, .lob-snippets a:hover{
color: #fff;
text-decoration: none;
}
.flex-box:hover .transition-hover-content {
    opacity:0.8;
}
#main {
    width: 100%;
	height: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
}
#main .flex-box {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
	overflow: hidden;
}
/* Content Section */
.content-section{
text-align: left;
margin-bottom: 40px;
margin-top: 40px;
}
.content-section h1{
color: #06155e;
font: 600 40px 'PT Serif Caption', serif;
margin-bottom: 20px;
margin-bottom: 0px;
}
.content-section h2{
color: #06155e;
font: 300 30px 'Work Sans', sans-serif;
margin-top: 10px;
}
.content-section h3{
font: 700 24px 'Work Sans', sans-serif;
text-transform: uppercase;
}
.content-section p {
color: #4f4d4b;
font: 300 18px 'Work Sans', sans-serif;
margin-bottom: 15px;
margin-top: 15px;
}
.content-section ul li {
	color: #4f4d4b;
font: 300 18px 'Work Sans', sans-serif;
}
.contact-us-content a{
color: #06155e;
}
.contact-us-content a:hover{
color: #435086;
}

ul.contact-section-info{
	padding-left: 0px;
}
ul.contact-section-info li{
	list-style-type: none;
	font-size: 16px;
	line-height: 28px;
}

.phone-no a{
color: #4f4d4b!important;
}
section #inside-content{
text-align: left;
}
.bottom-image-section{
background: url('../img/bottom-section-image.jpg');
background-size: cover;
height: 700px;
width: 100%;
}
.bottom-banner{
position: relative;
}
_:-ms-fullscreen, :root .bottom-banner-section:before{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  content: ' ';
  background-color: rgba(194,232,251,.75);
}
.bottom-banner-section{
	background: rgba(118,141,153,1);
	background: -webkit-linear-gradient(right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: linear-gradient(to left, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -webkit-linear-gradient(right,rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -ms-linear-gradient(to left, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
}
 .bottom-banner-section img{
    width: 100%;
	height: 700px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.bottom-banner-section img{
 	opacity: .3;
    mix-blend-mode: multiply;
 }
.bottom-banner .bottom-banner-section .bottom-banner-overlay {
    height: 500px;
    width: 500px;
    z-index: 9;
    padding-left: 0px;
    background: #06155e;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 9px rgba(49,50,54,0.8);
	text-align: center;
}
.bottom-banner .bottom-banner-section .bottom-banner-overlay ul{
position: relative;
padding-left: 0px;
text-align: center;
display: inline-block;
top: 15%;
-webkit-transform: translateY(-50%);
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 .bottom-banner .bottom-banner-section .bottom-banner-overlay ul{
 top: 50%;
 transform: translateY(-50%);
 }
}
.bottom-banner-overlay ul li:before{
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 9;
  font-weight: 300;
  margin-right: 10px;
}
.bottom-banner .bottom-banner-overlay ul li{
    font: 700 24px 'Work Sans', sans-serif;
    color: #fff;
    z-index: 9;
    list-style-type: none;
    text-align: justify;
    text-shadow: 1px 2px 0 #313236;
	text-transform: uppercase;
}
/* Inside Page Bottom BG Section */
.inside-bottom{
background-color: #06155e;
padding: 35px 20px;
margin: 0px;
}
.inside-bottom .inside-overlay {
	background: rgba(118,141,153,1);
    background: -webkit-linear-gradient(left, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -webkit-linear-gradient(left,rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
    background: -ms-linear-gradient(to right, rgba(242,251,255,1) 0%, rgba(118,141,153,1) 100%);
	display: inline-block;
}
.inside-bottom .inside-overlay img {
	opacity: 0.5;
    mix-blend-mode: multiply;
}
.inside-bottom h3{
margin-top: 0px;
font: 700 21px 'Work Sans', sans-serif;
color: #28a6e5;
}
.insurance-details ul{
padding-left: 0px;
}
.insurance-details ul li{
list-style-type: none;
font: 700 15px/30px 'Work Sans', sans-serif;
color: #fff;
}
.insurance-details ul li a {
   color: #fff;     
}
.insurance-details ul li a:hover, .insurance-details ul li a:focus {
   color: #28a6e5;
   text-decoration: none;
}
.insurance-details ul li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 10px;
  color: #28a6e5;
}
.insurance-details ul span{
    display: block;
    overflow: hidden;
}
.contact-details ul {
    padding: 0px;
    margin: 0px;
}
.contact-details ul li {
    list-style-type: none;
    padding: 0px;
	font: 700 15px/30px 'Work Sans', sans-serif;
	color: #fff;
}
.contact-details ul li a {
	color: #fff;
}
.contact-details figure {
    margin: 0px;
    padding: 0px;
}
.contact-details span {
    display: block;
    overflow: hidden;
}
.contact-details li a {
    display: inline;
    color: #4f4d4b;
}
.contact-details li a:hover, .contact-details li a:focus {
    color: #28a6e5;
    text-decoration: none;
}
.contact-details i {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 18px;
    vertical-align: middle;
    line-height: 30px;
	color: #28a6e5;
}

/* Blog */
.rssfeed-home a{
color: #774b02;
}
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
	margin-top: 30px;
}
.carrier {
margin: 0px;
}
.carrier h5{
    font: 600 34px 'PT Serif Caption', serif;
    text-align: center;
    color: #06155e;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	/* margin-top: 30px; */
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
/*Footer Navigation*/
 .footer-nav .navbar-default {
	background-color: #06155e;
    box-shadow: 0 9px 9px rgba(49,50,54,0.8);
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.footer-nav .navbar .navbar-nav:after { 
content:'';
display:inline-block;
width:100%;
}
.footer-nav .navbar .navbar-nav {
    font-size:0.1px;
	text-align:justify;
    width: 100%;
}
.footer-nav .navbar-default .navbar-nav > ul{
width:100%;
}
.footer-nav .navbar-default .navbar-nav > li {
	display:inline-block;
}
.footer-nav .navbar-default .navbar-nav > li > a {
    font: 700 18px 'Work Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width:100%;
	margin:0px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-nav .navbar-default .navbar-nav > li > a:hover, .footer-nav .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	border-top: 5px solid #28a6e5;
}
.footer-nav .navbar-default .navbar-nav > li > a.active {
    color: #fff; 
	border-top: 5px solid #28a6e5;
}
.footer-nav .navbar-default .navbar-nav > li > .dropdown-toggle:hover{
    border-radius: 0px;
}
.footer-nav .navbar {
	padding-left: 20px;
    padding-right: 20px;
}
.footer-nav .navbar-default .navbar-nav .dropdown-toggle{
padding-left: 3px;
padding-right: 3px;
}
.footer-nav .nav-top{
    height:100%;
}
.footer-nav .navbar-collapse.collapse{
height:100% !important;
}
.footer-nav .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #28a6e5;
	border-color: #28a6e5;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #28a6e5;
}
.footer-nav .dropdown-menu a{
	text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #28a6e5;
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav > li > a:focus {
	color: #28a6e5;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
background-color: #28a6e5;
color: #fff!important;
border-top: 5px solid #28a6e5;
}
.navbar-nav > li{
   float:none;
   text-align:center;
}
.navbar .open>.dropdown-menu {
    text-align: center;
}
/*Footer Navigation ends*/
footer{
background: url(../img/noise-pattern.png) repeat #578399;
}
.footer-agency-details{
margin-left: 15px;
margin-right: 15px;
}
.footer-agency-details li a:hover{
color: #000;
text-decoration: none;
}
.footer-agency-details .fa-phone{
}
.footer-agency-details .fa-fax{
}
.footer-agency-details ul li{
    list-style-type: none;
    display: inline-block;
	line-height: 30px;
}
address ,address p{
margin-bottom: 0px;
text-align:center;
color:#fff;
font: 700 17px 'Work Sans', sans-serif;
}
address ul{
padding: 25px 10px 10px 10px;
margin: 0 auto;
text-align: center;
}
.fa-phone,.fa-fax,.fa-envelope {margin-right:4px;}
.footer-agency-details li a{
color: #fff;
}
.footer-agency-details li a:hover, .footer-agency-details li a:focus {
	color: #06155e;
}
.site-info {
    text-align: center;
    padding-bottom: 25px;
}
.site-info ul li, .site-info ul li a {
    color: #fff;
    font: 400 14px/30px 'Work Sans', sans-serif;
    text-transform: uppercase;
}
.site-info ul {
padding: 0px;
}
.site-info ul li{
padding: 0px 3px;
}
.site-info ul li span{
 text-transform: none;
 }
  /* Customer service carrier */
  .top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #06155e;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #2c2c2c;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
    background: #06155e;
	border: 1px solid #06155e;
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
    background: #091f91;
	color: #000;
}
.btn-xs:focus {
	background: #091f91; /* Old browsers */
	color: #000;
}
  /*Fixes */
  .gmap{
  width: 100%;
  height: 350px;
  }
  .quick-contact{
  width: 100%;
  height: 360px!important;
  border: 0px;
  }
  #cs-frame{
  height: 1600px;
  width: 100%;
  border: none;
  }
    #cpIframe{
  height: 1800px;
  width: 100%;
  border: none;
  }
#cshead-ed {
	text-align: center;
}
 .is-cms .transition-hover-content{
 opacity:1;
 }
 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.team {
	text-align: left;
}

.team img {
	margin: 5px auto 20px;
	max-width: 300px;
	width:100%;
}

.team .staff-name {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 0px;
}
.team .staff-name i {
	font-size: 18px;
}
.bottom-banner-section .lighthouse {
	width: auto!important;
	height: 150px!important;
	margin-top: 80px;
	display: block!important;
	text-align: center!important;
	opacity: 1.0!important;
	mix-blend-mode: normal!important;
}
.logo-foot {
	text-align: center;
	margin: 40px auto 0px;
	display: block;
	width: 200px;
}
.side-light {
	display: flex;
	align-items:center;
	justify-content: center;
}
.lob-img img {
	width: 100%;
	display:block;
	margin: auto;
}
.type-avil h3 {
    font-size: 17px!important;
    color: #06155e;
}

.type-avil {
	margin: 0px;
}

.ind-agent {
    text-decoration: underline;
}
.man-lia {
    text-align: center;
    margin: 0 auto;
}
.lob-section .lob-snippets p {
    font-size: 13px;
}
.top-bar {
    background: #33a6de;
    width: 100%;
}
.top-bar .col-md-12 {
	display: flex;
	justify-content: flex-end;
	align-items:center;
}
.ph, .top-bar ul {
	float: right;
	margin-bottom: 0;
	padding: 10px 0;
	margin-right: 25px;
}
.top-bar ul > li {
	float: left;
	font-size: .9em;
	list-style: outside none none;
	margin: 0 .4em 0 .5em;
	padding: 0;
}
.top-bar ul > li > a {
	color: #fff;
	font-size: 1.4em;
}
.top-bar ul > li > a:hover, .top-bar ul > li > a.active {
	color: #06155e;
	text-decoration: none;
}
/* Canopy Modal */
.canopy__button{
    background-color: #06155e;
    color: #ffffff;
    border-width: 0px;
    border-style: solid;
    border-color: #06155e;
    border-radius: 4px;
	padding: 11px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
	font-size: 16px;
	margin: 15px 0;
	font: 700 20px 'Work Sans', sans-serif;
}
.canopy__button:hover, .canopy__button:focus{
	color: #ffffff;
	opacity:1;
	background:#071a78;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.canopy__button {
	color: #fff;
}
.canopy-iframe{
	height:550px;
}
.follow_design li:nth-child(1){
	border-right:none !important;
}

.canopy__modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999999;}.canopy__modal__close{background:0 0;border:0;margin-left:auto!important}.canopy__modal__container{border-radius:4px;box-sizing:border-box;width:360px;display:flex;flex-direction:column;}.canopy__modal__header{display:flex;justify-content:space-between;align-items:center}.canopy__modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.canopy__modal__close:before{content:"\2715"}.canopy__modal__content{background-color:transparent;height:536px;margin-top:1rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8);display:flex;flex:1 1 auto;flex-direction:column;}.canopy__modal__btn{font-size:.875rem;padding-left:.75rem;padding-right:.75rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:100rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.canopy__modal__btn:focus,.canopy__modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.canopy__modal__btn-primary{background-color:#641C66;color:#fff}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}.canopy-modal{display:none}.canopy-modal.is-open{display:block}.canopy-modal[aria-hidden=false] .canopy__modal__container,.canopy-modal[aria-hidden=false] .canopy__modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.canopy-modal[aria-hidden=true] .canopy__modal__container,.canopy-modal[aria-hidden=true] .canopy__modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.canopy-modal .canopy__modal__container,.canopy-modal .canopy__modal__overlay{will-change:transform}

.canopy-area {
	margin: 60px auto;
	display: block;
	text-align: center;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.canopy-area p, p.callout-style {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #06155e;
	text-align:center;
}