.page-header.about.float_l {
    background-image: url("../images/about-header.jpg");
}
.page-header.float_l {
    background-repeat: no-repeat;
    background-position: center top;
}
.page-header.float_l h1 {
    float: left;
    font-family: antonio;
    font-size: 60px;
    margin: 293px 0 0 0;
    padding: 0;
    line-height: 70px;
    color: #fff;
    font-weight: normal;
}
.about-con.float_l {
    background-image: url("../images/about-con-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0;
    background-color: #fefdf8;
}
.about-text {
    float: left;
    width: 51%;
}
.about-text .heading, .about-team .heading, .about-community .heading, .about-affiliates .heading {
    font-size: 42px;
    font-family: antonio;
    line-height: 52px;
    color: #00aeef;
    margin: 0 0 15px 0;
}
.about-text .simple-text, .about-community .simple-text, .about-affiliates .simple-text {
    line-height: 26px;
}
.about-team.float_l {
    background-image: url("../images/about-team-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 15px 0;
}
.about-team .heading, .about-affiliates .heading, .about-affiliates .heading2, .about-affiliates .simple-text {
    text-align: center;
}
.team-box {
    float: left;
    width: 19%;
    text-align: center;
    margin: 25px 0;
    font-size: 24px;
    font-family: antonio;
    line-height: 34px;
    font-weight: bold;
}
.team-box img {
    float: left;
    width: 100%;
}
.team-box .name {
    color: #fff;
    margin: 42px 0 18px 0;
}
.team-box a {
    color: #00aeef;
    text-decoration: underline;
}
.team-box a:hover {
    text-decoration: none;
}
.team-box.box2 {
    margin: 25px 21%;
}
.about-community.float_l {
    background-image: url("../images/about-community-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #00aeef;
    padding: 100px 0;
}
.community-text {
    float: right;
    width: 61%;
    padding: 0 2% 0 0;
}
.about-community .heading, .about-community .simple-text {
    color: #fff;
}
.about-affiliates.float_l {
    padding: 50px 0 70px 0;
    background-color: #fefdf8;
}
.about-affiliates .heading2 {
    font-size: 24px;
    line-height: 28px;
}
.about-affiliates .heading {
    margin: 0 0 10px 0;
}
.about-affiliates .simple-text {
    padding: 27px 90px;
}
.affiliates-logos.float_l {
    margin: 30px 0 0 0;
}
.affiliates-logos.float_l img {
    float: left;
    margin: 0 11px;
}






@media screen and (max-width: 1200px) {
	.about-con.float_l, .about-team.float_l, .about-community.float_l {
	  background-size: cover;
	}
	.about-text {
	  width: 58%;
	}
	.team-box {
	  width: 22%;
	}
	.team-box.box2 {
	  margin: 25px 17%;
	}
	.community-text {
	  padding: 0;
	  width: 67%;
	}
	.about-affiliates .simple-text {
	  padding: 15px 0;
	}
	.affiliates-logos.float_l img {
	  margin: 0 1%;
	  width: 18%;
	}
}
@media screen and (max-width: 990px) {
	.about-con.float_l, .about-team.float_l, .about-community.float_l, .about-affiliates.float_l {
	  padding: 30px 0;
	}
	.team-box {
	  width: 28%;
	}
	.team-box.box2 {
	  margin: 25px 8%;
	}
}
@media screen and (max-width: 768px) {
	.about-text .heading, .about-team .heading, .about-community .heading, .about-affiliates .heading {
	  font-size: 38px;
	  line-height: 48px;
	  margin: 0 0 5px;
	}
	.about-text, .community-text {
	  width: 100%;
	}
	.about-con.float_l, .about-community.float_l {
	  background-image: none;
	}
	.team-box {
	  width: 100%;
	}
	.team-box {
	  width: 92%;
	}
	.team-box, .team-box.box2 {
	  margin: 2%;
	  max-width: 230px;
	}
	.affiliates-logos.float_l {
	  margin: 10px 0 0;
	}
	.affiliates-logos.float_l img {
	  margin: 1%;
	  max-width: 230px;
	  width: 98%;
	}
	.page-header.float_l {
	  background-size: cover;
	}
}