html {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f6f8f9;
  color: #333;
}

a.active {
  color: #8e247b;
}

.articleFoot {
  font-size: 80%;
}

.articleList {
  font-size: 1em;
}

.articleList li {
  margin: 0.5em 0;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.category-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.category-list .category {
  background: white;
}

.category-list .category:hover {
  background: white;
}

#contentArea {
  padding-top: 20px;
}

#docsSearch {
  background: none;
}

.contentWrapper {
  background: none;
  border: 0;
  padding: 25px 0 40px 30px;
}

.contentWrapper h1 {
  font-weight: bold;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
  font-size: 16px;
}

#fullArticle .printArticle {
  right: 0;
  top: 35px;
}

#fullArticle strong a {
  color: #8e247b;
}

#main-content {
  background: none;
  font-size: 16px;
  padding: 0;
}

#mainNav .brand {
  color: #8e247b;
  font-weight: bold;
  text-indent: -9999px;
  background-image: url('https://d3hg5wy897yx16.cloudfront.net/assets/doki-14e647119c0664958f335944f1bd7c6d1b769ce596b9a9a17d4c2c8c929a654f.svg');
  background-repeat: no-repeat;
  background-size: 43px 24px;
  background-position: center center;
  width: 43px;
  height: 64px;
  padding: 0;
  margin-left: 16px;
}

.navbar {
  margin-bottom: 15px;
}

.navbar .navbar-inner {
  box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
  min-height: 64px;
}

.navbar .nav a {
  font-size: 16px;
}

.navbar .nav > li > a {
  padding: 16px;
}

@media (min-width: 769px) {
  .navbar .nav {
    top: 0;
  }
}

@media (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 17px;
  }
}

.navbar .nav .active .caret {
  border-bottom-color: #f6f8f9;
}

#searchBar button {
  background: #8e247b;
  border: 1px solid #8e247b;
  text-shadow: none;
}

#searchBar button:hover {
  background: #8e247b;
}

#serp-dd a {
  color: #8e247b !important;
}

#sidebar {
  font-size: 16px;
}

.callout-yellow h4 {
  margin-top: 0;
}
