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

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

  @media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  @media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  @media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  #page,
#page * {
  box-sizing: border-box;
}

.alert.alert-danger li {
    margin-left: 26px;
}

.sa-form-field-group-body .Select-control .Select-input {
    height: 42px !important;
    border: none !important;
}

.sa-form-field-group-body .Select-control .Select-value {
    line-height: 44px !important;
}

.sa-form-nav-pages li {
    line-height: 23px;
}

body {
  margin: 0;
  background: #f5f7fa;
  color: #253243;
  font: 16px/1.55 "Lato", "Helvetica Neue", Arial, sans-serif;
}

#page header {
  background: #fff;
  border-bottom: 1px solid #e4ebf2;
}

#page .header-image {
  padding: 24px 16px !important;
}

#page .header-image img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: min(260px, 70vw) !important;
  max-height: 96px !important;
  object-fit: contain;
  margin: 0 auto !important;
}

#content-body {
  padding: 0 16px 48px;
}

#content-body main,
#page .portal-nav,
#page .portal-sub-nav,
#page footer {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#page .portal-nav {
  padding: 12px 0 0 !important;
}

#page .portal-sub-nav {
  margin-top: 8px;
  margin-bottom: 16px;
}

#page .header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#page .header-actions a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  color: #29445f;
  text-decoration: none;
  border-radius: 6px;
}

#page .header-actions .active a,
#page .header-actions a:hover {
  background: #eaf2fb;
  color: #174f86;
}

#page .sa-form {
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(19, 45, 75, 0.08);
  padding: 36px;
}

#page .sa-form-title {
  margin: 0 0 18px;
  color: #173a5e;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

#page .sa-form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: #f7fafc;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
}

#page .sa-form-nav-page-name {
  color: #173a5e;
  font-weight: 700;
}

#page .sa-form-nav-pages {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #a6b3c0;
  list-style: none;
}

#page .sa-form-nav-pages-current {
  color: #2969b0;
}

#page .sa-form-field {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #ecf1f5;
}

#page #custom-field-0 {
  padding-top: 0;
  border-top: 0;
}

#page .sa-form-comment-field,
#page .sa-form-field-group-body[text_type="explanation"]:not(:empty) {
  padding: 0px 18px;
  background: #f8fafc;
  /* border: 1px solid #e2e8f0; */
  border-left: 2px solid #2969b0;
  border-radius: 8px;
  color: #334155;
}

#page .sa-form-comment-field span {
  color: #334155 !important;
}

#page .sa-form-comment-field p {
  margin: 0;
  padding-top: 12px;
}

#page .sa-form-comment-field h1 {
  margin: 18px 0 8px;
  color: #173a5e !important;
  font-size: 16px !important;
  line-height: 1.4;
}

#page .sa-form-comment-field a {
  color: #2969b0 !important;
  font-weight: 700;
}

#page .sa-form-field[data-flavor="section"] {
  padding: 30px 0 8px;
  border-top: 0;
}

#page .sa-form-field[data-flavor="section"] > div {
  padding: 0 0 10px;
  color: #173a5e !important;
  font-size: 18px;
  font-weight: 700;
  /* border-bottom: 2px solid #dbe7f3; */
}

#page .sa-form-field[data-flavor="section"] span {
  color: inherit !important;
  font-size: inherit !important;
}

#page .sa-form-field[data-flavor="section"] br {
  display: none;
}

#page .sa-form-field-group {
  display: grid;
  grid-template-columns: minmax(210px, 31%) minmax(0, 1fr);
  gap: 12px 24px;
  margin: 0 0 10px;
}

#page .sa-form-field-group-prompt {
  margin: 0;
  color: #1f2f3f;
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
}

#page .sa-form-field-group-prompt:empty {
  display: none;
}

#page .sa-form-field-group-prompt:empty + .sa-form-field-group-body {
  grid-column: 1 / -1;
  width: 100%;
}

#page .sa-form-field-group-body:empty {
  display: none;
}

#page input[type="text"],
#page input[data-type="date"],
#page select,
#page textarea,
#page .Select-control {
  width: 100% !important;
  min-height: 44px;
  /* padding: 10px 12px !important; */
  background: #fff !important;
  border: 1px solid #cad6e2 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #1f2f3f !important;
  font: inherit !important;
}

#page input:focus,
#page select:focus,
#page textarea:focus,
#page .Select.is-focused .Select-control {
  outline: none !important;
  border-color: #2969b0 !important;
  box-shadow: 0 0 0 3px rgba(41, 105, 176, 0.16) !important;
}

