#home-content .noBullet{list-style-type: none; margin-left: 0;}
#home-content .hideMenu{display: none;}
#home-content .btnRight{float: right; margin-left: 10px;}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

/** 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;
}

/********** DEFAULT **********/
#home-wrapper{
	position: relative;
}
.exitBtn{
	position: fixed;
	right: 10px;
	top: 180px;
	z-index: 999999;
	max-width: 170px;
	padding: 10px;
	background: #FFBD07;
	color: #000;
	border: 10px solid #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
#home-content .gridLeft{
	padding-right: 10px;
}
#home-content .homeBtns .grid6{
	padding: 5px;
	text-align: center;
}
#home-content .homeBtns a{
	display: block;
	width: 100%;
	height: 200px;
	background: #763775;
	border: 10px solid #4D4D4D;
	padding: 30px;
	text-decoration: none;
	color: #FFF;
	font-size: 2.5em;
	line-height: 1.1em;
	transition: .5s;
}
#home-content .homeBtns a:hover{
	color: #763775;
	background: #FFBD07;
	transition: .5s;
}
#home-content .rightBtns .btnMain{
	width: 100%;
	margin: 0;
}
#home-content .reportBtn{
	padding: 30px 5px;
}

/*********** WHAT TO DO ************/
#home-content .supportContact .grid4{
	text-align: center;
	padding: 0 5px;
}
#home-content .supportContact .grid4 ul{
	list-style-type: none;
	margin-left: 0;
}

@media only screen and (max-width:768px){
	/********** SIDE MENU **********/
	#home-content .sideLinks{
        padding-right: 0;
    }
	
	/********** DEFAULT **********/
	#home-content .gridLeft{
		padding-right: 0;
	}
	#home-content .homeBtns .grid6{
		width: 50%;
	}
	#home-content .reportBtn{
		padding: 15px 5px;
	}
}

@media only screen and (max-width:480px){
	/********** DEFAULT **********/
	#home-content .homeBtns .grid6{
		width: 100%;
		padding: 0;
	}
}
