.page-heading{
	margin:24px 0 0 0;
}
.sub-nav-resources {margin-left:auto; margin-right:auto;text-align: center;font-size: 22px;background-color: #6d6e71;color:white;margin-top:-56px;position:absolute;width:100%;}
.sub-nav-resources ul {margin-top:14px; margin-bottom:14px;}
.sub-nav-resources ul li{display:inline-flex;padding:0px 66px 0px 66px;}
.icons {width:60%;margin-left:auto; margin-right:auto;text-align: center;}
.iconheading {font-size: 22px;padding:0 5px 0 5px;}
.sub_heading{text-align: center; font-size: 22px!important; color:#111;}
a{
	text-decoration: none;

}
.infohubanchor{
	color:#2c2c2c;
}
.subnavanchor{
	color:white!important;
}
.subnavanchor:visited{
	color:white;
}
.subnavanchor:hover{
	color:#ef8000!important;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0 auto 0 auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.col img{width:65px;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
  text-align:center;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
