/* ============================================================
   EHCS-5540 — Divorce TYP redesign (dv-api2 / dv-api3)
   Extracted from main_nolopath_confirm_dv-api2and3-ehcs.mustache.

   Imported into the shared SEM theme (nolopath.theme.less) so it
   loads on every SEM page regardless of theme (dv-api2 = blue,
   dv-api3 = turtle). Every rule is scoped to #nolo-typ-ehcs (or
   gated with :has(#nolo-typ-ehcs)) so it stays inert elsewhere.
   ============================================================ */
/* ----------------------------------------------------------
   Layout overrides — only on the TYP page. #nolo-typ-ehcs is
   rendered inside .sem-form-column (see views/forms/sem_form_base.php),
   with .sem-aside-column as its sibling under #content-top.
   ---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600,700');
.sem-form-column:has(#nolo-typ-ehcs) {
  float: none !important;
  width: auto;
}
#content-top:has(#nolo-typ-ehcs) .sem-aside-column {
  display: none !important;
}
/* dv-api2pp (Psychedelic Peacock V2) wraps the page in a fixed-width
   Bootstrap .container; let the TYP container go full-width. Scoped to the
   dv-api2pp body + the container that holds #nolo-typ-ehcs. */
.page-nolosem-dv-api2pp:has(#nolo-typ-ehcs) .container {
  width: auto !important;
}
.sem-form-column:has(#nolo-typ-ehcs) {
  float: none !important;
  width: auto;
}
.panel.panel-default.nolopath-collapse {
  display: none;
}
/* ----------------------------------------------------------
   Scoped custom properties — visible only within #nolo-typ-ehcs
   ---------------------------------------------------------- */
#nolo-typ-ehcs {
  --ehcs-bg: #ffffff;
  --ehcs-hairline: #e4e4e4;
  --ehcs-hairline-soft: #efefef;
  --ehcs-text-main: #1a1a1a;
  --ehcs-text-strong: #2a2a2a;
  --ehcs-text-muted: #777570;
  --ehcs-text-soft: #9a988f;
  --ehcs-brand-red: #7a2020;
  --ehcs-brand-red-soft: #f5ebeb;
  --ehcs-lex-blue: #8aa6c8;
  --ehcs-lex-blue-dark: #151f28;
  --ehcs-orange: #f4a93a;
  --ehcs-teal: #37c7a6;
}
/* ----------------------------------------------------------
   Layout wrapper
   ---------------------------------------------------------- */
#nolo-typ-ehcs {
  background-color: var(--ehcs-bg);
  color: var(--ehcs-text-main);
  -webkit-font-smoothing: antialiased;
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  max-width: 720px;
  margin: 12px auto 0;
  padding: 0 24px 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nolo-typ-ehcs *,
