@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: local("Inter Light"), local("Inter-Light"), url("/static/multisite/fonts/inter/inter-v12-latin-300.8549e38480e9.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-300.9a3673fc28bf.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-300.f7d4838781cf.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-300.5272438de94d.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-300.ad591f2cc229.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter"), local("Inter-Regular"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.2a3ddac01063.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.68c477c4c76b.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.1eb0efb3ba28.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.085e43dae581.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-regular.414ef578a7af.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter"), local("Inter-Medium"), url("/static/multisite/fonts/inter/inter-v13-latin-500.eot?#iefix") format("embedded-opentype"), 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"), url("/static/multisite/fonts/inter/inter-v13-latin-500.996906f0cf03.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v13-latin-500.3c3f6d2a8c9b.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: local("Inter Semibold"), local("Inter-Semibold"), url("/static/multisite/fonts/inter/inter-v12-latin-600.331a68f5a436.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-600.cfdce67a2e07.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-600.a53a38a468b8.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-600.b9a7ab061ea7.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-600.dc7b430288fe.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: local("Inter Bold"), local("Inter-Bold"), url("/static/multisite/fonts/inter/inter-v12-latin-700.292b544dd7dc.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-700.8d7a3f034881.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-700.ac0ed07d4f38.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-700.5423c9065732.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-700.df2d42b866b1.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: local("Inter Bold"), local("Inter-Bold"), url("/static/multisite/fonts/inter/inter-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v13-latin-800.9b96e5d17b9b.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v13-latin-800.92c9b4c7fbef.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v13-latin-800.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v13-latin-800.svg#inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  src: local("Inter Black"), local("Inter-Black"), url("/static/multisite/fonts/inter/inter-v12-latin-900.25a302076053.eot?#iefix") format("embedded-opentype"), url("/static/multisite/fonts/inter/inter-v12-latin-900.a671ce0a0eb3.woff2") format("woff2"), url("/static/multisite/fonts/inter/inter-v12-latin-900.3b6a9bf2d0b9.woff") format("woff"), url("/static/multisite/fonts/inter/inter-v12-latin-900.3e119ec96c07.ttf") format("truetype"), url("/static/multisite/fonts/inter/inter-v12-latin-900.529755c75a2b.svg#inter") format("svg");
}
* {
  font-family: "Inter", sans-serif;
}

/* CUSTOM STYLES */
@keyframes button-animation {
  from {
    width: 0;
    height: 0;
  }
  to {
    width: 200%;
    height: 400%;
  }
}
.text-lg-nowrap {
  white-space: nowrap;
}

.btn-press-animation:before {
  content: "";
  animation: 0.2s linear 0s 1 button-animation;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

.backface-visibility-hidden {
  backface-visibility: hidden;
}

.tx-btn {
  display: inline-block;
  height: 40px;
  background: linear-gradient(0deg, #BF0A30, #BF0A30);
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  padding: 3px 10px;
  position: relative;
  text-align: left;
  transition: background-color 0.4s;
  transform-style: preserve-3d;
  overflow: hidden;
}
.tx-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(0deg, #AB0024, #AB0024);
}
.tx-btn::before {
  content: "";
  background: linear-gradient(0deg, #7F010E, #7F010E);
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  opacity: 0.3;
  transform: translate3d(-50%, -50%, -1px);
  z-index: -1;
}
.tx-btn:active::before {
  content: "";
}
.tx-btn-arrow {
  padding-left: 40px;
}
.tx-btn-arrow::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow.80f947501ab6.svg");
  position: absolute;
  left: calc(100% - 30px);
  top: calc(50% - 15px);
}
.tx-btn-article-arrow {
  background-position-x: calc(100% - 20px);
  padding: 14px 50px 14px 25px;
  line-height: 24px;
}
.tx-btn--h52 {
  height: 52px;
}
.tx-btn--h48 {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
.tx-btn--h60 {
  height: 60px !important;
}
.tx-btn--funnel, .tx-btn--summary, .tx-btn--payment, .tx-btn--thanks {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.tx-btn--payment {
  width: 360px;
}
.tx-btn--thanks {
  line-height: 2;
}
.tx-btn--new-home {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  padding: 14px 53px 14px 25px;
  border-radius: 80px;
  height: auto;
  position: relative;
}
.tx-btn--new-home::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path stroke="%23fff" stroke-width="2" d="m7 5 6 5.5L7 16"/></svg>') center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}

a.tx-btn-arrow::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow.80f947501ab6.svg");
  top: calc(50% - 9px);
}

button.tx-btn {
  cursor: pointer;
}
button.tx-btn:focus {
  outline: none;
}
button.tx-btn:disabled {
  cursor: not-allowed;
  background: linear-gradient(0deg, #c4c0c0, #c4c0c0);
}
button.tx-btn:disabled:hover {
  background: linear-gradient(0deg, #c4c0c0, #c4c0c0);
}

.td-underline {
  text-decoration: underline;
}

.link-readmore {
  line-height: 23px;
  letter-spacing: 0.01px;
}

a.link-active, a.link-active:hover {
  color: #BF0A30;
}

a, a:hover {
  color: #002868;
}

input:disabled, select:disabled {
  cursor: no-drop !important;
}

input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit]:focus {
  border-color: #80bdff;
  outline: none;
  box-shadow: none;
}

input[type=radio] {
  visibility: hidden;
  position: relative;
  margin-right: 18px;
  -webkit-appearance: none;
  vertical-align: top;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  border: 1px solid #BF0A30;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  visibility: visible;
  top: 5px;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #BF0A30;
  visibility: visible;
  left: 5px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
input[type=radio]:checked::after {
  content: "";
  opacity: 1;
}
input[type=radio]:hover {
  cursor: pointer;
}

.checkbox-wrap {
  position: relative;
}
.checkbox-wrap:hover {
  cursor: pointer;
}
.checkbox-wrap input[type=checkbox] {
  visibility: hidden;
  z-index: -1;
  width: 24px !important;
  height: 24px !important;
}
.checkbox-wrap input[type=checkbox] + .checkbox {
  position: absolute;
  left: 0;
}
.checkbox-wrap input[type=checkbox] + .checkbox::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #fff;
}
.checkbox-wrap input[type=checkbox]:checked + .checkbox::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/check.143871d7fd13.svg");
  position: absolute;
  left: 6px;
  top: 3px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  left: -10000px;
}
input[type=checkbox]::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/check-ico-empty.6f8fe97b729c.svg");
  position: absolute;
  left: 10000px;
  top: 0;
  height: 15px;
}
input[type=checkbox]:checked::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/check-ico.d575eb4b81e8.svg");
  position: absolute;
  left: 10000px;
  top: 0;
  height: 15px;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox].square-checkbox {
  width: 20px;
  height: 20px;
}
input[type=checkbox].square-checkbox::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/icons/square-check-empty.c9d19c833ca1.svg");
}
input[type=checkbox].square-checkbox:checked::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/icons/square-check.7b887f4b1f1f.svg");
}

input:not([type=radio]):not([type=submit]):not([type=checkbox]), select, textarea, .bs-select {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 9px 16px;
}
input:not([type=radio]):not([type=submit]):not([type=checkbox])::placeholder, select::placeholder, textarea::placeholder, .bs-select::placeholder {
  color: #000000;
}
input:not([type=radio]):not([type=submit]):not([type=checkbox]):focus, select:focus, textarea:focus, .bs-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

select, .bs-select {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/select-ico.9eaf85a04942.svg") no-repeat right 0.75rem center;
  background-size: auto;
  appearance: none;
  -webkit-appearance: none;
}

select.custom-select, .bs-select {
  height: 40px !important;
  border: none !important;
  border-radius: 2px !important;
  background-image: url("/static/multisite/img/multisite/regional_sites_common/select-ico.9eaf85a04942.svg");
  background-size: auto;
}

textarea {
  height: 104px;
}

label {
  margin-bottom: 0;
}

.white-bg {
  background-color: #FFFFFF;
}

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

