
.horiz-band-content-2col-left-wraps-to-bottom { 
  margin-top: 0;
  padding-top: 0;
}

.horiz-band-content-2col-left-wraps-to-bottom .section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

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

  .horiz-band-content-2col-left-wraps-to-bottom .span_2_of_2 {
    width: 48.5%;
    float:right;
  }

  .horiz-band-content-2col-left-wraps-to-bottom .span_1_of_2 {
    width: 48.5%;
    float:left;
    margin-right: 3%;
  }

  .horiz-band-content-2col-left-wraps-to-bottom .col {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .horiz-band-content-2col-left-wraps-to-bottom .section {
    width: 100%;/
  }
  .horiz-band-content-2col-left-wraps-to-bottom .col {
    margin: 0 0 20px 0;
  }
  .horiz-band-content-2col-left-wraps-to-bottom .content-col-wrapper {
    margin-bottom: 20px;
  }
}

/* IE8 Or Less */

.horiz-band-content-2col-left-wraps-to-bottom .old-ie .span_1_of_2 {
  width:100%;
  max-width: 465px;
  float: left;
  margin: 0 30px 20px 0;
}
.horiz-band-content-2col-left-wraps-to-bottom .old-ie .span_2_of_2 {
  width:100%;
  max-width: 465px;
  float: left;
  margin-right:0;
}


