@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Quattrocento Sans', sans-serif;
}
h1 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}
h1.align{
color: #3989b9;
}
h1 a {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	color: #000;
	font-size: 27px;
	font-weight: 700;
}
.align {
	margin-top: 40px;
}
p {
	color: #58595b;
	font-size: 14px;

}

.content ul li {
	color: #58595b;
}

h4, h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
header {
  background: #0b2f63;
  background: -moz-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b2f63), color-stop(100%, #0c68a1));
  background: -webkit-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
  background: -o-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
  background: -ms-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
  background: linear-gradient(to bottom, #0b2f63 0%, #0c68a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2f63', endColorstr='#0c68a1', GradientType=0 );
  height: auto;
}
.logo {
	background: #FFF;
	padding: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #FFF;
}
.logo img {
	margin-left: auto;
	margin-right: auto;
}
/*Navigation style*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 2px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
padding-left: 15px;
padding-right: 15px;
}
.navbar-default .navbar-nav >li >a:hover, .navbar-default .navbar-nav >li >a:focus {
border-bottom: 2px solid #FFF;
border-top: 2px solid #FFF;
	color: #fff;
transition: .2s;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: rgba(112,168,201,0.1);
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 2px solid #FFF;
border-top: 2px solid #FFF;
	color: #fff;
	background: transparent;
}

.fnt-style {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-default {
	border: transparent;
	background-color: transparent;
}
.btn-default:hover {
	border: transparent;
	background-color: transparent;
}
.navbar-nav li a {
	font-size: 20px;
	font-weight: 700;
	color: #231F20;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: transparent;
	border-color: #adadad;
	color: #333;
}
/*Quoter Section*/

.quoter {
	background: #70a8c9;
	height: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 25px 20px 25px;
	margin-top: 19px;
	margin-bottom:-1px;
	
	-webkit-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	-moz-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm),
screen and(-webkit-min-device-pixel-ratio:0)
{
    .quoter {
		margin-top: 21px;
	}
}
.quoter label {
	color: #0b2f63;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5.5px 0;
}
.form-control {
  background: #0b2f63;
  border: 1px solid #051a41;
  color: #fff;
  font-size: 15px;
}
.styleSelect select {
	font-size: 16px;
	line-height: 1;
	background: url(../img/quote-arrow.png) no-repeat right #0b2f63;
	-webkit-appearance: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  width: 100%;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 23px;
  padding: 6px 0px;
  font-weight: 700;
  border-color: #f88d2a;
  background: #f88d2a;
  background: -moz-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f88d2a), color-stop(100%, #ef7803));
  background: -webkit-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -o-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -ms-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: linear-gradient(to bottom, #f88d2a 0%, #ef7803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88d2a', endColorstr='#ef7803', GradientType=0 );
  -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
  -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
  box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
}
.btn-primary:hover {
  background: #ef7803;
  background: -moz-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7803), color-stop(100%, #f88d2a));
  background: -webkit-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -o-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -ms-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: linear-gradient(to bottom, #ef7803 0%, #f88d2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7803', endColorstr='#f88d2a', GradientType=0 );
}
.icon-align img {
	margin-top: -5px;
	margin-left: 2%;
}
.banner {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	-moz-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	margin-top: 45px;
}
.banner img {
	position: relative;
	max-width: 100%;
	-webkit-border-top-left-radius: 14px;
-webkit-border-top-right-radius: 14px;
-moz-border-radius-topleft: 14px;
-moz-border-radius-topright: 14px;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
object-fit: cover;
    height: 219px;
}
.banner.inner img {
	width: 100%;
}
/*Main Content Band*/
.content-band {

background: #000000;



	height: 120px;
	position: relative;
	z-index: 1;
	
}
.main-links {
	list-style-type: none;
	margin: 25px 20px;
}
.main-links li a {
	font-size: 20px;
	font-weight: 700;
	color: #c2c2c2;
	line-height: 35px;
}
.main-links li a:hover, .main-links li .active, .main-links li a:focus {
	color:#ef7803;
	text-decoration: none;
	transition: .2s;
}
.icon img {
	margin-right: 20px;
	margin-top: -8px;
}
/*Main Content*/
.testimonials {
	margin: 10px 35px;
	height:300px;
}
.testimonials p {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	line-height: 20px;
}
.testimonials h5 {
	font-size: 16px;
	color: #0c6aa3;
	font-weight: 700;
}
.testimonials h6 {
	color: #0c6aa3;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	font-weight: 700;
}
.content p,
.content ul li {
	font-weight: 700;
	margin-top: 10px;
}
.list {
	list-style-image: url(../img/list-arrow.png);
	padding: 0px 20px;
	line-height: 25px;
	font-weight: 700;
	color: #58595b;
	vertical-align: baseline;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #002D62;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #cfcdcd;
}
/* Carousel added*/
.carousel-inner {
	margin-top: -10px;
	position: absolute;
	z-index: 0;
}
.carousel-control {
	background: #aaa7a7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	border: 0;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	display: inline-block;
	z-index: 9999;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	background: #002D62;
	background-repeat: repeat-x;
	opacity: 1;
}
.carousel-control.left {
	float: left;
	cursor: pointer;
	background: #aaa7a7
}
.carousel-control.right {
	float: right;
	margin-right: 20px;
	background: #aaa7a7;
}
.carousel {
	margin-bottom: 0;
	margin: 10px 0px 0px 0px;
}
/*Carrier Scroller Design*/
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding:5px 20px;
	position: relative;
	
	
	margin-top: 120px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
#prev, #next {
	background: transparent url(../img/carousel_nav.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 40%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: -19px 0;
	right: 10px;
}
#prev:hover {
	background-position: 0 -20px;
}
#next:hover {
	background-position: -19px -20px;
}
/*Footer*/
footer {
	background: #000;
color: #fff;
	padding-bottom: 10px;
	margin-top: 20px;
}
footer h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	margin: 7px 0px;
}
footer a {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}
.footer-nav {
	padding-top: 20px;
	text-align: right;
}
.footer-nav a {
	font-size: 12px;
	margin: 3.4px;
}
.footer-nav .active, .copyright a {
	color: #ef7803;
	font-size: 14px;
	
}
.copyright a:hover , .copyright a:focus{
	color: #0057a8;
	font-size: 14px;
	}
