@import "../page-layout-base";
//
// Two Regions - stack order 2-1
//
// All regions are full width, only the flex order changes.
// ---------------------------------------------------------------------------

.twocol-stack-order-2-1 {

  // Two active regions.
  .arc--2 {
    .l-r {
      &:first-child {
        order: 2;
      }
      &:last-child {
        order: 1;
      }
    }
  }
}

