<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cmn-tabs.unsecured-creditor-style {
  padding: 0 0 60px 0;

  /* Tablet */
  @media (max-width: 991px) {
    padding: 0 0 40px 0;
  }
  /* Mobile */
  @media (max-width: 767px) {
    padding: 0 0 30px 0;
  }

  h2 {
    margin-bottom: 40px;

    /* Mobile */
    @media (max-width: 767px) {
      margin-bottom: 30px;
    }
  }
}

.disclaimer.unsecured-creditor-style {
  padding: 60px 0px 40px;

  /* Tablet */
  @media (max-width: 991px) {
    padding: 50px 0px 30px;
  }
  /* Mobile */
  @media (max-width: 767px) {
    padding: 40px 0px 20px;
  }

  p {
    margin-bottom: 20px;
  }
}

.attorney-filter.unsecured-creditor-style {
  padding-top: 0;

  h2.related-attorneys {
    color: #015cae;
    margin-bottom: 40px;
  }
}

.unsecured-creditor-style {
  padding-bottom: 60px;

  /* Tablet */
  @media (max-width: 991px) {
    padding-bottom: 60px;
  }
  /* Mobile */
  @media (max-width: 767px) {
    padding-bottom: 50px;
  }

  div.badge:hover {
    color: #1f2141 !important;
  }

  strong a {
    font-weight: 700;
  }

  h1 {
    margin-bottom: 40px;

    /* Mobile */
    @media (max-width: 767px) {
      margin-bottom: 30px;
    }
  }

  h5 {
    margin-bottom: 30px;
  }


  .link-group-heading {
    color: #015cae;
    margin-top: 20px;
  }

  .link-group-heading:first-of-type {
    margin-top: 0;
  }

  .nav-pills {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;

    /* Tablet */
    @media (max-width: 991px) {
      padding-bottom: 60px;
    }
    /* Mobile */
    @media (max-width: 767px) {
      padding-bottom: 30px;
    }
  }

  .nav-pills .nav-link:not(.active) {
    background: #fff;
  }

  .intro-box {
    font-weight: 500;
    /*border: 2px solid rgba(16, 17, 34, .0784313725);*/
    background: rgb(225, 232, 236);
    padding: 25px 30px;
    margin-bottom: 60px;

    /* Mobile */
    @media (max-width: 767px) {
      padding: 15px 20px;
      margin-bottom: 40px;
    }

    p {
      margin: 0;
    }
  }

  .disclaimer {
    font-size: 14px;
    line-height: 1.5em;
  }

  .footnotes {
    position: relative;
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 40px;
    margin-top: 40px;

    p {
      margin-bottom: 20px;
    }
  }

  .footnotes::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    background: #31b9f5;
    width: 48px;
    height: 6px;
  }

  table.tablepress {
  	border: 1px solid rgb(225, 232, 236) !important;
  }

  .tablepress thead th {
  	background: rgb(225, 232, 236) !important;
  }

  .tablepress th,
  .tablepress td {
  	padding: 8px 10px !important;
    font-size: 16px;
    line-height: 1.4em;

    /* Mobile */
    @media (max-width: 767px) {
      padding: 3px 5px !important;
      font-size: 14px;
    }
  }

}
</pre></body></html>