/* Compelling HelpScout Theme - Grayscale Simplified */
/* Original by Devan Sabaratnam – grayscale + removed category images */

body {
	background: hsl(0, 0%, 98%);
}

/* Home Page Title */
#docsSearch h1 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-top: .4em;
	color: #222;
	padding: 10px;
}

.navbar .nav li {
	display: inline-block;
	float: none;
	font-size: 13px;
	letter-spacing: .1em;
}
.navbar .nav li a, .navbar .icon-private-w {
	font-size: 14px;
    font-weight: 300;
}

/* Header Size */
a.brand > img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	height: 60px;
	margin-left: 15px;
	width: auto;
}
.navbar .navbar-inner {
	height: 60px;
	background: #fff;
}
.navbar .navbar-inner .container-fluid {
	padding: 0;
	height: 60px;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 0px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

/* Search Bar */
#docsSearch {
	background: #fff;
	margin-bottom: 3em;
	padding: 1.5em 0;
}

input.search-query {
	padding: 0 14px;
	margin-bottom: 0;
	border-radius: 15px;
	font-weight: 100;
	letter-spacing: 1px;
	border: 1px solid #bbb;
	color: #333;
}

/* Category Titles */
.category-list h3 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
}

/* Category Styles */
.category-list .category p {
	color: #666;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0.25px;
}
.category-list .category {
	background-color: #fff;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 183px;
	padding: 30px 20px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	vertical-align: top;
}
.category-list .category:hover {
	text-decoration: none;
	background: #f6f6f6;
}

.collection-category h2 {
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
}

.collection-category h2 a {
    color: #444;
}

.collection-category .category-list {
    margin: 0 0 4em;
    text-align: center;
}

/* Links */
#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, 
.contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #333;
	margin-top: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
#serp-dd .result a:hover, #serp-dd .result>li.active, #full-Article strong a, 
.collection a:hover, .contentWrapper a:hover {
	color: #000;
	text-decoration: underline;
}

/* Search Button */
#searchBar button {
	color: #fff;
	background: #555;
	border-radius: 0 5px 5px 0;
	border: 1px solid #555;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
}
#searchBar button:hover {
	background: #333;
	border-color: #333;
}

/* Sidebar */
#sidebar .nav-list a {
	display: inline-block;
	color: #444;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	font-weight: 300;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 500;
	color: #000;
	text-decoration: underline;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #888;
	font-weight: 400;
	margin-bottom: 4px;
	letter-spacing: 2px;
}

/* Article Styles */
#main-content {
    background: none;
    float: right;
    margin-bottom: 2em;
    padding: 32px 0 0 28px;
}

#fullArticle img {
    display: block;
    margin: 1em 0 2em;
    padding: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

#fullArticle .title, .contentWrapper h1 {
	color: #222;
	font-weight: 700;
}
#fullArticle .printArticle {
	position: absolute;
	right: 46px;
	top: 40px;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, 
#fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	color: #555;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .01em;
}
#fullArticle strong {
	color: #333;
}
#fullArticle h2 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
#fullArticle h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
#fullArticle h4 {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	font-style: italic;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	color: #555;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .01em;
}

/* Buttons */
.btn, button {
	color: #fff;
	background: #555;
	border-radius: 5px;
	border: 1px solid #555;
	font-size: 14px;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
}
.btn:hover, button:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}

/* Footers */
.articleFoot p, .articleFoot time, footer p a {
	color: #777;
	font-weight: 300;
}

/* Contact Modal */
#contactModal h2, .abuse h2 {
	background: #fff;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 22px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	font-weight: 300;
}
#contactModal .control-label {
	width: 110px;
	font-size: 14px;
	font-weight: 300;
	color: #555;
}

/* Responsive tweaks */
@media screen and (max-width: 1105px) {
	section.category-list .category {
		width: 48.2%;
	}
}
@media screen and (max-width: 760px) {
	section.category-list .category {
		margin: 0 0 20px;
		padding: 30px 20px;
		width: 100%;
	}
}
@media (max-width: 480px) {
	#fullArticle .title, .contentWrapper h1 {
		font-size: 24px;
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}
