.container-fluid {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .hidden-mobile {
    display: none;
  }
}
.underline {
  border-bottom: 3px solid #006FBB;
}

.bg-darkblue {
  background-color: #0A3055;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.semibold {
  font-weight: 600 !important;
}

.extrabold {
  font-weight: 800 !important;
}

@media (max-width: 500px) {
  div {
    font-size: 16px;
    line-height: 28px;
  }
}
h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 54px;
  }
}

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 768px) and (min-width: 501px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ul li {
  color: #595959;
  font-size: 16px;
  line-height: 22px;
}

.font-white {
  color: #fff;
}
.font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white p, .font-white div {
  color: #fff;
}

#universal-form-click-here-ai {
  font-size: inherit;
  line-height: inherit;
}

#page-hd {
  position: relative;
  z-index: 1;
}

.section__title {
  position: relative;
  z-index: 0;
  padding: 58px 24px 45px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("/themes/quasar/images/attorney_consult/circles-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section__title .title li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><mask id="mask0_109_50" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="2" width="28" height="29"><path d="M16 3.16667L19.502 5.72133L23.8373 5.71333L25.1687 9.83867L28.6807 12.38L27.3333 16.5L28.6807 20.62L25.1687 23.1613L23.8373 27.2867L19.502 27.2787L16 29.8333L12.498 27.2787L8.16267 27.2867L6.83134 23.1613L3.31934 20.62L4.66667 16.5L3.31934 12.38L6.83134 9.83867L8.16267 5.71333L12.498 5.72133L16 3.16667Z" fill="%23555555" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.3333 16.5L14.6666 19.8333L21.3333 13.1667" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></mask><g mask="url(%23mask0_109_50)"><path d="M0 0.5H32V32.5H0V0.5Z" fill="%230077C8"/></g></svg>');
  height: 32px;
  width: 32px;
  margin-right: 11px;
}
.section__title .title li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 320px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #00000026;
  margin-bottom: 30px;
  padding: 8px 12px 8px 18px;
}
.section__title .title li:nth-of-type(1) {
  margin-left: auto;
}
.section__title .title li:nth-of-type(3) {
  margin-left: auto;
  margin-right: 32px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .section__title .title li:nth-of-type(1) {
    grid-column: 1;
    margin-left: auto;
    margin-right: 16px;
  }
  .section__title .title li:nth-of-type(2) {
    grid-column: 2;
    margin-left: 16px;
  }
  .section__title .title li:nth-of-type(3) {
    grid-column: 1/span 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .section__title .title li:nth-of-type(3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .section__title .title ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .section__title .title ul {
    width: 100%;
  }
}
.section__title .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .section__title .title {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section__title .title p {
  color: #EC6223;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .section__title .title p {
    font-size: 24px;
    line-height: 32px;
  }
}
.section__title .title a.get-my-consultation {
  border-radius: 40px;
  padding: 24px;
  box-shadow: 0px 4px 10px 0px #0000001A;
  background-color: #006FBB;
  color: #FFFFFF;
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  width: 400px;
  margin-top: 15px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .section__title .title a.get-my-consultation {
    font-size: 18x;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 400px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .section__title .title a.get-my-consultation {
    font-size: 18x;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.section__title .title .title-left,
.section__title .title .title-right {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 768px) {
  .section__title .title .title-left,
.section__title .title .title-right {
    width: unset;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section__title .how-it-works {
  gap: 32px;
  width: 70%;
}
@media (max-width: 768px) and (min-width: 501px) {
  .section__title .how-it-works {
    gap: 12px;
    width: 100%;
  }
}
.section__title .how-it-works > h2 {
  margin-bottom: 32px;
  margin-top: 96px;
}
@media (max-width: 768px) {
  .section__title .how-it-works > h2 {
    margin-top: 54px;
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .section__title .how-it-works > h2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 28px;
  }
}
.section__title .how-it-works > div {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 24px;
}
.section__title .how-it-works .item-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 291px;
  border-radius: 4px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #00000026;
}
@media (max-width: 500px) {
  .section__title .how-it-works .item-box {
    height: 190px;
  }
}
.section__title .how-it-works .item-box .icon {
  margin-bottom: 16px;
}
.section__title .how-it-works .item-box .description {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__title .how-it-works .item-box .description .text {
  margin: 0;
  text-align: center;
}
@media (max-width: 500px) {
  .section__title .how-it-works .item-box .description .text {
    font-size: 18px;
    line-height: 28px;
  }
}
.section__title .title-start {
  margin-top: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__title .title-start h2 {
  margin-top: 0;
  margin-right: 6px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section__title .title-start {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section__title .title-start h2 {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 768px) {
  .section__title {
    background-image: url("/themes/quasar/images/attorney_consult/circles-bg-md.webp");
    background-position-y: -200px;
  }
}
@media (max-width: 500px) {
  .section__title {
    padding: 30px 16px;
    background-image: url("/themes/quasar/images/attorney_consult/circles-bg-sm.webp");
    background-position-y: -335px;
  }
  .section__title .how-it-works {
    width: 100%;
  }
  .section__title .how-it-works > div {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    -ms-flex-align: center;
        align-items: center;
  }
  .section__title .how-it-works .item-box .icon {
    margin-bottom: 16px;
  }
}
.submit-error {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f83333;
}

.form-connect-with-attorneys .error-message {
  margin-top: 0.5rem;
  display: none;
  font-size: 1.2rem;
  line-height: 1rem;
  font-weight: 600;
  color: #f83333;
}

.form-connect-with-attorneys .error + .error-message {
  display: block !important;
}

.form-connect-with-attorneys .valid-error + .error-message + .error-message.validation {
  display: block !important;
}

.form-connect-with-attorneys .error,
.form-connect-with-attorneys .valid-error {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 51 51/var(--tw-border-opacity)) !important;
}

.form-connect-with-attorneys.desktop-form {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .form-connect-with-attorneys.desktop-form {
    max-width: 382px;
  }
}
@media (max-width: 500px) {
  .form-connect-with-attorneys.desktop-form {
    max-width: inherit;
  }
}

.section__form {
  padding-bottom: 64px;
  background-color: #f6f6f6;
}
.section__form .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 32px;
}
.section__form label {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.section__form .form-group {
  margin-bottom: 24px;
}
.section__form .find-a-lawyer-button {
  background-color: #006FBB;
  margin-bottom: 32px;
}
.section__form .btn {
  font-weight: 800;
  width: 100%;
  padding: 24px;
  border-radius: 40px;
}
.section__form .button-container {
  margin-top: 40px;
}
.section__form .disclaimer {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.section__form .typical {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.section__form .disclaimer div {
  display: inline;
  color: #006fbb;
}
.section__form .disclaimer div:hover {
  cursor: pointer;
  text-decoration: underline;
}
.section__form #universal-form-click-here.disabled {
  pointer-events: none;
}

footer {
  display: none;
}

#region-footer {
  padding-bottom: 70px;
}

/* Popup shared styles */
.form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-CTA.find-a-lawyer-button:disabled, #universal-form-modal.show .form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-CTA.uquiz-top-button:disabled {
  background: #8f8f8f !important;
  cursor: none;
}

#chat-content {
  margin-top: 24px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  margin-bottom: 34px;
}

@media only screen and (max-width: 600px) {
  .loading-spinner {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #universal-form-modal.show .modal.show .modal-dialog.form-prompt-modal-dialog,
.modal.show .modal-dialog.form-prompt-modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px !important;
    width: calc(100% - 20px) !important;
  }

  #universal-form-modal.show .form-prompt-modal-dialog .modal-body,
.form-prompt-modal-dialog .modal-body {
    padding: 20px !important;
    display: block;
  }

  #universal-form-modal.show .form-prompt-modal-dialog .modal-body,
.form-prompt-modal-dialog .modal-body #uform-chat-content {
    font-size: 16px;
  }

  #universal-form-modal.show .form-prompt-modal-dialog .modal-content,
.form-prompt-modal-dialog .modal-content {
    width: 100% !important;
    margin-top: 10px !important;
  }

  #universal-form-modal.show .form-prompt-modal-dialog .modal-header,
.form-prompt-modal-dialog .modal-header {
    padding: 20px;
  }

  #chat-content {
    margin-bottom: 20px;
  }
}
#universal-form-modal.show .form-prompt-modal-dialog .modal-body p.title,
.form-prompt-modal-dialog .modal-body p.title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #272727;
  margin-top: 0;
  margin-bottom: 4px;
  text-transform: none;
}

#universal-form-modal.show .form-prompt-modal-dialog .modal-body .button-wrapper,
.form-prompt-modal-dialog .modal-body .button-wrapper {
  margin-top: 35px;
  width: 100%;
}

#universal-form-modal.show .form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-close, .form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-close {
  width: 100%;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1F92D1;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

#universal-form-modal.show .form-prompt-modal-dialog .modal-body,
.form-prompt-modal-dialog .modal-body {
  padding: 20px 55px;
  border: none;
  margin-bottom: 0;
  overflow-y: scroll;
  max-height: 645px;
}
@media (max-width: 599px) {
  #universal-form-modal.show .form-prompt-modal-dialog .modal-body,
.form-prompt-modal-dialog .modal-body {
    max-height: unset;
    height: 675px !important;
  }
}

.modal.show .modal-dialog.form-prompt-modal-dialog {
  margin-top: 10vh;
  width: 780px;
  max-width: 780px;
}
@media screen and (max-height: 660px) and (min-width: 1000px) and (max-width: 1400px) {
  .modal.show .modal-dialog.form-prompt-modal-dialog {
    margin-top: 40px;
  }
}

#uform-universalFormPromptModal .subtitle {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

#uform-chat-wrapper #uform-chat-content .ai-question-container {
  margin-bottom: 12px;
}
#uform-chat-wrapper #uform-chat-content .ai-question-container:not(:first-child) {
  margin-top: 24px;
}
#uform-chat-wrapper #uform-chat-content .ai-question-container label {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}
#uform-chat-wrapper #uform-chat-content .ai-question-container label.ai-radio-label {
  font-weight: 700;
}
#uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container > div {
  margin-bottom: 4px;
}
@media (max-width: 499px) {
  #uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container > div {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
  }
}
#uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container input {
  height: unset;
  position: relative;
  top: 1px;
}
@media (max-width: 499px) {
  #uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container input {
    margin-top: 0;
    max-height: 18px;
    max-width: 13px;
    padding: 0;
    top: 2px;
  }
}
#uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container label {
  margin-left: 12px;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  #uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container label {
    font-size: 16px;
  }
}
#uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container input:hover, #uform-chat-wrapper #uform-chat-content .ai-question-container .ai-radio-container label:hover {
  cursor: pointer;
}

