/**
 * Shortcodes (Layout Columns)
 ============================================================================ */
@media screen and (min-width: 60.0625em) {
  .lc-quarter {
    width: 25%;
  }
  .lc-half {
    width: 50%;
  }
  .lc-three-quarters {
    width: 75%;
  }
  .lc-third {
    width: 33.3334%;
  }
  .lc-two-thirds {
    width: 66.6667%;
  }
}
/*# sourceMappingURL=shortcodes--layout-columns.css.map */