.header {
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E0E0E0;
}
.header .navbar-nav li a {
  color: #777777;
}
.header .navbar-nav li a:hover {
  color: #222222;
}
.header .navbar-nav li a.get-started {
  color: #106CC8;
  border: 2px solid #106CC8;
  border-radius: 20px;
  padding: 9px 10px 10px 10px;
  margin-right: 15px;
  transition: all 0.3s;
}
.header .navbar-nav li a.get-started:hover {
  background-color: #106CC8;
  color: #FFFEF7 !important;
  text-decoration: none;
}
.header .navbar-nav #dropdownMenuLink:after {
  display: none;
}
.header .navbar-toggler {
  outline: none !important;
}
.header .navbar-toggler-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPScjMTA2Q0M4JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgZD0nTTQgOWgyMk00IDE1aDIyTTQgMjFoMjInLz48L3N2Zz4=") no-repeat;
}
.header .navbar-toggler:after {
  content: "MENU";
  display: inline-block;
  font-size: 16px;
  width: 50px;
  vertical-align: middle;
}
.header .navbar-toggler:not(.collapsed):after {
  content: "CLOSE";
}
.header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PScxNScgdmlld0JveD0nMCAwIDIwIDIwJz48ZyBmaWxsPScjMTA2Q0M4Jz48cGF0aCBkPSdNNC4zNCAyLjkzbDEyLjczIDEyLjczLTEuNDEgMS40MUwyLjkzIDQuMzV6Jy8+PHBhdGggZD0nTTE3LjA3IDQuMzRMNC4zNCAxNy4wN2wtMS40MS0xLjQxTDE1LjY2IDIuOTN6Jy8+PC9nPjwvc3ZnPg==") no-repeat center center;
}
.header .navbar .od-separate {
  border-right: 1px solid #D9DBE1;
  width: 1px;
  height: 43px;
}
.header .navbar-decor-top {
  border-top: 1px solid #D9DBE1;
}
.header .navbar .dropdown-toggle::after {
  content: none;
}
.header .navbar .dropdown-item {
  padding: 0;
}
.header .navbar .dropdown-item:hover, .header .navbar .dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline;
}
.header .navbar .dropdown-menu {
  border: none;
}

@media (max-width: 768.8px) {
  .header-top10 .od-logo img {
    width: 158px;
  }
  .header-top10 .od-logo-top10 img {
    width: 100px;
  }
}

