.navbar .nav {
  top: 0;
}

.navbar .navbar-inner {
    background: #1a212a;
}

.navbar-inner .brand {
    padding: 18px 20px 13px;
    line-height: 24px;
}

.navbar .nav li a {
    color: #fff;
    font-size: 15px;
    padding: 16px 15px 11px;
}

.navbar .nav .active .caret {
    display: none;
}

h1.title, p, a, span {
  font-family: Soehne, sans-serif;
}

.articleRatings, #fullArticle .printArticle {
  display: none;
}

#fullArticle hr {
  border-bottom: 1px solid #e2e2e2;
  border-top: 0px;
}

#main-content {
  padding: 0px;
}

.contentWrapper {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.icon-article-doc:before {
  display: none;
}

.center p span {
    display: none;
}

.collection a, .contentWrapper a {
    color: #000;
}

#fullArticle strong {
  color: #222;
}

.threeCol h2 a:hover {
    border-bottom: 1px solid #000;
}

.threeCol h2, .twoCol h2 {
    text-align: left;
    font-size: 21px;
}

.articleFoot time.lu {
    display: none;
}

#searchBar button {
    border: 1px solid #0081F4;
    background: #0081F4;
}

#fullArticle p {
  font-size: 16px;
  color: #000;
}


/* WIP */
.articleList li {
  position: relative;
  display: flex;
}
.articleList li::after {
    content: ">";
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#serp .articleList li::after {
    display: none;
}
#serp-dd a, #serp-dd a:hover {
    color: #000;
}
.articleList li a {
    display: block;
    width: 100%;
    text-decoration: none;
}


.threeCol .collection {
    border-radius: 8px;
}

.brand img {
  width: 90px;
}

footer p {
  display: none;
}

.container-fluid {
  margin: 0 5% 0 5%;
}
