@import url('https://fonts.googleapis.com/css2?family=Martel:wght@300;400;600&family=Open+Sans:wght@300;400;600;700&display=swap');

.blog-header{
  text-align:left;
}

.blog-header .blog-header__title{
  font-size: 3.6875rem;
  line-height: 1.18644;
  font-weight: 900;
}

.blog-header .blog-header__subtitle{
  color: #193052 !important;
  font-family: "Open Sans";
  font-size: 25.5px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30.6px;
  margin-bottom: 0.75em;
}

.postfilter{
  background-color: #ffffff;
  margin-bottom: 48px;
}

.postfilter .centered > span{
  border-top: 1px solid #193052;
  border-bottom: 1px solid #193052;
}

.postfilter ul li a {
  color: #193052 !important;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  border: 2px solid #193052;
  border-radius: 6px;
}

.postfilter ul li a.active,
.postfilter ul li a:hover {
  color: #ffffff !important;
  background-color: #193052;
}

.postfilter ul{
  padding: 0;
}

.postfilter ul li{
  margin: 15px 6px 10px 0;
}

.blog-filter-title{
  color: #193052;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

@media(min-width: 768px){
  .blog-header{
    max-width:700px;
  }

  .blog-header h1{
    max-width:570px;
  }
}

.featured .post-title,
.post-item .post-body h4 {
  display: inline-block;
  padding: 0 12px;
}

.hs-featured-image,
.feat img{
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.date-read-time{
  padding: 10px;
}


.date-read-time *{
  color: #81858B;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.two_third .topic-link,
.post-item .post-body .topic-link{
  background-color: unset;
  color: #193052 !important;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
}


.post-item-wrapper{
  border: 1px solid rgba(201,201,201) !important;
  border-radius: 8px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}

.post-item .post-body{
  padding: 0 12px;
  color: #81858B;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.two_third: hover,
.post-item:hover .post-item-wrapper{
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.25);
}

.two_third,
.post-header{
  overflow:hidden;

  border-radius: 8px 8px 0 0;
}

.two_third{
  border-radius: 8px;

}

.two_third .cont_padd_feat{
  border: 1px solid #81858B;
  border-top: unset;
  border-radius: 0 0 8px 8px ;
}

.two_third img,
.post-item img{
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.two_third:hover img,
.post-item:hover .post-item-wrapper{
  transform: scale(1.02);
}

.points{
  color: #005CA9;
}

.two_third .blog-index__post-image {
  display: block;
  overflow:hidden;
}

.post-item .post-body h4 a,
.featured .post-title a{
  color: #193052 !important;
  font-family: "Open Sans";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 30.6px;
}

@media(max-width: 768px){
  .post-item .post-body h4 a, .featured .post-title a{
    font-size: 20px;
    line-height: 25px;
  }
}

.read-more a{
  color: #005ca9;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
  position: relative;
}

.two_third .post-title{
  height: auto !important;
}

.read-more{
  padding: 20px 0;
  margin-bottom: 5px;
}

.two_third .read-more{
  padding: 20px 10px;
}


/*.read-more a:after{
  display: inline-block;
  background-image: url(https://2820149.fs1.hubspotusercontent-na1.net/hubfs/2820149/2020%20Website%20Relaunch/long-arrow-right-solid%20Kopie.svg);
  background-repeat: no-repeat;
  content: "";
  width: 11.82px;
  height: 11px;
  margin-left: 10px;
  position: absolute;
  line-height: normal;
  margin-top: 5px;
  top: 1px;
  background-size: contain;
}
*/


.post-item .date-read-time{
  padding: 20px 0 18px 0;
}

.post-item .post-body h4{
  padding: 0;
}

.blog-header__title {
    margin-bottom: 0.2em;
}

.hs-featured-image{
  height: 175px;
}

@media screen and (min-width: 768px){
  .post-item {
    padding: 12px 12px 36px 12px;
  }
  .post-item:nth-child(3n+1) {
    padding-left: 0;
  }
  
  .post-item:nth-child(3n+3) {
    padding-right: 0;
}
  
}

.post-item .post-body h4{
  margin: 0 0 12.5px 0;
  overflow-wrap: anywhere;
}

.w1200.without-padding{
    padding-left: 0;
    padding-right: 0;
  }
@media screen and (max-width: 1230px){
  .w1200.without-padding{
    padding-left: 15px;
    padding-right: 15px;
  }
}