.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: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

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

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

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 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 500px) {
  ul li {
    font-size: 16px;
    line-height: 28px;
  }
}

.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;
}

.section__title {
  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("https://www.nolo.com/themes/quasar/images/attorney_consult/blue-orng-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section__title .title li:before {
  content: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_376_1025" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="19"><path d="M9 1.45242L11.1888 3.04909L13.8983 3.04409L14.7304 5.62242L16.9254 7.21076L16.0833 9.78576L16.9254 12.3608L14.7304 13.9491L13.8983 16.5274L11.1888 16.5224L9 18.1191L6.81125 16.5224L4.10167 16.5274L3.26958 13.9491L1.07458 12.3608L1.91667 9.78576L1.07458 7.21076L3.26958 5.62242L4.10167 3.04409L6.81125 3.04909L9 1.45242Z" fill="%23555555" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.08331 9.78576L8.16665 11.8691L12.3333 7.70242" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></mask><g mask="url(%23mask0_376_1025)"><path d="M-1 -0.214233H19V19.7858H-1V-0.214233Z" fill="%230077C8"/></g></svg>');
  height: 22px;
  width: 18px;
  margin-right: 2.5px;
}
.section__title .title li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section__title .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.section__title .how-it-works {
  gap: 32px;
  width: 70%;
}
.section__title .how-it-works > h2 {
  margin-bottom: 32px;
  margin-top: 96px;
}
@media (max-width: 500px) {
  .section__title .how-it-works > h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.section__title .how-it-works > div {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 32px;
}
.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: 355px;
}
.section__title .how-it-works .item-box .icon {
  margin-bottom: 32px;
}
.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 .number {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 1px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}
.section__title .how-it-works .item-box .description .text {
  margin: 0;
}
@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: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__title .title-start h2 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .section__title {
    background-image: url("https://www.nolo.com/themes/quasar/images/attorney_consult/blue-orng-bg-md.webp");
  }
  .section__title .title p {
    max-width: 541px;
    text-align: center;
  }
  .section__title .how-it-works .item-box .icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .section__title {
    padding: 30px 16px;
    background-image: url("https://www.nolo.com/themes/quasar/images/attorney_consult/blue-orng-bg-sm.webp");
    background-size: 100% 67%;
    background-position: bottom;
  }
  .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;
  }
  .section__title .how-it-works .item-box .icon img {
    width: 32px;
    height: 32px;
  }
  .section__title .how-it-works .item-box .description {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.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;
}

.section__form {
  padding-bottom: 64px;
}
.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: 800;
  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;
}
.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;
}

