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

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

  /* :root {
  primary: #3d692d;
  secondary: #d6c8c3;
  links: #e78700;
} */
a {
  color: #e78700;
}
body {
  color: #000000;
  font-family: Open Sans,sans-serif;
  font-size: .8em;
}
.btn {
  background-color: #3d692d;
  border-color: #3d692d;
  border-radius: 1px;
  color: #ffffff;
}
.btn:active {
  background-color: #3d692d !important;
  border-color: #3d692d;
  border-radius: 1px;
  color: #ffffff;
}
.btn:disabled {
  background-color:#cecece !important;
  border-color:#cecece !important;
}
.btn:hover {
  background-color: #ffffff !important;
  border-color: #3d692d !important;
  border-radius: 1px;
  color: #3d692d;
}
.cta-widget {
  background-color: #eee8e6;
  color: #000000;
  font-size: 1em;
  margin-top: 10px;
}
.cta-widget a:active{
  color: #e78700;
}  
.cta-widget-blue {
  background-color: #eee8e6;
  border-color: #d6c8c3 !important;
  border-radius: 1px;
  border-style: solid; 
  border-width: 1px;
}
.cta-widget-blue a:active{
  color: #e78700;
}  
.cta-widget-small a:hover {
  color: #e78700;
}  
.explanation-text {
 color: #000000;
  font-family: Open Sans,sans-serif;
  font-size: .8em;
}
.fa-link {
  color: #e78700;
}
.form-label {
  font-weight: bold;
}
.header-action-label {
  color: #3d692d;
  font-size: 1.25em;
}
.header-actions-left {
  font-size: 1.5em;
}
.nav-item {
  border-color: #3d692d !important;
}
.portal-base {
  color: #000000;
  font-size: 1.12em;
}
.progress-bar {
  background-color: #3d692d !important;
}
.student-summaries-instructions {
  color: #000000;
  font-size: 1em;
}
.student-summary {
  color: #000000;
  font-family: Open Sans,sans-serif;
}
.student-summary-name {
  color: #000000;
  font-family: Open Sans,sans-serif;
}
.student-summary-progress {
  color: #000000;
  font-family: Open Sans,sans-serif;
}
.student-summary-track {
  color: #000000;
  font-family: Open Sans,sans-serif;
}
.summary-student-name {
 color: #3d692d;
  font-family: Open Sans,sans-serif;
}
.summary-student-status {
 color: #000000;
  font-family: Open Sans,sans-serif;
}

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

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

  #content-body {
    border-top-color: #3d692d;
  }

  .notification-alert {
    background-color: rgba(61, 105, 45, 0.1);
  }

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

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

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

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

  .student-summary-action-link {
    color: #3d692d;
  }

  button.btn-primary {
    background-color: #3d692d;
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #3d692d;
    }
  }
}
