.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%;
}
.fire-protection.float_l {
    padding: 70px 0 70px 5%;
    border-bottom: 1px solid #b4b4b4;
}
.fire-protection .left-text, .fire-protection img, .fire-segments .left-img, .fire-segments img, .fire-segments .right-text{
    float: left;
}
.fire-protection .right-img{
	float: right;
}
.fire-protection .left-text {
    width: 52%;
}
.fire-protection .right-img {
    width: 42%;
}
.fire-protection .heading, .fire-segments .heading, .testimonials .heading {
    font-size: 48px;
    font-family: 'Helvetica Neue bold Condensed';
    color: #00246a;
    line-height: 52px;
    margin: 0 0 26px 0;
}
.fire-protection .simple-text {
    line-height: 24px;
}
.fire-segments.float_l {
    padding: 45px 0 55px 4%;
}
.fire-segments .left-img {
    width: 41%;
}
.fire-segments .right-text {
    width: 59%;
    padding: 0 0 0 5%;
}
.fire-segments .heading {
    font-size: 36px;
    line-height: 42px;
    margin-top: 10px;
}
.fire-segments .simple-text.points {
    position: relative;
    padding: 0 0 11px 14px;
}







@media screen and (max-width: 1200px) {
	.page-left-panel {
	  width: 23%;
	}
	.page-right-panel {
	  width: 77%;
	}
	.fire-protection .left-text {
	  width: 55%;
	}
}
@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;
	}
	.fire-protection .heading, .fire-segments .heading, .testimonials .heading {
	  font-size: 30px;
	  line-height: 36px;
	  margin: 0 0 10px;
	}
	.fire-protection.float_l {
	  border-bottom: 1px solid #b4b4b4;
	}
	.fire-protection.float_l, .fire-segments.float_l, .testimonials.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, .fire-protection .left-text, .fire-segments .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;
	}
	.fire-protection.float_l {
		padding: 0 0 30px;
	}
	.fire-protection .right-img, .fire-segments .left-img {
	  display: none;
	}
	.fire-segments.float_l {
	  padding: 30px 0;
	}
}




