.media-note:before {
  font-family: 'aboutusps';
  font-size: 1rem;
  content: "\e90a";
  padding-right: 10px;
}
#contentwrapper .news-list a:link, #contentwrapper .news-list a:visited {
  border-bottom-width: 0;
}
#contentwrapper .news-list a:hover, #contentwrapper .news-list a:focus-visible, #contentwrapper .news-list a:active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nationalNews .catch {
  line-height: 1.3em;
  display: block;
  font-family: "HelveticaNeueW01-77BdCn 692722", "HelveticaNeue-CondensedBold", "Segoe UI", "Helvetica Neue";
  font-size: 1rem;
}
.nationalNews .date {
  font-size: 0.75rem;
  font-weight: bold;
}
.releases-buttons {
  gap: 1rem;
}
.releases-buttons a {
  max-width: 48%;
  width: 160px;
}
#contentwrapper .releases .list-table.nationalNews {
  border-color: rgba(218, 41, 28, 0.3);
}
table.nationalNews td {
  padding-left: 0;
  padding-right: 0;
}
a.bloglink {
  display: block;
  border: 0 !important;
  margin: 0 auto;
}
a.bloglink h3 {
  font-size: 1.2rem;
  color: #101820;
  text-wrap: balance;
}
.bloglink figure img {
  max-height: 250px;
}
ul.news-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: .5rem;
  gap: .25rem;
}
ul.news-list li {
  text-align: center;
  max-width: 65px
}
ul.news-list li span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .nationalNews {
    table-layout: fixed;
  }
  .nationalNews td {
    overflow: hidden;
    padding: 0.2rem 0;
  }
  .nationalNews .catch {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ul.news-list {
    border-bottom: 1px solid #da291c;
  }
  ul.news-list li {
    max-width: 86px;
  }
  .centerNewsSection p.subnav {
    text-align: left;
  }
  .bloglink figcaption.figure-caption {
    width: 60%;
    margin-left: 0;
    text-align: left;
  }
  .bloglink .figure {
    display: block;
    border-bottom: 1px solid #da291c;
    padding-bottom: 1rem;
    gap: 1.5rem;
  }
  .bloglink .figure img {
    max-width: 30%;
    max-height: 200px;
    float: left;
  }
}