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: #7daacf;
}
.navbar .nav > li > a:focus {
    text-decoration: underline;
}

b {
    font-weight: bold;
    color: hsl(0, 0%, 75%);
}

a b {
    color: inherit !important
}

.keyboard-focus :focus {
    outline: 2px solid #7daacf !important;
}

[class^='icon-'],
[class*=' icon-'] {
    color: #a8a8a8;
}

.featherlight-close-icon,
.articleList a,
.contentWrapper a,
footer p a {
    padding: 4px 0;
}
footer p a {
    color: #7daacf;
}
footer p a:hover,
footer p a:focus {
    color: #d0e7f2;
}
footer p a:focus {
    text-decoration: underline;
}
.footer-corp-links a {
    margin: 0 5px;
}
.footer-link {
    display: inline-block;
}
.footer-corp-links .footer-link:not(:last-of-type)::after {
    content: '';
    background-color: #848484;
    width: 1px;
    height: 10px;
    display: inline-block;
    position: relative;
    right: -2px;
}
/*--- Main Navigation ---*/
.navbar {
    margin: 0 -20px;
}
.navbar .nav .active .caret {
    display: none;
}
.nav-list > li > a,
.nav-list .nav-header {
    text-shadow: none;
}
.navbar .nav li a,
.navbar .icon-private-w {
    color: #848484;
    transition: color 0.2s, background-color 0.2s;
}

#contact a {
    color: #c4c7c5;
    border: 1px solid #c4c7c5;
    padding-top: 3px;
    padding-bottom: 3px;
}

#contact a:hover {
    color: #18191e;
    background-color: #c4c7c5;
}
.nav-collapse.collapse.nav--is-open {
    visibility: visible;
}
/*--- 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 .search-query {
    border-radius: 0;
    background: #18191e;
    border: 1px solid #3d3d3d;
    color: #c4c7c5;
}
input::placeholder {
    color: #a8a8a8;
    opacity: 1; /* Firefox */
}
/* Search Results */
#serp-dd {
    background: #18191e;
    color: #c4c7c5;
    border: 1px solid#3d3d3d;
    top: 85px;
    box-shadow: none;
}
#serp-dd .result > li.active,
#serp-dd .result a:hover {
    background: #373a43;
}
input:focus,
textarea:focus {
    border: 2px solid #7daacf !important;
}

/*--- Docs Search ---*/
#docsSearch {
    position: relative;

    background: transparent;
    border: none;
    margin-bottom: 0;
}
#docsSearch h1 {
    color: #c4c7c5;
    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;
}
.category-list .category:focus {
    color: #f5f5f5;
}

/*--- 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 {
    font-family:  'Cormorant Garamond', serif;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}
.collection-category h2 a {
    color: #f5f5f6;
    display:  inline-flex;
    align-items: center;
}

.category-list h3 {
    position: relative;
    color: #c4c7c5;
}
.article-count {
    display: none;
}
.articleList a:hover span,
.articleList a:focus span {
    color: #d0e7f2;
}
.articleList a:focus span {
    text-decoration: underline;
}
/*-- Inside Pages Sidbar --*/
#sidebar {
    margin: 45px 9px 0px 10px;
}
#sidebar h3 {
    color: #c4c7c5;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
}

#sidebar .nav-list a {
    color: #848484;
}
#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
    color: #eaeaea;
}

#sidebar form .search-query {
    border-radius: 0;
    background: #18191e;
    border: 1px solid #3d3d3d;
    color: #c4c7c5;
}
#sidebar .nav-list a:hover,
#sidebar .nav-list a:focus {
    color: #7daacf;
}
#sidebar .nav-list a:focus {
    text-decoration: underline;
}
/*--- Inside  Pages Category ---*/
#categoryHead h1 {
    margin-right: 145px;
    margin-bottom: 40px;
}

/*--- Inside  Pages Article ---*/
.articleFoot time.lu {
    display: none;
}

