/* Articles */
ul.sb-links {
  margin: 0 0 32px 0;
  padding: 0;
  list-style: none;
}
ul.sb-links li {
  list-style: none;
  margin: 0;
  padding: 0!important;
  text-indent: 0!important;
}
ul.sb-links li:before {
  display: none!important;
}
ul.sb-links li:hover {
  cursor: pointer;
}

/* - featured article */
.sb-link-featured {
  width: 100%;
  background-color: #FFFFFF;
}
.sb-featured-body {
  padding: 16px;
  background-color: #FFFFFF;
}
.sb-featured-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-indent: 0!important;
}
.sb-link-featured .sb-subtitle {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 8px;
  text-indent: 0!important;
}
.sb-link-featured-alignment {
  text-align: center;
}
.sb-link-featured img {
  border: none!important;
}
.sb-subtitle span.sb-details a {
  box-shadow: none;
}
.sb-featured-description {
  font-size: 16px;
  margin-bottom: 0!important;
  text-indent: 0!important;
}

.sb-link-image {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  text-indent: 0!important;
}
.sb-background-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

/* - compact article */
.sb-link-compact {
  position: relative;
  display: block;
  width: 100%;
  min-height: 64px;
  background-color: #FFFFFF;  
  margin-bottom: 16px;
  text-indent: 0!important;
}
.sb-link-compact:hover {
  cursor: pointer;
}
.sb-compact-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64px;
}
.sb-compact-container .sb-compact-image {
  height: 100%;
  width: 64px;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.sb-compact-description {
  display: block;
  vertical-align: middle;
  min-height: 64px;
  margin-left: 64px;
}
.sb-link-no-image {
  margin-left: 0;
}
.sb-compact-description .sb-compact-title {
  margin: 0!important;
  padding: 8px 16px;
  font-weight: 700;
  line-height: 24px;
}

/* text only article */
.sb-link-text {  
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #DDD;
}
.sb-links li:first-child .sb-link-text {
  border-top: 1px solid #DDD;
}
.sb-link-text-title {
  padding: 8px 16px 8px 0;
  font-weight: 700;
  margin-right: 36px;
  text-indent: 0!important;
}
.sb-link-text-next {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
}
.sb-link-chevron {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #888;
}