/* Column Layout Styles for Home Page */
.col {
  margin: 25px;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #333333;
  /*padding: 10px 0;*/
  
}

/* 3 col */
.row .colwrap {
   float: left; /* need to reverse the order for 3 */
   margin-left: 6px; /*margin-left:1.895%;*/
}

.row .first {
  margin-left: 0;
}

/* self clear floated parent containers */
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row {
  zoom: 1;
  background-image: url('../images/fauxcolumns.jpg');
}

/* Paragraph Styles for Column Layout on Home Page */

.col ul {
  /*margin-top: 150px;*/
  margin-top: 5px;
  font-size: 10px;
  color: #3F4042;
  list-style-type: none;
  margin-left: 5px;
  padding-left: 0px;
}

.col li {
  margin-bottom: 10px;
}

.col li a {
  color: #3F4042;
}

.col span {
  color:  #333333;
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 10px;
}
