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

body {
	background: #faf9f7;
	font-family: 'Source Sans 3', sans-serif;
}
/* Home Page Title */

#docsSearch h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    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: 'Source Sans 3', 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', sans-serif;
  	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: 'Source Sans 3', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #060623;
	border: 1px solid rgba(6,6,35,0.18);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input.search-query:focus {
	outline: none;
	border-color: #F2B836;
	box-shadow: 0 0 0 3px rgba(242,184,54,0.18);
}
/* Home Page Category Title*/

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

/* Category Styles */

.category-list .category p {
	color: #6b6b8a;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.25px;
}
.category-list .category {
	background-color: #fff;
	background-position: top 14px center !important;
	background-repeat: no-repeat !important;
	background-size: 80px 80px !important;
	box-shadow: 0 1px 3px rgba(6,6,35,0.06), 0 1px 2px rgba(6,6,35,0.04);
	box-sizing: border-box;
	min-height: 183px;
	padding: 108px 20px 15px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
	border: 1px solid rgba(6,6,35,0.10);
	border-radius: 12px;
}
.category-list .category:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #F2B836;
	box-shadow: 0 4px 16px rgba(6,6,35,0.09), 0 2px 4px rgba(6,6,35,0.05);
}



.collection-category h2 {
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    font-family: 'Montserrat', sans-serif;
    color: #060623;
    font-size: 22px;
    letter-spacing: 0;
}

.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: 'Source Sans 3', sans-serif;
}
#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;
	font-family: 'Source Sans 3', sans-serif;
}
/* Home Page Search Button */

#searchBar button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    background: #F2B836;
    border: none;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #060623;
    transition: background 0.15s ease;
}
#searchBar button:hover {
	background: #e0a92e;
}
input, button, select, textarea {
	font-family: 'Source Sans 3', 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: 12px;
}

.contentWrapper h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2;
}

/* Category Icons
   Inline SVG data URIs — no external dependency.
   Style: #060623 solid FA-style icon on #F2B836 sunrise circle.
   Each SVG is 100x100, circle cx=50 cy=50 r=50.
   Icon safe zone: x 22-78, y 22-78 to stay fully inside circle.
*/

/* #50 Platform Navigation — arrow-pointer */
#category-50 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Cpath d='M37 24 L37 67 L48 56 L56 74 L64 70 L56 52 L70 52 Z' fill='%23060623'/%3E%3C/svg%3E");
}

/* #52 Common Actions — bolt/lightning */
#category-52 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Cpath d='M56 23L30 52h20l-7 26 27-33H51L56 23z' fill='%23060623'/%3E%3C/svg%3E");
}

/* #35 Interacting With Charts — bar chart, bars fully inside circle */
#category-35 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Crect x='20' y='58' width='18' height='20' rx='3' fill='%23060623'/%3E%3Crect x='41' y='42' width='18' height='36' rx='3' fill='%23060623'/%3E%3Crect x='62' y='28' width='18' height='50' rx='3' fill='%23060623'/%3E%3C/svg%3E");
}

/* #48 Managing Users — person, body clipped by circle naturally */
#category-48 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Ccircle cx='50' cy='38' r='13' fill='%23060623'/%3E%3Cpath d='M24 75c0-14 11.9-26 26-26s26 12 26 26H24z' fill='%23060623'/%3E%3C/svg%3E");
}

/* #49 Manage Reports — list-check, all rows inside circle */
#category-49 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Crect x='44' y='28' width='34' height='10' rx='4' fill='%23060623'/%3E%3Crect x='44' y='46' width='34' height='10' rx='4' fill='%23060623'/%3E%3Crect x='44' y='64' width='34' height='10' rx='4' fill='%23060623'/%3E%3Cpath d='M24 33l5 5 9-9' stroke='%23060623' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 51l5 5 9-9' stroke='%23060623' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 69l5 5 9-9' stroke='%23060623' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* #46 Intermediate Interactions — bolt/lightning */
#category-46 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Cpath d='M56 23L30 52h20l-7 26 27-33H51L56 23z' fill='%23060623'/%3E%3C/svg%3E");
}

/* #47 Advanced Interactions — star */
#category-47 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Cpath d='M50 22l8 18 20 2-15 14 4 20-17-9-17 9 4-20-15-14 20-2 8-18z' fill='%23060623'/%3E%3C/svg%3E");
}

/* #90 Uploading Files — file-arrow-up, kept within safe zone */
#category-90 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Cpath d='M28 30a6 6 0 016-6h22l16 16v34a6 6 0 01-6 6H34a6 6 0 01-6-6V30z' fill='%23060623'/%3E%3Cpath d='M56 24v14h14' fill='%23060623' opacity='0.4'/%3E%3Cpath d='M50 68V50' stroke='%23F2B836' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M40 56l10-11 10 11' fill='%23F2B836'/%3E%3C/svg%3E");
}

/* #91 User Roles — person */
#category-91 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23F2B836'/%3E%3Ccircle cx='50' cy='36' r='16' fill='%23060623'/%3E%3Cpath d='M18 80c0-17 14.5-30 32-30s32 13 32 30H18z' fill='%23060623'/%3E%3C/svg%3E");
}




/* 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: 'Source Sans 3', sans-serif;
	font-weight: 400;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 600;
	color: #e0a92e;
	background: 0 0;
	text-shadow: none;
	text-decoration: none;
	border-left: 2px solid #F2B836;
	padding-left: 8px;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #060623;
    font-weight: 700;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
}

#sidebar form .search-query {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 35px;
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 18px;
    height: 40px;
    border: 1px solid rgba(6,6,35,0.18);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    color: #060623;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#sidebar form .search-query:focus {
    outline: none;
    border-color: #F2B836;
    box-shadow: 0 0 0 3px rgba(242,184,54,0.18);
}

/* 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', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	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: 'Source Sans 3', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .01em;
}
#categoryHead .sort select {
	width: 150px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 13px;
	color: #6b6b8a;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
}
/* Style this one if you want bolded article text to have a different color */

#fullArticle strong {
	color: #3d3d5c;
}
#fullArticle h2 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #060623;
}
#fullArticle h3 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #060623;
}
#fullArticle h4 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #6b6b8a;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	font-family: 'Source Sans 3', sans-serif;
	color: #060623;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: .01em;
}

/* Article Footers */

.articleFoot p, .articleFoot time {
	color: #6b6b8a;
	display: inline-block;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-style: italic;
}

/* Page Footers */

footer p a {
	color: #6b6b8a;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
}


/* Contact Modal */

#contactModal h2, .abuse h2 {
	background: #fff;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 22px;
	border-bottom: 1px solid rgba(6,6,35,0.10);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	color: #060623;
	font-weight: 700;
}
#contactModal .control-label {
	width: 110px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #6b6b8a;
}

.btn {
	color: #060623;
	text-shadow: none;
	background: #F2B836;
	border-radius: 12px;
	border: 2px solid #F2B836;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: .5em 1.25em;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #060623;
	text-shadow: none;
	background: #e0a92e;
	border-color: #e0a92e;
}

#search-query .btn:hover {
	color: #060623;
	background: #e0a92e;
	border-radius: 12px;
	border: 2px solid #e0a92e;
	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', sans-serif;
    text-align: center;
	color: #060623;
}