	.row, .row .row
	{
		max-width: 1700px;
	}
	.ProgramLeftSection h2
	{
		
		margin-top: 30px;
	}
	.ProgramLeftSection h2:first-child
	{
		
		margin-top: 0px;
	}
	.ProgramSocialContainer
	{
		min-height: 100px;
	}
	.Social
	{
		margin-left: 5px; 
		border: 2px solid #222;
		padding-top: 1%;
		border-radius: 50%; 
		width: 45px;height: 45px;
		text-align: center;
		float: left;
		font-size: 30px;
		color: #333;
		margin-top: 4px;
	}
	.Social.facebook
	{
		padding-top: 10px; 
		padding-left: 6px; 
		font-size: 34px;
	}
	.Social > span
	{
		left: -999999px;
		position: absolute;
	}
	#FlickrFeedContainer
	{
		padding: 0px;	
	}
	.MainSection #FlickrFeedContainer  .FlickrFeedImg
	{
		height: 120px; 
		width: 100%;
		background-position: center center !important;
		background-size:  cover !important;
		background-color: #373435 !important;
	}
	
	@media only screen and (max-width: 767px) 
	{
		.MainSection #FlickrFeedContainer  .FlickrFeedImg
		{
			height: 80px; 
			
		}
	}
	@media only screen and (max-width: 900px) 
	{
		.MainSection #FlickrFeedContainer  .FlickrFeedImg
		{
			height: 90px; 
			
		}
	}
	@media only screen and (max-width: 350px) 
	{
		.MainSection #FlickrFeedContainer  .FlickrFeedImg
		{
			height: 60px; 
			
		}
	}
