/**
 * Annual Reports
 *
 */
/* ==========================================================================
   Annual Reports
   ========================================================================== */
dl {
  margin-left: 20px;
  margin-bottom: 40px; }
  dl dt {
    padding-left: 12px;
    position: relative;
    font-weight: bold; }
    dl dt:before {
      border-right: 1px solid #c02d2f;
      border-top: 1px solid #c02d2f;
      content: '';
      display: inline-block;
      height: 5px;
      width: 5px;
      margin-right: 20px;
      position: absolute;
      left: 0;
      top: 6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  dl dd {
    color: #6d6d6d;
    margin-left: 12px; }
    dl dd a {
      color: #6d6d6d;
      text-decoration: underline; }
    dl dd a:hover {
      color: #6d6d6d;
      text-decoration: none; }

@media screen and (max-width: 767px) {
  dl {
    margin-left: 10px; } }