header.bg-blue {
  padding: 10px 0 17px;
}
header.bg-blue .navbar-collapse {
  flex-grow: 0;
  flex-basis: auto;
}
header.bg-blue .navbar-collapse.show {
  display: block !important;
}
header.bg-blue .navbar-toggle {
  display: block;
  border: none;
  height: 32px;
  width: 42px;
  margin-right: auto;
  background: none;
  color: #fff;
  padding: 0;
  outline: none;
  position: relative;
}
header.bg-blue .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 4px;
  width: 27px;
  margin-bottom: 4px;
  border-radius: 1px;
  display: none;
}
header.bg-blue .navbar-toggle .sr-only:before {
  content: "x";
  font-size: 18px;
  padding: 5px;
  display: block;
  margin-top: -3px;
}
header.bg-blue .navbar-toggle .text {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
}
header.bg-blue .navbar-toggle .text:after {
  content: "CLOSE";
}
header.bg-blue .navbar-toggle.collapsed .sr-only:before {
  display: none;
}
header.bg-blue .navbar-toggle.collapsed .icon-bar {
  display: block;
}
header.bg-blue .navbar-toggle.collapsed .text:after {
  content: "MENU";
}
header.bg-blue .nav li {
  margin-right: 25px;
}
header.bg-blue .nav li:last-child {
  margin: 0;
}
header.bg-blue .nav a {
  color: #fff;
}
header.bg-blue .nav .js-login-trigger:hover {
  color: #fff;
  text-decoration: underline;
}
header.bg-blue .nav .get-started {
  color: #106cc8;
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
  background: #fff;
}
@media (min-width: 1200px) {
  header.bg-blue .navbar-collapse {
    display: block !important;
    margin-top: 6px;
  }
}
@media (max-width: 1199.8px) {
  header.bg-blue {
    padding: 0;
  }
  header.bg-blue .nav li {
    margin-right: 0;
  }
  header.bg-blue .nav a, header.bg-blue .nav .get-started {
    min-width: 122px;
    padding: 15px 10px;
    border-bottom: 1px solid #777;
    text-align: center;
    color: #777;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    background: none;
  }
  header.bg-blue .nav a:hover, header.bg-blue .nav .get-started:hover {
    cursor: pointer;
    color: #222 !important;
    border-color: #106cc8;
    text-decoration: none !important;
  }
  header.bg-blue .navbar-header {
    padding: 7px 0 12px 0;
    width: 100%;
  }
  header.bg-blue .navbar-toggle {
    margin-left: 12%;
    padding-top: 5px;
    width: 37px;
    height: 40px;
  }
  header.bg-blue .od-logo {
    margin: 0 auto;
  }
  header.bg-blue .sr-only {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px 5px;
  }
  header.bg-blue .navbar-collapse {
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 160px 0 0 #f8f8f8, -160px 0 0 #f8f8f8;
    border: none;
  }
}
@media (max-width: 768.8px) {
  header.bg-blue .navbar-toggle {
    margin: 0 10px 0 0;
  }
  header.bg-blue .navbar-toggle .text:after {
    display: none;
  }
  header.bg-blue .od-logo img {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .header {
    padding-bottom: 0;
  }
  .header .navbar {
    flex-direction: row-reverse;
  }
  .header .navbar-collapse {
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 160px 0 0 #f8f8f8, -160px 0 0 #f8f8f8;
    border: 0;
  }
  .header .navbar-header {
    margin-bottom: 10px;
    width: 100%;
  }
  .header .navbar-nav li {
    display: block;
    text-align: center;
  }
  .header .navbar-nav a {
    display: inline-block;
    padding: 0.9rem 0.6rem;
    border-bottom: 1px solid #777777;
    min-width: 122px;
  }
  .header .navbar-nav a:hover {
    text-decoration: none;
    border-bottom-color: #106CC8;
  }
  .header .navbar-decor-top {
    border-top: none;
  }
  .header .navbar .dropdown-item {
    text-align: center;
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .header .navbar {
    flex-direction: row-reverse;
  }
  .header .navbar-toggler:after, .header .navbar-toggler:not(.collapsed):after {
    content: "";
    display: none;
  }
}
@media (max-width: 374.98px) {
  .header .od-logo, .header .od-logo-state {
    padding-right: 0 !important;
  }
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/static/multisite/fonts/lato/lato-v15-latin-700.f9203469f750.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("/static/multisite/fonts/lato/lato-v15-latin-700.f9203469f750.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/lato/lato-v15-latin-700.1efbd38aa76d.woff2") format("woff2"), url("/static/multisite/fonts/lato/lato-v15-latin-700.874b8e7bc7e8.woff") format("woff"), url("/static/multisite/fonts/lato/lato-v15-latin-700.fe7d53e4cac8.ttf") format("truetype"), url("/static/multisite/fonts/lato/lato-v15-latin-700.596223f7bff9.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  src: url("/static/multisite/fonts/lato/Lato-Semibold.f321acafbb57.eot");
  src: local("Lato Semibold"), local("Lato-Semibold"), url("/static/multisite/fonts/lato/Lato-Semibold.f321acafbb57.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/lato/Lato-Semibold.50502842938f.woff2") format("woff2"), url("/static/multisite/fonts/lato/Lato-Semibold.e4a66b1d2a8d.woff") format("woff"), url("/static/multisite/fonts/lato/Lato-Semibold.b97a265bd592.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("/static/multisite/fonts/lato/lato-regular.6a6d715087a6.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("/static/multisite/fonts/lato/lato-regular.6a6d715087a6.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/lato/lato-regular.f1a4a058fbba.woff2") format("woff2"), url("/static/multisite/fonts/lato/lato-regular.62fb51e9e645.woff") format("woff"), url("/static/multisite/fonts/lato/lato-regular.da4b79be8c58.ttf") format("truetype"), url("/static/multisite/fonts/lato/lato-regular.9087e4a6acee.svg#Lato") format("svg");
}
@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("/static/multisite/fonts/inter/inter-v13-latin-500.96948ea7ac03.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v13-latin-500.d4ab2b64b58b.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  color: #333333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

a, a:hover {
  color: #106CC8;
}

.cursor-pointer {
  cursor: pointer !important;
}

.font-monserrat {
  font-family: "Montserrat-Light", sans-serif;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-black {
  color: #000 !important;
}

.text-error {
  color: #ED5564 !important;
}

.text-red {
  color: #C34D58;
}

.text-white {
  color: #FFFFFF !important;
}

.text-blue {
  color: #106CC8 !important;
}

.text-333 {
  color: #333333 !important;
}

.text-666 {
  color: #666666 !important;
}

.text-6e6 {
  color: #6e6e6e !important;
}

.bg-blue {
  background-color: #106CC8;
}

.bg-blue-lightest {
  background-color: #DAECFC;
}

.bg-light-blue3 {
  background-color: rgba(224, 237, 246, 0.51);
}

.bg-light-blue4 {
  background: #F2F7FB;
}

.bg-gray {
  background-color: #F8F8F8;
}

.return-back {
  background-color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  color: #106CC8;
  border-bottom: 1px solid #E0E0E0;
}
.return-back-btn {
  font-weight: 500 !important;
  min-height: 48px;
}

.border-gray {
  border: 1px solid #C6C6C6;
}

.border-blue {
  border: 1px solid #106CC8 !important;
}

.border-blue-lightest {
  border: 1px solid #DAECFC;
}

.border-bold-blue-lightest {
  border: 2px solid #DAECFC;
}

.bb-gray {
  border-bottom: 1px solid #CCCCCC;
}

.v-align-top {
  vertical-align: top;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

@keyframes loader-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.loader {
  position: relative;
}
.loader .loader-anim {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.loader .loader-anim::before, .loader .loader-anim::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 4px solid #106CC8;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader .loader-anim::after {
  animation-delay: -0.5s;
}

.fz32 {
  font-size: 32px;
}

.fz28 {
  font-size: 28px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz10 {
  font-size: 10px !important;
}

.lh19 {
  line-height: 19px !important;
}

.lh22 {
  line-height: 22px !important;
}

.lh35 {
  line-height: 35px !important;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #333333;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.1;
}

@keyframes nextBtnAnim {
  from {
    right: 25px;
  }
  to {
    right: 30px;
  }
}
.btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 5px;
  background: #E89A0C;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  outline: 0;
  appearance: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.btn:disabled {
  cursor: not-allowed !important;
  box-shadow: none !important;
  color: inherit;
}
.btn:hover, .btn:focus {
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  outline: 0;
  text-decoration: none;
}
.btn--convex, .btn.cc-btn {
  background: linear-gradient(180deg, #FFB300 0%, #FFA000 87.85%, #FFAE00 100%) !important;
  box-shadow: 0 2px 2px #C67100 !important;
}
.btn--convex:active, .btn.cc-btn:active {
  box-shadow: none !important;
}
.btn--pay-now {
  background: linear-gradient(116.76deg, #FFC53E 2.59%, #FFA000 54.34%, #FFC53E 100%);
  box-shadow: 0px 2px 4px rgba(198, 113, 0, 0.8);
  border-radius: 5px;
}
.btn-affirm {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #000;
  font-weight: 400 !important;
  transition: background-color 0.3s, border-color 0.3s, color 0.15s;
}
.btn-affirm:hover, .btn-affirm:focus {
  border: 1px solid #918c8c;
}
.btn-affirm img {
  pointer-events: none;
}
.btn-affirm img:not(.init-elem) {
  display: none;
}
.btn-affirm.active, .btn-affirm:hover, .btn-affirm:focus {
  color: #fff;
  border-color: #106CC8;
  background-color: #106CC8;
}
.btn-affirm.active img.init-elem, .btn-affirm:hover img.init-elem, .btn-affirm:focus img.init-elem {
  display: none;
}
.btn-affirm.active img:not(.init-elem), .btn-affirm:hover img:not(.init-elem), .btn-affirm:focus img:not(.init-elem) {
  display: inline-block;
}
.btn-pay-method-selector {
  min-height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn-pay-method-selector img:not(.init-elem) {
  display: none;
}
.btn-pay-method-selector.active, .btn-pay-method-selector:hover, .btn-pay-method-selector:focus {
  color: #fff;
  border-color: #106CC8;
  background-color: #106CC8;
}
.btn-pay-method-selector.active img.init-elem, .btn-pay-method-selector:hover img.init-elem, .btn-pay-method-selector:focus img.init-elem {
  display: none;
}
.btn-pay-method-selector.active img:not(.init-elem), .btn-pay-method-selector:hover img:not(.init-elem), .btn-pay-method-selector:focus img:not(.init-elem) {
  display: inline-block;
}
.btn-pay-method-selector * {
  pointer-events: none;
}
.btn--animation-arrow {
  position: relative;
  padding: 10px 25px !important;
  max-width: 220px;
  width: 100%;
}
.btn--animation-arrow::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABaSURBVHgB5ZKBCcAgDAQ/pQN0tG6iG9QROmo7QZrQXyCKCHogAcMfCQRYA1VN9i7UYuGsP02S0kWys5GsnAGXi14RuTd+SCD8sB6I4qNzhYIo48IU+B1kzMkHDNBZNSa5k/YAAAAASUVORK5CYII=");
  position: absolute;
  top: 13px;
  animation-duration: 0.3s;
  animation-name: nextBtnAnim;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.btn--blue {
  background-color: #106CC8;
}
.btn--blue-shadow {
  background: #106CC8 !important;
  box-shadow: 0 2px 2px #979797;
}
.btn--light-gray {
  background: #AFAFAF;
}
.btn--w300 {
  max-width: 300px;
  width: 100%;
}
.btn--w220 {
  max-width: 220px;
  width: 100%;
}
.btn--w240 {
  max-width: 240px;
  width: 100%;
}
.btn.shadow-0 {
  box-shadow: none;
}
.btn-close-popup {
  background-color: transparent;
  color: #106CC8 !important;
  border: 2px solid #106CC8;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 16px;
}
.btn--gray {
  background-color: gray;
}
.btn_affiliate {
  padding: 12px 30px;
  background: #FFC137;
  box-shadow: 0px 6px 16px rgba(221, 120, 0, 0.1);
  border-radius: 5px;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0015em;
  color: #222222;
  transition: all 0.3s;
}
.btn--next {
  justify-content: flex-start !important;
  text-align: left;
  padding: 17px 35px;
  max-width: 136px;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px;
  color: #FFFFFF !important;
  background: #106CC8;
  box-shadow: 0px 6px 16px rgba(3, 23, 43, 0.1) !important;
  border-radius: 5px;
}
.btn--next::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABaSURBVHgB5ZKBCcAgDAQ/pQN0tG6iG9QROmo7QZrQXyCKCHogAcMfCQRYA1VN9i7UYuGsP02S0kWys5GsnAGXi14RuTd+SCD8sB6I4qNzhYIo48IU+B1kzMkHDNBZNSa5k/YAAAAASUVORK5CYII=");
  position: absolute;
  top: 20px;
  animation-duration: 0.3s;
  animation-name: nextBtnAnim;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.btn.backlight {
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.btn_simple-border {
  padding: 14px 0;
  max-width: 260px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #106CC8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  box-shadow: none;
  color: #106CC8;
  transition: all 0.3s;
}
.btn_simple-border:hover {
  color: #106CC8;
}
.btn-link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #106CC8;
  background: transparent;
  box-shadow: none;
}
.btn-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #106CC8;
  transition: all 0.3s;
}
.btn-link:hover {
  box-shadow: none;
  color: #106CC8;
}
.btn-link:hover:after {
  left: 50%;
  right: 50%;
}
.btn-social {
  color: #334155;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #E2E8F0;
  border-radius: 2px;
  box-shadow: none;
}
.btn-social:hover, .btn-social:focus {
  color: #334155;
  box-shadow: none;
}

.social-auth-block hr {
  flex-grow: 1;
}
.social-auth-block .row {
  margin-left: -5px;
  margin-right: -5px;
}
.social-auth-block .row .col {
  padding-left: 5px;
  padding-right: 5px;
}

.form-control, .custom-select {
  height: 46px;
}
.form-control:focus, .custom-select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control.h-sm, .custom-select.h-sm {
  height: 34px;
  font-size: 14px;
}

.additional-radios .form-check input {
  position: static;
  opacity: 1;
  visibility: visible;
}
.additional-radios .form-check input[type=radio] {
  width: 20px;
  height: 20px;
}

.form-check {
  position: relative;
  cursor: pointer;
}
.form-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check input + .custom-radio::before, .form-check input + .custom-radio::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.form-check input:not(:checked) + .custom-radio::before {
  content: none;
}
.form-check input:not(:checked) + .custom-radio::after {
  content: url("/static/multisite/img/multisite/onlinedivorce/redesign/checkbox.068a66c8248a.svg");
}
.form-check input:checked + .custom-radio::before {
  content: url("/static/multisite/img/multisite/onlinedivorce/redesign/checkbox_checked.fbdd1554856d.svg");
}
.form-check input:disabled + .custom-radio::after {
  content: url("/static/multisite/img/multisite/onlinedivorce/redesign/checkbox-disabled.97e7b18df201.svg");
}
.form-check .form-check-label {
  line-height: 20px;
}

.form-error input, .form-error select, .form-error textarea {
  border-color: #ED5564 !important;
}
.form-error input:focus, .form-error select:focus, .form-error textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-error .text-error:before {
  content: url("/static/multisite/img/multisite/onlinedivorce/error-icon.7898d739b999.png");
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

.modal .modal-content {
  padding: 20px 30px;
  border: 0;
  border-radius: 0;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-title {
  font-size: 20px;
}
.modal .modal-title.fz24 {
  font-size: 24px;
}
.modal .modal-body:not(.regular) p, .modal .modal-body:not(.regular) ul li {
  font-size: 14px;
}
.modal .modal-body:not(.regular) p {
  margin-bottom: 10px;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .close {
  opacity: 0.2;
  background: none;
  border: 0;
  outline: 0;
}
.modal .close span {
  font-size: 21px;
}
.modal .form-group {
  position: relative;
}
.modal .form-group .icon-eye-slash {
  opacity: 0.5;
  right: 5px;
}

.icon-eye-slash {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 100%;
}
.icon-eye-slash::before {
  content: "";
  background: url("/static/multisite/img/multisite/onlinedivorce/eye-slash.4b5bb09d5d5c.svg") center/cover no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.icon-eye-slash.icon-eye::before {
  background: url("/static/multisite/img/multisite/onlinedivorce/eye.0fcc1944eba8.svg") center/cover no-repeat;
}

.spousesModal .modal-content {
  padding: 20px 15px;
}
.spousesModal .modal-body:not(.regular) p {
  line-height: 1.5;
}

.do-you-need-lawyer .start-now {
  background: url("/static/multisite/img/multisite/onlinedivorce/redesign/compare_background.57626fe527fb.jpg") no-repeat center top;
  background-size: cover;
}
.do-you-need-lawyer .desc {
  position: relative;
  padding-left: 40px;
}
.do-you-need-lawyer .desc:before {
  content: url("/static/multisite/img/multisite/onlinedivorce/redesign/inner/attention-blue-ico.e97556ad97bd.svg");
  position: absolute;
  left: 15px;
  top: 17px;
}
.do-you-need-lawyer #modalNeedLawyerQuestionsForm {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.chosen-choices {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem !important;
  background-image: none !important;
}
.chosen-choices li.search-choice {
  background-image: none !important;
  background-color: transparent !important;
}

#dropdownMenuHeader .dropdown-menu {
  display: none;
  background-color: white;
  z-index: 9;
}
#dropdownMenuHeader .dropdown-menu.show {
  display: block !important;
}
#dropdownMenuHeader .dropdown-item {
  display: block !important;
}

.table-policy tr:nth-child(2n) {
  background: none;
}

.invoice-form {
  padding: 30px;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}

.close-new-card {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.invoice-banner {
  background: #F2F7FB;
  border: 1px solid #5898D9;
  border-radius: 5px;
  padding: 30px 40px;
}

.invoice-icon {
  width: 50px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
}

.invoice-list {
  padding-left: 0;
  list-style: none;
}
.invoice-list li {
  padding-left: 26px;
  position: relative;
}
.invoice-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 11px;
  background: url("/static/multisite/img/multisite/onlinedivorce/redesign/inner/invoice-arrow-ico.36beeb6a46d9.svg");
}
.invoice-list li:not(:last-child) {
  margin-bottom: 10px;
}

.align-sub {
  vertical-align: sub;
}

@media (min-width: 1200px) {
  #modalNeedLawyerQuestionsForm.fixed {
    position: fixed;
    top: 1rem;
    width: 475px;
  }

  .w-lg-auto {
    width: auto !important;
  }
}
@media (max-width: 1199.98px) {
  .return-back {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .list-style-lg-none {
    padding-left: 15px;
  }

  .platinum_page .max-content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 18px;
  }

  .return-back {
    font-size: 18px;
  }

  .btn--w300 {
    max-width: 100%;
  }
  .btn--w240 {
    max-width: 100%;
  }
  .btn--w220 {
    max-width: 100%;
  }
  .btn_simple-border {
    max-width: 100%;
  }

  .fz-md-21 {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .w-100-lt-sm {
    width: 100%;
  }

  .table-575-sm {
    font-size: 13px;
  }
}
@media (max-width: 374.98px) {
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
}
@media (orientation: landscape) and (max-width: 767.98px) {
  .modal--after-payment .modal-content {
    height: auto !important;
  }
}
/* USPS icons */
.ttn {
  margin-left: 10px;
  color: #1d579b;
  cursor: pointer;
}

.display-grid {
  display: grid;
  align-content: space-between;
  align-items: baseline;
  grid-row-gap: 1em;
}

.max-content {
  width: max-content;
}

.invoice-pplan.payment-plan-block select {
  padding: 12px 20px 13px;
}
.invoice-pplan .field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.invoice-pplan .field-wrapper .field-payment {
  flex: 0 0 100%;
  max-width: 100%;
}
.invoice-pplan .field-wrapper .field-price {
  flex: 0 0 25%;
  max-width: 25%;
}
.invoice-pplan .field-wrapper .field-date {
  flex: 0 0 40%;
  max-width: 40%;
}
.invoice-pplan .number-of-payments__wrap {
  position: relative;
}
.invoice-pplan .number-of-payments__wrap .price {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  right: 11px;
  bottom: 1px;
  padding: 0;
  min-width: 40px;
  height: auto;
  border: none;
  pointer-events: none;
  background: #FFFFFF;
}
.invoice-pplan .number-of-payments__field {
  max-width: none;
}
.invoice-pplan .text-error {
  color: #ED5564;
}

@media (max-width: 1199px) {
  .invoice-pplan .field-wrapper .field-price {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (max-width: 991px) {
  .invoice-pplan.payment-plan-block input, .invoice-pplan.payment-plan-block select {
    width: 100%;
  }
  .invoice-pplan .number-of-payments__field {
    width: 100%;
  }
  .invoice-pplan .field-wrapper .field-date, .invoice-pplan .field-wrapper .field-price {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.terms-page .h2 {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat-Light", sans-serif;
}
.terms-page .h3, .terms-page .h4 {
  font-size: 14px;
}

/* BLOCK WITH MAIN FORM */
.col-lg-5-less {
  flex-basis: 36%;
}

.col-lg-7-more {
  flex-basis: 63%;
  max-width: 63%;
}

.col-small-badge {
  max-width: 130px;
  flex-basis: 130px;
}

.min-h100px {
  min-height: 100px;
}

.start-form {
  color: #222222;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.start-form .head {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.start-form .head span {
  line-height: 1;
}
.start-form p, .start-form input, .start-form select {
  font-size: 14px;
}
.start-form .form-tos {
  font-size: 11px;
  color: #777777;
}
.start-form .form-tos a {
  color: #222222;
  text-decoration: underline;
}

.mainbanner {
  position: relative;
  padding: 50px 0;
  background-color: #106CC8;
}
.mainbanner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45%;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
}
.mainbanner-control::after {
  background: linear-gradient(90deg, #106CC8 2.86%, rgba(16, 108, 200, 0) 50.04%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-control.754fb7694e7a.webp") center/cover no-repeat;
}
.mainbanner-v2::after {
  background: linear-gradient(90deg, #106CC8 2.86%, rgba(16, 108, 200, 0) 50.04%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v2.aa573adb335b.webp") center/cover no-repeat;
  width: 50%;
}
.mainbanner-v3::after {
  background: linear-gradient(90deg, #106CC8 2.86%, rgba(16, 108, 200, 0) 50.04%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v3.975e2074e71d.webp") center/cover no-repeat;
}
.mainbanner > * {
  position: relative;
  z-index: 5;
}
.mainbanner-returned {
  min-height: 520px;
}
.mainbanner .btn-scrolled {
  display: none;
}
.mainbanner .thumb-bootm-wrap .form-badge {
  display: none !important;
}

.h1, .fake-h1 {
  font-size: 36px;
  line-height: 1.1;
  display: inline;
}

.fake-h2 {
  font-size: 30px;
  line-height: 1.1;
  display: inline;
}

.url-h {
  max-width: 550px;
}

.banner-description--check p {
  display: flex;
}
.banner-description--check p:before {
  content: url("/static/multisite/img/multisite/onlinedivorce/redesign/list-marker-state-page.074c511832fb.png");
  margin-right: 20px;
}
.banner-description p {
  font-size: 18px;
  margin-top: 22px;
}

.thumb-wrap {
  position: absolute;
  left: 15px;
  bottom: 60px;
}
.thumb-wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb-wrap-bottom .form-badge {
  display: none !important;
  background-position: center;
  background-size: contain;
}
.thumb-wrap[data-toggle=modal] {
  cursor: pointer;
}
.thumb-wrap-returned {
  bottom: 47px !important;
}
.thumb-wrap span {
  line-height: 1;
}
.thumb-wrap span:first-child {
  font-size: 18px;
}

.form-badge {
  width: 173px;
  height: 173px;
  background: transparent url("/static/multisite/img/multisite/onlinedivorce/banners/badge_empty_new.fb1e96bfaa99.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 50px;
}
.form-badge-returned {
  background-size: contain !important;
  background-position: center;
  right: 0;
  bottom: 0 !important;
}
.form-badge-returned span {
  position: relative;
  top: calc(50% - 14px);
}
.form-badge .price {
  color: #5c4904;
  font-size: 26px;
}

.btn-scrolled {
  display: none;
}

@media (max-width: 1439.98px) {
  .mainbanner-v2::after {
    background: linear-gradient(90deg, #106CC8 2.86%, rgba(16, 108, 200, 0) 72.04%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v2.aa573adb335b.webp") center/cover no-repeat;
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .thumb-wrap {
    bottom: 75px;
  }

  .banner-description {
    max-width: 420px;
  }

  .url-h {
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .col-lg-5-less, .col-lg-7-more {
    flex-basis: 100%;
    max-width: 100%;
  }

  .mt-lg-n10 {
    margin-top: -10px;
  }

  .mainbanner {
    padding: 35px 0;
  }
  .mainbanner:after {
    width: 100%;
    left: 0;
    bottom: auto;
    height: 60%;
    background-position: 60% 0;
  }
  .mainbanner-control::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-control.754fb7694e7a.webp");
  }
  .mainbanner-v2, .mainbanner-v3, .mainbanner-control {
    padding-bottom: 0;
  }
  .mainbanner-v2::after, .mainbanner-v3::after, .mainbanner-control::after {
    height: 45%;
  }
  .mainbanner-v2 .thumb-wrap-bottom, .mainbanner-v3 .thumb-wrap-bottom, .mainbanner-control .thumb-wrap-bottom {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
  }
  .mainbanner-v2 .thumb-wrap-bottom .thumb-wrap, .mainbanner-v3 .thumb-wrap-bottom .thumb-wrap, .mainbanner-control .thumb-wrap-bottom .thumb-wrap {
    padding-left: 0 !important;
    margin-top: 0;
  }
  .mainbanner-v2 .banner-form, .mainbanner-v3 .banner-form, .mainbanner-control .banner-form {
    background-color: white;
    padding-bottom: 8px;
    padding-top: 8px;
    box-shadow: -400px 0 0 white, 400px 0 0 white;
  }
  .mainbanner-v2 .banner-form form, .mainbanner-v3 .banner-form form, .mainbanner-control .banner-form form {
    box-shadow: none;
  }
  .mainbanner-v2 .banner-description, .mainbanner-v3 .banner-description, .mainbanner-control .banner-description {
    margin-top: 0 !important;
  }
  .mainbanner-v2 .banner-content, .mainbanner-v3 .banner-content, .mainbanner-control .banner-content {
    margin-top: 245px;
    padding-bottom: 8px !important;
    height: auto !important;
  }
  .mainbanner-v2::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v2.aa573adb335b.webp");
  }
  .mainbanner-v3::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v3.975e2074e71d.webp");
  }
  .mainbanner .btn-scrolled {
    display: block;
  }
  .mainbanner .banner-content {
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .thumb-wrap {
    position: static;
    margin-top: 28px;
  }

  .form-badge {
    float: right;
    position: relative;
    bottom: 25px;
  }

  .banner-description {
    max-width: 100%;
  }

  .url-h {
    max-width: 100%;
  }

  .h-above-form-align {
    margin-top: -5px;
  }

  .banner-form {
    order: 2;
  }

  .banner-content {
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .mt-md-n10 {
    margin-top: -10px;
  }

  .mainbanner-control::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-control-mob.d44d5860e088.webp");
  }
  .mainbanner-v2::after, .mainbanner-v3::after, .mainbanner-control::after {
    height: 50%;
    background-position-y: center;
  }
  .mainbanner-v2 .thumb-wrap-bottom, .mainbanner-v3 .thumb-wrap-bottom, .mainbanner-control .thumb-wrap-bottom {
    margin: 24px auto;
  }
  .mainbanner-v2 .banner-content > div:first-of-type, .mainbanner-v3 .banner-content > div:first-of-type, .mainbanner-control .banner-content > div:first-of-type {
    text-align: left !important;
  }
  .mainbanner-v2 .banner-content br, .mainbanner-v3 .banner-content br, .mainbanner-control .banner-content br {
    display: none;
  }
  .mainbanner-v2 .banner-description, .mainbanner-v3 .banner-description, .mainbanner-control .banner-description {
    order: 1;
  }
  .mainbanner-v2 .banner-description > p, .mainbanner-v3 .banner-description > p, .mainbanner-control .banner-description > p {
    margin-top: 0;
  }
  .mainbanner-v2::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v2-mob.947aa395d15a.webp");
  }
  .mainbanner-v3::after {
    background-image: linear-gradient(360deg, #106CC8 0%, rgba(16, 108, 200, 0) 90%), url("/static/multisite/img/multisite/onlinedivorce/redesign/ppc_landing/main-banner-v3-mob.e0c2dd8e6af2.webp");
    height: 40%;
  }

  .h1, .fake-h1 {
    font-size: 28px;
  }

  .mainbanner-banner-head .banner-description {
    margin-top: auto;
  }
  .mainbanner-banner-head .banner-description p {
    position: relative;
    padding-left: 15px;
  }
  .mainbanner-banner-head .banner-description p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 11px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
  }
  .mainbanner-banner-head .form-badge {
    display: none !important;
  }
  .mainbanner-banner-head .form-badge-returned {
    display: block !important;
  }
  .mainbanner-banner-head .banner-content {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .thumb-wrap-bottom {
    margin-bottom: 20px;
  }
  .thumb-wrap-bottom .form-badge {
    display: flex !important;
    width: 138px;
    height: 100px;
    background-size: cover;
    bottom: -5px;
  }
  .thumb-wrap-bottom .form-badge .price {
    font-size: 18px;
  }

  .thumb-wrap {
    margin-top: 0;
  }
  .thumb-wrap span:first-child {
    font-size: 16px;
  }

  .banner-content {
    order: 3;
  }

  .btn-scrolled {
    margin-bottom: 48px;
  }
}
@media (max-width: 450.98px) {
  .mainbanner-control::after, .mainbanner-v2::after, .mainbanner-v3::after {
    height: 30%;
  }

  .thumb-wrap img {
    width: 32px;
  }
  .thumb-wrap span:first-child {
    font-size: 13px;
    padding-top: 0.1rem;
  }
  .thumb-wrap span:last-child {
    padding-top: 0.2rem !important;
  }
}
@media all and (orientation: landscape) {
  .mainbanner .thumb-wrap-bottom {
    margin-bottom: 20px;
    margin-right: auto;
  }
  .mainbanner .banner-content {
    height: auto !important;
  }
}
@media (max-height: 700px) {
  .banner-content {
    height: auto !important;
  }
}
/* BLOCK HOW IT WORKS */
.steps-block {
  padding: 30px 0;
  background: #FFFEF7;
  border-bottom: 1px solid rgba(255, 243, 222, 0.8);
}
.steps-block .step {
  height: 100%;
  min-height: 108px;
}
.steps-block .step p {
  font-size: 18px;
  line-height: 1.1;
  color: #333333;
}
.steps-block .step > div:first-child {
  height: 75px;
  margin-bottom: 10px;
}
.steps-block .arrow {
  padding-top: 30px;
}

#expTwoBlock .arrow {
  max-width: 200px;
  padding-top: 16px;
}
#expTwoBlock .arrow-1 {
  left: 200px;
}
#expTwoBlock .arrow-2 {
  left: 485px;
}
#expTwoBlock .arrow-3 {
  left: 770px;
}
#expTwoBlock .step {
  width: 100%;
  max-width: 290px;
}
#expTwoBlock .text-222 {
  color: #222222 !important;
}
#expTwoBlock .text-666 {
  color: #666666 !important;
}
#expTwoBlock .h2 {
  font-size: 32px;
}
#expTwoBlock .bg-f2f6fa {
  background: #F2F6FA;
}
#expTwoBlock .block-form {
  border-radius: 20px;
  padding: 40px 50px;
}
#expTwoBlock .py-75-40 {
  padding-top: 75px;
  padding-bottom: 75px;
}
#expTwoBlock .mw-btn {
  width: 100%;
  max-width: 330px;
}
#expTwoBlock .step p {
  font-size: 22px;
  font-weight: 600;
}
#expTwoBlock .steps-block {
  background: none;
  border-bottom: none;
}
@media (max-width: 1199.98px) {
  #expTwoBlock .arrow {
    max-width: 150px;
  }
  #expTwoBlock .arrow-1 {
    left: 175px;
  }
  #expTwoBlock .arrow-2 {
    left: 410px;
  }
  #expTwoBlock .arrow-3 {
    left: 645px;
  }
}
@media (max-width: 991.98px) {
  #expTwoBlock .arrow {
    display: none;
  }
  #expTwoBlock .step-number {
    position: relative;
  }
  #expTwoBlock .step-number:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: url("/static/multisite/img/multisite/onlinedivorce/exp-two-new-block/arrow.9e302869e801.png") no-repeat center right;
    left: 5px;
    top: 57px;
    transform: rotate(90deg);
  }
  #expTwoBlock .steps-block {
    background: linear-gradient(180deg, #F1F5F9 0%, rgba(255, 255, 255, 0) 100%);
  }
  #expTwoBlock .steps-block .step {
    display: flex;
    min-height: 90px;
  }
}
@media (max-width: 767.98px) {
  #expTwoBlock .mw-btn {
    max-width: 100%;
  }
  #expTwoBlock .h2 {
    font-size: 28px;
  }
  #expTwoBlock .py-75-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #expTwoBlock .block-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991.98px) {
  .steps-block .step {
    min-height: 127px;
  }
  .steps-block .step p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .steps-block {
    padding-bottom: 34px;
  }
  .steps-block .step {
    width: 100%;
    min-height: 75px;
  }
  .steps-block .step > div:first-child {
    margin-bottom: 0;
  }
  .steps-block .arrow {
    text-align: center;
    padding-top: 0;
  }
  .steps-block .arrow img {
    width: initial !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .steps-block .step {
    width: 22%;
  }
  .steps-block .arrow {
    width: 4%;
  }
}
/* BLOCK EASY ONLINE DIVORCE */
.easy-online {
  padding-top: 40px;
}
.easy-online .item p:nth-child(2) {
  margin: 10px 0 6px 0;
}
.easy-online .item p:last-child {
  color: #666666;
}

