.hero-unit-home {
  background: #fff url("../images/ft_flex_1.jpg") no-repeat center center / 100% auto;
  padding: 160px 0;
}
.hero-unit-home h1 {
  font-size: 50px;
  max-width: none;
}
.hero-unit-home .jumbotron p {
  font-size: 24px;
  max-width: 70%;
}
.hero-unit-home a, .btn_orange {
  background: #f07621 url("../images/btn_bg_3.jpg") repeat-y scroll 0 0 / 100% auto;
  box-shadow: 0 6px 10px 2px #2d2d2d;
}
.btn_orange {
  box-shadow: 0 6px 10px 2px #999;
}
#videos {
  background-color: #cbcfda;
  padding: 60px 0;
  text-align: center;
}
#videos h2 {
  line-height: normal;
  margin-bottom: 0;
}
#videos p {
  margin: 0;
  padding: 0;
}
#videos .center-line {
  border-color: #3784bf;
}
#videos a {
  cursor: pointer;
  text-decoration: none;
}
#videos h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
}
.testimonials-v-2 {
  background: #f2f2f2 none repeat scroll 0 0;
  overflow: hidden;
  padding: 60px 0;
}
.testi-slide {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.testi-slide p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0;
}
.testi-slide i {
  color: #4497cb;
  margin-right: 10px;
}
.testi-slide img {
  border-radius: 50%;
  height: 200px;
  margin-top: 20px;
  width: 200px;
}
.testi-slide h4 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.testi-slide h4 em {
  font-style: normal;
}
.testi-slide .flex-control-paging li a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ccc;
  box-shadow: none;
  height: 16px;
  width: 16px;
}
.testi-slide .flex-control-paging li a.flex-active {
  background: transparent none repeat scroll 0 0 !important;
  border: 2px solid #4497cb;
}
#cta-1 {
  background-color: #eea236;
  padding: 50px 0;
  text-align: center;
}
#cta-1 h1 {
  color: #fff;
  font-size: 34px;
  line-height: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
#cta-1 p {
  color: #fff;
  font-size: 1.25em;
  margin: 15px 0 0;
  padding: 0;
}
#cta-1 p span {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  padding-top: 10px;
}
#cta-1 .btn_orange {
  box-shadow: 0 6px 10px 2px #9d6c2e;
}