body {
	font-family: 'Roboto Condensed', sans-serif;
}


#docsSearch h1 {
	text-transform:uppercase;
}

p a, .contentWrapper a  {
	color:black;

}

.twoCol .popArticles a:hover span, .threeCol .popArticles a:hover span, .most-pop-articles .popArticles a:hover span {
	text-decoration:none;
}

p a:hover, .contentWrapper a:hover, .related a:hover {
	color:#e72113;
}

#searchBar button {
	background: #e72113;
	border: 1px solid #e72113;
}

#searchBar button:hover {
background:black;
}

.collection-head, #docsSearch h1, h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.popArticles a, .articleList a, h2, h3, .related a {
	font-family: 'Oswald';
    font-weight: 500;
    color:black;
}

.articleList a:hover span, .related ul>li a:hover span {
	text-decoration:none;
}

.popArticles a:hover, .articleList a:hover {
	color:#e72113;
	text-decoration:none;
}

.fullArticle a, #fullArticle a {
	text-decoration:underline;
}

.twoCol .popArticles a, .threeCol .popArticles a, .most-pop-articles .popArticles a {
	margin-left:0;
}

.icon-article-doc {
	display:none;
}

.articleList li a:hover:after, .popArticles li a:hover:after, .related a:hover:after {
	color: #e72113;
}

 .articleList li a:after, .popArticles li a:after, .related a:after {
	color:black;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	 font-style: normal;
        text-decoration: inherit;
        margin-left: 5px;
        font-weight:900;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size:16px;
}

.navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
color: #e72113;
}

.result a {
	color:black;
}

input[type=text]:focus, textarea:focus, .search-query:focus, #sidebar form .search-query:focus, #sidebar form .search-query:focus:invalid {
  box-shadow: 0 0 1px #e72113;
  border: .5px solid #e72113;
}