/*/ styles for the layout asset /*/
.wg-left {
  float: left;
}
.wg-right {
  float: right;
}
.wg-clear {
  clear: both;
}
.sidebyside .wg-content-position, .oneovertwo .wg-content-position {
  width: 49%;
}
.oneovertwo .wg-top {
  width: 100%;
}
.oneoverthree .wg-first-column, .oneoverthree .wg-second-column, .oneoverthree .wg-third-column,
.threeColumns .wg-first-column, .threeColumns .wg-second-column, .threeColumns .wg-third-column {
  width: 32%;
}
.oneoverthree .wg-first-column,
.threeColumns .wg-first-column {
  margin-right:2%;
}
.rightcolumn .wg-first-column {
  width: 65%;
}
.rightcolumn .wg-second-column {
  width: 33%;
}
