h1{margin: 30px 0px 20px 0px;}
p {
    margin: 0;
    font-size: 14px;
}
.support_row{margin: 20px -12px;}
.white-block{
	padding: 25px;
	margin: 0px 12px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(49,49,49,0.15);
	        box-shadow: 0px 0px 50px 0px rgba(49,49,49,0.15)
}
h2{
	margin-bottom: 20px;
	font-size: 27px;
	text-transform: none;
	color: #000;
	line-height: 20px;
	text-align: center;
	font-weight: 300;
}
.links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 40px 0px 20px 0px;
	padding: 0px;
}
.links li{
	display: block;
	width: 33.3%;
	min-width: 110px;
	text-align: center;
}
.links li a{
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #000;
}
.links li a span,
	.links li p{
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
.links li img{
	display: inline-block;
	height: 55px;
	width: auto;
	margin-bottom: 30px;
}
.bottom-link{
	padding: 20px;
	text-align: center;
}
.bottom-link img{
	display: inline-block;
	margin-right: 10px;
}
.bottom-link  a{
	font-size: 16px;
	text-decoration: underline;
	color: #000;
}
.support_programs{
	margin: 40px 0px;
	background-color: transparent;
}
.support_programs *{
	background-color: transparent !important;
	color: #000;
}
.support_programs .head_firstCell p,
	.support_programs .head_firstLine p,
		.support_programs .head_secondCell p,
			.support_programs .head_secondLine p,
				.support_programs .head_thirdCell p{
	    font-size: 16px;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding: 10px;
    width: auto;
}
.glyphicon.glyphicon-ok {
    display: block;
    margin: 0px auto;
    text-align: center;
}
.support_programs{
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.support_programs th{
	font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
.support_programs td:first-child{
	width: 25%;
	padding: 15px;
	color: #bb2f2c;
}
.support_programs td{
	font-size: 14px;
	width: 15%;
}
.support_programs th{
	border-bottom: 1px dashed #999;
}
.support_programs th,
	.support_programs td{
		text-align: center;
		padding: 15px 5px;
	}
.support_programs tr td:not(:last-child),
		.support_programs th:not(:last-child){
	border-right: 1px dashed #999;
}
.important{color: #bb2f2c;}