.GLP2Cols {
  display: -ms-flexbox;
  display: flex;
  margin: auto; }
  @media (min-width: 1200px) {
    .GLP2Cols {
      width: 100%;
      padding: 0; } }
  @media (max-width: 991.98px) {
    .GLP2Cols {
      display: block;
      width: 100% !important;
      padding: 0 5%; } }
  @media (max-width: 767.98px) {
    .GLP2Cols {
      padding: 0 5%; } }
  .GLP2Cols .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 767.98px) {
      .GLP2Cols .right {
        width: 100% !important; } }
  .GLP2Cols .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767.98px) {
      .GLP2Cols .left {
        width: 100% !important;
        -ms-flex-pack: center;
            justify-content: center; } }
  .GLP2Cols .region::before {
    content: none; }
  @media (max-width: 991.98px) {
    .GLP2Cols.experience-container-mobile-grid-2r1c {
      padding: 0; } }

.layoutCta {
  display: table; }

@media (max-width: 767.98px) {
  .rightAndLeft {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .rightAndLeft .right {
      -ms-flex-order: 1;
          order: 1; }
    .rightAndLeft .left {
      -ms-flex-order: 2;
          order: 2; } }

.GpContainer {
  margin: auto;
  width: 100%; }
  @media (min-width: 1200px) {
    .GpContainer {
      max-width: 1143px;
      width: 1143px; } }
  @media (max-width: 991.98px) {
    .GpContainer {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .GpContainer.flex-column {
      -ms-flex-direction: column !important;
          flex-direction: column !important; } }


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