@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
#desktop-hide-btn-group .input-box > .btn-group,
#nolopath-form .form-practice-area-select .input-box > .btn-group {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 569px) {
  .visible-xs,
  #desktop-hide-btn-group .input-box > .btn-group,
  #nolopath-form .form-practice-area-select .input-box > .btn-group {
    display: block !important;
  }
  table.visible-xs,
  table#desktop-hide-btn-group .input-box > .btn-group,
  table#nolopath-form .form-practice-area-select .input-box > .btn-group {
    display: table !important;
  }
  tr.visible-xs,
  tr#desktop-hide-btn-group .input-box > .btn-group,
  tr#nolopath-form .form-practice-area-select .input-box > .btn-group {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs,
  th#desktop-hide-btn-group .input-box > .btn-group,
  td#desktop-hide-btn-group .input-box > .btn-group,
  th#nolopath-form .form-practice-area-select .input-box > .btn-group,
  td#nolopath-form .form-practice-area-select .input-box > .btn-group {
    display: table-cell !important;
  }
}
@media (max-width: 569px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 569px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 569px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 570px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 570px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 570px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 570px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 569px) {
  .hidden-xs,
  #mobile-hide-btn-group .input-box > .btn-group,
  #nolopath-form .form-practice-area-select .input-box > .btn-group {
    display: none !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 570px) and (max-width: 569px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 570px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 569px) {
  /* layout override */
  body {
    background: #fff none;
  }
  #page-container {
    padding: 0;
    background: none;
  }
  #page-container,
  #page,
  #page-hd,
  #page-bd,
  #page-ft,
  #page-admin-top,
  #page-content {
    width: 360px;
  }
  #page-hd {
    background-color: #01314c;
    position: relative;
  }
  #page-bd {
    padding-top: 1em;
  }
  #page-ft {
    padding: 0;
    background: #01314c;
  }
  #content-lt,
  #content-ct,
  #content-rt {
    min-height: auto;
  }
  .column-1-layout {
    padding: 0;
    width: 320px;
    margin: 0 auto;
  }
  .sem-form-column,
  .sem-aside-column {
    width: 320px;
    margin: 0;
  }
  .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: 320px;
    margin: 0;
  }
  .sem-ajax-form.no-questions .form-actions {
    display: none;
  }
  /* Region Header */
  .region-header {
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 320px;
  }
  .region-header .header-left {
    float: none;
    width: auto;
    margin: 0;
  }
  .region-header .header-right {
    display: none;
  }
  .region-header .sem-logo {
    float: none;
    margin: 0 auto;
  }
  .region-header .sem-text-logo {
    text-align: center;
  }
  .sem-navbar-nolo-brand {
    bottom: 0;
    left: 0;
    max-height: 52px;
    min-height: 52px;
    position: absolute;
    top: 0;
    width: 15px;
    display: none;
  }
  .sem-navbar-nolo-brand .icon-bar {
    display: block;
    height: 25%;
    min-height: 13px;
    background-color: transparent;
  }
  .sem-navbar-nolo-brand .brand-color-1 {
    background-color: #679520;
  }
  .sem-navbar-nolo-brand .brand-color-2 {
    background-color: #ff8814;
  }
  .sem-navbar-nolo-brand .brand-color-3 {
    background-color: #00aeef;
  }
  .sem-navbar-nolo-brand .brand-color-4 {
    background-color: #d52300;
  }
  .unsold-image {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    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;
  }
  .unsold-image > img {
    content: url(../images/nolo-50.png);
  }
  .sem-business-address {
    display: none;
  }
  /* Footer */
  .region-footer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    background: none;
  }
  .region-footer .footer-logo {
    display: none;
  }
  .region-footer .footer-copyright {
    margin: 0;
    float: none;
  }
  .region-footer .footer-copyright p {
    color: #fff;
    margin: 0 0 .25em;
  }
  .region-footer .footer-legal {
    float: none;
    width: auto;
  }
  .region-footer .footer-legal a {
    color: #fff;
  }
  .region-footer .footer-legal p {
    margin: 0;
  }
  .region-footer {
    padding: 20px 0;
    font-size: 11px;
    line-height: 1.27272727;
    color: #fff;
  }
  .region-footer a {
    color: #fff;
  }
  .region-footer .footer-legal {
    width: 360px;
  }
  /* User Switch */
  .region-user-switch p {
    text-align: center;
    font-weight: bold;
  }
  /* As Seen In Partners */
  .sem-aside .box-hd h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 0;
  }
  .sem-media-info {
    margin: 0px;
    background: none;
    border: none;
  }
  .sem-media-info .box-content {
    padding: 0;
  }
  .sem-media-info .box-content .box-hd {
    border: none;
    margin: 0;
    padding: 0;
  }
  .sem-media-list {
    background: none;
    margin: 1em auto 2em;
    padding: 0;
    position: relative;
    height: 44px;
    width: 253px;
  }
  .sem-media-list li {
    list-style: none;
    margin: 0;
  }
  .sem-media-list span {
    display: none;
  }
  .sem-media-list .media-1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sem-media-list .media-2 {
    position: absolute;
    left: 190px;
    top: 22px;
  }
  .sem-media-list .media-3 {
    position: absolute;
    left: 85px;
    top: 0;
  }
  .sem-media-list .media-4 {
    position: absolute;
    left: 85px;
    top: 22px;
  }
  .sem-media-list .sem-partner-usa-today {
    background-image: url("../images/sem/partner-mobile-logo-usa-today.png");
    width: 83px;
    height: 44px;
  }
  .sem-media-list .sem-partner-kiplinger {
    background-image: url("../images/sem/partner-mobile-logo-kiplinger.png");
    width: 63px;
    height: 23px;
  }
  .sem-media-list .sem-partner-washington-post {
    background-image: url("../images/sem/partner-mobile-logo-wa.png");
    width: 146px;
    height: 21px;
  }
  .sem-media-list .sem-partner-newsweek {
    background-image: url("../images/sem/partner-mobile-logo-newsweek.png");
    width: 100px;
    height: 21px;
  }
  .sem-about-info .box-hd {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  .sem-about-info .box-bd {
    margin-top: 10px;
  }
  .sem-about-info .box-content {
    padding: 0;
  }
  .sem-about-info {
    padding: 10px;
    background: url("../images/sem/box_bg_gray_gradient_02.png") repeat-x 0 0 #F4F4F4;
    border: 2px solid #DCDCDC;
    margin-bottom: 20px;
  }
  .sem-about-info p {
    color: #666;
  }
  .sem-business-logos .sem-partner-list {
    margin: 0 auto;
    padding: 0;
    width: 196px;
  }
  .sem-business-logos .sem-partner-list span {
    display: none;
  }
  .sem-business-logos .sem-partner-list li {
    margin: 0;
    border: none;
    list-style-type: none;
  }
  .sem-business-logos .sem-partner-list li.sem-partner-bbb,
  .sem-business-logos .sem-partner-list li.sem-partner-trustlink {
    float: left;
    margin-bottom: 0;
  }
  /* Ajax Form */
  .sem-ajax-form-hybrid {
    margin: 15px 0;
  }
  .sem-ajax-form-hybrid .box-top,
  .sem-ajax-form-hybrid .box-content,
  .sem-ajax-form-hybrid .box-bottom,
  .sem-ajax-form-hybrid .box-bottom div {
    background: none;
  }
  .sem-ajax-form-hybrid .box-content {
    padding: 0;
  }
  .sem-ajax-form-hybrid .box-hd {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  .sem-ajax-form-hybrid .box-hd .form-title {
    text-align: center;
    color: #333;
    margin: 0 0 0.667em 0;
    font: bold 18px/1.167 Arial, Helvetica, sans-serif;
  }
  .sem-ajax-form-hybrid .box-hd .form-instructions {
    margin: 0 0 1em;
  }
  .sem-ajax-form-hybrid .box-ft {
    display: none;
  }
  .sem-ajax-form-hybrid .form-step-pa-select {
    border-color: #1E70AE;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    padding: 10px 15px 18px;
  }
  .sem-ajax-form-hybrid .form-step-pa-select .form-item {
    margin: 0;
  }
  .sem-ajax-form-hybrid .form-step-pa-selected {
    border-bottom: none;
    padding-bottom: 8px;
  }
  .sem-ajax-form-hybrid .form-step-1,
  .sem-ajax-form-hybrid .form-step-2,
  .sem-ajax-form-hybrid .form-step-3,
  .sem-ajax-form-hybrid .form-step-4 {
    border-color: #1E70AE;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    margin-bottom: 10px;
    padding: 10px 15px 0;
  }
  .sem-ajax-form-hybrid .breadcrumb {
    margin-bottom: 0;
    border-color: #1E70AE;
    border-style: solid;
    border-width: 2px 2px 0 2px;
  }
  .sem-ajax-form-hybrid .breadcrumb-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #d3d2e0;
    width: 316px;
  }
  .sem-ajax-form-hybrid .breadcrumb li {
    float: left;
    list-style: none;
    color: #666;
    padding-right: 12px;
    font-size: 9px;
    margin: 0;
  }
  .sem-ajax-form-hybrid .breadcrumb span {
    display: block;
    padding: 2px 4px 2px 8px;
    background-color: #d3d2e0;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active {
    color: #fff;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active span {
    background-color: #1E70AE;
  }
  .sem-ajax-form-hybrid .breadcrumb li {
    background: #fff url("../images/sem/sprite_breadcrumb_arrows_02.png") no-repeat 100% 50%;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_01.png");
  }
  .sem-ajax-form-hybrid .breadcrumb li.before {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_05.png");
  }
  .sem-ajax-form-hybrid .breadcrumb li.last {
    background-image: none;
    background-color: transparent;
    padding: 0;
  }
  .sem-ajax-form-hybrid .breadcrumb .on-last-step {
    background-color: #1E70AE;
  }
  .sem-ajax-form-hybrid label {
    font-size: 14px;
    color: #333;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit {
    background: url("../images/sem/btn_lg_sprite_nolo_sem_mobile_next.png") no-repeat scroll 50% -1px transparent;
    border: 1px solid #ccc;
    height: 44px;
    width: 320px;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit.last-step {
    background-image: url("../images/sem/btn_lg_sprite_nolo_sem_mobile_submit.png");
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit span {
    display: none;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit:hover {
    background-position: 50% -63px;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit.disabled {
    background-position: 50% -123px;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list {
    padding: 0;
    margin: 0;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list li {
    list-style: none;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list li label {
    display: inline;
  }
  .sem-ajax-form-hybrid .form-text,
  .sem-ajax-form-hybrid .form-textarea,
  .sem-ajax-form-hybrid .form-select {
    border-color: #BBB;
    width: 276px;
    padding: 5px;
    font-size: 13px;
  }
  .sem-ajax-form-hybrid .form-textarea {
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .sem-ajax-form-hybrid .form-select {
    width: 288px;
  }
  .sem-ajax-form-hybrid .form-item {
    margin-bottom: 1.5em;
  }
  .sem-ajax-form-hybrid .form-item input.error,
  .sem-ajax-form-hybrid .form-item textarea.error,
  .sem-ajax-form-hybrid .form-item select.error {
    background-color: #FBE3E4;
    margin-bottom: 0;
    border: 2px solid #F33;
    padding: 4px;
  }
  .sem-ajax-form-hybrid .form-item .inline-error {
    font-size: 11px;
    color: #F33;
    margin: 4px 0 0;
    clear: both;
  }
  .sem-ajax-form-hybrid .form-step-confirmation {
    border: 2px solid #1E70AE;
    padding: 10px;
  }
  .sem-ajax-form-hybrid .sem-related-products h4,
  .sem-ajax-form-hybrid .sem-confirmation h4,
  .sem-ajax-form-hybrid .sem-providers-summary h4,
  .sem-ajax-form-hybrid .sem-case-summary h4,
  .sem-ajax-form-hybrid .sem-contact-summary h4 {
    font-size: 16px;
  }
  .sem-ajax-form-hybrid .sem-providers-summary h4,
  .sem-ajax-form-hybrid .sem-case-summary h4,
  .sem-ajax-form-hybrid .sem-contact-summary h4 {
    margin-top: 1.5em;
  }
  .sem-ajax-form-hybrid .sem-provider {
    background: #F6F6F6 url("../images/sem/box_bg_gray_gradient_02.png") repeat-x scroll 0 0;
    border: 2px solid #dcdcdc;
    padding: 1em;
    margin-bottom: 1em;
  }
  .sem-ajax-form-hybrid .sem-provider p {
    margin: 0;
  }
  .sem-ajax-form-hybrid .provider-name {
    font-weight: bold;
  }
  .sem-ajax-form-hybrid .results-table {
    width: 298px;
    margin: 0;
  }
  .sem-ajax-form-hybrid .results-table,
  .sem-ajax-form-hybrid .results-table td,
  .sem-ajax-form-hybrid .results-table th {
    border-color: #036;
    word-break: break-word;
  }
  .sem-ajax-form-hybrid .results-table th {
    background-color: #1E70AE;
    color: #fff;
  }
  /* related products box */
  .sem-ajax-form-hybrid .sem-related-products .products-grid {
    padding: 0;
    list-style: none;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid li {
    margin: 0 0 1em 0;
    float: left;
    width: 295px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid li.last {
    margin: 0;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid p {
    margin: 0;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image-container {
    margin: 0 1em 1em 0;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-summary-container {
    width: 200px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image-container,
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-summary-container {
    float: left;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image-shadow {
    border: 1px solid #d7d7d7;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image {
    display: block;
    width: 80px;
    height: 104px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title {
    font-weight: bold;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title a {
    text-decoration: none;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title a:hover {
    text-decoration: underline;
  }
  /* form loading bar */
  .sem-ajax-form-hybrid .form-loader {
    float: none;
    padding: 0;
    margin-bottom: 1em;
  }
  .sem-ajax-form-hybrid .form-loader .loader {
    width: 320px;
  }
  .sem-ajax-form-hybrid .sem-related-products .loader {
    width: 296px;
  }
  .case-description-prompt {
    color: #595959;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px;
  }
  /* Accordion */
  .ui-accordion {
    margin-bottom: 2em;
  }
  .ui-accordion .ui-accordion-header .ui-icon {
    width: 29px;
    height: 29px;
    left: 15px;
    top: 20%;
    margin: 0;
  }
  .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
    background: url("../images/sem/sprite_accordion_positive.png") no-repeat 0 0;
  }
  .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {
    background: url("../images/sem/sprite_accordion_negative.png") no-repeat 0 0;
  }
  .ui-accordion .ui-accordion-header a {
    padding: 15px 20px 15px 60px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    font-size: 14px;
  }
  .ui-state-default {
    background: #F6F6F6 url("../images/sem/box_bg_gray_gradient_02.png") repeat-x scroll 0 0;
    border: 2px solid #dcdcdc;
  }
  .ui-state-active {
    background: #F6F6F6 url("../images/sem/box_bg_gray_gradient_02.png") repeat-x scroll 0 0 !important;
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .ui-accordion .ui-accordion-content {
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #f6f6f6;
    padding-left: 20px;
    height: 100%;
  }
  /* Plain Form Region */
  .plain-form .form-item label {
    float: none;
  }
  .plain-form input,
  .plain-form textarea {
    width: 308px;
  }
  /* preSubmit Providers Summary Block*/
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary {
    margin-bottom: 2em;
    width: auto;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .sem-provider {
    margin-bottom: .25em;
    padding: .25em 1.5em;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary p {
    margin: 0;
    padding: 0;
    line-height: 1.583;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .provider-name {
    float: none;
    font-size: 11px;
    line-height: 1.727;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .provider-tagline {
    display: none;
  }
  .presubmit-providers-count {
    color: orange;
  }
  .presubmit-providers-count.hidden {
    display: none !important;
  }
  #nolopath.nolopath-show-providers-mobile .presubmit-providers-count {
    display: inline-block !important;
  }
  .sem-surl-link-back {
    background: #1e70ae none;
    border: medium none;
    border-radius: 2px;
    display: block;
    padding: 13px 20px 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1em;
  }
  .sem-surl-link-back,
  .sem-surl-link-back:hover,
  .sem-surl-link-back:focus {
    color: #fff;
  }
  .sem-surl-link-back:hover {
    background-color: #ff8814;
  }
  .sem-logo-link-back:hover {
    cursor: pointer;
  }
  /* Hide sem-text-logo-nolo */
  /* Hide logo-image */
  .sem-logo .logo-image {
    width: auto;
    height: 52px;
    -webkit-background-size: auto 52px;
            background-size: auto 52px;
    background-position: 0 0;
  }
  /* Center logo-text */
  .sem-logo .logo-text {
    display: none;
  }
  /* Image Logo images*/
  .sem-logo-nolo .logo-image {
    background-image: url("../images/logos/logo_nolo.png");
  }
  .sem-logo-lawfirms .logo-image {
    background-image: url("../images/logos/logo_lawfirms.png");
  }
  .sem-logo-accidentattorneys .logo-image {
    background-image: url("../images/logos/logo_accidentattorneys.png");
  }
  .sem-logo-all-about-car-accidents .logo-image {
    background-image: url("../images/logos/logo_allaboutcaraccidents.png");
  }
  .sem-logo-bankruptcylawfirms .logo-image {
    background-image: url("../images/logos/logo_bankruptcylawfirms.png");
  }
  .sem-logo-socialsecuritylawfirms .logo-image {
    background-image: url("../images/logos/logo_socialsecuritylawfirms.png");
  }
  .sem-logo-taxationlawfirms .logo-image {
    background-image: url("../images/logos/logo_taxationlawfirms.png");
  }
  .sem-logo-usimmigrationlawyers .logo-image {
    background-image: url("../images/logos/logo_usimmigrationlawyers.png");
  }
  .sem-logo-workerscompensationlawfirms .logo-image {
    background-image: url("../images/logos/logo_workerscompensationlawfirms.png");
  }
  .sem-logo-wrongfuldeathlawfirms .logo-image {
    background-image: url("../images/logos/logo_wrongfuldeathlawfirms.png");
  }
  .sem-logo-agediscriminationlawyers .logo-image {
    background-image: url("../images/logos/logo_agediscriminationlawyers.png");
  }
  .sem-logo-asbestoslawfirms .logo-image {
    background-image: url("../images/logos/logo_asbestoslawfirms.png");
  }
  .sem-logo-autoaccidentlawyers .logo-image {
    background-image: url("../images/logos/logo_autoaccidentlawyers.png");
  }
  .sem-logo-aviationattorneys .logo-image {
    background-image: url("../images/logos/logo_aviationattorneys.png");
  }
  .sem-logo-birthtraumalawfirms .logo-image {
    background-image: url("../images/logos/logo_birthtraumalawfirms.png");
  }
  .sem-logo-caraccidentattorneys .logo-image {
    background-image: url("../images/logos/logo_caraccidentattorneys.png");
  }
  .sem-logo-childcustodylawfirms .logo-image {
    background-image: url("../images/logos/logo_childcustodylawfirms.png");
  }
  .sem-logo-childmolestationlaws .logo-image {
    background-image: url("../images/logos/logo_childmolestationlaws.png");
  }
  .sem-logo-childsupportlawfirms .logo-image {
    background-image: url("../images/logos/logo_childsupportlawfirms.png");
  }
  .sem-logo-civilrightslawfirms .logo-image {
    background-image: url("../images/logos/logo_civilrightslawfirms.png");
  }
  .sem-logo-consumerprotectionlawfirms .logo-image {
    background-image: url("../images/logos/logo_consumerprotectionlawfirms.png");
  }
  .sem-logo-criminaldefenselawyer .logo-image {
    background-image: url("../images/logos/logo_criminaldefenselawyer.png");
  }
  .sem-logo-debtsettlementlawyers .logo-image {
    background-image: url("../images/logos/logo_debtsettlementlawyers.png");
  }
  .sem-logo-disabilitylawyers .logo-image {
    background-image: url("../images/logos/logo_disabilitylawyers.png");
  }
  .sem-logo-disabilitysecrets .logo-image {
    background-image: url("../images/logos/logo_disabilitysecrets.png");
  }
  .sem-logo-divorcelawfirms .logo-image {
    background-image: url("../images/logos/logo_divorcelawfirms.png");
  }
  .sem-logo-divorcenet .logo-image {
    background-image: url("../images/logos/logo_divorcenet.png");
  }
  .sem-logo-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
  }
  .sem-logo-drunkdrivinglawyers .logo-image {
    background-image: url("../images/logos/logo_drunkdrivinglawyers.png");
  }
  .sem-logo-employmentlawfirms .logo-image {
    background-image: url("../images/logos/logo_employmentlawfirms.png");
  }
  .sem-logo-environmentallawyers .logo-image {
    background-image: url("../images/logos/logo_environmentallawyers.png");
  }
  .sem-logo-estateplanninglawfirms .logo-image {
    background-image: url("../images/logos/logo_estateplanninglawfirms.png");
  }
  .sem-logo-foreclosurelawfirms .logo-image {
    background-image: url("../images/logos/logo_foreclosurelawfirms.png");
  }
  .sem-logo-hitandrunaccident .logo-image {
    background-image: url("../images/logos/logo_hitandrunaccident.png");
  }
  .sem-logo-intellectualpropertylawfirms .logo-image {
    background-image: url("../images/logos/logo_intellectualpropertylawfirms.png");
  }
  .sem-logo-landlordtenantlawfirms .logo-image {
    background-image: url("../images/logos/logo_landlordtenantlawfirms.png");
  }
  .sem-logo-litigationlawfirms .logo-image {
    background-image: url("../images/logos/logo_litigationlawfirms.png");
  }
  .sem-logo-longtermdisabilityattorney .logo-image {
    background-image: url("../images/logos/logo_longtermdisabilityattorney.png");
  }
  .sem-logo-medicalmalpractice .logo-image {
    background-image: url("../images/logos/logo_medicalmalpractice.png");
  }
  .sem-logo-personalinjurylawyer .logo-image {
    background-image: url("../images/logos/logo_personalinjurylawyer.png");
  }
  .sem-logo-productliabilitylawyer .logo-image {
    background-image: url("../images/logos/logo_productliabilitylawyer.png");
  }
  .sem-logo-realestatelawyers .logo-image {
    background-image: url("../images/logos/logo_realestatelawyers.png");
  }
  .sem-logo-sexoffenderattorney .logo-image {
    background-image: url("../images/logos/logo_sexoffenderattorney.png");
  }
  .sem-logo-sexualharassmentlawfirms .logo-image {
    background-image: url("../images/logos/logo_sexualharassmentlawfirms.png");
  }
  .sem-logo-smallbusinesslawfirms .logo-image {
    background-image: url("../images/logos/logo_smallbusinesslawfirms.png");
  }
  .sem-logo-technologylawyers .logo-image {
    background-image: url("../images/logos/logo_technologylawyers.png");
  }
  .sem-logo-thebankruptcysite .logo-image {
    background-image: url("../images/logos/logo_thebankruptcysite.png");
  }
  .sem-logo-trafficviolationlawfirms .logo-image {
    background-image: url("../images/logos/logo_trafficviolationlawfirms.png");
  }
  .sem-logo-usentertainmentlawyers .logo-image {
    background-image: url("../images/logos/logo_usentertainmentlawyers.png");
  }
  .sem-logo-willsandtrustslawfirms .logo-image {
    background-image: url("../images/logos/logo_willsandtrustslawfirms.png");
  }
  .sem-logo-wrongfulterminationlaws .logo-image {
    background-image: url("../images/logos/logo_wrongfulterminationlaws.png");
  }
  .sem-logo-referral-lawfirms .logo-image {
    background-image: url("../images/logos/logo_lawfirms.png");
  }
  .sem-logo-asylumlawyers .logo-image {
    background-image: url("../images/logos/logo_asylumlawyers.png");
  }
  .sem-logo-defamationlawfirms .logo-image {
    background-image: url("../images/logos/logo_defamationlawfirms.png");
  }
  .sem-logo-discriminationlawfirms .logo-image {
    background-image: url("../images/logos/logo_discriminationlawfirms.png");
  }
  .sem-logo-filingforbankruptcyonline .logo-image {
    background-image: url("../images/logos/logo_filingforbankruptcyonline.png");
  }
  .sem-logo-identitytheftattorneys .logo-image {
    background-image: url("../images/logos/logo_identitytheftattorneys.png");
  }
  .sem-logo-sexoffenderlawyer .logo-image {
    background-image: url("../images/logos/logo_sexoffenderlawyer.png");
  }
  .sem-logo-surgerymalpractice .logo-image {
    background-image: url("../images/logos/logo_surgerymalpractice.png");
  }
  .sem-logo-underagedui .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
  }
  .sem-logo-uscitizenshipattorney .logo-image {
    background-image: url("../images/logos/logo_uscitizenshipattorney.png");
  }
  .sem-logo-alllaw .logo-image {
    background-image: url("../images/logos/logo_alllaw.png");
  }
  .sem-logo-attorneys .logo-image {
    background-image: url("../images/logos/logo_attorneys.png");
  }
  .sem-logo-lawyerlocator .logo-image {
    background-image: url("../images/logos/logo_lawyerlocator.png");
  }
  .sem-logo-dui-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
  }
  .sem-logo-teen-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
  }
}
@media (max-width: 569px) and (max-width: 1024px) and (min-width: 769px) {
  .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.7 * 50vw) !important;
    height: calc(0.7 * 50vw) !important;
    -webkit-background-size: 100% 70% !important;
            background-size: 100% 70% !important;
  }
  .unsold-banner .banner-lawyer-icon > img {
    width: 40%;
    top: 15%;
  }
  .unsold-banner .banner-link-button {
    width: 128px;
    height: 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .unsold-banner .banner-content-bottom .banner-bottom-title {
    font-size: 14px;
    line-height: 24px;
  }
  .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: 90px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_kiplinger_icon {
    width: 40px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_the_new_york_times_icon {
    width: 80px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_time_icon {
    width: 30px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_usa_today_icon {
    width: 30px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_the_washinton_post_icon {
    width: 80px;
  }
  .unsold-banner .banner-content-bottom > ul li img.banner_yahoo_icon {
    width: 30px;
  }
}
@media (max-width: 569px) and (max-width: 570px) {
  #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  .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: 40%;
    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: 569px) {
  .footer-voice-cta-block {
    display: none;
    padding-bottom: 50px;
  }
  .sem-contact-cta,
  .footer-voice-cta-block,
  .sem-chat-block {
    display: none;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] a[href="javascript:StartNgageChat();"],
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] a[href="javascript:StartNgageChat();"] {
    display: none !important;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']) a[href="javascript:StartNgageChat();"],
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']) a[href="javascript:StartNgageChat();"] {
    display: none !important;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] a[href="javascript:StartNgageChat();"],
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] a[href="javascript:StartNgageChat();"] {
    display: none;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .ngageMobileFloat,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .ngageMobileFloat,
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .spacer-mobile,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .spacer-mobile {
    display: none !important;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-navbar-nolo-brand,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-navbar-nolo-brand {
    min-height: 68px;
    max-height: 68px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-logo,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-logo {
    height: 68px;
    width: 170px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-logo .logo-image,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-left .sem-logo .logo-image {
    height: 60px;
    -webkit-background-size: auto 60px;
            background-size: auto 60px;
    background-position: 0px 5px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right .sem-business-address,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right .sem-business-address,
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right .sem-business-hours,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right .sem-business-hours {
    display: none;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn:before,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn:before {
    width: 20px;
    height: auto;
    min-height: 18px;
    content: "";
    background-image: url("../images/icons/chat-icon.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    margin-right: 0px;
    margin-top: 0px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn {
    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: 0px;
    width: 140px;
    height: 40px;
    float: right;
    margin: 15px 15px;
    background: -webkit-linear-gradient(355.67deg, #008040 -3.52%, #59A448 78.35%);
    background: -o-linear-gradient(355.67deg, #008040 -3.52%, #59A448 78.35%);
    background: linear-gradient(94.33deg, #008040 -3.52%, #59A448 78.35%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    text-decoration: none;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn > span,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn > span {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0px 4px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn:hover,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-chat-block .sem-chat-btn:hover {
    background: #008040;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .footer-voice-cta-block,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .footer-voice-cta-block {
    display: block;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0px;
    height: 99px;
    line-height: 99px;
    width: 100%;
    border: 0;
    left: 0;
    z-index: 4000;
    text-indent: 0;
    margin-bottom: -2px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-help-text,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-help-text {
    position: relative;
    width: 110px;
    height: 44px;
    left: 63px;
    top: 14px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    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;
    text-transform: capitalize;
    color: #272727;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:before,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:before {
    width: 12px;
    height: auto;
    min-height: 13px;
    content: "";
    background-image: url("../images/icons/phone.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    margin-right: 6px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone {
    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: 11px 24px;
    width: 120px;
    height: 18px;
    top: -28px;
    left: 184px;
    background: -webkit-linear-gradient(353.72deg, #0078CA 17.33%, #00A2DF 77.85%);
    background: -o-linear-gradient(353.72deg, #0078CA 17.33%, #00A2DF 77.85%);
    background: linear-gradient(96.28deg, #0078CA 17.33%, #00A2DF 77.85%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone > span,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone > span {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:hover,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:hover {
    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: 11px 24px;
    width: 120px;
    height: 18px;
    top: -25px;
    left: 184px;
    background: #1F81C3;
    border-radius: 100px;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:hover > span,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone:hover > span {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-help-content,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-help-content {
    position: relative;
    width: 260px;
    height: 18px;
    left: 63px;
    top: -15px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    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;
    text-transform: capitalize;
    color: #000000;
  }
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-cta-content .call-help-text {
    left: 30px;
    width: 150px;
  }
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .call-help-content {
    left: 30px;
    width: 280px;
  }
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .voice-cta-float .sem-business-phone {
    left: 200px;
  }
}
@media (max-width: 569px) and (max-width: 569px) {
  .sem-ajax-form-hybrid .submit-error {
    display: block !important;
    font-size: 11px;
    color: #F33;
    margin: 4px 0;
    clear: both;
  }
  .sem-ajax-form-hybrid .submit-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;
  }
}
@media (min-width: 570px) {
  /* layout override */
  #page-ft {
    background: #ccc7bf url(../images/bg/footer_bg.gif) 0 0 repeat-x;
  }
  #page {
    border-top: 36px solid #eaaf49;
  }
  #page-hd {
    border-bottom: 2px solid #000;
    border-top: 23px solid #000;
    position: relative;
  }
  .column-1-layout #content-ct {
    width: 940px;
    margin: 0;
  }
  .column-1-layout #content-top,
  .column-2-left-layout #content-top,
  .column-2-right-layout #content-top,
  .column-3-layout #content-top {
    width: 940px;
    margin-left: 0;
  }
  .column-1-layout .sem-ajax-form {
    width: 625px;
  }
  .sem-form-column {
    width: 625px;
  }
  .sem-aside-column {
    width: 295px;
  }
  #page-container,
  #page,
  #page-hd,
  #page-bd,
  #page-ft,
  #page-admin-top,
  #page-content {
    width: 100%;
  }
  body,
  #page-container {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  #page {
    border: none;
  }
  #page-hd {
    border: none;
    height: 98px;
    background-color: #01314c;
    margin-bottom: 20px;
    min-width: 940px;
  }
  #page-ft {
    background: none no-repeat scroll #01344c;
    height: auto;
    min-width: 940px;
  }
  .sem-ajax-form.no-questions .form-actions {
    display: none;
  }
  /* Region Header */
  .region-header {
    border: none;
    margin: 0 auto;
    width: 940px;
    padding: 14px 0 7px;
  }
  .region-header .header-left {
    width: 615px;
  }
  .region-header .header-right {
    width: 295px;
  }
  .region-header .sem-business-address address {
    font-size: 13px;
    text-align: right;
    padding-top: 3px;
    line-height: 1.846;
    margin: 0;
  }
  .region-header .sem-business-logos,
  .region-header .sem-business-hours,
  .region-header .sem-logo .logo-image {
    display: none;
  }
  .region-header {
    padding: 0;
  }
  .region-header .header-left {
    width: 500px;
  }
  .region-header .header-right {
    margin-top: 34px;
    width: 400px;
  }
  .region-header .sem-business-address address {
    color: #fff;
    font-size: 14px;
    font-family: "Proxima Nova Rg Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .sem-navbar-nolo-brand {
    bottom: 0;
    left: 0;
    max-height: 98px;
    min-height: 98px;
    position: absolute;
    top: 0;
    width: 40px;
    display: none;
  }
  .sem-navbar-nolo-brand .icon-bar {
    display: block;
    height: 25%;
    min-height: 13px;
    background-color: transparent;
  }
  .sem-navbar-nolo-brand .brand-color-1 {
    background-color: #679520;
  }
  .sem-navbar-nolo-brand .brand-color-2 {
    background-color: #ff8814;
  }
  .sem-navbar-nolo-brand .brand-color-3 {
    background-color: #00aeef;
  }
  .sem-navbar-nolo-brand .brand-color-4 {
    background-color: #d52300;
  }
  .unsold-message h4 {
    text-align: left;
    font-size: 24px !important;
  }
  .unsold-message p {
    text-align: left;
    font-size: 20px !important;
  }
  .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);
  }
  .form-confirmation-banner {
    display: none;
  }
  .unsold-banner {
    display: block;
    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 .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);
  }
  /* Mobile Media Query -- Adjusts for tablet/phone display */
  .sem-business-address {
    display: none;
  }
  /* Region Footer */
  .region-footer {
    background: transparent none;
    margin: 0 auto;
    width: 940px;
    height: auto;
    padding: 20px 0;
    line-height: 1.27272727;
    font-size: 11px;
    font-family: "Proxima Nova Rg Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .region-footer a {
    color: #fff;
  }
  .region-footer p {
    margin: 0;
    line-height: 1.16666667;
  }
  .region-content-top,
  .region-content {
    width: 940px;
    margin: 0 auto;
  }
  /* As seen in partners */
  .sem-aside {
    width: 295px;
    background: none;
    border: none;
  }
  .sem-aside .box-hd {
    border: none;
    background: none;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .sem-aside .box-hd h3 {
    margin: 0;
    color: #333;
  }
  .sem-aside .box-content {
    padding: 0;
  }
  .sem-aside .sem-partner-list {
    width: 196px;
    margin: 0 auto;
  }
  .sem-aside .sem-partner-list li {
    border: none;
  }
  .sem-about-info {
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
    width: 253px;
  }
  .sem-about-info .box-hd {
    border-bottom: 1px solid #dcdcdc;
  }
  .sem-about-info .box-bd {
    border-top: 1px solid #fff;
    padding-top: 1em;
  }
  .sem-media-list {
    margin: 0;
    background: none;
    padding: 0;
    list-style: none;
  }
  .sem-media-list li {
    float: left;
    overflow: hidden;
    padding: 0;
  }
  .sem-media-list .media-1 {
    width: 165px;
  }
  .sem-media-list .media-2 {
    width: 125px;
  }
  .sem-media-list .media-3 {
    width: 295px;
  }
  .sem-media-list .media-4 {
    width: 200px;
  }
  .sem-partner-list {
    margin: 0;
    padding: 10px 0 0;
  }
  .sem-partner-list li {
    width: 143px;
    height: 58px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #d7d7d7;
    float: left;
    margin: 0 10px 10px 0;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .sem-partner-list li span {
    display: none;
  }
  .sem-partner-usa-today {
    background-image: url("../images/sem/partner-logo-usa-today-lpv8.png");
    width: 170px;
    height: 91px;
  }
  .sem-partner-kiplinger {
    background-image: url("../images/sem/partner-logo-kiplinger-lpv8.png");
    width: 120px;
    height: 40px;
    margin: 30px 0 0 5px;
  }
  .sem-partner-washington-post {
    background-image: url("../images/sem/partner-logo-wa-post-lpv8.png");
  }
  .sem-partner-newsweek {
    background-image: url("../images/sem/partner-logo-newsweek-lpv8.png");
    width: 200px;
    height: 42px;
  }
  /* Ajax Form */
  .sem-ajax-form-hybrid {
    background: none;
  }
  .sem-ajax-form-hybrid .box-content {
    padding: 0;
  }
  .sem-ajax-form-hybrid .box-hd {
    margin-bottom: 0;
    padding: 27px 12px 12px 12px;
    background: none;
    border: none;
  }
  .sem-ajax-form-hybrid .box-hd h3 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
  }
  .sem-ajax-form-hybrid .box-bd {
    padding: 0 24px 12px 12px;
  }
  .sem-ajax-form-hybrid .box-ft {
    display: none;
  }
  .sem-ajax-form-hybrid .form-columns .column {
    margin-right: 25px;
  }
  .sem-ajax-form-hybrid .form-columns .last {
    margin-right: 0;
  }
  .sem-ajax-form-hybrid label {
    width: 100%;
    font-size: 18px;
    padding: 0;
  }
  .sem-ajax-form-hybrid .form-item-stack label {
    display: block;
    color: #333;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-box {
    margin-top: .5em;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list {
    padding: 0;
    margin: 0;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list li {
    list-style: none;
    margin: 0;
  }
  .sem-ajax-form-hybrid .form-item-stack .input-list li label {
    display: inline;
    margin-left: .25em;
  }
  .sem-ajax-form-hybrid .form-item-column label {
    display: block;
    width: 275px;
    float: left;
    margin-right: 25px;
    padding: 0;
    color: #333;
  }
  .sem-ajax-form-hybrid .form-item-column .input-box {
    float: left;
    width: 265px;
  }
  .sem-ajax-form-hybrid .form-item-column .form-text {
    width: 255px;
  }
  .sem-ajax-form-hybrid .form-text {
    width: 288px;
    padding: 6px 5px;
    font-size: 13px;
  }
  .sem-ajax-form-hybrid .form-textarea {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 553px !important;
    height: 100px !important ;
    min-width: 553px !important;
    min-height: 100px !important;
    max-width: 553px !important;
    max-height: 100px !important;
  }
  .sem-ajax-form-hybrid .form-select {
    font-size: 13px;
    padding: 5px;
  }
  .sem-ajax-form-hybrid .form-text,
  .sem-ajax-form-hybrid .form-text:focus,
  .sem-ajax-form-hybrid .form-textarea,
  .sem-ajax-form-hybrid .form-textarea:focus,
  .sem-ajax-form-hybrid .form-select {
    border-color: #1E70AE;
    color: #666;
  }
  .sem-ajax-form-hybrid .form-item {
    margin-bottom: 2em;
  }
  .sem-ajax-form-hybrid .form-item input.error,
  .sem-ajax-form-hybrid .form-item textarea.error,
  .sem-ajax-form-hybrid .form-item select.error {
    background-color: #FBE3E4;
    margin-bottom: 0;
    border: 2px solid #F33;
    padding: 4px;
  }
  .sem-ajax-form-hybrid .form-item input.error {
    padding: 5px 4px;
  }
  .sem-ajax-form-hybrid .form-item .inline-error {
    font-size: 11px;
    color: #F33;
    margin: 4px 0 0;
    clear: both;
  }
  .sem-ajax-form-hybrid .form-item-column .inline-error {
    margin-left: 300px;
  }
  .sem-ajax-form-hybrid .form-item .validate-zip {
    width: 90px;
  }
  .sem-ajax-form-hybrid .form-item .validate-number {
    width: 50px;
  }
  .sem-ajax-form-hybrid .form-item-column .left-column-label {
    width: 225px;
  }
  .sem-ajax-form-hybrid .form-item label em {
    font-size: 12px;
  }
  .sem-ajax-form-hybrid .form-actions {
    margin: 1em 0;
  }
  .sem-ajax-form-hybrid .form-actions .form-item {
    margin-bottom: 0;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit {
    float: right;
    background: url("../images/sem/btn_lg_sem_next.png") no-repeat 0 0;
    border: none;
    height: 64px;
    width: 169px;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit.last-step {
    background: url("../images/sem/btn_lg_sem_submit.png") no-repeat 0 0;
    border: none;
    width: 169px;
    height: 64px;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit span {
    display: none;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit:hover {
    background-position: 0 -64px;
  }
  .sem-ajax-form-hybrid .btn-sem-form-submit.disabled {
    background-position: 0 -128px;
  }
  .sem-ajax-form-hybrid .sem-related-products h4,
  .sem-ajax-form-hybrid .sem-confirmation h4,
  .sem-ajax-form-hybrid .sem-providers-summary h4,
  .sem-ajax-form-hybrid .sem-case-summary h4,
  .sem-ajax-form-hybrid .sem-contact-summary h4 {
    font-size: 16px;
  }
  .sem-ajax-form-hybrid .sem-providers-summary h4,
  .sem-ajax-form-hybrid .sem-case-summary h4,
  .sem-ajax-form-hybrid .sem-contact-summary h4 {
    margin-top: 1.5em;
  }
  .sem-ajax-form-hybrid .sem-provider {
    background: #F6F6F6 url("../images/sem/box_bg_gray_gradient_02.png") repeat-x scroll 0 0;
    border: 2px solid #dcdcdc;
    padding: 1em;
    margin-bottom: 1em;
  }
  .sem-ajax-form-hybrid .provider-name {
    float: left;
    width: 348px;
    margin: 0 20px 0 0;
    font-weight: bold;
  }
  .sem-ajax-form-hybrid .provider-phone {
    float: right;
    width: 175px;
    margin: 0;
    text-align: right;
  }
  .sem-ajax-form-hybrid .results-table {
    width: 565px;
    margin: 0;
  }
  .sem-ajax-form-hybrid .results-table,
  .sem-ajax-form-hybrid .results-table td,
  .sem-ajax-form-hybrid .results-table th {
    border-color: #036;
    word-break: break-word;
  }
  .sem-ajax-form-hybrid .results-table th {
    background-color: #1E70AE;
    color: #fff;
  }
  .sem-ajax-form-hybrid .breadcrumb-list {
    padding: 0;
  }
  .sem-ajax-form-hybrid .breadcrumb li {
    float: left;
    list-style: none;
    color: #666;
    padding-right: 12px;
  }
  .sem-ajax-form-hybrid .breadcrumb span {
    display: block;
    padding: 2px 5px 2px 10px;
    background-color: #d3d2e0;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active {
    color: #fff;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active span {
    background-color: #1E70AE;
  }
  .sem-ajax-form-hybrid .breadcrumb li {
    background: url("../images/sem/sprite_breadcrumb_arrows_02.png") no-repeat 100% 50%;
  }
  .sem-ajax-form-hybrid .breadcrumb li.active {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_01.png");
  }
  .sem-ajax-form-hybrid .breadcrumb li.before {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_05.png");
  }
  .sem-ajax-form-hybrid .breadcrumb li.last {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_03.png");
  }
  .sem-ajax-form-hybrid .breadcrumb li.active.last {
    background-image: url("../images/sem/sprite_breadcrumb_arrows_04.png");
  }
  /* related products box */
  .sem-ajax-form-hybrid .sem-related-products {
    width: 566px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid {
    border: 1px solid #D7D7D7;
    margin-bottom: 2.5em;
    padding: 20px;
    background: #FFF url("../images/bg/box_bg_white_gradient.gif") repeat-x 0 0;
    list-style: none;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid li {
    margin: 0 28px 0 0;
    float: left;
    width: 82px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid li.last {
    margin: 0;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid p {
    margin: 0;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image-container {
    margin-bottom: 1em;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image-shadow {
    border: 1px solid #d7d7d7;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-image {
    display: block;
    width: 80px;
    height: 104px;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title {
    font-size: 11px;
    line-height: 1.545;
    font-weight: bold;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title a {
    text-decoration: none;
  }
  .sem-ajax-form-hybrid .sem-related-products .products-grid .product-title a:hover {
    text-decoration: underline;
  }
  /* form loading bar */
  .sem-ajax-form-hybrid .form-loader {
    padding: 15px 0 25px;
  }
  .sem-ajax-form-hybrid .sem-related-products .form-loader {
    float: none;
  }
  .case-description-prompt {
    color: #595959;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px;
  }
  /* Selectbox Plugin */
  .sem-ajax-form-hybrid .sbHolder {
    border-color: #1E70AE;
    font-size: 13px;
    padding: 3px 4px 4px;
  }
  .sem-ajax-form-hybrid .sbSelector:link,
  .sem-ajax-form-hybrid .sbSelector:visited,
  .sem-ajax-form-hybrid .sbSelector:hover {
    padding: 3px 4px 4px;
    color: #333;
  }
  .sem-ajax-form-hybrid .sbToggle {
    right: 4px;
    top: 4px;
  }
  .sem-ajax-form-hybrid .sbOptions {
    border-color: #1e70ae;
  }
  .sem-ajax-form-hybrid .sbOptions li {
    margin: 0;
  }
  .sem-ajax-form-hybrid .sbOptions a {
    padding: 2px 5px 2px 15px;
  }
  .sem-ajax-form-hybrid .sbOptions a:link,
  .sem-ajax-form-hybrid .sbOptions a:visited {
    color: #333;
  }
  .sem-ajax-form-hybrid .sbOptions a:hover,
  .sem-ajax-form-hybrid .sbOptions a:focus,
  .sem-ajax-form-hybrid .sbOptions a.sbFocus {
    color: #FFF;
  }
  .sbHolder.error {
    background-color: #FBE3E4;
    margin-bottom: 0;
    border: 2px solid #F33;
    padding: 2px 3px 3px;
  }
  .sbHolder.error .sbSelector:link,
  .sbHolder.error .sbSelector:visited,
  .sbHolder.error .sbSelector:hover {
    padding: 3px 4px 4px;
  }
  .sbHolder.error .sbToggle {
    right: 3px;
    top: 3px;
  }
  .sbHolder.error .sbOptions {
    border: 2px solid #F33;
    left: -2px;
  }
  /* override widths for specific 'selectbox plugin' initialized dropdowns */
  .sbName_practice_area_select {
    width: 260px;
  }
  .sbName_questions8 {
    width: 375px;
  }
  .sbName_questions13 {
    width: 245px;
  }
  .sbName_questions33 {
    width: 245px;
  }
  .sbName_questions39 {
    width: 260px;
  }
  .sbName_questions40 {
    width: 430px;
  }
  .sbName_questions59 {
    width: 230px;
  }
  .sbName_questions81 {
    width: 230px;
  }
  .sbName_questions95 {
    width: 240px;
  }
  .sbName_questions100 {
    width: 350px;
  }
  .sbName_questions109 {
    width: 260px;
  }
  .sbName_questions129 {
    width: 230px;
  }
  .sbName_questions134 {
    width: 350px;
  }
  .sbName_questions165 {
    width: 330px;
  }
  .sbName_questions313 {
    width: 290px;
  }
  .sbName_questions323 {
    width: 290px;
  }
  .sbName_questions351 {
    width: 360px;
  }
  /* calculate as 30px less than its parent container */
  .sbName_practice_area_select .sbSelector {
    width: 230px;
  }
  .sbName_questions8 .sbSelector {
    width: 345px;
  }
  .sbName_questions13 .sbSelector {
    width: 215px;
  }
  .sbName_questions33 .sbSelector {
    width: 215px;
  }
  .sbName_questions39 .sbSelector {
    width: 230px;
  }
  .sbName_questions40 .sbSelector {
    width: 400px;
  }
  .sbName_questions59 .sbSelector {
    width: 200px;
  }
  .sbName_questions81 .sbSelector {
    width: 200px;
  }
  .sbName_questions95 .sbSelector {
    width: 210px;
  }
  .sbName_questions100 .sbSelector {
    width: 320px;
  }
  .sbName_questions109 .sbSelector {
    width: 230px;
  }
  .sbName_questions129 .sbSelector {
    width: 200px;
  }
  .sbName_questions134 .sbSelector {
    width: 320px;
  }
  .sbName_questions165 .sbSelector {
    width: 300px;
  }
  .sbName_questions313 .sbSelector {
    width: 260px;
  }
  .sbName_questions323 .sbSelector {
    width: 260px;
  }
  .sbName_questions351 .sbSelector {
    width: 330px;
  }
  /* override widths for specific textfield questions */
  #form-item-first_name label,
  #form-item-last_name label,
  #form-item-mail label,
  #form-item-phone label {
    width: 275px;
  }
  /* Accordion */
  .ui-accordion .ui-accordion-header .ui-icon {
    width: 29px;
    height: 29px;
    left: 15px;
    top: 20%;
    margin: 0;
  }
  .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
    background: url("../images/sem/sprite_accordion_positive.png") no-repeat 0 0;
  }
  .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s {
    background: url("../images/sem/sprite_accordion_negative.png") no-repeat 0 0;
  }
  .ui-accordion .ui-accordion-header a {
    padding: 15px 20px 15px 60px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    font-size: 18px;
  }
  .ui-state-default {
    background: #F6F6F6 url("../js/jquery/css/nolo-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 0 0;
    border: 1px solid #dcdcdc;
  }
  .ui-state-active {
    background: #F6F6F6 url("../js/jquery/css/nolo-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 0 0 !important;
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .ui-accordion .ui-accordion-content {
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #f6f6f6;
    padding-left: 60px;
  }
  /* preSubmit Providers Summary Block*/
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary {
    margin-bottom: 2em;
    width: 565px;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .sem-provider {
    margin-bottom: .5em;
    padding: .5em;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary p {
    margin: 0;
    padding: 0;
    line-height: 1.583;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .provider-name {
    float: none;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .provider-tagline {
    font-size: 11px;
    line-height: 1.727;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
  }
  .sem-ajax-form-hybrid .sem-presubmit-providers-summary .provider-tagline:hover {
    text-overflow: inherit;
    overflow: visible;
    white-space: inherit;
  }
  .presubmit-providers-count {
    color: orange;
  }
  .presubmit-providers-count.hidden {
    display: none !important;
  }
  #nolopath.nolopath-show-providers-desktop .presubmit-providers-count {
    display: inline-block !important;
  }
  .sem-surl-link-back {
    background: #1e70ae none;
    border: medium none;
    border-radius: 2px;
    display: block;
    padding: 13px 20px 12px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    margin: 0 auto 1em;
    width: 300px;
  }
  .sem-surl-link-back,
  .sem-surl-link-back:hover,
  .sem-surl-link-back:focus {
    color: #fff;
  }
  .sem-surl-link-back:hover {
    background-color: #ff8814;
  }
  .sem-logo-link-back:hover {
    cursor: pointer;
  }
  /* Domain-Specific Overrides */
  /* Nolo.com */
  .domain-id-nolo .sem-logo .logo-text {
    display: none;
  }
  .domain-id-nolo .sem-logo .logo-image {
    display: block;
    position: absolute;
    top: -47px;
  }
  /* AllLaw.com */
  .domain-id-alllaw .sem-logo .logo-text {
    display: none;
  }
  .domain-id-alllaw .sem-logo .logo-image {
    display: block;
  }
  /* attorneys.com */
  .domain-id-attorneys .sem-logo .logo-text {
    display: none;
  }
  .domain-id-attorneys .sem-logo .logo-image {
    display: block;
  }
  /* lawyerlocator.com */
  .domain-id-lawyerlocator .sem-logo .logo-text {
    display: none;
  }
  .domain-id-lawyerlocator .sem-logo .logo-image {
    display: block;
  }
  .sem-logo .logo-image {
    height: 98px;
    display: block !important;
    background-position: -15px 0;
  }
  .sem-logo .logo-text {
    display: none;
  }
  .sem-logo-nolo .logo-image {
    background-image: url("../images/logos/logo_nolo.png");
    width: 208px;
    position: static !important;
  }
  .sem-logo-lawfirms .logo-image {
    background-image: url("../images/logos/logo_lawfirms.png");
    width: 212px;
  }
  .sem-logo-accidentattorneys .logo-image {
    background-image: url("../images/logos/logo_accidentattorneys.png");
    width: 328px;
  }
  .sem-logo-all-about-car-accidents .logo-image {
    background-image: url("../images/logos/logo_allaboutcaraccidents.png");
    width: 243px;
  }
  .sem-logo-bankruptcylawfirms .logo-image {
    background-image: url("../images/logos/logo_bankruptcylawfirms.png");
    width: 204px;
  }
  .sem-logo-socialsecuritylawfirms .logo-image {
    background-image: url("../images/logos/logo_socialsecuritylawfirms.png");
    width: 218px;
  }
  .sem-logo-taxationlawfirms .logo-image {
    background-image: url("../images/logos/logo_taxationlawfirms.png");
    width: 326px;
  }
  .sem-logo-usimmigrationlawyers .logo-image {
    background-image: url("../images/logos/logo_usimmigrationlawyers.png");
    width: 240px;
  }
  .sem-logo-workerscompensationlawfirms .logo-image {
    background-image: url("../images/logos/logo_workerscompensationlawfirms.png");
    width: 322px;
  }
  .sem-logo-wrongfuldeathlawfirms .logo-image {
    background-image: url("../images/logos/logo_wrongfuldeathlawfirms.png");
    width: 231px;
  }
  .sem-logo-agediscriminationlawyers .logo-image {
    background-image: url("../images/logos/logo_agediscriminationlawyers.png");
    width: 279px;
  }
  .sem-logo-asbestoslawfirms .logo-image {
    background-image: url("../images/logos/logo_asbestoslawfirms.png");
    width: 324px;
  }
  .sem-logo-autoaccidentlawyers .logo-image {
    background-image: url("../images/logos/logo_autoaccidentlawyers.png");
    width: 201px;
  }
  .sem-logo-aviationattorneys .logo-image {
    background-image: url("../images/logos/logo_aviationattorneys.png");
    width: 319px;
  }
  .sem-logo-birthtraumalawfirms .logo-image {
    background-image: url("../images/logos/logo_birthtraumalawfirms.png");
    width: 201px;
  }
  .sem-logo-caraccidentattorneys .logo-image {
    background-image: url("../images/logos/logo_caraccidentattorneys.png");
    width: 206px;
  }
  .sem-logo-childcustodylawfirms .logo-image {
    background-image: url("../images/logos/logo_childcustodylawfirms.png");
    width: 205px;
  }
  .sem-logo-childmolestationlaws .logo-image {
    background-image: url("../images/logos/logo_childmolestationlaws.png");
    width: 304px;
  }
  .sem-logo-childsupportlawfirms .logo-image {
    background-image: url("../images/logos/logo_childsupportlawfirms.png");
    width: 204px;
  }
  .sem-logo-civilrightslawfirms .logo-image {
    background-image: url("../images/logos/logo_civilrightslawfirms.png");
    width: 343px;
  }
  .sem-logo-consumerprotectionlawfirms .logo-image {
    background-image: url("../images/logos/logo_consumerprotectionlawfirms.png");
    width: 295px;
  }
  .sem-logo-criminaldefenselawyer .logo-image {
    background-image: url("../images/logos/logo_criminaldefenselawyer.png");
    width: 249px;
  }
  .sem-logo-debtsettlementlawyers .logo-image {
    background-image: url("../images/logos/logo_debtsettlementlawyers.png");
    width: 230px;
  }
  .sem-logo-disabilitylawyers .logo-image {
    background-image: url("../images/logos/logo_disabilitylawyers.png");
    width: 330px;
  }
  .sem-logo-disabilitysecrets .logo-image {
    background-image: url("../images/logos/logo_disabilitysecrets.png");
    width: 257px;
  }
  .sem-logo-divorcelawfirms .logo-image {
    background-image: url("../images/logos/logo_divorcelawfirms.png");
    width: 314px;
  }
  .sem-logo-divorcenet .logo-image {
    background-image: url("../images/logos/logo_divorcenet.png");
    width: 205px;
  }
  .sem-logo-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
    width: 243px;
  }
  .sem-logo-drunkdrivinglawyers .logo-image {
    background-image: url("../images/logos/logo_drunkdrivinglawyers.png");
    width: 216px;
  }
  .sem-logo-employmentlawfirms .logo-image {
    background-image: url("../images/logos/logo_employmentlawfirms.png");
    width: 211px;
  }
  .sem-logo-environmentallawyers .logo-image {
    background-image: url("../images/logos/logo_environmentallawyers.png");
    width: 231px;
  }
  .sem-logo-estateplanninglawfirms .logo-image {
    background-image: url("../images/logos/logo_estateplanninglawfirms.png");
    width: 224px;
  }
  .sem-logo-foreclosurelawfirms .logo-image {
    background-image: url("../images/logos/logo_foreclosurelawfirms.png");
    width: 343px;
  }
  .sem-logo-hitandrunaccident .logo-image {
    background-image: url("../images/logos/logo_hitandrunaccident.png");
    width: 340px;
  }
  .sem-logo-intellectualpropertylawfirms .logo-image {
    background-image: url("../images/logos/logo_intellectualpropertylawfirms.png");
    width: 286px;
  }
  .sem-logo-landlordtenantlawfirms .logo-image {
    background-image: url("../images/logos/logo_landlordtenantlawfirms.png");
    width: 240px;
  }
  .sem-logo-litigationlawfirms .logo-image {
    background-image: url("../images/logos/logo_litigationlawfirms.png");
    width: 331px;
  }
  .sem-logo-longtermdisabilityattorney .logo-image {
    background-image: url("../images/logos/logo_longtermdisabilityattorney.png");
    width: 321px;
  }
  .sem-logo-medicalmalpractice .logo-image {
    background-image: url("../images/logos/logo_medicalmalpractice.png");
    width: 342px;
  }
  .sem-logo-personalinjurylawyer .logo-image {
    background-image: url("../images/logos/logo_personalinjurylawyer.png");
    width: 224px;
  }
  .sem-logo-productliabilitylawyer .logo-image {
    background-image: url("../images/logos/logo_productliabilitylawyer.png");
    width: 242px;
  }
  .sem-logo-realestatelawyers .logo-image {
    background-image: url("../images/logos/logo_realestatelawyers.png");
    width: 334px;
  }
  .sem-logo-sexoffenderattorney .logo-image {
    background-image: url("../images/logos/logo_sexoffenderattorney.png");
    width: 193px;
  }
  .sem-logo-sexualharassmentlawfirms .logo-image {
    background-image: url("../images/logos/logo_sexualharassmentlawfirms.png");
    width: 274px;
  }
  .sem-logo-smallbusinesslawfirms .logo-image {
    background-image: url("../images/logos/logo_smallbusinesslawfirms.png");
    width: 217px;
  }
  .sem-logo-technologylawyers .logo-image {
    background-image: url("../images/logos/logo_technologylawyers.png");
    width: 343px;
  }
  .sem-logo-thebankruptcysite .logo-image {
    background-image: url("../images/logos/logo_thebankruptcysite.png");
    width: 325px;
  }
  .sem-logo-trafficviolationlawfirms .logo-image {
    background-image: url("../images/logos/logo_trafficviolationlawfirms.png");
    width: 240px;
  }
  .sem-logo-usentertainmentlawyers .logo-image {
    background-image: url("../images/logos/logo_usentertainmentlawyers.png");
    width: 262px;
  }
  .sem-logo-willsandtrustslawfirms .logo-image {
    background-image: url("../images/logos/logo_willsandtrustslawfirms.png");
    width: 225px;
  }
  .sem-logo-wrongfulterminationlaws .logo-image {
    background-image: url("../images/logos/logo_wrongfulterminationlaws.png");
    width: 315px;
  }
  .sem-logo-referral-lawfirms .logo-image {
    background-image: url("../images/logos/logo_lawfirms.png");
    width: 212px;
  }
  .sem-logo-asylumlawyers .logo-image {
    background-image: url("../images/logos/logo_asylumlawyers.png");
    width: 282px;
  }
  .sem-logo-defamationlawfirms .logo-image {
    background-image: url("../images/logos/logo_defamationlawfirms.png");
    width: 210px;
  }
  .sem-logo-discriminationlawfirms .logo-image {
    background-image: url("../images/logos/logo_discriminationlawfirms.png");
    width: 232px;
  }
  .sem-logo-filingforbankruptcyonline .logo-image {
    background-image: url("../images/logos/logo_filingforbankruptcyonline.png");
    width: 305px;
  }
  .sem-logo-identitytheftattorneys .logo-image {
    background-image: url("../images/logos/logo_identitytheftattorneys.png");
    width: 204px;
  }
  .sem-logo-sexoffenderlawyer .logo-image {
    background-image: url("../images/logos/logo_sexoffenderlawyer.png");
    width: 341px;
  }
  .sem-logo-surgerymalpractice .logo-image {
    background-image: url("../images/logos/logo_surgerymalpractice.png");
    width: 334px;
  }
  .sem-logo-underagedui .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
    width: 243px;
  }
  .sem-logo-uscitizenshipattorney .logo-image {
    background-image: url("../images/logos/logo_uscitizenshipattorney.png");
    width: 220px;
  }
  .sem-logo-alllaw .logo-image {
    background-image: url("../images/logos/logo_alllaw.png");
    width: 167px;
  }
  .sem-logo-attorneys .logo-image {
    background-image: url("../images/logos/logo_attorneys.png");
    width: 202px;
  }
  .sem-logo-lawyerlocator .logo-image {
    background-image: url("../images/logos/logo_lawyerlocator.png");
    width: 268px;
  }
  .sem-logo-dui-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
    width: 243px;
  }
  .sem-logo-teen-drivinglaws .logo-image {
    background-image: url("../images/logos/logo_drivinglaws.png");
    width: 243px;
  }
  /* Mobile Media Query -- Adjusts for phone display */
}
@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: 1080px) {
  .sem-navbar-nolo-brand {
    display: none;
  }
}
@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  .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  .unsold-banner {
    margin-top: 15px;
    margin-bottom: 0px;
    height: calc(0.664 * 100vw) !important;
    height: -webkit-calc(0.664 * 100vw) !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  .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: 40%;
    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 (min-width: 570px) and (max-width: 569px) {
  .sem-ajax-form-hybrid .submit-error {
    display: block !important;
    font-size: 11px;
    color: #F33;
    margin: 4px 0;
    clear: both;
  }
  .sem-ajax-form-hybrid .submit-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;
  }
}
@media (min-width: 570px) and (min-width: 570px) {
  .sem-contact-cta,
  .voice-cta-float,
  .sem-chat-block {
    display: none;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .region-header .header-right {
    width: 310px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta {
    display: block;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-phone-text,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-phone-text {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    margin: 0;
    position: absolute;
    top: 55%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:before,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:before {
    width: 12px;
    height: auto;
    min-height: 13px;
    content: "";
    background-image: url("../images/icons/phone.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    margin-right: 6px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone {
    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: 11px 24px;
    background: -webkit-linear-gradient(353.72deg, #0078CA 17.33%, #00A2DF 77.85%);
    background: -o-linear-gradient(353.72deg, #0078CA 17.33%, #00A2DF 77.85%);
    background: linear-gradient(96.28deg, #0078CA 17.33%, #00A2DF 77.85%);
    border-radius: 100px;
    position: relative;
    float: right;
    text-decoration: none;
    color: #FFFFFF;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone > span,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone > span {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:hover,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:hover {
    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: 11px 24px;
    background: #1F81C3;
    border-radius: 100px;
    position: relative;
    float: right;
    text-decoration: none;
    color: #FFFFFF;
  }
  body.nolopath-domain-dui-drivinglaws[data-pid="74"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:hover > span,
  body.nolopath-domain-alllaw[data-pid="125"][data-theme="hubv6"][data-path="min-path2"] .sem-contact-cta .sem-business-phone:hover > span {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 570px) and screen and (max-device-width: 568px) {
  #page-container,
  #page,
  #page-hd,
  #page-bd,
  #page-ft,
  #page-admin-top,
  #page-content {
    width: 980px !important;
  }
}
.pid-helper-wrap .question-mark-icon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/question_mark_icon.svg);
  -webkit-background-size: cover;
          background-size: cover;
  font-size: 0;
  border: none;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}
.pid-helper-wrap #pid-router-helper[data-pid-router='0'] {
  display: none;
}
.pid-helper-wrap .input-box {
  width: 100%!important;
  float: none!important;
}
.pid-helper-wrap .input-box #nolopath-practice-area-select[data-pid-router='0'] {
  width: 100%;
}
.pid-helper-wrap .router-helper-bd-wrap {
  position: relative;
}
.pid-helper-wrap .router-helper-bd-wrap .pid-router-helper-body {
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 20px;
  background-color: transparent;
  background-image: url(../images/helper_box.png);
  background-position-y: top;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 0;
  height: auto;
  background-position-x: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.pid-helper-wrap .router-helper-bd-wrap .pid-router-helper-body [data-pid-active=false] {
  display: none;
}
.pid-helper-wrap .router-helper-bd-wrap .pid-router-helper-body [data-pid-active=true] {
  display: block;
}
.pid-helper-wrap .router-helper-bd-wrap.tooltip-list .pid-router-helper-body {
  position: absolute;
  top: 50px;
  right: 0;
}
.pid-helper-wrap .router-helper-bd-wrap.modal.in {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 45px;
  right: 10px;
  left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5001;
}
.pid-helper-wrap .router-helper-bd-wrap.modal.in .router-helper-bd {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.pid-helper-wrap .router-helper-bd-wrap.modal.in .router-helper-bd .pid-router-helper-body {
  margin-top: 30px;
  border: none;
  border-radius: 0;
  width: 180px;
  font-size: 12px;
  line-height: 1.4;
}
.pid-helper-wrap .router-helper-bd-wrap.modal.in .router-helper-bd .btn-dismiss {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
  background: #006FBB;
  color: white;
}
[data-path='min-path2'] .pid-helper-wrap .form-group label[for="nolopath-practice-area-select"] {
  width: -webkit-calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
[data-path='min-path2'] .pid-helper-wrap .input-box .btn-group {
  display: none;
}
[data-path='min-path2'] .pid-helper-wrap .input-box #nolopath-practice-area-select[data-pid-router="0"] {
  width: 88%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
[data-path='min-path2'] .pid-helper-wrap .input-box #pid-router-helper[data-pid-router="0"] {
  display: none;
}
[data-path='min-path2'] .pid-helper-wrap .input-box #nolopath-practice-area-select {
  width: 88%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
[data-path='min-path2'] .pid-helper-wrap .input-box #pid-router-helper {
  position: relative;
  display: inline-block;
}
[data-path='min-path2'] .pid-helper-wrap .input-box .modal.in {
  top: 0px;
  right: 20px;
}
[data-path='min-path2'] .pid-helper-wrap .question-mark-icon {
  font-size: 12px;
  color: transparent;
  border-radius: 10px;
  margin-left: 4px;
  background-image: url(../images/icons/question_mark_icon.svg);
}
[data-path='min-path2'] .pid-helper-wrap .pid-router-helper-body {
  background-image: url(../images/bg/helper_box.png);
}
[data-path='min-path2'] .pid-helper-wrap .router-helper-bd-wrap {
  font-family: "Proxima Nova Rg Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[data-path='min-path2'] .pid-helper-wrap .router-helper-bd-wrap.tooltip-list .pid-router-helper-body {
  position: absolute;
  top: 25px;
  right: 15px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2), 3px 0px 4px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2), 3px 0px 4px -2px rgba(0, 0, 0, 0.2);
  border-top: none;
  padding: 10px;
}
[data-path='min-path2'] .router-helper-bd-wrap .pid-router-helper-body {
  width: 250px !important;
  opacity: 1;
  background: white;
}
[data-path='min-path2'] .router-helper-bd-wrap .hide {
  display: none !important;
}
[data-path='min-path2'] .clear-border {
  border: none !important;
}
[data-pid='14'] .router-helper-bd-wrap .pid-router-helper-body {
  width: 250px !important;
  opacity: 1;
  background: white;
}
[data-pid='14'] .router-helper-bd-wrap .hide {
  display: none !important;
}
[data-pid='14'] .clear-border {
  border: none !important;
}
html {
  height: 100%;
}
body {
  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;
  min-height: 100%;
}
#page-container,
#page,
#page-bd,
#page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#region-content-row {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/*
// EHCS-2282 - Min path2 and 4 - Ngage chat window displayed on TYP of min path 2 and 4.
body.nolopath-domain-criminaldefenselawyer[data-pid="14"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']),
body.nolopath-domain-criminaldefenselawyer[data-pid="8937"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']),
body.nolopath-domain-criminaldefenselawyer[data-pid="77"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']),
body.nolopath-domain-criminaldefenselawyer[data-pid="13"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1']),
body.nolopath-domain-criminaldefenselawyer[data-pid="20"][data-theme="hubv6"][data-path="min-path2"]:not([data-path-step='step-1'])
{
    #black-circle-background-image-container, #chat-window-background-container, #bottom-right-black-bubble-invite-container {
        display: none !important;
        opacity: 0 !important;
    }
    .ngageMobileFloat, .semi-round-invite-container {
        display: none !important;
    }    
    #ngageMobileInvite, .fixed-spacer {
        display: none !important;
        height: 0px !important;
    }
    a[href="javascript:StartNgageChat();"] {
        display: none !important;
    }
    .ngageMobileFloat, .spacer-mobile {
        display: none !important;
    }
}
*/
.grecaptcha-badge {
  display: none;
}
.chat-cta-round-logo {
  bottom: 80px;
}
[data-path-step="step-4"] .grecaptcha-badge {
  display: block;
}
.page-nolosem-min-path2.last-step-1[data-path-step="step-3"] .grecaptcha-badge {
  display: block;
  visibility: visible;
}
.hide {
  display: none !important;
}
[data-type="sem"] .grecaptcha-badge,
.path-type-sem .grecaptcha-badge {
  display: block;
}
:not(.path-type-sem)[data-pid="30"] .form-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="83"] .form-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="128"] .form-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="125"] .form-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="133"] .form-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="30"] .panel-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="83"] .panel-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="128"] .panel-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="125"] .panel-heading .panel-title span.ex,
:not(.path-type-sem)[data-pid="133"] .panel-heading .panel-title span.ex {
  display: contents;
}
