.row-need-help {
  margin-top: 40px; }

.need-help {
  margin: 10px 0 10px 0; }
  .need-help .span4 {
    margin-right: 0;
    width: 33%; }
    @media (max-width: 767px) {
      .need-help .span4 {
        width: 100%; } }
  .need-help .span4:last-child {
    float: none; }
  .need-help a {
    line-height: 30px;
    text-decoration: none; }
  .need-help #need-help-link {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase; }
    .need-help #need-help-link a {
      padding-right: 12px; }
    .need-help #need-help-link a#nhl-more {
      background: url("../../../../assets/img/global/ico-arrow-blue-down.png") no-repeat scroll right 5px transparent; }
    .need-help #need-help-link a#nhl-fewer {
      display: none;
      background: url("../../../../assets/img/global/ico-arrow-blue-up.png") no-repeat scroll right 5px transparent; }
  .need-help #need-help-more-content {
    display: none; }
