.sub-heading{
	font-size:24px;
	font-weight: 300;
}
.nav-pills a{
	text-transform:uppercase;
	color:#1a1a1a;
}

/* for graying out H,Q,V,X that have no listing
.nav-pills li:nth-child(8) a,
.nav-pills li:nth-child(17) a,
.nav-pills li:nth-child(22) a,
.nav-pills li:nth-child(24) a,
.nav-pills li:nth-child(26) a{
	color:#aaa;
} */

.atoz .row{
	margin-top:0px;
	padding:8px 0 25px;
	border-bottom:1px solid #ccc;
	font-size:13px;
}
.atoz a:link, .atoz a:visited{
	color:#1a1a1a;
}
.atoz a:hover, .atoz a:active{
	color:#71bf44;
}
.hide-atoz{
	font-size:34px;
	font-weight: 700;
	line-height: 34px;
}

/* MEDIA */
@media (max-width: 1023px) {
	.template-body{
		margin-top:0;
	}	
	.nav-pills, .hide-atoz {
		display:none;
	}
	.atoz .row{
		padding:0;
		border-bottom:0;
		line-height:24px;
	}
}

@media (min-width: 250px) and (max-width: 1023px) {
	.atoz{
		margin-top:60px;
	}
	.atoz h2{
		padding-bottom:5px;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}
	.atoz h2 span{
		display:none;
	}
}



