.page-banner.float_l {
    background-image: url(/images/page-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -42px;
}
.page-banner .page-title {
    float: left;
    font-size: 60px;
    line-height: 66px;
    font-family: 'Helvetica Neue bold Condensed';
    color: #fff;
    text-align: center;
    margin: 100px 6% 42px 6%;
    width: 88%;
    background-color: rgba(0, 36, 106, .52);
    text-transform: uppercase;
    padding: 24px 0;
}
.page-left-panel {
    float: left;
    width: 19%;
}
.page-left-panel ul, .page-left-panel ul li, .page-left-panel ul li a {
    float: left;
}
.page-left-panel ul {
    padding: 45px 0;
}
.page-left-panel ul li {
    width: 100%;
}
.page-left-panel ul li a {
    color: #959595;
    font-family: 'Helvetica Neue bold Condensed';
    float: left;
    width: 100%;
    padding: 14px 24px;
    font-size: 22px;
    line-height: 26px;
    border: 1px solid #c8c8c8;
    margin: 0 0 -1px 0;
    border-right: none;
    position: relative;
}
.page-left-panel ul li.active a, .page-left-panel ul li:hover a {
    color: #00246a;
    background-color: #e5e5e5;
}
.page-left-panel ul li.active a {
    border: none;
}
.page-left-panel ul li.active a:after {
    background-image: url(/images/triangle.png);
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
    position: absolute;
    right: -14px;
    top: 14px;
    width: 14px;
    height: 26px;
}
.page-right-panel {
    float: left;
    border-left: 1px solid #c8c8c8;
    width: 81%;
}
.about-insurance.float_l {
	padding: 70px 0 45px ;
}
.about-insurance .left-text, .about-insurance .right-img img, .about-history .left-img, .about-history .left-img img, .about-history .right-text {
    float: left;
}
.about-insurance .right-img {
    float: right;
}
.about-insurance .left-text {
    width: 47%;
}
.about-insurance .heading, .mission-statement .heading, .about-history .heading, .about-associations .heading {
    font-size: 48px;
    font-family: 'Helvetica Neue bold Condensed';
    color: #00246a;
    line-height: 52px;
    margin: -10px 0 20px 0;
}
.about-insurance .simple-text, .mission-statement .simple-text {
    line-height: 24px;
}
.mission-statement.float_l {
    text-align: center;
    padding: 55px 5%;
    background-color: #e5e5e5;
}
.mission-statement .heading, .about-associations .heading {
    margin: 0 0 20px 0;
}
.about-history.float_l {
    padding: 64px 0 64px 4%;
}
.about-history .left-img, .about-history .right-text {
    width: 50%;
}
.about-history .right-text {
    padding: 0 3% 0 4%;
}
.about-history .heading{
	margin: -8px 0 20px 0;
}
.about-associations.float_l {
    text-align: center;
    padding: 42px 8%;
    background-color: #f6f6f6;
}
.associations-icons.float_l {
}
ul li.association_logos {list-style:none;float:left;display:inline-block;}
.associations-icons{
	  margin: 30px 0;
	  float:left !important;
	  display:inline-block;
	  position:relative;
	}
.z-1of4.about_side {padding-right:0 !important;}



@media screen and (max-width: 1200px) {
	.page-left-panel {
	  width: 23%;
	}
	.page-right-panel {
	  width: 77%;
	}
	.about-insurance .right-img {
	  width: 50%;
	}
	.about-history .right-text {
	  padding: 0 0 0 4%;
	}
}
@media screen and (max-width: 990px) {
	.page-banner.float_l {
	  background-size: cover;
	  margin: 0;
	}
	.page-banner .page-title {
	  font-size: 44px;
	  line-height: 50px;
	  margin: 60px 6% 42px;
	}
	.about-insurance.float_l {
	  padding: 30px 0 30px 4%;
	}
	.about-insurance .heading, .mission-statement .heading, .about-history .heading, .about-associations .heading {
	  font-size: 30px;
	  line-height: 36px;
	  margin: 0 0 10px;
	}
	.mission-statement.float_l, .about-associations.float_l {
	  padding: 30px 4%;
	}
	.about-history.float_l {
	  padding: 30px 0 30px 4%;
	}

}
@media screen and (max-width: 768px) {
	.page-banner .page-title {
	  font-size: 30px;
	  line-height: 36px;
	  margin: 30px 0 25px;
	  padding: 10px 0;
	}
	.page-banner .page-title, .page-left-panel, .page-right-panel, .about-insurance .left-text, .about-history .right-text {
	  width: 100%;
	}
	.page-left-panel ul li.active a::after, .about-insurance .right-img, .about-history .left-img {
	  display: none;
	}
	.page-left-panel ul li a {
	  border: 1px solid #c8c8c8;
	}
	.page-right-panel {
	  border-left: medium none;
	}
	.about-insurance.float_l {
	  padding: 0 0 30px;
	}
	.mission-statement.float_l, .about-associations.float_l {
	  padding: 15px;
	  text-align: left;
	}
	.about-history.float_l {
	  padding: 30px 0;
	}
	.about-history .right-text {
	  padding: 0;
	}
	.fire-protection.float_l, .fire-segments.float_l, .testimonials.float_l {
	  margin: 0 0 30px;
	  padding: 15px 15px 0;
	}
}