body > .container {
  margin-top: 72px;
}
.header nav .navbar-brand img {
  height: 20px;
}
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-top: 0;
}
.jumbotron img.right {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.row [class^="col-"] img {
  max-width: 100%;
}
.row [class^="col-"] img.pull-left {
  margin-right: 20px;
  margin-bottom: 10px;
}
.row [class^="col-"] img.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.links li {
  margin-bottom: 10px;
}
ul.links li ul {
  list-style-type: none;
  padding-left: 10px;
}
ol.appeals {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.appeals li {
  margin-bottom: 15px;
}
ol.appeals li strong[id]:before {
  display: block;
  content: " ";
  margin-top: -65px;
  height: 65px;
  visibility: hidden;
}
.appeals-nav {
  width: 225px;
  height: 80vh;
  position: fixed;
}
@media (min-width: 1200px) {
  .appeals-nav {
    width: 260px;
  }
}
.appeals-nav .panel-body {
  overflow-y: auto;
  height: 85%;
  padding-bottom: 30px;
}
.appeals-nav .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.appeals-nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.appeals-nav ol li {
  margin-bottom: 8px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
h3.contact-details {
  line-height: 30px;
}
a[href^="tel"]:hover {
  text-decoration: none;
}
img.map {
  padding: 10px;
  border: 1px solid #eeeeee;
}
footer {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
footer p {
  text-align: center;
  font-size: smaller;
  color: #777777;
}
/*-----------Bootstrap Fixes------------*/
.panel-group .panel {
  margin-bottom: 5px;
}
.panel-group .panel a {
  color: #007e1a;
}
/*-----------Current Nav Selectors------------*/
#home nav li.home {
  color: #ffffff;
  background-color: #3d3a61;
}
#bio nav li.bio {
  color: #ffffff;
  background-color: #3d3a61;
}
#practice nav li.practice {
  color: #ffffff;
  background-color: #3d3a61;
}
#opinions nav li.opinions {
  color: #ffffff;
  background-color: #3d3a61;
}
#appeals nav li.appeals {
  color: #ffffff;
  background-color: #3d3a61;
}
#contact nav li.contact {
  color: #ffffff;
  background-color: #3d3a61;
}
#contact #navbar a.btn {
  background-color: #27253e;
  background-position: 0 -15px;
}
#navbar a.btn {
  margin-left: 5px;
}
/*-----------Utility Classes------------*/
.spacer {
  height: 40px;
}
.initial {
  font-size: 32px;
  line-height: 32px;
}
