.page-template-lgo-blog .content-area {
	max-width: 1440px;
}

.page-template-lgo-blog .entry-title {
	color: #313131;
}

.page-template-lgo-blog #content {
	background: #f1f1f1;
}

.blog-head {
	background: #fff;
	display: table;
	vertical-align: top;
	height: 100%;
}

.blog-head:after {
	clear: both;
	display: block;
	content: "";
}

.blog-head img {
	width: 100%;
	height: auto;
}

.blog-head div.left-with-img {
	padding: 0px 7px 0px 0px;
	display: table-cell;
	vertical-align: top;
	float: none;
}

.blog-head div.right-without-img {
	padding: 0 55px 0 58px;
	font-size: 18px;
	color: #313131;
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
}

.blog-head div.right-without-img h1 {
	font-size: 34px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}

.blog-head div.right-without-img a {
	display: block;
	color: #535353;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 82px;
	border: 1px solid #535353;
	text-align: center;
	line-height: 18px;
	margin-top: 22px;
}

.blog-posts {
	margin-bottom: 64px;
}

.blog-posts:after {
	display: block;
	clear: both;
	content: "";
}

.blog-posts > div {
	padding-left: 7.333333333333333px;	
	padding-right: 7.333333333333333px;
}

.blog-posts > div:first-child {
	padding-left: 0px;
/* 	padding-right: 14.66666666666667px; */
}

.blog-posts > div:last-child {
	padding-left: 14.66666666666667px;
	padding-right: 0px;	
}