#uform-universalFormPromptModal .modal-body.form-prompt-modal-body > * {
  width: unset !important;
  max-width: unset !important;
  justify-self: unset !important;
}
#uform-universalFormPromptModal .modal-body.form-prompt-modal-body > #uform-loading {
  width: 120px !important;
  height: 120px !important;
}

.form-prompt-modal-dialog .modal-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 680px;
  max-height: 600px;
  overflow: visible;
}
@media (max-width: 599px) {
  .form-prompt-modal-dialog .modal-content {
    height: 80vh !important;
    max-height: unset !important;
    min-height: unset !important;
  }
}
@media (max-width: 599px) and (max-height: 700px) {
  .form-prompt-modal-dialog .modal-content {
    max-height: 550px;
  }
}
@media screen and (max-height: 660px) and (min-width: 1000px) and (max-width: 1400px) {
  .form-prompt-modal-dialog .modal-content {
    min-height: unset !important;
    max-height: 500px;
    height: 500px !important;
    margin-top: unset !important;
  }
}

.form-prompt-modal-dialog .modal-header {
  background: #02314D;
  display: block;
  padding: 14px 24px;
}

.form-prompt-modal-dialog .modal-header #uform-close-modal-icon {
  opacity: 1;
  position: relative;
}

#uform-chat-content {
  color: #272727;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .modal.modal-open {
    padding-right: 0 !important;
  }

  .modal-open {
    overflow: hidden;
  }
}
.form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-CTA.find-a-lawyer-button {
  width: 100%;
  background: #8f8f8f;
  opacity: 1;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 0px;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-CTA.find-a-lawyer-button.interacted {
  background: #0077C8 !important;
}
.form-prompt-modal-dialog .modal-body .button-wrapper .btn.btn-CTA.find-a-lawyer-button.interacted:hover {
  background: #0066AC !important;
}

#bottom-right-black-bubble-invite-container.move-back, .ngageMobileFloat.move-back {
  z-index: 1000 !important;
}

.loading-spinner {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ndr {
  width: 100%;
  border-top: 1px solid #c7c7c7;
  min-height: 350px;
}

.thankyou .section__title {
  background: none;
  padding-top: 112px;
}
.thankyou .section__title .title {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.thankyou .section__title .title h1 {
  text-align: center;
}
.thankyou .section__title .title p {
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}