/*
 * @file
 * Provides the layout styles for three-column layout section.
 */

@media screen and (min-width: 40em) {

  .layout--threecol-section--33-33-33 > .grid-row-content-wrapper > .layout__region.layout__region--first,
  .layout--threecol-section--33-33-33 > .grid-row-content-wrapper > .layout__region.layout__region--second,
  .layout--threecol-section--33-33-33 > .grid-row-content-wrapper > .layout__region.layout__region--third {
    flex: 0 1 33%;
    justify-content: space-between;
  }

}

main.usa-section .layout-builder-block.contextual-region .contextual .contextual-links::before {
  width: 0;
  height: 0;
}
