 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

@media only screen and (max-width: 959px) {


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    
    
}

@media only screen and (max-width: 767px) {
.newslhs {
  width: 100% !important;
	float: left;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 20px 0px !important;
	}
	.newsrhs {
  width: 100% !important;
	float: left;
	}
	.digesterlhs {
  width: 100% !important;
		padding: 0px !important;
		margin-bottom: 20px !important;
	}
  .digesterrhs {
 width: 100% !important;
	}
	.welcomelhs {
   width: 100% !important;
		padding: 0px !important;
		margin-bottom: 20px !important;
	}
	.welcomerhs {
   width: 100% !important;
	}
	.colum-one-fourth {
   width: 100% !important;
	}
	.column-three-fourth {
  width: 100% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    

}

@media only screen and (max-width: 479px) {
	.newslhs {
  width: 100% !important;
	float: left;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 20px 0px !important;
	}
	.newsrhs {
  width: 100% !important;
	float: left;
	}
.vartmlhs{
	width: 100% !important;
	float: left;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 20px 0px !important;
}
    .vartmrhs{
	width: 100% !important;
	float: left;
	padding: 0px;
	margin: 0px;
}
    
}
