.cb-article .title a, .cb-article .title a:active, .cb-article .title a:visited {
  color: #75797c;
}
.cb-article .title a:focus {
  background: #b43f3b;
}
.cb-article ul {
  padding-left: 17px;
}
.cb-list .post-title a, .cb-list .post-title a:active, .cb-list .post-title a:visited {
  color: #75797c;
}
.cb-list .post-title a:focus {
  background: #b43f3b;
}
.cb-full .body a, .cb-full .body a:active, .cb-full .body a:visited {
  color: #b43f3b;
}
.footer {
  border-color: #d62929;
}
.channel-nav {
  background: #fff;
  border-bottom: 2px solid #d7d7d7;
  font-family: "Proxima Nova", "proxima-nova", Arial, sans-serif;
  margin-bottom: 20px;
  padding: 15px;
}
.channel-nav:before, .channel-nav:after {
  content: "";
  display: table;
}
.channel-nav:after {
  clear: both;
}
.channel-nav h2 {
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-right: 20px;
}
.channel-nav li {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  list-style: none;
  margin-right: 20px;
}
.channel-nav a, .channel-nav a:active, .channel-nav a:visited {
  color: #75797c;
  text-decoration: none;
}
.channel-nav a:focus {
  background: #d62929;
  color: #fff;
  outline: none;
}
.channel-nav a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 650px) {
  .channel-nav {
    padding: 10px 15px;
  }
  .channel-nav h2 {
    float: left;
  }
}