#page .sa-form-subfield-grouping {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px 16px;
  margin: 0 !important;
}

#page .sa-form-sub-field {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#page .sa-form-sub-field[data-flavor$=".address_1"],
#page .sa-form-sub-field[data-flavor$=".address_2"] {
  grid-column: span 2;
}

#page .form-text {
  display: block;
  margin-top: 6px;
  color: #64748b !important;
  font-size: 13px;
  line-height: 1.35;
}

#page .sa-form-boolean-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#page .sa-form-boolean-field input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#page .sa-form-boolean-label {
  margin: 0 !important;
  padding: 9px 16px;
  background: #fff;
  border: 1px solid #cad6e2;
  border-radius: 6px;
  color: #25384d;
  cursor: pointer;
  font-weight: 700;
}

#page .sa-form-boolean-field input[type="radio"]:checked + .sa-form-boolean-label {
  background: #2969b0;
  border-color: #2969b0;
  color: #fff;
}

#page .sa-form-submit-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e6ebf1;
}

#page .sa-form-submit-buttons .btn {
  min-height: 44px;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  font-weight: 700;
  text-decoration: none !important;
}

#page .sa-form-submit-buttons .submit-form {
  background: #2969b0 !important;
  border-color: #2969b0 !important;
  color: #fff !important;
}

#page .sa-form-submit-buttons .submit-form:hover {
  background: #1f568f !important;
  border-color: #1f568f !important;
}

#page .sa-form-submit-buttons .save_finish {
  color: #496278 !important;
  background: transparent !important;
}

#page footer {
  padding: 18px 16px 32px;
  color: #7a8795;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 760px) {
  #page .header-image {
    padding: 16px !important;
  }

  #page .header-image img {
    max-width: 190px !important;
    max-height: 72px !important;
  }

  #page .sa-form {
    padding: 22px 16px;
  }

  #page .sa-form-title {
    font-size: 24px;
  }

  #page .sa-form-nav,
  #page .sa-form-field-group {
    display: block;
  }

  #page .sa-form-field-group-prompt {
    margin-bottom: 8px;
  }

  #page .sa-form-subfield-grouping {
    grid-template-columns: 1fr;
  }

  #page .sa-form-sub-field[data-flavor$=".address_1"],
  #page .sa-form-sub-field[data-flavor$=".address_2"] {
    grid-column: auto;
  }

  #page .sa-form-submit-buttons {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  #page .sa-form-submit-buttons .btn {
    width: 100%;
  }
}

.header-actions-left .header-action-icon {
    padding: 1px 15px 0 0;
}

  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: ##0064a6;
  }

  section h2:first-of-type {
    border-bottom-color: ##0064a6;
  }

  #content-body {
    border-top-color: ##0064a6
  }

  .notification-alert {
    background-color: rgba(0, 100, 166, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: ##0064a6;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: ##0064a6;
  }

  li.page-item.active > a.page-link {
    background-color: ##0064a6
  }

  ul.header-actions > li > a > .header-action-label {
    color: ##0064a6
  }

  .student-summary-action-link {
    color: ##0064a6
  }

  button.btn-primary {
    background-color: ##0064a6
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: ##0064a6
    }
  }
}


  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: ##0064a6;
  }

  section h2:first-of-type {
    border-bottom-color: ##0064a6;
  }

  #content-body {
    border-top-color: ##0064a6
  }

  .notification-alert {
    background-color: rgba(0, 100, 166, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: ##0064a6;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: ##0064a6;
  }

  li.page-item.active > a.page-link {
    background-color: ##0064a6
  }

  ul.header-actions > li > a > .header-action-label {
    color: ##0064a6
  }

  .student-summary-action-link {
    color: ##0064a6
  }

  button.btn-primary {
    background-color: ##0064a6
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: ##0064a6
    }
  }
}


  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: ##0064a6;
  }

  section h2:first-of-type {
    border-bottom-color: ##0064a6;
  }

  #content-body {
    border-top-color: ##0064a6
  }

  .notification-alert {
    background-color: rgba(0, 100, 166, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: ##0064a6;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: ##0064a6;
  }

  li.page-item.active > a.page-link {
    background-color: ##0064a6
  }

  ul.header-actions > li > a > .header-action-label {
    color: ##0064a6
  }

  .student-summary-action-link {
    color: ##0064a6
  }

  button.btn-primary {
    background-color: ##0064a6
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: ##0064a6
    }
  }
}


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

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

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

  .notification-alert {
    background-color: rgba(0, 100, 166, 0.1);
  }

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

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

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

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

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

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

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: ##0064a6
    }
  }
}
