.page-header { min-height: 70px !important; }

.home .lead {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.8em;
}


.home a.btn{
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}


.home .note{
  font-size: 0.9em;
  margin-top: 0.5em;
  opacity: 0.85;
}

.home .top-branch-title{
  font-size: 1.15em;
  font-weight: 700;
  padding: 0.6em 0.8em;
  margin-bottom: 0.6em;
  border-left: 4px solid #4aa3df;
  background: #f5f9fd;
}
.home .top-branch-title.personal{
  border-left-color: #7bbf7b;
  background: #f6fbf6;
}