.header-api {
	background: url(../images/header-bg.jpg) repeat-x left top;
	height: 92px;
}
.header-api img{
	display: inline-block;
	margin: 11px 0 0 14px;
}
.menu-content {
	background-color: #f6f6f6;
}
input.search-input{
	border-color: #d7d7d7 !important;
	color: #333 !important;
	font: 14px/18px 'Roboto', sans-serif !important;
}
.menu-content ul li label {
	color: #5f499d;
	font: 16px 'Roboto', sans-serif !important;
}
.menu-content .-depth1:hover, .menu-content .-depth1:active {
    color: #fff;
    background-color: #6d59a5 !important;
}
.menu-content .-depth1:hover, 
.menu-content .-depth1:active {
	color: #fff;
}
.menu-content .active {
	background-color: #eeedf1;
}
.menu-subitems .-depth-2:hover, 
.menu-subitems .-depth-2:active {
	background: none;
}
.menu-subitems .-depth-2:hover, 
.menu-subitems .-depth-2:active {
	color: #333;
}
.menu-subitems .-depth-2 {
	font: 14px/16px 'Roboto', sans-serif;
}
.menu-item-depth-0 {
    padding-bottom: 10px !important;
}
.menu-content a {
    display: none !important;
}
body,
body .redoc-wrap[_ngcontent-c0],
body .redoc-wrap {
	font: 14px/18px 'Roboto', sans-serif;
	color: #333;
}
h1, .h1 {
	font: 32px/40px 'Roboto', sans-serif;
	color: #333;
}
h2, .h2 {
	font: 20px/26px 'Roboto', sans-serif;
	color: #333;
}
h3, .h3 {
	font: 18px/24px 'Roboto', sans-serif;
	color: #333;
}
h5, .h5 {
	font: 14px/18px 'Roboto', sans-serif;
	color: #333;
}
.main-nav {
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
}
.nav-inner{
	max-width: 1210px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand img {
	max-width: 130px;
	display: block;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.menu ul li {
	margin: 0 0 0 20px;
}
.menu ul li a {
	color: #5f499d;
	text-decoration: none;
	font: 14px/18px 'Roboto', sans-serif;
	transition: all 0.3s;
}
.menu ul li a.btn-primary {
	background-color: #6d59a5;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 500;
}
.menu ul li a.btn-primary:hover {
	background-color: #5f499d;
	color: #fff;
}
.menu ul li a:hover {
	color: #6d59a5;
}
