.generic .bg--secondary.kilmer-content-wrapper { border-bottom: none; border-top: none; }
.main-container .page-content .generic { margin-bottom: 0 }
.kilmer-content-wrapper .generic { padding: 4em 0 0; }
.vid-row { margin-bottom: 4em; padding-bottom: 4em; border-bottom: 1px ridge #ebebeb }
.kilmer-content-wrapper .vid-row:last-child { margin-bottom: 4em; padding-bottom: 0; border-bottom: none }
.vid-txt .sfContentBlock {
	border-radius: 2px;
	display: inline-block;
	position: relative;
	background: #fff; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 1.389em 1.389em 0;
}
.kilmer-content-wrapper h3 {
	font-size: 1.8rem;
	line-height: 1;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
}
.kilmer-news, .kilmer-docs {
	background: rgba(17,17,17,0.05);
	padding: 50px 0;
}
.kilmer-news h3 {
	text-align: center;
	margin-bottom: 40px;
}
.kilmer-news .generic, .kilmer-docs .generic { margin: 0; padding: 0 }
.kilmer-podcast iframe { height: 160px; min-height: 160px; margin-bottom: 20px }

.kilmer-docs ul.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin: 0;
	font-weight: 400;
	list-style-type: none;
}
.kilmer-docs ul.list-group li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kilmer-docs ul.list-group li:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f1c1';
	margin-right: 10px;
	color: #ff0000;
}