
.intro {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.intro:after,
.blog-module .container:after {
	content: '';
	display: block;
	clear: both;
}

.intro .blog-module {
	margin: 0;
	border: none;
}

.blog-module {
	margin: 10px 0;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
.blog-module .container{
	display: table;
}

.blog-module .more {
	font: normal 16px/1 'source sans pro', Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}

.blog-module h2 {
	margin: 0;
	font: normal 40px/1 'source sans pro', Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	color: #111111;
	padding: 0 30px 0 0;
}

.blog-module h2 span {
	color: #00a651
}

.blog-module h2 span:hover {
	color: #2ebb37
}
.articles-holder{
	display: table-cell;
	vertical-align: middle;
}
.blog-module .articles:after{
	content:'';
	width: 100%;
	display: inline-block;
}
.blog-module .articles {
	margin: 0 auto;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	padding: 0;
	border-right: 3px solid #e5e5e5;
	border-left:3px solid #e5e5e5;
	text-align: justify;
}

.blog-module .articles li {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	padding: 44px 20px 36px 30px;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blog-module .articles li:before {
	display: none;
}

.blog-module .articles li h6 {
	margin: 0;
	color: #949494;
	font: 400 12px/1.2em 'source sans pro', Arial, sans-serif;
	text-transform: uppercase;
}

.blog-module .articles li p {
	color: #949494;
	font: 600 15px/1.2em 'source sans pro', Arial, sans-serif;
}

.blog-module .articles li:hover p,
.blog-module .articles li:hover h6 {
	color: #00a651;
}

.blog-module .more.alt {
	display: none;
}

#col-right .blog-module .articles ,
#col-left .blog-module .articles {
	border: none
}

#col-right .blog-module h2 ,
#col-left .blog-module h2 {
	margin: 0;
	line-height: 1em;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

#col-left .blog-module h2 span,
#col-right .blog-module h2 span {
	display: inline;
}

#col-left .blog-module .more ,
#col-right .blog-module .more {
	display: block;
	text-align: right;
	margin: 0;
	width: 100%;
	padding: 20px 30px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#col-left .blog-module .articles-holder,
#col-right .blog-module .articles-holder{
	display: block;
}

#col-left .blog-module .articles ,
#col-right .blog-module .articles {
	padding: 10px 0 0;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	width: 100%;
}

#col-left .blog-module .articles li ,
#col-right .blog-module .articles li {
	padding: 10px;
	display: block;
	width: 100% !important;
}
#col-left .blog-module .container,
#col-right .blog-module .container{
	display: block;
}

/****************************************************************              PC - LARGE             ***********************************************/

@media screen and (max-width: 2000px) {
}

/*   Above are specific PC-LARGE stylings, if needed; otherwise - this (PC-LARGE section) is the general design styling for the page, i.e colors, fonts, backgrounds. etc. You put down only dimensional and other dom-model related changes in the desigh in the screen-size queries below */

/****************************************************************              PC              ***********************************************/

@media screen and (max-width: 1218px) {
	.blog-module h2 {
		margin: 0;
		margin-right: 15px;
	}

	.blog-module .more {
		margin-left: 15px;
	}

	.blog-module .articles {
		padding: 0 15px 0 0;
	}

	.blog-module .articles li {
		padding: 40px 0 40px 20px;
	}
}

/****************************************************************              TABLET              ***********************************************/

@media screen and (max-width: 977px) {
	.blog-module h2 {
		margin: 0;
		line-height: 1em;
	}

	.blog-module h2 span {
		display: block;
	}

	.blog-module .more {
		width: 70px;
		line-height: 1em;
		margin-top: 55px;
	}

	.blog-module .articles {
		text-align: justify;
	}

	.blog-module .articles li {
		text-align: left;
		padding: 20px;
	}

	.blog-module .articles li p {
		font-size: 13px;
	}
}

/****************************************************************              MOBILE Landscape             ***********************************************/
@media screen and (max-width: 747px) {
	.blog-module .container {
		padding: 0;
	}

	.blog-module .articles {
		border: none
	}

	.blog-module h2 {
		margin: 0;
		line-height: 1em;
		width: 100%;
		padding: 20px 10px;
		border-bottom: 1px solid #E5E5E5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.blog-module h2 span {
		display: inline;
	}

	.blog-module .more {
		display: block;
		text-align: right;
		margin: 0;
		width: 100%;
		padding: 20px 30px 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.blog-module .articles-holder{
		display: block;
	}

	.blog-module .articles {
		padding: 10px 0 0;
		border-bottom: 1px solid #E5E5E5;
		display: block;
		width: 100%;
	}

	.blog-module .articles li {
		padding: 10px;
		display: block;
		width: 100% !important;
	}


}