.ph time {
  text-transform: uppercase;
  font-size: 15px;
}
.ph h6 {
  font: bold 18px "Buenard", serif;
  color: #7b7a7a;
  text-transform: uppercase;
}
.ph h6 a {
  color: black;
}
@media (min-width:992px) {
  .pn {
    font-size: 15px;
  }
  .pn .logo a {
    width: 183px;
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .pn {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ph h6 {
    flex: 1;
    text-align: center;
    margin-bottom: 15px;
  }
}
.pt {
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.article-header {
  padding-bottom: 30px;
}
.article-header h1 {
  font-size: 33.5px;
  line-height: 38.5px;
  margin-bottom: 60px;
}
.article-header .byline {
  font: 16px "Helvetica", sans-serif;
}
.article-header .byline a {
  color: #1b9def;
  font-weight: bold;
}
.article-header time{
  color: #343434; font-size: 14px; padding-left: 7px;
}
.article-header .icon {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.article-header .icon-facebook {
  background-image: url(../images/social_facebook2.svg);
}
.article-header .icon-twitter {
  background-image: url(../images/social_twitter2.svg);
}
.article-header .icon-share {
  background-image: url(../images/external-link.svg);
  background-position: left center;
  font: 12.5px/20px "Lato", sans-serif;
  color: #636363;
  letter-spacing: 1px;
  width: 75px;
  text-align: right;
}
.article-content {
  font-family: "Helvetica", sans-serif;
}
#vplayer_large {
  margin-bottom: 30px;
}
.slide-count {
  font-weight: bold;
  font-size: 13px;
  color: white;
  background-color: rgba(0, 0, 0, .8);
}
.slide-count span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 10px;
  border: 1px solid white;
  position: relative;
  margin-right: 10px;
  margin-top: -4px;
}
.slide-count span::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border: 1px solid white;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  background-color: rgba(0, 0, 0, 1);
}
figure {
  position: relative;
}
figure .slide-count {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px;
}
figcaption {
  font-size: 14.5px;
  color: rgba(0, 0, 0, .62);
  padding-top: 8px;
  padding-bottom: 35px;
}
.article-body {
  font-size: 18.5px;
  line-height: 27px;
}
.article-body a {
  color: #1b9def;
}
.article-body a:hover {
  text-decoration: underline;
}
.article-body>div, .article-body>p, .article-body>ul, .article-body>ol, .article-body>h1, .article-body>h2, .article-body>h3, .article-body>h4, .article-body>h5, .article-body>h6 {
  margin-bottom: 20px;
}
.article-body ul li {
  padding-left: 20px;
}
.article-body ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e31515;
  position: absolute;
  top: 10px;
  left: 2px;
}
.article-body ol li {
  padding-left: 30px;
}
.article-body ol li::before {
  content: counter(counter)". ";
  color: #e31515;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 2px;
}
.article-body blockquote {
  border-left: 4px solid #e31515;
  padding-left: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2em;
}
.tags {
  font-weight: bold;
}
.tags a {
  color: #e31515;
  text-decoration: underline;
}
.tags a:hover {
  text-decoration: none;
}
.article-content .copyright {
  text-transform: uppercase;
  font-size: 12px;
  color: #727272;
}
.slide-header hr {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.slide-header h1 {
  font-size: 33.5px;
  line-height: 38.5px;
  margin-bottom: 35px;
}
.slide-buttons {
  padding-top: 15px;
  padding-bottom: 60px;
}
.slide-buttons button {
  font-weight: 900;
  font-size: 40px;
  line-height: 70px;
  text-transform: uppercase;
  background-color: #9b9b9b;
  color: white;
  transition: 0.3s;
  display: inline-block;
  width: 50%;
}
.slide-buttons .active {
  background-color: #e31515;
  cursor: pointer;
}
.slide-buttons .active:hover {
  background-color: #FD2F2F;
}
.slide-buttons .prev {
  margin-right: 15px;
}
@media (min-width:768px) {
  .slide-buttons .prev {
    width: 30%;
  }
  .slide-buttons .next {
    width: 70%;
  }
}