/* List styling */
.checklistTitle {
  color:white;
}
.checkList, .checkList ul {
  margin-top: 0;
/*  padding-left: 2em;*/
  list-style-type: none;
  margin-left: 0px;
}
.checkList li, .checkList ul li{
  list-style-type: none;
  color: #f0f0f0;
}


.checkList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.checkList li:before {
  content: "\2713";
  color: white;
}

/* footer width same as body*/
#colophon {
  max-width: 1080px; margin: auto;
}
/*https://codepen.io/davidelrizzo/pen/jIKAb*/