h3.intro {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 24px;
}

h3.intro,
section.main_content p {
	text-align: justify !important;
}

h4.custom-article {
	font-size: 16px;
	font-style: italic;
	margin-top: 24px;
}

p.custom-cities {
	color: #656565;
	font-style: italic;
	margin-top: 1.5em;
}

ul.column {
	float: left;
	margin-right: 30px;
	width: 220px;
}

ul.column.last {
	margin-right: 0px;
}
/* Videos grid on Resources page */
#custom-videos-grid {
	width:590px;
}
#custom-videos-grid > tbody> tr > td {
	width:279px;
}
#custom-videos-grid > tbody> tr > td > p{
	margin:0;
}
#custom-videos-grid > tbody> tr > td > div{
	width:150px;
	margin-left:85px;
}
.kitchin-youtube-screenshot{
	cursor:pointer;	
	border:1px solid #ccc;
}
/* Hidden Youtube videos */
.kitchin-youtube-hidden{
	display:none;	
}

