#home-content .noBullet{
	list-style-type: none;
	margin-left: 0;
}

/* 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 > .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: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#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 .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/********** DEFAULT **********/
#home-content .gPadding{
	margin: 0 10px;
}
/* #home-content .gPadding img{
	width: 100%;
} */
#home-content .panelInfo img{
	width: 100%;
	max-height: 222px;
	overflow: hidden;
}
#home-content .techSuccessBtns .grid4{
	padding: 10px;
}

/********** TECH LABS **********/
#home-content .hideLabInfo{
	display: none;
}
#home-content .labBtns .grid3{
	padding: 0 10px;
}
#home-content .labBtns .grid3 img{
	width: 100%;
}
#home-content .labInfo .backBtn{
	float: right;
	margin-left: 10px;
	position: relative;
	z-index: 10;
}
#home-content .labInfo #accordion ul.noBullet li{
	margin-bottom: 0;
}
#home-content .labInfo #accordion ul.noBullet{
	margin-bottom: 10px;
}
#home-content .labInfo > h3:first-of-type{
	border-bottom: none;
}
#home-content .labInfo > h3:first-of-type:after{
	display: none;
}

@media only screen and (max-width:768px){
	#home-content .sideLinks{
		padding-right: 0;
	}
	
	/********** TECH LABS **********/
	#home-content .labBtns .grid3{
		width: 50%;
	}
	
	/********** DEFAULT **********/
	#home-content .techSuccessBtns .grid4{
		width: 50%;
	}
}

@media only screen and (max-width:480px){
	/********** TECH LABS **********/
	#home-content .labBtns .grid3{
		width: 100%;
	}
	
	/********** DEFAULT **********/
	#home-content .techSuccessBtns .grid4{
		width: 100%;
	}
}