/**
 * @file
 * Component Layout CSS and some Page layout overrides
 */
.l-header {
  margin: 0;
}

.layout .l-messages {
  margin: 0 0 2rem;
}

/* Push the footer down to the bottom of the page. */
.layout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.admin-bar body .layout {
  padding-top: 33px;
  margin-top: -33px;
}

.l-wrapper {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.l-header,
.l-footer {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.l-hero .container {
  padding: 0;
}

.l-hero .block-hero {
  margin: 0;
}

/* Hero layouts overrides */
.hero-layouts .container,
.hero-layouts .container-fluid {
  display: block;
}
/*# sourceMappingURL=layout.css.map */
