@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html * {
    font-family: 'DM Sans', sans-serif;
}

/* Home Page Styles */

#docsSearch h1 {
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	margin-top: .4em;
	color: #071952;
	padding: 10px;  
}

/* Nav Bar Styles */

#agents, #backoffice, #contact, #faqs {
    font-size: 14px;
}

.navbar {
    margin-top: -10px;
}

#mainNav .brand span {
    display: inline-block;
    text-indent: -9000px;
    width: 150px;
    height: 72px;
    background: url("https://support-pub-files.s3.ca-central-1.amazonaws.com/iluminai_logo_full_reverse.png") no-repeat 0 0;
    background-size: 100%;
}

/* Home Page Search Bar Background Styles */

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

/* Search Input Box and Button */

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: 100;
	letter-spacing: 1px;
}

#searchBar button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,.4);
    font-size: 18px;
    font-weight: 600;
    background: #7A89C2;
    border: 1px solid #7A89C2;
}

#searchBar button:hover {
    background: #4C5B96;
}

/* Collection Titles  */

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

.collection-category h2 {
    margin: 0 0 20px;
    padding-left: .65%;
}

/* Categories */

.category-list .category {
    text-align: center;
    display: inline-block;
    width: 29%;
    border: none;
    background: var(--color--basics-white);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: var(--border-radius--XS);
    padding: calc(32px + var(--category--icon-circle-size) + var(--spacing--base-1-5)) var(--spacing--base-1-5) var(--spacing--base-2-5);
    margin: 0 .8% 20px .8%;
    padding: 1.5em 1em;
    cursor: pointer;
    vertical-align: top;
}

.collection-category h2 {
    font-weight: bold;
    margin: 0 0 20px;
    padding-left: .65%;
    text-decoration: none;
    font-size: 24px;
}

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

.icon-article-doc {
    display: none;
}

#collection-42 {
    display: none;
}

/* Side Bar Styles */

#sidebar .nav-list a {
	display: inline-block;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;
	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;
	background: 0 0;
	text-shadow: none;
	text-decoration: none;
}

#sidebar h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #7e8287;
    font-weight: 600;
	margin-bottom: 4px;
	font-family: "Open Sans",
	sans-serif;
	letter-spacing: 2px;
}

/* Collection Categories Styles */

.articleList a:hover span {
    text-decoration: none;
    color: #0012b5;
}

/* Article Styles */

#fullArticle li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#fullArticle h2 {
    font-size: 28px;
    line-height: 32px;
}

#fullArticle ul {
    margin-bottom: 0;
}

table colgroup col {
    width: 156px;
}

#fullArticle table td {
    vertical-align: middle;
}

#fullArticle table td p {
    margin-bottom: 0.5em;
}

#fullArticle figcaption {
    margin-top: -15px;
}

#fullArticle img {
    border: 2px solid #000
}

#main-content {
    background: none;
}

.contentWrapper {
    border: none;
}

/* Related Articles Styles */

.related {
    border: none;
    background: #e8f4ff;
}

.related h3 {
    font-size: 14px;
}

/* Footer Styles */

footer p span {
    display: none;
}

/* 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: 20px 20px 15px;
		width: 100%;
	}
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .navbar .btn-navbar {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .brand img {
        width: 90px;
    }
}
