.about-association.float_l {
    padding: 52px 0;
}
.association-text {
    float: left;
    width: 53%;
    padding: 0 45px 0 0;
}
.about-association .heading, .statement-text .heading, .history-text .heading, .leadership-text .heading {
    font-size: 48px;
    font-weight: bold;
    color: #064561;
    line-height: 56px;
    margin: 20px 0 15px 0;
}
.association-img {
    float: right;
    width: 47%;
}
.association-img img, .history-img img, .leadership-img img {
    float: left;
    border: 9px solid #fff;
    box-shadow: 0 0 15px rgba(0, 39, 32, 0.35);
}
.association-text .simple-text, .statement-text .simple-text, .history-text .simple-text, .leadership-text .simple-text, .leadership-text .simple-text {
    line-height: 22px;
}
.about-statement.float_l {
    background-image: url('../images/about-statement-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 35px 0 42px 0;
}
.statement-text {
    background-color: rgba(255, 255, 255, 0.50);
    text-align: center;
    padding: 15px 10% 40px 10%;
}
.about-history.float_l {
    padding: 45px 0;
}
.history-img {
    float: left;
    width: 47%;
}
.history-text {
    float: left;
    width: 53%;
    padding: 0 10px 0 3%;
}
.about-leadership.float_l {
    background-color: #bfe7ea;
    padding: 70px 0 80px 0;
}
.leadership-img {
    float: right;
    width: 46%;
}
.leadership-text {
    float: left;
    width: 50%;
}
.leadership-text a.view {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    float: left;
    font-size: 22px;
    text-align: center;
    margin: 32px 0 0 0;
    padding: 5px 50px;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.leadership-text a.view:hover {
    background-color: #1b6586;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}












@media screen and (max-width: 1200px) {
	.about-association .heading, .statement-text .heading, .history-text .heading, .leadership-text .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.statement-text {
	  padding: 30px;
	}
	.association-text {
	  padding: 0 20px 0 0;
	}
	.history-text {
	  padding: 0 0 0 20px;
	}
	.leadership-text {
	  width: 52%;
	}
	.about-statement.float_l {
	  background-size: cover;
	}
}
@media screen and (max-width: 990px) {
	.about-association.float_l, .about-statement.float_l, .about-history.float_l, .about-leadership.float_l {
	  padding: 30px 0;
	}
	.leadership-text a.view {
	  margin: 10px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.about-association .heading, .statement-text .heading, .history-text .heading, .leadership-text .heading {
	  font-size: 28px;
	  line-height: 38px;
	  margin: 0;
	}
	.page-header.float_l {
	  background-size: cover;
	}
	.page-header .page-title {
	  font-size: 34px;
	  line-height: 40px;
	  margin: 130px 0 2px;
	}
	.association-text, .history-text, .leadership-text {
	  width: 100%;
	}
	.association-img, .history-img, .leadership-img {
	  display: none;
	}
	.association-text, .history-text {
	  padding: 0;
	}
	.statement-text {
	  padding: 15px;
	}
}