
.horiz-band-content-2col-2-3rds-1-3rd { 
  margin-top: 0;
  padding-top: 0;
}

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

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

  .horiz-band-content-2col-2-3rds-1-3rd .span_2_of_2 {
    width: 31%;
  }

  .horiz-band-content-2col-2-3rds-1-3rd .span_1_of_2 {
    width: 64.5%;
    margin-right: 3.5%;
  }

  .horiz-band-content-2col-2-3rds-1-3rd .col {
    display: block;
    float: left;
  }

  .horiz-band-content-2col-2-3rds-1-3rd .col:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .horiz-band-content-2col-2-3rds-1-3rd .col {
    margin: 0 0 20px 0;
    width:100%;
    clear:both;
  }
}

/* IE8 Or Less */

.horiz-band-content-2col-2-3rds-1-3rd .old-ie .span_1_of_2 {
  width:100%;
  max-width: 625px;
  float: left;
  margin: 0 30px 20px 0;
}
.horiz-band-content-2col-2-3rds-1-3rd .old-ie .span_2_of_2 {
  width:100%;
  max-width: 305px;
  float: left;
  margin-right:0;
}
