div.center-3column.matchheight {
    border-left: none;
    margin-left: 20px;
    padding-top:15px;
}
div.right-3column.matchheight {
    border-left: none;
    margin-left: 20px;
    padding-top:15px;
}
div.left-3column.matchheight {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
}
.bmi-profile {
    font-family: 'Roboto', sans-serif;
    padding-right:15px;
    position: relative;
    margin-left: 0px;
    margin-bottom: 30px;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.bmi-profile div {
    display: flex;
  	flex-direction: column;
  	justify-content: center; /* vertically aligns items */
  	/* align-items: center; /* horizontally aligns items */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
    margin-left: 0;
}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_3:nth-child(3n+1) { 
	clear:both; 
	margin-left: 0;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
h1:first-of-type {
  font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 5px 0 15px 0px;
} 
.squarelist.bmi-list {
    margin-bottom: 0px;
}
.col.span_1_of_3.bmi-list:nth-child(3n+1) { 
	clear:both; 
	margin-left: 0;
	}
.col.span_1_of_3.bmi-list {
    margin-bottom: 0;
}