.text-nowrap-md {
  white-space: nowrap;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.lh-1 {
  line-height: 100%;
}

.text-stroke {
  text-decoration: line-through;
}

.error-color {
  color: #BF0A30;
}

.has-error input, .has-error select {
  border: 1px solid #BF0A30 !important;
}
.has-error input:focus, .has-error select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.35) !important;
  outline: none;
}
.has-error .error-msg {
  color: #BF0A30;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

.form-gray-bg {
  background-color: #EDEDED;
  border-radius: 2px;
}

.required-field-star {
  color: #BF0A30;
}

.text-blue {
  color: #002868;
}

.text-666 {
  color: #666;
}

.text-red {
  color: #BF0A30;
}

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: 13px !important;
}

.fz12 {
  font-size: 12px;
}

.fz16 {
  font-size: 16px;
}

.top-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 2px;
  background-color: #BF0A30;
}

/* END CUSTOM STYLES */
body {
  font-weight: 400;
  font-size: 18px;
  color: #22242A;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.header-container a:not(.anim-0):not(.tx-btn), .header-process a:not(.anim-0):not(.tx-btn), .footer a:not(.anim-0):not(.tx-btn) {
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.header-container a:not(.anim-0):not(.tx-btn):before, .header-process a:not(.anim-0):not(.tx-btn):before, .footer a:not(.anim-0):not(.tx-btn):before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #FFF;
  transition: all 0.3s;
}
.header-container a:not(.anim-0):not(.tx-btn):hover:before, .header-process a:not(.anim-0):not(.tx-btn):hover:before, .footer a:not(.anim-0):not(.tx-btn):hover:before {
  width: 100%;
  left: 0;
  background: #FFF;
}

.header-container a:not(.anim-0):not(.tx-btn)::before, .header-container a:not(.anim-0):not(.tx-btn):hover::before {
  background: #002868;
}

.header-process a:not(.anim-0):not(.tx-btn):before {
  bottom: 3px;
}
.header-process a:not(.anim-0):not(.tx-btn)::before, .header-process a:not(.anim-0):not(.tx-btn):hover::before {
  background: #000000;
}

.terms-page .h2, .terms-page .h3:not(h1), .terms-page .h4 {
  font-size: 16px !important;
}
.terms-page .read-carefully {
  font-size: 18px;
}
.terms-page .p-agree {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.terms-page__policy .h4 {
  color: #002868;
  margin-top: 1rem;
}

.modal-body .terms-page__policy .h4 {
  font-size: 1.75rem !important;
}

.text-333 {
  color: #333333;
}

.btn-social {
  color: #161616;
  background: #FFFFFF;
  border: 1px solid #ECE9F1;
}

.block-reviews {
  background-color: #22242A;
}
.block-reviews-h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.block-reviews-readmore {
  font-size: 16px;
  color: #FFFFFF;
}
.block-reviews-readmore:hover {
  color: #FFFFFF;
}
.block-reviews .review {
  background-color: #F3F3F3;
  padding: 20px 25px 20px 25px;
  height: 100%;
}
.block-reviews .review-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #002868;
  text-transform: capitalize;
}
.block-reviews .review-county {
  font-size: 12px;
  line-height: 12px;
  color: #002868;
  text-align: right;
}
.block-reviews .review-text {
  font-size: 14px;
  line-height: 18px;
  color: #22242A;
}
.block-reviews .review-date {
  font-size: 12px;
  line-height: 15px;
  color: #979797;
}
.block-reviews .swiper-slide {
  height: auto;
}

.block-reviews_updated .review {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ECE9F1;
  background-color: #FFF;
  box-shadow: 2px 15px 25px 0px rgba(105, 100, 100, 0.05);
}
.block-reviews_updated .review-text {
  color: #131B39;
  font-size: 16px;
}
.block-reviews_updated .review-name {
  color: #131B39;
  font-size: 20px;
  font-weight: 500;
}
.block-reviews_updated .review-county {
  color: #717688;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

#logoBlue, #logoWhite {
  width: initial;
}