.footer-nav ul li{
	margin-bottom: 5px;
}
.copyright {
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
}
.img-stack img {
	width: 100%;
	margin: 20px 0;
	height:100%;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 1500px;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #0b2f63;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #cfcdcd;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #213b9a;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
	margin-top: 12px;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #000;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
}
.clist {
	margin:10px 0;
}
.btn-xs {
  background: #f88d2a;
  background: -moz-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f88d2a), color-stop(100%, #ef7803));
  background: -webkit-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -o-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: -ms-linear-gradient(top, #f88d2a 0%, #ef7803 100%);
  background: linear-gradient(to bottom, #f88d2a 0%, #ef7803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88d2a', endColorstr='#ef7803', GradientType=0 );
  color: #fff !important;
}
.btn-xs:hover, .btn-xs:focus {
  background: #ef7803;
  background: -moz-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7803), color-stop(100%, #f88d2a));
  background: -webkit-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -o-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: -ms-linear-gradient(top, #ef7803 0%, #f88d2a 100%);
  background: linear-gradient(to bottom, #ef7803 0%, #f88d2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7803', endColorstr='#f88d2a', GradientType=0 );
  color: #fff;
}
/*Fixes*/
.quote-fix {
	height: 197px;
}
.quote-fix h3 {
	font-size: 21px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.footer-addrs {
	margin-top: 20px;
}
.footer-nav ul{
	padding:0px;
}
.footer-nav ul li {
    display: inline-block;
}
.footer-nav ul li a{
	color:#fff;
	font-size: 14px;
	margin: 4px;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus{
	text-decoration:none;
	color:#0057a8;
}
.footer-nav ul li.active a{
	color:#ef7803;
}
#contact-info{
	margin-top: 19px;
}
#contact-info a:hover, #contact-info a:focus{
	color:#c52f49;
	
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover{
	background-color: #455B7B !important;
	color:#fff !important;
}
.dropdown-menu > li > a{
	font-size:16px;
}
#main-heading{
	margin-top:45px;
}
#main-heading span, #quote-caption span, #ggl span,h1{
display:inline-block;
font-size:28px;}
h3{
	color:#2F2F2F;
	font-weight: 700;
	font-size:20px;
}
.testimonials {
    margin: 10px 0px;
}
#testimonial-section  h3{
	margin-top:14px;
}

.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;
	
}
/* NBS- Flexslider*/
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:default;
    position:relative;
    line-height:0px;
}
.mar-top-h{margin-top:10px;}
.mar-bot {margin-bottom:60px;}
.nbs-flexisel-item img {
    cursor: default;
    position: relative;
 width:auto;
	margin-right:10px;
   
    max-width:100%;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: -22px;
  
}
.nbs-flexisel-nav-right {
    right: -22px;
    
}
.carr-blck{
	margin-top:50px;
	margin-bottom:20px;
}
.copyright{
	padding:0px;
}
.copyright li{
		display:inline-block
}
.jot-blck{
	background: #000;
	width: 100%;
}
.rqst-jot{
	height:420px !important;
}
.jot-blck h2{
	color:#fff;
	text-align:center;
	padding-top:10px;
}
.cont-jot iframe{
	height: 470px !important;
}
.cont-det{
	line-height: 26px;
	font-size: 17px;
}
.cont-det a, .cont-det a:focus{
	color: #58595b;
font-weight: 400;

}
.cont-det a:hover{
	color:#71a8c9;
	text-decoration:underline;
}
.nav .open > a:focus{
	border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
}
.cs-ifrm{
	height:1600px;
}
#trust-choice{
	margin-top:10px;
}
.carr-link a{
	color: #8BA2C6;
}
.clist a.btn, .clist a.btn:focus{
	background: #71a8c9 !important;
}
.clist a.btn:hover{
	opacity:0.7;
}
.social {
    text-align: left;
	padding-left: 0px;
	margin-left:-15px;
}
.social > li {
    display: inline-block;
    font-size: 18px;
}
.social > li .facebook {
    padding: 5px 3px;
}
.facebook:hover{
	opacity:0.7;
	color:#fff !important;
}
.facebook, .facebook:focus{
background: none;
border-radius: 50%;
color: #fff;}
.facebook:hover, .twitter:hover {
    color: #aaa;
}
.jot-btn-link{
	border-radius: 8px;
	position: absolute;
	width: 70% !important; 
	top: 45%;
	left: 0;
right: 0;
margin: 0 auto;
}
.jot-link{
	background: #70a8c9;
	height: 195px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 25px 0px;
	margin-top: 20px;
	box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer a:focus{
	color:#71a8c9 !important;
}
.content a[href^='tel']{
	color:#58595b !important;
}
#cpIframe {
    height: 1800px;
}
iframe.ccframe {
    height: 1600px;
}

.no-editable > a {
    color: #58595b;
    display: inline-block;
}


.nav-top .dropdown-menu {
    min-width: 100%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0b2f63 !important;
    color: #fff !important;
	transition: .2s;
}

.about-bio img{
height:100%;
}

.anc-jmp-fnt {
    font-size: 20px;
    color: #4e4e4e;
}

.anc-jmp-fnt:hover{
    font-size: 20px;
    color: #0083ca;
	text-decoration:none;
}

.contact-list h3{
color:#038cd2 !important;
font-size:28px;
}
footer a:hover, footer a:focus {
	color:#ef7803 !important;
	transition: .2s;
	}
.slider-header, .sl-block-heading{
	
}

#ed-new h3{margin-bottom:25px;}
.sl-block-heading .fa{
	font-size: 22px;
	display:block
}
.sl-block-heading{
	font-size: 24px;
	font-family: 'Ek Mukta', sans-serif;
}
.gt-review-slider{
	min-height: 148px;
}
#testimonial-content .testi-sec .carousel-control{
	display:none;
}
.caroufredsel_wrapper {
    height: 115px !important;
}
.list_carousel {
    margin: 20px 0 0px 0px;
    width: auto !important;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
}
.list_carousel img
{
width:100%;
}
.height-fix{
height: 20px;
}
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.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;
	border-top: 1px solid #d3d4d5;
	border-bottom:1px solid #DFDFDF;
}
.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%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	display: none;
}
div .logo p{
text-align:center;
text-shadow:1px 1px 1px #333;
font-size:32px;
font-weight:700;
}
div .logo p a{
color:#63b143;
}
div .logo p a span{
color:#009fe2;
font-style:italic;
}
div .logo p a:hover{
	text-decoration:none;
}

