/* 
This is the section css for
EGP Handbook 
*/

.grid8{
	padding-right: 2.5%;
}

/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#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 > .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;
}
#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;
}



/*	DROPDOWN SIDE MENU	*/
.side-menu {
    width: 100%;
    border: 1px solid #d9d9d9;
}
.menu-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 0;
    background: #6e3061;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.menu-toggle:hover {
    background: #58254d;
}
.menu-toggle:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}
.menu-toggle::after {
    content: "+";
    font-size: 1.25rem;
}
.menu-toggle[aria-expanded="true"]::after {
    content: "−";
}
.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.submenu li {
    border-top: 1px solid #e5e5e5;
}
.submenu a {
    display: block;
    padding: 0.875rem 1rem;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.submenu a:hover,
.submenu a:focus {
    background: #f5f5f5;
}
.submenu a:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: -3px;
}
#home-content .submenu a.active,
#home-content .submenu a[aria-current="page"] {
	border-left: 3px solid #ffe800;
    color: #6e3061;
    font-weight: bold;
}


