.curated-finds .attachment-square {
	border: solid 1px #000;
	padding: 5%;
	box-sizing: border-box;
	display: block;
}
.curated-finds .style-grid {
	padding-bottom: 0;
	margin-top: 20px;
}
.curated-finds .three-row {
	width: 30%;
	margin-right: 5%;
}
.curated-finds .last-in-row.three-row {
	margin-right: 0;
}
.curated-finds .storycontent {
	margin: 0;
}
.curated-finds .storycontent p {
	margin: 0.25em 0;
}
.find-term span {
	display: none;
}
.find-term a {
	color: #000;
	padding: 10px 20px;
	display: inline-block;
	background-color: #FFF;
	top: -1.25em;
	position: relative;
	text-transform: uppercase;
	line-height: 100%;
}
.nav-sscf {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 140%;
}
.nav-sscf.entry-nav .navigate-previous {
	width: 50%;
	float: left;
}
.nav-sscf.entry-nav .navigate-next {
	width: 50%;
	float: right;
	text-align: right;
}

@media screen and (max-width: 720px) {
	.curated-finds .style-grid,
	.curated-finds .three-row {
		width: 100%;
		max-width: 100%!important;
		margin-right: auto;
		margin-left: auto;
	}
	.curated-finds .last-in-row.three-row {
		margin-right: auto;
	}
	.curated-finds .style-grid {
		margin-bottom: 40px;
	}
}

.finds-cats {
	text-align: center;
	font-size: 13px;
	margin: 40px auto 30px auto;
}
.finds-cats li {
	display: inline-block;
	margin: 5px 15px;
}
.finds-cats li a {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
}
.finds-cats li.active a {
	border-bottom-color: #333;
}