.our-partners-index {
	margin-bottom: 20px;
	font-size: 36px;
	text-align:center;
}
.socil-links ul {
	list-style-type:none;
	padding-left:0px;
}

.request-quote-pge {
    background: #74ABCB;
    padding: 15px;
}
.socil-links li {
    display: inline-block;
}
footer a, footer h3{
font-size:18px;
}
footer p a{
font-size:14px;
}
.socil-links.cntct-sctns{
	margin-top:-25px;
}
.designation p {
    font-weight: 400;
    margin-top: 20px;
}

	 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #f07d0c; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */ 

.contact-section li a{
	color: #3989b9;
}
.jotform-form{
	height: 500px;
}
#csframe{
	height: 1800px !important;
}

.auto-quotes, .home-quotes, .commercial-quotes, .life-quotes, .health-quotes {
	width:100%;
	border:none;

}

.ins-faqs .content ul li {
  color: #58595b;
}

.qa {
	font-size: 16px;
	font-weight: 700;	
}

.qa-q {
	font-weight: 700 !important;
    font-size: 15px !important;	
}

.qa-ans, .ins-faqs ul li {
	font-weight: 500 !important;	
}

.staff-div {
	margin-bottom:10px;
}

.staff-div .staff-name {
	font-size: 18px;
}

.staff-div .staff-phone {
	font-size: 16px;
}

.content-logos {
	padding-bottom: 20px;
}

.content-logos img {
	float: left;
	max-width: 180px;
	margin-right: 30px;
}

.carrier-cols-content .carr-ph-nm a {
	color: #58595b;
}