clearfix : {
      *zoom: 1;
  &:before,
  &:after {
    display: table;
    content: "";
    line-height: 0;
  }
  &:after {
    clear: both;
  }
}
#searchBlock {
    margin-top:80px;
}
#incentiveProgram {
    margin-bottom:30px;
}
#programIncentive {
    border-width: 0;
    box-sizing: inherit;
    display: block;
    font-size: large;
    height: 20px;
    float:left;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0 10px;
    width: 150px;
}
.twitter-typeahead {
    float:left;
}
.incentiveProgram {
    float:left;
    margin-right: 10px !important;
    padding: 10px !important;
    width: 400px;
    font-size: larger;
}
