.home h1 {
  line-height: 1;
}
.home h2 {
  font-size: 30px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .home h2 {
    font-size: 35px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.home .jumbotron {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
}
.home .feature-header {
  padding: 80px 0;
}
.home .features {
  background-color: #eee;
}
.home .features .t3-module {
  margin: 0;
}
.home .feature-bottom {
  padding: 80px 0;
}
.home .practice-area {
  padding: 80px 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.home .practice-bottom {
  padding: 80px 0 0;
}
.home .service {
  padding: 90px 0;
}
.home .call-to-action {
  padding: 130px 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: 50% 50%;
  border-top: 8px solid #999;
  border-bottom: 8px solid #999;
}
.home .utility {
  padding: 90px 0;
}
.home .clients {
  padding: 35px 0px;
  background: #f9f9f9;
  border-top: 1px solid #f3f3f3;
}
.home .contact {
  padding: 90px 0;
}
.home .t3-sl-1 {
  padding: 0;
  background: #ffffff;
  color: #727272;
  border-bottom: 1px solid #eeeeee;
}
.home .t3-sl-1 .jumbotron {
  border-radius: 0;
}
.home .t3-sl-1 .jumbotron .btn {
  margin-top: 20px;
}
.home .t3-sl-2 {
  text-align: center;
}
.home .t3-sl-2 .img-responsive {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-2 p {
    font-size: 16px;
    line-height: 22px;
  }
}
.home .t3-sl-3 p > img {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .home .t3-sl-3 p > img {
    margin-top: 0;
  }
}
.home .t3-sl-3,
.home .t3-sl-4 {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-3 p,
  .home .t3-sl-4 p {
    font-size: 16px;
    line-height: 22px;
  }
}
.home .t3-sl-3 .jumbotron,
.home .t3-sl-4 .jumbotron {
  padding-top: 0;
}
.home .t3-sl-3 .jumbotron h1,
.home .t3-sl-4 .jumbotron h1 {
  margin-bottom: 10px;
  margin-top: 0;
}
.home .t3-sl-3 .jumbotron p,
.home .t3-sl-4 .jumbotron p {
  font-size: 18px;
  line-height: 1.25;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .home .t3-sl-3 .jumbotron p,
  .home .t3-sl-4 .jumbotron p {
    font-size: 21px;
  }
}
.home .t3-sl-5 {
  background: #ffffff;
  color: #727272;
  border-top: 1px solid #eeeeee;
  padding: 0;
}
.home .t3-sl-5 .jumbotron {
  border-radius: 0;
  margin-bottom: 0;
}