/*------------------------------------*\
    $PAGE
\*------------------------------------*/
.article-header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.article-header .meta {
  margin-bottom: 30px;
}
.article-header li {
  display: flex;
  align-items: center;
}
.article-header li::after {
  content: "\f428";
  font: 10px/10px "Genericons";
  margin-left: 5px;
  margin-right: 5px;
}
.article-header li:last-child::after {
  content: none;
}
.article-header .topics {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}
.article-header .topics li:first-child {
  font-weight: 900;
  font-size: 19px;
  color: #3355ba;
  padding-right: 15px;
}
.article-header .topics li:first-child::after {
  content: none;
}
.article-header time {
  color: #333;
}
.article-header h1 {
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 20px;
}
.article-header .subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #8d8d8d;
  font-weight: 600;
  margin-bottom: 20px;
}

.toolbar {
  padding-bottom: 20px;
}
.toolbar .author {
  color: #333;
}
.toolbar .author a:hover {
  text-decoration: underline;
}
.toolbar .tools {
  font-size: 13px;
  line-height: 26px;
}
.toolbar .tools .label {
  padding: 0 9px;
  color: #686868;
}
.toolbar .tools .genericon {
  width: 26px;
  height: 26px;
}
.toolbar .tools .genericon-print, .toolbar .tools .genericon-mail {
  color: #c5c5c5;
  font-size: 20px;
}
.toolbar .tools .genericon-plus, .toolbar .tools .genericon-minus {
  border: 1px solid #d7d7d7;
  color: #6e6e6e;
}

.article-content {
  border-bottom: 3px solid #f1f1f1;
  margin-bottom: 25px;
}
.article-content figure {
  text-align: center;
  margin-bottom: 30px;
}
.article-content figure figcaption {
  text-align: left;
  color: #686868;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 400;
}
.caption {
  text-align: left;
  color: #686868;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0 0;
  font-weight: 400;
}
.article-content .social li {
  margin-bottom: 13px;
}

.article-body {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > div,
.article-body > blockquote {
  margin-bottom: 30px;
}
.article-body .pull-right {
  margin-left: 30px;
}

#tabs {
  display: flex;
}
#tabs .pane {
  padding-bottom: 25px;
}
#tabs article {
  padding-left: 15px;
}
@media only screen and (max-width: 499px) {
  #tabs article {
    width: 100%;
  }
}
#tabs ul {
  flex: none;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
}
#tabs ul li {
  border-bottom: 1px solid #cbcbcb;
}
#tabs ul a {
  display: block;
  background-color: #f3f3f3;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#tabs ul li.ui-tabs-active a,
#tabs ul li.ui-state-active a {
  border-color: transparent;
  background-color: white;
}
#tabs ul li:first-child {
  background-color: #e0e9f1;
  color: #1d3d7e;
  font-size: 17px;
}

.article-body .related {
  width: 100%;
  font-weight: 800;
  padding: 10px 20px 10px 0;
  margin-bottom: 10px;
}
.article-body .related li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
.article-body .related li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #1b75bb;
  border-bottom: 2px solid #1b75bb;
  position: absolute;
  top: 6px;
  left: 0;
}

.imageLeft {float: left; margin-right: 20px;}
.imageRight {float: right; margin-left: 20px;}
.imageBox {margin: auto;}
