﻿.article-list-ccf {
  padding-bottom: 40px;
  padding-top: 40px;
}
.article-list-ccf .sidebar {
  margin-top: 15px;
}
.article-list-ccf .sidebar .search-bar {
  border: none;
}
.article-list-ccf .top-filter {
  border-bottom: 1px solid rgba(216, 186, 125, 0.2);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}
.article-list-ccf .top-filter h2 {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  font-family: 'CircularStd_Bold';
  margin: 0 15px 0 0;
  line-height: 32px;
  font-size: 26px;
}
/*   NO SIDE BAR   */
.article-list-ccf .no-side-bar-view .card {
  height: 300px !important;
  border: 0;
}
.article-list-ccf .no-side-bar-view .card .imgCardHolder .card-img-top {
  height: 186px !important;
}
.article-list-ccf .no-side-bar-view .card > .card-body > .card-title {
  height: 41px !important;
  -webkit-line-clamp: 2;
  visibility: visible;
}
.article-list-ccf .no-side-bar-view .concacaf-card > .card > .card-body > .card-title {
  -webkit-line-clamp: 4;
  height: 85px !important;
  visibility: visible;
  padding-bottom: 0;
}
.article-list-ccf .no-side-bar-view .adCol {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*MEDIA QUERIES*/