body,
input,
button,
select,
textarea,
.articleFoot p,
time.lu {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.8em !important;
}

body {
  padding-top: 130px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000 !important;
  padding: 15px 0 15px 0 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

h1 {
  color: #0a1138 !important;
}

h3,
h4,
h5 {
  font-weight: 600 !important;
}

#docsSearch {
  background-repeat: no-repeat;
  background-color: #f9f5f6;
  background-position: center;
  background-size: cover;

  padding-top: 130px;

  margin-top: -130px;
}

#searchBar button {
  border: none;
  text-shadow: none;
  font-weight: bold;
  background: #0a1138;
  font-size: 14px;
}

#searchBar button .icon-search {
  color: white;
}

#docsSearch h1 {
  color: #0a1138 !important;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

a {
  color: #0c30e4 !important;
}

a:hover,
a span {
  text-decoration: none !important;
}

a:hover,
a:hover span {
  color: #182c9b !important;
}

header#mainNav {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.navbar .navbar-inner {
  background: transparent;
  box-shadow: none;
  padding-top: 5px;
}

.navbar .brand img {
  max-height: 25px;
  width: auto;
}

.navbar .btn-navbar .icon-bar {
  background: black;
  box-shadow: none;
}

.navbar-inner .nav-collapse ul.nav li a {
  color: #1a1a1a !important;
  font-size: 18px !important;
  text-shadow: 0 !important;
  font-weight: 600;
}

#sidebar .nav-list a {
  color: #0a1138 !important;
}

#sidebar h3 {
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  line-height: 1.8em !important;
}

ol {
  margin: 0 0 0 40px !important;
  padding: 0 0 0 15px !important;
  list-style-type: none !important;
}

ol li {
  counter-increment: step-counter !important;
  margin-bottom: 10px !important;
  position: relative !important;
}

ol li::before {
  content: counter(step-counter) !important;
  font-size: 80% !important;
  background-color: #0c30e4 !important;
  color: white !important;
  font-weight: bold !important;
  padding: 15px 12px 15px 12px !important;
  border-radius: 3000px !important;

  line-height: 0 !important;

  position: absolute !important;
  left: -40px !important;
}

blockquote {
  margin: 30px 10px 30px 10px !important;
  border: 0 !important;

  padding: 20px !important;

  background: rgba(10, 160, 220, 0.1) !important;
  border-radius: 4px !important;

  font-style: normal !important;
}

u {
  text-decoration: none !important;
  background: rgba(10, 160, 220, 0.1) !important;
  padding: 3px 10px 3px 10px !important;
  border-radius: 2px !important;

  font-weight: bold !important;

  color: #0c30e4;
}

section#contactModal h2 {
  padding-left: 20px !important;
}

p.article-count {
  text-transform: lowercase !important;
}

p.article-count span,
a:hover p.article-count span {
  color: #0c30e4 !important;
}

@media screen and (max-width: 480px) {
  #docsSearch {
    padding-top: 100px !important;
  }

  #docsSearch h1 {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  #docsSearch {
    background-size: auto;
  }
}
