#article nav .news a {
  font-weight: 500;
}

#article header.active nav ul .news a {
  font-style: italic;
}

#article footer .nav .news a {
  font-style: italic;
}

#article #container .s1 {
  padding-bottom: 11rem;
}

#article #container .s1 .global-btn {
  color: #102e4f;
  margin-bottom: 4rem;
}

#article #container .s1 .global-btn:hover {
  color: #fff;
}

#article #container .s1 .share-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

#article #container .s1 .share-links p {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  margin-right: 10px;
}

#article #container .s1 .share-links path, #article #container .s1 .share-links rect {
  fill: #446b96;
}

#article #container .s1 .date {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #102e4f;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

#article #container .s1 .date .vline {
  width: 1px;
  height: 15px;
  background: #102e4f;
  margin: 0 10px;
}

#article #container .s1 .date span {
  color: #446b96;
}

#article #container .s1 h3 {
  margin-bottom: 3rem;
}

#article #container .s1 .wrap p {
  margin-bottom: 1rem;
}

#article #container .s1 .wrap p:last-of-type {
  margin-bottom: 0;
}

#article #container .s1 .wrap ul {
  list-style: none;
  margin-bottom: 1rem;
}

#article #container .s1 .wrap ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}

#article #container .s1 .wrap ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #475768;
  left: 0;
  top: 12px;
}

#article footer .slide-inner {
  background: url(/i/News_footer.jpeg) no-repeat center/cover;
}

/***** MEDIA *****/
@media screen and (max-width: 767px) {
  #article #container .s1 {
    padding-bottom: 6rem;
  }
  #article #container .s1 h3 {
    margin-bottom: 2rem;
  }
  #article #container .s1 .wrap ul li::before {
    top: 10px;
  }
}
