/* Local Overrides */

@media only screen and (min-width: 426px) {
	.page-overview .section-browse .typography-browse-headline {
		max-width: 120%;
		margin-left: -20px;
		margin-right: -20px;
	}
}

/* Lewis  Article content*/
@media only screen and (max-width: 734px) {
	.section-article-content .article-stats .article-stat-label {
		max-width: 135px;
	}
}

/*Section Histories */
@media only screen and (min-width: 1069px) {
	section.section.section-stories.no-top-margin
		div:nth-child(17)
		div.large-6.small-12
		> h4 {
		padding-right: 77px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	section.section.section-stories.no-top-margin div:nth-child(20) h4 {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1069px) {
	section.section.section-stories.no-top-margin
		div:nth-child(36)
		div.hub-tile-copy-container
		p:nth-child(2) {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 735px) {
	section.section.section-stories
		div:nth-child(47)
		div.theme-college-students-hub-theme
		> h4 {
		padding-right: 23px;
	}
}
