@charset "UTF-8";

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
.caret:hover{
	color:black;
}

h5 a{
			color:white;
			
		}
		
		
		.dark-color{
			font-weight:600;
		}
.dark-color:hover{
	color:black;
}
		.light-colour{
			font-weight:100;
		}
.nested {
  display: none;
}

.active {
  display: block;
}

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}