@charset "utf-8";
/* CSS Document */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: inherit;
	text-transform:uppercase;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
	margin-top: 0;
}
h1, h2 {
	margin-bottom: 25px;
}
h3 {
	margin-bottom: 20px;
}
h4, h5, h6 {
	margin-bottom: 15px;
}
p {
	margin-bottom:15px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}