@import "../page-layout-base";
//
// Three Regions split 6-6--12
//
// ---------------------------------------------------------------------------

.threecol-split-row-6-6--12 {

  // Two or three regions have layout.
  .hr--1-2,
  .arc--3 {
    .l-r:first-child {
      width: span(6 of 12);
    }
  }

  .hr--1-2 .l-r:last-child,
  .arc--3 .l-r:nth-child(2) {
    width: span(6 of 12);
  }
}
