@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-family : 'Open Sans', sans-serif;
	overflow-x: hidden;
	color:#414042;
	background: #fff;
}
header{
/* background-color: #b4b2b2; */
background-color: #395864;
}
/*Navigation*/
.top-menu{
 margin: 0px 20px 0px 20px;
}
a:hover, a:focus {

    text-decoration: none;
}
.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: bold 14px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width:100%;
	margin:0px;
	padding:20px 26px 15px 26px;
	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{
color: #fff;
	border-bottom: 5px solid #4c8191;
    background: linear-gradient(to bottom, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
	border-top: none;
	}
.top-menu .navbar-default .navbar-nav > .open > a{
color: #fff;
	border-bottom: 5px solid #4c8191;
    background: linear-gradient(to bottom, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.top-menu .navbar-default .navbar-nav > li > a:hover, .top-menu .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	border-bottom: 5px solid #4c8191;
    background: linear-gradient(to bottom, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.top-menu .navbar-default .navbar-nav > li > a.active {
    color: #fff; 
	border-bottom: 5px solid #4c8191;
    background: linear-gradient(to bottom, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.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: #4c8191;
	border-color: #4c8191;
}
.top-menu .dropdown-menu>li>a:hover, .top-menu .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #4c8191;
	text-shadow: 1px 1px 1px #000;
}
.top-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #4c8191;
	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, .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{
color: #fff;
	border-bottom: 5px solid #4c8191;
    background: linear-gradient(to bottom, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.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: #4c8191;
}
.top-menu .navbar-toggle{
    padding: 9px 6px;
}
.top-menu .navbar-toggle .icon-bar{
    width: 33px;
    height: 4px;
	border-radius: 3px;
	background-color: #b4b2b2;
}
.top-menu .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
.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;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.mid-section .inner-banner-section {
/* background: rgb(131,143,158); */
background:rgb(255, 255, 255);
}
.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 .banner-section {
/* background: rgb(131,143,158); */
background: rgb(255, 255, 255);
}
.mid-section .inner-banner-section img {
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
/* 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: 60px;
	width: 100%;
	z-index: 10;
}
.inside-page .logo-section{
top: 40px;
}
.jot-form-page .logo-section{
top: 40px!important;
}
.logo-section .logo{
 height: 123px;
}
.logo-section .logo img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.logo-section .social{
 text-align: center;
 float: right;
}
.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: #4c8191;
    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-facebook {
	background:#3b5998;
	color: #fff;
}
.social .fa:hover{
background-color: #395864;
}
.social .fa-facebook:hover, .social .fa-facebook:focus {
	background:#3b5998;
	color: #fff;
	opacity: .8;
}
.social a {
  color:transparent;
  background-color:transparent;
}
.social #top-phone, .social #top-phone a{
font: bold 28px 'Open Sans', sans-serif;
color: #2c2c2c;
float: right;
}
/* 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(44, 44, 44, 0.8);
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 1px 1px #000;
}
.mid-section .quote-btn{
background-color: #4c8191;
width: 185px;
height: 35px;
padding-top: 2px;
color:#ffffff;
text-shadow: 1px 1px 1px #000;
font: bold 20px/21px 'Open Sans', serif;
float: left;
margin-top: 10px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.mid-section .quote-btn:hover, .mid-section .quote-btn:focus{
background-color: #5998ab;
}
/* 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 1px 1px #000;
}
.mid-section .jot-section{
background: rgba(44, 44, 44, 0.8);
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: rgba(44, 44, 44, 0.8);
padding: 15px 15px 0px 15px;
margin-top: -164px;
z-index: 4;
position: relative;
text-align: center;
border-bottom: 10px solid #4c8191;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.lob-section .lob-heading {

	background:#4c8191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lob-section .lob-heading h3{
font: 600 18px/28px 'Open Sans', serif;
text-shadow: 1px 1px 1px #000;
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: #4c8191;
    border-radius: 50%;
    height: 175px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	text-shadow: 1px 1px 3px #000;
	box-shadow: 0 9px 9px rgba(49,50,54,0.8);
}
.lob-section .lob-snippets .fa-university{
padding-left: 8px;
}
.lob-section .lob-snippets .fa-truck{
padding-right: 5px;
}
.lob-section .lob-snippets .fa-motorcycle{
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 #efe1e5;
    height: 100%;
    text-align: center;
	border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.lob-section .space-fix{
 position: relative;
}
.space-fix{
	height:230px!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, 1);
	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{

margin-bottom: 40px;
margin-top: 40px;
}
.content-section h1{
	
color: #2c2c2c;
font: 600 38px 'PT Sans', sans-serif;
text-transform: uppercase;
margin-bottom: 20px;
}
.content-section h2{
color: #2c2c2c;
font: 500 31px/36px 'PT Sans', sans-serif;
}
.content-section h3 {
	color: #2c2c2c;
}
.content-section p {
color: #666;
font: 400 16px/24px 'Open Sans', sans-serif;
margin-bottom: 15px;
margin-top: 15px;
}
.content-section ul{
	color: #666;
font: 400 16px/24px 'Open Sans', sans-serif;
}
.contact-us-content a{
color: #4c8191;
}
.contact-us-content a:hover{
color: #395864;
}
.phone-no a{
color:#4c8191!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(225,239,239,.75);
}
.bottom-banner-section{
  /* background-color: rgb(225,239,239); */
  background-color: #395864;
}
 .bottom-banner-section img{
    width: 100%;
	height: 700px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.bottom-banner-section img{
 	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
 }
.bottom-banner .bottom-banner-section .bottom-banner-overlay {
    height: 500px;
    width: 500px;
    z-index: 9;
    padding-left: 0px;
    background: url(../img/noise-pattern.png) repeat #efe1e5;
    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: 50%;
-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: #4c8191;
  z-index: 9;
  font-weight: 300;
  margin-right: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.bottom-banner .bottom-banner-overlay ul li{
    font: 600 30px/41px 'Open Sans', sans-serif;
    color: #2c2c2c;
    z-index: 9;
    list-style-type: none;
    text-align: justify;
	text-transform: uppercase;
}
/* Inside Page Bottom BG Section */
.inside-bottom{
background-color: #2c2c2c;
padding: 35px 20px;
margin: 0px;
}
.inside-bottom .inside-overlay {
	/* background: rgb(255, 247, 233); */
	display: inline-block;
}
.inside-bottom .inside-overlay img {
	opacity: .6;
}
.inside-bottom h3{
margin-top: 0px;
color: #fff;
font: bold 21px 'Open Sans', sans-serif;
}
.insurance-details ul{
padding-left: 0px;
}
.insurance-details ul li{
list-style-type: none;
font: 700 15px/30px 'Open Sans', sans-serif;
color: #66aec4;
}
.insurance-details ul li a {
   color: #fff;     
}
.insurance-details ul li a:hover, .insurance-details ul li a:focus {
   color: #66aec4;
   text-decoration: none;
}
.insurance-details ul li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 10px;
  color: #66aec4;
}
.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 'Open Sans', sans-serif;
}
.contact-details figure {
    margin: 0px;
    padding: 0px;
}
.contact-details span {
    display: block;
    overflow: hidden;
}
.contact-details li {
	color: #fff;
}
.contact-details li a {
    display: inline;
    color: #fff;
}
.contact-details li a:hover, .contact-details li a:focus {
    color: #66aec4;
    text-decoration: none;
}
.contact-details i {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 18px;
    vertical-align: middle;
    line-height: 30px;
	color: #66aec4;
	
}

/* Blog */
.rssfeed-home a{
color:#4c8191;
}
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
	margin-top: 30px;
}
.carrier {
margin: 0px;
}
.carrier h5{
    font: bold 33px/46px 'Open Sans', sans-serif;
    text-align: center;
    color: #2c2c2c;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.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: #b4b2b2; */
	background-color: #395864;
    box-shadow: 0 9px 9px rgba(0,0,0,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: bold 14px 'Open 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 #4c8191;
    background: linear-gradient(to top, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.footer-nav .navbar-default .navbar-nav > li > a.active {
color: #fff;
    border-top: 5px solid #4c8191;
    background: linear-gradient(to top, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
	}
.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: medium none;
    border-top:4px solid #fff ;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #4c8191;
	border-color: #4c8191;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #4c8191;
	text-shadow: 1px 1px 1px #000;
}
.footer-nav .dropdown-menu a{
	text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #4c8191;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.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: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
color: #fff;
    border-top: 5px solid #4c8191;
    background: linear-gradient(to top, rgba(76,129,145,0.5), rgba(76,129,145,0));
    text-shadow: 1px 1px 1px #000;
}
.navbar-nav > li{
   float:none;
   text-align:center;
}
.navbar .open>.dropdown-menu {
    text-align: center;
}
/*Footer Navigation ends*/
footer{
background: #2c2c2c;
}
.footer-agency-details{
margin-left: 15px;
margin-right: 15px;
}
.footer-agency-details li a:hover, .footer-agency-details li a:focus{
color: #66aec4;
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;
	margin: 0 5px;
}
.footer-agency-details ul li .fa {
	margin-right: 10px;
}
address ,address p{
margin-bottom: 0px;
text-align:center;
color:#fff;
font-size:19px;
font-weight: bold;
font-family: 'Open 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;
}

.site-info {
    text-align: center;
    padding-bottom: 25px;
}
.site-info ul li, .site-info ul li a {
    color: #fff;
    font: 600 15px/30px 'Open 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: #2c2c2c;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #4c8191;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
    background: #395864;
	border: 1px solid #395864;
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
    background: #54717d;
	color: #fff;
}
.btn-xs:focus {
	background: #54717d; /* Old browsers */
	color: #fff;
}
  /*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: 1700px;
  width: 100%;
  border: none;
  }
 .is-cms .transition-hover-content{
 opacity:1;
 }
 
 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, a:focus {
    outline: none;
}
.dropdown-menu {
	min-width: 100%;
}

.agent-info h3 {
    margin-top: 0px;
	color:#395864;
}

.agent-info h4 {
	color:#000;
}
.business {
    color: #395864 !important;
    font-size: 24px !important;
    margin-top: 20px;
}
.office-timings p strong {
    width: 95px;
    display: inline-block;
	font-size: 14px;
}

.sat {
    font-weight: bold !important;
}

/* Staff */

.meet-team {
	margin-top: 20px;
}
.meet-team img {
	max-width: 220px;
	margin-top: 6px;
	margin-bottom: 20px;
	border: 2px solid #395864;
}

.team-member-name {
	font-size: 19px !important;
	margin-top: 7px !important;
	color: #395864 !important;
}


.staff-contact hr {
	border-color: #c0bdbd;
}

.team-member-name em {
	display: inline-block;
	font-size: 17px !important;
}