#block-block-215 {
    padding-top: 50px;
}



/*.block-font-sans h2.block-title {
    font-family: "Mallory", Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0px;
    line-height: 1;
}

#block-block-218{
    padding-bottom:15px;
}*/



#region-content .more-link a {
border: 0;
background-color: #286dc0;
color: #fff !important;
text-decoration: none !important;
}

#region-content .more-link a:hover {
background-color: #00356b;
color: #fff;
}

.icon-guidelines img{
    height: auto !important;
    border-radius: 50%;
}

.info-title{
     font-family: "Mallory", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .95em;
  color: #222222;
}

.info-number{
    font-family: "Mallory", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
   font-size: .875em;
    line-height: 1.5;
    color: #222222;
}

/*.info-percent{
    font-family: 'Mallory','Gill Sans','Gill Sans MT',Calibri,Arial,sans-serif;
    font-weight: bold;
    color: #296cc0;
    margin: 0;
    font-size: 1.4em;
}
*/

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #ffffff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0.125em solid #ffffff;
	display: table-cell;
	padding: 2px 10px;
}
.divTableHeading {
	background-color: #ffffff;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #ffffff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTable {
  border-collapse: collapse;
  width: 100%;
    margin-top: 20px !important;
}
.divTableHead {
  background-color: #ffffff;
  font-weight: bold;
}
.divTableHead,
.divTableCell {
  /*border: 0.125em solid #b247b7;*/
  line-height: 1.5;
  padding: 0.75em;
  text-align: center;
}
/* Stack rows vertically on small screens */
@media (max-width: 30em) {
  /* Hide column labels */
	.divTableHeading >.divTableRow {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	.divTableRow {
    border: 0.125em solid #ffffff;
    border-bottom: 0;
  }
	/* Leave a space between table rows */
  .divTableRow + .divTableRow {
    margin-top: 1.5em;
  }
  /* Get table cells to act like rows */
  .divTableRow,
  .divTableCell {
		display: block;
	}
	.divTableCell {
		border: none;
		border-bottom: 0.125em solid #ffffff;
	/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
  .divTableCell:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
  .divTableCell {
  	border: none;
		border-bottom: 0.125em solid #ffffff;
	/* Leave a space for data labels */
		padding-left: 0px !important;
  }
  .divTableCell:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
} 

@media (max-width: 30em){
.divTableCell {
    border: none;
    border-bottom: 0.125em solid #ffffff;
    padding-left: 0 !important;
}
}