/*
 * NOTE: The contents of this file should ONLY be relevant to content within the article body.
 * It should NOT contain styles for the article page itself. This is because we need a separate
 * stylesheet to send to the apps for their WebViews to render accurately
 */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 4px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.embed-container {
  margin: 0 auto 22px; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100% !important;
    height: 100% !important; }

.article-wrapper .article-header {
  text-align: center;
  width: 75%;
  margin: 40px auto; }
  .article-wrapper .article-header a {
    color: #000;
    font-weight: bold; }
    .article-wrapper .article-header a:hover, .article-wrapper .article-header a:focus {
      color: #7F7F7F;
      text-decoration: none; }
  @media (max-width: 480px) {
    .article-wrapper .article-header {
      width: 90%; } }

.article-wrapper .article-category {
  font-size: 16px;
  line-height: 20px; }

.article-wrapper .article-title {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2px;
  margin-top: 10px; }
  @media (max-width: 480px) {
    .article-wrapper .article-title {
      font-size: 20px;
      line-height: 28px; } }

.article-wrapper .article-blurb {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 20px auto 0; }
  @media (max-width: 480px) {
    .article-wrapper .article-blurb {
      font-size: 14px;
      line-height: 18px; } }

.article-wrapper .article-byline {
  font-size: 13px;
  position: relative;
  margin-top: 40px;
  padding-top: 40px; }
  .article-wrapper .article-byline:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100px;
    width: 200px;
    display: block;
    border-bottom: solid 1px #000; }

.article-wrapper .article-image {
  text-align: center;
  margin: 0 auto 40px; }
  @media (max-width: 768px) {
    .article-wrapper .article-image {
      margin-left: -15px;
      margin-right: -15px; } }
  .article-wrapper .article-image figcaption {
    font-size: 12px;
    line-height: 18px;
    color: #7F7F7F;
    text-align: center;
    margin: 20px auto 0; }

.article-wrapper .article-body {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  padding-bottom: 60px; }
  .article-wrapper .article-body blockquote {
    font-style: italic;
    line-height: 26px;
    padding: 5px 20px; }
  .article-wrapper .article-body a {
    text-decoration: underline; }
    .article-wrapper .article-body a:hover {
      color: #7F7F7F; }
/*# sourceMappingURL=article.css.map */