/* Custom Help Scout StyleSheet - by Devan Sabaratnam (founder of HR Partner - www.hrpartner.io) */
/* Color pallette chosen from https://coolors.co/54494b-7e8287-9da39a-b98389-db2955 */



@font-face {
  font-family: 'Nunito', sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito', sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: italic; 
}

@font-face {
  font-family: 'Nunito', sans-serif;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito', sans-serif;
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}

body {
  background: white !important;
  font-family: 'Nunito', sans-serif;
}

/* Home Page Title */

#docsSearch h1 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-top: .4em;
	color: #fff;
	padding: 10px;
}
#docsSearch {
	height: 200px;
background: linear-gradient(
    60deg,
#768CF6 20%,
#6B7AE1,
#5F68CB,
#5456B6,
#4944A0,
#3D328B,
#768CF6,
#6B7AE1,
#5F68CB,
#5456B6,
#4944A0,
#3D328B,
#768CF6
  );
        border-bottom: none;
        padding-top: 75px;
        position: relative;
        top: -1px;
        background-size: 700% 700%;
        animation: bg-animation 200s linear infinite; 
}

@keyframes bg-animation{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}


}

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

/* Header Size */

a.brand > img {
	border: 0;
	margin-left: 15px;        
vertical-align: middle;
Margin-top: .6em;
Margin-bottom: .6em;
Max-width:250px;
}

.navbar .navbar-inner {
	/* background: #ffffff; */
	height: 60px;
}
.navbar .navbar-inner .container-fluid {
	padding: 0;
	height: 60px;
}
.navbar .brand {
	float: left;
	display: block; 
	padding: 0px;
	margin-left: -20px;
	font-size: 30px;
	font-weight: 200;
	color: #0D0D0D;
	text-shadow: 0 1px 0 #fff;
}
/* Home Page Search Bar Background */


/* Search Input Box */

input.search-query {
	padding-right: 16px;
	padding-right: 4px \8;
	padding-left: 16px;
	padding-left: 4px \8;
	margin-bottom: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 2px;
	sans-serif;
	font-weight: 300;
	border:0;
}
/* Home Page Category Title*/

.category-list h3 {
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
}

/* Category Styles */

.category-list .category p {
	color: #696969;
	font-weight: 100;
	font-size: 16px;
        line-height: 1.3em;
	letter-spacing: 0.25px;
}
.category-list .category {
	background-color: #fff;
	background-position: top 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 100px auto !important;
        border-radius: 2px;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 200px;
	padding: 40px 20px 15px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
}
.category-list .category:hover {
	text-decoration: none;
	background: #f2f2f2;
}



.collection-category h2 {
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    /* text-transform: uppercase; */
    color: #2172EA;
    font-size: 24px;
}

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

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



/* Home Page Link Style */

#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, .category-list .category .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #4361F3;
	margin-top: 15px;
	text-decoration: none;
	font-weight: 500;
}
#serp-dd .result a:hover, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: 1A5BBC;
	margin-top: 15px;
	/* text-decoration: underline; */
	 font-weight: 500;
}
/* Home Page Search Button */

#searchBar button {
	color: #fff;
	background: #0d0d0d;
	border-radius: 0 4px 4px 0;
border: 1px solid #0d0d0d;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
}
#searchBar button:hover {
	background: #242424;
	border: 1px solid #0d0d0d;
}
input, button, select, textarea {
 font-family: 'Nunito', sans-serif;
color:#696969;
Border:0;
}


/* Category Images */

/*
  Here is where you determine the images to be used just above each section of your Help Scout main page.
  You have to create one #category-xxx CSS selector for each separate category in your Help Scout collection.
  To get your category xxx number, simply visit the relevant category in your Help Scout docs and
  check the URL bar for the 3 digit category number.

  Then you have to specify an image located on a shared server somewhere on the internet that can
  serve up the images so Help Scout can display them.
*/


/* Getting Started (use your actual category names here in the comment to make it easier) */
#category-123 {
	background-image: url(https://storage.myhostingprovider.com/public/images/123-getting-started.png);
}

/* Setup Users */
#category-456 {
  background-image: url(https://storage.myhostingprovider.com/public/images/456-setup-users.png);
}

/* Uploading Files */
#category-223 {
  background-image: url(https://storage.myhostingprovider.com/public/images/223-uploading-files.png);
}

/* etc... keep going and add one CSS ID selector for each category. */




