.news-archive {
  background-color: #f6f6f5;
  display: flex;
  flex-direction: column;
}

.news-archive .card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  border: 0;
  min-height: 345px;
}
.news-archive .latest-news-row {
  display: flex;
  flex-direction: row;
  float: left;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  width: 100%;
}

.news-archive p.card-subtitle {
  font-size: 14px;
  color: #414042;
  font-family: "Campton";
  font-weight: 300;
}

.news-archive p.card-text {
  font-size: 14px;
  color: #979797;
  font-family: "Campton";
  font-weight: 300;
}

.news-archive .card-footer,
.news-archive .card-footer a {
  background-color: transparent;
  font-size: 14px;
  color: #979797;
  font-family: "Campton";
  font-weight: 300;
}

.news-archive .loadmorenews {
  background-color: #00a499;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  width: 160px;
  display: block;
  padding: 6px 12px;
  font-family: Campton;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}

.news-archive .card-body h3.card-title,
.news-archive .latest-news .content-wrapper h3 {
  font-family: "Campton";
  font-size: 16px !important;
  font-weight: 500;
  color: #0a1e27;
  line-height: 24px !important;
}

.news-archive .card-date {
  color: #979797;
  text-transform: uppercase;
  font-family: "Campton";
  font-size: 12px !important;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
}

.news-archive .card-category {
  color: #00a499;
  text-transform: uppercase;
  font-family: "Campton";
  font-size: 12px !important;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.news-archive .latest-news .content-wrapper p {
  font-family: "Campton";
  font-size: 14px;
  line-height: 24px;
  color: #414042;
  margin-bottom: 20px;
}

.news-archive .latest-news .green-button {
  font-family: "Campton";
  font-size: 14px !important;
  font-weight: 500;
  color: #00a499;
  position: relative;
}

.news-archive .latest-news .green-button::after {
  content: "";
  border-top: 1px solid #00a499;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.news-archive ul.taxonomy-list li a,
.news-archive ul.taxonomy-list li {
  float: left;
  margin-right: 25px;
  font-size: 12px;
  font-family: "Campton";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #979797;
  position: relative;
  cursor: pointer;
}

.news-archive .card-footer .text-footer {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  display: block;
}

.news-archive ul.taxonomy-list li.active a,
.news-archive ul.taxonomy-list li.active {
  margin-bottom: 10px;
  font-family: "Campton";
  color: #00a499;
}

.news-archive ul.taxonomy-list li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 1px;
  border: 1px solid #00a499;
  width: calc(100% - 25px);
}

.news-filter-dropdown {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 100%;
  font-family: "Campton";
  color: #414042;
  font-size: 14px;
  height: 40px;
}
