/*  Universal placeholder for implementing page container on an element  */
.page-node-type--html .local-tasks,
.page-node-type--html .page-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 997px; }
  @media (max-width: 1024px) {
    .page-node-type--html .local-tasks,
    .page-node-type--html .page-title {
      width: 100%; } }

.white-text {
  color: #fff; }
  .white-text a:not(.btn) {
    color: #fff; }
    .white-text a:not(.btn):hover {
      color: #e0e0e0; }

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