@charset "utf-8";
/* CSS Document */

.dropCap {
	color: #96aac8;
}

.yellow {
	background-color: #fbf6ef;
}

.list-group {
	line-height: 1.5;
}

.photoSmallCaption {
	color: #4d4d57;
}

.smallCaption {
	border-bottom: solid 1px #A3B2C0;
}

.firstCharacter {
	color: #4d4d57;
}

.captionAttribute {
	color: #8590a6;
	/*border-bottom: solid 1px #A3B2C0;*/
	padding-bottom: 10px;
}

.dash {
	color: #98bf5e;
}

/*.subHead {
	color: #b28d2f;
}*/

.infographic {
	border-bottom: solid 1px #A3B2C0;
	padding-bottom: 5px;
}

.infographic p {
	border-top: solid 1px #A3B2C0;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
	/*text-align: right;*/
	padding-top: 10px;
}

.credits {
	width: 320px;
	float: left;
	margin-right: 20px;
	font-style: italic;
}

.sidebarContent p {
	line-height: 1.5;
}

.putty {
	background-color: #f8f5ef;
}

@media (min-width: 768px) {
	
	.infographic {
	width: 25%;
}
	
	#sidebar {
	width: 40%;
}
}
	
	@media (min-width: 992px) {
	
	.infographic {
	width: 25%;	
		
	}
		
		#sidebar {
	width: 40%;
}
	
	
}
	
	@media (min-width: 1200px) {
	
		.infographic {
	width: 25%;	
		
	}
		
		#sidebar {
	width: 40%;
}
		
	}