.post-container .lwptoc.ddi-toc {
  float: left;
  width: 100%;
  margin: 0 1rem 1rem 0;
}

.post-container .lwptoc.ddi-toc .lwptoc_i {
  background: none;
  width: 100%;
  padding: 0;
}

.post-container .lwptoc.ddi-toc .lwptoc_i .lwptoc_header {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  padding-left: 66px;
  line-height: 48px;
}

.post-container .lwptoc.ddi-toc .lwptoc_i .lwptoc_header:before {
  content: " ";
  background-image: url("../ddi-header.html");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}

.post-container .lwptoc.ddi-toc .lwptoc_i .lwptoc_header b {
  font-weight: normal !important;
  color: #2c4c92;
}

.post-container .lwptoc.ddi-toc .lwptoc_items {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
}

.post-container .lwptoc.ddi-toc .lwptoc_item {
  margin-top: 0;
  border-bottom: 1px solid;
  padding: 1rem 0 1rem 1rem;
}

.post-container .lwptoc.ddi-toc .lwptoc_item.current {
  /*set the initial state*/
  background: #261656;
}

.post-container .lwptoc.ddi-toc .lwptoc_item.current a {
  /*set the initial state*/
  color: #ffffff;
}

.post-container .lwptoc.ddi-toc .lwptoc_item:last-of-type {
  border-bottom: none;
}

.post-container .lwptoc.ddi-toc .lwptoc_items a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.ddi-desc {
  padding: 30px 20px 0 20px;
  margin: 0 !important;
  color: #000 !important;
}
.hero-header {
  height: 80px !important;
}
.hero-header .hero-caption {
  font-size: 24px !important;
  line-height: normal !important;
  text-align: center;
}
#page article.list-card {
  margin: 30px 19px !important;
  padding:0 !important;
}
#page article.list-card .content {
  padding-top: 0 !important;
}
#page article.list-card .content .excerpt > p {
  margin-top: 10px !important;
  margin-bottom: 19px !important;
}
.pagination {
  margin: 4.69rem 0 !important;
}
/* start media queries */

@media (max-width: 991px) {
  .ddi-template #page .post-content h2#h-history {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #page article.list-card .content .excerpt > p {
    margin-bottom: 0 !important;
  }
  .ddi-template #page .post-content .lwptoc.ddi-toc {
    z-index: 1;
    position: relative;
  }

  .post-container .lwptoc.ddi-toc {
    width: 40%;
  }

  .post-container .lwptoc.ddi-toc .lwptoc_i {
    padding: 14px 18px 18px 0;
  }
  .ddi-desc {
    padding: 0px;
  }

  .hero-header {
    min-height: 300px !important;
  }
  #page article.list-card {
    padding: 30px 0 19px !important;
    margin: 0 !important;
  }
}