/* sidebar */
#sidebar form .search-query {
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  background-size: 14px 14px;
  background-position: 14px 12px;
  padding: 0 0 0 16px;
}
#sidebar form .search-query::placeholder {
  font-size: 14px;
}
#sidebar form .search-query::-webkit-input-placeholder {
  font-size: 14px;
}
#sidebar form .search-query:-moz-placeholder {
  font-size: 14px;
}
#sidebar form .search-query:-ms-input-placeholder {
  font-size: 14px;
}
#sidebar button{
 Text-Decoration: None !important;
}
#sidebar h3 {
  display: none;
}
#sidebar .sm {
  margin-bottom: 24px;
}
#sidebar .nav-list li {
  line-height: 40px;
}
#sidebar .nav-list a {
  font-size: 14px;
  font-weight: 400;
}
#sidebar .nav-list .active a {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 4px solid #4361F3;
  border-radius: 1px;
}
#sidebar .nav-list .active a .icon-arrow,
#sidebar .nav-list .active a:hover .icon-arrow {
  display: none;
}â€¨â€¨

/* 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:0px;
    border-radius: 4px;
    box-sizing: border-box;
}

#fullArticle .title, .contentWrapper h1 {
	margin: 0 30px .5em 0;
	sans-serif;
	color: #0d0d0d;
	font-weight: 500;
}
#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: #696969;
	sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .01em;
}

#categoryHead .sort select {
	width: 180px;
	height: 30px;
	margin: 0;
	line-height: 24px;
	font-size: 13px;
	color: #696969;
	font-family: "Open Sans",
	sans-serif;
	font-weight: 300;
}
.icon-print {
  text-decoration: none;
}

/* Style this one if you want bolded article text to have a different color */

#fullArticle strong,
#fullArticle b,
 /*#fullArticle [style*="font-weight: bold"] {*/
  /*font-weight: 600 !important; */
  /*color: #0d0d0d;*/ /* Optional: make bold text darker */
#fullArticle h2 {
	font-size: 24px;
	sans-serif;
	font-weight: 400;
	color: #0d0d0d;
}
#fullArticle h3 {
	font-size: 20px;
	sans-serif;
	font-weight: 300;
	color: #0d0d0d;
}
#fullArticle h4 {
	font-size: 16px;
	sans-serif;
	font-weight: 300;
	color: #696969;
    font-style: italic;
}

#fullArticle b {
font-size: 16px;
	sans-serif;
    font-weight: 400;
}
#fullArticle strong {
font-size: 16px;
	sans-serif;
    font-weight: 400;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	sans-serif;
	color: #696969;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .01em;
}

/* Article Footers */

.articleFoot p, .articleFoot time {
	color: #696969;
	display: inline-block;
	sans-serif;
	font-weight: 300;
	font-style: italic;
}

/* Page Footers */

footer p a {
	color: #696969;
	sans-serif;
	font-weight: 300;

}
/*footer {
	background: #000;
}*/


/* Contact Modal */

#contactModal h2, .abuse h2 {
	background: #fff;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	sans-serif;
	color: #58A4B0;
	font-weight: 300;
}
#contactModal .control-label {
	width: 110px;
	sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #696969;
}

.btn {
	background: #ffffff;
        border: 1px solid #0d0d0d;
	border-radius: 4px;
	font-size: 14px;
	padding: .8em;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fffff;
background: #0d0d0d;
  border: 1px solid #0d0d0d;
 text-decoration: none;
}

#search-query .btn:hover {
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
 text-decoration: none;
}

.category-list {
    text-align: center;
}

/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */

@media screen and (max-width: 1105px) {
	section.category-list .category {
		width: 48.2%;
	}
}
@media screen and (max-width: 760px) {
	section.category-list .category {
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 60px 20px 15px;
		width: 100%;
	}
}
/* RESPONSIVE */

@media (max-width: 768px) {
	.navbar .btn-navbar {
		margin-top: 16px;
		right: -10px;
	}
	.related {
		padding: 30px 25px 25px;
	}
	.related ul {
		margin-left: 0;
	}
	.related h3 {
		padding-left: 0;
	}
	.related ul>li a {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	#searchBar button {
		color: transparent;
		text-shadow: 0;
		background: transparent;
		border-radius: 0 5px 5px 0;
		border: 0;
		font-size: 18px;
		padding: 0 1.5em;
		height: 50px;
		position: absolute;
	}
	#searchBar button .icon-search {
		display: block;
		text-shadow: none;
		margin-top: 15px;
	}
	#searchBar button:hover .icon-search:hover {
		display: block;
		text-shadow: none;
		margin-top: 15px;
		background-color: transparent;
	}
}
@media (max-width: 480px) {
	#fullArticle .title, .contentWrapper h1 {
		font-size: 24px;
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}

/* some things to hide */
.icon-article-doc,
.sep {
  display: none;
}


/* Collection Titles  */
.collection-category h2 a {
    color: #0D0D0D;
}

.collection-category h2 {
    font-weight: 400;
    margin: 0 0 20px;
    padding-left: .65%;
    text-align: center;
}

a#category-255 {display: none;}
 h2#collection-368 {display: none;}




