html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  background-color: #e5e4e3; }

main {
  flex: 1 0 auto; }
  main section [class^="container"],
  main section [class*=" container"] {
    background-color: #fff; }

footer {
  flex-shrink: 0;
  position: relative; }
  footer .tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: url("../../../images/layout/footer-tick.png") no-repeat center top; }
  footer [class^="container"],
  footer [class*=" container"] {
    background-color: #eaeaea;
    background-image: url(../../../images/layout/footer.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed; }
  footer .underline-wavy {
    padding: 20px;
    text-underline-offset: -0.75rem;
    background-color: #eaeaea;
    z-index: 1;
    position: relative; }
  footer hr {
    margin-top: -20px; }

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