.l-wrapper {
  max-width: 1024px;
  margin: 0 auto; }

.l-wrapper {
  max-width: 1024px;
  margin: 0 auto; }

/**
 * @file
 * Visual styles for menus
 */
@media (max-width: 700px) {
  .l-footer {
    margin-top: 30px; } }

.l-landingpage__row {
  position: relative;
  font-size: 0; }
  .l-landingpage__row .row-background {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    .l-landingpage__row .row-background picture {
      display: block;
      width: 100%;
      height: 100%; }
    .l-landingpage__row .row-background img {
      min-height: 100%;
      width: auto;
      max-width: none;
      min-width: 100%;
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto; }
  .l-landingpage__row .l-wrapper {
    padding: 30px 20px 0 20px; }
  .l-landingpage__row .row-background + .l-wrapper {
    position: relative;
    z-index: 2; }
  .l-landingpage__row .paragraph {
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
  .l-landingpage__row h2.landingpage__row-title {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    margin: 0.5em 0 1em;
    line-height: 1.1em;
    color: inherit; }
    @media (max-width: 700px) {
      .l-landingpage__row h2.landingpage__row-title {
        padding: 30px 0;
        margin: 0px; } }
  .l-landingpage__row:first-child .row-background {
    height: 150%;
    top: -50%; }
    @media (max-width: 700px) {
      .l-landingpage__row:first-child .row-background {
        padding-bottom: 30px; } }

.l-landingpage__row.left {
  text-align: left; }

.l-landingpage__row.right {
  text-align: right; }

.l-landingpage__row.center {
  text-align: center; }

.l-landingpage__row .box:last-child {
  margin-right: 0; }

ol.hero {
  counter-reset: list-counter; }
  ol.hero li {
    list-style: none;
    margin: 50px 0;
    padding-top: 90px;
    position: relative;
    font-size: 18px; }
    @media (min-width: 700px) {
      ol.hero li {
        padding-top: 30px;
        padding-left: 100px; } }
    ol.hero li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: counter(list-counter);
      counter-increment: list-counter;
      width: 80px;
      height: 80px;
      background: #888;
      font-size: 50px;
      text-align: center;
      line-height: 87px;
      border-radius: 100%; }
    ol.hero li li:first-child {
      margin-top: 0; }
    ol.hero li strong.title {
      display: block;
      font-size: 32px;
      margin: 0 0 15px 0; }
    ol.hero li strong.subtitle {
      display: block;
      font-size: 24px;
      font-weight: normal;
      margin: 0 0 10px 0; }

/*# sourceMappingURL=../components/landingpage.css.map */