body {
  background-color: #F8F9FC;
}

button:not([disabled]):focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
[contentEditable=true]:focus,
[href]:focus,
[tabindex]:focus,
iframe:focus {
  outline-color: #9355DC;
}

.node-preview-container {
  background: #dfe1e2;
}

.node-preview-container form.node-preview-form-select {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.node-preview-container form.node-preview-form-select a {
  font-weight: 700;
}

.node-preview-container form.node-preview-form-select label {
  color: #1b1b1b;
}

section.usa-hero {
  background-color: #1b1b1b;
  background-position: bottom;
}

.usa-button--outline:hover {
  color: #fff;
  background-color: #54278f;
  border-bottom: 0;
  text-decoration: none;
}

.ow-break-word {
  overflow-wrap: break-word;
}

.table-responsive-text {
  table-layout: auto;
  width: 100%;
}

.table-responsive-text table {
  width: 100%;
}

.table-responsive-text td {
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  min-width: 100px;
  max-width: 300px;
}

.usa-alert{
  overflow-wrap: break-word;
}

.text-capitalize {
  text-transform: capitalize;
}