body {
  display: block;
  margin: 0;
}

* {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #313131;
}

select.form-control,
textarea,
input:not([type=submit]):not([type=button]) {
  border-radius: 6px;
  border-color: #313131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.form-control:focus:not(:-moz-read-only), select.form-control:active:not(:-moz-read-only), textarea:focus:not(:-moz-read-only), textarea:active:not(:-moz-read-only), input:not([type=submit]):not([type=button]):focus:not(:-moz-read-only), input:not([type=submit]):not([type=button]):active:not(:-moz-read-only) {
  box-shadow: none;
  border-color: #313131;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}
select.form-control:focus:not(:read-only), select.form-control:active:not(:read-only),
textarea:focus:not(:read-only),
textarea:active:not(:read-only),
input:not([type=submit]):not([type=button]):focus:not(:read-only),
input:not([type=submit]):not([type=button]):active:not(:read-only) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #313131;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}

.invalid-doh,
.invalid-value,
.hbsp-invalid-field {
  border-color: #d60000 !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)" !important;
}

.address-picklist-container {
  position: relative;
}

.modal-dialog {
  margin-top: 100px;
}
.modal-dialog.modal-lg {
  max-width: 900px;
}
.modal-dialog.modal-md {
  max-width: 700px;
}

.invalid-feedback-doh,
.validation-message {
  display: block;
  color: #d60000;
  margin-bottom: 0.8rem;
  font-weight: 400;
}

.address-picklist {
  background: white;
  border: 1px solid #666666;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 34px;
  line-height: 1.8;
  padding: 6px;
  z-index: 100;
}
.address-picklist > div {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 2px solid transparent;
}
.address-picklist > div:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}

select#doh_rdm_country.lookup.form-control {
  margin-top: 24px;
}

.submit-btn.btn-address {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.submit-btn.btn-address:active:hover:not(:disabled), .submit-btn.btn-address:active:focus:not(:disabled) {
  border-color: #49417c;
  background-color: #49417c;
}
.submit-btn.btn-address.disabled:hover, .submit-btn.btn-address.disabled.focus, .submit-btn.btn-address[disabled]:hover, .submit-btn.btn-address[disabled].focus {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.submit-btn.btn-address:active:not(:disabled), .submit-btn.btn-address:focus:not(:disabled), .submit-btn.btn-address:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
  text-decoration: none;
}
.submit-btn.btn-address i {
  color: #ffffff;
}

.crmEntityFormView .cell div.table-info.required label:after,
.crmEntityFormView .cell label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)";
}

