h1{
  color: white;
}
.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kdps-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kdps-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kdps-section {
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 0px;
  padding-bottom: 20px;
}

.kdps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kdps-form-block-login {
  width: 50%;
}

.kdps-submit-admin {
  width: 200px;
  background-color: #2316a8;
}

.ksps-error-text {
  color: #db2f1d;
}

.program-id {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #fff;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #aacd06;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kdps-header-admin {
  background-color: #2316a8;
}

.kdps-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding-left: 10px;
  color: #fff;
  line-height: 14px;
  font-weight: 700;
}

.kdps-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kdps-funcname-wrapper {
  width: 100%;
}

.heading {
  color: #758f02;
  font-size: 20px;
  line-height: 20px;
}

.heading.heading-admin {
  color: #2316a8;
}

.heading.heading-user {
  margin-bottom: 20px;
  color: #321183;
}

.kdps-csv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #3a7532;
  border-radius: 10px;
}

.kdps-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kdps-form-row.alignleft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.kdps-input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kdps-input-block.term {
  width: auto;
  padding-bottom: 20px;
}

.kdps-form-title {
  padding-left: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  margin-top: 0px;
}

.kdps-text-password {
  width: auto;
}

.kdps-text-password.halfwidth {
  width: 50%;
}

.text-block {
  text-align: center;
}

.kdps-admin-body {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kdps-form-password-change {
  width: 100%;
}

.kdps-form-block-password-change {
  width: 100%;
}

.heading-admin {
  color: #2316a8;
  font-size: 20px;
  line-height: 20px;
}

.kdps-submit {
  width: 100%;
  background-color: #321183;
}

.kdps-footer-admin {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2316a8;
}

.text-footer-cp {
  color: #fff;
}

.kdps-header-user {
  background-color: #321183;
}

.kdps-footer-user {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #321183;
  -o-object-fit: fill;
  object-fit: fill;
}

.kdps-entry-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #321183;
  border-radius: 10px;
}

.kdps-entry-confirm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #321183;
  border-radius: 10px;
}

.kdps-form-block-entry {
  width: 100%;
}

.kdps-form-entry {
  width: 100%;
}

.kdps-submit-user {
  width: 100%;
  margin-top: 20px;
  background-color: #416ccf;
}

.kdps-submit-user.back {
  margin-top: 10px;
  background-color: #737375;
}

.paragraph-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-user-attention {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f34747;
}

.p-user-attention.black {
  color: #333;
  font-weight: 700;
}

.p-user-attention.text {
  color: #333;
}

.kdps-check {
  margin-left: 20px;
}

.kdps-form-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.required-mark {
  padding-left: 10px;
  color: #f34747;
}

.kdps-text {
  width: auto;
}

.kdps-text.halfwidth {
  width: 50%;
}

.radio-button-filed {
  margin-left: 20px;
}

.kdps-error-wrapper {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f34747;
  border-radius: 5px;
}

.text-error {
  padding: 5px 5px 5px 20px;
  border-radius: 5px;
  color: #f34747;
}

.text-entry {
  padding-left: 20px;
}

.error-msg {
  color: red;
}

.bottom-space {
  height: 500px;
}

.image {
  margin-right: 0px;
  padding: 5px;
  background-color: #fff;
}

.text-span-2 {
  color: #4979ff;
  text-decoration: underline;
}

.kdps-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kdps-text-title {
  margin-bottom: 10px;
  padding-right: 10px;
}

.kdps-text-number {
  width: auto;
}

.kdps-text-number.halfwidth {
  width: 50%;
}

.html-embed {
  width: 50%;
}

.text-span-3 {
  color: red;
}

.heading-3 {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-4 {
  text-align: center;
}

.kdps-login-contact-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.kdps-login-contact-p {
  padding-top: 10px;
  text-align: center;
}

.text-block-2 {
  text-align: center;
}

.kdps-login-contact-title {
  font-size: 18px;
  text-align: center;
  padding: 5px 0 5px 0;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.dropdown-toggle.w--open {
  padding-left: 0px;
  text-align: left;
}

.kdps-acordion {
  width: 100%;
}

.dropdown-link {
  position: relative;
}

.dropdown-list {
  position: static;
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.select-field {
  width: 50%;
  background-color: #fff;
}

.w-input-date{
  /* display: block; */
  width: 50%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  /* vertical-align: middle; */
  background-color: #ffffff;
  border: 1px solid #cccccc;
}  

@media screen and (max-width: 991px) {
  .kdps-header-user {
    background-color: #321183;
  }

  .kdps-footer-user {
    background-color: #321183;
  }

  .form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    background-color: #fff;
  }

  .link-2 {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .text-span {
    color: #333;
  }

  .text-span-2 {
    color: #1c70ff;
    text-decoration: underline;
  }

  .kdps-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kdps-text-title {
    margin-bottom: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kdps-section {
    height: auto;
  }

  .kdps-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kdps-form-block-login {
    width: 100%;
  }

  .kdps-header-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading.heading-user {
    margin-bottom: 20px;
    text-align: center;
  }

  .kdps-submit {
    width: 100%;
  }

  .kdps-entry-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .required-mark {
    padding-left: 0px;
  }

  .kdps-text.halfwidth {
    width: 100%;
  }

  .field-label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .bottom-space {
    height: 200px;
  }

  .kdps-text-number.halfwidth {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .w-input-date{
    width: 100%;
  }   

}

@media screen and (max-width: 479px) {
  .kdps-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kdps-form-block-login {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .program-id {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .kdps-header-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading.heading-user {
    margin-bottom: 20px;
    text-align: center;
  }

  .kdps-form-block-password-change {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph {
    text-align: center;
  }

  .kdps-form-block-entry {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .p-user-attention {
    font-size: 12px;
  }

  .p-user-attention.text {
    text-align: left;
  }

  .kdps-check {
    margin-left: 0px;
  }

  .kdps-form-item-title {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .required-mark {
    padding-left: 0px;
  }

  .kdps-text.halfwidth {
    width: 100%;
  }

  .radio-button-filed {
    margin-left: 0px;
  }

  .text-error {
    padding-left: 5px;
    text-align: center;
  }

  .field-label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
  }

  .field-label-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .field-label-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .radio-button-label-2 {
    font-size: 12px;
  }

  .field-label-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .text-entry {
    padding-left: 10px;
    font-size: 12px;
  }

  .kdps-text-title {
    font-size: 14px;
  }

  .kdps-text-number.halfwidth {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .select-field {
    width: 100%;
  }
}

.g-recaptcha {
  margin-bottom: 10px;
}

@media print {
  .print_button { display: none;}
}

.item-name{
  margin-top: 0;
  margin-bottom: 0;
}