.article-category {
  padding-top: 20px;
  color: #3f3f40;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.article-header {
  padding-top: 5px;
}
.article-header time {
  margin-bottom: 15px;
}
.article-header .byline {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.article-header .author {
  color: #747678;
  font-weight: 900;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .article-header .byline {
    border-top: 1px solid #ebebeb;
    padding-bottom: 10px;
  }
}

.article-body {
  font-size: 18px;
  line-height: 26px;
  color: #3f3f40;
}
.article-body figure {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.caption{
  text-align: left;
  border-top: 1px solid #ebebeb;
  font-size: 13px;
  line-height: 16px;
  color: #3f3f40;
  padding: 15px 25px 20px;
}


.article-body figure figcaption {
  text-align: left;
  border-top: 1px solid #ebebeb;
  font-size: 13px;
  line-height: 16px;
  color: #3f3f40;
  padding: 15px 25px 20px;
}
.article-body > p,
.article-body > div,
.article-body > blockquote,
.article-body > iframe,
.article-body > ul,
.article-body > ol,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > h5,
.article-body > h6 {
  margin-bottom: 24px;
}
.article-body > p a,
.article-body > div a,
.article-body > blockquote a,
.article-body > iframe a,
.article-body > ul a,
.article-body > ol a,
.article-body > h2 a,
.article-body > h3 a,
.article-body > h4 a,
.article-body > h5 a,
.article-body > h6 a {
  font-weight: 900;
  border-bottom: 1px solid #b8b9ba;
}
.article-body > p a:hover,
.article-body > div a:hover,
.article-body > blockquote a:hover,
.article-body > iframe a:hover,
.article-body > ul a:hover,
.article-body > ol a:hover,
.article-body > h2 a:hover,
.article-body > h3 a:hover,
.article-body > h4 a:hover,
.article-body > h5 a:hover,
.article-body > h6 a:hover {
  border-bottom-width: 0;
}
.article-body ul,
.article-body ol {
  border-top: 1px solid #ebebeb;
  color: #3f3f40;
}
.article-body ul li,
.article-body ol li {
  position: relative;
  margin-top: 24px;
}
.article-body ul li::before,
.article-body ol li::before {
  position: absolute;
  top: 0;
  left: -4px;
}
.article-body ul li {
  padding-left: 15px;
}
.article-body ul li::before {
  content: "\f428";
  font-family: "Genericons";
}
.article-body ol li {
  padding-left: 25px;
}
.article-body ol li::before {
  counter-increment: item +1;
  content: counter(item);
  font-weight: 900;
}
.article-body ul.related li {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .article-body figure {
    margin-left: 0;
    margin-right: 0;
  }
}

.article-source {
  color: #999;
  font-style: italic;
  font-size: 14px;
  padding-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.article-source p {
  margin-bottom: 25px;
}

.more-content {
  padding-top: 15px;
}
.more-content li {
  padding-bottom: 30px;
}
.more-content h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.more-content .image {
  margin-bottom: 6px;
}
.more-content .title {
  color: #172122;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.more-content time,
.more-content .byline {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
}

.article-sticky {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 50px;
  right: 0;
  background-color: white;
  height: 49px;
  padding-right: 15px;
}
.article-sticky.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.article-sticky .icon {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(../images/logo-icon2.png) center/25px no-repeat;
  width: 40px;
  height: 40px;
  border: 1px solid #f3f3f3;
}
.article-sticky .social .genericon {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  font-family: "Lato", sans-serif;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.article-sticky .social .genericon::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  font-family: "Genericons";
}
.article-sticky .social .genericon-facebook-alt {
  background-color: #3b5998;
}
.article-sticky .social .genericon-facebook-alt:hover {
  background-color: #22407F;
}
.article-sticky .social .genericon-twitter {
  background-color: #1da1f2;
}
.article-sticky .social .genericon-twitter:hover {
  background-color: #0488D9;
}
@media only screen and (min-width: 768px) {
  .article-sticky {
    display: none;
  }
}
