.no-edit .ccm-page > header {
  position: relative;
  background-color: #333;
}

article .page-wrapper {
  max-width: 1500px;
}
article .block-content-full {
  margin-top: 50px;
}
article h1, article h2, article h3, article h4, article strong {
  font-family: "roboto_slabbold", sans-serif;
}
article h3 {
  margin: 30px 0;
}
article p, article ul, article ol {
  margin-bottom: 30px;
}

.btn-green {
  background-color: #84bf41;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.btn-green:hover {
  background: #333;
  color: #fff;
}

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