@charset "UTF-8";
/*

In this file:

// A. Bootstrap colors
// B. Theme colors
// C. Sitewide grays
// D. Breakpoints
// E. Spacing utilities
// F. Grid gutter and container widths
// G. Additional widths
// H. Font Settings
// I. Border and border radius
// J. Buttons and links
// K. Cards
// L. Components, navs, and dropdowns
// M. Box shadows
// N. Forms and alerts
// O. Modals
// P. Carousel
// Q. Figures
// R. Pagination

*/
.form-control, #bbox-root input[type=text],
#bbox-root input[type=email],
#bbox-root input[type=tel],
#bbox-root textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, #bbox-root input[type=text],
  #bbox-root input[type=email],
  #bbox-root input[type=tel],
  #bbox-root textarea {
    transition: none;
  }
}
.form-control::-ms-expand, #bbox-root input[type=text]::-ms-expand,
#bbox-root input[type=email]::-ms-expand,
#bbox-root input[type=tel]::-ms-expand,
#bbox-root textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, #bbox-root input[type=text]:focus,
#bbox-root input[type=email]:focus,
#bbox-root input[type=tel]:focus,
#bbox-root textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.form-control::placeholder, #bbox-root input[type=text]::placeholder,
#bbox-root input[type=email]::placeholder,
#bbox-root input[type=tel]::placeholder,
#bbox-root textarea::placeholder {
  color: #495057;
  opacity: 1;
}
.form-control:disabled, #bbox-root input[type=text]:disabled,
#bbox-root input[type=email]:disabled,
#bbox-root input[type=tel]:disabled,
#bbox-root textarea:disabled, .form-control[readonly], #bbox-root input[readonly][type=text],
#bbox-root input[readonly][type=email],
#bbox-root input[readonly][type=tel],
#bbox-root textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control,
#bbox-root textarea {
  height: auto;
}

.form-group {
  margin-bottom: 3rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #777677;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #21883f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(33, 136, 63, 0.9);
}

.was-validated .form-control:valid, .was-validated #bbox-root input[type=text]:valid, #bbox-root .was-validated input[type=text]:valid,
.was-validated #bbox-root input[type=email]:valid,
#bbox-root .was-validated input[type=email]:valid,
.was-validated #bbox-root input[type=tel]:valid,
#bbox-root .was-validated input[type=tel]:valid,
.was-validated #bbox-root textarea:valid,
#bbox-root .was-validated textarea:valid, .form-control.is-valid, #bbox-root input.is-valid[type=text],
#bbox-root input.is-valid[type=email],
#bbox-root input.is-valid[type=tel],
#bbox-root textarea.is-valid {
  border-color: #21883f;
}
.was-validated .form-control:valid:focus, .was-validated #bbox-root input[type=text]:valid:focus, #bbox-root .was-validated input[type=text]:valid:focus,
.was-validated #bbox-root input[type=email]:valid:focus,
#bbox-root .was-validated input[type=email]:valid:focus,
.was-validated #bbox-root input[type=tel]:valid:focus,
#bbox-root .was-validated input[type=tel]:valid:focus,
.was-validated #bbox-root textarea:valid:focus,
#bbox-root .was-validated textarea:valid:focus, .form-control.is-valid:focus, #bbox-root input.is-valid[type=text]:focus,
#bbox-root input.is-valid[type=email]:focus,
#bbox-root input.is-valid[type=tel]:focus,
#bbox-root textarea.is-valid:focus {
  border-color: #21883f;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated #bbox-root input[type=text]:valid ~ .valid-feedback, #bbox-root .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated #bbox-root input[type=email]:valid ~ .valid-feedback,
