/* Custom Help Scout StyleSheet */
/* Created with the free Help Scout Docs CSS Generator */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,400i,500,700');

/* Global Background */
body {
  background: #8a2424 !important;
}

/* Search Header */
#docsSearch h1 {
}

/* Navbar Items */
.navbar .nav li {
}

/* Navbar Links */
.navbar .nav li a, .navbar .icon-private-w {
}

/* Brand Image */
a.brand > img {
}

/* Navbar Inner */
.navbar .navbar-inner {
  background: #ef0b0b !important;
}

/* Navbar Brand Text */
.navbar .brand {
}

/* Search Bar Container */
#docsSearch {
  background: #e6c1c1 !important;
}

/* Search Input */
input.search-query {
}

/* Category Titles */
.category-list h3 {
}

/* Category Description */
.category-list .category p {
}

/* Category Box */
.category-list .category {
}

/* Category Box Hover */
.category-list .category:hover {
}

/* Collection Title */
.collection-category h2 {
}

/* Collection Link */
.collection-category h2 a {
}

/* Links & Article Counts */
#serp-dd .result a, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a span, .category-list .category .article-count, .category-list .category .article-count, .contentWrapper a {
}

/* Search Button Hover */
#searchBar button:hover {
}

/* Home Page Search Button */
#docsSearch #searchBar button {
  background: #875e5e !important;
}

/* Sidebar Links */
#sidebar .nav-list a {
}

/* Sidebar Active Link */
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
}

/* Sidebar Headers */
#sidebar h3 {
}

/* Main Content Area */
#contentArea {
}

/* Article Title */
#fullArticle .title, .contentWrapper h1 {
}

/* Inline Code */
code {
}

/* Blockquote */
#fullArticle blockquote {
}

/* Ordered List */
#fullArticle ol {
}

/* Ordered List Item */
#fullArticle ol li {
}

/* Unordered List */
#fullArticle ul {
}

/* Unordered List Item */
#fullArticle ul li {
}

/* Nested List */
#fullArticle ul ul, #fullArticle ol ol, #fullArticle ul ol, #fullArticle ol ul {
}

/* Callout (Default) */
.callout {
  background: #a4a2a2 !important;
}

/* Callout (Blue) */
.callout-blue {
  background: #103c93 !important;
}

/* Callout (Green) */
.callout-green {
  background: #348a0f !important;
}

/* Callout (Yellow) */
.callout-yellow {
  background: #dbf425 !important;
}

/* Callout (Red) */
.callout-red {
  background: #f50f0f !important;
}

/* Article Text */
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
}

/* Article H2 */
#fullArticle h2 {
}

/* Article H3 */
#fullArticle h3 {
}

/* Article Footer */
.articleFoot {
}

/* Print Icon */
.icon-print {
}

/* Buttons */
.btn {
}

/* Buttons Hover */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
}

/* Footer Text */
footer p {
}

/* Footer Links */
footer p a {
}

/* Pagination Links */
.pagination ul > li > a, .pagination ul > li > span {
}

/* Code Blocks (Pre) */
pre {
}

/* Table Header */
#fullArticle table thead th {
}

/* Table Cell */
#fullArticle table td {
}

/* Search Results Header */
#serp h1 {
}

/* Articles Found Text */
.articlesFound {
}

/* Search Result Link */
.articleList li a {
}

/* Search Result Description */
.articleList li p {
}


@media (max-width: 768px) {
  .container, .contentWrapper {
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  table {
    display: block !important;
    overflow-x: auto !important;
  }
}
