body {
	background:#f5f5f5;
}

.container-fluid {
	max-width:1080px;
}

.navbar {
	max-width:1080px;
	margin:0 auto 2em auto;
	border-bottom:1px dashed #f0edea;
}

.navbar .brand {
	float:none;
	padding:2.5em 0 0.5em 0;
	text-align:center;
	width:235px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.navbar .brand img {
	content:url("https://helpscout.hireinsight.io/logo.svg");
}

.navbar .nav {
	position:static;
	margin:0 auto;
	float:none;
	text-align:center;
}

.navbar .nav li a {
	color:#000000;
	font-size:15px;
	font-weight:600;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus {
	color:#0061ff;
}

.navbar .navbar-inner {
	background:#f5f5f5;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#docsSearch {
	padding:0 0 2em 0;
}

#docsSearch h1 {
	display:none;
}

#searchBar button {
	background-color:#0064f7;
}

#searchBar button:hover {
	background-color:#0064f7;
}

.collection-category h2 {
	margin:50px 0 40px 0;
}

.collection-category h2 a {
	color:#000000;
	font-weight:600;
}

.category-list .category .article-count {
	display:none !important;
}

#collection-category-19 {
	display:none;
}

#collection-category-103 .category-list {
	display:flex;
}

@media only screen and (max-width: 950px) { 
	#collection-category-103 .category-list {
		flex-wrap: wrap;
	}
}

#collection-category-103 .category-list .category {
	box-sizing:border-box;
	margin:0 2% 30px 0;
	border-radius:0.2rem 0.6rem 0.6rem 0.2rem;
	box-shadow:0 2px 20px rgba(0, 0, 0, 0.1);
	display:inline-block;
	padding:0;
	padding-top:3em;
	text-decoration:none;
	position:relative;
	background-size:cover;
	background-color:#ffffff;
	background-position:center center;
	aspect-ratio: 9/13;
}

#collection-category-103 .category-list .category:last-of-type {
	margin-right:0;
}

@media only screen and (max-width: 950px) { 
	#collection-category-103 .category-list .category {
		width:48%;
		margin:0 4% 30px 0;
	}
	#collection-category-103 .category-list .category:nth-of-type(2n) {
		margin-right:0;
	}
}

@media only screen and (max-width: 400px) { 
	#collection-category-103 .category-list .category {
		width:100%;
		margin:0 0 30px 0;
	}
}

#collection-category-103 .category-list .category:before {
	border-radius:0.2rem 0.6rem 0.6rem 0.2rem;
	content:'';
	position:absolute;
	z-index:100;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(109, 109, 109, 0) 3%, rgba(255, 255, 255, 0.01) 7%, rgba(255, 255, 255, 0.05) 27%, rgba(182, 182, 182, 0) 48%, rgba(0, 0, 0, 0.1) 100%);
}

#collection-category-103 .category-list .category h3 {
	color:#000000;
	display:block;
	font-size:2em;
	font-weight:700;
	position:relative;
	text-decoration:none;
	margin:10% auto 0 auto;
	padding:0.5em 10% 0.25em 10%;
	background-color:rgba(255, 255, 255, 0.95);
}

#collection-category-103 .category-list .category p {
	color:#a2a7b3;
	display:block;
	font-size:1.1em;
	font-weight:400;
	position:relative;
	text-decoration:none;
	margin:0 auto 0 auto;
	padding:0.25em 10% 1em 10%;
	background-color:rgba(255, 255, 255, 0.95);
}

#collection-category-103 .category-list #category-149 {
	background-image:url('https://helpscout.hireinsight.io/cover1.png') !important;
}

#collection-category-103 .category-list #category-108 {
	background-image:url('https://helpscout.hireinsight.io/cover2.png') !important;
}

#collection-category-103 .category-list #category-109 {
	background-image:url('https://helpscout.hireinsight.io/cover3.png') !important;
}

#collection-category-103 .category-list #category-110 {
	background-image:url('https://helpscout.hireinsight.io/cover4.png') !important;
}

#categoryHead .sort {
	display:none;
}

#main-content {
	background:none;
	padding:32px 0 200px 48px;
}

#main-content .contentWrapper {
	padding:0;
	box-shadow:none;
	background-color:transparent;
	border:none;
}

#fullArticle .title {
	font-weight:600;
	margin:0 30px .5em 0;
}

#fullArticle img {
	border:none;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	margin-bottom:50px !important;
}

#fullArticle .icon-print {
	display:none;
}

.related {
	border:none;
	background:transparent;
	border-top:1px solid #f0edea;
}

footer p {
	text-align: center;
}