  .news-list header a {
  font-family: neuzeit-grotesk, sans-serif;
  color: #0F0F0F;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.news-list header a:hover {
  color: #E65300;
  text-decoration: none;
}
.news-list header a.news-page-link {
  padding: 0.5rem 0px;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}
.news-list header a i.fa {
  color: #E65300;
}
.views-row .news-list {
  font-size: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 2rem;
  color: #161729;
}
.views-row .news-list a {
  color: #161729;
  text-decoration: none;
}
.views-row .news-list a:hover {
  text-decoration: none;
  color: #161729;
}
.views-row .news-list a:hover h3 {
  color: #bf4a12;
}
.views-row .news-list img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .views-row .news-list img {
    padding: 0;
  }
}
.views-row .news-list h3 {
  color: #161729;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.views-row .news-list .date {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 0.0875rem;
  padding-bottom: 2rem;
  color: #857B6D;
}
.views-row .news-list .body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.views-row .news-list a {
  color: #161729;
  text-decoration: none;
}
.views-row .news-list a:hover {
  text-decoration: none;
  color: #161729;
}
.views-row .news-list a:hover h3 {
  color: #bf4a12;
}
.views-row .news-list.pitp-item .source {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #AC441E;
}
.views-row .news-list.pitp-item h3 {
  font-size: 1.5rem;
  font-family: bely, sans-serif;
}
.views-row .news-list.pitp-item .teaser {
  font-family: neuzeit-grotesk, sans-serif;
}
.pager {
  padding: 0px !important;
}
.pager li {
  padding: 0px !important;
}
.pager .pager__item a {
  color: #FFFFFF;
  background-color: #001028;
  padding: 0px 20px !important;
  border: 1px solid #001028;
}
.pager .pager__item a:hover {
  color: #001028;
  background-color: #F2F2F2;
}
.pager .pager__item.is-active a {
  color: #FFFFFF;
  background-color: #FF671D;
  border: 1px solid #FF671D;
}
.pager .pager__item.is-active a:hover {
  color: #001028;
  background-color: #F2F2F2;
  border: 1px solid #001028;
}
