html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: url(https://d1079ywfijtdjs.cloudfront.net/forums/images/bg/forum-default.jpg) no-repeat center top /
        cover fixed #17191e;
    font-family: 'Lato', sans-serif;
    padding: 0 20px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
h1,
h2,
h3,
h4 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    font-variant-ligatures: none;
}

a,
button {
    transition: all 0.3s ease;
    color: #a9b3c6;
}
.keyboard-focus :focus {
    outline: 2px solid #4eb3f0 !important;
}
#searchBar.sm button .icon-search {
    color: #262933;
}
[class^='icon-'],
[class*=' icon-'],
.featherlight-close-icon,
#sidebar .nav-list a:hover,
#sidebar .nav-list a:focus,
footer p a {
    color: #a9b3c6;
}
footer p a:hover {
    color: #d0e7f2;
}
/*--- Main Navigation ---*/
.navbar {
    margin: 0 -20px;
}
.navbar .nav .active .caret {
    display: none;
}
.nav-list > li > a,
.nav-list .nav-header {
    text-shadow: none;
}

#contact a {
    color: #1e1e1e;
    background-color: #fff;
}

#contact a:hover {
    color: #a9b3c6;
}

/*--- Search Bar Styles ---*/
#searchBar button {
    text-shadow: none;
    border: none;
    border-radius: 0;
    transition: color 0.6s ease;

    background: linear-gradient(to right bottom, #262933, #17191f);
    border: 1px solid;
    border-image: linear-gradient(180deg, #a2a7ae, #545a5f) stretch;
    border-image-slice: 1;
}
#searchBar button:hover {
    background: #000;
    border-image: linear-gradient(180deg, #88765b, #4f4435) stretch;
    border-image: linear-gradient(180deg, #a2a7ae, #545a5f) stretch;
    border-image-slice: 1;
}
#searchBar form .search-query {
    border-radius: 0;
    border: none;
    background: #f5f5f5;
    color: #666;
}
#serp-dd .result a {
    color: #666;
}
input:focus,
textarea:focus {
    box-shadow: 0 0 4px 0px #1292ee inset !important;
    border: 2px solid #1292ee !important;
}

/*--- Docs Search ---*/
#docsSearch {
    position: relative;

    background: transparent;
    border: none;
    margin-bottom: 0;
}
#docsSearch h1 {
    color: #e5e5e5;
    line-height: 1.25;
    text-align: center;
    position: relative;
}
/*--- Categories ---*/

/*---- Content Area ----*/
.category-list .category,
.category-list.two-col .category {
    display: block;
    background: linear-gradient(to right bottom, #262933, #17191f);
    border: 1px solid;
    border-image: linear-gradient(180deg, #a2a7ae, #545a5f) stretch;
    border-image-slice: 1;
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
    padding: 3em 2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    margin: 20px auto;
}

.category-list .category:hover {
    background-color: #17191f;
}

/*--- Inside  Pages ---*/
#main-content {
    padding: 0;
}

.contentWrapper {
    background: linear-gradient(to top, #17191f, #23252c) !important;
    border: none;
    color: #f5f5f5;
}
#serp p {
    color: #b3b3b3;
}
.collection-category h2 {
    line-height: 1.25;
    text-align: center;
}
.collection-category h2 a {
    color: #f5f5f5;
}

.category-list h3 {
    position: relative;
    color: #f5f5f5;
    z-index: 2;
}
.article-count {
    display: none;
}

/*-- Inside Pages Sidbar --*/
#sidebar {
    margin: 45px 9px 0px 10px;
}
#sidebar h3 {
    color: #f5f5f5;
    font-size: 18px;
}

#sidebar .nav-list a {
    color: #b3b3b3;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
    color: #f5f5f5;
}

#sidebar form .search-query {
    border-radius: 0;
}

/*--- Inside  Pages Category ---*/
#categoryHead h1 {
    margin-right: 145px;
    margin-bottom: 40px;
}

/*--- Inside  Pages Article ---*/
.articleFoot time.lu {
    display: none;
}

#fullArticle h1,
#fullArticle strong {
    color: #f5f5f5;
}

#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    color: #f5f5f5;
}
#fullArticle .title {
    margin-bottom: 40px;
}

#fullArticle ul ul {
    margin-bottom: 0;
}

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
    color: #b3b3b3;
}

#fullArticle pre,
#fullArticle code {
    color: #e5e5e5;
    background-color: #1e2127;
}
#fullArticle pre {
    overflow: auto;
    padding: 5px;
    border: 1px solid rgba(51, 56, 66);
    word-wrap: normal;
    white-space: pre;
}
#fullArticle pre code {
    white-space: inherit;
    padding: 0;
    box-shadow: none;
}
#fullArticle code {
    white-space: pre-wrap;
    padding: 1px 5px;
    border: none;
}

#fullArticle img {
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#fullArticle .callout-yellow strong,
#fullArticle .callout-blue strong,
#fullArticle .callout-red strong,
#fullArticle .callout-green strong,
#fullArticle .callout strong,
#fullArticle .private-note strong {
    color: #494949;
}

/*--- Inside  Pages Related ---*/
.related {
    background: #0d1c1f;
    border-top: 1px;
    border-style: solid none none;
    border-color: rgba(255, 255, 255, 0.05);
}
.related h3 {
    color: #f5f5f5;
}

@media (max-width: 768px) {
    #searchBar button .icon-search {
        color: #f5f5f5;
    }
    .navbar-inner {
        padding-right: 0;
    }
    .navbar .btn-navbar {
        right: 5px;
    }

    /* Inside Pages */
    #main-content {
        margin: 20px 0 0;
    }
}

@media (min-width: 600px) {
    /*--- Content Area ---*/
    #contentArea {
        border-radius: 8px;
        border: 1px solid #22242b;
        margin-top: 45px;
        padding: 20px 10px;
        background-color: #17191e;
    }

    /*---- Category Style ----*/
    .collection-category .category-list {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0px 40px;
        justify-content: center;
    }
    .category-list .category,
    .category-list.two-col .category {
        width: calc(50% - 20px);
        margin: 10px;
        flex: 1 0 auto;
    }

    /* Inside Pages */
    #main-content {
        margin-top: 0;
    }

    .contentWrapper {
        margin: 0 10px;
    }
}
@media (min-width: 800px) {
    /*---- Category Style ----*/
    .category-list .category,
    .category-list.two-col .category {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
}
@media (min-width: 1200px) {
    .row-fluid .span9 {
        width: 73.14%;
    }
    .row-fluid .span3 {
        width: 25%;
        margin-right: 1.853%;
    }
}
