/* Article + Profile sidebar: restore pre-update CC Child Pages cards */

.sidebar .ccchildpages {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: none;
}

.sidebar .ccchildpage {
	box-sizing: border-box;
	width: 100%;
	float: none;
	display: block;
	margin: 0 0 24px;
	padding: 0;
	background: #fff;
}

.sidebar .ccchildpage:last-child {
	margin-bottom: 0;
}

.sidebar .cc-child-pages-thumb,
.sidebar .ccchildpage img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar .ccpages_excerpt,
.sidebar .ccpages_more {
	display: none !important;
}

.sidebar .cell-text-block {
	background-color: #f6f7fb;
}

.sidebar .ccchildpage-title {
	display: block;
	margin: 0 !important;
	padding: 13px 16px !important;
	background-color: #f6f7fb !important;
	text-align: center !important;
	color: #2a2a49 !important;
	font-family: "proxima nova", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.4pt;
	line-height: 1.45;
	text-transform: uppercase;
}

.sidebar .ccchildpage-title a,
.entry .entry-content .sidebar .ccchildpage-title a {
	display: block;
	color: #2a2a49 !important;
	text-decoration: none !important;
	background: transparent;
}

.entry .entry-content .sidebar .ccchildpage-title a:hover {
	text-decoration: none !important;
	color: #6e79c7 !important;
}

/* Landing page 3-column cards */
#child-pages {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 80px;
	box-sizing: border-box;
}

#child-pages .ccchildpages,
#child-pages .threecol {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 28px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	float: none;
	box-sizing: border-box;
}

#child-pages .ccchildpage {
	box-sizing: border-box;
	width: calc((100% - 56px) / 3);
	float: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	background: #fff;
}

#child-pages .cc-child-pages-thumb,
#child-pages .ccchildpage img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#child-pages .cell-text-block {
	flex: 0 0 auto;
}

#child-pages .ccchildpage-title,
#child-pages h3.ccchildpage-title {
	background: #fff;
	color: rgb(110, 121, 199);
	font-family: "proxima nova", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.4pt;
	line-height: 1.45;
	text-transform: uppercase;
	text-align: left;
	padding: 30px 30px 20px;
	margin: 0;
}

#child-pages .ccchildpage-title a,
.entry .entry-content #child-pages .ccchildpage-title a {
	color: rgb(110, 121, 199) !important;
	text-decoration: none !important;
	background: transparent;
}

.entry .entry-content #child-pages .ccchildpage-title a:hover {
	text-decoration: none !important;
	color: #2a2a49 !important;
}

#child-pages .ccpages_excerpt {
	display: block;
	font-size: 10pt;
	letter-spacing: 0.65pt;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	padding: 0 30px;
	margin: 0;
	text-align: left;
}

#child-pages .ccpages_more {
	display: block;
	margin: 0;
	padding: 20px 30px 30px;
	background: #fff;
	text-align: left !important;
	width: 100%;
	box-sizing: border-box;
}

#child-pages .ccpages_more a,
.entry .entry-content #child-pages .ccpages_more a {
	display: inline-block;
	background-color: #96afe2 !important;
	padding: 7px 20px;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 800 !important;
	text-decoration: none !important;
	border-radius: 0;
}

.entry .entry-content #child-pages .ccpages_more a:hover {
	background-color: #2a2a49 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	#child-pages {
		width: 90%;
	}

	#child-pages .ccchildpage {
		width: 100%;
		margin: 0 0 50px;
	}
}
