.page-header.communities.float_l {
  background-image: url("../images/communities-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;
}
.communities-con-main.float_l {
  background-color: #eaeaea;
  padding: 25px 0 50px 0;
}
.communities-con {
  background-image: url("../images/white80.png");
  float: left;
  width: 53%;
  border-top: 7px solid #0076a1;
  padding: 35px 40px;
  min-height: 673px;
}
.communities-con .heading {
  font-size: 36px;
  font-family: antonio;
  line-height: 46px;
  margin: 0 0 25px 0;
}
.communities-con .simple-text {
  line-height: 26px;
}
.communities-con .heading2 {
  font-size: 30px;
  font-family: antonio;
  line-height: 40px;
  margin: 25px 0 20px 0;
}
.communities-links a {
  font-size: 24px;
  font-family: antonio;
  line-height: 40px;
  float: left;
  color: #006186;
  clear: both;
  text-decoration: underline;
  padding: 0 0 0 18px;
  position: relative;
  margin: 0 0 12px 0;
}
.communities-links a:hover {
  text-decoration: none;
}
.communities-links a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006186;
}
.communities-img {
  float: right;
  width: 45%;
}
.communities-img img {
  float: left;
  border: 9px solid #ffffff;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 768px) {
  .communities-con {
    padding: 30px;
    width: 100%;
  }
  .communities-img {
    float: left;
    margin: 30px 0 0;
    width: 100%;
  }
  .page-header.float_l {
    background-size: cover;
  }
}
