/* SEARCH */
#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #1879CD;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #1465ab;
	border-color: transparent;
	color: #fff;
}
.icon-search {
    display: block;
    text-shadow: none;
    color:#fff;
}
#docsSearch {
    height: 200px;
    background: url(https://assets.hu-production.be/static/help-desk/helpimage.jpg) no-repeat left 100% / cover transparent;
    border-bottom: none;
    padding-top: 50px;
    position: relative;
    top: -1px;
}
footer span {
    display: none;
}
@media (max-width: 768px) { 
    #docsSearch {
        height: 75px;
    } 
}
#docsSearch h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: .4em;
}
/* HIDE DATE LAST EDITED */
.articleFoot time.lu {
    display:none;
}
/* PAGE BODY */
#main-content {
    float: right;
    margin-bottom: 2em;
    padding-top: 30px;
}
/* LOGO AND NAV BAR */
.navbar .brand {
    width: 180px;
    height: 17px;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.navbar .navbar-inner {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

/* ADD COLOR TO ARTICLE RATING */
.articleRatings {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 12px;
    background: #f5f6fa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
    font-size: 14px;
    color: #858585;
}
/* LEFT ALIGN ARTICLE BODY */
.span9 {
    background: #fff;
    float: left;
    margin-bottom: 2em;
    padding: 0px;
}
/* MAKE CONTACT LINK BLUE */
#sbContact {
    color: #1879CD;
    border-bottom: 1px dotted #e3e3e3;
}
/* MAKE CONTACT FOR FULL WIDTH ON MOBILE */
@media (max-width: 768px) {
    #main-content {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        background: 0 0;
    }
}
/* STYLE CATEGORY BOXES */
.category-list {
    text-align: center;
    margin: 1em auto;
}
@media (max-width: 768px) {
    .category-list .category {
        width: 100% !important;
    }
}
.category-list .category {
    text-align: center;
    display: inline-block;
    width: 39%;
    border: 1px solid #e3e3e3;
    margin: 0 .8% 20px;
    padding: 1.5em 1em;
    cursor: pointer;
    transition: background .15s;
    vertical-align: top;
}
/* CHANGE GREY ON 'STILL NEED HELP?' */
.articleFoot p, .articleFoot time {
    color: #767676;
    display: inline-block;
    font-family: sans-serif;
    font-style: italic;
    font-size: 15px;
}
/* CHANGE COLOURS */
body {
    background: #fefefe;
    font-family: 'Helvetica', sans-serif;
}
.contentWrapper {
    background: #fefefe;
    border: 1px solid #e3e3e3;
    color: #333;
    min-height: 460px;
    padding: 45px;
    position: relative;
}
@media (max-width: 768px) {
    .contentWrapper {
    padding: 25px 0px;
    border: 0;
    min-height: 0;
    }
    .navbar .btn-navbar {
    display: none;
    }
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 16px;
    color: #333;
    line-height: 1.55em;
    margin-bottom: 1.5em;
}