
/* Note: Design for a width of 750px and below */

@media only screen and (min-width: 200px) and (max-width: 870px) { 
	.head-wrapper-outter .header .logo {
		width: 100%;
		text-align: center;
		background-color: transparent
	}
	.white-page-wrapper .home-column-1, .white-page-wrapper .home-column-2, .white-page-wrapper .home-news-blog-wrapper .blog, .white-page-wrapper .home-news-blog-wrapper .news  {
		width: 100%;
		clear: both;
		margin: 0px 0px 40px 0px
	}
	.head-wrapper-outter .utility-top .utility h3 {
		display: none;
	}
}