.validation-summary {
  display: none;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border: 0.5px solid #f5c2c7;
  background-color: #f8f1f1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.validation-summary:has(ul) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.validation-summary h2.validation-header {
  color: #313131;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.validation-summary h2.validation-header .fa.fa-info-circle:before {
  content: "";
  background: url(/validation-header-icon.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-background-size: contain;
          background-size: contain;
}
.validation-summary > ul {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.validation-summary > ul li a {
  color: #0077C8 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.pull-right {
  float: right !important
}

.hbsp-core h1 {
  font-size: 32px;
}
.hbsp-core h2 {
  font-size: 24px;
}
.hbsp-core h3 {
  font-size: 20px;
}
.hbsp-core h1,
.hbsp-core h2,
.hbsp-core h3,
.hbsp-core h4,
.hbsp-core h5 {
  font-weight: 600;
}
.hbsp-core hr,
.hbsp-core hr.separator {
  border-top: 1px solid #d6d6d6;
}
.hbsp-core .no-word-break {
  word-break: keep-all;
}
.hbsp-core .hidden,
.hbsp-core .d-none {
  display: none;
}
.hbsp-core .invisible-content {
  color: transparent;
  max-height: 1px;
}
.hbsp-core .centered {
  text-align: center !important;
}
.hbsp-core .full-width, .hbsp-core.full-width {
  width: 100% !important;
}
.hbsp-core .clear-both {
  clear: both;
}
.hbsp-core h1.as-h5,
.hbsp-core h2.as-h5,
.hbsp-core h3.as-h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0;
}
.hbsp-core .w-5pc {
  width: 5%;
}
.hbsp-core .w-10pc {
  width: 10%;
}
.hbsp-core .w-15pc {
  width: 15%;
}
.hbsp-core .w-20pc {
  width: 20%;
}
.hbsp-core .w-25pc {
  width: 25%;
}
.hbsp-core .w-30pc {
  width: 30%;
}
.hbsp-core .w-35pc {
  width: 35%;
}
.hbsp-core .w-40pc {
  width: 40%;
}
.hbsp-core .w-45pc {
  width: 45%;
}
.hbsp-core .w-50pc {
  width: 50%;
}
.hbsp-core .w-55pc {
  width: 55%;
}
.hbsp-core .w-60pc {
  width: 60%;
}
.hbsp-core .w-65pc {
  width: 65%;
}
.hbsp-core .w-70pc {
  width: 70%;
}
.hbsp-core .w-75pc {
  width: 75%;
}
.hbsp-core .w-80pc {
  width: 80%;
}
.hbsp-core .w-85pc {
  width: 85%;
}
.hbsp-core .w-90pc {
  width: 90%;
}
.hbsp-core .w-95pc {
  width: 95%;
}
.hbsp-core .mt-4px {
  margin-top: 4px;
}
.hbsp-core .mt-8px {
  margin-top: 8px;
}
.hbsp-core .mt-12px {
  margin-top: 12px;
}
.hbsp-core .mt-16px {
  margin-top: 16px;
}
.hbsp-core .mt-20px {
  margin-top: 20px;
}
.hbsp-core .mt-24px {
  margin-top: 24px;
}
.hbsp-core .mt-28px {
  margin-top: 28px;
}
.hbsp-core .mt-32px {
  margin-top: 32px;
}
.hbsp-core .mt-36px {
  margin-top: 36px;
}
.hbsp-core .mt-40px {
  margin-top: 40px;
}
.hbsp-core .mb-4px {
  margin-bottom: 4px;
}
.hbsp-core .mb-8px {
  margin-bottom: 8px;
}
.hbsp-core .mb-12px {
  margin-bottom: 12px;
}
.hbsp-core .mb-16px {
  margin-bottom: 16px;
}
.hbsp-core .mb-20px {
  margin-bottom: 20px;
}
.hbsp-core .mb-24px {
  margin-bottom: 24px;
}
.hbsp-core .mb-28px {
  margin-bottom: 28px;
}
.hbsp-core .mb-32px {
  margin-bottom: 32px;
}
.hbsp-core .mb-36px {
  margin-bottom: 36px;
}
.hbsp-core .mb-40px {
  margin-bottom: 40px;
}
.hbsp-core .ml-4px {
  margin-left: 4px;
}
.hbsp-core .ml-8px {
  margin-left: 8px;
}
.hbsp-core .ml-12px {
  margin-left: 12px;
}
.hbsp-core .ml-16px {
  margin-left: 16px;
}
.hbsp-core .ml-20px {
  margin-left: 20px;
}
.hbsp-core .ml-24px {
  margin-left: 24px;
}
.hbsp-core .ml-28px {
  margin-left: 28px;
}
.hbsp-core .ml-32px {
  margin-left: 32px;
}
.hbsp-core .ml-36px {
  margin-left: 36px;
}
.hbsp-core .ml-40px {
  margin-left: 40px;
}
.hbsp-core .mr-4px {
  margin-right: 4px;
}
.hbsp-core .mr-8px {
  margin-right: 8px;
}
.hbsp-core .mr-12px {
  margin-right: 12px;
}
.hbsp-core .mr-16px {
  margin-right: 16px;
}
.hbsp-core .mr-20px {
  margin-right: 20px;
}
.hbsp-core .mr-24px {
  margin-right: 24px;
}
.hbsp-core .mr-28px {
  margin-right: 28px;
}
.hbsp-core .mr-32px {
  margin-right: 32px;
}
.hbsp-core .mr-36px {
  margin-right: 36px;
}
.hbsp-core .mr-40px {
  margin-right: 40px;
}
.hbsp-core .pt-4px {
  padding-top: 4px;
}
.hbsp-core .pt-8px {
  padding-top: 8px;
}
.hbsp-core .pt-12px {
  padding-top: 12px;
}
.hbsp-core .pt-16px {
  padding-top: 16px;
}
.hbsp-core .pt-20px {
  padding-top: 20px;
}
.hbsp-core .pt-24px {
  padding-top: 24px;
}
.hbsp-core .pt-28px {
  padding-top: 28px;
}
.hbsp-core .pt-32px {
  padding-top: 32px;
}
.hbsp-core .pt-36px {
  padding-top: 36px;
}
.hbsp-core .pt-40px {
  padding-top: 40px;
}
.hbsp-core .pb-4px {
  padding-bottom: 4px;
}
.hbsp-core .pb-8px {
  padding-bottom: 8px;
}
.hbsp-core .pb-12px {
  padding-bottom: 12px;
}
.hbsp-core .pb-16px {
  padding-bottom: 16px;
}
.hbsp-core .pb-20px {
  padding-bottom: 20px;
}
.hbsp-core .pb-24px {
  padding-bottom: 24px;
}
.hbsp-core .pb-28px {
  padding-bottom: 28px;
}
.hbsp-core .pb-32px {
  padding-bottom: 32px;
}
.hbsp-core .pb-36px {
  padding-bottom: 36px;
}
.hbsp-core .pb-40px {
  padding-bottom: 40px;
}
.hbsp-core .pl-4px {
  padding-left: 4px;
}
.hbsp-core .pl-8px {
  padding-left: 8px;
}
.hbsp-core .pl-12px {
  padding-left: 12px;
}
.hbsp-core .pl-16px {
  padding-left: 16px;
}
.hbsp-core .pl-20px {
  padding-left: 20px;
}
.hbsp-core .pl-24px {
  padding-left: 24px;
}
.hbsp-core .pl-28px {
  padding-left: 28px;
}
.hbsp-core .pl-32px {
  padding-left: 32px;
}
.hbsp-core .pl-36px {
  padding-left: 36px;
}
.hbsp-core .pl-40px {
  padding-left: 40px;
}
.hbsp-core .pr-4px {
  padding-right: 4px;
}
.hbsp-core .pr-8px {
  padding-right: 8px;
}
.hbsp-core .pr-12px {
  padding-right: 12px;
}
.hbsp-core .pr-16px {
  padding-right: 16px;
}
.hbsp-core .pr-20px {
  padding-right: 20px;
}
.hbsp-core .pr-24px {
  padding-right: 24px;
}
.hbsp-core .pr-28px {
  padding-right: 28px;
}
.hbsp-core .pr-32px {
  padding-right: 32px;
}
.hbsp-core .pr-36px {
  padding-right: 36px;
}
.hbsp-core .pr-40px {
  padding-right: 40px;
}
.hbsp-core div.gap-4px {
  height: 4px;
}
.hbsp-core div.gap-8px {
  height: 8px;
}
.hbsp-core div.gap-12px {
  height: 12px;
}
.hbsp-core div.gap-16px {
  height: 16px;
}
.hbsp-core div.gap-20px {
  height: 20px;
}
.hbsp-core div.gap-24px {
  height: 24px;
}
.hbsp-core div.gap-28px {
  height: 28px;
}
.hbsp-core div.gap-32px {
  height: 32px;
}
.hbsp-core div.gap-36px {
  height: 36px;
}
.hbsp-core div.gap-40px {
  height: 40px;
}
.hbsp-core.modal-container .modal {
  opacity: 1;
}
.hbsp-core.modal-container .modal.show {
  display: block;
}
.hbsp-core.modal-container .modal .modal-dialog {
  margin-top: 100px;
}
.hbsp-core.modal-container .modal .modal-dialog.modal-lg {
  max-width: 900px;
}
.hbsp-core.modal-container .modal .modal-dialog.modal-md {
  max-width: 700px;
}
.hbsp-core.modal-container .modal .modal-header {
  padding: 15px 0;
  margin: 0 15px;
}
.hbsp-core.modal-container .modal .modal-header h1 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.hbsp-core.modal-container .modal .modal-body {
  padding: 15px 25px;
}
.hbsp-core.modal-container .modal .modal-footer {
  padding: 15px 0;
  margin: 0 15px;
  border-top-color: transparent;
}
.hbsp-core.spinner-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.95;
  z-index: 1049;
  background-color: #f2f2f2;
}
.hbsp-core .spinner-wrapper {
  width: 100%;
  height: 100%;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hbsp-core .spinner-wrapper p {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 500;
}
.hbsp-core .wheel {
  border: 16px solid #ffffff;
  border-radius: 50%;
  border-top: 16px solid #49417c;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
.hbsp-core .spinner {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
.hbsp-core .spinner-roller div {
  -webkit-animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinner-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
       -o-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}
.hbsp-core .spinner-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #49417c;
  margin: -4px 0 0 -4px;
}
.hbsp-core .spinner-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
       -o-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.hbsp-core .spinner-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.hbsp-core .spinner-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
       -o-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.hbsp-core .spinner-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.hbsp-core .spinner-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
       -o-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.hbsp-core .spinner-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.hbsp-core .spinner-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
       -o-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.hbsp-core .spinner-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.hbsp-core .spinner-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
       -o-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.hbsp-core .spinner-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.hbsp-core .spinner-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
       -o-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.hbsp-core .spinner-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.hbsp-core .spinner-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
       -o-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.hbsp-core .spinner-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.hbsp-core .spinner-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
       -o-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.hbsp-core .spinner-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spinner-roller {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spinner-roller {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hbsp-core .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  -webkit-animation: l26 1s infinite steps(12);
       -o-animation: l26 1s infinite steps(12);
          animation: l26 1s infinite steps(12);
}
.hbsp-core .loader,
.hbsp-core .loader:before,
.hbsp-core .loader:after {
  background: -webkit-radial-gradient(50% 12.5%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, -webkit-radial-gradient(12.5% 50%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
  background: -o-radial-gradient(50% 12.5%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, -o-radial-gradient(12.5% 50%, closest-side, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
  background: radial-gradient(closest-side at 50% 12.5%, #49417c 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #49417c 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}
.hbsp-core .loader:before,
.hbsp-core .loader:after {
  content: "";
  grid-area: 1/1;
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}
.hbsp-core .loader:after {
  -webkit-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
}
@-webkit-keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-o-keyframes l26 {
  100% {
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}
@keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.hbsp-core .lds-spinner,
.hbsp-core .lds-spinner div,
.hbsp-core .lds-spinner div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hbsp-core .lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hbsp-core .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
       -o-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
       -o-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.hbsp-core .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: #49417c;
}
.hbsp-core .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.hbsp-core .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.hbsp-core .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.hbsp-core .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.hbsp-core .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
       -o-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.hbsp-core .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
       -o-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.hbsp-core .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
       -o-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.hbsp-core .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
       -o-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.hbsp-core .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.hbsp-core .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
       -o-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.hbsp-core .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
       -o-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.hbsp-core .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hbsp-core .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hbsp-core .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.hbsp-core .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #49417c transparent transparent transparent;
}
.hbsp-core .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.hbsp-core .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.hbsp-core .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hbsp-core .dropdown .profile-menu li {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-right: 8px;
}
.hbsp-core .dropdown .profile-menu li > a {
  padding: 6px 20px;
  color: #313131;
  border-left: 2px solid transparent;
  border-right: none;
  border-top: none;
  border-bottom: none;
  outline-offset: 4px;
  outline: 2px solid transparent;
}
.hbsp-core .dropdown .profile-menu li > a:active,
.hbsp-core .dropdown .profile-menu li > a:focus,
.hbsp-core .dropdown .profile-menu li > a:hover {
  background-color: rgba(73, 65, 124, 0.1) !important;
  border-left-color: #49417c !important;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}
.hbsp-core.pillars-container {
  height: 12px;
  width: 100%;
  padding-left: 120px;
  background-color: #49417c;
  display: block;
}
.hbsp-core.pillars-container .pillar {
  width: 300px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6d6796), color-stop(9%, #6d6796), color-stop(9%, #c9c6d8), color-stop(21%, #c9c6d8), color-stop(21%, #807aa4), color-stop(33%, #807aa4), color-stop(33%, #6d6796), color-stop(39%, #6d6796), color-stop(39%, #a39fbd), color-stop(46%, #a39fbd), color-stop(46%, #c9c6d8), color-stop(66%, #c9c6d8), color-stop(66%, #6d6796), color-stop(72%, #6d6796), color-stop(72%, #a39fbd), color-stop(92%, #a39fbd), color-stop(92%, #807aa4), to(#807aa4)) !important;
  background: -webkit-linear-gradient(left, #6d6796 0%, #6d6796 9%, #c9c6d8 9%, #c9c6d8 21%, #807aa4 21%, #807aa4 33%, #6d6796 33%, #6d6796 39%, #a39fbd 39%, #a39fbd 46%, #c9c6d8 46%, #c9c6d8 66%, #6d6796 66%, #6d6796 72%, #a39fbd 72%, #a39fbd 92%, #807aa4 92%, #807aa4 100%) !important;
  background: -o-linear-gradient(left, #6d6796 0%, #6d6796 9%, #c9c6d8 9%, #c9c6d8 21%, #807aa4 21%, #807aa4 33%, #6d6796 33%, #6d6796 39%, #a39fbd 39%, #a39fbd 46%, #c9c6d8 46%, #c9c6d8 66%, #6d6796 66%, #6d6796 72%, #a39fbd 72%, #a39fbd 92%, #807aa4 92%, #807aa4 100%) !important;
  background: linear-gradient(to right, #6d6796 0%, #6d6796 9%, #c9c6d8 9%, #c9c6d8 21%, #807aa4 21%, #807aa4 33%, #6d6796 33%, #6d6796 39%, #a39fbd 39%, #a39fbd 46%, #c9c6d8 46%, #c9c6d8 66%, #6d6796 66%, #6d6796 72%, #a39fbd 72%, #a39fbd 92%, #807aa4 92%, #807aa4 100%) !important;
}
.hbsp-core.main-content-container {
  margin-left: 98px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.hbsp-core.main-content-container:has(.one-column) {
  margin-left: 15px;
  margin-right: 15px;
}
.hbsp-core.main-nav-container {
  display: block;
}
.hbsp-core.main-nav-container:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: #49417c;
}
.hbsp-core.main-nav-container .client-context {
  margin-right: 40px;
}
.hbsp-core.main-nav-container .user-profile-container {
  width: 100%;
  padding: 12px 120px 2px 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hbsp-core.main-nav-container .user-profile-container .user-profile-menu .dropdown-menu {
  right: 0px;
  left: unset;
}
.hbsp-core.main-nav-container .user-profile-container a.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.hbsp-core.main-nav-container .user-profile-container a.dropdown-toggle .profile-dropdown-title {
  border-radius: 50%;
  background: #49417c;
  color: #ffffff;
  border: 1px solid #49417c;
  font-size: small;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: keep-all;
}
.hbsp-core.main-nav-container .user-profile-container a.dropdown-toggle:hover, .hbsp-core.main-nav-container .user-profile-container a.dropdown-toggle:focus, .hbsp-core.main-nav-container .user-profile-container a.dropdown-toggle.active {
  outline-offset: 4px !important;
  outline: 2px solid #ea9c50 !important;
  text-decoration: none;
}
.hbsp-core .banner-logo {
  width: 100%;
  padding: 8px 120px;
  display: inline-block;
}
.hbsp-core .banner-logo > a {
  display: inline-block;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  outline: 2px solid transparent !important;
  outline-offset: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hbsp-core .banner-logo > a:hover, .hbsp-core .banner-logo > a:focus, .hbsp-core .banner-logo > a:active {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 2px;
}
.hbsp-core .banner-logo > a > img {
  display: inline-block;
  border-right: 2px solid #959595;
  padding-right: 20px;
  width: 450px;
}
.hbsp-core .banner-logo .banner-heading {
  display: inline-block;
  margin-left: 10px;
}
.hbsp-core .banner-logo .beta-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  background-color: #49417c;
  color: #ffffff;
  width: 80px;
  height: 36px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  -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;
}
.hbsp-core .feedback-info {
  background-color: #fcf8c3;
  border: 1px solid #faebcc;
  padding: 4px 15px;
  font-size: 14px;
  margin-left: -15px;
  margin-right: -15px;
}
.hbsp-core .feedback-info p {
  margin-top: 0;
  margin-bottom: 0;
}
.hbsp-core .alert-session-timeout {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fcf8c3;
  color: #313131;
}
@media only screen and (max-width: 576px) {
  .hbsp-core .main-content-container:has(> div.unauthenticated-user) {
    margin-left: 0;
    margin-right: 0;
  }
  .hbsp-core .banner-logo {
    padding: 8px;
  }
  .hbsp-core .banner-logo a > img {
    border-right-color: transparent;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hbsp-core .banner-logo a > img {
    border-right-color: transparent;
  }
  .hbsp-core.pillars-container .pillar {
    max-width: 120px;
  }
}
.hbsp-core .btn-dropdown-toggle {
  width: 3rem;
  height: 3rem;
}
.hbsp-core .dropdown {
  position: relative;
  display: inline-block;
}
.hbsp-core .dropdown .dropdown a:hover {
  background-color: rgba(73, 65, 124, 0.1);
}
.hbsp-core .dropdown.action .btn.btn-default {
  font-weight: 400;
  padding: 0;
  margin: 0;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 4px;
  background: transparent;
}
.hbsp-core .dropdown.action .btn.btn-default:hover {
  background-color: rgba(73, 65, 124, 0.1);
}
.hbsp-core .dropdown.action .btn.btn-default:active:not(:disabled), .hbsp-core .dropdown.action .btn.btn-default:focus:not(:disabled), .hbsp-core .dropdown.action .btn.btn-default:hover:not(:disabled) {
  text-decoration: none;
  outline-color: #ea9c50;
}
.hbsp-core .dropdown.action .btn.btn-default .fa.fa-ellipsis-h:before {
  background: transparent;
  content: "";
  background: url(/three-dots.svg) no-repeat center center;
  width: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
}
.hbsp-core .dropdown-menu {
  --bs-dropdown-padding-y: 0;
}
.hbsp-core .dropdown-menu li {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-right: 8px;
}
.hbsp-core .dropdown-menu li > a {
  padding: 6px 20px;
  color: #313131;
  border-left: 2px solid transparent;
  border-right: none;
  border-top: none;
  border-bottom: none;
  outline-offset: 4px;
  outline: 2px solid transparent;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.hbsp-core .dropdown-menu li > a:active,
.hbsp-core .dropdown-menu li > a:focus,
.hbsp-core .dropdown-menu li > a:hover {
  background-color: rgba(73, 65, 124, 0.1) !important;
  border-left-color: #49417c !important;
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
}
.hbsp-core .dropup .btn.btn-default.btn-sm {
  border-color: transparent;
  padding: 0;
  margin: 0;
}
.hbsp-core .dropup .btn.btn-default.btn-sm:focus, .hbsp-core .dropup .btn.btn-default.btn-sm:active, .hbsp-core .dropup .btn.btn-default.btn-sm:active:focus:not(:disabled) {
  border-color: transparent;
}
.hbsp-core .dropup .btn.btn-default.btn-sm .fa.fa-chevron-circle-down.fa-fw:before {
  background: transparent;
  content: "";
  background: url(/three-dots.svg) no-repeat center center;
  width: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
}
.hbsp-core .left-nav-menu-wrapper {
  margin-right: 0px;
}
.hbsp-core .left-nav-menu-wrapper .main-nav-container {
  padding-right: 20px;
}
.hbsp-core .main-nav-container .homenavleft {
  width: 100%;
  padding-left: 2px;
  margin-left: 0px;
  margin-right: 0px;
}
.hbsp-core .left-nav-menu .nav-item {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 2px;
  width: 100%;
}
.hbsp-core .nav > li > a {
  border-radius: 0px;
  border-left: 2px solid transparent;
  color: #313131;
  padding: 4px 15px;
}
.hbsp-core .nav > li > a:active, .hbsp-core .nav > li > a:focus, .hbsp-core .nav > li > a:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
}
.hbsp-core .nav > li.current > a {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}
.hbsp-core a.nav-link.client-accounts:before {
  content: "";
  background: url("/client_accounts.svg");
}
.hbsp-core .button-container {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.hbsp-core .button-container.show-top-border {
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}
.hbsp-core .btn {
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border: 3px solid transparent;
}
.hbsp-core .btn + .btn {
  margin-left: 1.6rem;
}
.hbsp-core .btn:focus, .hbsp-core .btn:active:focus, .hbsp-core .btn.active:focus {
  outline: none;
}
.hbsp-core .btn-primary {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.hbsp-core .btn-primary:active:hover:not(:disabled), .hbsp-core .btn-primary:active:focus:not(:disabled) {
  border-color: #49417c;
  background-color: #49417c;
}
.hbsp-core .btn-primary.disabled:hover, .hbsp-core .btn-primary.disabled.focus, .hbsp-core .btn-primary[disabled]:hover, .hbsp-core .btn-primary[disabled].focus {
  color: #ffffff;
  background-color: #49417c;
  border-color: #49417c;
}
.hbsp-core .btn-primary i {
  color: #ffffff;
}
.hbsp-core .btn-secondary {
  color: #49417c;
  background-color: #FAFAFA;
  border: 0.5px solid #49417c;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.hbsp-core .btn-tertiary {
  color: #49417c;
  background-color: #f7f8f9;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 0;
}
.hbsp-core .btn-tertiary.btn-close {
  float: right !important;
  background-color: transparent;
  color: #313131;
  width: 24px;
  height: 24px;
  padding: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hbsp-core .btn-tertiary.btn-close > span {
  font-size: 1.8rem;
  font-weight: 200;
}
.hbsp-core .btn-link {
  color: #49417c;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 3px;
}
.hbsp-core .btn-link:after {
  content: "";
  background: url(/purple-arrow.svg) no-repeat;
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
}
.hbsp-core .btn-primary,
.hbsp-core .btn-secondary,
.hbsp-core .btn-link,
.hbsp-core .btn-tertiary {
  border-radius: 6px;
}
.hbsp-core .btn-primary:active:not(:disabled), .hbsp-core .btn-primary:focus:not(:disabled), .hbsp-core .btn-primary:hover:not(:disabled),
.hbsp-core .btn-secondary:active:not(:disabled),
.hbsp-core .btn-secondary:focus:not(:disabled),
.hbsp-core .btn-secondary:hover:not(:disabled),
.hbsp-core .btn-link:active:not(:disabled),
.hbsp-core .btn-link:focus:not(:disabled),
.hbsp-core .btn-link:hover:not(:disabled),
.hbsp-core .btn-tertiary:active:not(:disabled),
.hbsp-core .btn-tertiary:focus:not(:disabled),
.hbsp-core .btn-tertiary:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
  text-decoration: none;
  opacity: 1;
}
.hbsp-core .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hbsp-core .ootb-btn-back {
  margin-left: -30px !important;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 5px 5px 20px;
  color: #313131;
  background-color: transparent;
  border: 3px solid transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hbsp-core .btn-back {
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 5px 5px 0;
  color: #313131;
  background-color: transparent;
  border: 3px solid transparent;
  margin-left: 0 !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hbsp-core .btn-back:before {
  content: "";
  background: url(/back-arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
.hbsp-core .btn-back:active:not(:disabled), .hbsp-core .btn-back:focus:not(:disabled), .hbsp-core .btn-back:hover:not(:disabled) {
  border-color: #ea9c50;
  text-decoration: none;
  outline: none;
}
.hbsp-core div button.btn:not(:first-child) {
  margin-left: 16px;
}
.hbsp-core div.btn-group:not(:first-child) {
  margin-left: 1.6rem;
}
.hbsp-core .btn.btn-default {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
  margin-bottom: 4px;
}
.hbsp-core .btn.btn-default:active:hover:not(:disabled), .hbsp-core .btn.btn-default:active:focus:not(:disabled) {
  color: #49417c;
  background-color: #f7f8f9;
  border: 0.5px solid #49417c;
}
.hbsp-core .btn.btn-default:hover:active:not(:disabled), .hbsp-core .btn.btn-default:hover:focus:not(:disabled), .hbsp-core .btn.btn-default:hover:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
  text-decoration: none;
}
.hbsp-core .separator-or {
  border-radius: 50%;
  background: #d9d9d9;
  color: #000000;
  border: 1px solid #d9d9d9;
  margin: 60px;
  font-size: small;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: keep-all;
}
.hbsp-core .email-verification-control {
  margin-top: 4px;
  margin-bottom: 4px;
}
.hbsp-core .email-verification-control .email-verification-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hbsp-core .email-verification-control .verification-code-container label {
  display: block;
}
.hbsp-core .email-verification-control .verification-code-container input[type=text].verification-code {
  float: none;
}
.hbsp-core .email-verification-control .btn {
  text-wrap: nowrap;
  padding: 5.5px 8px;
}
.hbsp-core .email-verification-control .btn:not(:first-child) {
  margin-left: 6px;
}
.hbsp-core .email-verification-control .btn.btn-tertiary {
  /*background-color: transparent;*/
  padding-top: 4px;
  padding-bottom: 4px;
}
.hbsp-core .callout {
  border-left: 4px solid #49417c;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f5f5f5;
  padding: 4px 15px;
  color: #313131;
}
.hbsp-core .callout p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hbsp-core .callout a.link,
.hbsp-core .callout a.external-link {
  text-decoration: underline;
}
.hbsp-core.footer {
  color: #fff;
  background: #313131;
  padding-top:5px;
}

.hbsp-core.footer.container {
  width: 100%;
}
.hbsp-core.footer .footer-content {
  background-color: #313131;
  margin-left: 120px;
  margin-right: 120px;
}
.hbsp-core.footer * {
  color: #fff;
}
.hbsp-core.footer .btn-link {
  background: #313131;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hbsp-core.footer a:hover{
 text-decoration: underline;
}
.hbsp-core.footer .btn-link:hover {
  text-decoration: underline;
}
.hbsp-core.footer .btn-link:after {
  content: none;
  background: none;
  display: none;
}
.hbsp-core.footer h3 {
  font-weight: 400;
}
.hbsp-core.footer .use-portal {
  padding: 10px;
}
.hbsp-core.footer .use-portal a {
  display: block;
}
.hbsp-core.footer .use-portal div {
  display: inline-block;
  width: 49%;
}
.hbsp-core.footer .help-us {
  padding: 10px;
  line-height: 46px;
}
.hbsp-core.footer .help-us a {
  display: block;
}
.hbsp-core.footer .footer-acknowledge,
.hbsp-core.footer .footer-copyright {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid gray;
}
.hbsp-core .help-container {
  margin-top: 2rem;
}
.hbsp-core .help-container.suppress-top-line .help-section {
  border-top: none;
}
.hbsp-core .help-section {
  border-top: 1px solid #d6d6d6;
}
.hbsp-core .help-section h2 {
  margin-top: 12px;
}
.hbsp-core .help-section.suppress-top-line {
  border-top: none;
}
.hbsp-core .help-section ul.help-content {
  padding-left: 0px;
}
.hbsp-core .help-section ul.help-content li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hbsp-core .help-section ul.help-content li a {
  color: #006FB0;
}
.hbsp-core .help-section ul.help-content li a:hover {
  text-decoration: underline;
}
.hbsp-core a {
  color: #006FB0;
  text-decoration: none;
}
.hbsp-core a:focus {
  outline-offset: 4px;
  outline: 2px solid #ea9c50;
  cursor: pointer;
}
.hbsp-core a:active, .hbsp-core a:focus, .hbsp-core a:hover {
  border-color: transparent;
}
.hbsp-core a.hyperlink {
  color: #006FB0;
  font-weight: 400;
  text-decoration: underline;
}
.hbsp-core a.link {
  color: #006FB0;
  font-weight: bold;
  padding: 0 3px;
  text-decoration: underline;
}
.hbsp-core a.link:active:not(:disabled), .hbsp-core a.link:focus:not(:disabled), .hbsp-core a.link:hover:not(:disabled) {
  outline: 2px solid #ea9c50;
  outline-offset: 4px;
}
.hbsp-core a.link.list-action-link {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}
.hbsp-core a.link.hyperlink {
  font-weight: 400;
  text-decoration: underline;
}
.hbsp-core a.external-link:hover {
  text-decoration: underline;
}
.hbsp-core a.external-link:after {
  content: "";
  background: url(/external-link.svg) no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  -webkit-filter: invert(17%) sepia(3%) saturate(8%) hue-rotate(354deg) brightness(93%) contrast(91%);
  filter: invert(17%) sepia(3%) saturate(8%) hue-rotate(354deg) brightness(93%) contrast(91%);
}
.hbsp-core a.link.underline, .hbsp-core a.external-link.underline {
  text-decoration: underline;
}
.hbsp-core .card-container {
  position: relative;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.hbsp-core .card-container.h2-as-h3 h2 {
  font-size: 24px;
}
.hbsp-core .card-container.height .card, .hbsp-core .card-container.height-h1 .card, .hbsp-core .card-container.height-h2 .card, .hbsp-core .card-container.height-h3 .card {
  max-height: unset;
  height: auto;
}
.hbsp-core .card-container.width .card, .hbsp-core .card-container.width-30pc .card, .hbsp-core .card-container.width-35pc .card, .hbsp-core .card-container.width-40pc .card, .hbsp-core .card-container.width-45pc .card, .hbsp-core .card-container.width-50pc .card {
  width: 100%;
  max-width: unset;
}
.hbsp-core .grid .card-container {
  gap: 0 !important;
  margin-bottom: 2.5rem;
}
.hbsp-core .card {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 1em;
  border-radius: 10px;
  max-width: 16rem;
  min-height: 200px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.hbsp-core .card .btn-cardlink {
  position: absolute;
  bottom: 20px;
}
.hbsp-core .card h2,
.hbsp-core .card h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.hbsp-core .card-container.card-width-md .card {
  max-width: 18rem;
}
.hbsp-core .card-container.card-width-md .card-body {
  width: 280px;
}
.hbsp-core .card.child-service .card-body,
.hbsp-core .card.parent-service .card-body {
  min-height: 220px;
}
.hbsp-core .card.child-service .card-body h2,
.hbsp-core .card.parent-service .card-body h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .hbsp-core .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hbsp-core .card-container.width-30pc .card, .hbsp-core .card-container.width-35pc .card, .hbsp-core .card-container.width-40pc .card, .hbsp-core .card-container.width-45pc .card, .hbsp-core .card-container.width-50pc .card {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .hbsp-core .card-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hbsp-core .card-container.height-h1 .card {
    height: 100%;
  }
  .hbsp-core .card-container.height-h2 .card {
    height: 300px;
  }
  .hbsp-core .card-container.height-h3 .card {
    height: 350px;
  }
  .hbsp-core .card-container.height-h4 .card {
    height: 400px;
  }
  .hbsp-core .card-container.width .card {
    width: 100%;
  }
  .hbsp-core .card-container.width-30pc .card {
    width: 30%;
  }
  .hbsp-core .card-container.width-35pc .card {
    width: 35%;
    max-width: unset;
  }
  .hbsp-core .card-container.width-40pc .card {
    width: 40%;
    max-width: unset;
  }
  .hbsp-core .card-container.width-45pc .card {
    width: 45%;
    max-width: unset;
  }
  .hbsp-core .card-container.width-50pc .card {
    width: 50%;
  }
}
.hbsp-core .nav.nav-tabs {
  margin-bottom: 15px;
}
.hbsp-core .nav.nav-tabs > li > a {
  border: 1px solid #d6d6d6;
  padding: 8px;
  margin-bottom: -1px;
}
.hbsp-core .nav.nav-tabs > li > a:active, .hbsp-core .nav.nav-tabs > li > a:focus {
  outline: none;
}
.hbsp-core .nav.nav-tabs > li > a:not(:first-child) {
  margin-right: 4px;
}
.hbsp-core .nav.nav-tabs > li > a.active {
  background: rgba(73, 65, 124, 0.1);
  border-bottom-color: #ffffff;
}
.hbsp-core .tab-content .tab-pane.fade.active {
  opacity: 1;
}
.hbsp-core div#certdoc .col-md-12,
.hbsp-core div#certdoc .col-lg-9,
.hbsp-core div#certdoc .col-xl-9,
.hbsp-core div#letterdoc .col-md-12,
.hbsp-core div#letterdoc .col-lg-9,
.hbsp-core div#letterdoc .col-xl-9,
.hbsp-core div#otherdoc .col-md-12,
.hbsp-core div#otherdoc .col-lg-9,
.hbsp-core div#otherdoc .col-xl-9 {
  width: unset;
}
.hbsp-core .margin-addfile {
  border-style: dotted;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hbsp-core .margin-addfile .file-upload-control {
  width: auto !important;
}
.hbsp-core .margin-addfile .file-upload-control > p {
  font-weight: 700;
}
.hbsp-core .margin-addfile .file-upload-control > input[type=file] {
  padding: 6px 2px 6px 2px;
  max-width: 235px;
}
.hbsp-core a.add-file.action {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hbsp-core a.add-file .fa.fa-plus-circle:before {
  content: "";
  background: url(/plus-sign.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hbsp-core a.add-file:hover {
  border-color: #49417c;
}
.hbsp-core .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hbsp-core .pagination li > a {
  border: 2px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}
.hbsp-core .pagination li > a:hover:not(.inactiveLink) {
  background-color: rgba(73, 65, 124, 0.1) !important;
  background: rgba(73, 65, 124, 0.1) !important;
}
.hbsp-core .pagination li.active > a {
  background-color: #49417c !important;
  pointer-events: none;
}
.hbsp-core .pagination .page-numbers .page-number {
  padding: 0.5em;
  opacity: 1;
  border: 2px solid transparent;
  color: black;
  cursor: pointer;
  border-radius: 50%;
}
.hbsp-core .pagination .page-numbers .page-number:hover:not(.inactiveLink):not(.active) {
  background-color: rgba(73, 65, 124, 0.1) !important;
  background: rgba(73, 65, 124, 0.1) !important;
}
.hbsp-core .pagination .page-numbers .page-number.active {
  opacity: 1;
  background-color: #49417c !important;
  pointer-events: none;
  color: #ffffff;
}
.hbsp-core .pagination .inactiveLink {
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 540px) {
  .hbsp-core .backward {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .hbsp-core .page-numbers {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .hbsp-core .forward {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.hbsp-core .accordion-container {
  border: 1px solid #d6d6d6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.25em;
}
.hbsp-core .accordion-container:hover {
  background: #ffffff;
}
.hbsp-core .accordion-container:has(.in) .hbsp-accordion-panel {
  background: #007680;
}
.hbsp-core .accordion-container:has(.in) .hbsp-accordion-panel > h3 {
  color: #313131;
}
.hbsp-core .accordion-container:has(.in) .hbsp-accordion-panel span {
  color: #313131;
}
.hbsp-core .accordion-container .accordion-panel {
  display: inline-block !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  position: relative;
}
.hbsp-core .accordion-container .accordion-panel:hover {
  background: rgba(73, 65, 124, 0.1);
}
.hbsp-core .accordion-container .accordion-panel > h3 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
}
.hbsp-core .accordion-container .accordion-panel > h3:has(+ a:focus) {
  outline: 2px solid #ea9c50;
  outline-offset: 2px;
}
.hbsp-core .accordion-container .accordion-panel > a {
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 8px;
  float: right;
}
.hbsp-core .accordion-container .accordion-panel > a.btn-tertiary {
  padding: 0;
  outline-offset: 1px;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border-radius: 0;
}
.hbsp-core .accordion-container .accordion-panel > a.btn-tertiary:active:not(:disabled), .hbsp-core .accordion-container .accordion-panel > a.btn-tertiary:focus:not(:disabled) {
  outline-color: transparent;
}
.hbsp-core .accordion-container .accordion-panel > a:after, .hbsp-core .accordion-container .accordion-panel > a.collapsed:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.hbsp-core .accordion-container .accordion-panel > a:after {
  background: url(/chevron-up.svg) no-repeat center center;
}
.hbsp-core .accordion-container .accordion-panel > a.collapsed:after {
  background: url(/chevron-down.svg) no-repeat center center;
}
.hbsp-core .accordion-container .accordion-panel span {
  color: #007680;
}
.hbsp-core .accordion-container .accordion-body {
  padding: 0 12px 12px 12px;
}
.hbsp-core ol.progress.left {
  margin: 0;
  padding: 0;
}
.hbsp-core ol.progress li.incomplete {
  background: 0 0;
  border: 0;
}
.hbsp-core .multi-progress-bar {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: #F3F3F3 1px solid;
}
.hbsp-core .multi-progress-bar div {
  border-left: 3px solid transparent;
}
.hbsp-core .multi-progress-bar div.pg-tab {
  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;
  gap: 1em;
  padding: 1em;
  height: 100%;
}
.hbsp-core .multi-progress-bar div.pg-tab:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
}
.hbsp-core .multi-progress-bar div.pg-tab > img {
  height: 1.2em;
  width: 1.2em;
}
.hbsp-core .multi-progress-bar div.current {
  border-left-color: #49417c;
}
.hbsp-core .multi-progress-bar div .pg-tab-title {
  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;
  gap: 0;
  padding: 0.25em;
}
.hbsp-core .multi-progress-bar div.pg-header {
  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;
  gap: 0.25em;
  margin: 0.25em 0.5em;
}
.hbsp-core .multi-progress-bar div > span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.hbsp-core .multi-progress-bar div > span.pg-header-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #222;
}
.hbsp-core .multi-progress-bar div > span.pg-tab-heading {
  font-weight: 500;
}
.hbsp-core .multi-progress-bar div > span.pg-tab-status {
  font-size: 0.95em;
}
.hbsp-core .multi-progress-bar li {
  padding: 0;
  margin: 0;
  height: 4.5em;
  display: block;
}
.hbsp-core .multi-progress-bar li.current {
  background-color: rgba(73, 65, 124, 0.1);
  color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hbsp-core .progress.list-group.left {
  background-color: #ffffff;
  margin: 6px 6px;
}
.hbsp-core .progress.list-group.left .list-group-item {
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ffffff;
  color: #313131;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  outline-offset: 4px;
}
.hbsp-core .progress.list-group.left .list-group-item > span.glyphicon {
  display: none;
}
.hbsp-core .progress.list-group.left .list-group-item:hover {
  background-color: rgba(73, 65, 124, 0.1);
  border-left-color: #49417c;
  outline-color: #ea9c50;
}
.hbsp-core .progress.list-group.left .list-group-item.list-group-item-success:before {
  content: "";
  background: url(/green-tick.svg) no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-background-size: contain;
          background-size: contain;
}
.hbsp-core .progress.list-group.left .list-group-item.list-group-item-success:after {
  content: "Complete";
  display: block;
  padding-left: 2.5rem;
}
.hbsp-core .progress.list-group.left .list-group-item.active {
  border-left-color: #49417c;
  background-color: rgba(73, 65, 124, 0.1);
}
.hbsp-core .progress.list-group.left .list-group-item.active:before {
  content: "";
  background: url(/o-ring.svg) no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-background-size: contain;
          background-size: contain;
}
.hbsp-core .progress.list-group.left .list-group-item.active:after {
  content: "Complete";
  display: block;
  padding-left: 2.5rem;
}
.hbsp-core .readonly-card {
  background: #f5f5f5;
  background: #f5f5f5;
  padding: 1rem 1.5rem;
  margin-top: 1em;
  border-radius: 8px;
}
.hbsp-core .readonly-card dl.card-content {
  margin-bottom: 0;
}
.hbsp-core .readonly-card dl.card-content dt,
.hbsp-core .readonly-card dl.card-content dd {
  min-height: 2.2rem;
}
.hbsp-core .readonly-card dl.card-content dt {
  font-weight: 400;
  min-height: 1.8rem;
}
.hbsp-core .readonly-card dl.card-content dd {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}
.hbsp-core .readonly-card a.link,
.hbsp-core .readonly-card a.external-link {
  text-decoration: underline;
}
.hbsp-core .readonly-card .btn-tertiary {
  background: transparent;
  padding: 0;
  outline-offset: 1px;
  width: 5.5rem;
  height: 2.5rem;
  color: #006FB0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hbsp-core .readonly-card .btn-tertiary:active:not(:disabled), .hbsp-core .readonly-card .btn-tertiary:focus:not(:disabled) {
  outline-color: #ea9c50;
}
.hbsp-core .readonly-card .btn-tertiary:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/edit-icon.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 0.5rem;
}
.hbsp-core .source-message {
  color: #68717A;
}
.hbsp-core .control .addtional-info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hbsp-core .crmEntityFormView .cell {
  padding-left: 0;
  padding-bottom: 0;
}
.hbsp-core .crmEntityFormView .cell.form-control-cell {
  padding-right: 0;
}
.hbsp-core .crmEntityFormView .cell.form-control-cell:not(:first-child) {
  padding-left: 12px;
}
.hbsp-core .crmEntityFormView .cell div.table-info.required label:after,
.hbsp-core .crmEntityFormView .cell label.mandatory:after {
  color: #d60000 !important;
  font-weight: 400;
  content: " (mandatory)";
}
.hbsp-core .crmEntityFormView .cell .field-label {
  margin-top: 10px;
}
.hbsp-core .crmEntityFormView .cell div.table-info:has(+ .invisible-label) label {
  color: transparent;
}
.hbsp-core .crmEntityFormView .cell div.table-info:has(+ .invisible-label) label:after {
  color: transparent !important;
}
.hbsp-core .crmEntityFormView .cell div.table-info:has(+ .hidden-label) label {
  display: none;
}
.hbsp-core .crmEntityFormView .cell div.table-info:has(+ .hidden-label) label:after {
  display: none;
}
.hbsp-core .crmEntityFormView .cell.checkbox-cell {
  padding-bottom: 10px !important;
}
.hbsp-core .crmEntityFormView .cell .description.above.invisible-label.mb-24px {
  margin-bottom: 24px;
}
.hbsp-core .crmEntityFormView .actions {
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}
.hbsp-core .crmEntityFormView .actions > div {
  padding-left: 0;
}
.hbsp-core .crmEntityFormView .tab-title {
  border-bottom: none;
}
.hbsp-core .invalid-feedback-doh,
.hbsp-core .validation-message {
  display: block;
  color: #d60000;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.hbsp-core .validation-summary {
  display: none;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  border: 0.5px solid #f5c2c7;
  background-color: #f8f1f1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hbsp-core .validation-summary:has(ul) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hbsp-core .validation-summary h2.validation-header {
  color: #313131;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.hbsp-core .validation-summary h2.validation-header .fa.fa-info-circle:before {
  content: "";
  background: url(/validation-header-icon.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-background-size: contain;
          background-size: contain;
}
.hbsp-core .validation-summary > ul {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.hbsp-core .validation-summary > ul li a {
  color: #0077C8 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hbsp-core .choice-group div {
  display: block;
}
.hbsp-core .choice-group div label {
  margin-left: 10px;
}
.hbsp-core .field-edit fieldset {
  margin-bottom: 0px;
}
.hbsp-core .field-edit .form-custom-actions {
  display: none !important;
}
.hbsp-core .field-edit .validation-summary {
  margin-left: 25px;
}
.hbsp-core .form-check label.field-label {
  margin-left: 30px;
}
.hbsp-core .form-control {
  outline: 2px solid transparent;
  outline-offset: 4px;
}
.hbsp-core .form-control:focus(not:-moz-read-only) {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 4px !important;
}
.hbsp-core .form-control:focus(not:read-only) {
  outline: 2px solid #ea9c50 !important;
  outline-offset: 4px !important;
}
.hbsp-core .field-validation-message {
  padding-top: 15px;
  color: #d60000;
}
.hbsp-core .entity-form-container.hide-tab-title .crmEntityFormView .entity-form .tab-title {
  display: none;
}
.hbsp-core .entity-form-container .crmEntityFormView .entity-form .tab {
  margin-bottom: 0;
}
.hbsp-core .entity-form-container .crmEntityFormView .actions {
  margin-top: 0;
  padding-top: 0;
}
.hbsp-core .message-container {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  display: none;
}
.hbsp-core .message-container.alert p,
.hbsp-core .message-container.alert b,
.hbsp-core .message-container.alert strong {
  color: #313131;
}
.hbsp-core .message-container.alert.alert-invalid {
  color: #d60000;
  margin-top: 0;
  padding: 4px;
}
.hbsp-core .message-container.alert.alert-invalid p,
.hbsp-core .message-container.alert.alert-invalid b,
.hbsp-core .message-container.alert.alert-invalid strong {
  color: #313131;
}
.hbsp-core span:has(.order-0) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.hbsp-core span .order-0 {
  width: 300px;
  display: inline-block;
  margin-right: 30px;
}
.hbsp-core span .order-1 {
  width: calc(100% - 400px);
}
.hbsp-core .table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.hbsp-core .input-group.float-start.view-search.entitylist-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  min-width: 940px;
}
.hbsp-core .input-group.float-start.view-search.entitylist-search .query.form-control {
  border: 1px solid #d6d6d6;
  height: 36px;
}
.hbsp-core .input-group.float-start.view-search.entitylist-search .input-group-btn .btn-secondary {
  height: 36px;
  width: 26px;
  padding-left: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hbsp-core .input-group.float-start.view-search.entitylist-search .input-group-btn .btn-tertiary {
  border-radius: 0;
  height: 36px;
}
.hbsp-core .page-heading {
  display: none;
}
.hbsp-core .page-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
}
.hbsp-core .page-header {
  padding: 1rem 1.5rem;
  background-color: rgba(73, 65, 124, 0.1);
  border-radius: 0px;
  color: #313131;
  margin-top: 16px;
  margin-bottom: 16px;
}
.hbsp-core .page-header > h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.hbsp-core .page-header a.link,
.hbsp-core .page-header a.external-link {
  text-decoration: underline;
}
.hbsp-core .one-column {
  width: 60%;
}
.hbsp-core .page-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.hbsp-core .page-container h1 {
  margin-left: 0;
}
.hbsp-core .page-container .page-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hbsp-core .page-container .page-section.info-block p,
.hbsp-core .page-container .page-section.info-block ul,
.hbsp-core .page-container .page-section .info-block p,
.hbsp-core .page-container .page-section .info-block ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hbsp-core.main-content-container:has(> div.unauthenticated-user) {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hbsp-core .unauth-section {
  background-color: rgba(73, 65, 124, 0.1);
}
.hbsp-core .left-section {
  padding: 20px 20px 40px 0px;
  margin-top: 0;
}
.hbsp-core .left-section .welcome-info {
  margin-left: 35%;
  max-width: 500px;
}
.hbsp-core .right-section {
  padding: 20px 20px 40px 60px;
  text-align: left;
  background-color: #ffffff;
}
.hbsp-core .right-section .create-account-title {
/* margin-top: 65px; */
}
.hbsp-core .right-section .create-account-section {
  max-width: 500px;
}
.hbsp-core .right-section .account-info p {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .hbsp-core .left-section {
    margin-left: -84px;
    margin-top: 15px;
  }
  .hbsp-core .left-section .welcome-info {
    margin-left: 30px;
  }
  .hbsp-core .right-section {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .hbsp-core .left-section {
    margin-left: 0px;
    margin-top: 15px;
  }
  .hbsp-core .left-section .welcome-info {
    margin-left: 40px;
  }
  .hbsp-core .right-section {
    margin-left: 0px;
    margin-top: 15px;
  }
}

#submit-agreement {
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  background-color: #49417c !important;
  cursor: pointer;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border: 3px solid #49417c;
  margin-top: 20px;
}

#submit-agreement:active:not(:disabled),
#submit-agreement:focus:not(:disabled),
#submit-agreement:hover:not(:disabled) {
  border: 3px solid #49417c;
  outline: 2px solid #ea9c50 !important;
  text-decoration: none !important;
}

#terms-and-conditions-section h1 {
  margin-left: 0;
}

label[for=terms-conditions-confirmation] {
  width: 100% !important;
  display: inline-block !important;
  height: 42px !important;
}

html[dir=ltr] div.message.success {
  padding: 9px 9px 9px 9px;
}

.my-user-profile-mygovid .entity-form-container .table-info.required:has(#telephone1_label) {
  margin-top: 22px;
}

.my-user-profile .entity-form-container .table-info.required:has(#telephone1_label) {
  margin-top: 16px;
}

.crmEntityFormView .cell .picklist label{
 
}



html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio]{
margin-top: 4px;
}

/********** PCF component styles - START **********/
/* Multiselect dropdown styles */
.msos-caret-button .msos-glyph:after {
  font-size: 14px !important;
  font-weight: bolder;
}

.msos-glyph {
  height: 24px !important;
  width: 24px !important;
}

/********** PCF componet styles - END **********/

/********** Sharepoint Grid Formatting - START **********/
.sp-item .dropdown > button {
    display: none;
}
.sp-item .dropup > button {
    display: none;
}
.sp-item .dropdown .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.sp-item .dropup .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
/********** Sharepoint Grid Formatting - End **********/
/********** Form control element Mandatory text **********/
.hbsp-required::after {
  content: "(mandatory)";
  color: #d60000 !important;
  font-weight: bold;
}
/********** Form control element Mandatory text - End **********/
/********** label elements  **********/
label {
  font-weight: normal !important;
}
/********** label elements - End **********/
th[aria-label='Actions'] {
    color: #001479;
    min-width: 75px;
}
th[aria-label='Actions']:after {
    content: "Actions";
}