.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 544px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.GLP2Cols {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  padding: 0; }
  @media (max-width: 1199.98px) {
    .GLP2Cols {
      display: block;
      width: 100% !important;
      padding: 0 5%; } }
  @media (max-width: 768.98px) {
    .GLP2Cols {
      padding: 0 5%; } }
  .GLP2Cols .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: self-start;
        align-items: self-start;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 768.98px) {
      .GLP2Cols .right {
        width: 100%; } }
  .GLP2Cols .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: self-start;
        align-items: self-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 768.98px) {
      .GLP2Cols .left {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; } }
  .GLP2Cols .region::before {
    content: none; }
  @media (max-width: 768.98px) {
    .GLP2Cols:not(.social-media-group) .left {
      width: 100% !important; } }

@media (max-width: 768.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: 1920px) {
    .GpContainer {
      max-width: 1143px;
      width: 1143px; } }


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