/*
 * @file
 * Provides the layout styles for layout_66_33.
 */

.col2-6-3 {
  display: flex;
  flex-wrap: wrap;
}

.col2-6-3 > .layout__region {
  flex: 0 1 100%;
}

.col2-6-3 > .layout__region--full {
  flex: 0 1 100%!important;
}

@media screen and (min-width: 40em) {
  .col2-6-3 > .layout__region {
    flex: 0 1 66%;
  }
  .col2-6-3 > .layout__region--second {
    flex: 0 1 34%;
  }
}
