/*------------------------------------*\
    $SUBPAGE
\*------------------------------------*/
.article-header {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .article-header h1 {
    font-size: 40px;
    line-height: 45px;
  }

}

.article-header h4 {
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  padding-top: 0.4em;
}

.byline {
  color: #8a8a8a;
  font-size: 14px;
  text-transform: uppercase;
}
.byline .author {
  color: #00479a;
  font-weight: bold;
}
.byline time {
  margin-left: 15px;
}
.byline a:hover {
  text-decoration: underline;
}

.article-content figure {
  text-align: center;
  margin-bottom: 30px;
}
.article-content figure figcaption {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 15px;
  font: 400 14px/20px "Roboto", sans-serif;
  color: #575757;
}
.article-content figure figcaption .credit {
  display: block;
}

.article-body {
  font-size: 18px;
  line-height: 28px;
  font-family: "Myriad Pro", "Roboto", sans-serif;
  color: #333;
}
.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6,
.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > div,
.article-body > blockquote {
  margin-bottom: 30px;
}

div.article-body div div.caption{
  text-align: left;
  padding-top: 5px;
  padding-bottom: 15px;
  font: 400 14px/20px "Roboto", sans-serif;
  color: #575757;
}
div.article-body blockquote{
  border-left: 6px solid #e5e5e5;
  padding-left: 30px;
  font-style: italic;
  margin-left: 30px;
}
div.article-body blockquote p{
  margin-bottom: 30px;
  font-weight: normal;
}

.article-body a {
  color: #00479a;
  text-decoration: none;
}
.article-body a:hover {
  text-decoration: underline;
}
.article-body blockquote {
  border-left: 4px solid #00479a;
  padding-left: 16px;
  font: bold 18px/28px "Roboto", sans-serif;
}
.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: #00479a;
  top: 12px;
  left: 16px;
}
.article-body ol li::before {
  content: counter(step-count) ".";
  color: #00479a;
  font-weight: 900;
  font-family: "Akkurat", sans-serif;
  top: 0px;
  left: 0px;
  width: 2.5rem;
  text-align: center;
}
.article-body .copyright {
  font: 13px/18px "Roboto", sans-serif;
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
}

/*comment*/
.bt_comment {
  background: #032d73;
  color: #ffffff;
  height: 43px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  line-height: 43px;
  display: inline-block;
  margin-top: 25px;
  padding: 0 45px 0 20px;
  position: relative;
}

.bt_comment .arrow {
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 100;
  width: 18px;
  height: 12px;
  display: inline-block;
}

.bt_comment:hover {
  background: #333333;
}

.bt_comment .icon-chevron-down {
  background: url(../images/icon2016.png) -31px -69px no-repeat;
}

.bt_comment .icon-chevron-up {
  background: url(../images/icon2016.png) 0 -69px no-repeat;
}

/*newsletter*/
.newsletter {
  width: 99.7%;
  padding: 4% 0;
  vertical-align: top;
  border: #000000 1px solid;
  background: #ffffff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #000000;
  margin: 25px 0 15px 0;
}

.newsletter input {
  display: inline-block;
  height: 42px;
}

.newsletter .form {
  width: 283px;
  background: url(../images/newsletter.gif) 0 0 no-repeat;
  margin: 10px 10px 0 0;
  text-indent: 53px;
  color: #a3a3a3;
  font-size: 15px;
}

.newsletter .bt {
  line-height: 42px;
  width: 205px;
  background: #333333;
  color: #e5e5e5;
  font-size: 14px;
  margin: 10px 0 0 0;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.newsletter .description {
  display: block;
  font-size: 11px;
  color: #888888;
  padding: 10px 0 0 0;
}
