html
{
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body
{
	margin: 0;
	padding: 0
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr
{
	margin: 0;
	padding: 0
}

pre, code, address, caption, th, figcaption
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal
}

fieldset, iframe, img
{
	border: none
}

caption, th
{
	text-align: left
}

table
{
	border-collapse: collapse;
	border-spacing: 0
}

article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption
{
	display: block
}

audio, canvas, video, progress
{
	display: inline-block;
	vertical-align: baseline
}

button
{
	font: inherit;
	vertical-align: middle
}

.highlight
{
	background: #ffffff
}

.highlight .code-comment
{
	color: #999988;
	font-weight: normal;
	font-style: italic
}

.highlight .code-type
{
	color: #445588;
}

.highlight .code-variable
{
	color: teal;
}

.highlight .code-constant
{
	color: #009926
}

.highlight .strong
{
	font-weight: bold
}

*, *:before, *:after
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html, body
{
	height: 100%
}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: 300
}

body pre, body code
{
	font-family: Menlo, Consolas, Monaco, "Courier New", monospace, serif
}

a:link
{
	color: #0088cc;
	text-decoration: none
}

a:visited
{
	color: #7766cc
}

a:active
{
	color: #0088cc
}

a:hover
{
	color: #0088cc;
	text-decoration: underline
}

p
{
	margin-bottom: 1.5em
}

h1
{
	margin-bottom: 0.5em;
	font-size: 3em;
	font-weight: 200;
	line-height: 1
}

h1.active + .main-nav
{
	border-top: 1px solid #333
}

h2
{
	margin-bottom: 0.5em;
	font-size: 2.5em;
	font-weight: 200;
	line-height: 1
}

h3
{
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1
}

h4
{
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.2
}

h5
{
	margin-bottom: 0.5em;
	font-size: 1.175em;
	font-weight: 500;
	line-height: 1.4
}

h6
{
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5
}

pre
{
	font-size: 14px;
	line-height: 18px;
	border-left: 3px #ef5138 solid;
	margin: 0.5em;
	margin-left: 10px;
	margin-bottom: 1.5em;
	padding: 0.5em;
	padding-left: 1em;
	overflow: scroll
}

p > code, li > code, dd > code, blockquote > code, td > code
{
	color: #000;
	padding: 3px 8px;
	font-size: 14px;
	white-space: nowrap;
	border: 1px solid #E5E5E5;
	background-color: #f7f7f7
}

hr
{
	border: none;
	border-top: 1px #f3f3f3 solid;
	margin: 2em 0
}

hr:last-child
{
	display: none
}

details
{
	margin-bottom: 2em
}

details :first-child
{
	margin-top: 1.5em
}

cite
{
	display: block
}

cite:before
{
	content: "— "
}

#logo
{
	text-indent: -9999px;
	height: 64px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0.5em;
	padding-bottom: 10px
}

#logo a
{
	display: block;
	width: 200px;
	height: 64px;
	background-image: url("/img/logo.png");
	background-repeat: no-repeat;
	background-size: 200px 64px
}

nav[role="navigation"]
{
	width: 250px;
	position: fixed;
	overflow: scroll;
	left: 0;
	top: 0;
	bottom: 0;
	background: #FAFAFA;
	border-right: 1px solid #e6e6e6;
	padding: 20px 30px
}

nav[role="navigation"] ul
{
	border-top: 1px solid #e6e6e6;
	font-weight: 400;
	margin-bottom: 30px;
	list-style: none
}

nav[role="navigation"] ul ul
{
	list-style: none
}

nav[role="navigation"] ul li
{
	border-bottom: 1px solid #e6e6e6
}

nav[role="navigation"] ul li.active
{
	border-bottom: 1px solid #333
}

nav[role="navigation"] ul li.active a
{
	font-weight: 700
}

nav[role="navigation"] ul li a:link
{
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	padding: 10px
}

nav[role="navigation"] ul li a:visited
{
	color: #333
}

nav[role="navigation"] ul li a:active
{
	font-weight: 700
}

nav[role="navigation"] ul li a:hover
{
	color: #0088cc
}

nav[role="navigation"] ul li ul
{
	margin-bottom: 10px;
	border-top: none
}

nav[role="navigation"] ul li ul li
{
	border-bottom: none;
	padding: 0.1em
}

