/* 
This is the section css for
Business Analytics 
*/


#home-content .accreditationLogo {
    float: left;
    display: block;
    padding: 5%;
}

#home-content .smallCardSection {
    padding: 0px 30px;
    display: block;
    width: 100%;
    float: left;
}

#home-content .smallCardSection .grid3{
	padding: 0px 10px;
}

#home-content .cardheader {
    padding: 6% 4% 2% 4%;
    display: block;
    float: left;
    width: 100%;
} 

#home-content .cardheader h3, .cardheader p {
    text-align: center;
}


@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}
}
@media only screen and (min-width:768px){
	#home-content .smallCardSection .grid3:first-of-type{
		padding-right: 20px;
	}
	#home-content .smallCardSection .grid3:last-of-type{
		padding-left: 20px;
	}
}

#home-content .smallCardSection .grid3 .card{
	border: 2px solid #eee;
	border-top: 5px solid #441F49;
	padding: 20px 30px;
}

#home-content .smallCardSection .grid3 .card p{
	font-size: .9em;
}

#home-content .smallCardSection .cardTitle {
	font-weight: bold;
	font-size: 1.1em;
	color: #441F49;
	line-height: 1em;
}
#home-content .smallCardSection .grid3 .cardTitle{
	margin-top: 0px;
}

#home-content .smallCardSection .row-responsive {
	width: 100%;
	margin: 10px 0 10px;
	float: left;
}
