.arpw-ul {
	list-style: none;
	/* MKB added next 2 styles for front page caption overlays */
	position: relative; 
	width: 100%;
}

.arpw-li {
	margin-bottom: 10px;
}

.arpw-time {
	display: block;
	color: #aaa;
}

.arpw-clearfix:before,
.arpw-clearfix:after {
	content: "";
	display: table;
}

.arpw-clearfix:after {
	clear:both;
}

.arpw-clearfix {
	zoom:1;
}

/* MKB added next selector for front page caption overlays */
.arpw-title {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6); 
	padding: 4px 6px; 
	padding: 0.25rem 0.375rem; 
	color: white !important; 
	font-family: Arvo, Georgia, "Times New Roman", Times, serif !important; 
	font-style: normal !important; 
	font-weight: 400 !important;
	font-size: 16px;
	font-size: 1rem;
}

/* MKB added next selector for front page caption overlays */
.arpw-title {
	text-decoration: none !important;
}

/* MKB added next selector for front page caption overlays */
.grid_4_of_12 div div div ul li .arpw-title {
	position: absolute; 
	/* MKB changed to percentages to work with responsive images top: 170px; */
	/* top: 67.7%; */
	bottom: 22px;
	bottom: 1.375rem;
	left: 0;
	width: 100%;	
}

/* MKB added next selector for front page caption overlays */
.grid_8_of_12 div div div ul li .arpw-title {
	position: absolute; 
	/* MKB changed to percentages to work with responsive images top: 430px; */
	/* top: 86.7%; */
	bottom:5px;
	left: 0;
	width: 100%;
}