/* =Main menu top & bottom borders are gold*/

.site-navigation {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bcbc38;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bcbc38;
}
div.lastReviewed {
  width: 190px;
  height: 24px;
  font-size: 85%;
  margin-top: 48px;
  border-top: 1px solid black;
}
table {
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}
tr {
  line-height:120%;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
.title-line-2 {
color: #e48229;
font: 24px arial, verdana, sans-serif;
font-weight: bold;
font-style: normal;
margin-top: 0px;
margin-bottom: 24px;
}
.emphasis {
font-size: 110%;
color: #FF6600;
}
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width:50%;
  clear:both;
  color: gray;
}
* {
  box-sizing: border-box;
}

.ares-grid-column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.ares-grid-row::after {
  content: "";
  clear: both;
  display: table;
}
.storyLead {
  color: #B64902;
  font: 14px verdana, arial, sans-serif;
  font-weight: bold;
  padding-top:0px;
  margin-bottom: -12px;
}
.accentLightBlue_110pct {
  color: #B64902;
  font-size: 110%;
  font-weight: bold;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  font-size: 85%;
}