.artcl-block h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.artcl-block h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
.artcl-block > p {
  font-size: 18px;
  line-height: 28px;
}
.artcl-block > p:last-of-type {
  padding-bottom: 48px;
}
.artcl-block > p a {
  color: #255BD6;
  text-decoration: underline;
}
.artcl-block > a {
  color: #255BD6;
  text-decoration: underline;
}
.artcl-block ul, .artcl-block ol {
  font-size: 18px;
  line-height: 28px;
}
.artcl-block ul li, .artcl-block ol li {
  margin-bottom: 16px;
}
.artcl-block .brdr-1 tbody, .artcl-block .brdr-1 td, .artcl-block .brdr-1 tfoot, .artcl-block .brdr-1 th, .artcl-block .brdr-1 thead, .artcl-block .brdr-1 tr {
  border-width: 1px;
  padding: 6px;
}

.w-banner {
  max-width: 920px;
}

.w-btn-banner {
  max-width: 240px;
}

.w-btn-download {
  max-width: 370px;
}

.border-radius-15 {
  border-radius: 15px;
}

.progress-bar {
  height: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#comment-form p.h4 {
  font-weight: normal;
  margin-bottom: 20px;
}

textarea::placeholder {
  color: transparent;
}

.adding-comment textarea {
  width: 100%;
  resize: none;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.adding-comment input {
  max-width: 30%;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 50px;
  padding: 10px 10px 10px 30px;
}

.adding-comment button {
  min-width: 30%;
  height: 50px;
  padding: 14px 45px 14px 23px;
  color: #FFFFFF;
  background-color: #255BD6;
  border: none;
  border-radius: 25px;
  display: inline-flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  transition: background-color 0.4s;
  position: relative;
}
.adding-comment button::after {
  content: url("/static/multisite/img/multisite/divorcecom/icons/btn-arrow.7a556d1b3035.svg");
  position: absolute;
  left: calc(100% - 37px);
  top: calc(50% - 10px);
}
.adding-comment button:hover, .adding-comment button:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1C3054;
  outline: none;
  box-shadow: none;
}

.adding-comment .comment-form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adding-comment textarea, .adding-comment input {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

.text-37 {
  font-size: 37px;
  line-height: 42px;
}

.text-18 {
  font-size: 18px;
  line-height: 28px;
}

.text-32-22 {
  font-size: 32px;
  line-height: 48px;
}

.artcl-28-24 {
  font-size: 28px;
  line-height: 38px;
}

.artcl-24 {
  font-size: 24px;
  line-height: 34px;
}

.artcl-18-16 {
  font-size: 16px;
  line-height: 24px;
}

.artcl-48 {
  font-size: 48px;
}

.artcl-h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
}
.artcl-h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.artcl-h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
.artcl-h4 {
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.artcl-link {
  color: #255BD6;
  text-decoration: underline;
}
.artcl-nav li {
  font-size: 14px;
  line-height: 30px;
}
.artcl-mw-280 {
  max-width: 280px;
}
.artcl-main-img {
  object-fit: cover;
  max-height: 594px;
  width: 100%;
}
.artcl-blog-img {
  object-fit: cover;
  height: 315px;
  width: 100%;
}
.artcl-btn {
  min-width: 100%;
}
.artcl-mw-img-650 {
  max-width: 650px;
  width: 100%;
}
.artcl-banner {
  padding: 32px 56px 18px;
  max-width: 850px;
}

.mw-850 {
  max-width: 850px;
}

.my-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-wrap {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #646464;
  background-color: rgba(100, 100, 100, 0.6);
}

.modal-img-close {
  width: 50px;
  right: 20px;
  fill: #FFFFFF;
  cursor: pointer;
}
.modal-img-close:hover {
  fill: #FFFFFF;
}

.modal-img {
  border: none;
  margin: auto;
  display: block;
  max-width: 60%;
  max-height: 80vh !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.modal-img {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@media only screen and (max-width: 700px) {
  .modal-img {
    width: 100%;
  }
}
.accordion-control-width {
  width: 123px;
}

.accordion-control__sign_plus::before {
  border-top: 2px solid #000000;
  top: 10px;
  left: 14px;
}
.accordion-control__sign_plus::after {
  border-right: 2px solid #000000;
  top: 3px;
  right: 9px;
}

.social-link + .social-link {
  margin-left: 8px;
}

#helpfulBanner .thumbs-icon {
  width: 24px;
  height: 29px;
  cursor: pointer;
}
#helpfulBanner .thumbs-icon-down {
  transform: rotateY(180deg);
}
#helpfulBanner .thumbs-icon:hover {
  fill: #255BD6;
}
#helpfulBanner .border-success {
  border: 1px solid #599482;
}

