/**
 * nswbc-styleguide
 * @version v0.0.1
 * @timestamp 1637895162
 */
/**
 * This style should not be loaded on AEM environment
 */
.aem-Grid {
  display: block;
  width: 100%;
}

.aem-GridColumn {
  padding: 0 15px;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

.articleLayout {
  max-width: 1170px !important;
  float: none !important;
  clear: both !important;
  margin: 0 auto !important;
}