#nolo-typ-ehcs *::before,
#nolo-typ-ehcs *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#nolo-typ-ehcs section {
  margin-bottom: 36px;
}
/* ----------------------------------------------------------
   Divider
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-divider {
  border: none;
  border-top: 1px solid var(--ehcs-hairline);
  margin: 30px auto;
  max-width: 660px;
}
/* ----------------------------------------------------------
   Eyebrow / heading / subtext
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-eyebrow {
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--ehcs-text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#nolo-typ-ehcs .ehcs-title {
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--ehcs-text-main);
  margin-bottom: 16px;
  line-height: 1.35;
}
#nolo-typ-ehcs .ehcs-subtext {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: var(--ehcs-text-muted);
  margin: 0 auto 22px;
  max-width: 560px;
  line-height: 1.5;
}
#nolo-typ-ehcs .ehcs-subtext.scanning {
  color: var(--ehcs-text-strong);
  font-weight: 700;
}
/* ----------------------------------------------------------
   Progress bar
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-progress-wrap {
  max-width: 480px;
  margin: 0 auto 22px;
}
#nolo-typ-ehcs .ehcs-progress-track {
  background: var(--ehcs-hairline-soft);
  border-radius: 100px;
  height: 6px;
  overflow: hidden;
}
#nolo-typ-ehcs .ehcs-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 100px;
  background: var(--ehcs-orange);
  -webkit-transition: background 0.4s ease;
       -o-transition: background 0.4s ease;
          transition: background 0.4s ease;
}
/* ----------------------------------------------------------
   Step list
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-steps-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: left;
  margin: 0 auto;
}
#nolo-typ-ehcs .ehcs-step {
  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: 14px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: var(--ehcs-text-soft);
  -webkit-transition: color 0.3s ease;
       -o-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
#nolo-typ-ehcs .ehcs-step.active {
  color: var(--ehcs-text-main);
  font-weight: 700;
}
#nolo-typ-ehcs .ehcs-step.done {
  color: var(--ehcs-text-muted);
}
#nolo-typ-ehcs .ehcs-step-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--ehcs-hairline);
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--ehcs-text-soft);
  background: white;
  -webkit-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#nolo-typ-ehcs .ehcs-step.active .ehcs-step-dot {
  border-color: var(--ehcs-orange);
  color: var(--ehcs-orange);
}
#nolo-typ-ehcs .ehcs-step.done .ehcs-step-dot {
  background: var(--ehcs-teal);
  border-color: var(--ehcs-teal);
  color: white;
  font-size: 0;
}
#nolo-typ-ehcs .ehcs-step.done .ehcs-step-dot::after {
  content: '\2713';
  font-size: 12px;
}
/* ----------------------------------------------------------
   Phase 2 — fade-in animation
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-fade-in {
  opacity: 0;
  -webkit-animation: ehcsFadeIn 0.5s forwards;
       -o-animation: ehcsFadeIn 0.5s forwards;
          animation: ehcsFadeIn 0.5s forwards;
}
@-webkit-keyframes ehcsFadeIn {
  to {
    opacity: 1;
  }
}
@-o-keyframes ehcsFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes ehcsFadeIn {
  to {
    opacity: 1;
  }
}
/* ----------------------------------------------------------
   Phase 2a — Matched firm card
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-firm-avatar {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--ehcs-brand-red-soft);
  color: var(--ehcs-brand-red);
  font-family: 'Courier Prime', monospace;
  font-size: 22px;
  font-weight: 700;
  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;
}
#nolo-typ-ehcs .ehcs-firm-name {
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--ehcs-text-main);
  margin-bottom: 18px;
  line-height: 1.3;
}
#nolo-typ-ehcs .ehcs-firm-meta {
  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: 12px;
  max-width: 440px;
  margin: 0 auto 22px;
  padding: 18px 22px;
  border-top: 1px solid var(--ehcs-hairline);
  border-bottom: 1px solid var(--ehcs-hairline);
}
#nolo-typ-ehcs .ehcs-firm-meta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}
#nolo-typ-ehcs .ehcs-firm-meta-label {
  color: var(--ehcs-text-muted);
  text-align: left;
}
#nolo-typ-ehcs .ehcs-firm-meta-value {
  color: var(--ehcs-text-main);
  text-align: right;
  font-weight: 700;
}
#nolo-typ-ehcs .ehcs-firm-meta-value a {
  color: var(--ehcs-brand-red);
  text-decoration: none;
  font-weight: 700;
}
#nolo-typ-ehcs .ehcs-firm-meta-value a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------
   Phase 2b — No-match card
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-thanks-icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--ehcs-brand-red-soft);
  color: var(--ehcs-brand-red);
  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;
}
#nolo-typ-ehcs .ehcs-thanks-icon-wrap svg {
  width: 28px;
  height: 28px;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
       -o-transform: translateX(-1px);
          transform: translateX(-1px);
}
#nolo-typ-ehcs .ehcs-thanks-affirmation {
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ehcs-brand-red);
  line-height: 1.4;
  margin: 0 auto 16px;
  max-width: 560px;
}
#nolo-typ-ehcs .ehcs-thanks-tip {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: var(--ehcs-text-muted);
  line-height: 1.5;
  padding-top: 18px;
  margin: 4px auto 0;
  max-width: 480px;
  border-top: 1px solid var(--ehcs-hairline);
}
/* ----------------------------------------------------------
   Buttons
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-btn {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 28px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
       -o-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
          transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
}
#nolo-typ-ehcs .ehcs-btn-primary {
  background: var(--ehcs-brand-red);
  color: #ffffff;
}
#nolo-typ-ehcs .ehcs-btn-primary:hover {
  background: #5e1818;
}
#nolo-typ-ehcs .ehcs-btn-outline {
  background: transparent;
  color: var(--ehcs-brand-red);
  border: 1.5px solid var(--ehcs-brand-red);
  padding: 10.5px 28px;
}
#nolo-typ-ehcs .ehcs-btn-outline:hover {
  background: var(--ehcs-brand-red);
  color: #ffffff;
}
/* ----------------------------------------------------------
   Checklist
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-checklist {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
#nolo-typ-ehcs .ehcs-check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--ehcs-hairline-soft);
  cursor: pointer;
  -webkit-transition: background 0.15s ease;
       -o-transition: background 0.15s ease;
          transition: background 0.15s ease;
}
#nolo-typ-ehcs .ehcs-check-item:last-child {
  border-bottom: none;
}
#nolo-typ-ehcs .ehcs-check-item input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: var(--ehcs-brand-red);
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#nolo-typ-ehcs .ehcs-check-label {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: var(--ehcs-text-muted);
  line-height: 1.55;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#nolo-typ-ehcs .ehcs-check-label strong {
  display: block;
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 16px;
  font-weight: 700;
  color: var(--ehcs-text-main);
  margin-bottom: 4px;
}
/* ----------------------------------------------------------
   Promo (Lexington Law)
   ---------------------------------------------------------- */
