/* 
This is the section css for
The Respiratory Care Program 
*/

#home-content .homepage .grid9 {
	padding-right: 15px;
}

#home-content .homepage .grid10 {
	padding-right: 10px;
}

#home-content .homepage ul.facultyList {
	list-style: none;
	margin-bottom: 15px;
}
#home-content .homepage ul li {
  margin: 0;
}

#home-content .homepage img.studentExperiencePic {
	float: right;
	margin: 10px;
}
#home-content .containWidth{
	max-width: 200px;
}
#home-content .imgRight{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 200px;
}
#home-content .accordion .grid3 img{
	width: 100%;
	max-width: 200px;
}
#home-content .accordion .tileBuilderSnippet .grid3 img{
	width: 100%;
	max-width: 300px;
}
#home-content .accordion .grid4 img{
	width: 100%;
	max-width: 400px;
}
#home-content .fullWidthImg{
	width: 100%;
}

@media only screen and (max-width:768px){
	#home-content .homepage .grid9 {
		padding-right: 0;
	}
	#home-content .homepage .grid10 {
		padding-right: 0;
	}
}