.headroom-wrapper {
  position: relative !important;
}

.template-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.template-content.fade-in {
  opacity: 1;
}
.template-content p {
  margin-bottom: 20px;
}
.template-content img {
  height: auto;
  max-width: 100%;
}
.template-content ul {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 20px;
}
.template-content [role=list] {
  list-style: none;
  margin: 0;
}

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