@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#1d3e62 !important;
  }

  .header-image {
margin-top: -15px;
}

.header-image img {
max-width:100%;
max-height:550px;
mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0) 88%);
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0) 88%);  
}

  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: #;
  }

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

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

  .notification-alert {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: #;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: #;
  }

  li.page-item.active > a.page-link {
    background-color: #
  }

  ul.header-actions > li > a > .header-action-label {
    color: #
  }

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

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

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #117A8D
    }
  }
}