nav[role="navigation"] ul li ul li.active
{
	border-bottom: none
}

nav[role="navigation"] ul li ul li.active a
{
	font-weight: 700
}

nav[role="navigation"] ul li ul a:link
{
	color: #0088cc;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	display: block;
	margin-left: 15px;
	padding: 0 0 3px;
	border-bottom: none;
	font-weight: 300
}

nav[role="navigation"] ul li ul a:hover
{
	text-decoration: underline
}

nav[role="navigation"] h2
{
	font-size: 0.75em;
	font-weight: 700;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #999;
	padding-bottom: 0.5em
}

main
{
	max-width: 798px;
	min-width: 320px;
	margin-left: 250px;
	padding: 45px 30px 0;
	min-height: 100%;
	height: auto !important;
	height: 100%
}

footer[role="contentinfo"]
{
	background: #333;
	color: white;
	padding: 20px 30px;
	margin-left: 250px;
	min-height: 74px
}

footer[role="contentinfo"] p
{
	font-size: 0.625em;
	color: #ccc;
	line-height: 1em;
	margin-bottom: 1em
}

article:first-of-type
{
	padding-bottom: 36px
}

article h2
{
	padding-top: 1.1em
}

article h3
{
	padding-top: 1em
}

article h4
{
	padding-top: 1em;
	border-bottom: 1px #f3f3f3 solid;
	padding-bottom: 0.5em
}

article h5
{
	margin-top: 1em
}

article header
{
	width: 100%;
	display: inline-block;
	padding-bottom: 3em
}

article header h1
{
	padding-bottom: 0.125em
}

article header .byline
{
	float: left;
	font-size: 14px;
	margin-left: 3em
}

article header .byline img
{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px #ccc solid;
	position: absolute;
	margin-right: 0.25em;
	margin-top: -6px
}

article header .byline span
{
	padding-left: 42px
}

article header time
{
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #aaa
}

article header .tags
{
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 0
}

article:not(:first-of-type)
{
	border-top: 1px solid #e6e6e6;
	padding: 36px 0
}

article blockquote
{
	border-left: 3px #c3c3c3 solid;
	margin: 0.5em;
	margin-left: 10px;
	margin-bottom: 1.5em;
	padding: 0.5em;
	padding-left: 1em;
	color: #333
}

article ul, article ol
{
	padding-left: 40px;
	margin: 1em 0
}

article ul ul, article ul ol, article ol ul, article ol ol
{
	margin: 0
}

article ul
{
	list-style: disc
}

article ul ul
{
	list-style: circle
}

article ul ul ul
{
	list-style: square
}

article ol
{
	list-style: decimal
}

article dl
{
	margin: 2em 0 1em 0
}

article dl:after
{
	content: "";
	display: table;
	clear: both
}

article dl dt
{
	float: left;
	clear: right;
	margin-right: 1em;
	display: block;
	width: 28%;
	text-align: right
}

article dl dd
{
	float: right;
	width: 65%;
	margin-bottom: 1em;
	overflow: scroll
}

article dl dd
{
	padding-bottom: 1em;
	border-bottom: 1px #f3f3f3 solid
}

article table
{
	width: auto;
	min-width: 68%;
	margin: 2em auto 3em auto;
	border-collapse: separate;
	border: 1px #e3e3e3 solid
}

article table th
{
	background: #fafafa;
	font-weight: 700;
	text-align: center
}

article table th, article table td
{
	width: 50%;
	padding: 0.5em 1.5em;
	border-bottom: 1px #f3f3f3 solid
}

article table th:not(:first-child), article table td:not(:first-child)
{
	border-left: 1px #f3f3f3 solid
}

article table tr:last-child td
{
	border-bottom: none
}

article details
{
	margin-top: 0;
	cursor: pointer
}

article details summary
{
	padding-bottom: 0.5em;
	outline: none;
	margin-top: 0
}

article details summary:after
{
	content: "Expand";
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px #ccc dashed
}

article details[open] summary:after
{
	content: "Collapse"
}

article details[open] *:not(summary)
{
	cursor: auto
}

article details.download
{
	margin-top: 0;
	cursor: pointer
}

article details.download summary
{
	padding-bottom: 0.5em;
	outline: none;
	margin-top: 0
}

