/*
 * @file
 * Provides the layout styles for layout_threecol_25_25_25_25.
 */
.col4-equal {
  display: flex;
  flex-wrap: wrap;
}

.col4-equal > .layout__region {
  flex: 0 1 100%;
}

.col4-equal > .layout__region--full {
  flex: 0 1 100%!important;
}

@media screen and (min-width: 40em) {
  .col4-equal > .layout__region {
    flex: 0 1 25%;
  }
}
