/*
 * @file
 * Provides the layout styles for footer-contact layout section.
 */

body.path-block .layout--threecol-section {
  display: flex;
  flex-wrap: wrap;
}

body.path-block .layout--threecol-section > .layout__region {
  flex: 0 1 100%;
}

body.path-block .icon {
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 40em) {
  body.path-block .layout--threecol-section > .layout__region--first,
  body.path-block .layout--threecol-section > .layout__region--third {
    flex: 0 1 33%;
  }
  body.path-block .layout--threecol-section > .layout__region--second {
    flex: 0 1 34%;
  }
}
