/*
 * @file
 * Provides the layout styles for layout--fivecol-33-17-17-17-16.
 */

.layout--fivecol-33-17-17-17-16 > .layout-inner-container {
  display: flex;
  flex-wrap: wrap;
}

.layout--fivecol-33-17-17-17-16 .layout__region {
  flex: 0 1 100%;
}

@media screen and (min-width: 40em) {
  .layout--fivecol-33-17-17-17-16 .layout__region {
    flex: 0 1 auto;
    width: 16.66666%;
  }

  .layout--fivecol-33-17-17-17-16 .layout__region--first {
    width: 33.33333%;
  }

}
