/* 
This is the section css for
Physician's Assistant (PA) 
*/

#home-content h4{
	margin-top: 20px;
}
#home-content li{
	padding: 3px 0px;
}
#home-content .grid12 .apply a{
	background-color: #441F49;
	color: #FFF;	
}

#home-content .grid12 .apply a:hover{
	color:#FFBD07;
}
#home-content .sideLinks{
	margin-top: 0px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	background-color: #EEE;
	margin-bottom: 5px;
	margin-top: 5px;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 0px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
#home-content .sideLinks .btnMain{
	color: #FFF;
}
#home-content .hideMenu{
	display: none;
}


#home-content .purpleBtn{
	width: 100%;
	padding: 20px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background-color: #441F49;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#home-content .grid4, #home-content .grid6{
	padding-right: 20px;
}
#home-content .card{
	padding: 20px;
	border-right: 4px solid #eee;
	border-bottom: 4px solid #eee;
}



@media only screen and (min-width:769px){
	#home-content .goalChart .responsiveTable td:nth-of-type(1){
		width: 13%;
		background: #6e3061;
		color: #fff;
		font-weight: 700;
	}
}

@media only screen and (max-width:768px){
	#home-content .goalChart .responsiveTable td:nth-of-type(1){
		background: #6e3061;
		color: #fff;
		font-weight: 700;
	}
}

@media only screen and (max-width: 768px){
	#home-content .goalChart .responsiveTable td{
		padding-left: 10px;
	}
}

@media only screen and (max-width: 768px){
	#home-content .goalChart .responsiveTable td:before{
		position: unset;
		white-space: break-spaces;
	}

}