.form-floating > textarea.form-control {
  height: 10rem;
}

.artcl-icon-sky {
  fill: #255BD6;
  width: 47px;
}

.fz-tm {
  font-size: 10px;
  top: -10px;
}

.ava {
  width: 72px;
}
.ava-min {
  width: 44px;
}

.scroll-to-link {
  font-size: 14px;
  color: #696969;
  margin-bottom: 16px;
  display: block;
}
.scroll-to-link:hover {
  text-decoration: none;
}

.scroll-to-top {
  bottom: 20px;
  right: 20px;
  transform: rotate(-90deg);
  border: 1px solid #255BD6;
  width: 65px;
  height: 65px;
  padding: 16px 10px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 2;
}

.scroll-to-top:hover {
  filter: grayscale(1);
}

.banner-info-bottom {
  bottom: 10px;
  border: 1px solid #255BD7;
  width: 95%;
  background: #F1F4FC;
  z-index: 2;
  min-height: 61px;
  -webkit-box-shadow: 0px 58px 0px 58px #ffffff;
  box-shadow: 0px 58px 0px 58px #ffffff;
}
.banner-info-bottom .btn-close {
  position: absolute;
  top: -25px;
  border-bottom: 1px solid #255BD7;
  background-color: #ffffff;
  right: 12px;
  opacity: 1;
}

.bottom-banner-link {
  background: #255BD7;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.bottom-banner-link a:hover {
  color: #fff;
  text-decoration: none;
}
.bottom-banner-link img {
  width: 16px;
}

.mw-854 {
  max-width: 854px;
}

.artcl-video-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.artcl-iframe {
  width: 854px;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#trustedsite-tm-image {
  display: none !important;
}

.scroll {
  height: 100%;
}

.aside {
  padding-bottom: 34%;
}

.aside-banner {
  margin-left: auto;
  position: sticky;
  position: -webkit-sticky;
  top: 25%;
  z-index: 2;
  min-height: 200px;
}

.logo-slider {
  max-width: 154px;
}

.banner-title {
  font-size: 24px;
}
.banner-subtitle {
  font-size: 16px;
}

#coParenterArtclBanner {
  font-family: "Inter", sans-serif;
  max-width: 850px;
}
#coParenterArtclBanner .banner-wrap {
  padding: 28px 43px;
  background: #E6F3FC;
}
#coParenterArtclBanner .subtitle {
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0984E3;
}
#coParenterArtclBanner .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}
#coParenterArtclBanner .list-custom {
  font-weight: 500;
  font-size: 10px;
  line-height: 142%;
}
#coParenterArtclBanner .list-custom li {
  padding-left: 25px;
}

.list-custom_sky-check li {
  background-size: 15px;
  background-position: 0 top;
}
.list-custom_sky-check li:not(:last-child) {
  margin-bottom: 8px;
}

.coparenter-phone-img {
  position: absolute;
  bottom: 0;
}

.coparenter-color-link {
  background: #0984E3;
}

.coparenter-border-color {
  background: #E6F3FC;
  border: 1px solid #0984E3;
}

