/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
#header {
  background: #fd8022;
      }

      #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
        background: white;
        }
#sidebar {
  background-color: white;
    border-right: 1px solid #fd8022; }
  
    #sidebar a {
      color: black; } /*Changed*/
    #sidebar a:hover {
      color: black; } /*Changed*/
.searchbox {
  margin-top: 0.5rem;
  position: relative;
  border: 1px solid black;
  background: #f4f4f4;
  border-radius: 4px; }
  .searchbox label {
    color: black;
    position: absolute;
    left: 10px;
    top: 3px; }
  .searchbox span {
    color: black;
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer; }
    .searchbox span:hover {
      color: black; }
  .searchbox input {
    display: inline-block;
    color: black;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0 25px 0 30px;
    margin: 0;
    font-weight: 400; }
    .searchbox input::-webkit-input-placeholder {
      color: black; }
    .searchbox input::-moz-placeholder {
      color: black; }
    .searchbox input:-moz-placeholder {
      color: black; }
    .searchbox input:-ms-input-placeholder {
      color: black; }
      #sidebar ul li.visited > a .read-icon {
        color: #f66e00;
        display: inline; }
a {
  color: #ff942b; }
  a:hover {
    color: #cb7622; }

h1, h2, h3, h4, h5, h6 {
color: #fd8022;
}
