/* 
This is the section css for
Training 
*/

#home-content .myWCU{
	float:right;
}
#home-content #myWCULogin a{
	border-right: none;
	border-bottom:none;
}

.rammy-icon{
	max-width: 200px;
	margin-top: 20px;
	margin-left: 5%;
}

#home-content #student .spacing a{
	padding-left: 40px;
	font-family: "myriad-pro", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #382140;
	text-decoration: none;
	display: block;
}
#home-content #student .spacing .grid12{
	border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content #student .spacing .grid12:hover a{
	color: #6e3061;
}
#home-content .grid3{
	padding-right: 20px;
}
#home-content a.btnAlert, #home-content a.btnAlert:visited{
	color: #FFF;
}

/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
	border-bottom: none !important;
	border-right: none !important;
}
#home-content .sideLinks .grid12{
    margin: 0;
	border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks .grid12:hover > a{
	color: #763775;
}
#home-content .sideLinks h3{
	padding: 10px;
	border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
	letter-spacing: 0rem;
}
#home-content .sideLinks h3 > a, #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 h3 > a:first-of-type{
	padding-top: 0px;
	padding-bottom: 0px;
}
#home-content .sideLinks .grid12:first-of-type{
	border-top: 1px solid #DDD;
}

/* #home-content .sideLinks > .grid12 h3:first-of-type > a{
	border-top: 1px solid #DDD;
	border-right: 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: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .spacing .grid12{
	padding: 0px;
}
#home-content .sideLinks h3 a:hover a{
    color: #763775;
    border-left: none;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/** default **/
#home-content .ramPortalTrainingBtn a.wcuPurpleTile,
#home-content .ramPortalTrainingBtn a.wcuPurpleTile:visited{
	background-color: #A52622;
}
#home-content #faSM a, #home-content #student a, #home-content #preferred a, #home-content #guest a, #home-content #faculty a{
	padding-left: 25px;
}
#home-content #faSM ul, #home-content #student ul, #home-content #prefered ul,  #home-content #guest ul, #home-content #faculty ul{
	list-style-type: none;
	margin-left: 0px;
	background-color: #fff;
}
#home-content #faSM #accordion h3, #home-content #faSM .accordion h3, #home-content #student #accordion h3, #home-content #student .accordion h3,  #home-content #preferred #accordion h3, #home-content #preferred .accordion h3, #home-content #guest #accordion h3, #home-content #guest .accordion h3, #home-content #faculty #accordion h3, #home-content #faculty .accordion h3{
    background-color: #fff;
    border: none;
    padding: 0px 0px;
    color: #575757
    border-radius: 0px;
    box-shadow: none;
    margin: 0px 0px;
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif;
}
#home-content .sideLinks .accordion h3 a{
	display: block;
}
#home-content .sideLinks .accordion li a{
	display: block;
	font-size: .9em;
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 12px;
}
#home-content .sideLinks .accordion li a:hover{
	text-decoration: underline;
}
#home-content .hideMenu{
	display:none;
}
#home-content .studentLanding .videoCOntainer{
	padding-right: 0px;
}
#home-content .studentLanding .grid4{
	padding-right: 20px;
}
#home-content img{
	border: 3px solid #eee;
	margin-bottom: 20px;
}
#home-content ol .row-responsive{
	margin-bottom: 0px;
}

#home-content ul.lowerAlphaList{
	list-style-type: lower-alpha;
}
#home-content ul.lowerNumeralList{
	list-style-type: lower-roman;
}
#home-content .noMarg{
	margin-bottom: 0px;
}




@media only screen and (max-width:768px){
	.rammy-icon{
		margin-left: 0px;
		display: block;
		margin: 20px auto 20px auto;
	}
}

