/* ==========================================================================
   Region Group
   ========================================================================== */
/**
 * Core Region Group
 *
 * This component contains multiple regions and allows you to create groups of
 * regions that appear together.  It allows you to group regions together for
 * any given context.
 */
/* line 19, ../../scss/core/RegionGroup.scss */
.a-RegionGroup .a-Region--stacked:last-child {
  border-width: 1px 0 1px 0 !important;
}
/* line 22, ../../scss/core/RegionGroup.scss */
.a-RegionGroup.a-RegionGroup--columnContained, .a-RegionGroup.a-RegionGroup--columnContained .a-Region--stacked:first-child {
  border-top-width: 0 !important;
}
