/* 
This is the section css for
ADA Module 
*/

/** SIDE MENU **/
#home-content .sideLinks { margin-top: 0px; padding-right: 20px; }
#home-content .sideLinks .grid12 { background-color: #EEE; margin-bottom: 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; }

/* GLOBAL */
#home-content .grid8 { padding-right: 20px; }
#home-content .btmNote { font-size: .95em; }
#home-content .clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
#home-content .row-responsive.videoContainer { margin: 0; }
#home-content .videoContainer { padding: 0; }
#home-content .videoContainer .playBtn { display: none; }
#home-content .videoContainer .fa-play-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffbd07;
    font-size: 3em;
	pointer-events: none;
    transition: .5s;
}
#home-content .videoContainer:hover .fa-play-circle { font-size: 4em; }

/* DEFAULT */
#home-content #homepage .grid4 .videoContainer { margin-top: 1em; }

/** FACULTY TRAINING **/
#home-content .loginStatus{
	float: right;
}
#home-content .storyline iframe{
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:768px) {
	/* DEFAULT */
	#home-content .grid8 { padding-right: 0; }
}