#nolo-typ-ehcs .ehcs-promo {
  padding: 8px 0 0;
  max-width: 640px;
  margin: 0 auto;
}
#nolo-typ-ehcs .ehcs-promo-headline {
  font-family: 'Courier Prime', 'Courier New', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--ehcs-text-main);
  line-height: 1.35;
  margin-bottom: 22px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#nolo-typ-ehcs .ehcs-lex-logo {
  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;
  gap: 12px;
  margin-bottom: 26px;
}
#nolo-typ-ehcs .ehcs-lex-logo-icon {
  width: 38px;
  height: 46px;
}
#nolo-typ-ehcs .ehcs-lex-logo-text {
  font-family: 'Lora', Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--ehcs-lex-blue-dark);
  letter-spacing: 0.2px;
}
#nolo-typ-ehcs .ehcs-lex-logo-text sup {
  font-size: 11px;
  font-weight: 400;
  color: var(--ehcs-lex-blue-dark);
  top: -0.8em;
}
#nolo-typ-ehcs .ehcs-promo-body {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: var(--ehcs-text-muted);
  line-height: 1.6;
  text-align: left;
  margin-bottom: 26px;
}
/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */
@media (max-width: 600px) {
  #nolo-typ-ehcs {
    padding: 0 16px 48px;
  }
  #nolo-typ-ehcs .ehcs-title,
  #nolo-typ-ehcs .ehcs-promo-headline,
  #nolo-typ-ehcs .ehcs-firm-name {
    font-size: 19px;
  }
  #nolo-typ-ehcs .ehcs-lex-logo-text {
    font-size: 24px;
  }
  #nolo-typ-ehcs .ehcs-firm-meta {
    padding: 14px 16px;
  }
  #nolo-typ-ehcs .ehcs-firm-meta-row {
    font-size: 14px;
  }
}
.panel-nolopath fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.panel-nolopath .btn-sem-form-submit {
  text-indent: -9000px;
}
.panel-nolopath .form-text,
.panel-nolopath .form-textarea,
.panel-nolopath .form-select {
  background-color: #fff;
  border: 1px solid #1e70ae;
}
.panel-nolopath .form-item .inline-error:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("../images/sprites/sprites_nolo_warnings.png");
  background-repeat: no-repeat;
  background-position: 0 -240px;
  overflow: hidden;
  padding-bottom: 2px;
  padding-left: 22px;
  padding-top: 2px;
}
.panel-nolopath .products-grid .product-item {
  float: left;
  margin: 0 28px 0 0;
  width: 82px;
}
.panel-nolopath .products-grid .product-image {
  display: block;
}
.panel-nolopath .products-grid .product-image > img {
  border: 1px solid #d7d7d7;
  width: 100%;
  max-height: 100%;
}
.panel-nolopath .products-grid .product-title {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.545;
}
.panel-nolopath .products-grid .caption {
  margin-top: 1em;
}
.panel-nolopath .breadcrumb {
  padding: 0;
}
.panel-nolopath .breadcrumb li {
  padding: 0 16px 0 10px;
  line-height: 24px;
  margin: 0;
  position: relative;
}
.panel-nolopath .breadcrumb li,
.panel-nolopath .breadcrumb li.before {
  background: #d3d2e0 none;
}
.panel-nolopath .breadcrumb li,
.panel-nolopath .breadcrumb li:before,
.panel-nolopath .breadcrumb li:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panel-nolopath .breadcrumb li:before,
.panel-nolopath .breadcrumb li:after {
  display: block;
  background-color: #fff;
  content: ' ';
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.panel-nolopath .breadcrumb li:after {
  background-image: url("../images/sem/sprite_breadcrumb_arrows_02.png");
}
.panel-nolopath .breadcrumb li.before:after {
  background-image: url("../images/sem/sprite_breadcrumb_arrows_05.png");
}
.panel-nolopath .breadcrumb li:last-child:after {
  background-image: url("../images/sem/sprite_breadcrumb_arrows_03.png");
}
.panel-nolopath .breadcrumb li.active {
  background: #1e70ae none;
  color: #fff;
}
.panel-nolopath .breadcrumb li.active:after {
  background-image: url("../images/sem/sprite_breadcrumb_arrows_01.png");
}
.panel-nolopath .breadcrumb li.active:last-child:after {
  background-image: url("../images/sem/sprite_breadcrumb_arrows_04.png");
}
.nolopath-collapse {
  border: 1px solid #dcdcdc;
  margin-bottom: 3em;
}
.nolopath-collapse .panel-title {
  margin: 0;
}
.nolopath-collapse .panel-title a {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px 15px 60px;
  text-decoration: none;
  line-height: 24px;
  position: relative;
}
.nolopath-collapse .panel-title a:before {
  background: transparent url("../images/sem/sprite_accordion_negative.png") no-repeat scroll 0 0;
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 12px;
  left: 16px;
}
.nolopath-collapse .panel-title a.collapsed:before {
  background-image: url("../images/sem/sprite_accordion_positive.png");
}
.nolopath-collapse .panel-heading {
  background: #f6f6f6 url("../js/jquery/css/nolo-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 0 0;
  margin: 0;
}
.nolopath-collapse .panel-collapse {
  background-color: #f6f6f6;
  padding: 12px 26px 12px 60px;
}
.nolopath-collapse .collapse {
  display: none;
}
.nolopath-collapse .collapse.in {
  display: block;
}
.nolopath-collapse .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.nolopath-analytics-trace {
  margin: 0;
}
.nolopath-analytics-trace .panel-title a {
  font-size: 14px;
  padding: 5px 39px 5px 39px;
  line-height: 18px;
}
.nolopath-analytics-trace .panel-title a:before {
  display: none;
}
.nolopath-analytics-trace .panel-collapse {
  padding: 12px 39px 12px 39px;
}
#tcpa-message-form-action {
  color: #333;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation {
  padding-bottom: 0;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .panel-heading,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .panel-heading,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .panel-heading {
  display: none;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > .unsold-form-header,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > .unsold-form-header,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > .unsold-form-header {
  text-align: center;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > h4,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > h4,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > h4 {
  text-align: center;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > p,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > p,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] #nolopath-confirmation .unsold-message > p {
  font-size: 16px !important;
  text-align: center;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .form-related-products,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .form-related-products,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .form-related-products {
  display: none !important;
}
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-case-summary,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-case-summary,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-case-summary,
#nolopath[data-path-id='dv-api2'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-contact-summary,
#nolopath[data-path-id='dv-api1'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-contact-summary,
#nolopath[data-path-id='dv-api4'][data-lead-type-clean='unsold'][data-practice-area-id='96'] .sem-contact-summary {
  display: none !important;
}
@media (max-width: 599px) {
  .page-nolosem-dv-api2.lead-type-is-unsold[data-path-step='confirm'][data-pid='96'] .sem-form-column,
  .page-nolosem-dv-api1.lead-type-is-unsold[data-path-step='confirm'][data-pid='96'] .sem-form-column,
  .page-nolosem-dv-api4.lead-type-is-unsold[data-path-step='confirm'][data-pid='96'] .sem-form-column {
    margin-bottom: 80px;
  }
}
@media (min-width: 570px) {
  .panel-nolopath {
    border: 3px solid #1e72b3;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
    margin: 7px;
  }
  .panel-nolopath .form-title {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
  }
  .panel-nolopath .provider-name {
    width: 220px;
  }
  .unsold-image {
    margin-bottom: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .unsold-image > img {
    content: url(../images/nolo-50.png);
  }
  .unsold-message h4 {
    text-align: left;
    font-size: 24px !important;
  }
  .unsold-message p {
    text-align: left;
    font-size: 20px !important;
  }
  .form-confirmation-banner {
    display: none;
  }
  .unsold-banner {
    margin-bottom: 5px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .unsold-banner .lawyers-banner-image {
    position: relative;
    background-image: url(../images/laywers_banner.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    height: -webkit-calc(0.5 * 50vw);
    height: calc(0.5 * 50vw);
  }
  .unsold-banner .div-banner-image {
    position: relative;
    background-image: url(../images/3sd_banner_img.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 60%;
            background-size: 100% 60%;
    width: 100%;
    height: -webkit-calc(0.5 * 50vw);
    height: calc(0.5 * 50vw);
    margin-bottom: -5px;
  }
  .unsold-banner .div-banner-image .banner-content-center {
    top: 33%;
    left: 65%;
  }
  .unsold-banner .div-banner-image .banner-content-center .center-head div {
    font-size: 22px;
    font-weight: 700;
    color: #0F4880;
    white-space: nowrap;
  }
  .unsold-banner .div-banner-image .banner-content-center .banner-link-button {
    font-size: 18px;
    white-space: nowrap;
    position: relative;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
         -o-transform: unset !important;
            transform: unset !important;
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0F4880;
    padding: 24px;
    font-weight: 400;
    font-family: unset;
    margin: 8px 0;
  }
  .unsold-banner .div-banner-image .banner-content-center ul {
    font-size: 14px;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .unsold-banner .div-banner-image .banner-content-center .c-extra {
    font-size: 14px;
  }
  .unsold-banner .div-banner-image .banner-content-bottom {
    position: relative;
    top: 62%;
  }
  .unsold-banner .div-banner-image .banner-content-bottom .banner-bottom-title {
    margin: 0;
  }
  .unsold-banner .banner-link-button {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    padding: 10px 10px;
    width: 120px;
    height: 32px;
    background: #FD9428;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    float: right;
    font-family: Nunito Sans SemiBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .unsold-banner .banner-link-button:hover {
    background: #F17B08;
  }
  .unsold-banner .banner-content-center {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .unsold-banner .banner-content-bottom {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #23343F;
    width: 100%;
    height: auto;
  }
  .unsold-banner .banner-content-bottom .banner-bottom-title {
    color: white;
    font-family: Nunito Sans SemiBold;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 10px;
  }
  .unsold-banner .banner-content-bottom > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    position: relative;
    float: left;
    margin: 0 auto;
    -webkit-padding-start: 0px;
       -moz-padding-start: 0px;
            padding-inline-start: 0px;
    background: #23343f;
  }
  .unsold-banner .banner-content-bottom > ul li {
    color: white;
    font-size: 16px;
    list-style: none;
    margin: 5px;
    vertical-align: top;
    padding: 5px;
  }
  .unsold-banner .banner-content-bottom > ul li img {
    max-width: 100%;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_the_hunffingtown_icon {
    width: 160px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_kiplinger_icon {
    width: 80px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_the_new_york_times_icon {
    width: 150px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_time_icon {
    width: 60px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_usa_today_icon {
    width: 70px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_the_washinton_post_icon {
    width: 160px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_yahoo_icon {
    width: 70px;
  }
  .unsold-banner .banner-lawyer-icon > img {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: url(../images/laywers_banner_icon.png);
  }
}
@media (min-width: 570px) and (max-width: 1599px) {
  .unsold-banner .div-banner-image {
    height: -webkit-calc(0.5 * 63vw);
    height: calc(0.5 * 63vw);
  }
}
@media (min-width: 570px) and (max-width: 1199px) {
  .unsold-banner .div-banner-image {
    height: -webkit-calc(0.5 * 73vw);
    height: calc(0.5 * 73vw);
  }
}
@media (min-width: 570px) and (min-width: 1201px) {
  #nolopath-confirmation .lawyers-banner-image {
    -webkit-background-size: 100% 70% !important;
            background-size: 100% 70% !important;
    height: -webkit-calc(0.5 * 50vw) !important;
    height: calc(0.5 * 50vw) !important;
  }
}
@media (min-width: 570px) and (max-width: 1200px) and (min-width: 1025px) {
  #nolopath-confirmation .lawyers-banner-image {
    height: -webkit-calc(0.5 * 50vw) !important;
    height: calc(0.5 * 50vw) !important;
  }
}
@media (min-width: 570px) and (max-width: 1024px) and (min-width: 768px) {
  #nolopath-confirmation  .lawyers-banner-image {
    position: relative;
    background-image: url(../images/laywers_banner.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    height: -webkit-calc(0.95 * 50vw) !important;
    height: calc(0.95 * 50vw) !important;
    -webkit-background-size: 100% 70% !important;
            background-size: 100% 70% !important;
  }
  #nolopath-confirmation  .div-banner-image {
    position: relative;
    background-image: url(../images/3sd_banner_img.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    height: -webkit-calc(0.95 * 50vw) !important;
    height: calc(0.95 * 50vw) !important;
    -webkit-background-size: 100% 70% !important;
            background-size: 100% 70% !important;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-center .banner-link-button {
    width: unset;
    font-size: 18px;
    padding: 16px;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-bottom ul {
    width: 100%;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-bottom ul li img {
    width: auto !important;
  }
  #nolopath-confirmation  .banner-lawyer-icon > img {
    width: 40%;
    top: 15%;
  }
  #nolopath-confirmation  .banner-link-button {
    width: 128px;
    height: 30px;
    font-size: 12px;
    line-height: 16px;
  }
  #nolopath-confirmation  .banner-content-bottom .banner-bottom-title {
    font-size: 14px;
    line-height: 18px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    position: relative;
    float: left;
    margin: 0 auto;
    -webkit-padding-start: 0px;
       -moz-padding-start: 0px;
            padding-inline-start: 0px;
    background: #23343f;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li {
    color: white;
    font-size: 16px;
    list-style: none;
    margin: 5px;
    vertical-align: top;
    padding: 5px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img {
    max-width: 100%;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_hunffingtown_icon {
    width: 100px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_kiplinger_icon {
    width: 40px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_new_york_times_icon {
    width: 80px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_time_icon {
    width: 30px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_usa_today_icon {
    width: 40px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_washinton_post_icon {
    width: 80px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_yahoo_icon {
    width: 30px;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  #nolopath-confirmation  .div-banner-image .banner-content-center {
    top: 25%;
    left: 65%;
  }
  #nolopath-confirmation  .div-banner-image .center-head,
  #nolopath-confirmation  .div-banner-image ul {
    display: none;
  }
  #nolopath-confirmation  .div-banner-image .banner-link-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    background-color: #0F4880;
    padding: 16px;
    font-size: 12px;
    font-family: unset;
  }
}
.panel-nolopath .true-scheduler-container {
  position: absolute;
  margin: -2px 14rem;
}
@media (max-width: 600px) {
  .panel-nolopath .true-scheduler-container {
    position: unset;
    margin: 0;
  }
}
.panel-nolopath .true-scheduler-container .true-scheduler-link {
  display: block;
  width: 92px;
  height: 25px;
  font-weight: 300;
  background-color: #2093D2;
  border-radius: 2px;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media (max-width: 600px) {
  .panel-nolopath .true-scheduler-container .true-scheduler-link {
    width: 100%;
  }
}
.panel-nolopath .true-scheduler-container .true-scheduler-link svg {
  position: relative;
  top: 2px;
  margin-top: 3px;
}
.panel-nolopath .true-scheduler-container .true-scheduler-sub {
  font-size: 12px;
  text-align: center;
  color: #c7c7c7;
  margin: auto;
}
@media (max-width: 1199px) {
  .panel-nolopath .true-scheduler-container .true-scheduler-sub {
    margin: auto 12px;
  }
}
@media (max-width: 600px) {
  .panel-nolopath .true-scheduler-container .true-scheduler-sub {
    margin-top: 8px;
    font-size: 14px;
  }
}
.panel-nolopath .true-scheduler-container .btn:not(:disabled):not(.disabled):not(.btn-success):hover {
  background-color: #006FBB;
}
@media (max-width: 569px) {
  #page-container,
  #page,
  #page-hd,
  #page-bd,
  #page-ft,
  #page-admin-top,
  #page-content {
    width: 360px;
  }
  .column-1-layout #content-top,
  .column-2-left-layout #content-top,
  .column-2-right-layout #content-top,
  .column-3-layout #content-top,
  .column-1-layout #content-ct {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sem-form-column,
  .sem-aside-column {
    width: 100%;
  }
  .region-footer {
    height: auto;
  }
  .footer-legal {
    display: none;
  }
  .panel-nolopath .form-title {
    color: #333;
    font: bold 18px/1.167 Arial, Helvetica, sans-serif;
    margin: 0 0 0.667em;
    text-align: center;
  }
  .panel-nolopath .form-text,
  .panel-nolopath .form-textarea,
  .panel-nolopath .form-select {
    border-color: #bbb;
  }
  .panel-nolopath .breadcrumb {
    background-color: #d3d2e0;
  }
  .panel-nolopath .breadcrumb.last-step {
    background-color: #1e70ae;
  }
  .panel-nolopath .breadcrumb li {
    line-height: 18px;
    padding-left: 8px;
  }
  .panel-nolopath .breadcrumb li:before,
  .panel-nolopath .breadcrumb li:after {
    height: 18px;
    background-position: 0 50%;
  }
  .panel-nolopath .breadcrumb li:last-child {
    padding-right: 0;
  }
  .panel-nolopath .breadcrumb li:last-child:before,
  .panel-nolopath .breadcrumb li:last-child:after {
    display: none;
  }
  .panel-nolopath .form-step-1,
  .panel-nolopath .form-step-2,
  .panel-nolopath .form-step-3,
  .panel-nolopath .form-step-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .panel-nolopath .form-practice-area-select {
    border: 2px solid #1e70ae;
    padding: 10px 14px 18px;
  }
  .panel-nolopath .form-practice-area-select > .form-item {
    margin: 0;
  }
  .panel-nolopath .mva-routing.aop-routing {
    border: 0;
    padding-left: 0;
  }
  .panel-nolopath .products-grid {
    margin-bottom: 37px;
  }
  .panel-nolopath .products-grid .product-item {
    margin: 0;
    width: 100%;
  }
  .panel-nolopath .products-grid .product-item + .product-item {
    margin-top: 24px;
  }
  .panel-nolopath .products-grid .product-image {
    float: left;
    width: 100%;
    max-width: 105px;
    height: 100%;
    margin-right: 12px;
  }
  .panel-nolopath .products-grid .product-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .panel-nolopath .products-grid .caption {
    margin-top: 0;
    padding-left: 94px;
  }
  .unsold-image {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .unsold-image > img {
    content: url(../images/nolo-50.png);
  }
  #nolopath-confirmation  .unsold-banner {
    margin-top: 15px;
    margin-bottom: 0px;
    height: calc(0.664 * 100vw) !important;
    height: -webkit-calc(0.664 * 100vw) !important;
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  #nolopath-confirmation  .lawyers-banner-image {
    position: relative;
    background-image: url(../images/laywers_banner.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    height: -webkit-calc(1.2 * 50vw) !important;
    height: calc(1.2 * 50vw) !important;
    -webkit-background-size: 100% 70% !important;
            background-size: 100% 70% !important;
    margin-bottom: 10px;
  }
  #nolopath-confirmation  .div-banner-image {
    position: relative;
    background-image: url(../images/3sd_banner_img.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: -webkit-calc(1.2 * 60vw) !important;
    height: calc(1.2 * 60vw) !important;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-position-x: 25%;
    margin-bottom: 10px;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-center {
    left: 65%;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-center .center-head > div {
    font-size: 14px;
    white-space: nowrap;
    color: #0F4880;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-center a {
    position: relative;
    float: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    font-family: unset;
    white-space: nowrap;
    background-color: #0F4880;
    width: unset;
    font-weight: 600;
  }
  #nolopath-confirmation  .div-banner-image .banner-content-bottom {
    top: 100%;
  }
  #nolopath-confirmation  .banner-lawyer-icon > img {
    position: absolute;
    content: url(../images/laywers_banner_icon.png);
    top: 20%;
    left: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #nolopath-confirmation  .banner-content-center {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #nolopath-confirmation  .banner-link-button {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    padding: 10px 10px;
    width: 85px;
    height: 24px;
    background: #FD9428;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    float: right;
    font-family: Nunito Sans SemiBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
  }
  #nolopath-confirmation  .banner-content-bottom {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #23343F;
    width: 100%;
    height: auto;
  }
  #nolopath-confirmation  .banner-content-bottom .banner-bottom-title {
    color: white;
    font-family: Nunito Sans SemiBold;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 5px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    position: relative;
    float: left;
    margin: 0 auto;
    -webkit-padding-start: 0px;
       -moz-padding-start: 0px;
            padding-inline-start: 0px;
    background: #23343f;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li {
    color: white;
    font-size: 16px;
    list-style: none;
    margin: 2px;
    vertical-align: top;
    padding: 5px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img {
    max-width: 100%;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_hunffingtown_icon {
    width: 100px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_kiplinger_icon {
    width: 50px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_new_york_times_icon {
    width: 100px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_time_icon {
    width: 40px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_usa_today_icon {
    width: 40px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_the_washinton_post_icon {
    width: 100px;
  }
  #nolopath-confirmation  .banner-content-bottom > ul li img.banner_yahoo_icon {
    width: 50px;
  }
}
@media (max-width: 569px) and (max-width: 399px) {
  #nolopath-confirmation  .div-banner-image {
    height: -webkit-calc(1.2 * 60vw) !important;
    height: calc(1.2 * 60vw) !important;
  }
}
@media (max-width: 569px) and (max-width: 399px) {
  #nolopath-confirmation  .div-banner-image .banner-content-center ul,
  #nolopath-confirmation  .div-banner-image .banner-content-center .c-extra {
    font-size: 10px;
  }
}
@media (max-width: 569px) and (max-width: 399px) {
  #nolopath-confirmation  .div-banner-image .banner-content-center ul {
    margin-bottom: 4px;
  }
}
body.ndr-absent[data-pid="4"] [data-lead-type="unsold"] .unsold-banner,
body:not([data-pid="4"]) [data-lead-type="unsold"] .unsold-banner,
body.path-type-sem [data-lead-type="unsold"] .unsold-banner {
  display: block;
}
body.path-type-organic[data-pid="4"] [data-lead-type="unsold"] .unsold-image {
  display: none;
}
body.ndr-absent [data-lead-type="unsold"] .unsold-image,
body:not([data-pid="4"]) [data-lead-type="unsold"] .unsold-image {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation .sem-confirmation.unsold-message {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation .form-related-products[data-retrieve="ndr"].ndr-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation .sem-case-summary {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation .sem-contact-summary {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"].panel-body.form-step-confirmation .unsold-image {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 30px;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"] .form-related-products .sem-related-products {
  display: none!important;
}
.ndr-render.path-type-organic[data-pid="4"] [data-lead-type="unsold"] .form-confirmation-banner {
  display: none!important;
}
.ndr-render.path-type-organic.disqualified-route[data-pid="4"] .form-related-products .sem-related-products {
  display: none!important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sms-notice .modal__inner {
  margin: 17px 15px;
}
@media screen and (min-width: 320px) {
  .sms-notice .modal__inner {
    max-width: 290px;
    margin: 17px auto;
  }
}
@media screen and (min-width: 375px) {
  .sms-notice .modal__inner {
    max-width: 335px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 508px) {
  .sms-notice .modal__inner {
    max-width: 450px;
    margin: 31px auto;
  }
}
.sms-notice .modal-content {
  border: none;
  background-color: #fff;
  font-family: 'Hind', sans-serif;
  font-stretch: normal;
  text-align: center;
  border-radius: 9px 9px 0 0;
  overflow: hidden;
}
.sms-notice .modal-content__header {
  height: 75px;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-content__header {
    height: 109px;
  }
}
.sms-notice .modal-content__body,
.sms-notice .modal-content__footer {
  padding: 0;
  margin: 0 15px;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-content__body {
    margin: 0 30px;
  }
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-content__footer {
    margin: 0 20px;
  }
}
.sms-notice .modal-header {
  background-color: #1098db;
  background-image: url("../images/513518_text-icon.png"), url(../../images/513518_text-icon.png);
  -webkit-background-size: 69px 55px;
          background-size: 69px 55px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% + 17px) bottom;
  background-position: calc(50% + 17px) bottom;
}
.sms-notice .modal-header__close {
  float: right;
  margin: 0;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-header__close {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-header {
    -webkit-background-size: 89px 69px;
            background-size: 89px 69px;
    background-position: -webkit-calc(50% + 22px) bottom;
    background-position: calc(50% + 22px) bottom;
  }
}
.sms-notice .modal-title {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #1098db;
  line-height: 1;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-title {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
.sms-notice .modal-body__title {
  margin: 30px 0 16px;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-body__title {
    margin: 40px 0 16px;
  }
}
.sms-notice .modal-body__text {
  margin: 0 0 22px;
}
.sms-notice .modal-body__btn {
  padding: 17px 0 15px;
  width: 167px;
  margin: 0 auto 30px;
}
.sms-notice .modal-text {
  font-style: normal;
  line-height: 1.25;
  font-weight: 400;
  font-size: 16px;
  color: #272727;
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-text {
    line-height: 1.4;
    font-size: 15px;
  }
}
.sms-notice .modal-footer {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  color: #999;
  text-align: left;
  border: none;
}
.sms-notice .modal-footer p {
  margin: 0 0 16px;
}
@media screen and (min-width: 375px) {
  .sms-notice .modal-footer {
    line-height: 1.17;
  }
}
@media screen and (min-width: 508px) {
  .sms-notice .modal-footer {
    line-height: 1.25;
  }
}
.sms-notice .modal-link {
  color: #1098db;
  text-decoration: none;
}
.sms-notice .modal-link:active,
.sms-notice .modal-link:focus {
  color: #1098db;
}
.sms-notice .button {
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Hind', sans-serif;
}
.sms-notice .btn-confirm {
  background: #ff8a00;
  background-color: #ff8a00;
  color: #fff;
  border: none;
  outline: none;
}
.sms-notice .btn-confirm:active {
  background-color: #061726;
}
.sms-notice .btn-close {
  background-color: transparent;
  background: transparent;
  position: relative;
  border: none;
  outline: none;
  overflow: hidden;
}
.sms-notice .btn-close::before,
.sms-notice .btn-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 32px;
  top: 5px;
  left: -10px;
  background: #fff;
}
@media screen and (min-width: 508px) {
  .sms-notice .btn-close::before,
  .sms-notice .btn-close::after {
    height: 3px;
    left: -8px;
    top: 6px;
  }
}
.sms-notice .btn-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sms-notice .btn-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
@media (min-width: 570px) {
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body ol.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body ol.breadcrumb li {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    text-align: center;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-item .control-label {
    width: 100%;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-item .input-box {
    width: 100%;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-item .form-text {
    padding: 8px 15px 10px 9px;
    width: 95%;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333333;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-item .inline-error {
    margin-left: 0px;
    float: left;
    text-align: left;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-select {
    padding: 8px 15px 10px 9px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 97%;
    color: #333333;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-textarea {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    padding: 8px 15px 10px 9px;
    width: 95% !important;
    max-width: 95% !important;
    min-width: 95% !important;
    color: #333333;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body #form-item-first_name {
    color: #333333;
    display: inline-block;
    width: 50%;
    margin-right: 0px;
    padding-right: 0px;
    float: left;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body #form-item-first_name #nolopath-qfirst_name {
    width: 85%;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body #form-item-last_name {
    color: #333333;
    display: inline-block;
    width: 47%;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body #form-item-last_name #nolopath-qlast_name {
    width: 95%;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body #form-item-last_name label.control-label {
    visibility: hidden;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-action-submit {
    background: #DC7917;
    border: none;
    height: 52px;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    text-indent: inherit;
    border-radius: 4px;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-action-submit:hover,
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-action-submit:active,
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-action-submit:focus {
    background-color: #ffb063;
  }
  body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] #nolopath-form .panel-body .form-action-submit.disabled {
    background-color: #ccc !important;
  }
}
body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] .sem-aside-column .sem-partner-usa-today {
  background-image: url("../images/sem/USA-today-logo_ep.png");
  width: 154px;
  height: 72px;
}
body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] .sem-aside-column .sem-partner-kiplinger {
  background-image: url("../images/sem/partner-logo-kiplinger-lpv8.png");
  width: 120px;
  height: 40px;
  margin: 30px 0 0 5px;
}
body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] .sem-aside-column .sem-partner-washington-post {
  background-image: url("../images/sem/logo_the_washington_post_newspaper_ep.png");
  width: 282px;
  height: 43px;
}
body.nolopath-domain-estateplanninglawfirms[data-path="ep-api1"] .sem-aside-column .sem-partner-newsweek {
  background-image: url("../images/sem/partner-logo-newsweek_ep.png");
  width: 185px;
  height: 70px;
}
