/*------------------------------------*\
    $SUBPAGE
\*------------------------------------*/
.bn2 {
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.article-header {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 18px;
  padding-bottom: 17px;
  margin-bottom: 19px;
  text-align: center;
}

.byline {
  font: 12px/20px "Helvetica",Arial,sans-serif;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.byline time {
  color: #888;
}
.byline a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .byline time {
    display: block;
  }
}

.share {
  font-weight: bold;
  font-size: 12px;
  line-height: 35px;
  color: white;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 15px;
}
.share .icon {
  width: 54px;
  height: 45px;
  background-color: transparent;
}
.share .icon-facebook {
  background-image: url(/views/images/2020/social_facebook2.svg);
}
.share .icon-twitter {
  background-image: url(/views/images/2020/social_twitter2.svg);
}
.share .icon-mail {
  width: 45px;
  border: 1px solid #e1e2e7;
}
.share-facebook {
  background-color: #3b5998;
  margin-right: 10px;
  padding-right: 15px;
}
.share-twitter {
  background-color: #1da1f2;
  margin-right: 10px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .share .icon-facebook, .share .icon-twitter {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 13px;
  }
  .share-facebook, .share-twitter {
    padding-right: 39px;
  }
}

.article-content figure {
  text-align: center;
  margin-bottom: 30px;
}
.article-content figure figcaption {
  font: 300 12px/17px "Helvetica",Arial,sans-serif;
  text-align: left;
  color: #333;
  padding-top: 10px;
}
.article-content .copyright {
  border-top: 1px solid #dfdfdf;
  font: bold 12px/20px "Helvetica",Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 70px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .article-content {
    padding-left: 44px;
    padding-right: 30px;
  }
}

.article-body {
  font: 18px/30px "Georgia",Times,serif;
  color: #333;
}
.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > div,
.article-body > blockquote {
  margin-bottom: 30px;
}
.article-body a {
  color: #194d87;
  text-decoration: underline;
}
.article-body a:hover {
  text-decoration: none;
}
.article-body blockquote {
  border-left: 3px solid #eaecf3;
  padding-left: 20px;
  margin-left: 15px;
}
.article-body ol li, .article-body ul li {
  position: relative;
  padding-left: 2.5rem;
}
.article-body ol li::before, .article-body ul li::before {
  position: absolute;
}
.article-body ul li::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #194d87;
  top: 12px;
  left: 16px;
}
.article-body ol {
  counter-reset: step-count;
}
.article-body ol li {
  counter-increment: step-count;
}
.article-body ol li::before {
  content: counter(step-count) ".";
  color: #194d87;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  top: 0px;
  left: 0px;
  width: 2.5rem;
  text-align: center;
}
