/*!
 * 
 * balboaCapitalChild
 * 
 * @author Joe Rocha
 * @version 0.1.0
 * @link ISC
 * @license ISC
 * 
 * Copyright (c) 2023 Joe Rocha
 * 
 * This software is released under the ISC License
 * https://opensource.org/licenses/ISC
 */
.sidebar-form-body .nf-mp-header,
.sidebar-form-body .hidden-container,
.sidebar-form-body .ninja-forms-req-symbol,
.sidebar-form-body .nf-error.field-wrap .nf-field-element::after,
.sidebar-form-body .field-wrap.nf-pass .nf-field-element.input-select::after,
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li .nf-breadcrumb {
  display: none !important;
}
.sidebar-form-body .field-wrap.checkbox-wrap .ninja-forms-req-symbol {
  display: inline-block !important;
}
.sidebar-form-body
  .field-wrap:not(.html-wrap):not(.submit-wrap):not(.checkbox-wrap):not(
    .file_upload-wrap
  ):not(.listcheckbox-wrap) {
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  border-radius: 5px 5px 0px 0px;
}
.sidebar-form-body
  .field-wrap:not(.checkbox-wrap):not(.listcheckbox-wrap).nf-error {
  border: 3px solid #d32f2f !important;
  border-radius: 5px !important;
}
.sidebar-form-body .field-wrap.nf-active:not(.nf-error) {
  border-bottom-color: #102a54 !important;
}
.sidebar-form-body
  .field-wrap:not(.html-wrap):not(.submit-wrap):not(.checkbox-wrap):not(
    .file_upload-wrap
  ):not(.listcheckbox-wrap)
  .nf-field-label {
  display: block !important;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 18px;
  bottom: 0px;
  width: calc(100% - 32px) !important;
  margin-bottom: 0px !important;
  z-index: 2;
  color: rgba(25, 25, 25, 0.4);
  font-size: 17px;
  font-weight: 700 !important;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
  pointer-events: none;
}
.sidebar-form-body .field-wrap.nf-active .nf-field-label {
  top: 5px !important;
}
.sidebar-form-body .field-wrap.nf-active .nf-field-label label {
  color: #9c9ca6;
  font-size: 13px;
  line-height: 12px;
  opacity: 1;
}
.sidebar-form-body
  .field-wrap:not(.html-wrap):not(.submit-wrap):not(.checkbox-wrap):not(
    .listcheckbox-wrap
  ).nf-active
  .nf-field-element {
  padding-top: 15px;
}
.sidebar-form-body
  .field-wrap:not(.html-wrap):not(.submit-wrap):not(.checkbox-wrap):not(
    .hr-wrap
  ):not(.file_upload-wrap):not(.listcheckbox-wrap)
  .nf-field-element {
  background-color: #e9e7e9;
  border: none !important;
  color: #000;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  outline: 0;
  height: 54px !important;
  margin: 0;
  padding: 15px 5px 5px 5px;
  outline-offset: 0px !important;
  width: 100% !important;
}
.sidebar-form-body .textarea-container .nf-field-element {
  min-height: 200px !important;
}
.sidebar-form-body .textarea-container .nf-field-element textarea {
  resize: none;
}
.sidebar-form-body .nf-field-element .ninja-forms-field {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  color: #000 !important;
}
.sidebar-form-body .nf-field-element.input-select select {
  -webkit-appearance: none;
  appearance: none;
  padding-left: 8px !important;
}
.sidebar-form-body .nf-form-content .list-select-wrap .nf-field-element > div {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.sidebar-form-body .nf-mp-footer {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs {
  margin: 0px !important;
  display: flex;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li {
  flex: 1;
  text-align: left;
  border-bottom: 10px solid #f7f7f7;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li div {
  padding-bottom: 10px;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li div strong,
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li div small {
  color: #102a54;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li.prev-active {
  border-color: green;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li.active div strong,
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li.active div small,
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li.prev-active div strong,
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li.prev-active div small {
  color: green !important;
}
.sidebar-form-body .nf-mp-header .nf-breadcrumbs li div small {
  position: relative;
  top: 5px;
}
.sidebar-form-body .ninja-btn-prev {
  text-align: right !important;
}
.sidebar-form-body .ninja-btn-prev input[type="button"].nf-previous,
.sidebar-form-body .nf-field-element .ninja-forms-field.nf-fu-fileinput-button {
  background-color: rgba(0, 0, 0, 0) !important;
  color: green !important;
  border-color: green !important;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar-form-body .nf-field-element .ninja-forms-field.nf-fu-fileinput-button {
  border: 1px solid #102a54 !important;
  padding: 0.375rem 40px !important;
}
.sidebar-form-body .ninja-btn-prev input[type="button"].nf-previous:hover,
.sidebar-form-body
  .nf-field-element
  .ninja-forms-field.nf-fu-fileinput-button:hover {
  background-color: green !important;
  color: #fff !important;
}
.sidebar-form-body
  .nf-field-element
  input[type="button"].btn-ninja-sidebar.ninja-forms-field {
  background: #328332 !important;
  border-color: #328332 !important;
  width: 100% !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize;
  height: 35px !important;
}
.sidebar-form-body .nf-form-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.sidebar-form .sidebar-form-body p.bc-submit-agreements {
  padding-top: 0px !important;
}
.hidden-container,
.ninja-forms-req-symbol,
.nf-error.field-wrap .nf-field-element::after,
.field-wrap.nf-pass .nf-field-element.input-select::after,
.nf-mp-header .nf-breadcrumbs li .nf-breadcrumb {
  display: none !important;
}
.field-wrap.checkbox-wrap .ninja-forms-req-symbol {
  display: inline-block !important;
}
.field-wrap:not(.html-wrap):not(.submit-wrap):not(.checkbox-wrap):not(
    .listcheckbox-wrap
  ):not(.file_upload-wrap) {
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  border-radius: 5px 5px 0px 0px;
}
.field-wrap:not(.listcheckbox-wrap):not(.checkbox-wrap).nf-error:not(
    .file_upload-wrap
  ).nf-error {
  border: 3px solid #d32f2f !important;
  border-radius: 5px !important;
}
input[type="button"].ninja-forms-field.btn-balboa.balboa-btn-pill {
  background-color: rgba(0, 0, 0, 0) !important;
  color: green !important;
  border: 1px solid green !important;
  border-radius: 20px !important;
}
input[type="button"].ninja-forms-field.btn-balboa.balboa-btn-pill:hover {
  background-color: green !important;
  color: #fff !important;
}
.field-wrap.nf-active:not(.nf-error) {
  border-bottom-color: #102a54 !important;
}
.field-wrap:not(.html-wrap):not(.submit-wrap):not(.listcheckbox-wrap):not(
    .checkbox-wrap
  ):not(.file_upload-wrap)
  .nf-field-label {
  display: block !important;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 18px;
  bottom: 0px;
  width: calc(100% - 32px) !important;
  margin-bottom: 0px !important;
  z-index: 2;
  color: rgba(25, 25, 25, 0.4);
  font-size: 17px;
  font-weight: 700 !important;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
  pointer-events: none;
}
.field-wrap.nf-active .nf-field-label {
  top: 5px !important;
}
.field-wrap.nf-active .nf-field-label label {
  color: #9c9ca6;
  font-size: 13px;
  line-height: 12px;
  opacity: 1;
}
.field-wrap:not(.html-wrap):not(.submit-wrap):not(.listcheckbox-wrap):not(
    .checkbox-wrap
  ):not(.file_upload-wrap).nf-active
  .nf-field-element {
  padding-top: 15px;
}
.field-wrap:not(.html-wrap):not(.submit-wrap):not(.listcheckbox-wrap):not(
    .checkbox-wrap
  ):not(.hr-wrap):not(.file_upload-wrap)
  .nf-field-element {
  background-color: #e9e7e9;
  border: none !important;
  color: #000;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  outline: 0;
  height: 54px !important;
  margin: 0;
  padding: 15px 5px 5px 5px;
  outline-offset: 0px !important;
  width: 100% !important;
}
.textarea-container .nf-field-element {
  min-height: 200px !important;
}
.textarea-container .nf-field-element textarea {
  resize: none;
}
.nf-field-element .ninja-forms-field {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  color: #000 !important;
}
.nf-field-element.input-select select {
  -webkit-appearance: none;
  appearance: none;
  padding-left: 8px !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.nf-mp-footer {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.nf-mp-header .nf-breadcrumbs {
  margin: 0px !important;
  display: flex;
}
.nf-mp-header .nf-breadcrumbs li {
  flex: 1;
  text-align: left;
  border-bottom: 10px solid #f7f7f7;
}
.nf-mp-header .nf-breadcrumbs li div {
  padding-bottom: 10px;
}
.nf-mp-header .nf-breadcrumbs li div strong,
.nf-mp-header .nf-breadcrumbs li div small {
  color: #102a54;
}
.nf-mp-header .nf-breadcrumbs li.prev-active {
  border-color: green;
}
.nf-mp-header .nf-breadcrumbs li.active div strong,
.nf-mp-header .nf-breadcrumbs li.active div small,
.nf-mp-header .nf-breadcrumbs li.prev-active div strong,
.nf-mp-header .nf-breadcrumbs li.prev-active div small {
  color: green !important;
}
.nf-mp-header .nf-breadcrumbs li div small {
  position: relative;
  top: 5px;
}
.ninja-btn-prev {
  text-align: right !important;
}
.ninja-btn-prev input[type="button"].nf-previous,
.nf-field-element .ninja-forms-field.nf-fu-fileinput-button {
  background-color: rgba(0, 0, 0, 0) !important;
  color: green !important;
  border-color: green !important;
  padding-left: 40px;
  padding-right: 40px;
}
.nf-field-element .ninja-forms-field.nf-fu-fileinput-button {
  border: 1px solid green !important;
  padding: 0.375rem 20px !important;
  border-radius: 20px !important;
}
.ninja-btn-prev input[type="button"].nf-previous:hover,
.nf-field-element .ninja-forms-field.nf-fu-fileinput-button:hover {
  background-color: green !important;
  color: #fff !important;
}
.nf-field-element ul li span {
  position: relative;
  top: 7px;
  color: gray;
  font-size: 13px !important;
  font-style: italic;
}
.listcheckbox-heading h3 {
  font-size: 1rem !important;
  font-weight: 700;
  margin-bottom: 0px;
}
.listcheckbox-heading p {
  color: gray;
  font-size: 13px !important;
  font-style: italic;
  margin-bottom: 0px;
}
.listcheckbox-heading {
  margin-bottom: 0px !important;
}
.listcheckbox-container .nf-field-label span.info {
  font-size: 13px !important;
  font-weight: normal;
  color: gray;
  font-style: italic;
}
.checkbox-wrap-padding .nf-field-element ul li:nth-child(2),
.checkbox-wrap-padding .nf-field-element ul li:nth-child(3),
.checkbox-wrap-padding .nf-field-element ul li:nth-child(4),
.checkbox-wrap-padding .nf-field-element ul li:nth-child(5),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(3),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(4),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(5),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(6),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(7),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(8),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(9),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(11),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(12),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(13),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(14),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(15),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(16),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(17),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(19),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(20),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(21),
.checkbox-wrap-padding-race .nf-field-element ul li:nth-child(22) {
  padding-left: 30px !important;
}
.listcheckbox-container .nf-field-element label {
  font-size: 15px;
}
/* .pg1-location.other-active ul li:nth-child(6),
.pg2-location.other-active ul li:nth-child(6),
.pg3-location.other-active ul li:nth-child(6),
.pg4-location.other-active ul li:nth-child(6) {
  position: relative;
  top: 70px;
}
.pg1-location.other-active ul li:nth-child(7),
.pg2-location.other-active ul li:nth-child(7),
.pg3-location.other-active ul li:nth-child(7),
.pg4-location.other-active ul li:nth-child(7) {
  position: relative;
  top: 75px;
} */
.conditional-other-location {
  display: none;
}
/* .pg1-race.asian-other-active ul li:nth-child(9),
.pg1-race.baa-other-active ul li:nth-child(17),
.pg1-race.pi-other-active ul li:nth-child(22) {
    padding-bottom: 50px !important;
} */
.conditional-other-location.other-active,
.pg1-asian-other.asian-other-active,
.pg1-baa-other.baa-other-active,
.pg1-pi-other.pi-other-active
 {
  display: block !important;
  position: relative;  
  left: 60px;
  max-width: 400px;
}
/* .conditional-other-location.other-active {  
    top: -115px;
}
.pg1-asian-other.asian-other-active {
    top: -570px;
}
.pg1-asian-other.asian-other-active.baa-other-active,
.pg1-asian-other.asian-other-active.pi-other-active {
  top: -625px;
}
.pg1-asian-other.asian-other-active.baa-other-active.pi-other-active {
  top: -685px;
}
.pg1-baa-other.baa-other-active {    
  top: -315px;
}
.pg1-baa-other.baa-other-active.asian-other-active {    
  top: -395px;
}
.pg1-baa-other.baa-other-active.pi-other-active {
  top: -372px;
}
.pg1-baa-other.baa-other-active.asian-other-active.pi-other-active {    
  top: -453px;
}
.pg1-pi-other.pi-other-active {    
  top: -153px;
}
.pg1-pi-other.pi-other-active.asian-other-active,
.pg1-pi-other.pi-other-active.baa-other-active {    
  top: -235px;
}
.pg1-pi-other.pi-other-active.asian-other-active.baa-other-active {    
  top: -315px;
} */
/*# sourceMappingURL=ninja-87572b31.css.map*/
