<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  

  h1,
  h2,
  h3,
  .sa-form-title,
  .sa-form-nav-page-name,
  .sa-form-nav-pages-current i.fa-circle,
  .sa-form-field[data-flavor='section'],
  .sa-form-field[data-flavor='subsection']
  {
    color: #0a477d;
  }

  section h2:first-of-type {
    border-bottom-color: #0a477d;
  }

  #content-body {
    border-top-color: #0a477d
  }

  .notification-alert {
    background-color: rgba(10, 71, 125, 0.1);
  }

  .notification-alert .notification-icon &gt; i {
    color: #0a477d;
  }

  .summary-communication &gt; .notification-icon &gt; .fa-bullhorn {
    color: #0a477d;
  }

  li.page-item.active &gt; a.page-link {
    background-color: #0a477d
  }

  ul.header-actions &gt; li &gt; a &gt; .header-action-label {
    color: #0a477d
  }

  .student-summary-action-link {
    color: #0a477d
  }

  button.btn-primary {
    background-color: #0a477d
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #0a477d
    }
  }
}
</pre></body></html>