#bbox-root .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated #bbox-root input[type=tel]:valid ~ .valid-feedback,
#bbox-root .was-validated input[type=tel]:valid ~ .valid-feedback,
.was-validated #bbox-root textarea:valid ~ .valid-feedback,
#bbox-root .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated #bbox-root input[type=text]:valid ~ .valid-tooltip,
#bbox-root .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated #bbox-root input[type=email]:valid ~ .valid-tooltip,
#bbox-root .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated #bbox-root input[type=tel]:valid ~ .valid-tooltip,
#bbox-root .was-validated input[type=tel]:valid ~ .valid-tooltip,
.was-validated #bbox-root textarea:valid ~ .valid-tooltip,
#bbox-root .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, #bbox-root input.is-valid[type=text] ~ .valid-feedback,
#bbox-root input.is-valid[type=email] ~ .valid-feedback,
#bbox-root input.is-valid[type=tel] ~ .valid-feedback,
#bbox-root textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
#bbox-root input.is-valid[type=text] ~ .valid-tooltip,
#bbox-root input.is-valid[type=email] ~ .valid-tooltip,
#bbox-root input.is-valid[type=tel] ~ .valid-tooltip,
#bbox-root textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-select:valid, .was-validated #bbox-root select:valid, #bbox-root .was-validated select:valid, .custom-select.is-valid, #bbox-root select.is-valid {
  border-color: #21883f;
}
.was-validated .custom-select:valid:focus, .was-validated #bbox-root select:valid:focus, #bbox-root .was-validated select:valid:focus, .custom-select.is-valid:focus, #bbox-root select.is-valid:focus {
  border-color: #21883f;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated #bbox-root select:valid ~ .valid-feedback, #bbox-root .was-validated select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated #bbox-root select:valid ~ .valid-tooltip,
#bbox-root .was-validated select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, #bbox-root select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
#bbox-root select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #21883f;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #21883f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #21883f;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(42.9585798817, 177.0414201183, 82.0118343195);
  background-color: rgb(42.9585798817, 177.0414201183, 82.0118343195);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #21883f;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #21883f;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #21883f;
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ea172b;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(234, 23, 43, 0.9);
}

.was-validated .form-control:invalid, .was-validated #bbox-root input[type=text]:invalid, #bbox-root .was-validated input[type=text]:invalid,
.was-validated #bbox-root input[type=email]:invalid,
#bbox-root .was-validated input[type=email]:invalid,
.was-validated #bbox-root input[type=tel]:invalid,
#bbox-root .was-validated input[type=tel]:invalid,
.was-validated #bbox-root textarea:invalid,
#bbox-root .was-validated textarea:invalid, .form-control.is-invalid, #bbox-root input.is-invalid[type=text],
#bbox-root input.is-invalid[type=email],
#bbox-root input.is-invalid[type=tel],
#bbox-root textarea.is-invalid {
  border-color: #ea172b;
}
.was-validated .form-control:invalid:focus, .was-validated #bbox-root input[type=text]:invalid:focus, #bbox-root .was-validated input[type=text]:invalid:focus,
.was-validated #bbox-root input[type=email]:invalid:focus,
#bbox-root .was-validated input[type=email]:invalid:focus,
.was-validated #bbox-root input[type=tel]:invalid:focus,
#bbox-root .was-validated input[type=tel]:invalid:focus,
.was-validated #bbox-root textarea:invalid:focus,
#bbox-root .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, #bbox-root input.is-invalid[type=text]:focus,
#bbox-root input.is-invalid[type=email]:focus,
#bbox-root input.is-invalid[type=tel]:focus,
#bbox-root textarea.is-invalid:focus {
  border-color: #ea172b;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated #bbox-root input[type=text]:invalid ~ .invalid-feedback, #bbox-root .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated #bbox-root input[type=email]:invalid ~ .invalid-feedback,
#bbox-root .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated #bbox-root input[type=tel]:invalid ~ .invalid-feedback,
#bbox-root .was-validated input[type=tel]:invalid ~ .invalid-feedback,
.was-validated #bbox-root textarea:invalid ~ .invalid-feedback,
#bbox-root .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated #bbox-root input[type=text]:invalid ~ .invalid-tooltip,
#bbox-root .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated #bbox-root input[type=email]:invalid ~ .invalid-tooltip,
#bbox-root .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated #bbox-root input[type=tel]:invalid ~ .invalid-tooltip,
#bbox-root .was-validated input[type=tel]:invalid ~ .invalid-tooltip,
.was-validated #bbox-root textarea:invalid ~ .invalid-tooltip,
#bbox-root .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, #bbox-root input.is-invalid[type=text] ~ .invalid-feedback,
#bbox-root input.is-invalid[type=email] ~ .invalid-feedback,
#bbox-root input.is-invalid[type=tel] ~ .invalid-feedback,
#bbox-root textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
#bbox-root input.is-invalid[type=text] ~ .invalid-tooltip,
#bbox-root input.is-invalid[type=email] ~ .invalid-tooltip,
#bbox-root input.is-invalid[type=tel] ~ .invalid-tooltip,
#bbox-root textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid, .was-validated #bbox-root select:invalid, #bbox-root .was-validated select:invalid, .custom-select.is-invalid, #bbox-root select.is-invalid {
  border-color: #ea172b;
}
.was-validated .custom-select:invalid:focus, .was-validated #bbox-root select:invalid:focus, #bbox-root .was-validated select:invalid:focus, .custom-select.is-invalid:focus, #bbox-root select.is-invalid:focus {
  border-color: #ea172b;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated #bbox-root select:invalid ~ .invalid-feedback, #bbox-root .was-validated select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated #bbox-root select:invalid ~ .invalid-tooltip,
