/********************************************************************* General List */
.knowledgeBase-list-view .row {
  display: flex;
  flex-wrap: wrap;
}
.knowledgeBase-list-view .row > .col-xs-12.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32px;
}
.knowledgeBase-list-view .row {
  margin-bottom: -32px;
}
.knowledgeBase-list-view a:hover {
    text-decoration: none;
}
.knowledgeBase-list-view span.txt{
    margin-bottom: 32px;
    color: #647190;
    display: block;
}
.knowledgeBase-list-view hr {
  border-top: 1px solid #DEE2ED;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .knowledgeBase-list-view .row > .col-xs-12.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .knowledgeBase-list-view .col-md-4,
  .knowledgeBase-list-view .col-md-8 {
      width: 100%;
      float: none;
  }
  .Category .checkbox-grid {
    flex-direction: column;
  }
}

/*
* divs width same height *
*/
.knowledge-article {
  display: flex;
  flex-direction: column;
  height: 100%;

  padding: 32px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #DEE2ED;
  background: #F6F7FA;
}
.knowledge-article:hover {
  border: 1px solid #4277FC;
  cursor: pointer;
  text-decoration: none;
}
.knowledge-article .news-img-wrap {
  flex: 0 0 auto;
  margin-bottom: 32px;
  width: 100%;
  min-height: 280px;
  border-radius: 16px;
  background-color: #141E39;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.knowledge-article .header,
.knowledge-article .teaser-text {
  flex: 1 0 auto;
  color: #647190;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.knowledge-article .footer {
  margin-top: auto;
}

/*
* div style *
*/
.knowledge-article .teaser-text > div {
    margin-bottom: 24px;
}
.knowledge-article .h4 {
    color: #1F2E53 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    margin-bottom: 24px !important;
}