article details.download summary:after
{
	content: none;
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px #ccc dashed
}

article details.download[open] summary:after
{
	content: none
}

article details.download[open] *:not(summary)
{
	cursor: auto
}

article > details
{
	margin-left: 40px
}

article .good pre, article pre.good
{
	background: #E6FFE5;
	border-color: #C0FFBC
}

article .good pre:before, article pre.good:before
{
	content: "✅";
	float: right
}

article .bad pre, article pre.bad
{
	background: #F9E2E4;
	border-color: #F6B7BE
}

article .bad pre:before, article pre.bad:before
{
	content: "⛔️";
	float: right
}

article footer
{
	margin: 4em 0 0 0;
	padding: 1.5em 0 1em 0;
	border-top: 1px #F3F3F3 solid
}

article footer:after
{
	content: "";
	display: table;
	clear: both
}

article footer nav [rel="prev"]
{
	width: 45%;
	float: left;
	text-align: left
}

article footer nav [rel="prev"]:before
{
	content: "← "
}

article footer nav [rel="next"]
{
	width: 45%;
	float: right;
	text-align: right
}

article footer nav [rel="next"]:after
{
	content: " →"
}

.title a:link, .title a:visited
{
	color: #333
}

.alert, .success, .info, .warning, .danger
{
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
	margin: 0.5em 0 1.5em 0
}

.alert p:first-child, .success p:first-child, .info p:first-child, .warning p:first-child, .danger p:first-child
{
	margin-top: 0
}

.alert p:last-child, .success p:last-child, .info p:last-child, .warning p:last-child, .danger p:last-child
{
	margin-bottom: 0
}

.alert code, .success code, .info code, .warning code, .danger code
{
	border: none;
	background: transparent;
	padding: 0
}

code
{
	white-space: pre-line
}

pre code
{
	white-space: inherit;
	font-weight: bold
}

pre code .graphic
{
	font-size: 19px;
	line-height: 0
}

pre code .commentary, pre code .graphic
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit)
{
	.alert:before, .success:before, .info:before, .warning:before, .danger:before
	{
		font-size: 1em;
		float: left;
		clear: left;
		padding-left: 0.125em;
		width: 2em
	}

	.alert p, .success p, .info p, .warning p, .danger p
	{
		padding-left: 2em
	}

	.success:before
	{
		content: "✅"
	}

	.info:before
	{
		content: "ℹ️"
	}

	.warning:before
	{
		content: "⚠️"
	}

	.danger:before
	{
		content: "❗️"
	}
}

.success
{
	border-color: #149e39;
	background-color: #e0ffe8
}

.info
{
	border-color: #139CFE;
	background-color: #DEF0FD
}

.warning
{
	border-color: #FFFF10;
	background-color: #FFFFEB
}

.danger
{
	border-color: #D5001B;
	background-color: #FEE1E2
}

table.downloads
{
	width: 100%;
	table-layout: fixed
}

table.downloads th
{
	font-size: 0.75em
}

table.downloads .platform
{
	width: 40%
}

table.downloads .download
{
	width: 60%
}

table.downloads .download a.debug, table.downloads .download a.signature
{
	font-size: 0.7em;
	display: block
}

table.downloads .download a
{
	font-weight: 700;
	font-size: 1em
}

table.downloads .download a:not([download])
{
	font-weight: 400
}

table.downloads .download a:not([download]):before
{
	content: "("
}

table.downloads .download a:not([download]):after
{
	content: ")"
}

article input.detail[type=checkbox]
{
	visibility: hidden;
	cursor: pointer;
	height: 0;
	width: 100%;
	margin-bottom: 2em;
	display: block;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	position: relative;
	top: -.85rem
}

article p + input.detail[type=checkbox]
{
	margin-top: auto
}

article .screenonly
{
	display: none
}

@media screen
{
	article .screenonly
	{
		display: inherit
	}

	article input.detail[type=checkbox]:before
	{
		content: "▶ ";
		visibility: visible;
		font-size: 80%
	}

	article input.detail[type=checkbox]:after
	{
		text-transform: lowercase;
		font-variant: small-caps;
		border-bottom: 1px #ccc dashed;
		color: #666666;
		content: "More detail";
		visibility: visible
	}

	article input.detail[type=checkbox]:checked:before
	{
		content: "▼ "
	}

	article input.detail[type=checkbox]:checked:after
	{
		content: "Less detail"
	}

	article input.detail[type=checkbox] + .more
	{
		transition: 0.5s opacity ease, 0.5s max-height ease
	}

	article input.detail[type=checkbox]:checked + .more
	{
		visibility: visible;
		max-height: 1000rem
	}

	article input.detail[type=checkbox]:not(:checked) + .more
	{
		overflow: hidden;
		max-height: 0px;
		opacity: 0
	}
}

