/* progress bar and sidebar */
.page-type-presales-divorce #contentContainer #progressContainer,
.page-type-presales-divorce #contentContainer #progress-bar-container {
  display: none;
}

/* back button */
.presales-back {
  display: none;
}

/* title on mobile */
@media (max-width: 767.98px) {
  .page-type-presales-divorce #contentContainer #questionsContainer .presales-page-title,
.page-type-presales-divorce .package-bundle-title {
    margin-left: -16px;
    margin-right: -16px;
    padding: 20px 16px;
    background-color: #F3F6F6;
  }
}

.page-type-presales-divorce #contentContainer #questionsContainer .presales-page-subtitle {
  font-weight: normal;
}

/* steps */
#steps-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  #steps-container {
    justify-content: space-between;
  }
}
#steps-container .step-box {
  display: flex;
  padding: 15px 15px 15px 25px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 23%;
  flex: 0 0 23%;
  border: 6px solid #C1E3E7;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  #steps-container .step-box {
    padding-left: 15px;
    padding-right: 10px;
    align-items: flex-start;
    border: 4px solid #C1E3E7;
    border-radius: 34px;
  }
}
@media (max-width: 767.98px) {
  #steps-container .step-box {
    padding: 5px;
    border: 2px solid #C1E3E7;
    border-radius: 20px;
  }
}
#steps-container .step-box .step-text {
  display: flex;
  flex-flow: row wrap;
}
#steps-container .step-box .step-title {
  display: block;
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  #steps-container .step-box .step-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #steps-container .step-box .step-title {
    font-size: 13px;
    font-weight: bold;
  }
}
#steps-container .step-box .step-sub {
  display: block;
  margin-top: 10px;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  #steps-container .step-box .step-sub {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  #steps-container .step-box .step-sub {
    display: none;
  }
}
#steps-container .step-box .step-check-icon {
  display: flex;
  max-width: 43px;
  flex: 0 0 43px;
  height: 43px;
}
#steps-container .step-box .step-check-icon img {
  width: 100%;
}
@media (max-width: 1199px) {
  #steps-container .step-box .step-check-icon {
    max-width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
}
@media (max-width: 767.98px) {
  #steps-container .step-box .step-check-icon {
    max-width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }
}
#steps-container .step-box.step-visited {
  background-color: #c1e3e7;
}
#steps-container .step-box.step-active {
  border-color: #0F4880;
  position: relative;
}
@media (max-width: 767.98px) {
  #steps-container .step-box.step-active:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: inset 7px;
    border-top-style: solid;
    border-color: #0F4880 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 43%;
    z-index: 1;
  }
}
#steps-container .step-box:not(.step-visited) .step-check-icon img {
  display: none;
}
#steps-container .step-sub-box-for-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #steps-container .step-sub-box-for-mobile {
    display: flex;
    margin-top: 20px;
    max-width: 100%;
    flex: 0 0 100%;
    flex-flow: row wrap;
  }
  #steps-container .step-sub-box-for-mobile .step-sub {
    display: none;
    max-width: 100%;
    flex: 0 0 100%;
    font-family: "Quicksand";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  #steps-container .step-sub-box-for-mobile .step-sub.step-active {
    display: block;
  }
}

/* step3 */
.page-type-presales-divorce #contentContainer #questionsContainer {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-type-presales-divorce #contentContainer #questionsContainer {
    margin-top: 0;
  }
}

/* upsell premium-plus */
.page-type-presales-divorce .additional-service-container .recommended-package .package-group .package-body .bundle-details p {
  line-height: 1.3;
}
.page-type-presales-divorce .additional-service-container .recommended-package .package-group .package-body .bundle-details p.highlight {
  margin-bottom: 15px;
}

/* header logo image */
.page-type-presales-divorce #region-header .navbar .navbar-column .navbar-brand {
  background: url(/files/frontend/divorce/DivorceNet-logo.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

/* hide img */
img[width="0"] {
  display: block;
  width: 0%;
  height: 0%;
}

/*# sourceMappingURL=pm.presales-short.css.map*/