.list span {
	display: block;
	clear: both;
}

.rl-table {
	display: table;
}

.rl-table [class*="col-"] {
	float: none;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-table div a {
	display: block;
	background-color: #3c687e;
	height: 100%;
	min-height: 100%;
}
.rl-table div a:hover, .rl-table div a:focus, .rl-table div a:active {
	background-color: #f26623;
	text-decoration: none;
}

.rl-loop-item {
	margin: 10px 0;
	height: 100%;
	min-height: 100%;
}
.rl-loop-item h2 {
	padding: 30px 20px;
}
.rl-loop-item h2, .rl-loop-item h2 > a {
	font-size: 16pt !important;
	color: #fff !important;
	text-align: center;
}
.rl-loop-item .entry-meta, .rl-loop-item .entry-meta > a {
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.nav-filter-column ul {
	list-style: none;
}
.nav-filter-column ul li {
	margin: 0;
}

ul.pagination { margin-top: 20px; }

.quote-attribution {
	margin: 14px 0;
	font-style: italic;
}