/* Failing Our Kids */

/* Timeline */

.fok-entry {
	padding-left: 55px;
}
.fok-entry-title::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 6 Solid';
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-align: center;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;

	float: left;
	margin-left: -55px;
}
.fok-category-alert .fok-entry-title::before {
	background-image: url('https://childthriveinitiative.org/wp-content/uploads/2026/04/FOC-DCF-Icon-Triangle.png');
}
.fok-category-federal .fok-entry-title::before {
	background-image: url('https://childthriveinitiative.org/wp-content/uploads/2026/04/FOC-DCF-Icon-Federal.png');
	width: 55px;
	height: 55px;
	margin-left: -70px;
}
.fok-category-oca .fok-entry-title::before {
	background-image: url('https://childthriveinitiative.org/wp-content/uploads/2026/04/FOC-DCF-Icon-OCA.png');
}
.fok-category-list .fok-entry-title::before {
	content: "\f46d";
	color: #40ce6d;
}
.fok-category-gov .fok-entry-title::before {
	content: "\f19c";
	color: #6ac7cc;
}
.fok-category-law .fok-entry-title::before {
	content: "\f0e3";
	color: #6ac7cc;
}
.fok-category-search .fok-entry-title::before {
	content: "\f002";
	color: #f7ce00;
}