@media (max-width: 991.98px) {
  .gap-lg-56 {
    gap: 56px;
  }

  .text-lg-nowrap {
    white-space: normal;
  }

  .block-reviews {
    overflow: hidden;
  }
  .block-reviews-swiper-container {
    overflow: visible;
  }
  .block-reviews-h2 {
    margin-bottom: 22px;
  }
  .block-reviews .review-name {
    font-size: 22px;
  }
  .block-reviews .review {
    padding: 30px 24px;
  }
}
@media (max-width: 767.98px) {
  #logoBlue, #logoWhite {
    min-width: 260px;
  }

  .text-nowrap-md {
    white-space: normal;
  }

  .tx-btn-arrow {
    padding-left: 10px;
  }
  .tx-btn--funnel {
    width: 100%;
  }

  .fz-sm12 {
    font-size: 12px;
  }
  .fz-sm10 {
    font-size: 10px;
  }

  .block-reviews-h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  #logoBlue, #logoWhite {
    min-width: 245px;
  }

  .footer-seal {
    width: 110px;
  }

  .tx-btn--h60 {
    font-size: 14px;
  }
}
@media (max-width: 465.98px) {
  #logoBlue, #logoWhite {
    max-width: 100%;
    width: initial;
  }

  .eagle {
    padding: 0;
  }

  .tx-btn--payment {
    width: 100%;
    height: auto;
    white-space: normal;
    padding: 10px 5px;
  }
  .tx-btn--summary {
    width: 100%;
  }

  .tx-btn-arrow::after {
    left: calc(100% - 30px);
  }
}
@media (max-width: 374.98px) {
  .eagle {
    padding: 0;
  }

  .tx-btn-article-arrow {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-position-x: calc(100% - 5px);
  }
}
@media (max-width: 350.98px) {
  input:not([type=radio]):not([type=submit]) {
    padding: 10px;
  }

  input[type=checkbox]::before, input[type=checkbox]:checked::before {
    top: 3px;
  }

  select.custom-select {
    padding-left: 10px;
    background-position: right 0.35rem center;
  }

  .tx-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tx-btn-arrow::after {
    left: calc(100% - 15px);
  }
  .tx-btn-article-arrow {
    height: auto;
    text-align: center;
  }
  .tx-btn-article-arrow::after {
    content: none !important;
  }
}
@media (max-width: 319.98px) {
  .tx-btn {
    height: auto;
    text-align: center;
  }

  .tx-btn-arrow::after {
    content: none !important;
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type=radio] {
    visibility: visible;
    margin-right: 0;
    vertical-align: baseline;
  }
  input[type=radio]::before, input[type=radio]::after {
    content: none;
  }

  input[type=checkbox] {
    left: 0;
  }
  input[type=checkbox]::before, input[type=checkbox]::after {
    content: none;
  }

  select::-ms-expand {
    display: none;
  }

  .tx-btn::after {
    width: 10px;
    height: 18px;
  }

  .home-articles-map {
    width: auto !important;
  }

  .block-reviews .review img {
    align-self: flex-end;
  }

  .steps-step.steps-step--done::before, .steps-step.steps-step--now::before {
    width: 17px;
    top: 15px;
  }
}
.header-container {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.header-nav {
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  min-height: 99px;
}
.header-popup-mask {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 98;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-process {
  font-size: 16px;
  line-height: 29px;
  padding-bottom: 50px;
  padding-top: 40px;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 99;
  top: -720px;
  transition: top 0.5s ease-out;
}
.header-process-title {
  color: #002868;
}
.header-process--link {
  display: block;
  color: #000000;
}
.header-process--link:hover {
  color: #000000;
}
.header-process--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-hamburger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  user-select: none;
}
.header-hamburger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #002868;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: stroke 0.3s;
}
.header-hamburger.active .line {
  stroke: #FFFFFF;
}
.header-hamburger.ham-to-arrow.active {
  transform: rotate(180deg);
}
.header-hamburger .top, .header-hamburger .bottom {
  stroke-dasharray: 40 82;
}
.header-hamburger.active .top, .header-hamburger.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.header-mobile-nav {
  background-color: #002868;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.header-mobile-nav--inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 100px 0 60px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-mobile-nav--inner a.tx-btn::before {
  content: none;
}
.header-mobile-nav .mob-link {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.header-mobile-nav .mob-link:hover {
  color: #FFFFFF;
}
.header-logo {
  text-decoration: none;
}
.header-logo:hover {
  text-decoration: none;
}
.header-brand-name {
  color: #002868;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.5px;
}
.header-law-company-name {
  color: #7A7A7A;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
.header-phone-support {
  color: #002868;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.header-work-time {
  color: #002868;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.header-nav-item-link {
  color: #002868;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-nav-item.active .header-nav-item-link {
  color: #BF0A30;
}
.header-nav-item + .header-nav-item {
  margin-left: 60px;
}
.header-nav-item:last-child {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .header-process {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-process-title {
    line-height: 20px;
    margin: 4.5px 0;
  }
  .header-process--link {
    line-height: 18px;
    margin: 10px 0;
  }
  .header-nav-item + .header-nav-item {
    margin-left: 30px;
  }
  .header-nav-item:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .header-process {
    font-size: 13px;
    margin-top: -15px;
  }
  .header-mobile-nav .mob-link {
    font-size: 16px;
  }
  .header-brand-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
  }
  .header-law-company-name {
    font-size: 12px;
  }
  .header-phone-support {
    font-size: 20px;
    line-height: 100%;
  }
  .header-work-time {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .header-hamburger {
    position: relative;
  }
}
@media (max-width: 465.98px) {
  .header-process--xs-px {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (pointer: coarse) {
  /* Only for touch devices  */
  .header-popup-mask {
    cursor: pointer;
  }
}
.bg-orange {
  background-color: #FFF6DC !important;
}

.content h4 {
  font-size: 22px;
}

.onmap-word {
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.home {
  font-size: 16px;
}
.home-h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.5rem;
}
.home-top {
  background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg1.4dccfe9f7c85.jpg") no-repeat;
  background-size: cover;
}
.home-top-guarantee {
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.home-top-desc {
  color: #FFFFFF;
}
.home-top-form {
  background-color: #EDEDED;
}
.home-top-form--title {
  font-weight: 700;
  color: #16216A;
  font-size: 22px;
  line-height: 26px;
}
.home-top-form .label {
  font-size: 14px;
  line-height: 1.3;
}
.home-top-form label span {
  font-size: 16px;
  line-height: 1.3;
}
.home-top-form-agreement {
  font-size: 14px;
  line-height: 15px;
}
.home-top-form .tx-btn {
  font-size: 16px;
}
.home-top-explain {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
}
.home-top-explain ul {
  padding-left: 25px;
}
.home-top-explain ul li:not(:last-child) {
  margin-bottom: 16px;
}
.home-top-flag {
  width: 54px;
  height: auto;
}
.home-howto {
  background-color: #FDFDFD;
  padding: 50px 0;
}
.home-howto-h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #002868;
}
.home-howto-text {
  font-size: 16px;
  line-height: 23px;
}
.home-howto-img {
  width: 158px;
}
.home-howto-img-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-withbg {
  padding-top: 62px;
  padding-bottom: 62px;
}
.home-withbg--bg1 {
  background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg2.2e2b652f57dd.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-withbg--bg2 {
  background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg3.8784e5950e51.jpg") no-repeat;
  background-position: center 50%;
  background-size: cover;
}
.home-withbg-img-flag {
  flex-shrink: 0;
}
.home-withbg-mask {
  background-color: rgba(255, 255, 255, 0.74);
}
.home-withbg-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.02px;
  text-align: center;
}
.home-withbg-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  padding: 0 60px;
  margin-bottom: 0;
}
.home-articles {
  background-color: #EDEDED;
  overflow: hidden;
  padding: 62px 0;
}
.home-articles-h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #002868;
}
.home-articles .article-p {
  font-size: 16px;
  line-height: 23px;
}
.home-steps {
  background: url("/static/multisite/img/multisite/regional_sites_common/home-bg4.2855774b07fe.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.home-steps-mask-bg {
  background-color: rgba(22, 33, 106, 0.72);
}
.home-steps-h2 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  max-width: 650px;
  margin: 0 auto 16px;
  text-align: center;
  letter-spacing: 1.1px;
}
.home-steps-step {
  width: 278px;
  height: 58px;
  background: url("/static/multisite/img/multisite/regional_sites_common/step.4aa8f6fef734.svg") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.home-steps-step--text {
  font-size: 18px;
  line-height: 13px;
  color: #002868;
  margin: 0 auto;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.home-steps-step--text span {
  max-width: 156px;
  line-height: 20px;
}
.home-steps-step--text span.digit {
  width: 40px;
  text-align: end;
  margin-bottom: 3px;
  color: rgba(186, 13, 48, 0.18);
  font-size: 48px;
}
.home-steps-button {
  font-size: 16px;
  height: 52px;
  width: 240px;
  padding: 14px;
  text-transform: none;
  line-height: 24px;
  text-align: center;
}
.home-guarantee {
  padding: 48px 0;
}
.home-guarantee--bgcolor {
  background-color: #FDFDFD;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.lite-registration-wrapper .fc-blue {
  color: #002868;
}
.lite-registration-wrapper .h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
}
.lite-registration-wrapper .h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.lite-registration-wrapper ul {
  padding-left: 20px;
  list-style: none;
}
.lite-registration-wrapper ul li::before {
  content: "•";
  color: #002868;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.county .bg-blue {
  background-color: #eaedf2;
}
.county:not(.texas) .onmap {
  padding-top: 0.6em;
}
.county:not(.texas) .onmap-bg {
  background: url("/static/multisite/img/multisite/regional_sites_common/best_price.397bf676ec18.png") no-repeat center/contain;
  font-size: 30px;
  height: 150px;
  width: 150px;
  filter: none;
}
.county:not(.texas) .onmap-price {
  font-size: 1em;
  color: white;
}
.county:not(.texas) .onmap-dollar {
  font-size: 0.8em;
}
.county .home-top-explain {
  line-height: 28px;
  font-weight: 400;
}
.county .home-howto h5, .county .home-articles h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.county .home-howto p, .county .home-articles p {
  font-size: 18px;
  line-height: 25px;
}
.county .home-howto .bg-blue .emblem {
  right: -75px;
  top: -75px;
}
.county .custom-list-numbers {
  list-style-type: none;
  counter-reset: item;
}
.county .custom-list-numbers li {
  position: relative;
}
.county .custom-list-numbers li:before {
  position: absolute;
  left: -20px;
  content: counter(item);
  counter-increment: item;
  font-size: 24px;
  color: #002868;
  font-weight: bold;
}
.county .block-reviews .container {
  position: relative;
}
.county .block-reviews .container .sw-button-prev, .county .block-reviews .container .sw-button-next {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 6.5px);
}
.county .block-reviews .container .sw-button-prev {
  left: -5px;
}
.county .block-reviews .container .sw-button-next {
  right: -5px;
}

@media (max-width: 1199.98px) {
  .home-h1 {
    font-size: 2.5rem;
  }
  .home-top-list {
    font-size: 18px;
    line-height: 21px;
  }
  .home .home-steps-step {
    width: 240px;
    background: url("/static/multisite/img/multisite/regional_sites_common/step-arrow-big.19b140ec6f0e.svg") no-repeat;
    background-size: contain;
  }
  .home .home-steps-step--text {
    font-size: 16px;
  }
  .home .home-steps-step span {
    max-width: 150px;
  }
  .home .home-steps-step span.digit {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .home-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .home-top-explain {
    font-size: 20px;
  }
  .home-top-guarantee {
    font-size: 1.3rem;
  }
  .home-top-map {
    width: 135px;
  }
  .home-withbg-list {
    line-height: 28px;
  }

  .content h4 {
    font-size: 20px;
  }

  .county:not(.texas) .onmap-bg {
    height: 120px;
    width: 120px;
    font-size: 25px;
  }
  .county .home-top-explain {
    font-size: 18px;
    line-height: 23px;
  }
  .county .home-howto h5, .county .home-howto p, .county .home-articles h5, .county .home-articles p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-top {
    background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg1-sm.df5a1aefec87.jpg") no-repeat;
    background-size: cover;
  }
  .home-top-desc {
    margin-bottom: 24px;
  }
  .home-top-explain {
    font-size: 18px;
    font-weight: 400;
  }
  .home-top-guarantee {
    font-size: 1.2rem;
  }
  .home-top-form {
    margin-bottom: 5px;
  }
  .home-howto {
    text-align: center;
    padding: 30px 0;
  }
  .home-howto-h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .home-howto-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-howto-img {
    width: 131px;
  }
  .home-howto-img-wrap {
    position: static;
    transform: translateY(0);
  }
  .home-withbg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home-withbg--bg1 {
    background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg2-sm.2e2b652f57dd.jpg") no-repeat;
    background-position: bottom;
    background-attachment: inherit;
    background-size: cover;
  }
  .home-withbg--bg2 {
    background-size: cover;
    background-position: top;
    background-attachment: inherit;
  }
  .home-withbg-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home-withbg-img-flag {
    width: 114px;
  }
  .home-withbg-mask {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-withbg-list {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .home-articles {
    padding: 32px 0;
  }
  .home-articles .article-p {
    font-size: 14px;
    line-height: 21px;
  }
  .home-articles-h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .home-steps {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/home-bg4-sm.654cfc0eaf09.jpg");
  }
  .home-steps-h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .lite-registration-wrapper .h3 {
    font-size: 22px;
  }
  .lite-registration-wrapper .h5 {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .home-h1 {
    font-size: 22px;
    line-height: 28px !important;
  }
  .home-top-map {
    width: 105px;
  }
  .home-top-explain {
    font-size: 16px;
  }
  .home-top-guarantee {
    font-size: 1rem;
  }
  .home-withbg-mask {
    margin: 0 20px;
  }
  .home-steps-h2 {
    font-size: 18px;
  }
}
@media (max-width: 465.98px) {
  .home-withbg-list {
    padding: 0 40px;
  }

  .county .bg-blue-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .county:not(.texas) .onmap-bg {
    height: 100px;
    width: 100px;
    font-size: 20px;
  }
}
@media (max-width: 300px) {
  .county:not(.texas) .onmap-bg {
    height: 80px;
    width: 80px;
    font-size: 18px;
  }
}
/* LOGIN */
.login-main {
  background: url("/static/multisite/img/multisite/regional_sites_common/login-bg.78e308eb6e3b.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 150px;
}
.login-title {
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  color: #002868;
}
.login-form {
  max-width: 425px;
  margin: 0 auto;
}
.login-form form {
  max-width: 267px;
  width: 100%;
}
.login-forgot-pass {
  font-size: 14px;
  line-height: 21px;
}
.login input:not([type=radio]):not([type=submit]):not([type=checkbox]) {
  height: 52px;
}
.login input:not([type=radio]):not([type=submit]):not([type=checkbox]):focus {
  outline-color: #002868;
  outline-width: 3px;
}
.login .tx-btn {
  padding-left: 10px;
}
.login-p {
  font-size: 16px;
}

/* END LOGIN */
/* FAQ */
.faq-h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #002868;
}
.faq-contact {
  font-size: 18px;
  line-height: 24px;
}
.faq-contact--link {
  color: #BF0A30;
}
.faq-contact--link:hover {
  color: #BF0A30;
}
.faq-block {
  border: 1px solid #002868;
  padding: 40px 150px 30px 25px;
  cursor: pointer;
  position: relative;
}
.faq-block::after {
  content: "";
  position: absolute;
  right: 35px;
  top: calc(50% - 14px);
  width: 18px;
  height: 18px;
  border: 3px solid #BF0A30;
  border-left-color: transparent;
  border-top-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: rotate(225deg);
  transition: transform 0.4s;
}
.faq-block.collapsed .faq-block--question {
  color: #002868;
}
.faq-block.collapsed::after {
  transform: rotate(45deg);
}
.faq-block--question {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #BF0A30;
  margin-bottom: 10px;
}
.faq-block--answer {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
.faq-block--answer p {
  margin-bottom: 0.25rem;
}
.faq-block--answer p:last-of-type {
  margin-bottom: 10px;
}

/* END FAQ */
/* REVIEWS PAGE */
.reviews header {
  width: 100%;
  background-color: #FFFFFF;
}
.reviews footer {
  width: 100%;
}
.reviews .terms-of-use {
  display: none;
}
.reviews-h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #002868;
}
.reviews-subtitle {
  font-size: 18px;
  line-height: 23px;
  max-width: 730px;
  margin: 0 auto;
}

.reviewer-wrapper {
  padding: 24px 95px;
  background-color: #F6F6F6;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.0934952);
  flex-direction: column;
}
.reviewer-wrapper-top {
  color: #002868;
  order: 0;
}
.reviewer-wrapper-mid {
  order: 1;
  font-size: 18px;
  line-height: 23px;
}
.reviewer-wrapper-bot {
  order: 2;
  color: #979797;
}
.reviewer-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.reviewer-verified {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}
.reviewer-county {
  font-size: 14px;
  line-height: 18px;
}

/* END REVIEWS PAGE */
/* FUNNEL PAGES */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .bs-select, .bootstrap-select .dropdown-toggle:focus {
  background-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select .bs-select .filter-option, .bootstrap-select .dropdown-toggle:focus .filter-option {
  display: flex;
  align-items: center;
}
.bootstrap-select .bs-select .filter-option-inner-inner, .bootstrap-select .dropdown-toggle:focus .filter-option-inner-inner {
  color: #22242A;
  font-weight: 400;
}
.bootstrap-select .bs-select::after, .bootstrap-select .dropdown-toggle:focus::after {
  content: none;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  border-color: #fff;
}
.bootstrap-select .dropdown-item {
  padding-left: 15px;
  outline: 0 !important;
}
.bootstrap-select .dropdown-item.selected, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:hover, .bootstrap-select .dropdown-item:active {
  background-color: #BF0A30;
}
.bootstrap-select .dropdown-item.selected span, .bootstrap-select .dropdown-item.active span, .bootstrap-select .dropdown-item:hover span, .bootstrap-select .dropdown-item:active span {
  color: #fff;
}
.bootstrap-select .dropdown-item span {
  font-size: 16px;
  color: #22242A;
  font-weight: 400;
}

.steps-step {
  width: 255px;
  height: 55px;
  background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow.415d16b817e1.svg") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.steps-step.steps-step--done, .steps-step.steps-step--now {
  background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow-fill.58e02e69cb81.svg") no-repeat;
  background-size: contain;
  position: relative;
}
.steps-step.steps-step--done::before, .steps-step.steps-step--now::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-check-ico.2a3c977c4e1f.svg");
  position: absolute;
  left: 40px;
}
.steps-step.steps-step--done .steps-step--text, .steps-step.steps-step--now .steps-step--text {
  color: #FFFFFF;
  letter-spacing: 0.5px;
}
.steps-step.steps-step--now::before {
  content: none;
}
.steps-step--text {
  font-size: 12px;
  line-height: 15px;
  color: #002868;
  margin: 0 auto;
}
.steps-step--text span {
  display: inline-block;
  margin-bottom: 3px;
}

.qualified-message {
  text-align: start;
  background-color: #F5F5F5;
  border-radius: 2px;
  color: #22242A;
}
.qualified-message-payment {
  width: 290px;
}

.new-funnel .main-wrap {
  border: 1px solid #ECE9F1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.new-funnel .main-wrap .aside {
  width: 100%;
  max-width: 306px;
  padding: 33px;
}
.new-funnel .main-wrap .aside-link {
  position: relative;
  padding: 30px 0;
}
.new-funnel .main-wrap .aside-link::after {
  content: "";
  display: block;
  height: 100%;
  border-left: 3px solid #EAEDF2;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: -1;
}
.new-funnel .main-wrap .aside-link:last-of-type {
  padding-bottom: 0;
}
.new-funnel .main-wrap .aside-link.active .num {
  background-color: #BF0A30;
  color: #fff;
}
.new-funnel .main-wrap .aside-link.active::after, .new-funnel .main-wrap .aside-link.done::after {
  border-left: 3px solid rgba(29, 65, 121, 0.3);
}
.new-funnel .main-wrap .aside-link .num {
  color: #1D4079;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 23px;
  background-color: #EAEDF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-funnel .main-wrap .aside-link .title {
  font-size: 15px;
  line-height: 19px;
  color: #22242A;
  padding-left: 54px;
}
.new-funnel .main-wrap .section {
  background-color: #EBEBEB;
  width: 100%;
  max-width: 517px;
  padding: 50px 65px 50px 50px;
}
.new-funnel .form-h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #002868;
  margin-bottom: 20px;
}
.new-funnel .form input, .new-funnel .form select {
  color: #22242A;
  font-weight: 400;
}
.new-funnel .form .form-group {
  margin-bottom: 25px;
}
.new-funnel .form .form-group label {
  font-size: 14px;
  line-height: 18px;
}
.new-funnel .form .radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-funnel .form .radio.radio-3-inline label:not(:first-child) {
  width: calc(33% - 1px);
}
.new-funnel .form .radio label:first-child {
  flex-grow: 1;
  width: 100%;
}
.new-funnel .form .radio label:not(:first-child) {
  width: calc(50% - 1px);
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.new-funnel .form .radio input[type=radio] {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  visibility: visible;
  outline: none !important;
  transition: background-color, 0.3s ease-in-out;
}
.new-funnel .form .radio input[type=radio] + span {
  pointer-events: none;
  color: #000;
  z-index: 1;
  transition: color 0.2s ease-in-out;
}
.new-funnel .form .radio input[type=radio]:checked {
  background-color: #002868;
}
.new-funnel .form .radio input[type=radio]:checked + span {
  color: #fff;
}
.new-funnel .form .radio input[type=radio]::before, .new-funnel .form .radio input[type=radio]::after {
  content: none;
}
.new-funnel .form .desc {
  font-size: 10px;
  line-height: 16px;
}
.new-funnel.summary .phone-field span {
  color: #375687;
  font-size: 36px;
}
.new-funnel.summary .phone-field input {
  height: 48px;
}
.new-funnel.summary .phone-field.has-error span {
  color: #BF0A30;
}
.new-funnel.summary .summary-screens .screen {
  color: #1D4179;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.new-funnel.summary .summary-screens .screen:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.new-funnel.summary .summary-screens .screen-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  min-width: 170px;
}
.new-funnel.summary .summary-screens .screen-val {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
}
.new-funnel.summary .summary-screens .screen img:hover {
  cursor: pointer;
}
.new-funnel.summary .modal-backdrop {
  background-color: #002868;
}
.new-funnel.payment .sidebar {
  color: #002868;
  margin-bottom: 36px;
}
.new-funnel.payment .sidebar-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.new-funnel.payment .sidebar-ul {
  list-style: none;
}
.new-funnel.payment .sidebar li {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 14px;
}
.new-funnel.payment .sidebar li::before {
  content: "· ";
  position: absolute;
  left: 0;
  font-size: 30px;
}
.new-funnel.payment .sidebar-img {
  margin-top: 80px;
  width: 254px;
}
.new-funnel.payment .sidebar-img img {
  width: 254px;
  height: 173px;
}
.new-funnel.payment .sidebar-img .text {
  color: #000000;
  position: absolute;
  width: 100%;
  text-align: center;
}
.new-funnel.payment .sidebar-img .text-top {
  font-size: 20px;
  line-height: 25px;
  top: 10px;
}
.new-funnel.payment .sidebar-img .text-mid {
  font-size: 72px;
  line-height: 91px;
  top: 32px;
}
.new-funnel.payment .sidebar-img .text-bot {
  font-size: 14px;
  line-height: 15px;
  bottom: 12px;
}
.new-funnel.payment .main-wrap {
  background-color: #EBEBEB;
}
.new-funnel.payment .form .ccexp .sel-area {
  float: none !important;
}
.new-funnel.payment .form .ccexp .sel-area .select-container {
  flex-grow: 1;
  width: 50%;
}
.new-funnel.payment .form .ccexp .sel-area .between-select {
  visibility: hidden;
}
.new-funnel.payment .with-badge {
  position: relative;
  background-color: #E5E9F0;
  color: #BF0A30;
  font-weight: 700;
  font-size: 20px;
}
.new-funnel.payment .with-badge-wrap {
  padding: 30px;
  background-color: #F5F5F5;
}
.new-funnel.payment .with-badge-wrap .sidebar-ul {
  list-style: none;
}
.new-funnel.payment .with-badge-wrap .sidebar-ul li {
  position: relative;
  color: #22242A;
  padding-left: 20px;
}
.new-funnel.payment .with-badge-wrap .sidebar-ul li:before {
  content: url("/static/multisite/img/multisite/regional_sites_common/check.143871d7fd13.svg");
  position: absolute;
  left: 0;
  top: -6px;
}
.new-funnel.payment .with-badge-wrap .with-badge {
  box-shadow: 30px 0 0 0 #E5E9F0, -30px 0 0 0 #E5E9F0;
}
.new-funnel.payment .with-badge-wrap .with-badge img {
  right: -15px;
  top: -12px;
}
.new-funnel.payment .with-badge img {
  position: absolute;
  right: 0;
}
.new-funnel.payment .payment--non-field-errors {
  border: 1px solid #BF0A30;
  background: #f5d4d4;
  color: #BF0A30;
  font-size: 12px;
}

/* END FUNNEL PAGES */
/* SUMMARY MODALS */
.summary-popup .modal-dialog-535 {
  max-width: 535px;
}
.summary-popup .modal-dialog-475 {
  max-width: 475px;
}
.summary-popup .close span {
  background: url("/static/multisite/img/multisite/regional_sites_common/close-ico.e8105f08c9ad.svg") no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.summary-popup .modal-body {
  background-color: #EDEDED;
  padding: 36px;
}
.summary-popup .modal-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #002868;
}
.summary-popup .modal-content {
  border-radius: 3px;
}
.summary-popup label {
  font-size: 14px;
  line-height: 18px;
}
.summary-popup .date-wrapper select, .summary-popup .date-wrapper input.input-date {
  margin-bottom: 10px;
}
.summary-popup .error-msg {
  color: #BF0A30;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

/* END SUMMARY MODALS */
/* CONTACT US PAGE */
.contact-us-top {
  padding-top: 48px;
  padding-bottom: 24px;
  color: #22242A;
}
.contact-us-top .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 32px;
  text-align: center;
}
.contact-us-top .address, .contact-us-top .phone {
  color: #002868;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
.contact-us-top .description {
  font-size: 14px;
  line-height: 17px;
}
.contact-us-form {
  background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg2.2e2b652f57dd.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px 0;
}
.contact-us-form textarea.existing-client {
  height: 170px;
}
.contact-us-form .gray-bg {
  background-color: #DBDBDB;
  padding: 24px 60px;
}
.contact-us-form .tx-btn--contact {
  text-align: center;
  width: 360px;
  text-transform: inherit;
  padding-left: 10px;
  display: block;
  margin: 0 auto;
}
.contact-us-form .label {
  font-size: 14px;
  line-height: 18px;
}
.contact-us-form .form-text {
  margin-top: 0;
}
.contact-us-form .form-row--client {
  font-size: 24px;
  line-height: 30px;
}
.contact-us-form .form-row--client label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.contact-us-form .phone {
  display: flex;
}
.contact-us-form .under-btn {
  font-size: 10px;
  line-height: 13px;
  color: #575C6B;
}
.contact-us-form .ty-title {
  font-size: 24px;
  line-height: 30px;
}
.contact-us-form .ty-desc {
  font-size: 14px;
  line-height: 18px;
}

/* END CONTACT US PAGE */
/* ARTICLES */
.article-bg {
  display: flex;
  align-items: center;
  height: 264px;
}
.article-bg--1 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/residency-requirements-lg.fdd590da062f.jpg") no-repeat;
  background-size: cover;
}
.article-bg--2 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/grounds-for-divorce-lg.e889ebb20ba8.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
.article-bg--3 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/no-fault-divorce-lg.9afa3cf05751.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
.article-bg--4 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/uncontested-divorce-lg.04b759659f31.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
.article-bg--5 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-papers-forms-docs-lg.51a55a6e44d7.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--6 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/serving-lg.c1eabb84215a.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--7 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/finalizing-divorce-lg.eef2b66c9f61.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--8 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-without-lawyer-lg.cf65ae8cfe86.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--9 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/diy-divorce-lg.ddd6880f102d.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--10 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/community-property-lg.e36d0c00c399.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--11 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/alimony-lg.4a517b3cb917.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--12 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/child-custody-lg.d03b14157774.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--13 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-mediation-lg.1840789469f1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-bg--14 {
  background: #FFFFFF url("/static/multisite/img/multisite/regional_sites_common/articles/filing-fees-lg.9afa3cf05751.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.article-top--title {
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
}
.article-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 15px;
}
.article-main {
  color: #22242A;
}
.article-main .blockquote {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  margin: 18px 0;
  padding: 0 18px;
}
.article-main .list {
  font-style: italic;
  font-size: 26px;
  line-height: 37px;
}
.article-main p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.article-list {
  color: #002868;
  font-style: italic;
  font-size: 16px;
}
.article-list--regular {
  font-style: normal;
  color: #22242A;
}
.article .hash-wrap {
  padding: 8px 15px;
  background-color: rgba(37, 132, 186, 0.2);
  border-radius: 4px;
  font-size: 14px;
  color: #22242A;
}
.article p {
  margin-bottom: 8px;
}

/* END ARTICLES */
/* THANK YOU */
.thanks-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  color: #002868;
}
.thanks .plain-p {
  font-size: 16px;
}
.thanks-subtitle {
  font-size: 18px;
  color: #002868;
}
.thanks-info span {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

/* END THANK YOU */
/* START LITE-REGISTRATION */
.lite-registration-wrapper .fc-blue {
  color: #002868;
}
.lite-registration-wrapper .h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
}
.lite-registration-wrapper .h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.lite-registration-wrapper ul {
  padding-left: 20px;
  list-style: none;
}
.lite-registration-wrapper ul li::before {
  content: "•";
  color: #002868;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* END LITE-REGISTRATION */
/* SAMPLE DOCUMENTS */
.sample-documents .overflow-hidden {
  overflow: hidden;
}
.sample-documents .noselect,
.sample-documents [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-documents [data-annotation-id] {
  pointer-events: none !important;
}
.sample-documents .doc-slider {
  position: relative;
  padding-bottom: 40px;
}
.sample-documents .slider-control {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 12;
}
.sample-documents .swiper-pagination {
  bottom: 0;
}
.sample-documents .doc-next,
.sample-documents .doc-prev {
  width: 28px;
  height: 28px;
  background: url("/static/multisite/img/multisite/regional_sites_common/sample-documents/arrow.d5939bc922bb.svg") no-repeat center;
  transform: none;
}
.sample-documents .doc-next.active,
.sample-documents .doc-prev.active {
  transform: rotate(180deg);
  cursor: pointer;
  background-image: url("/static/multisite/img/multisite/regional_sites_common/sample-documents/arrow-hover.3a2538d23d68.svg");
}
.sample-documents .doc-next {
  margin-left: 70px;
  transform: rotate(180deg);
}
.sample-documents .doc-next.active {
  transform: none;
}
.sample-documents .swiper-slide-prev,
.sample-documents .swiper-slide-next {
  visibility: hidden;
  opacity: 0;
}
.sample-documents #accusoft-pdf-branding {
  min-width: auto;
  padding: 0;
  opacity: 0 !important;
  pointer-events: none !important;
}
.sample-documents #accusoft-pdf-branding svg {
  display: none !important;
}
.sample-documents [data-test=statusbar],
.sample-documents [data-test=ribbon] {
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 1px !important;
}

/* END SAMPLE DOCUMENTS */
.rules h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  color: #002868;
}
.rules h2 {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.rules h3 {
  font-size: 18px;
}
.rules p, .rules ul {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
}
.rules ol {
  font-size: 16px;
  line-height: 30px;
}

.error-page {
  padding: 100px 0;
}
.error-page h1 {
  font-size: 64px;
  line-height: 1.5;
}
.error-page h2, .error-page h6 {
  color: #002868;
}
.error-page p {
  font-size: 22px;
}

.order-details [data-toggle=collapse] {
  position: relative;
  padding-right: 12px;
  color: #BF0A30;
}
.order-details [data-toggle=collapse]::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  right: 0;
  top: calc(50% - 2px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #BF0A30;
  transition: all 0.1s linear;
  transform: rotate(-180deg);
}
.order-details [data-toggle=collapse].collapsed::after {
  transform: rotate(0);
}
.order-details .affirm-as-low-as .affirm-modal-trigger {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.order-details .affirm-as-low-as .affirm-modal-trigger .affirm-ala-price {
  color: #161616;
  font-size: 20px;
  font-weight: 600;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

@media (min-width: 992px) {
  .sample-documents .doc-slider {
    padding-bottom: 60px;
  }
  .sample-documents .doc-next {
    margin-left: 0;
  }
  .sample-documents .slider-control {
    top: 50%;
    left: -60px;
    right: -60px;
    bottom: auto;
    margin-top: -14px;
  }
}
.funnel-exp-idivorce .font-M {
  font-family: "Merriweather", sans-serif;
}
.funnel-exp-idivorce .lh32 {
  line-height: 32px;
}
.funnel-exp-idivorce .ttl {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
}
.funnel-exp-idivorce .close {
  font-size: 31px;
  font-weight: 300;
  position: absolute;
  line-height: 15px;
  top: 24px;
  right: 24px;
  z-index: 100;
}
.funnel-exp-idivorce .modal-content {
  padding: 35px;
  background-color: #EBEBEB;
}
.funnel-exp-idivorce .tx-btn {
  width: 240px;
  height: 44px;
  padding-left: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.funnel-exp-idivorce .tx-btn-arrow::after {
  content: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow-sm.5d4c333b4ecb.svg");
  position: absolute;
  left: calc(50% + 35px);
  top: calc(50% - 9px);
}
.funnel-exp-idivorce .tx-btn-arrow.inner::after {
  left: calc(50% + 20px);
}
.funnel-exp-idivorce .flex-vertical-center {
  display: flex;
  align-items: center;
}
.funnel-exp-idivorce input:not([type=radio], [type=checkbox]), .funnel-exp-idivorce select, .funnel-exp-idivorce textarea, .funnel-exp-idivorce .dropdown-menu {
  width: 100%;
}
.funnel-exp-idivorce input::placeholder {
  font-size: 14px;
  color: rgba(161, 161, 164, 0.4) !important;
}
.funnel-exp-idivorce input[type=radio] {
  margin-right: 26px;
}
.funnel-exp-idivorce input[type=radio] + .form-check-label {
  margin-top: 3px;
}
.funnel-exp-idivorce .inner-form input[type=radio] {
  margin-right: 8px;
}
.funnel-exp-idivorce .phone-wrapper {
  flex-wrap: nowrap !important;
}
.funnel-exp-idivorce .phone-wrapper input {
  height: 48px !important;
  width: 100% !important;
  max-width: 87px;
}
.funnel-exp-idivorce .phone-wrapper .phone-toggle {
  display: none;
}
.funnel-exp-idivorce .phone-wrapper .phone-mask {
  color: #375687;
  font-size: 36px;
  margin-left: 8px;
  margin-right: 8px;
}
.funnel-exp-idivorce .phone-wrapper .phone-mask:first-of-type {
  margin-left: 0;
}
.funnel-exp-idivorce label {
  font-size: 16px;
}
.funnel-exp-idivorce label:not(.form-check-label) {
  font-size: 14px;
}

.idivorce-block {
  padding: 10px 20px;
  margin-top: 35px;
  margin-bottom: 50px;
  background-color: #F6FBFF;
  border-radius: 2px;
}
.idivorce-block .fz18 {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .idivorce-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .funnel-exp-idivorce .modal-content {
    padding: 40px 35px;
  }
  .funnel-exp-idivorce .tx-btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-540 {
    max-width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .steps-step {
    width: 237px;
    height: 52px;
  }
  .steps-step.steps-step--done::before {
    left: 35px;
  }

  .new-funnel .form .form-group {
    margin-bottom: 20px;
  }

  .reviews-h1 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .reviews-h1 {
    font-size: 32px;
  }
  .reviews-subtitle {
    font-size: 16px;
  }

  .steps-step {
    width: 180px;
    height: 38px;
  }
  .steps-step.steps-step--done::before {
    left: 26px;
  }
  .steps-step--text {
    font-size: 10px;
  }
  .steps-step--text span {
    margin-bottom: 2px;
  }

  .faq-h1 {
    font-size: 42px;
    line-height: 1.3;
  }
  .faq-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .faq-block--answer {
    font-size: 16px;
  }
  .faq-block--question {
    font-size: 16px;
    line-height: 24px;
  }

  .rules h1 {
    font-size: 42px;
  }

  .order-details .affirm-as-low-as .affirm-modal-trigger {
    font-size: 14px;
  }
  .order-details .affirm-as-low-as .affirm-modal-trigger .affirm-ala-price {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .text-nowrap-md {
    white-space: normal;
  }

  .login-main {
    background: url("/static/multisite/img/multisite/regional_sites_common/login-bg-sm.6397cc05fe30.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0;
  }
  .login-title {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }
  .login input:not([type=radio]):not([type=submit]):not([type=checkbox]) {
    height: 40px;
  }

  .faq-h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .faq-contact {
    font-size: 14px;
    line-height: 18px;
  }
  .faq-block {
    padding: 20px 90px 10px 25px;
  }
  .faq-block--question {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-block--answer {
    font-size: 14px;
    line-height: 18px;
  }

  .reviews footer {
    position: static;
  }
  .reviews main {
    padding-bottom: 0 !important;
  }
  .reviews-h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .reviews-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .reviewer-wrapper {
    padding: 20px;
  }
  .reviewer-wrapper-mid {
    order: 2;
    font-size: 14px;
    line-height: 18px;
  }
  .reviewer-wrapper-bot {
    order: 1;
  }
  .reviewer-name {
    font-size: 18px;
  }

  .steps-step {
    width: 72px;
    height: 42px;
    background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow-sm.b635138100a8.svg") no-repeat;
  }
  .steps-step.steps-step--done {
    width: 72px;
    height: 42px;
    background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow-fill-xs.6bbdc3170e83.svg") no-repeat;
  }
  .steps-step.steps-step--done::before {
    content: none;
  }
  .steps-step.steps-step--now {
    width: 154px;
    background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow-fill-sm.050685b0b5d0.svg") no-repeat;
  }
  .steps-step--text {
    margin-left: 28px;
    font-size: 10px;
    line-height: 13px;
  }

  .new-funnel {
    font-size: 14px;
  }
  .new-funnel h1, .new-funnel .h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .new-funnel .main-wrap .aside, .new-funnel .main-wrap .section {
    max-width: 100%;
    background-color: #DBDBDB;
    padding: 10px;
  }
  .new-funnel .main-wrap .aside-link {
    text-decoration: none !important;
    padding: 0;
  }
  .new-funnel .main-wrap .aside-link .num {
    position: initial;
    background-color: #fff;
  }
  .new-funnel .main-wrap .aside-link .title {
    display: none;
  }
  .new-funnel .main-wrap .aside-link::after {
    width: 60px;
    border-left: none;
    border-bottom: 3px solid #EAEDF2;
    z-index: 0;
    top: -18px;
    left: 40px;
  }
  .new-funnel .main-wrap .aside-link.active::after, .new-funnel .main-wrap .aside-link.done::after {
    border-left: none;
    border-bottom: 3px solid rgba(29, 65, 121, 0.3);
  }
  .new-funnel .main-wrap .aside-link:last-of-type::after {
    border: none;
  }
  .new-funnel .main-wrap .section {
    background-color: #DBDBDB;
  }
  .new-funnel.payment .main-wrap {
    background-color: #DBDBDB;
  }
  .new-funnel.payment .sidebar {
    margin-bottom: 0;
  }
  .new-funnel.payment .sidebar-img {
    margin: 30px auto 0 auto;
  }
  .new-funnel.payment .sidebar li {
    margin-bottom: 18px;
  }
  .new-funnel.payment .sidebar li::before {
    top: -16px;
  }
  .new-funnel.payment .with-badge {
    margin-top: 35px;
    margin-bottom: 30px;
    box-shadow: 20px 0 0 0 #e5e9f0, -20px 0 0 0 #e5e9f0 !important;
  }
  .new-funnel.payment .with-badge-wrap {
    padding: 20px;
  }

  .contact-us-top {
    padding-top: 38px;
    margin-bottom: 18px;
  }
  .contact-us-top .title {
    font-size: 23px;
    line-height: 29px;
  }
  .contact-us-top .address, .contact-us-top .phone {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-us-form {
    background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/home-bg2-sm.2e2b652f57dd.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .contact-us-form textarea.existing-client {
    height: 228px;
  }
  .contact-us-form .gray-bg {
    padding: 24px 20px;
  }
  .contact-us-form .client {
    margin-top: 16px;
  }
  .contact-us-form .client label:first-child {
    margin-right: 18px;
  }
  .contact-us-form .form-row--client {
    font-size: 22px;
    line-height: 28px;
  }
  .contact-us-form .ty-title {
    font-size: 22px;
    line-height: 28px;
  }

  .article-bg--1 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/residency-requirements-sm.eac076a6620e.jpg");
  }
  .article-bg--2 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/grounds-for-divorce-sm.ef072bf80be9.jpg");
  }
  .article-bg--3 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/no-fault-divorce-sm.a13e6c81fbb4.jpg");
  }
  .article-bg--4 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/uncontested-divorce-sm.c96a0b1b1b8e.jpg");
  }
  .article-bg--5 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-papers-forms-docs-sm.8c4375511bf2.jpg");
  }
  .article-bg--6 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/serving-sm.6e246889e29d.jpg");
  }
  .article-bg--7 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/finalizing-divorce-sm.3dfe2eed2395.jpg");
  }
  .article-bg--8 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-without-lawyer-sm.ee9b38151951.jpg");
  }
  .article-bg--9 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/diy-divorce-sm.7b62f1693e92.jpg");
  }
  .article-bg--10 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/community-property-sm.575fa853db10.jpg");
  }
  .article-bg--11 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/alimony-sm.9ac28439994f.jpg");
  }
  .article-bg--12 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/child-custody-sm.5fc818fed95f.jpg");
  }
  .article-bg--13 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/divorce-mediation-sm.6bd533efc97b.jpg");
  }
  .article-bg--14 {
    background-image: url("/static/multisite/img/multisite/regional_sites_common/articles/filing-fees-sm.a13e6c81fbb4.jpg");
  }
  .article-top--title {
    font-size: 28px;
  }
  .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .article-main .blockquote {
    font-size: 14px;
    line-height: 24px;
    margin: 13px 0;
    padding: 0;
  }
  .article-main p {
    font-size: 14px;
    line-height: 18px;
  }
  .article-list--regular {
    font-size: 14px;
  }

  .thanks-title {
    font-size: 36px;
    line-height: 45px;
  }
  .thanks .plain-p {
    font-size: 14px;
  }
  .thanks-subtitle {
    font-size: 16px;
  }

  .rules h1 {
    font-size: 36px;
  }
  .rules h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .rules h3 {
    font-size: 16px;
  }
  .rules p, .rules ul {
    font-size: 14px;
    line-height: 18px;
  }
  .rules ol {
    font-size: 14px;
    line-height: 24px;
  }

  .error-page {
    padding: 40px 20px;
  }
  .error-page h1 {
    font-size: 48px;
  }
  .error-page p {
    font-size: 18px;
  }

  .lite-registration-wrapper .h3 {
    font-size: 22px;
  }
  .lite-registration-wrapper .h5 {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .funnel-top-desc {
    max-width: 100%;
  }
  .funnel.summary .summary-regform-bg {
    margin: 0;
  }
  .funnel.summary .funnel-form .summary-screens {
    margin: 0;
  }
  .funnel.summary .funnel-form .mr-13px {
    margin-right: 20px;
  }
  .funnel.summary .funnel-form .funnel-form-row--summary label {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .funnel.summary .funnel-form .funnel-form-row--summary label:first-child {
    margin-right: auto;
  }
  .funnel.summary .funnel-form .funnel-form-row--summary input {
    max-width: 100%;
  }
  .funnel.payment .mt-xs-md-8 {
    margin-top: 10px;
  }
  .funnel.payment .gray-bg {
    margin: 0 8px;
  }
  .funnel.payment .form .cards-ico {
    top: 0px;
  }
  .funnel.payment .form .cards-ico.error {
    top: 0px;
  }

  .summary-popup .modal-dialog-535, .summary-popup .modal-dialog-475 {
    width: auto;
  }

  .contact-us-form .tx-btn--contact {
    width: 100%;
  }

  .faq-block--question {
    font-size: 14px;
    line-height: 18px;
  }

  .login-p {
    font-size: 14px;
  }

  .rules h1 {
    font-size: 24px;
  }
  .rules h2 {
    font-size: 18px;
  }
  .rules h3 {
    font-size: 14px;
  }
  .rules .table-list {
    font-size: 12px;
    line-height: 15px;
    padding-left: 18px;
  }

  .new-funnel .main-wrap .aside {
    overflow-x: hidden;
  }
}
@media (max-width: 465.98px) {
  .eagle {
    padding: 0;
  }

  .faq-block {
    padding-right: 50px;
  }
  .faq-block::after {
    right: 15px;
  }

  .new-funnel .main-wrap .aside-link::after {
    width: 31px;
  }
  .new-funnel .main-wrap .aside-link:last-of-type::after {
    content: none;
  }

  .login-title {
    font-size: 24px;
  }
  .login-form form {
    max-width: 100%;
  }
}
@media (max-width: 374.98px) {
  .eagle {
    padding: 0;
  }

  .steps-step.steps-step--xs-done .steps-step--text {
    display: block;
    margin: 0 auto;
    padding-left: 16px;
  }
  .steps-step.steps-step--xs-now {
    flex-basis: auto;
    width: 72px;
    height: 42px;
    background: url("/static/multisite/img/multisite/regional_sites_common/funnel-step-arrow-fill-xs.6bbdc3170e83.svg") no-repeat;
  }
  .steps-step.steps-step--xs-now::before {
    content: none;
  }
  .steps-step.steps-step--xs-now .steps-step--text {
    display: block;
    margin: 0 auto;
    padding-left: 26px;
    width: 142px;
  }
  .steps-step.steps-step--xs-now .step-description {
    display: none;
  }

  .xs-order-0 {
    order: 0;
  }

  .xs-order-1 {
    order: 1;
  }

  .xs-order-2 {
    order: 2;
  }

  .xs-order-3 {
    order: 3;
  }
}
@media (max-height: 800px) {
  .reviews footer {
    position: relative;
  }
  .reviews main {
    padding-bottom: 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-funnel .form .radio input[type=radio]::-ms-check {
    visibility: hidden;
  }
}
.footer {
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  background-color: #22242A;
  padding: 21px 0 11px 0;
  border-top: 1px solid #4C4E53;
}
.footer-link {
  color: #FFFFFF !important;
  display: block;
  letter-spacing: 0.2px;
}
.footer-link:hover {
  color: #FFFFFF !important;
}
.footer .hr {
  width: 100vw;
  position: relative;
  margin: 0 0 0 -50vw;
  left: 50%;
  border-bottom: 1px solid #4C4E53;
  border-top: none;
}
.footer .terms-of-use {
  font-size: 14px;
}
.footer .terms-of-use p, .footer .terms-of-use a {
  color: #F5F5F5;
}
.footer .main-links {
  font-size: 16px;
  padding-bottom: 21px;
}
.footer .main-links .brandname {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.footer .main-links a {
  color: #f5f5f5;
  white-space: nowrap;
}
.footer .main-links ul li {
  display: inline;
}
.footer .seo-links {
  padding-top: 36px;
}
.footer .seo-links ul {
  margin-left: auto;
  column-count: 3;
  column-gap: 25px;
}
.footer .seo-links ul li {
  margin-bottom: 10px;
}
.footer .seo-links a {
  color: #FFFFFF;
}
.footer .seo-links .hr {
  padding-top: 36px;
}
.footer .copyright {
  color: rgba(161, 161, 164, 0.4);
}

@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0 15px 0;
  }
  .footer .main-links ul {
    column-count: 3;
  }
  .footer .main-links ul li {
    display: list-item;
    padding-top: 16px;
  }
  .footer .main-links .login-link {
    padding: 6px 20px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none !important;
  }
  .footer .main-links .login-link:hover {
    color: #22242A;
    background-color: #ffffff;
  }
  .footer .seo-links {
    padding-top: 15px;
  }
  .footer .seo-links ul {
    column-count: 2;
  }
  .footer .seo-links .hr {
    padding-top: 16px;
  }
  .footer .terms-of-use,
.footer .sample-docs-link {
    font-size: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-info-wrap {
    margin-left: -2rem;
  }
}
.onmap {
  top: calc(50% - 30px);
  left: calc(50% - 38px);
}
.onmap-bg {
  background: url("/static/multisite/img/multisite/regional_sites/wyomingonlinedivorce/header-map.8cacf5636ea0.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 140px;
}
.onmap-word {
  filter: drop-shadow(0px 2px 2px rgba(186, 13, 48, 0.46));
}
.onmap-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  filter: drop-shadow(0px 2px 2px rgba(186, 13, 48, 0.46));
}
.onmap-dollar {
  font-size: 24px;
  filter: drop-shadow(0px 0px 1px rgba(186, 13, 48, 0.46));
}

.home-top-form--title {
  width: calc(100% - 60px);
  margin-right: 6px;
}
.home-articles-map {
  position: absolute;
  right: 3%;
  top: calc(50% - 130px);
  width: 320px;
}

@media (max-width: 1199.98px) {
  .onmap-bg {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .onmap-price {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .home-withbg-img-flag {
    height: auto;
  }
}
@media (max-width: 465.98px) {
  .onmap-word {
    font-size: 15px;
  }
  .onmap-price {
    font-size: 24px;
    margin-top: 0.25rem;
  }
}
@media (max-width: 374.98px) {
  .home-articles-map {
    right: calc(50% - 150px);
    width: 300px;
  }
}
.text-10 {
  font-size: 10px !important;
}

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

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

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

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

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-26 {
  font-size: 26px !important;
}

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

.text-32 {
  font-size: 32px !important;
}

.text-38 {
  font-size: 38px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-120 {
  line-height: 1.2 !important;
}

.lh-100 {
  line-height: 1 !important;
}

@media (min-width: 576px) {
  .text_sm-14 {
    font-size: 14px !important;
  }

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

  .text_sm-20 {
    font-size: 20px !important;
  }

  .text_sm-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .text_md-14 {
    font-size: 14px !important;
  }

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

  .text_md-20 {
    font-size: 20px !important;
  }

  .text_md-22 {
    font-size: 22px !important;
  }

  .text_md-24 {
    font-size: 24px !important;
  }

  .text_md-30 {
    font-size: 30px !important;
  }

  .text_md-32 {
    font-size: 32px !important;
  }

  .text_md-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 992px) {
  .text_lg-18 {
    font-size: 18px !important;
  }

  .text_lg-20 {
    font-size: 20px !important;
  }

  .text_lg-24 {
    font-size: 24px !important;
  }

  .text_lg-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .lh_md-150 {
    line-height: 1.5 !important;
  }

  .lh_md-100 {
    line-height: 1 !important;
  }
}
@media (min-width: 992px) {
  .lh_lg-100 {
    line-height: 1 !important;
  }
}