article .more > p:first-of-type
{
	margin-top: 0
}

@media only screen and (max-width: 767px)
{
	nav[role="navigation"]
	{
		width: 100%;
		position: relative;
		background: #FAFAFA;
		border-bottom: 1px solid #e6e6e6;
		border-right: none;
		padding: 20px 30px;
		overflow: hidden
	}

	nav[role="navigation"].open > *
	{
		display: block
	}

	nav[role="navigation"] > h2, nav[role="navigation"] ul
	{
		display: none
	}

	.menu-toggle
	{
		float: right;
		content: ' ';
		height: 20px;
		width: 20px;
		background-image: url("/img/icon-close.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 21px 21px;
		margin-top: -48px;
		margin-right: 12px;
		cursor: pointer
	}

	.menu-toggle.open
	{
		background-image: url("/img/icon-menu.svg")
	}

	#logo a
	{
		width: 200px;
		margin: 0 auto
	}

	main
	{
		max-width: 100%;
		min-width: 320px;
		margin-left: 0;
		padding: 30px 30px 0
	}

	footer[role="contentinfo"]
	{
		margin-left: 0
	}

	h1
	{
		font-size: 48px;
		font-weight: 200;
		line-height: 1
	}

	h2
	{
		font-size: 40px;
		font-weight: 300;
		line-height: 1.1
	}

	h3
	{
		font-size: 38px;
		font-weight: 300;
		line-height: 1.1
	}

	h4
	{
		font-size: 36px;
		font-weight: 300;
		line-height: 1.2
	}

	h5
	{
		font-size: 24px;
		font-weight: 500;
		line-height: 1.4
	}

	h6
	{
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5
	}

	table.downloads
	{
		border: 1px #f3f3f3 solid
	}

	table.downloads, table.downloads thead, table.downloads tbody, table.downloads th, table.downloads td, table.downloads tr
	{
		display: block !important
	}

	table.downloads thead tr
	{
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	table.downloads tr
	{
		border: 1px solid #f3f3f3
	}

	table.downloads td
	{
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid #f3f3f3 !important;
		position: relative;
		padding-left: 35%;
		width: 100% !important
	}

	table.downloads td:before
	{
		position: absolute;
		top: 0.5em;
		left: 0.5em;
		width: 27.5%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: right
	}

	table.downloads td.platform:before
	{
		content: "Platform"
	}

	table.downloads td.download:before
	{
		content: "Download";
		top: 1em
	}

	table.downloads td.date:before
	{
		content: "Date"
	}
}

@media only print
{
	html body
	{
		background: white;
		font-size: 12pt;
		padding: 0.5in
	}

	html body *
	{
		-webkit-print-color-adjust: exact
	}

	a
	{
		color: black !important;
		text-decoration: underline !important
	}

	a[href^="http://"]:after
	{
		content: " (" attr(href) ") ";
		color: #444
	}

	h1, h2, h3, h4, h5, h6, p, article > div, pre, table
	{
		page-break-inside: avoid
	}

	details:not([open])
	{
		visibility: visible
	}

	details:not([open]) summary
	{
		display: none !important
	}

	details:not([open]) > *, details:not([open])
	{
		display: block
	}

	.alert, .success, .info, .warning, .danger
	{
		margin: 1.5em 0
	}

	main
	{
		width: auto;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: transparent;
		margin: 0;
		max-width: 100%;
		min-height: 1in
	}

	nav[role="navigation"]
	{
		background: transparent;
		border: none;
		width: auto;
		position: static;
		padding: 0
	}

	nav[role="navigation"] h2, nav[role="navigation"] ul
	{
		display: none
	}

	nav[role="navigation"] #logo
	{
		position: static;
		margin-bottom: 1.5em
	}

	footer[role="contentinfo"]
	{
		margin-left: 0
	}
}
