/* Typography
-------------------------------------------------- */
h1 {
  color: #000000;
}
h2, h3 {
  color: #15485E;
}
.navbar-default .navbar-nav>li>a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
footer p, footer p a {
  color: #ffffff;
}
footer p a:hover {
  color: #69aab2;
}
/* Header/Footer
-------------------------------------------------- */
.client_topbar {
  background-color: #ffffff;
}
.page_topbar {
  background-color: #69aab2;
}
.page_topbar h2 {
  color: #ffffff;
}
.title_topbar {
  background-color: #ffffff; /* Color from new Friendship Press site */
}
footer {
  background-color: #7c4099; /* Color from new Friendship Press site */
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
  color: #7c4099;
}

/* Table 
-------------------------------------------------- */
th, td.verHeadAlt>p {
  color: #15485E; /* Color 2 */
}

/* Miscellaneous 
-------------------------------------------------- */
@media (max-width: 475px){ /* Change width for longer titles. */
  .hidden-xxxs{
    display: none;
  }
}