.column .moreInSeries .title {
  background-color: #00abc7;
  font-family: Georgia, serif;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}

.column .moreInSeries .title:before {
  width: 0; 
  height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00abc7;
  
  position: absolute;
  content: '';
  margin: 27px 0 0 0;
}

.column #articleWell .dropcap > p:first-child::first-letter {
  color: #00abc7;
}

.column .bodycopy .interview {
  margin: 30px 0 0 50px;
}
