.related {
    border: 0px !important;
}

.related h3 {
    font-size: 16px;
    font-weight: 300;
    color: #3c4e60;
    margin-bottom: 10px;
}


body {
    color: #3c4e60;
    background-color: #fff;
}

body, input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

a, .contentWrapper a {
    color: #74b648;
}

a:hover, .contentWrapper a:hover {
    color: #609d3e;
}

hr.sep {
}

hr.sep:after {
    content: "";
}

#mainNav {
    border-top: 2px solid #74b648;
    height: 90px;
}

.navbar .navbar-inner {
    height: 90px;
    background-color: #ffffff;
    box-shadow: none;
}

.navbar .navbar-inner a.brand img {
    display:none;
}

.navbar .navbar-inner a.brand {
    padding: 25px 0;
    width: 220px;
    height: 40px;
    background-image: url(//s3.amazonaws.com/images.tray.io/static/help_docs/docs_logo.png);
    background-size: 220px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.contentWrapper .articleList .icon-article-doc {
    display: none;
}

#mainNav ul.nav {
    line-height: 90px;
}

#mainNav ul.nav .caret {
    display: none;
}

#mainNav ul.nav a {
    background-color: #74b648;
    border-radius: 2px;
    height: 32px;
    text-transform: uppercase;
    padding: 0 15px;
    color: white;
}

#mainNav .navbar .nav li a {
    color: white;
}

#docsSearch {
    background-color: #ffffff;
    border-bottom: 1px solid #eef1f5;
}

#docsSearch h1 {

    padding-top: 300px;
    background-image: url(//s3.amazonaws.com/images.tray.io/static/help_docs/docs_header.png);
    background-position: top center;
    background-size: 500px 300px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: -1000000px;

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .navbar .navbar-inner a.brand {
        background-image: url(//s3.amazonaws.com/images.tray.io/static/help_docs/docs_logo@2x.png);
    }
    #docsSearch h1 {
        background-image: url(//s3.amazonaws.com/images.tray.io/static/help_docs/docs_header@2x.png);
    }
}


#docsSearch #searchBar input.search-query {
    border: 1px solid #e6eaf0;
    background-color: #f9fafc;
    box-shadow: none;
    font-weight: 300;
}

#docsSearch #searchBar input.search-query::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
#docsSearch #searchBar input.search-query::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
#docsSearch #searchBar input.search-query:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
#docsSearch #searchBar input.search-query:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

#docsSearch #searchBar input.search-query:focus {
    border: 1px solid #74b648;
}

#docsSearch #searchBar button {
    background-color: #74b648;
    border-color: #74b648;
    text-shadow: none;
    font-weight: 300;
}


#serp-dd {
    box-shadow: none;
    border-color: #e6eaf0;
    background-color: white;
    border-radius: 3px;
    margin-top: 5px;
}
#serp-dd .result a {
    color: #3c4e60;
}
#serp-dd .result a:hover {
    color: white;
    background-color: #609d3e;
}

#serp-dd .result>li.active {
    color: white;
    background-color: #74b648;
}

#serp-dd .result>li.active a {
    color: white;
}


/////////////////////
// HOMEPAGE
/////////////////////


.category-list .category {
    background-color: white;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #d0d8e0;
}

.category-list .category > h3 {
    font-size: 16px;
    font-weight: 300;
    color: #3c4e60;
    text-transform: uppercase;
}

.category-list .category:hover {
    background-color: white;
    box-shadow: 0 0 2px 0 #788ca1;
}

.category-list .category .article-count, .category-list .category:hover .article-count, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover, .most-pop-articles .popArticles a:hover span {
    color: #609d3e;
}

.most-pop-articles.two-col .popArticles {
    padding: 30px;
    box-sizing: border-box;
}

.most-pop-articles.two-col .popArticles .icon-article-doc {
    display: none;
}

section.most-pop-articles {
    width: 100%;
    max-width: 100%;
    background-color: white;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #d0d8e0;
}

section.most-pop-articles h2 {
    font-size: 22px;
    font-weight: 300;
    color: #3c4e60;
    text-transform: uppercase;
}


/////////////////////
// SIDEBAR
/////////////////////


#sidebar input.search-query {
    border: 1px solid #e6eaf0;
    background-color: #f9fafc;
    box-shadow: none;
}

#sidebar input.search-query:focus {
    border: 1px solid #74b648;
    background-color: #f9fafc;
    box-shadow: none;
}


#sidebar > h3 {
    font-size: 16px;
    font-weight: 300;
    color: #3c4e60;
}

#sidebar .nav-list li a, #sidebar .nav-list li a:hover {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #bbb;
}

#sidebar .nav-list li a:hover {
    color: #85b95f;
}

#sidebar .nav-list li.active a, #sidebar .nav-list li.active a:hover {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #85b95f;
}

#sidebar .nav-list li.active a .icon-arrow:before {
    color: #85b95f;
}



/////////////////////
// DOC PAGE
/////////////////////

#contentArea {
    background-color: white;
}

#contentArea #main-content {
    background: none;
    border-left: 1px solid #eef1f5;
    padding-top: 0;
}

#contentArea #main-content #fullArticle div, #contentArea #main-content #fullArticle p {
    font-size: 15px;
    line-height: 26px;
}

#contentArea .contentWrapper {
    border: none;
    color: #474a54;
    padding-top: 30px;
}

#fullArticle .title {
    border-bottom: 1px solid #eef1f5;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 28px;
    color: #444;
    font-weight: 500;
}

#fullArticle .printArticle {
    top: 45px;
}


/////////////////////
// CATEGORY PAGE
/////////////////////

.contentWrapper h1 {
    border-bottom: 1px solid #eef1f5;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 28px;
    color: #444;
    font-weight: 500;
}
