@import url('https://fonts.googleapis.com/css?family=Source+Sans+3');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/* */

body {
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
/* Home Page Title */

#docsSearch h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 83px;
    color: #060623;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

.navbar .nav li {
	display: inline-block;
	float: none;
}
.navbar .nav li a, .navbar .icon-private-w {
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 0.05em;
	font-family: montserrat, sans-serif;
	font-style: normal;
	color: #ffffff
}

/* Header Size */

a.brand > img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	height: 28px;
	margin: 16px;
	width: auto;
	position: absolute;
}

.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-family: 'Montserrat';
  	font-style: normal;
  	font-weight: 700;
	font-size: 32px;
	line-height: 83px;
	color: #ffffff;
	flex: none;
	order: 1;
	flex-grow: 0;
  }
}

#mainNav .brand span {
display: inline-block;
text-indent: -9000px;
width: XXpx;
height: XXpx;
background: url(path/to/image) no-repeat 0 0;
background-size: 100%;
}


/* Home Page Search Bar Background */

#docsSearch {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 3em;
    padding: 1.5em 0;
}

/* Search Input Box */

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: montserrat, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: #060623;
}
/* Home Page Category Title*/

.category-list h3 {
	color: #060623;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	font-family: "Montserrat", sans-serif;
}

/* Category Styles */

.category-list .category p {
	color: #7e8287;
	font-family: montserrat, sans-serif, sans-serif;
	font-weight: 100;
	font-size: 15px;
	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;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 183px;
	padding: 120px 20px 15px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}
.category-list .category:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(134, 171, 242, 1);
}



.collection-category h2 {
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    font-family: montserrat, sans-serif, sans-serif;
    /* text-transform: uppercase; */
    color: #7e8287;
    font-size: 22px;
    letter-spacing: 1px;
}

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

.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: #060623;
	margin-top: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: montserrat, sans-serif,
	sans-serif;
	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: #060623;
	margin-top: 15px;
	text-transform: capitalize;
	/* text-decoration: underline; */
	font-family: montserrat, sans-serif,
	sans-serif;
	font-weight: 500;
}
/* Home Page Search Button */

#searchBar button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    background: linear-gradient(100.87deg, #F2B836 56.21%, #FF9933 78.67%, #FF6666 99.78%);
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #060623;
  }
#searchBar button:hover {
	border: 2px solid #FFDD00;
	background: linear-gradient(100.87deg, #F2B836 56.21%, #FF9933 78.67%, #FF6666 99.78%);
}
input, button, select, textarea {
	font-family: montserrat, sans-serif,
	sans-serif,
	"Helvetica Neue",
	Helvetica,
	Arial,
	sans-serif;
}


#searchBar .search-query {
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content {
	background: none;
}

.contentWrapper {
	border-radius: 20px;
}


.contentWrapper h1 {
    font-weight: 700;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2em;
}

/* 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 Navigation */
#category-50 {
	background-image: url(https://static.wixstatic.com/media/a446af_db4c368a2ad34125b1f837439f4e651a~mv2.png);
}

/* Getting Started Actions */
#category-52 {
  background-image: url(https://static.wixstatic.com/media/a446af_ce99802c96f14418906a5920e0589887~mv2.png);
}

/* Report Interactions */
#category-35 {
  background-image: url(https://static.wixstatic.com/media/a446af_d6fef23202ff4b3daa82f186d1b97a8f~mv2.png);
}


/* User Management */
#category-48 {
  background-image: url(https://static.wixstatic.com/media/a446af_91a9de1b41274da098af2ad54a1c884f~mv2.png);
}

/* Report Management */
#category-49 {
  background-image: url(https://static.wixstatic.com/media/a446af_73635fa762934d95a0889ab69e0635e0~mv2.png);
}

/* Report Interactions */
#category-46 {
  background-image: url(https://static.wixstatic.com/media/a446af_10aa56545f9846cf9d69aad63e745541~mv2.png);
}


/* 47-report-interactions-advanced */
#category-47 {
  background-image: url(https://static.wixstatic.com/media/a446af_01142c23ad524c04b47f62333d0d83d4~mv2.png);
}


/* 90-file-upload */
#category-90 {
  background-image: url(https://static.wixstatic.com/media/a446af_cb5031d4631e468892dff0e56658abd5~mv2.png);
}

/* 91-user-roles */
#category-91 {
  background-image: url(https://static.wixstatic.com/media/a446af_91a9de1b41274da098af2ad54a1c884f~mv2.png);
}




/* Side Bar Styles */

#sidebar .nav-list a {
	display: inline-block;
	color: #060623;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-weight: 300;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 500;
	color: #06b9dd;
	background: 0 0;
	text-shadow: none;
	text-decoration: underline;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #060623;
    font-weight: 700;
	margin-bottom: 4px;
	font-family: "Montserrat";
	letter-spacing: 0.05em;
}

#sidebar form .search-query {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 35px;
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    border: 1px solid #D0D0D0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    color: #060623;

/* 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 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 83px;
	color: #060623;
	flex: none;
	order: 1;
	flex-grow: 0;
}

#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: #060623;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .01em;
}
#categoryHead .sort select {
	width: 150px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 13px;
	color: #7e8287;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-weight: 300;
}
/* Style this one if you want bolded article text to have a different color */

#fullArticle strong {
	color: #7e8287;
}
#fullArticle h2 {
	font-size: 24px;
	font-family: "Montserrat";"
	font-weight: 700;
	color: #060623;
}
#fullArticle h3 {
	font-size: 20px;
	font-family: "Montserrat",
	sans-serif;
	font-weight: 700;
	color: #db2955;
}
#fullArticle h4 {
	font-size: 16px;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-weight: 300;
	color: #7e8287;
    font-style: italic;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	font-family: montserrat, sans-serif,
	sans-serif;
	color: #7e8287;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .01em;
}

/* Article Footers */

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

/* Page Footers */

footer p a {
	color: #7e8287;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-weight: 300;
}


/* 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;
	font-family: montserrat, sans-serif,
	sans-serif;
	color: #58A4B0;
	font-weight: 300;
}
#contactModal .control-label {
	width: 110px;
	font-family: montserrat, sans-serif,
	sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #7e8287;
}

.btn {
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #03d3d5;
	border-radius: 5px;
	border: 1px solid #b98389;
	font-size: 14px;
	padding: .5em;
	/* height: 50px; */
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #8fa7c2;
  border: 1px solid #9da39a;
}

#search-query .btn:hover {
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #8fa7c2;
	border-radius: 5px;
	border: 1px solid #9da39a;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
}

.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: 300px;
	}
}
@media screen and (max-width: 760px) {
	section.category-list .category {
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 120px 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;
	}
}


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

.collection-category h2 {
    font-size: 28px;
	font-weight: 700;
    margin: 0 0 20px;
    padding-left: .65%;
    font-family: 'montserrat';
    text-align: center;
	color: #060623;
}