.section__helping {
  padding: 64px 32px;
}
.section__helping h2 {
  margin-top: 0;
  margin-bottom: 64px;
}
.section__helping > div.flex {
  gap: 120px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__helping > div.flex .helping-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__helping > div.flex .helping-item .left {
  font-size: 50px;
  line-height: 36px;
  font-weight: 800;
}
.section__helping > div.flex .helping-item .right {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .section__helping > div.flex {
    gap: 64px;
  }
}
@media (max-width: 768px) {
  .section__helping > div.flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__helping > div.flex .helping-item {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: unset;
    width: 100%;
  }
  .section__helping > div.flex .helping-item .left {
    width: 60%;
    text-align: left;
    margin-right: 32px;
  }
  .section__helping > div.flex .helping-item .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .section__helping .helping-item .left {
    font-size: 40px;
    line-height: 48px;
  }
  .section__helping .helping-item .right {
    font-size: 18px;
    line-height: 24px;
  }
}
.section__about {
  padding: 64px 24px;
}
.section__about .about-overlap {
  -ms-flex-pack: center;
      justify-content: center;
}
.section__about .about-overlap .left {
  max-height: 523px;
  margin-bottom: 52px;
  position: relative;
  left: 113px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 702px;
}
.section__about .about-overlap .left img {
  height: 523px;
  width: 100%;
  max-width: 702px;
  border-radius: 0px 100px 0px 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__about .about-overlap .right {
  max-height: 523px;
  margin-top: 52px;
  max-width: 702px;
  position: relative;
  right: 113px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 0px 100px 0px 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #e3e5e6;
}
.section__about .about-overlap .right .about-nolo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  padding: 40px;
  height: 100%;
}
.section__about .about-overlap .right .about-nolo h2 {
  margin-top: 0;
}
.section__about .about-bottom {
  padding: 32px 0 0 0;
}
.section__about .about-bottom h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.section__about .about-bottom h2 a {
  font-weight: inherit;
}

@media (max-width: 768px) {
  .section__about .about-overlap .left {
    left: unset;
    max-width: unset;
    height: 458px;
    margin-right: -87px;
  }
  .section__about .about-overlap .left img {
    max-width: unset;
  }
  .section__about .about-overlap .right {
    right: unset;
    max-width: unset;
    margin-left: -87px;
    width: 100%;
    height: 523px;
  }
}
@media (max-width: 500px) {
  .section__about {
    padding-bottom: 14px;
  }
  .section__about .about-overlap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
  .section__about .about-overlap .left {
    margin: 0;
    height: 261px;
  }
  .section__about .about-overlap .left img {
    height: 261px;
    border-radius: 0px 50px 0px 50px;
  }
  .section__about .about-overlap .right {
    margin: 0;
    height: 100%;
    border-radius: 0px 50px 0px 50px;
  }
  .section__about .about-overlap .right .about-nolo {
    padding: 24px 24px 40px 24px;
  }
  .section__about .about-overlap .right .about-nolo div {
    font-size: 18px;
    line-height: 28px;
  }
  .section__about .about-bottom h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.section__recognized {
  padding: 40px 40px 100px;
}
.section__recognized h2 {
  margin-top: 0;
  margin-bottom: 42px;
}
.section__recognized > div {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 68px;
}
.section__recognized .flex-tablet {
  display: none;
}

@media (max-width: 1300px) {
  .section__recognized > div {
    gap: unset;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 668px) and (max-width: 1200px) {
  .section__recognized > div.flex:not(.flex-tablet) {
    display: none;
  }
  .section__recognized .flex-tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 49px;
  }
  .section__recognized .flex-tablet .flex-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 648px;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  .section__recognized .flex-tablet .flex-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 416px;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 668px) {
  .m-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .m-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .m-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .m-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .m-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .m-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .section__recognized > div.flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__recognized > div.flex .m-order-1 {
    height: 80px;
    width: 50%;
  }
  .section__recognized > div.flex .m-order-2 {
    height: 60px;
    width: 50%;
  }
  .section__recognized > div.flex .m-order-3 {
    height: 26px;
    width: 50%;
  }
  .section__recognized > div.flex .m-order-4 {
    height: 65px;
    width: 50%;
  }
  .section__recognized > div.flex .m-order-5 {
    height: 35px;
    width: 50%;
  }
  .section__recognized > div.flex .m-order-6 {
    height: 26px;
    width: 50%;
  }
}
.section__discover {
  padding: 64px;
  background-color: #F5F7F7;
}
.section__discover > div {
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__discover h2 {
  margin-top: 0;
  margin-bottom: 42px;
}
.section__discover .discover-item {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px #2727271A;
  padding: 24px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 356px;
}
.section__discover .discover-item a {
  width: 100%;
}
.section__discover .discover-item .title {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
}
.section__discover .discover-item .title img {
  margin-left: 5px;
  padding-top: 5px;
}
.section__discover .discover-item .title h3 {
  color: #0F4880;
  margin: 0;
}
.section__discover .discover-item div {
  color: #595959;
}

@media (max-width: 768px) {
  .section__discover {
    padding: 64px 24px;
  }
  .section__discover > div {
    gap: 16px;
  }
  .section__discover .icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .section__discover {
    padding: 54px 16px;
  }
  .section__discover > div {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .section__discover .discover-item {
    max-width: unset;
    padding: 24px 37px;
  }
  .section__discover .discover-item .title {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: unset;
  }
  .section__discover .discover-item .title img {
    padding-top: 0;
    margin-left: 24px;
  }
  .section__discover .discover-item div {
    font-size: 18px;
    line-height: 28px;
  }
  .section__discover .icon img {
    width: 64px;
    height: 64px;
  }
}
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-position: bottom;
  background-size: 100% 72%;
  padding-bottom: 64px;
}
@media (max-width: 500px) {
  .thankyou .section__title {
    background-size: 100% 46%;
    padding-bottom: 32px;
  }
}
.thankyou .section__title .title {
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.thankyou .section__title .how-it-works h2 {
  margin-top: 0;
}
.thankyou .section__helping.bg-darkblue {
  background-color: #f5f7f7;
}
.thankyou .section__helping.font-white h2 {
  color: #0A3055;
}
.thankyou .section__helping.font-white div {
  color: #0F4880;
}