.direct-access {
  text-align: left;
  ul {
    flex-flow: row wrap;
    display: flex;
    li {
      width:100%;
      border:1px solid;
      border-top-width:0;
      &:first-child {
        border-top-width:1px;
      }
      a {
        padding: 2em 1em;
        width:100%;
        height:100%;
        display:inline-block;
        
        h3 {
          font-family: "ebgara", 'Times New Roman', Times, serif;
          margin:0;
          font-size: 1.8em;
          font-weight: lighter;
        }
        p {
          margin-top: 0;
          margin-bottom:.25em;
          font-size: 1em !important;
        }
        &:hover {
          background-color: @orange;
          color:@white;
          a.no-style {
            color:@black;
          }
        }
      }
    }
  }
}