#bbox-root .was-validated select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, #bbox-root select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
#bbox-root select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ea172b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ea172b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ea172b;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(238.233201581, 69.766798419, 85.7351778656);
  background-color: rgb(238.233201581, 69.766798419, 85.7351778656);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ea172b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ea172b;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ea172b;
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 480px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline #bbox-root input[type=text], #bbox-root .form-inline input[type=text],
  .form-inline #bbox-root input[type=email],
  #bbox-root .form-inline input[type=email],
  .form-inline #bbox-root input[type=tel],
  #bbox-root .form-inline input[type=tel],
  .form-inline #bbox-root textarea,
  #bbox-root .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select,
  .form-inline #bbox-root select,
  #bbox-root .form-inline select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, #bbox-root input.BBFormSubmitbutton, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, #bbox-root input.BBFormSubmitbutton, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
    transition: none;
  }
}
.btn:hover, #bbox-root input.BBFormSubmitbutton:hover, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, #bbox-root input.BBFormSubmitbutton:focus, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel:focus, .btn.focus, #bbox-root input.focus.BBFormSubmitbutton, #bbox-root .BBFormRadioList .focus.BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.btn.disabled, #bbox-root input.disabled.BBFormSubmitbutton, #bbox-root .BBFormRadioList .disabled.BBFormRadioLabel.BBFormRadioLabelGivingLevel, .btn:disabled, #bbox-root input.BBFormSubmitbutton:disabled, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel:disabled {
  opacity: 0.65;
}
a.btn.disabled, #bbox-root .BBFormRadioList a.disabled.BBFormRadioLabel.BBFormRadioLabelGivingLevel,
fieldset:disabled a.btn,
fieldset:disabled #bbox-root .BBFormRadioList a.BBFormRadioLabel.BBFormRadioLabelGivingLevel,
#bbox-root .BBFormRadioList fieldset:disabled a.BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  pointer-events: none;
}

