/**
 * @file
 * Styling for the ds-2col-stacked-fluid template.
 */

.ds-2col-stacked-fluid-boxes > .group-header {
  float: left; /* LTR */
  width: 60%;
}

.ds-2col-stacked-fluid-boxes > .group-image {
  float: right; /* LTR */
  width: 40%;
}

.ds-2col-stacked-fluid-boxes > .group-left {
  float: left; /* LTR */
  width: 60%;
}

.ds-2col-stacked-fluid-boxes > .group-right {
  float: right; /* LTR */
  width: 40%;
  clear: right;
}

.ds-2col-stacked-fluid-boxes.group-one-column > .group-left,
.ds-2col-stacked-fluid-boxes.group-one-column > .group-right {
  width: 100%;
  float: none;
}

.ds-2col-stacked-fluid-boxes > .group-footer {
  clear: both;
}
