.gel-layout-container {
  display: -ms-flexbox;
  display: flex;
}

.gel-layout-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gel-layout-section + .gel-layout-section {
  margin-left: 30px;
}

.gel-layout-section:first-child {
  flex: 1 1 50%;
}

.gel-layout-section:last-child {
  flex: 1 1 50%;
}

.gel-lc-align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.gel-lc-align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.gel-lc-align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.gel-lc-left-content-left .gel-layout-section,
.gel-lc-right-content-left .gel-layout-section {
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.gel-lc-left-content-center .gel-layout-section,
.gel-lc-right-content-center .gel-layout-section {
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.gel-lc-left-content-right .gel-layout-section,
.gel-lc-right-content-right .gel-layout-section {
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

@media (max-width: 767px) {
  .gel-layout-container.gel-lc-vertical-mode-tablet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gel-layout-container.gel-lc-vertical-mode-tablet .gel-layout-section {
    width: 100%;
    margin-left: 0 !important;
    flex: 0 0 auto !important;
  }
  .gel-layout-container.gel-lc-vertical-mode-tablet .gel-layout-section + .gel-layout-section {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .gel-layout-container.gel-lc-vertical-mode-mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gel-layout-container.gel-lc-vertical-mode-mobile .gel-layout-section {
    width: 100%;
    margin-left: 0 !important;
    flex: 0 0 auto !important;
  }
  .gel-layout-container.gel-lc-vertical-mode-mobile .gel-layout-section + .gel-layout-section {
    margin-top: 1.5rem;
  }
}

/*# sourceMappingURL=layout-container.css.map */
