/*--- article, 3-column list--------

created by jnk on 5/11/18 ----*/

article {
  padding-top: 1em;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
  -webkit-columns: 3 240px;
  -moz-columns: 3 240px;
  columns: 3 240px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  column-rule: 1px dotted #c9b883;
}

article a {
  border: none !important;
}

.col-md-9 article ul {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
  list-style: none;
  font-size: 1em !important;
  padding-left: 0px;
}

.col-md-9 article li {
  margin: 0 0 2em 0;
  font-weight: 700;
  color: #5f462b;
  font-size: 1.4em !important;
  line-height: normal !important;
}

.col-md-9 article ul li ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  margin: 0 0 1em 0;
  font-weight: 500;
}

.col-md-9 article li li {
  font-weight: 200;
  margin-top: .5em;
  margin-left: 3% !important;
  font-size: .7em !important;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}

.col-md-9 article li li li {
  font-size: 90% !important;
  margin: 1em 0 1em 0;
  line-height: 1.4em !important;
}