.item-page {
   /* max-width: 940px; */
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	border: none;
}
.item-page img.pull-right {
	margin-right: 0;
}
.item-page .page-header h2 {
	text-align: center;
}
#component-wrapper {
	background: none;
}
#content .component .row {
	padding: 80px 0;
}
.article-info-wrapper {
	display: none;
}
.blog-featured .item-image img {
	height: 150px;
}
/*.blog-featured .item p {
	font-size: 0.9rem !important;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}*/
.blog-featured h2.item-title {
   font-size: 1.3rem;
}

@media (min-width: 1681px) {
  #content .component .row {
    padding: 100px 0;
  }
	.blog-featured .item-image img {
		height: 200px;
	}
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.blog-featured .item-image img {
		height: 170px;
	}
}
@media (max-width: 979px) {
	#content .component .row {
	    padding: 60px 0;
	}
}
@media (max-width: 767px) {
	#content .component .row {
	    padding: 40px 0;
	}
	.item-page, .content-box div.moduletable {
		margin-left: 0;
		width: auto;
	}
   .item-page img.pull-right, .item-page div.pull-right img, .mid-section img.pull-right, .section-pre-text img.pull-right, .item-page img.pull-left, .mid-section img.pull-left, .bottom-section img.pull-left {
       margin: 10px auto 20px auto;
    }
}
