* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mview[data-menu="article"] {
  transition: opacity 250ms;
  opacity: 0 !important;
}
.mview[data-menu="article"].visible {
  opacity: 1 !important;
}
article {
  position: relative;
  font-family: Open Sans;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  padding: 50px;
  font-weight: 300;
  text-align: initial;
}
@media screen and (max-width: 800px) {
  article {
    padding: 20px;
    font-size: 15px;
  }
}
article[dir="rtl"] .actions {
  right: auto;
  left: 45px;
}
article .actions {
  position: absolute;
  top: 55px;
  right: 45px;
  color: #565657;
}
@media screen and (max-width: 800px) {
  article .actions {
    top: 23px;
  }
}
article .actions a {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
}
article .actions a svg {
  fill: currentColor;
  width: 20px;
}
article h3 {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  article h3 {
    font-size: 10.5px;
  }
}
article h3:not(:first-child) {
  margin-top: 30px;
  width: auto !important;
}
article h2 {
  color: #565657;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  article h2 {
    font-size: 12px;
  }
}
article h2.inter {
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  article h2.inter {
    font-size: 13.5px;
  }
}
article h2.bigfont {
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  article h2.bigfont {
    font-size: 22.5px;
  }
}
article h1 {
  color: #565657;
  margin: 20px 0;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  article h1 {
    font-size: 37.5px;
  }
}
article aside {
  background-color: #efefef;
  padding: 10px 30px;
  margin-top: 30px;
}
article figure {
  margin: 30px 0;
}
article img {
  display: block;
  width: 100%;
  height: auto;
}
article figure + figcaption {
  margin-top: -30px;
}
article figcaption {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  article figcaption {
    font-size: 12px;
  }
}
article .chapo {
  font-weight: 600;
  margin: 20px 0;
}
article p {
  margin: 20px 0;
  white-space: pre-line;
}
article .note {
  margin: -10px 0 20px;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  article .note {
    font-size: 9px;
  }
}
article blockquote {
  font-style: italic;
  margin: 40px 0 20px;
}
article .author {
  font-size: 16px;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  article .author {
    font-size: 12px;
  }
}
article .articleBody > a {
  display: block;
}
article .articleBody a {
  text-decoration: underline;
}
article .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
article .youtube iframe,
article .youtube object,
article .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article {
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  article {
    font-size: 16.5px;
  }
}
article h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  article h1 {
    font-size: 27px;
  }
}
article div.chapo {
  color: #333 !important;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  article div.chapo {
    font-size: 22.5px;
  }
}
article h2.inter {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  article h2.inter {
    font-size: 18px;
  }
}
article blockquote {
  font-style: italic;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  article blockquote {
    font-size: 18px;
  }
}
article figcaption {
  background-color: transparent !important;
  color: #333;
}
article div.author {
  font-style: italic;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  article div.author {
    font-size: 13.5px;
  }
}
