.layout-row {
  -ms-flex: 1;
      flex: 1; }

.layout-column {
  -ms-flex: 1 auto;
      flex: 1 auto; }

@media only screen and (max-width: 667px) {
  .inverse-twocol-mob .twocol-col1 {
    -ms-flex-order: 2;
        order: 2; }
  .inverse-twocol-mob .twocol-col2 {
    -ms-flex-order: 1;
        order: 1; } }

/*# sourceMappingURL=layouts.css.map*/