#section-2 .box1 .properties {
	width: 150px;
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
#section-2 .box1 .record .date {
	font-size:14px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}


#section-2 .records {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px;
	padding: 10px 0px 20px 0;
	clear: both;
}
#section-2 .record {
	margin-bottom: 20px;
	clear: both;
}


/* Authors */
#section-2 .author-list {
  clear: both;
  
}
.author-list h3 {
border-top: 4px solid #3068a5;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
padding: 8px 0;
float: none;
line-height: 20px;
font-size: 16px;
display: block;
}
.author-list .author-list__row {
  padding: 7px;
  margin: 0 20px 20px 0;
  float: left;
  width: 175px;
  clear: none; 
  min-height: 200px;
}
.author-list .image {
  float: none;
  padding: 0px;
  margin: 0px;
  width: auto;
}
.author-list img {
  margin: 0;
  padding: 0;
  border: 3px solid #ffffff;
  outline: 2px solid #000000;
}
#section-2 .author-list .headline a {
  margin-top: 3px;
  font-size: 16px;
  font-style: italic;
  color: #000000;
}
#section-2 .author-list .link {
  text-indent: 10px;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
}
#section-2 .author-list .author-list__author p {
  margin: 0;
  padding: 0;
}

/* Sponsored badges for links */
.taxonomies__sponsored-by {
  background-color: #EDB802;
  padding:0 4px 0 4px;
  display:table-cell;
  color:#FFF !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size:10px;
}

.taxonomies__sponsor-name {
  font-size:12px;  
}

