@charset "UTF-8";

article.blocks section.textBlockWithImage
{
   padding-bottom: 1em;
   padding-top: 1em;
}

article.blocks section.textBlockWithImage div.column1 img,
article.blocks section.textBlockWithImage div.column2 img
{
   width: calc(100% - 48px);
   margin-left: 24px;
   margin-bottom: 1em;
}



@media (min-width: 720px) {
	article.blocks section.textBlockWithImage div.column1 img
	{
	   margin-left: 68px;
	   width: calc(100% - 100px);
	}
	
	article.blocks section.textBlockWithImage div.column2 img
	{
	   margin-left: 0;
	   width: calc(100% - 32px);
	}
}

@media (min-width: 1280px) {
	article.blocks section.textBlockWithImage div.column1 img
	{
	   margin-left: 102px;
	   width: calc(100% - 104px);
	}
	
	
	article.blocks section.textBlockWithImage div.column2 img
	{
	   margin-left: 0;
	   width: calc(100% - 64px);
	}

}


article.blocks section.textBlockWithImage a.directional > img
{
   width: 22px;
   height: 22px;
   margin-left: 0.25em;
   margin-bottom: 0;
}