/*related article css*/

.termsheet-closing .related-article-heading {
    margin-bottom: 50px;
}

.related-article {
 padding: 66px 0px 95px;
  background-color: #efefef;
}
.related-article .related-article-heading .btn span {
  min-width: 74px;
  display: inline-block;
  margin-right: 8px;
  padding: 6px 0;
}
.related-article-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.related-article .card-deck {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.related-article .card {
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin: 0;
}
.related-article .card-header {
  padding: 0;
  padding-top: 18px;
  padding-bottom: 7px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  font-size: 12px;
}
.related-article .card-header a {
  font-size: 12px;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  letter-spacing: 0;
}
.related-article .card-body {
  padding: 0px;
  padding-right: 45px;
}
.related-article-heading h2 {
  margin: 0;
}
.related-article .slick-prev {
  content: '';
  width: 56px;
  height: 57px;
  background-image: url('/wp-content/themes/genesis-sample/assets/images/arrow-left.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  left: -80px;
  top: 35%;
}
.related-article .slick-next::before, .related-article .slick-prev::before {
  content: '';
}
.related-article .slick-next {
  width: 56px;
  height: 57px;
  background-image: url('/wp-content/themes/genesis-sample/assets/images/arrow-right.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  right: -90px;
  top: 35%;
}
.related-article .slick-slide {
  padding: 0 0 0 0;
}
  /* the slides */
  .slick-slide {
    margin: 0 12.5px !important;
  }
  /* the parent */
  .slick-list {
    margin: 0 -12.5px;
  }
.related-article .card-title {
  letter-spacing: 0.7px;
  margin-bottom:15px;
}
.related-article .card-title a {
  color: #444;
}
.related-article .card-title a:hover {
  color: #c08b22;
  text-decoration: none;
}
.related-article .separator {
  padding: 0;
  color: #162835;
  border-left: solid 1px #162835;
  width: 1px;
  margin: 0 20px;
  font-size: 10px;
}
.article-date {
  color: #162835;
  font-size: 12px;
  font-family: 'MontserratBold';
}
.related-article button.slick-arrow {
  top: 39%;
}
.related-article .card-text {
  font-size: 14px; line-height: 18px;
}
.related-article .slick-dots li.slick-active button {
  background-color: #162835;
}
.related-article .slick-dots li button {
  background-color: #c08b22;
  border-radius: 20px;
  width: 12px;
  height: 12px;
}
.related-article .slick-dots {
  bottom: -69px;
}
.life_at_lument-related .slick-dots {
  bottom: -36px;
}
.life_at_lument-related .lument-grid .card{
  padding-bottom:10px;
}
.related-article .slick-dots li button:before {
  content: none;
}
.related-article .slick-prev {
  left: -93px;
}
.related-article .slick-next {
  right: -93px;
}
.related-article .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px 0 2px;
}
.related-article .slick-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
}
@media (max-width: 959px) {
  .related-article-heading {
    margin-bottom: 28px;
  }
/*  .related-article {
    padding: 42px 0px 50px;
  }*/
  .related-article .card-body {
    padding: 0px;
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .related-article-heading .btn.btn-outline-primary {
    margin-top: 0px;
  }
}
/*related article css end*/
/*home insight css start*/
.home-insight .related-article-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.home-insight .related-article {
  background-color: transparent; padding:0px;
}
.home-insight .related-article .card-header a {
    font-size: 14px;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    letter-spacing: 0;
}
.home-insight .article-date {
   
    font-size: 14px;
    
}
.related-article .slick-slide img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}
@media (max-width:767px) {
  .home-insight .related-article .card-header a{ font-size: 12px; }
  .home-insight .article-date {
   
    font-size: 12px;
    
}
.home-insight .related-article-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}}
@media (max-width: 560px) {
  .home-insight .related-article-heading .btn.btn-outline-primary {
    margin-top: 0px;
  }
}
@media (max-width: 413px) {
 .home-insight .related-article-heading h2{
  font-size: 24px;
 }
}
/*home insight css end*/