/*/ 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: 45%;
}
.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: 30%;
}
.oneoverthree .wg-first-column,
.threeColumns .wg-first-column {
  margin-right:2%;
}
.rightcolumn .wg-first-column {
  width: 73%;
}
.rightcolumn .wg-second-column {
  width: 25%;
}
