/* 1024 to 1199px - for 1024px width = landscape iPad */

.pageW {
	width: 94%;
	margin: 0 auto;
}


#INNERBANNER h1 {
	width: 100%;
	box-sizing: border-box;
}
.BlogPosts .THIRD {
  width: 47%;
}
.BlogPosts .THIRD:nth-child(3n+1) {
  clear: initial;
}
.BlogPosts .THIRD:nth-child(2n+1) {
  clear: both;
}

