/***********************
 * 	PAGE SPECIFIC    *
************************/

#favlogos article img {
	max-width: 100%;
	max-height: none;
	margin: 20px auto 20px auto;
	display: block;
}

#favlogos article img.small {
	max-height: 300px;
	margin: 0;
	width: auto;
}

#favlogos article blockquote {
	font-size: inherit;
	line-height: inherit;
	border-top: none;
	border-bottom: none;
	margin-top: 20px;
	padding: 0px 20px 0px 23px;
	width: 84%;
	
	&:before {
		margin: 5px 0 0 -46px;
		color: inherit;
		padding-right: 15px;
	}
}

#favlogos article h2 {
	margin-top: 30px;
	border-top: 1px solid #ededed;
	padding-top: 30px;
}

#favwords .featuredImage {
	max-width: 700px;
}

#opensource-fonts h1 {
	/* margin-bottom: 150px; */
}

#opensource-fonts article img {
	margin: 15px 0 0 0;
	max-width: 80%; 
	display: block;
}

#opensource-fonts hr {
	border-bottom: none;
	margin: 0;
}

#opensource-fonts dl p + p {
	text-indent: 0;
}

#opensource-fonts dl strong {
	display: inline-block;
}

#opensource-fonts.grid-narrow dl {
	min-height: auto;
	width: 100%;
	margin-right: 0;
	@media (min-width: 540px ) {
		min-height: 550px;
		width: 29%;
		margin-right: 5%;
	}
}

#opensource-fonts.grid-narrow dl:nth-of-type(3n) {
	@media (min-width: 540px ) {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	#opensource-fonts.widescreen article {
		width: 100%;
		max-width: 80%;
	}
} 


body.creative-trails .articleGrid .headline {
	@media (min-width: 540px ) {
		margin: 10% 0 0 18% !important;
		width: 100%;
	}
}

body.creative-trails .content p {
	width: 100%;
}

.creative-trails article h1,
.creative-trails article h2,
.creative-trails article h3,
.creative-trails article h4 {
	text-align: center;
}

body.behind-draft .contentItem .intro .headline.lined,
body.behind-the-case .contentItem .intro .headline.lined {
	container-type: inline-size;
}

body.behind-draft .contentItem .intro .headline.lined h1,
body.behind-the-case .contentItem .intro .headline.lined h1 {
	font-size: 24cqi;
}