.index-row {
    margin-bottom: -13px;
}

.index-row .span8 .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 624px;
}
.index-row .span8 .row:before,
.index-row .span8 .row:after {
  display: none;
}

.index-row .span8 .row .span4 {
  margin-right: 0;
  margin-bottom: 54px;
  flex: 0 1 auto;
  float: none;
}

.index-group {

}

.index {
	margin-bottom: 44px;
}

.index-content {
	padding: 10px 0 0 0;
}

.index p {
	margin-bottom: 16px;
}


.index-2 {
	margin-bottom: 54px;
}

.index-2 h3 {

}

.index-2 p {
	margin-bottom: 22px;
}

.index-2 img {
	margin-bottom: 17px;
}

/* Downloads */

.index-downloads {
    margin-bottom: 40px;
    margin-top: 22px;
}
