/* Local Nav */

@media only screen and (max-width: 345px) {
	#ac-localnav .ac-ln-title,
	#ac-localnav .ac-ln-title a {
		font-size: 17px;
	}
}

/* local overrides */

@media only screen and (min-width: 1069px) {
	.section-quote-first .quote-subcredit {
		max-width: 13rem;
	}
	.detail-inline-image .inline-image-caption {
		max-width: 45rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1068px) {
	.section-quote-first .quote-subcredit {
		max-width: 13rem;
	}
}

@media only screen and (max-width: 734px) {
	.section-quote-first .quote-subcredit {
		max-width: 13rem;
	}
}
