.leader .byline {
  float: left;
}

.leader .sharing_buttons {
  float: right;
}

.casestudy_quote {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  float: right;
  margin: 5px 0 12px 12px;
  padding: 9px 0;
  width: 200px;
}

/* Hide the "Lead photo" section at the bottom */
#content .inset .full div.hero_caption:last-child {display: none !important;}

.subheadline {margin:1em 0 0;color:#888;font-size: 1.25em;font-weight: bold;}

/* At all widths: */
figure.inline-left {
	left: 0;
	margin-right: 0;
	padding: 0 2.5em 0 0;}
figure.inline-right {
	left: 0;
	margin-left: 0;
	padding: 0 0 0 2.5em;}

/* At mid-width and mobile-width: */
@media screen and (max-width: 812px){
	#hero img, .hero img {margin-left: 0;}
}

/* At mobile-width: */
@media screen and (max-width: 512px){
  figure.inline-right, 
  figure.inline-left {
      float: none;
      padding: 0 0 1em 0;}
  figure img, 
  figure picture {
      width: 100%;
      height: auto;}
}