.enroll_section{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px dashed #fbe02c;
	border-bottom: 2px dashed #fff;
}
.enroll_section_title{
	text-align: center;
	color: #008BCC; /*theme blue*/
}
/* =============================================================================
  People
   ========================================================================== */
.children_wrapper{
	list-style: none;
	padding: 0;
	margin: 0;
}
#add_child{
	cursor: pointer;
	text-align: center;
	padding: 15px 0;
	background: rgba(255,255,255, .25)
}
	#add_child:hover{
		background: rgba(255,255,255, .4)
	}
.child_remove{
	cursor: pointer;
	padding: 15px 0;
	display: table;
	color: #D62D21; /*Alert Red */
}
.child_max_alert{
	text-align: center;
	display: none;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 479px) {

}