.ccm-block-page-list-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#page-wrapper .revision-article-list .ccm-block-page-list-page-entry-thumbnail {
	width: 100%;
}
.ccm-block-page-list-page-entry {
	width: 19%;
	margin: 0 3%;
	padding: 0;
	box-sizing: border-box;
}
.ccm-block-page-list-page-entry-thumbnail img {
	width: 100%;
	height: auto;
}
.ccm-block-page-list-page-entry-text {
	display: flex;
	padding: 10px 0 40px;
	flex-direction: column;
}
.ccm-block-page-list-page-entry-text a.catLink {
	font-size: 14px;
	display: block;
	font-family: poppinsmedium;
	text-transform: uppercase;
	color: #445ca9;
	letter-spacing: 2px;
}
.ccm-block-page-byline {
	display: none;
}
.ccm-block-page-list-page-entry-text a {
	font-family: recoletablack;
	font-size: 26px;
	color: #171b60;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: block;
}
.catSelect {
	background: #fff;
	border: 1px solid #171b60;
	border-radius: 30px;
	padding: 0px 30px;
	margin: 40px 0;
	font-family: poppinsmedium;
	font-size: 14px;
	height: 44px;
	color: #171b60;
}
.ccm-block-page-list-description, .ccm-block-page-byline {
	font-family: poppinsregular;
	color: #171b60;
	font-size: 20px;
	line-height: 34px;
}
    .ccm-block-page-list-wrapper.revision-article-list {
    margin: 40px 0;
}
    .staffPicture {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.staffPicture:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.staffPicture img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
@media (max-width: 1080px) {
.ccm-block-page-list-page-entry {
	width: 27%;
}
}
@media (max-width: 900px) {
.ccm-block-page-list-page-entry {
	width: 40%;
	margin: 0 5%;
}
}
@media (max-width: 768px) {
.ccm-block-page-list-page-entry {
	width: 60%;
	margin: 0 20%;
}
}