/* 
This is the section css for
 
*/


/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin: 0;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks .accordion a a{
	padding: 0px;
	padding-left: 0px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a{
	padding-left: 30px;
}
#home-content .sideLinks .accordion a:hover a, #home-content .sideLinks .accordion a .activeSideLink{
	border-left: none !important;
}
.sideLinks .accordion h3{
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif;
	padding: 0px 0px;
	margin-top: 0px;
	border: none; 
	letter-spacing: 0em;
}
.sideLinks li{
	list-style-type: none;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 5px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #6e3061;
}
#home-content .contentHolder .subLinks{
	border-bottom: 1px solid #DDD;
	display: block !important;
}
#home-content .sideLinks .grid12 a:hover{
    color: #6e3061;
    border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
    color: #6e3061;
    border-left: 3px solid #6e3061;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/** contact page **/
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .centerContactInfo{
	text-align: center;
}



/*******	APPLY - NEW	*******/
.applyProcess p, .applyProcess h3, .applyProcess ul, .applyProcess li, .applyProcess .wcuLink, .applyProcess .wculink svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
.applyProcess .grid4 img{
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.applyProcess .row-responsive{
	margin-bottom: 40px;
}
#home-content .applyProcess .psuedoHead1{
	color: #d4a129;
}
#home-content .applyProcess .psuedoHead1 span{
	color: #ffe800;
}
#home-content .applyProcess a:not(.btn),
#home-content .applyProcess a:visited:not(.btn){
	color: #ffe800;
}

#home-content .mi-list p{
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	margin-left: 30%;
}
#home-content .mi-list p:last-of-type{
	margin-bottom: 30px;
}

#home-content .grid3 {
    padding-left: 20px;
}

.purplePara, .pyPara2, .pyPara1 {
    padding: 3.5%;
}

/** timeline **/
#home-content .grid12 .centerPadding {
	padding: 0 40px;
}

@media only screen and (max-width:768px){
	#home-content .grid12 .centerPadding {
		padding: 0 10px;
	}
}
