﻿.gray-row {
  margin-bottom: 90px;
}

.sr-container h1 {
  color: #231F20;
}

.sr-container.page-banner h5 {
  font-size: 12px;
}

.news-list-item-image {
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
}
.news-list-item-image > a img {
  transition: all 0.3s ease-in-out;
}
.news-list-item-image:hover > a img {
  transform: scale(1.1);
}
.news-list-item-detail .date {
  letter-spacing: 2.4px;
  color: #A31C1C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.news-list-item-detail h3 > a, .news-list-item-detail h3 a:link, .news-list-item-detail h3 a:visited, .news-list-item-detail h3 a:active {
  color: #231F20;
}
.news-list-item-detail h3 > a:hover, .news-list-item-detail h3 a:link:hover {
  color: #A31C1C;
}
.news-list-item-detail .Normal a {
  text-decoration: none;
  color: #00A59E;
  position: relative;
  display: inline-block;
}
.news-list-item-detail .Normal a:after {
  margin-left: 12px;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
}
.news-list-item-detail .Normal a:hover {
  font-weight: 700;
}
.news-list-item-detail .Normal a:hover:after {
  font-weight: 400;
}
