/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.bar-number  {
    font-size: 16px;
    font-weight: bold;
}

.bg-blue {
    background-color: #1872a4!important;
}

.jumbotron {
    border-radius: 0;
}

.state-list {
  margin-bottom: 5px;
}

.denied {
  font-weight: bold;
  color: red;
}

.lawyer-list-item {
  width: 300px;
}

.quotes p {
  margin-bottom: 0px;
  color: #999;
  font-style: italic;
}

.quotes hr {
  margin-top: 5px;
  margin-bottom: 5px;
}