  /* --------------------------------------------
List Group Snippet Modification
----------------------------------------------*/			

/* #content-main .reslife-guide-nav {
margin-left: 35px; 
margin-top: 20px;
max-width: 350px; 
}	*/

.reslife-guide-nav .list-group-item-text {
	display: none;
}	

#content-main .reslife-guide-nav .list-group-item h4 {
	font-size: 16px;
	/*font-weight: bold;*/
	margin-top: 0px;
	margin-bottom: 0px;
}		

#content-main .reslife-guide-nav .list-group-item.active {
	background-color: #0d6aa8;
	border-color: #0d6aa8;
}	

#content-main .reslife-guide-nav .list-group-item:first-of-type {
	background-color:#f1f1f1;
	padding-bottom: 15px;
	padding-top: 15px;
}	

#content-main .reslife-guide-nav .list-group-item:first-of-type h4 {
	font-size: 18px;
}

#content-main .reslife-guide-nav .list-group-item:first-of-type:hover {
	background-color: #0d6aa8;
}

.reslife-guide-nav .list-group-item {
	/* background-color: #fff; */
	padding-bottom: 10px;
	padding-top: 10px;
}


.reslife-guide-nav .list-group-item:hover {
	background-color: #0d6aa8;
	border-color: #0d6aa8;
}	

.reslife-guide-nav .list-group-item:hover h4 {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}


/* ----------------------------------
Mobile Overrides
------------------------------------*/		
@media only screen and (max-width : 768px){


	#content-main .reslife-guide-nav {margin-bottom: 30px;}


}	