
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
	background: #f5f7f9;
}

body,
input,
button,
select,
textarea {
	font-family: "Nunito Sans", sans-serif;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 3px solid #a6ce3a;
	outline-offset: 2px;
}

/* Enhanced keyboard-only focus visibility */
a:focus-visible {
	background-color: rgba(166, 206, 58, 0.15);
	border-radius: 4px;
}


/* Header Size */

a.brand > img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	height: 60px;
	margin-left: 15px;
	width: auto;
}
.navbar .nav li {
	display: inline-block;
	float: none;
	font-size: 14px;
	letter-spacing: .1em;
}
.navbar .nav li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.navbar .nav li a, .navbar .icon-private-w {
	font-size: 14px;
	color: #157f91;
	font-weight: 400;
}

.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: 20px;
	font-weight: 200;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

/* Home Page Title */

#docsSearch h1 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-top: .4em;
	color: #ffffff;
	padding: 10px;
}
/* Home Page Search Bar Background */

#docsSearch {
	background: #054557;
	border-top: 1px solid #dadada;
	margin-bottom: 3em;
	padding: 1.5em 0;
}
/* Search Input Box */

input.search-query {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: 400;
	letter-spacing: 0.25px;
}

/* Home Page Search Button */

#searchBar button {
	color: #054557;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #0ca3a7;
	border-radius: 0 5px 5px 0;
	border: 1px solid #dadada;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
}
#searchBar button:hover {
	color: #054557;
	background: #a6ce3a;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	border: 1px solid #dadada;
}

/* Category Styles */

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 4em;
}

.category-list .category {
	background-color: #ffffff;
	border: 1px solid #808285;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 100px;
	padding: 30px 20px;
	position: relative;
	width: 31.5%;
	transition: transform 0.2s, box-shadow 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.category-list .category:hover {
	background-color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 12px -6px rgba(0, 0, 0, 0.08);
}

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

/* Home Page Category Title */

.category-list h3 {
	color: #808285;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

/* Home Page Category Text */
.category-list .category p {
	color: #7e8287;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.25px;
}

/* 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, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #157f91;
	margin-top: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
#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: #157f91;
	margin-top: 15px;
	text-transform: capitalize;
}

/* Side Bar Styles */

#sidebar .nav-list a {
	display: inline-block;
	color: #808285;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;
	font-weight: 400;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 500;
	color: #157f91;
	background: 0 0;
	text-shadow: none;
	text-decoration: underline;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #808285;
    font-weight: 500;
	margin-bottom: 4px;
	letter-spacing: 2px;
}
/* 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 {
	margin: 0 30px .5em 0;
	color: #054557;
	font-weight: 700;
}
#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: #000000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .01em;
}
#categoryHead .sort select {
	width: 150px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 13px;
	color: #7e8287;
	font-weight: 400;
}

#fullArticle h2 {
	font-size: 24px;
	font-weight: 500;
	color: #808285;
}
#fullArticle h3 {
	font-size: 20px;
	font-weight: 700;
	color: #029669;
}

.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	color: #808285;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .01em;
}

#fullArticle p,
.contentWrapper p {
	line-height: 1.6;
}

/* Article Footers */

.articleFoot p, .articleFoot time {
	color: #808285;
	display: inline-block;
	font-weight: 400;
	font-style: italic;
}

/* Page Footers */

footer p a {
	color: #808285;
	font-weight: 400;
}


/* Contact Modal */

#contactModal h2, .abuse h2 {
	background: #029669;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #054557;
	font-weight: 800;
}
#contactModal .control-label {
	width: 110px;
	font-size: 14px;
	font-weight: 400;
	color: #808285;
}

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

.btn:hover,
.btn:focus {
	transform: translateY(-1px);
}

.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: #808285;
  border: 1px solid #dadada;
}

#search-query .btn:hover {
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #f5f7f9;
	border-radius: 5px;
	border: 1px solid #808285;
	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: 48.2%;
	}
}
@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;
	}
	#searchBar button:focus {
		outline: 3px solid #a6ce3a;
		background-color: rgba(166, 206, 58, 0.15);
	}
}
@media (max-width: 480px) {
	#fullArticle .title, .contentWrapper h1 {
		font-size: 24px;
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
		transform: none !important;
	}
}

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

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