.node.elearn.article-teaser {
  background: #fff;
}
.node.elearn.article-teaser .category {
  color: #999;
  padding-top: 10px;
  margin-bottom: 10px;
}
.node.elearn.article-teaser .category:before {
  content: "";
  background-color: #31a8db;
  height: 2px;
  width: 20px;
}
.node.elearn.article-teaser h2 {
  color: #31a8db;
}
.node.elearn.article-teaser .article-header {
  border-top: none;
}
.node.elearn.article-teaser .subtitle {
  color: #000;
}
.node.elearn.article-teaser .np-push-link {
  clear: both;
  background: #f5953f url(../images/hat_ellipse.png) 20px center no-repeat;
  background-size: 52px;
  color: #fff;
  padding: 15px 15px 15px 90px;
  border-radius: 0 0 15px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.node.elearn.article-teaser .np-push-link > a {
  display: block;
  text-align: left;
}
.node.elearn.article-teaser .np-push-link > a:last-child {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}

.attachment.item-e article {
  margin-left: 1.82% !important;
}

.pane-related-content-panel-pane-2 h2.pane-title {
  text-align: center;
  margin: 20px;
}
.pane-related-content-panel-pane-2 h2.pane-title span {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 10px;
  padding: 0 32px;
  position: relative;
}
.pane-related-content-panel-pane-2 h2.pane-title span::before, .pane-related-content-panel-pane-2 h2.pane-title span::after {
  background-color: #f5953f;
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}
.pane-related-content-panel-pane-2 h2.pane-title span::before {
  left: 0;
}
.pane-related-content-panel-pane-2 h2.pane-title span::after {
  right: 0;
}

html[dir=rtl] .attachment.item-e article {
  margin-left: 0 !important;
  margin-right: 1.82% !important;
}
html[dir=rtl] .node.elearn.article-teaser .np-push-link {
  background: #f5953f url(../images/hat_ellipse.png) calc(100% - 20px) center no-repeat;
  background-size: 52px;
  padding: 15px 90px 15px 15px;
}
html[dir=rtl] .node.elearn.article-teaser .np-push-link > a {
  text-align: right;
}