.blog-posts div h1 {
	font-size: 18px;
	color: #535353;
	margin: 50px 0 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.blog-post {
/* 	margin-bottom: 22px; */
	margin-bottom: 40px;
	//background: #fff;
	text-align: center;
	cursor: pointer;
/* 	width: 33.33333333%; */
width: 100%;
}

/*
.blog-post img {
	width: 100%;
	height: auto;
}
*/

.blog-post img {
	width: auto;
  height: 252px;
	float: left;
}

.blog-post .blog-inform {
/* 	padding: 40px; */
	padding: 40px 40px 40px 420px;
	background: #fff;
	text-align: left;
}

.blog-post.with-img .blog-inform {
	margin-top: -1px;
}

.lgo .blog-post.with-img .blog-inform {
	background: #4bc5df;
}

.sloan .blog-post.with-img .blog-inform {
	background: #f39b32;
}

.engineering .blog-post.with-img .blog-inform {
	background: #b8d45f;
}

.blog-post .blog-inform h2 {
	margin-top: 0px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 18px;
	max-height: 104px;
	display: block; /* Fallback for non-webkit */
  	display: -webkit-box;
  	height: auto;
	line-clamp: 4;
  	-webkit-line-clamp: 4;
  	-o-line-clamp: 4;
  	-moz-line-clamp: 4;
  	-ms-line-clamp: 4;
  	box-orient: vertical;
  	-webkit-box-orient: vertical;
  	-o-box-orient: vertical;
  	-moz-box-orient: vertical;
  	-ms-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.lgo .blog-post .blog-inform h2 {
	color: #4bc5df;
}

.sloan .blog-post .blog-inform h2 {
	color: #f39b32;
}

.engineering .blog-post .blog-inform h2 {
	color: #b8d45f;
}

.blog-post.with-img .blog-inform h2 {
	color: #fff;
}

.blog-post .blog-inform p {
	color: #313131;
	font-size: 16px;
	margin-bottom: 0px;
}

.blog-post .blog-inform > p:last-child {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 13px;
}

.blog-post .blog-inform .blog-content {
	max-height: 92px;
	display: block; /* Fallback for non-webkit */
  	display: -webkit-box;
  	height: auto;
	line-clamp: 4;
  	-webkit-line-clamp: 4;
  	-o-line-clamp: 4;
  	-moz-line-clamp: 4;
  	-ms-line-clamp: 4;
  	box-orient: vertical;
  	-webkit-box-orient: vertical;
  	-o-box-orient: vertical;
  	-moz-box-orient: vertical;
  	-ms-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.blog-post .blog-inform .blog-content .wp-caption {
	border: 0;
}

.blog-post .blog-inform .blog-content .alignleft {
	display: block;
    float: none;
    margin-right: 0;
}

.blog-post .blog-inform .blog-content sub, .blog-post .blog-inform .blog-content sup {
	position: static;
	font-size: initial;
}

.blog-post .blog-inform .blog-content h1, .blog-post .blog-inform .blog-content h2, .blog-post .blog-inform .blog-content h3, .blog-post .blog-inform .blog-content h4, .blog-post .blog-inform .blog-content h5, .blog-post .blog-inform .blog-content h6, .blog-post .blog-inform .blog-content .wp-caption-text, .blog-post .blog-inform .blog-content footer {
	display: block;
    float: none;
    margin-right: 0;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	position: initial;
	margin-bottom: 0px;
}

.blog-post.with-img .blog-inform .blog-content a {
	color: #fff;
}

.blog-post .blog-inform .blog-content p img, .blog-post .blog-inform .blog-content p iframe, .blog-post .blog-inform .blog-content iframe {
	display: none;
}

.blog-post .blog-inform p:last-child a {
	font-size: 14px;
	text-decoration: none;
	pointer-events: none;
}

.lgo .blog-post .blog-inform p:last-child a {
	color: #4bc5df;
}

.sloan .blog-post .blog-inform p:last-child a {
	color: #f39b32;
}

.engineering .blog-post .blog-inform p:last-child a {
	color: #b8d45f;
}

.blog-post.with-img .blog-inform p:last-child a {
	color: #fff;
}

.blog-post .blog-inform p:last-child a i {
	margin-left: 8px;
}

.blog-post.with-img .blog-inform, .blog-post.with-img .blog-inform p {
	color: #fff;
}

@media(max-width: 1380px) {
	/*.blog-head div {
		padding: 0 30px;
	}*/
	.blog-head div.right-without-img {
		padding: 0 25px;
	}
	.blog-head div.right-without-img h1 {
		margin-top: 30px;
	}
}

@media(max-width: 1224px) {
	/*.blog-head img {
		width: 480px;
		min-width: 480px;
	}*/
	.blog-head div.right-without-img {
		//width: calc(100% - 480px);
		font-size: 16px;
	    line-height: 20px;
	    padding: 0 20px;
	}
	.blog-head div h1 {
		font-size: 25px;
	}
}

@media(max-width: 991px) {
	.blog-head {
		margin-top: 10px;
		display: block;
	}
	.blog-head div.left-with-img {
		padding-right: 0px;
		display: block;
	}
	.blog-head img {
		display: block;
		width: 100%;
		min-width: 0px;
		float: none;
		height: auto;
	}
	.blog-head div.right-without-img {
		padding: 0 30px 20px 30px;
		width: 100%;
		float: none;
		display: block;
	}
	.blog-head div.right-without-img a {
		font-size: 13px;
	    line-height: 20px;
	    max-width: 100px;
	}
	.blog-posts > div, .blog-posts > div:first-child, .blog-posts > div:last-child {
		padding: 0px;
	}
	.blog-posts div h1 {
		margin-top: 30px;
	}
	.blog-post {
		margin-bottom: 15px;
    	height: 100%;
	}
	.blog-post:after {
		display: block;
		clear: both;
		content: "";
	}
	.lgo .blog-post {
		background: #4bc5df;
	}
	.sloan .blog-post {
		background: #f39b32;
	}
	.engineering .blog-post {
		background: #b8d45f;
	}
	/*
	.blog-post {
		margin-bottom: 15px;
	    height: 100%;
	    width: 100%;
	    position: relative;
	    float: left;
	}
	.blog-post:after {
		display: block;
		clear: both;
		content: "";
	}
	.blog-post.with-img .blog-img {
		width: 50%;
	    float: left;
	    height: 100%;
	    position: absolute;
	    height: 100%;
	    
	    top: 0;
	    left: 0;
	    overflow: hidden;
	}
	.blog-post.with-img .blog-img img {
		width: 150%;
	    height: auto;
	    margin-left: -20%;
	}
	.blog-post.with-img .blog-inform {
		height: 100%;
	    width: 50%;
	    float: left;
	    margin-top: 0px;
	    height: 100%;
	    margin-left: 50%;
	}
	*/
	.blog-post.blog-no-disp {
		display: none;
	}
	.blog-post.with-img .blog-img {
		width: 50%;
		float: left;
		height: 100%;
		max-height: 480px;
		overflow: hidden;
	}
	.blog-post.with-img .blog-img img {
		width: 100%;
		height: auto;
	}
	.blog-post.with-img .blog-inform {
		height: 100%;
	    width: 50%;
	    float: left;
	    margin-top: 0px;
	    padding: 24px;
	    padding-top: 22px;
	}
	.blog-post .blog-inform h2 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.blog-post .blog-inform > p:last-child {
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.page-template-lgo-blog .entry-title {
		padding-left: 25px;
	}
	.page-template-lgo-blog #main-column.content-area {
		padding: 0px;
	}
	.page-template-lgo-blog #main-column.content-area main > div:nth-child(2) {
		padding: 0px;
	}
	.blog-head {
		margin-top: 15px;
	}
	.blog-head div.right-without-img {
		padding-bottom: 35px;
	}
	.blog-posts {
		padding: 0 15px;
	}
	.blog-post.with-img .blog-img {
		width: 100%;
		float: none;
	}
	.blog-post .blog-inform {
		padding: 25px;
	}
	.blog-post.with-img .blog-inform {
	    width: 100%;
	    float: none;
	    margin-top: -1px;
	}
}