fullArticle dt {
    background: #f1f6fe;
  }
  .navbar .nav li a {
    text-shadow: none;
    color: #fff;
    font-weight: bold;
  }

  #mainNav .container-fluid {
    position: relative;
    font-family: "Avenir", sans-serif;
    color: #fff;
}
  
  #docsSearch {
    background: #0AAEE2;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 3em;
    padding: 5.5em 0;
  }
/* how can we help */
  h1 {
    color: #fff;
    font-family: "Avenir", sans-serif;
    font-size: 64;

  }

  .category-list h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}
  .navbar .navbar-inner {
    background: #0AAEE2;
  }

  .navbar .navbar-inner {
    background: #0AAEE2;
}

.navbar .navbar-inner .brand img {
    max-width: 50%;
    padding-bottom: inherit;
}
  
  #searchBar .search-query {
    background: #ffffff;
    border-color: transparent;
    box-shadow: none;
    color: #777;
    font-family: "Avenir", sans-serif;

  }
  
  #searchBar button {
    background: #16284a;
    font-family: "Avenir", sans-serif;
    font-weight: bold;
    border-color: transparent;
    color: #fff;
  }
  #searchBar button:hover {
    background: #6744F6;
    font-family: "Avenir", sans-serif;
    border-color: transparent;
    color: #fff;
  }

  h1 {
    color: #fff;
    font-family: "Avenir", sans-serif;
    font-size: 64;
  }

  /* align of Getting Started */
  .articleList li {
    margin: 1.4em 0;
    padding: 4px;
    font-weight: bold;
    
}
#serp .articleList > li {
    padding-left: 25px;
    border-bottom: 1px solid;
    color: lightgray;
  }
  body {
    margin: 0;
    font-family: "Avenir", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    background-color: #f1f6fe;
  }
  .twoCol,
  .threeCol {
    text-align: center;
    font-family: "Avenir", sans-serif;
    font-size: 15.6px;
  }
  
  .twoCol .collection,
  .threeCol .collection {
    background: #fff;
    border-color: #1c335e;
    /* border: 2px solid #ed526c; */
    border-radius: 4px;
    margin-bottom: 3em;
    display: inline-block;
    vertical-align: top;
    min-height: 200px;
  }
  .threeCol .collection .collection-head,
  .threeCol .collection .collection-body {
    padding: 1em 2em 2em;
  }
  .twoCol .collection .collection-head.no-desc,
  .threeCol .collection .collection-head.no-desc {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .collection-category h2 {
    font-weight: 500;
  }
  .threeCol h2 a {
    color: #333;
    display: inline-block;
    border-bottom: 1px dotted transparent;
    font-size: 21px;
    font-weight: 500;
  }
  
  .category-list .category {
    background-color: #ffffff;
    border-bottom: 1px solid #e9f0fc;
    border-radius: 3px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 30px;
  }
  
  .category-list .category:hover {
    text-decoration: none;
    background: #ececec;
  }
  .collection-category .category-list :hover {
    background-color: #e8e2fa;
    }

  .icon-article-doc:before {
    content: "\e604";
    color: #ffffff;
    margin-right: 6px;
  }
  .twoCol p,
  .threeCol p,
  .twoCol .browse,
  .threeCol .browse {
    color: #16284d;
    font-weight: bolder;
  }
  
  body {
    margin: 0;
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    background-color: #F7F9FC;
   
  }

  #fullArticle p,
  #fullArticle ul,
  #fullArticle ol,
  #fullArticle li,
  #fullArticle div,
  #fullArticle blockquote,
  #fullArticle dd,
  #fullArticle table {
    font-size: 15px;
    color: #585858;
    line-height: 1.55em;
    margin-bottom: 1.5em;
  }  

  #fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    color: #16284a;
    font-size: medium;
  }
  a:hover {
    color: #0b172d 
  
  }

  .contentWrapper h1 {
    font-weight: 400;
    margin-top: 0px;
    font-size: 30px;
    line-height: 2.2em;
    color: #3f4953;
}

  #fullArticle .callout-blue {
    background: #F7F9FC;
    border-color: #6774F6;
  }
  
  .articleFoot time.lu {
    display: none;
  }
  