.btn-primary, #bbox-root input.BBFormSubmitbutton {
  color: #212529;
  background-color: #fec34e;
  border-color: #fec34e;
}
.btn-primary:hover, #bbox-root input.BBFormSubmitbutton:hover {
  color: #212529;
  background-color: rgb(253.7851123596, 182.106741573, 39.9648876404);
  border-color: rgb(253.7134831461, 177.808988764, 27.2865168539);
}
.btn-primary:focus, #bbox-root input.BBFormSubmitbutton:focus, .btn-primary.focus, #bbox-root input.focus.BBFormSubmitbutton {
  box-shadow: 0 0 0 0.2rem rgba(220.85, 171.3, 72.45, 0.5);
}
.btn-primary.disabled, #bbox-root input.disabled.BBFormSubmitbutton, .btn-primary:disabled, #bbox-root input.BBFormSubmitbutton:disabled {
  color: #212529;
  background-color: #fec34e;
  border-color: #fec34e;
}
.btn-primary:not(:disabled):not(.disabled):active, #bbox-root input.BBFormSubmitbutton:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #bbox-root input.BBFormSubmitbutton:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, #bbox-root .show > input.dropdown-toggle.BBFormSubmitbutton {
  color: #212529;
  background-color: rgb(253.7134831461, 177.808988764, 27.2865168539);
  border-color: rgb(253.6418539326, 173.5112359551, 14.6081460674);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, #bbox-root input.BBFormSubmitbutton:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #bbox-root input.BBFormSubmitbutton:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, #bbox-root .show > input.dropdown-toggle.BBFormSubmitbutton:focus {
  box-shadow: 0 0 0 0.2rem rgba(220.85, 171.3, 72.45, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #E3982E;
  border-color: #E3982E;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(207.0158227848, 132.7278481013, 27.7341772152);
  border-color: rgb(195.7721518987, 125.5189873418, 26.2278481013);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(197.9, 134.75, 45.25, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #E3982E;
  border-color: #E3982E;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(195.7721518987, 125.5189873418, 26.2278481013);
  border-color: rgb(184.5284810127, 118.3101265823, 24.7215189873);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197.9, 134.75, 45.25, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #21883f;
  border-color: #21883f;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(25.5310650888, 105.2189349112, 48.7411242604);
  border-color: rgb(23.0414201183, 94.9585798817, 43.9881656805);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(66.3, 153.85, 91.8, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #21883f;
  border-color: #21883f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.0414201183, 94.9585798817, 43.9881656805);
  border-color: rgb(20.5517751479, 84.6982248521, 39.2352071006);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66.3, 153.85, 91.8, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #462B41;
  border-color: #462B41;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(46.3053097345, 28.4446902655, 42.9977876106);
  border-color: rgb(38.407079646, 23.592920354, 35.6637168142);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(97.75, 74.8, 93.5, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #462B41;
  border-color: #462B41;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.407079646, 23.592920354, 35.6637168142);
  border-color: rgb(30.5088495575, 18.7411504425, 28.3296460177);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97.75, 74.8, 93.5, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ea172b;
  border-color: #ea172b;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.5928853755, 18.1571146245, 35.4496047431);
  border-color: rgb(188.9011857708, 17.0988142292, 33.3833992095);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237.15, 57.8, 74.8, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ea172b;
  border-color: #ea172b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(188.9011857708, 17.0988142292, 33.3833992095);
  border-color: rgb(177.209486166, 16.040513834, 31.3171936759);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237.15, 57.8, 74.8, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F7F5F0;
  border-color: #F7F5F0;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(233.6956521739, 228.3695652174, 215.0543478261);
  border-color: rgb(229.2608695652, 222.8260869565, 206.7391304348);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 213.8, 210.15, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F7F5F0;
  border-color: #F7F5F0;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.2608695652, 222.8260869565, 206.7391304348);
  border-color: rgb(224.8260869565, 217.2826086957, 198.4239130435);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.9, 213.8, 210.15, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(15.9425675676, 17.875, 19.8074324324);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(4.5709459459, 5.125, 5.6790540541);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #375339;
  border-color: #375339;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(39.7554347826, 59.9945652174, 41.2010869565);
  border-color: rgb(34.6739130435, 52.3260869565, 35.9347826087);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 108.8, 86.7, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #375339;
  border-color: #375339;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.6739130435, 52.3260869565, 35.9347826087);
  border-color: rgb(29.5923913043, 44.6576086957, 30.6684782609);
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 108.8, 86.7, 0.5);
}

.btn-outline-primary {
  color: #fec34e;
  border-color: #fec34e;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #fec34e;
  border-color: #fec34e;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #fec34e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #fec34e;
  border-color: #fec34e;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.5);
}

.btn-outline-secondary {
  color: #E3982E;
  border-color: #E3982E;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #E3982E;
  border-color: #E3982E;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 152, 46, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #E3982E;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #E3982E;
  border-color: #E3982E;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 152, 46, 0.5);
}

.btn-outline-success {
  color: #21883f;
  border-color: #21883f;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #21883f;
  border-color: #21883f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #21883f;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #21883f;
  border-color: #21883f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 136, 63, 0.5);
}

.btn-outline-info {
  color: #462B41;
  border-color: #462B41;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #462B41;
  border-color: #462B41;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 43, 65, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #462B41;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #462B41;
  border-color: #462B41;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 43, 65, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ea172b;
  border-color: #ea172b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ea172b;
  border-color: #ea172b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ea172b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea172b;
  border-color: #ea172b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 23, 43, 0.5);
}

.btn-outline-light {
  color: #F7F5F0;
  border-color: #F7F5F0;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F7F5F0;
  border-color: #F7F5F0;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 245, 240, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F7F5F0;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F7F5F0;
  border-color: #F7F5F0;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 245, 240, 0.5);
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-tertiary {
  color: #375339;
  border-color: #375339;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #375339;
  border-color: #375339;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 83, 57, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #375339;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #375339;
  border-color: #375339;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 83, 57, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0029F7;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 28.3016194332, 170.5);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #777677;
  pointer-events: none;
}

.btn-lg, #bbox-root input.BBFormSubmitbutton, #bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: rgb(17.5, 56.9230769231, 255);
  background-color: rgb(17.5, 56.9230769231, 255);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dee2e6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #462B41;
  background-color: rgb(170.5, 184.5263157895, 255);
  border-color: rgb(170.5, 184.5263157895, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #777677;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #fec34e;
  background-color: #fec34e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 195, 78, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(254, 195, 78, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 195, 78, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 195, 78, 0.5);
}

.custom-select, #bbox-root select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 2rem 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus, #bbox-root select:focus {
  border-color: #dee2e6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-select:focus::-ms-value, #bbox-root select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], #bbox-root select[multiple], .custom-select[size]:not([size="1"]), #bbox-root select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled, #bbox-root select:disabled {
  color: #777677;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, #bbox-root select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #dee2e6;
  box-shadow: 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 195, 78, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fec34e;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fec34e;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #fec34e;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
#bbox-root select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  #bbox-root select {
    transition: none;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, #bbox-root legend > div > label, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4, #bbox-root legend > div > label {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4, #bbox-root legend > div > label {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.lead {
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dee2e6;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .blockquote {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #495057;
}
.blockquote-footer::before {
  content: "— ";
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: rgb(132.08, 101.4, 40.56);
  background-color: rgb(254.8, 243, 219.6);
  border-color: rgb(254.72, 238.2, 205.44);
}
.alert-primary hr {
  border-top-color: rgb(254.576741573, 229.604494382, 180.083258427);
}
.alert-primary .alert-link {
  color: rgb(93.0619277108, 71.4451807229, 28.5780722892);
}

.alert-secondary {
  color: rgb(118.04, 79.04, 23.92);
  background-color: rgb(249.4, 234.4, 213.2);
  border-color: rgb(247.16, 226.16, 196.48);
}
.alert-secondary hr {
  border-top-color: rgb(244.1473417722, 215.077721519, 173.9926582278);
}
.alert-secondary .alert-link {
  color: rgb(75.6334065934, 50.6443956044, 15.3265934066);
}

.alert-success {
  color: rgb(17.16, 70.72, 32.76);
  background-color: rgb(210.6, 231.2, 216.6);
  border-color: rgb(192.84, 221.68, 201.24);
}
.alert-success hr {
  border-top-color: rgb(176.2388269795, 212.7811730205, 186.882228739);
}
.alert-success .alert-link {
  color: rgb(7.2014201183, 29.6785798817, 13.7481656805);
}

.alert-info {
  color: rgb(36.4, 22.36, 33.8);
  background-color: rgb(218, 212.6, 217);
  border-color: rgb(203.2, 195.64, 201.8);
}
.alert-info hr {
  border-top-color: rgb(191.3171284635, 182.0228715365, 189.5959697733);
}
.alert-info .alert-link {
  color: rgb(4.807079646, 2.952920354, 4.4637168142);
}

.alert-warning, #bbox-root div.BBFormErrorBlock {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr, #bbox-root div.BBFormErrorBlock hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link, #bbox-root div.BBFormErrorBlock .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(121.68, 11.96, 22.36);
  background-color: rgb(250.8, 208.6, 212.6);
  border-color: rgb(249.12, 190.04, 195.64);
}
.alert-danger hr {
  border-top-color: rgb(247.0033992095, 166.6566007905, 174.2724110672);
}
.alert-danger .alert-link {
  color: rgb(75.2442023346, 7.3957976654, 13.82692607);
}

.alert-light {
  color: rgb(128.44, 127.4, 124.8);
  background-color: rgb(253.4, 253, 252);
  border-color: rgb(252.76, 252.2, 250.8);
}
.alert-light hr {
  border-top-color: rgb(243.8904347826, 241.1130434783, 234.1695652174);
}
.alert-light .alert-link {
  color: rgb(102.5734702259, 101.7429158111, 99.6665297741);
}

.alert-dark {
  color: rgb(17.16, 19.24, 21.32);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(192.84, 193.96, 195.08);
}
.alert-dark hr {
  border-top-color: rgb(179.8560550459, 181.21, 182.5639449541);
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-black hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-black .alert-link {
  color: black;
}

.alert-tertiary {
  color: rgb(28.6, 43.16, 29.64);
  background-color: rgb(215, 220.6, 215.4);
  border-color: rgb(199, 206.84, 199.56);
}
.alert-tertiary hr {
  border-top-color: rgb(185.2903225806, 195.0496774194, 185.9874193548);
}
.alert-tertiary .alert-link {
  color: rgb(8.2739130435, 12.4860869565, 8.5747826087);
}

#bbox-root #bbox-msg-wrapper::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: currentColor;
}

#bbox-root #bbox-msg-wrapper::after {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#bbox-root #mongo-form,
#bbox-root div.BBFormContainer,
#bbox-root div.BBFormFieldContainer,
#bbox-root div.BBFormSection,
#bbox-root div.BBFormSectionHeading,
#bbox-root div.BBFormFieldRecurrenceInfo {
  min-width: 100%;
  margin: 0;
  padding: 0;
}
#bbox-root div.BBFormContainer {
  background-color: transparent !important;
}
#bbox-root #bbox-msg-wrapper > img {
  display: none;
}
#bbox-root #bbox-msg-wrapper {
  text-align: center;
}
#bbox-root #bbox-msg-wrapper::after {
  color: #E3982E;
  position: absolute;
  content: "\f110";
}
#bbox-root div.BBFormErrorBlock {
  font-size: 1rem;
  color: rgb(83.5, 62.625, 0);
  border-color: rgba(83.5, 62.625, 0, 0.25);
  padding: 1rem;
  max-width: unset;
  margin-bottom: 1rem;
  border-radius: 0;
}
#bbox-root input:not([type=checkbox]),
#bbox-root select,
#bbox-root textarea {
  width: 100%;
  border-radius: 0;
}
#bbox-root input[type=text],
#bbox-root input[type=email],
#bbox-root input[type=tel],
#bbox-root textarea,
#bbox-root select {
  width: 70%;
  opacity: 1 !important;
  max-width: unset;
}
#bbox-root legend {
  margin-bottom: 1rem;
}
#bbox-root legend > div > label {
  color: #212529;
}
#bbox-root .BBFormFieldLabel {
  margin: 0 !important;
  padding-right: 1rem !important;
  font-size: 1rem;
  width: 30%;
}
#bbox-root input[type=checkbox] + label {
  max-width: unset;
}
#bbox-root input[type=text],
#bbox-root input[type=email],
#bbox-root input[type=tel],
#bbox-root textarea {
  display: inline-block;
}
#bbox-root input[type=text].BBFormCurrency,
#bbox-root input[type=email].BBFormCurrency,
#bbox-root input[type=tel].BBFormCurrency,
#bbox-root textarea.BBFormCurrency {
  display: none;
}
#bbox-root .BBTwoFields input,
#bbox-root .BBTwoFields select,
#bbox-root .BBThreeFields input,
#bbox-root .BBThreeFields select {
  margin: 0;
  width: 70%;
  margin-bottom: 1rem;
}
#bbox-root .BBTwoFields input,
#bbox-root .BBThreeFields input {
  float: right;
}
#bbox-root div.BBFormChecklistItem {
  padding: 0;
}
#bbox-root div.BBFormChecklistItem label {
  width: auto;
  padding: 0 0.5rem;
}
#bbox-root #bboxdonation_recurrence_divRecurrenceCheckbox label.BBFormCheckboxLabel,
#bbox-root #bboxdonation_billing_fldOrgGift label.BBFormCheckboxLabel,
#bbox-root #bboxdonation_billing_fldAnonymous label.BBFormCheckboxLabel,
#bbox-root #bboxdonation_tribute_divTributeGeneral > div label.BBFormCheckboxLabel,
#bbox-root #divTributeAcknowledge > div label.BBFormCheckboxLabel {
  display: inline-block;
  float: none;
  width: auto;
}
#bbox-root div.BBFormSectionHeading {
  color: #777677;
  border-bottom: 1px solid #dee2e6;
}
#bbox-root div.BBFormSection {
  margin-bottom: 3rem;
}
#bbox-root div.BBFormFieldContainer {
  margin-top: 1rem !important;
}
#bbox-root div.BBFormFieldContainer:first-of-type {
  margin-top: 0;
}
#bbox-root div.BBFormFieldContainer div.BBFormFieldContainer {
  margin-top: 0 !important;
}
#bbox-root div.BBFormFieldRecurrenceInfo {
  font-size: 1rem;
  margin-top: 1rem;
}
#bbox-root div.BBRecurrenceFieldContainer {
  margin: 0;
}
#bbox-root div.BBRecurrenceFieldContainer span {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
#bbox-root div.BBRecurrenceFieldContainer span select {
  height: 100%;
  margin: 0 1rem;
}
#bbox-root .BBFormFieldRecurrenceInfo {
  color: #777677;
}
#bbox-root .BBLinkSecureInfo {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-left: 30%;
  border-bottom: 0 !important;
  text-decoration: underline !important;
  color: #777677;
}
#bbox-root #bboxdonation_payment_lblCCType {
  display: none;
}
#bbox-root div#DCCreditType {
  margin-left: 30%;
  width: auto;
}
#bbox-root div#DCCreditType .BBFormFieldLabel {
  display: none;
}
#bbox-root #bboxdonation_payment_cboYear {
  margin-top: 1rem;
  margin-left: 30%;
}
#bbox-root .BBFieldExpiration .BBFormFieldLabel {
  margin: 0;
  padding: 0;
}
#bbox-root .BBFormRadioList {
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
#bbox-root .BBFormRadioList .BBFormRadioItem {
  margin: 0.25rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 33%;
  align-self: stretch;
  display: flex;
}
#bbox-root .BBFormRadioList .BBFormRadioItem > div {
  display: flex;
  width: 100%;
}
#bbox-root .BBFormRadioList .BBFormRadioItem > div > label {
  align-self: stretch;
  display: flex;
  text-align: center;
  width: 100%;
}
#bbox-root .BBFormRadioList .BBFormRadioItem > div > label > input {
  align-self: center;
  margin: 0 auto;
  background: #F7F5F0;
  border: none;
  height: auto !important;
}
#bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  border: 1px solid #dee2e6;
  border-radius: 0;
  font-size: 1.5rem;
}
#bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected {
  border-color: transparent !important;
  background-color: #fec34e !important;
}
#bbox-root .BBFormRadioList .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected input {
  display: block;
}
#bbox-root .BBFormRadioList .BBFormRadioLabel span {
  color: #212529;
  font-weight: 700;
}
#bbox-root #bboxdonation_comment_lblComments {
  margin-bottom: 0.5em !important;
}
#bbox-root .BBFormContainer[data-bbox-part-id=ce3cb3d7-d112-40a1-bf4e-c9dd10a518f2] .BBFormChecklist {
  max-height: unset;
  overflow: auto;
  border: 0;
}
#bbox-root div#bboxdonation_comment_fldComments label,
#bbox-root div#bboxdonation_comment_fldComments textarea {
  margin: 0;
}
#bbox-root input.BBFormSubmitbutton {
  height: auto;
  box-shadow: unset;
  border-color: transparent;
}
@media (max-width: 600px) {
  #bbox-root .BBThreeFields input,
  #bbox-root .BBThreeFields select {
    width: 100%;
  }
  #bbox-root input[type=text],
  #bbox-root input[type=email],
  #bbox-root input[type=tel],
  #bbox-root select {
    width: 100%;
  }
  #bbox-root .BBFormFieldLabel {
    width: 100%;
  }
  #bbox-root #bboxdonation_payment_cboYear,
  #bbox-root #DCCreditType {
    margin-left: 0 !important;
  }
}

