body {
	font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: #f6f6f6;
	color: #515971;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
	margin: 0px;
}

p {
	margin: 20px 0px;
}

em {
	font-size: 0.9em;
	display: block;
}

.btn {
	font-weight: 600;
	color: #222 !important;
	display: inline-block;
	padding: 13.5px 21px;
	font-size: 13.5px;
	background: #fed700;
	color: #fff;
	border-radius: 35px;
	transition: all 150ms;
	-webkit-font-smoothing: antialiased;
}

.btn:hover {
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .5);
}

.toc a.btn:focus, .toc a.btn:active, .toc a.btn:hover {
	font-weight: 600 !important;
}

.footer {
	background: transparent;
	color: #fff;
}

.project .logo img {
	background: transparent;
	box-shadow: none !important;
}

.header {
	height: 61px;
	padding: 0px;
	background: linear-gradient(135deg, #022461 0%, #0596c3 100%);
	border-bottom: 1px solid #e3e3e3;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03);
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.header .logo-wrap {
	font-size: 23px;
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	background-size: 43px 43px;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(../img/logo.svg);
	padding-left: 55px;
	margin-left: 1px;
	height: 60px;
	line-height: 60px;
	-webkit-font-smoothing: antialiased;
}

.header .logo-wrap a {
	display: inline;
}

.header .logo-wrap a.docs-ref {
	font-weight: 400;
}

.header .logo-wrap a.docs-ref small {
	font-size: 0.9em;
}

.header .logo-wrap a.docs-ref:hover small {
	color: #49bb79;
}

.header .stretch {
	padding: 0px;
	table-layout: auto;
}

.header .stretch .title {
	padding: 0px;
	font-size: 18px;
	max-width: 200px;
}

.main, .pagination, .bar {
	max-width: 100%;
}

.bar {
	padding: 0 30px;
}

@media only screen and (max-width: 960px) {
	.bar {
		padding: 0;
	}
}

.header .bar.default .button .icon {
	font-size: 21px;
	color: #fff;
}

.header .button .icon.icon-search {
	font-size: 21px;
}

.results .meta {
	background: #048ad5;
}

.bar .path {
	color: #777;
	margin-top: 15px;
	display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
	.header .stretch .title {
		padding-left: 0px;
	}
}

.article table th {
	background: #f0f3f1;
	color: #333;
	font-size: 12.5px;
}

.article table {
	font-size: 14px;
}

.article {
	font-size: 16px;
}

.article p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.article code {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.9em;
	background: #f9f9f9;
	padding: 1px 0px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.article pre {
	background-color: #f9f9f9;
	border-color: #eee;
	border-radius: 2px;
}

.article pre code {
	border: none;
}

.article a {
	color: #036094;
}

.article a:hover {
	color: #048ad5;
}

.article code {
	color: rgba(0, 0, 0, .8);
}

.article h1, .article h2, .article h3, .article h4 {
	color: #515971;
	font-weight: 500;
}

.article h1 {
	font-weight: 300;
	font-size: 34px;
}

.article h2 {
	font-size: 27px;
	font-weight: 500;
}

.article h3 {
	font-size: 20px;
}

.article h4 {
	font-size: 18px;
}

strong {
	color: rgba(0, 0, 0, .8);
	color: #515971;
}

.drawer .section {
	color: #515971;
}

.drawer {
	font-size: 14.5px;
	line-height: 1em;
}

@media only screen and (min-width: 960px) {
	.drawer {
		padding-left: 20px;
	}
}

.drawer .toc a.current, .drawer .toc a:focus, .drawer .toc a:hover {
	color: #036094;
	font-weight: 700;
}

.drawer .toc li.anchor a {
	padding: 5px 24px 5px 12px;
}

.drawer .toc li a {
	font-weight: 400;
	padding: 5px 24px;
}

.drawer .toc li.anchor a.current {
	font-weight: 500;
}

.drawer .anchor a {
	border-left: 1px solid #036094;
}

@media only screen and (max-width: 959px) {
	.project {
		background: #606B8A;
	}
}

.article h2 {
	padding-top: 80px;
}

@media only screen and (min-width: 720px) {
	.article h2 {
		padding-top: 80px;
	}
}

.article .wrapper {
	padding-top: 75px;
	max-width: 980px;
}

@media only screen and (min-width: 720px) {
	.article .wrapper {
		padding-top: 75px;
	}
}

.results .meta strong {
	color: #ffffff;
}

.result h1 {
	color: #237156;
}

.result span {
	color: #333;
}

.toc-download {
	padding: 25px 20px 0;
}

#toggle-search:checked~.header .bar, .toggle-search .bar {
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
}

.bar.search {
	top: 0px
}