body {
  width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 2em;
}
.hero-unit-home {
  background: #fff url("../images/brokers_flex_1.jpg") no-repeat scroll center 0 / 100% auto;
}
.container .jumbotron, .container-fluid .jumbotron {
  height: 582px;
}
.leadgen-box {
  clear: both;
}
.leadgen-box-icon {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: right;
  top: 6px;
  width: 50px;
}
.leadgen-box-info {
  padding-left: 65px;
}
.leadgen-box-info h4 {
  color: #EE7620;
  /*font-size: 1.125em;*/
  font-weight: 700;
  margin-bottom: 0;
}
#leadCount {
  background: #3784bf none repeat scroll 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
#leadCount h3 {
  color: #fff;
  font-size: 2.0625em;
  font-weight: 600;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
}
#leadCount h3 span {
  display: block;
}
#leadCount p {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 10px 10px 10px 0;
}
#CRM {
  padding-bottom: 60px;
}
#CRM h4 {
  color: #EE7620;
}
#cl_btn {
  background: rgba(0, 0, 0, 0) url("../images/btn_bg_1.jpg") repeat-y scroll 0 0 / 100% auto;
  border: medium none;
  box-shadow: 0 6px 10px 0 #999;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  padding: 0;
  width: 190px;
}
body#brokers .navbar li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  /*border-bottom: 5px solid #10069F;*/
  color: #EE7620;
}

@media only screen and (max-width: 768px) {
  .hero-unit-home {
    background-attachment: scroll;
    background-position: 60% 0;
    background-size: auto 100%;
    padding: 25px;
  }
}
