/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Layout.
 */

.container {
  width: 100%;
  max-width: 1350px;
  padding-left: 18px;
  padding-right: 18px
}

@media (min-width: 1200px) {

.container {
    padding-left: 36px;
    padding-right: 36px
}
  }

.page-wrapper {
  max-width: 1570px;
  background: #fff;
}

/* Contains the social sidebar, and the primary content area. */

@media (min-width: 1200px) {

.layout-main {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap
}
  }

@media (min-width: 1200px) {

[dir="ltr"] .main-content {
    margin-right: auto
  }

[dir="rtl"] .main-content {
    margin-left: auto
  }

.main-content {
    width: calc(100% - 90px)
}
  }

.main-content__container {
  padding-top: 54px
}

@media (min-width: 700px) {

.main-content__container {
    padding-top: 90px
}
  }
