.chapter > :first-child {
  margin-top: 0; }

div.itemizedlist.indented {
  margin-left: 4rem; }

p.numbered-paragraph {
  margin-left: 4rem; }
  p.numbered-paragraph .paragraph-number {
    float: left;
    margin-left: -4rem;
    padding-right: 5px; }

article.numbered-paragraph {
  display: flex; }
  article.numbered-paragraph > h1, article.numbered-paragraph > h2, article.numbered-paragraph > h3, article.numbered-paragraph > h4, article.numbered-paragraph > h5, article.numbered-paragraph > h6 {
    font-size: inherit;
    font-weight: normal;
    flex: 0 0 3rem;
    font-family: inherit;
    line-height: 1.6;
    padding-right: 10px;
    margin-top: 0; }
  article.numbered-paragraph p:first-child {
    margin-top: 0; }

.loader {
  text-align: center; }

.loader[aria-hidden='true'] {
  display: none; }

.icon--rationale {
  vertical-align: baseline; }

.expandable > .section:first-child {
  margin-top: 0;
  padding-top: 0; }

.expandable > .section:first-child > .section:first-child {
  margin-top: 0;
  padding-top: 0; }

.expandable[aria-hidden='true'] {
  display: none; }

.expandable .btn--rationale {
  white-space: normal; }

.mediaobject table tbody, .mediaobject table thead, .mediaobject table tr, .mediaobject table td {
  border: none; }

[class*=icon-], [class*=icon-nice] {
  vertical-align: middle;
  line-height: normal; }
  [class*=icon-]:before, [class*=icon-nice]:before {
    display: inline; }

.tools-resources > div {
  padding: 0 !important; }

.tools-resources h2 {
  font-size: 1.75rem;
  line-height: 1.25; }

.tools-resources img {
  height: auto; }

.tools-resources .row p {
  margin-top: 0; }

.informaltable {
  padding-bottom: 1rem; }
  .informaltable table {
    display: table; }
  .informaltable caption {
    padding-bottom: 5px;
    text-align: left; }
  .informaltable tr:nth-child(even) {
    background-color: #fbfaf8; }
  .informaltable td, .informaltable th {
    word-wrap: break-word; }
  .informaltable th {
    vertical-align: top; }
    .informaltable th p {
      font-weight: bold; }

.card.remove-bottom-border {
  border-bottom: none; }

.panel--relatedqs hr {
  margin: 1rem 0; }

.hr-custom-tab {
  border-bottom: 3px solid #0e0e0e; }