#bbox-root [data-bbox-part-id="97d435e6-40ec-41a7-b8e5-2a4eacf55d9c"].BBFormContainer {
  background-color: transparent !important;
}
#bbox-root #BBPanelHeading,
#bbox-root #bboxevent_priceselect_divAddedDonation {
  display: none;
}
#bbox-root .BBFormTable {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border-color: #dee2e6;
}
#bbox-root .BBFormTableHeader {
  border: none;
}
#bbox-root .BBFormTableHeaderCell {
  padding: 1rem;
  font-size: 1rem;
}
#bbox-root .BBFormTableFooter,
#bbox-root .BBFormTableHeaderCell,
#bbox-root .BBFormColTotal,
#bbox-root .BBTableRowCellFinePrint,
#bbox-root .BBFormColHidden {
  display: none;
}
#bbox-root .BBFormColQty {
  margin-left: auto;
  float: right;
}
#bbox-root .BBFormTableRow {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dee2e6;
}
#bbox-root .BBFormTableRow[data-price-id="26"] {
  border-bottom: none !important;
}
#bbox-root .BBFormTableRowCell {
  padding: 0;
  margin: 0;
}
#bbox-root .BBFormTableRowCell.BBFormColPriceName {
  width: unset;
}
#bbox-root .BBFormTableRowCell.BBFormColQty {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#bbox-root .BBFormTableRowCell.BBFormColQty select {
  width: 100%;
}
#bbox-root #bbox-root div.BBFormSection {
  margin-bottom: unset !important;
}
