@charset "UTF-8";

/*
 * Site-owned layout helpers replacing former concrete5 wrapper classes.
 */

.page-shell,
.layout-group,
.layout-group__col,
.layout-group__inner,
.content-surface,
.content-image {
  display: block;
}

.page-shell::after,
.layout-group::after,
.content-surface::after {
  content: "";
  display: block;
  clear: both;
}

.layout-group__col,
.layout-group__inner,
.content-surface,
.content-image {
  width: 100%;
}

.layout-group__col {
  min-height: 1px;
}

.image-responsive {
  max-width: 100%;
  height: auto;
}
