h2 {
	font-size: 24px;
	line-height: 1.25;  
	margin: 10px 0;	
}

h3 {
	font-size: 18px;
	line-height: 1.33;  
	margin: 10px 0;	
}


/* header {	
	display: none !important;
} */


.blog-page {
	
}

div.lead  {
	font-size: 24px;
	line-height: 1.25;  	
	
}


div.transformer {
	display: inline-block;
	width: 100%;
	margin: 25px auto 30px;	
}
/*
.blog-page.parent div.transformer:first-of-type .content {
	width: 1400px;
	max-width: 100%;
}

.blog-page.parent div.transformer:first-of-type .content .col1{
	padding-left: 226px;
}
*/
.blog-page.parent div.transformer .content h3 {  
  margin: 0 0 22px;
}

.blog-page .blog-navigation  {
	width: 100%;
	display: block;
	height: 40px;
	text-align: center;
	margin: 150px 0 80px 0;
}
.blog-page .blog-navigation .go-back-parent,
.blog-page .blog-navigation .go-prev { 
	font-size: 24px; 
	line-height: 1.4;
	padding-left: 30px;
	background-image: url('left-arrow.png');
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: left center;
	margin: 0 47px;
	display: inline-block;
}

.blog-page .blog-navigation .go-prev {
	background-image: url('left-arrow.png');
	padding-left: 30px;
}

.blog-page .blog-navigation .go-next { 
	font-size: 24px; 
	line-height: 1.4;
	padding-right: 30px;
	background-image: url('right-arrow.png');
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: right center;
	margin: 0 47px;
	display: inline-block;
}