#fullArticle blockquote, 
#fullArticle dd, 
#fullArticle div, 
#fullArticle li, 
#fullArticle ol, 
#fullArticle p, 
#fullArticle table, 
#fullArticle ul {
    font-size: 16px;
    line-height: 1.6;
}

#fullArticle h1,
#fullArticle strong {
    color: #f0f0f0;
}

#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    color: #f0f0f0;
    margin: 1em 0 0.5em;
}
#fullArticle .title {
    /* margin-bottom: 40px; */
}

#fullArticle p,
#fullArticle ol,
#fullArticle ul {
    margin-bottom: .5rem;
}

#fullArticle p:not(:first-child) {
    margin-top: .5rem;
}


#fullArticle ul ul {
    margin-bottom: 0;
}

#fullArticle pre,
#fullArticle code {
    color: #c4c7c5;
    background-color: #2e3137;
}
#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: 2px 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;
}

h2#collection-126 a::before,
h2#collection-56 a::before,
h2#collection-108 a::before,
h2#collection-1 a::before,
h2#collection-43 a::before,
h2#collection-169 a::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

#collection-126 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_avowed.svg");
}
#collection-56 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_grounded.svg");
}
#collection-108 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_pentiment.png");
}
#collection-1 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_deadfire.png");
}
#collection-43 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_outerworlds.png");
}
#collection-169 a::before {
    background-image: url("https://d1079ywfijtdjs.cloudfront.net/support/icons/game_icon_grounded2.svg");
}

/* FOOTER */
footer p {
    font-size: 14px;
}
@media (max-width: 768px) {
    #searchBar button .icon-search {
        color: #f5f5f5;
    }
    .nav-collapse.collapse {
        visibility: hidden;
    }
    .nav-collapse.collaps.nav--is-open {
        visibility: visible;
    }
    .navbar-inner {
        padding-right: 0;
    }
    .navbar .btn-navbar {
        right: 5px;
    }
    /* Close Button */
    .navbar .btn-navbar .icon-bar {
        transition: rotate 0.3s ease, width 0.3s ease, translate 0.3s ease, opacity 0.3s ease;
        transform-origin: left center;
        box-shadow: none !important;
    }
    .button-checked span.icon-bar:nth-of-type(3) {
        opacity: 0;
        width: 0;
    }
    .button-checked .icon-bar:nth-of-type(2n) {
        width: calc(12px * 1.41421356237);
    }
    .button-checked .icon-bar:nth-child(2) {
        rotate: 45deg;
        translate: calc(2px * 1.41421356237) calc(2px / -2);
    }
    .button-checked .icon-bar:last-child {
        rotate: -45deg;
        translate: calc(2px * 1.41421356237) calc(2px / 2);
    }
    /* Inside Pages */
    #main-content {
        margin: 20px 0 0;
    }
}
@media (min-width: 769px) {
    .navbar .navbar-inner .container-fluid {
        display: flex;
        flex-wrap: wrap;
    }
    .navbar .navbar-inner .container-fluid::before,
    .navbar .navbar-inner .container-fluid::after {
        content: none;
    }
    .navbar .brand {
        padding-right: 0;
        width: 161px;
    }
    .navbar .nav {
        position: relative;
        float: none;
        text-align: center;
    }
    .nav-collapse.collapse {
        height: auto !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .navbar .navbar-inner .container-fluid {
        justify-content: center;
    }

    .navbar .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-collapse.collapse {
        width: 100%;
    }
}

@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: 1025px) {
    .navbar .navbar-inner .container-fluid {
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .row-fluid .span9 {
        width: 73.14%;
    }
    .row-fluid .span3 {
        width: 25%;
        margin-right: 1.853%;
    }
}

@media screen and (prefers-contrast: more) {
    .navbar .nav .active {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    #serp-dd .result a:hover {
        background-color: Highlight;
    }
}