  p.callout {
  background-color: #fff9d9;
  border: 1px solid #f6be00;
  padding: 1rem;
}
#table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
}
#administrative-use p:nth-of-type(2),
#academic-use p:nth-of-type(1),
#marketing-material p:nth-of-type(3),
#applying-for-a-license p:nth-of-type(2),
#trademarks-internal p:nth-of-type(2),
#trademarks-internal p:nth-of-type(3),
#trademarks-internal p:nth-of-type(4),
#uh-items-to-sell p:nth-of-type(3) {
    margin-bottom: 0;
}
ul.squares > li:before {
  content: '■ ';
}
ul.squares {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
section h3:before {
    content: '■';
    font-size: 5rem;
    vertical-align: bottom;
    color: #d89b00;
    margin-left: -.5rem;
}
section h3 {
    font-family: 'Milo';
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
#uh-items-to-sell ul.squares ul.squares {
    padding-left: 2rem;
}