
.horiz-band-content-3col { 
  margin-top: 0;
  padding-top: 0;
}

.horiz-band-content-3col .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

@media only screen and (min-width: 769px) {

  .horiz-band-content-3col .span_3_of_3 {
    width: 31%;
  }

  .horiz-band-content-3col .span_2_of_3 {
    width: 31%;
    margin-right: 3.5%;
  }

  .horiz-band-content-3col .span_1_of_3 {
    width: 31%;
    margin-right: 3.5%;
  }

  .horiz-band-content-3col .col {
    display: block;
    float: left;
  }

  .horiz-band-content-3col .col:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .horiz-band-content-3col .section {
    width: 100%;
  }
  .horiz-band-content-3col .col {
    margin: 0 0 20px 0;
  }
  .horiz-band-content-3col .content-col-wrapper {
    margin-bottom: 20px;
  }
}

/* IE8 Or Less */

.horiz-band-content-3col .old-ie .span_1_of_3 {
  width:100%;
  max-width: 300px;
  float: left;
  margin: 0 20px 20px 0;
}
.horiz-band-content-3col .old-ie .span_2_of_3 {
  width:100%;
  max-width: 300px;
  float: left;
  margin: 0 20px 20px 0;
}
.horiz-band-content-3col .old-ie .span_3_of_3 {
  width:100%;
  max-width: 300px;
  float: left;
  margin-right:0;
}
