
    #main-navigation, aside#sidebar,header[role="banner"],footer,#comments,#respond {
        display: none;
    }
	
    #container #content #main {
        width: 90%;
        margin: 0px;
        padding: 0px;
    }
	
    * {
        color: #000;  
		-webkit-print-color-adjust:exact;  
        background-color: #fff;
        @include box-shadow(none);
        @include text-shadow(none);
		position:unset;
    }
	.ccm-layout-column , .social-media a , .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: none !important;
	margin: 0 auto !important;
	text-align:center;
	width: 100% !important;
	position:unset;
	padding:0;
  }
  
  .main-navigation {
  	width: 100%;
margin: 0 auto;
  }
  .ccm-layout-column , .social-media a  , .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
     float: none !important;
	margin: 0 auto !important;
	text-align:center;
	width: 100% !important;
	position:unset;
	padding:0;
  }
  .col-md-1 *, .col-md-2 *, .col-md-3 *, .col-md-4 *, .col-md-5 *, .col-md-6 *, .col-md-7 *, .col-md-8 *, .col-md-9 *
  {
	  margin:0 auto;
	  text-align:center;
  }
  .col-sm-7, .col-md-7 {
        width: 58.33333333%;
		float:left;
   }
  .col-sm-6, .col-md-6 {
        width: 50%;
		 float: left;
   }
   .col-sm-5, .col-md-5 {
        width: 41.66666667%;
		float: left !important;
   }
   .col-sm-4, .col-md-4 , .col-sm-4{
        width: 33.33333333%;
		float: left !important;
		padding-left:0;
   }
   .form-group.col-md-12 {
	   padding-left:15px;
   }
   .col-sm-3, .col-md-3 {
        width: 25%;
		float: left !important;
   }
   .col-sm-2, .col-md-2 {
        width: 16.66666667%;
		float: left;
   }
   .col-sm-1, .col-md-1 {
        width: 8.33333333%;
		float: left;
   }
   .col-md-1 p, .col-md-2 p, .col-md-3 p, .col-md-4 p, .col-md-5 p, .col-md-6 p, .col-md-7 p, .col-md-8 p, .col-md-9 p
  {
	  margin:0 auto;
	  text-align:left;
  }
  .
  .pull-left,.pull-right{float:none}
  .nav-bar .container {
	  position:unset !important;
	  width:100% !important;
  }

	h1, h2, h3, h4 {
		
		text-align:left !important;
		margin-left:0 !important;
		
	}
	h1 {
		color: #007474 !important;
	}
	h2 {
		color: #990066 !important;
	}
	h3, h4, h5 {
		color: #000;
	}
	.col-sm-offset-1, .col-sm-offset-2 , .col-sm-offset-3 , .col-sm-offset-4 , .col-sm-offset-5 , .col-sm-offset-6 {
		margin-left:0 !important;
		padding-left:0;
	}
	.middle-header #label-inside, .navbar-header , #logo, #logo img {
		width:100%; 
		float:none;
		margin:0 auto;
		text-align:center;
	}
	#page-content * {text-align:left !important;}
	
    a:after {
        content: "";
    }
	header, footer, .left-sidebar , .col-sidebar {
		display:none;
	}
	.form-group {
		width:90%;
	}
	a.btn {
		margin-left:50px;
	}
	.row {padding:0 15px !important;}
	.ccm-layout-column {
		margin: 10px auto;
	}
	#page-content .container .container, .container .container {
		width: 100%;
		padding: 0;
	}
	a[href]:after {
		content: none !important;
	  }
	  .heroCaseStudy{ 
      	background-color: #fff !important;
     }
	 #page-content p {
		line-height: 1.5;
			margin: 0 0 10px;
		
	}
	body.case_study_single .heroCaseStudy p , body.case_study_single p , body.case_study_single ul  , body.case_study_single li {
		text-align:left !important;
	}
	/*.social-media a:after {
        content: "";
    }*/