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

  body  {
    background-color:#0F2E4C !important;
  }

  .video-responsive{

     overflow:hidden;

     padding-bottom:56.25%;

     position:relative;

     height:0;

}

.video-responsive iframe{

   left:0;

   top:0;

   height;100%;

  width:100%;

  position:absolute;

}


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

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

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

  .notification-alert {
    background-color: rgba(15, 46, 76, 0.1);
  }

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

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

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

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

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

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

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #0F2E4C
    }
  }
}
