/* line 1, ../../sass/sticky_footer.scss */
* {
  margin: 0;
}

/* line 5, ../../sass/sticky_footer.scss */
html, body {
  height: 100%;
}

/* line 9, ../../sass/sticky_footer.scss */
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -60px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 16, ../../sass/sticky_footer.scss */
.footer, .push {
  height: 60px;
  /* .push must be the same height as .footer */
  position: relative;
}

/* line 21, ../../sass/sticky_footer.scss */
.footer-content {
  background-color: rgba(0, 0, 0, 0.02);
  text-align: center;
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
}
/* line 38, ../../sass/sticky_footer.scss */
.footer-content p {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 4px;
}
/* line 42, ../../sass/sticky_footer.scss */
.footer-content p strong {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
}
