.articles #content,
.articles .article:not(.card) {
  margin-top: 100px;
}

.articles h1 {
  font-weight: 600;
}

.articles .wrapper-title h1 {
  font-size: 36px;
}

.articles .article {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
}

.article p {
  margin: 15px 0;
}

.article h2 {
  margin: 30px 0 15px;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
}

.article h2 a {
  font-size: 24px;
}

.article h2 a {
  font-size: 24px;
}

.card.article h2 {
  margin: 0;
  min-height: 62px;
  vertical-align: middle;
  font-size: 18px !important;
  line-height: 1.4;
}

.article h2 {
  font-size: 22px;
  font-weight: 600;
}

.article h3 {
  font-size: 20px;
  font-weight: 600;
}

.card.article h4 {
  min-height: 80px;
  font-size: 17px !important;
  font-weight: 600;
}

.card.article h1 a,
.card.article h2 a,
.card.article h3 a,
.card.article h4 a,
.card.article h5 a {
  color: #444;
}

.card.article {
  margin: 10px 10px 40px 10px;
}

.card.article .card-text {
  height: 96px;
}

.article figure {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #3B6EEF;
  text-align: center;
}

.article figure img {
  width: 100%;
  height: auto;
}

.article figure figcaption {
  margin: -40px -15px 0 0;
  font-size: .9rem;
  float: right;
  color: #fff;
  transform: rotate(-90deg);
  opacity: 0.65;
}

.article .cta {
  background: #f5f5f5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  padding: 5px 20px;
  margin: 70px 0;
  text-align: center;
  width: auto;
}

.article .cta a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #3B6EEF;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  margin: 5px;
}

.article .cta a:nth-child(2) {
  background-color: #efefef;
  color: #000;
  border: 1px solid #e5e5e5
}

.article .cta a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* PRICING BOX / STICKY CTA */

.article .pricing-box {
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.article .pricing-title {
  background: #f5f5f5 !important;
}

.article .pricing-title h3 {
  font-size: 18px !important;
}

.article .pricing-price {
  font-weight: bold;
}

.article .pricing-price span {
  font-size: 12px !important;
  display: inline-block;
  margin-top: 14px
}

.article .price-additional {
  font-size: 12px !important;
  font-weight: normal;
}

.article .pricing-action {
  padding: 15px;
}

.article .pricing-action .btn-lg {
  font-size: 16px !important;
  background-color: #f5851e !important;
  border-color: #f57f11 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* END PRICING BOX / STICY CTA */

.title-inverse {
  background-color: #3B6EEF;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.article .title-inverse .title {
  margin-top: -160px;
  border: none;
}

.article .title-inverse .title h1 {
  color: #fff;
}

.article .title-inverse .intro {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 900px;

}

.article aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
}

.article aside .cta.sticky {
  position: fixed;
  top: 75px;
  right: 15px;
}

.article aside .cta {
  margin-top: 15px;
}

#svgMap .svgMap-map-controls-wrapper {
  display: none;
}

.svgMap-map-wrapper {
  background: transparent !important;
}

.bg-gradient-gray {
  background: rgb(238, 238, 238);
  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(238, 238, 238, 1) 100%);
  border-top: 5px solid #e0e0e0 !important;
  border-bottom: 5px solid #e0e0e0;
}

@media (max-width: 1199px) {
  .card.article h4 {
    font-size: 16px;
  }

  .card.article .card-text {
    height: 144px;
  }
}

@media (max-width: 991px) {
  .card.article h4 {
    min-height: auto;
  }

  .article figure {
    margin-top: -16px;
  }

  .col-sm-6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  h1 {
    font-size: 28px !important;
  }

  .article h2 a {
    font-size: 20px;
    line-height: 1;
  }

  .card.article .card-text {
    height: auto;
  }

  .article .pricing-box {
    width: 100%;
    position: fixed;
    padding: 3px 10px;
    margin-bottom: 0;
    bottom: 0px;
    left: 0;
    top: unset;
    z-index: 999999;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .article .pricing-title {
    display: none;
  }

  .article .pricing-price,
  .article .pricing-action {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }

  .article .pricing-price {
    padding: 8px 0 2px;
    text-align: right;
  }

  .article .pricing-price:after {
    display: none;
  }

  .article .price-additional {
    padding: 0 !important;
    font-size: 9px !important;
    color: #b6b6b6;
    margin-right: 15px;
  }

  .article .pricing-action {
    padding: 0;
  }

  .article .pricing-action .btn {
    max-width: 180px;
    margin: 0 auto 0 10px;
  }

  .article .pricing-action .btn-lg {
    font-size: 14px !important;
  }

  #zdbutton {
    bottom: 60px;
  }

}

@media (max-width: 767px) {
  .article .title-inverse .title {
    margin-top: 0;
  }


  .article .pricing-price {
    text-align: center;
  }


  .article .pricing-action .btn {
    margin: 0 auto;
  }


  .article h2 a {
    font-size: 16px;
    line-height: 0.8;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .article .title {
    margin-top: -40px;
  }

  .article .title h1 {
    line-height: normal;
  }

  .article aside {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .article .title {
    margin-top: -20px;
  }

  .article .title h1 {
    line-height: normal;
  }
}

.article .cta {
  display: none;
}
