
#fm.listing .cols-2x {
  padding-top: 33px;
  padding-bottom: 0;
  position: relative;
  list-style:none;
}
	.listing .content .col-1 {
		padding-top: 0;
		padding-bottom: 65px;
	}
	.listing-heros .content .col-1 {
		border-top: 0 none;
	}


.listing-heros section.content > h1 {
	border-bottom: 1px solid #999;
	padding: 0 0 31px;
}

.listing-heros section.content > .col-1 .listing-articles-lg > li:first-child {
	padding-top: 0;
}
.listing-heros section.content > .col-1 .hero-features ~ .listing-articles-lg > li:first-child {
	padding-top: 26px;
}

.listing .hero-features {
	margin: 0;
	padding: 0 0 18px;
	border-bottom: 1px solid #999;
}
	


.listing .about {
	color: #666;
}
	.listing aside.about > h1 {
		margin-bottom: 15px;
	}
	.listing .about .links {
		margin: -7px 0 16px;
	}

.listing .our_writers  {
	overflow: hidden;
	padding: 0 0 11px;
}
	.listing aside.our_writers > h1 {
		margin-bottom: 15px;
	}
	.listing .our_writers .col {
		display: inline;
		float: left;
		width: 140px;
		margin: 0;
	}
		.listing .our_writers .col:first-child {
			margin-right: 20px;
		}
		.listing .our_writers .col a {
			color: #999;
		}
			.listing .our_writers .col a:hover {
				color: #e1691f;
				border-bottom: 1px solid #e1691f;
			}

.listing .tags {
}
	.listing .tags ul {
		overflow: hidden;
		margin: -5px 0 23px -20px;
	}
		.listing .tags li {
			display: inline;
			float: left;
			width: 140px;
			margin: 0 0 0 20px;
		}
		.listing .tags a {
		}
			.listing .tags a:hover {
				border-bottom: 1px solid #e1691f;
			}

.listing .elsewhere {
	overflow: hidden;
}
	.listing .elsewhere .col {
		display: inline;
		float: left;
		width: 140px;
		margin: -5px 0 0 0;
	}
		.listing .elsewhere .col:first-child {
			margin-right: 20px;
		}
		.listing .elsewhere h2 {
			font-size: 16px;
			line-height: 22px;
			margin: 0 0 6px;
			font-weight: normal;	
		}
		.listing .elsewhere ul {
		  list-style: none;
		}
  		.listing .elsewhere li {
  			margin: 0 0 6px;
  		}
		.listing .elsewhere a {
			color: #999;
		}
			.listing .elsewhere a:hover {
				color: #e1691f;
				border-bottom: 1px solid #e1691f;
			}