.title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ddd;
}

.hidden {
  display: none;
}

.lead {
  font-size: 1rem;
}

@media (max-height: 860px) {
  .hide-small-screen {
    display: none;
  }
}

.sidebar {
  overflow: auto;
}

.sidebar-logotype {
  max-height: 90px;
}

.sidebar-section {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-weight: normal;
  color: rgba(255,255,255,1);
}

a.sidebar-nav-item {
  color: rgba(255,255,255,.7);
}

a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: none;
  color: #eee;
}

.sidebar-nav-item::before {
  content: "» ";
}

.sidebar-nav-item.active:hover,
.sidebar-nav-item.active:focus {
  color: #eee;
}

.sidebar-nav-item.active {
  font-weight: normal;
  color: #eee;
}

footer {
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

footer .small-text {
  font-size: 0.8em;
}

input.subscribe {
  padding: 13px;
  color: #fff;
  background-color: #a4b239;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-style: normal;
  border-width: 0;
  cursor: pointer;

  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -ms-transition: opacity .1s ease-in;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

input.subscribe:hover {
  opacity: .8;
}

li > ul {
  margin-bottom: 0;
}
