@page {
  margin: 0.5in;
  size: letter portrait; }

body.single-news_item .off-canvas-content {
  margin-top: 0; }
body.single-news_item header.site-header {
  box-shadow: none;
  position: static;
  padding-bottom: 0.375in; }
  body.single-news_item header.site-header .top-bar-title a, body.single-news_item header.site-header .top-bar-title span {
    display: block;
    text-align: center; }
  body.single-news_item header.site-header .top-bar-title .logo {
    padding-right: 0;
    width: 2.25in;
    padding-bottom: 0.125in;
    height: auto; }
  body.single-news_item header.site-header .top-bar {
    max-width: none;
    padding: 0;
    text-align: center; }
  body.single-news_item header.site-header a::after {
    content: ''; }
  body.single-news_item header.site-header .top-bar-right {
    display: none; }
body.single-news_item section.banner {
  display: none; }
body.single-news_item section.stay-informed {
  display: none; }
body.single-news_item section.news-item {
  padding: 0;
  background-color: transparent;
  counter-reset: linknote; }
  body.single-news_item section.news-item .section-content {
    max-width: none;
    padding: 0; }
    body.single-news_item section.news-item .section-content > .cell {
      width: 100%; }
      body.single-news_item section.news-item .section-content > .cell > .box {
        padding: 0; }
  body.single-news_item section.news-item ul.pagination, body.single-news_item section.news-item ul.breadcrumbs, body.single-news_item section.news-item .social-share {
    display: none; }
  body.single-news_item section.news-item h1 {
    font-size: 22pt !important;
    line-height: 1.2 !important;
    text-align: center; }
  body.single-news_item section.news-item h2 {
    font-size: 17pt !important;
    line-height: 1.2 !important;
    text-align: center; }
  body.single-news_item section.news-item p, body.single-news_item section.news-item div.date {
    font-size: 12pt !important;
    line-height: 1.5 !important;
    color: #000 !important; }
  body.single-news_item section.news-item div.date {
    text-align: center; }
    body.single-news_item section.news-item div.date .icon {
      display: none !important; }
  body.single-news_item section.news-item a {
    font-weight: 400; }
  body.single-news_item section.news-item a::after {
    content: ''; }
  body.single-news_item section.news-item a.has-linknote::after {
    vertical-align: super;
    font-size: smaller;
    padding: 0 1pt;
    counter-increment: linknote;
    content: counter(linknote);
    display: inline-block;
    text-decoration: none; }
  body.single-news_item section.news-item .linknotes {
    display: block !important;
    word-break: break-word;
    margin: 40px 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 40px;
    border-top: thin solid #777; }
    body.single-news_item section.news-item .linknotes li {
      font-size: 10pt; }
body.single-news_item footer {
  background-color: transparent; }
  body.single-news_item footer .footer-container {
    border-top: 0; }
body.single-news_item footer .footer-grid > * {
  display: none; }
body.single-news_item footer .footer-grid > .copyright {
  display: block;
  color: #000 !important; }