.new-index-blog {
  background: #FDF9F4;
}
.new-index-blog .h1 {
  font-size: 84px;
}
.new-index-blog .bg-category {
  background: #FFFFFF;
}
.new-index-blog .bg-category:hover, .new-index-blog .bg-category:focus, .new-index-blog .bg-category:active {
  background: #ECECEC;
}
.new-index-blog .bg-category.active {
  background: #ECECEC;
}
.new-index-blog .category-item {
  color: #1B1B1B;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
}
.new-index-blog .category-item:hover, .new-index-blog .category-item:focus {
  text-decoration: none;
}
.new-index-blog .index-blog-img {
  object-fit: cover;
  height: 220px;
  max-width: 352px;
  width: 100%;
}
.new-index-blog .index-blog-wrap {
  padding-left: 9%;
}
.new-index-blog .blog-banner {
  display: flex;
  min-height: 512px;
  background: url("/static/multisite/img/multisite/divorcecom/blog/index-page/blog-banner.1aa476252d28.png") center/cover no-repeat;
}
.new-index-blog .blog-banner-2 {
  display: flex;
  min-height: 581px;
  background: url("/static/multisite/img/multisite/divorcecom/blog/index-page/blog-banner-2.14b648a252b3.png") bottom/cover no-repeat;
}
.new-index-blog .blog-pt-lg {
  padding-top: 80px;
}
.new-index-blog .blog-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.new-index-blog .border-bottom {
  border-bottom: 1px solid #989592 !important;
}
.new-index-blog .pointer-events {
  pointer-events: initial;
}
.new-index-blog .blog-media {
  object-fit: cover;
}
.new-index-blog .blog-media_width {
  width: 100%;
  max-width: 1320px;
}
.new-index-blog .blog-media_height {
  max-height: 664px;
  height: 100%;
}
.new-index-blog .text-play {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bookmark-banner {
  max-width: 850px;
  box-shadow: #DFFFC2 6px 6px 0px 0px;
  position: relative;
  border: 1px solid #DFFFC2;
  border-bottom-left-radius: 0;
}
.bookmark-banner:before {
  position: absolute;
  content: url("/static/multisite/img/multisite/divorcecom/blog/banners-picture/bookmark-flag.f1876c0a4e49.png");
  width: 23px;
  height: 42px;
  left: 24px;
  top: -8px;
}

.bookmark-quotes {
  max-width: 850px;
  position: relative;
}
.bookmark-quotes:before {
  position: absolute;
  content: url("/static/multisite/img/multisite/divorcecom/blog/banners-picture/quotes.64bb77ab186d.png");
  width: 45px;
  height: 42px;
  left: 10px;
}

.bookmark-square {
  list-style-type: square;
}
.bookmark-square::marker {
  color: #65DB6A;
}

.bookmark-bl {
  border-left: 4px solid #65DB6A;
}

.br-right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.bookmark-title {
  position: relative;
  width: fit-content;
}
.bookmark-title:after {
  width: 150px;
  left: calc(50% - 75px);
  bottom: -16px;
  content: "";
  position: absolute;
  border-bottom: 4px solid #65DB6A;
}

.related-reading {
  border: 1px solid #5DC4C3;
  background-color: #E9FCFC;
}

.newsletter-subscription-wrap {
  padding: 48px 35px;
  flex-direction: column-reverse;
}
.newsletter-subscription-wrap figure {
  margin-bottom: 3rem;
}
.newsletter-subscription-wrap figure img {
  width: 196px;
  height: 207px;
}
.newsletter-subscription-wrap .ttl {
  text-align: center;
}
.newsletter-subscription-wrap .inner-form .form-control {
  border-radius: 80px;
  padding: 19px 24px;
}
.newsletter-subscription-wrap .inner-form .input-button-group {
  position: relative;
}
.newsletter-subscription-wrap .inner-form .input-button-group .btn {
  border-radius: 80px;
  padding: 19px 32px;
  margin-top: 1rem;
  width: 100%;
}
.newsletter-subscription-wrap_row {
  padding: 64px 35px;
  flex-direction: row;
}
.newsletter-subscription-wrap_row .ttl {
  text-align: left;
}
.newsletter-subscription-wrap_row figure {
  margin-bottom: 0;
}
.newsletter-subscription-wrap_row figure img {
  width: 135px;
  height: 143px;
}
.newsletter-subscription-wrap_row .inner-form .input-button-group .form-control {
  padding: 16.5px 160px 16.5px 24px;
}
.newsletter-subscription-wrap_row .inner-form .input-button-group .btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  margin-top: 0;
  width: auto;
  padding: 15px 32px;
  height: 47px;
}

