  .hh-news .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
a {
text-decoration: none;
color: hsl(232, 50%, 25%);
}
a:hover, a:focus {
    color: #aa1010;
    text-decoration: underline;
}
}
@media (min-width: 576px) {
  .hh-news .container {
    max-width: 540px;
 }
}
@media (min-width: 768px) {
  .hh-news .container {
    max-width: 720px;
 }
}
@media (min-width: 992px) {
  .hh-news .container {
    max-width: 960px;
 }
}
@media (min-width: 1200px) {
  .hh-news .container {
    max-width: 1170px;
 }
}

.hh-news h1.page-title {
 margin: 40px 0 20px;
}

/***FEATURED POSTS***/
.hot-post img {
  width: 100%;
  display: block;
  margin: auto;
}
.hot-post .post-body h2 a {
  text-decoration: none;
}

.hot-post .post-body .feature-story {
 font-size: .96rem;
 font-weight: 700;
 color: #aa1010;
 line-height: 1.5;
}

.hot-post .post-body .post-meta li {
  list-style: none;
}
.hot-post .post-body .post-meta li.summary {
  font-size: 1rem;
  color: #000;
  line-height: 1.65rem;
}
.hot-post .hot-post-right .post-body .post-meta li.summary {
  display: none;
}
/***RECENT STORIES***/
.post .post-body h3.post-title {
  font-size: 1.13rem;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 1.4;
}
.post .post-body h3.post-title a {
  text-decoration: none;
}
.post a.post-img.cards {
  display: block;
  overflow: hidden;
}
.post a.post-img.cards img {
  overflow: hidden;
  width: 100%;
}

.hh-news h1.page-title {
 margin: 40px 0 20px;
}

.post-body .feature-story {
 font-size: .96rem;
 font-weight: 700;
 color: #aa1010;
 line-height: 1.5;
}

.hh-news h2.title {
 font-weight: 700;
 color: #aa1010;
 margin-bottom: .75rem;
}

.hh-news .section-title {
 border-bottom: 2px solid #f4f4f4;
 margin-bottom: 20px;
}

/***CATEGORIES LIST***/
.aside-widget .category-widget li {
  list-style: none;
  padding-bottom: 10px 
}
.aside-widget .category-widget li a {
  color: #005a98;
  text-decoration: none;
  font-weight: 600;
}
.post-body .post-category {
  color: #aa1010;
  font-weight: 600;
  font-size: .96rem;
  line-height: 1.5rem;
  margin: 10px 0 0;
}

.categories-page .section-title {
   display: none;
}

/***POST STYLING***/
.post-meta {
  font-size: .875rem;
  color: #005a98;
  list-style: none;
  margin: 10px 0;
}
.post-title {
  color: #aa1010 !important;
  text-decoration:none;
  font-size: 1.5rem;
  font-family: "Roboto Slab",Georgia,"Times New Roman",serif;
  padding-top: 5px;
  font-weight:600;
}
/***SOCIAL ICONS***/
.aside-widget .social-widget ul li {
  text-align: center;
}
.aside-widget .social-widget ul li a {
  color:#005a98;
  font-size: 2rem 
}
.aside-widget .social-widget ul {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  width: 80%;
}
