/* 
This is the section css for
WCU Anti Hazing &amp; Hazing Prevention  
*/

/* CARD SECTION */


#home-content .eventsSection {
	display: block;
	width: 100%;
	float: left;
	padding: 5% 6% 6%;
}



#home-content #cardSection {
	float: left;
	width: 100%;
}
#home-content #cardSection .grid3 {
	padding-right: 15px;
}
#home-content #cardSection > .row-responsive{
	display: flex;
}
#home-content #cardSection .grid4{
	padding: 10px;
}

#home-content .card {
    border: 2px solid #eee;
    border-top: 7px solid #441F49;
    background-color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 15px 15px;
}
#home-content .card p {
	margin-bottom: 0px;
}
#home-content .card .slides{
	min-height: 300px;
}

@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive {
		display: block;
	}
}

/* PARENTS AND FAMILIES */

.question {
    margin-bottom: 0px;
    font-weight: bold;
    color: #382140;
}
.answer {
    margin-top: 0px;

}