@media (max-width: 1799px) {
  .banner-title {
    font-size: 20px;
  }
  .banner-subtitle {
    font-size: 18px;
  }

  .artcl-banner {
    padding: 20px 30px;
  }

  .aside {
    padding-bottom: 540px;
  }

  .new-index-blog .index-blog-wrap {
    padding-left: 14%;
  }
}
@media (min-width: 992px) {
  .new-index-blog .index-blog-wrap {
    padding-left: 5%;
  }
}
@media (min-width: 1776px) {
  .new-index-blog .index-blog-wrap {
    padding-left: 9%;
  }
}
@media (max-width: 1366px) {
  .banner-title {
    font-size: 18px;
  }
  .banner-subtitle {
    font-size: 16px;
  }

  #coParenterArtclBanner .banner-wrap {
    padding: 25px;
  }

  .coparenter-phone-img {
    max-width: 150px;
  }

  .new-index-blog .index-blog-wrap {
    padding-left: 6%;
  }
}
@media (max-width: 1199.98px) {
  .slick-dots {
    width: auto !important;
    left: 15px;
  }

  .banner-title {
    font-size: 24px;
  }

  .coparenter-phone-img {
    max-width: 100%;
  }

  .accordion-control.shown .chevron-down {
    transform: rotateX(0deg);
  }

  .accordion-control .chevron-down {
    transform: rotateX(180deg);
  }

  .aside {
    padding-bottom: 0px;
  }
  .aside .artcl-nav li {
    font-size: 16px;
    margin-bottom: 32px;
    padding-left: 32px;
    position: relative;
  }
  .aside .artcl-nav li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #65DB6A;
    left: 0;
    top: calc(50% - 10px);
  }
}
@media (max-width: 991.98px) {
  .artcl-h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .artcl-h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
  .artcl-h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .artcl-h4 {
    font-size: 19px;
    line-height: 26px;
  }
  .artcl-link {
    color: #255BD6;
    text-decoration: underline;
  }
  .artcl-icon-sky {
    width: 24px;
  }
  .artcl-mw-280 {
    width: 100%;
    max-width: 100%;
  }
  .artcl-blog-img {
    height: auto;
  }
  .artcl-category-img {
    height: 315px;
  }

  .artcl-18-16 {
    font-size: 18px;
    line-height: 28px;
  }

  .artcl-28-24 {
    font-size: 24px;
    line-height: 34px;
  }

  .grey-line {
    margin: 32px 0;
  }

  .adding-comment input {
    max-width: 100%;
    margin-right: 0;
  }

  .adding-comment button {
    min-width: 100%;
  }

  .scroll-to-top {
    width: 50px;
    height: 50px;
    padding: 13px 10px;
  }

  .new-index-blog .category-item {
    font-size: 10px;
  }
  .new-index-blog .index-blog-wrap {
    padding-top: 40px;
    padding-left: 24px;
  }
  .new-index-blog .h1 {
    font-size: 40px;
  }
  .new-index-blog .blog-banner {
    min-height: 314px;
  }
  .new-index-blog .blog-pt-lg {
    padding-top: 40px;
  }
  .new-index-blog .blog-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    width: 100% !important;
  }

  #coParenterArtclBanner .subtitle {
    font-size: 12px;
    text-transform: none;
  }
  #coParenterArtclBanner .banner-wrap {
    padding: 15px;
  }

  .new-index-blog .blog-media {
    max-height: 480px;
  }
  .new-index-blog .blog-media-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .new-index-blog .text-play {
    transform: translate(0%, -50%);
    left: 0%;
    padding: 24px;
  }
  .new-index-blog .index-blog-img {
    height: 156px;
    max-width: 240px;
    width: 100%;
  }
  .new-index-blog .artcl-category-img {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .text-32-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-md-18 {
    font-size: 18px;
    line-height: 26px;
  }

  .artcl-banner {
    padding: 16px;
  }

  .text-banner-md-grey {
    color: #3E3E3E;
  }

  .new-index-blog .blog-banner {
    min-height: 309px;
    background: url("/static/multisite/img/multisite/divorcecom/blog/index-page/blog-banner-mob.30d1e49203e4.png") bottom/cover no-repeat;
  }
  .new-index-blog .blog-banner-2 {
    min-height: 605px;
    background: url("/static/multisite/img/multisite/divorcecom/blog/index-page/blog-banner-mob-2.cf73c409f8e1.png") center/cover no-repeat;
  }
  .new-index-blog .blog-banner-2 .btn_white {
    min-width: fit-content;
  }
}
@media (max-width: 400.98px) {
  .text-xs-12 {
    font-size: 12px;
  }
}
.blogpost-link .index-blog-img-wrap {
  margin-bottom: 28px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.blogpost-link .category-blog-img-wrap {
  max-height: 315px;
  width: 100%;
  overflow: hidden;
}
.blogpost-link .index-blog-img,
.blogpost-link .category-blog-img {
  transition: transform 0.5s;
}
.blogpost-link .blogpost-link-anchor {
  color: #000000;
}
.blogpost-link:hover .index-blog-img,
.blogpost-link:hover .category-blog-img {
  transform: scale(1.1);
}
.blogpost-link:hover .blogpost-link-anchor {
  color: #1C3054;
}