/* BLOCK IN THE NEWS */
.in-news {
  padding-top: 38px;
}
.in-news .h2 {
  font-size: 32px;
}
.in-news .item {
  border-bottom: 1px solid #C0D8EA;
  padding: 22px 0 17px 0;
}
.in-news .item span {
  font-size: 20px;
  line-height: 28px;
}
.in-news .item a {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .in-news .item {
    padding: 17px 0;
  }
  .in-news .item span {
    font-size: 18px;
    line-height: 26px;
  }
  .in-news .item a {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .modal .modal-600px {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .modal .modal-600px {
    max-width: 600px;
  }
}
/* BLOCK Commitment to customers */
.commitment {
  padding-top: 40px;
}
.commitment .h2 {
  font-size: 32px;
  line-height: 32px;
}
.commitment .h3 {
  font-size: 24px;
  line-height: 24px;
  color: #6E6E6E;
}
.commitment .item {
  font-size: 16px;
  margin-bottom: 40px;
}
.commitment .item p {
  margin-bottom: 0;
  color: #666666;
}
.commitment-figure {
  min-width: 60px;
}
.commitment-figure img {
  object-fit: none;
}

/* BLOCK WHY US? */
.why-us {
  background: url("/static/multisite/img/multisite/onlinedivorce/redesign/compare_background.57626fe527fb.jpg") center/cover no-repeat;
}
.why-us h2, .why-us h2 a {
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  text-decoration: none;
}
.why-us .compare-block {
  padding: 15px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
}
.why-us p {
  color: #333333;
}
.why-us ul.other li {
  background: url("/static/multisite/img/multisite/onlinedivorce/redesign/list_marker_simple.a05a0a8d9ec8.svg") no-repeat left 3px;
}
.why-us ul.od li {
  background: url("/static/multisite/img/multisite/onlinedivorce/redesign/list_marker_main.08af3ca89f3b.svg") no-repeat left 3px;
}
.why-us ul li {
  margin-top: 18px;
  padding-left: 22px;
}
.why-us .od-decor-right {
  height: 35px;
  width: 1px;
  border-right: 1px solid #F6F6F6;
}

.modal-why-us {
  color: #000000;
}
.modal-why-us img {
  float: left;
  width: 200px;
  height: 250px;
  margin-right: 20px;
}
.modal-why-us ul {
  overflow: auto;
  list-style: square;
  padding-left: 18px;
}
.modal-why-us ul li:not(:last-child) {
  margin-bottom: 9px;
}
.modal-why-us .modal-body {
  background-color: #ccc;
}
.modal-why-us h2 {
  color: #000000;
}
.modal-why-us a {
  color: #106CC8 !important;
}

@media (max-width: 767.98px) {
  .why-us {
    background: url("/static/multisite/img/multisite/onlinedivorce/redesign/compare_background_md.bc08629d49cb.jpg") center/cover no-repeat;
  }
  .why-us h2, .why-us h2 a {
    font-size: 30px;
    line-height: 40px;
  }
  .why-us .compare-block.my {
    margin: 44px 0;
  }

  .modal-why-us .modal-body.bg-contested {
    background: url("/static/multisite/img/multisite/onlinedivorce/redesign/pop-ups/contested_background.38654f8879d4.jpg") top center/cover no-repeat;
  }
  .modal-why-us .modal-body.bg-basic {
    background: url("/static/multisite/img/multisite/onlinedivorce/redesign/pop-ups/basic_online_background.b9b4b18054ef.jpg") top center/cover no-repeat;
  }
  .modal-why-us .modal-footer button {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .modal .modal-650px {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .modal .modal-650px {
    max-width: 650px;
  }
}
.block-reviews {
  padding: 34px 0 38px 0;
}
.block-reviews .review {
  width: 50%;
  flex-shrink: 0;
  margin: 0 20px;
  outline: none !important;
}
.block-reviews .review img {
  float: left;
  border-radius: 5px;
  max-width: 167px;
  max-height: 167px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.block-reviews .review p {
  margin-bottom: 0;
  color: #333333;
}
.block-reviews .review .text {
  font-size: 14px;
  line-height: 1.42;
  color: #666666;
}
.block-reviews .all-reviews-link {
  color: #106CC8;
  text-decoration: underline;
}

.reviews-slider .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}
.reviews-slider .swiper-button-prev {
  transform: scale(1);
  left: 0;
}
.reviews-slider .swiper-button-next, .reviews-slider .swiper-button-prev {
  background-image: url("/static/multisite/img/multisite/onlinedivorce/redesign/steps/prev_arrow.32a1bddd8dbe.svg");
  background-size: auto;
  z-index: 999;
  width: 13px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
}
.reviews-slider .swiper-wrapper {
  z-index: 990;
}

.message-popup-wrapper {
  position: fixed;
  bottom: 10px;
  width: 454px;
  height: 50px;
  background-color: #FFFFFF;
  border: 2px solid #106CC8;
  box-shadow: -4px 3px 2px 0px rgba(51, 47, 47, 0.37);
  transition: right 0.5s;
  z-index: 999;
}
.message-popup-wrapper.hide {
  right: -500px;
}
.message-popup-wrapper.show {
  right: 1%;
}
.message-popup .message-logo {
  font-size: 28px;
  line-height: 46px;
  color: #FFFFFF;
  width: 58px;
  height: 46px;
  background-color: #106CC8;
  left: -2px;
  margin-right: 10px;
}
.message-popup .message-text {
  font-size: 14px;
  line-height: 18px;
  width: 350px;
  margin: -1px 10px 0 0;
}
.message-popup .close-btn {
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #CCCCCC;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.message-popup .close-btn img {
  position: relative;
  left: 0;
  top: -7px;
}

@media (max-width: 767.98px) {
  .block-reviews .review {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .block-reviews .review img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media (max-height: 600px) {
  .message-popup-wrapper {
    display: none !important;
  }
}
.sample-doc-modal {
  /* PDF viewer hide print icon */
}
.sample-doc-modal .noselect,
.sample-doc-modal [role=presentation] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.sample-doc-modal [data-annotation-id] {
  pointer-events: none !important;
}
.sample-doc-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
}
.sample-doc-modal .sample-doc-content {
  max-width: 1180px;
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}
.sample-doc-modal .modal-doc-wrap {
  overflow-y: auto;
}
.sample-doc-modal .sample-doc-wrap {
  overflow-y: auto;
}
.sample-doc-modal .doc-item {
  cursor: pointer;
}
.sample-doc-modal .slick-list,
.sample-doc-modal .slick-track {
  height: 100%;
}
.sample-doc-modal .custom-slick-prev,
.sample-doc-modal .custom-slick-next {
  width: 24px;
  height: 24px;
  background: url("/static/multisite/img/multisite/onlinedivorce/sample-documents/arrow.711fcdcb8f8e.svg") no-repeat center;
  transform: none;
}
.sample-doc-modal .custom-slick-prev:hover,
.sample-doc-modal .custom-slick-next:hover {
  background-image: url("/static/multisite/img/multisite/onlinedivorce/sample-documents/arrow-hover.b96fe4254a86.svg");
  transform: none;
}
.sample-doc-modal .custom-slick-next,
.sample-doc-modal .custom-slick-prev:hover {
  transform: rotate(180deg);
}
.sample-doc-modal #accusoft-pdf-branding {
  min-width: auto;
  padding: 0;
  opacity: 0 !important;
  pointer-events: none !important;
}
.sample-doc-modal #accusoft-pdf-branding svg {
  display: none !important;
}
.sample-doc-modal [data-test=statusbar],
.sample-doc-modal [data-test=ribbon] {
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 1px !important;
}

@media (min-width: 1200px) {
  .sample-doc-modal .sample-doc-wrap {
    padding-bottom: 60px;
  }
  .sample-doc-modal .sample-doc-wrap::after {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 80px;
    background: linear-gradient(0deg, #F7F7F8 21.19%, rgba(247, 247, 248, 0) 191.53%);
  }
  .sample-doc-modal .sample-doc-content {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer {
  overflow: hidden;
}
.footer a, .footer a:hover {
  color: #222222;
}
.footer-links a {
  color: #FFFFFF;
}
.footer .w100-hr {
  width: 100vw;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  margin-left: -15px;
}
.footer-states-list {
  column-count: 6;
  padding: 13px 0 17px 0;
}
.footer-states-list li {
  display: inline-block;
  width: 100%;
}
.footer-states-list * {
  color: #222222 !important;
  font-size: 12px;
  white-space: nowrap;
}
.footer_white a {
  color: #222222;
}
.footer__top-wrap {
  border-bottom: 1px solid #D9DBE1;
}
.footer .disclaimer-text a {
  text-decoration: underline;
  color: #106CC8;
}

@media (max-width: 1199.98px) {
  .footer-states-list {
    column-count: 6;
  }
  .footer-info p {
    font-size: 14px !important;
  }
}
@media (max-width: 991.98px) {
  .footer-info p {
    font-size: 14px;
  }
  .footer-states-list {
    column-count: 5;
  }
}
@media (max-width: 767.98px) {
  .footer-states-list {
    column-count: 4;
  }
}
@media (max-width: 599.98px) {
  .footer-states-list {
    column-count: 3;
  }
}
@media (max-width: 459.98px) {
  .footer-states-list {
    column-count: 2;
    padding-right: 70px;
  }
}
@media (max-width: 399.98px) {
  .footer-states-list {
    column-count: 2;
    padding-right: 50px;
  }
}
@media (max-width: 379.98px) {
  .footer-states-list {
    padding-right: 0;
  }
}
@media (max-width: 374.98px) {
  .footer-secure, .footer-logo, .footer .social-links {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
