@import
	url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");

html, body {
	font-size: 100%;
	font-weight: 100;
	font-family: Helvetica, Arial, sans-serif
}

body {
	margin: 0
}

div.content {
	padding: 0 13rem
}

@media screen and (max-width: 1170px) {
	div.content {
		padding: 0 6rem
	}
}

@media screen and (max-width: 480px) {
	div.content {
		padding: 0 2rem
	}
}

@media screen and (max-width: 768px) {
	.hide-tablet {
		display: none
	}
}

@media screen and (max-width: 480px) {
	.hide-mobile {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.tablet-fullwidth {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}
}

@media screen and (max-width: 480px) {
	.tablet-fullwidth {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}
}

@media screen and (max-width: 480px) {
	.mobile-fullwidth {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}
}

* {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1rem
}

h1, h2, h3, h4, h5, h6, p {
	margin: 2rem 0
}

h1 {
	font-size: 6rem;
	line-height: 6rem;
	font-weight: 600
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 3rem;
		line-height: 3rem
	}
}

h2 {
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 200
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 2rem;
		line-height: 2rem
	}
}

h3 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 200
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 1.75rem;
		line-height: 1.75rem
	}
}

h4 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 200
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 1.5rem;
		line-height: 1.5rem
	}
}

h5 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 200
}

@media screen and (max-width: 768px) {
	h5 {
		font-size: 1.25rem;
		line-height: 1.25rem
	}
}

h6 {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600
}

@media screen and (max-width: 768px) {
	h6 {
		font-size: 1rem;
		line-height: 1rem
	}
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 100
}

p.byline {
	font-size: 1.5rem;
	line-height: 1.8rem
}

a {
	line-height: 1.5rem;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	color: #00e
}

a:hover, a:active, a:focus {
	color: #551A8B
}

a.button-cta, button, input[type="submit"] {
	text-align: center;
	color: #fff;
	background-color: #004153;
	border: 2px solid #004153;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 200;
	margin: .5rem;
	padding: .75rem 3rem;
	white-space: nowrap;
	line-height: 3.5;
	transition: background .2s ease-in 0s
}

a.button-cta:hover, a.button-cta:active, a.button-cta:focus, button:hover,
	button:active, button:focus, input[type="submit"]:hover, input[type="submit"]:active,
	input[type="submit"]:focus {
	background-color: #011a21;
	border-color: #011a21;
	color: #fff
}

a.button-cta.secondary {
	background: none;
	border: 2px solid #004153;
	color: #004153
}

a.button-cta.secondary:hover, a.button-cta.secondary:active, a.button-cta.secondary:focus
	{
	background-color: #1E2E37;
	border-color: #1E2E37;
	color: #fff
}

code, pre {
	font-family: 'PT Mono', monospace;
	background-color: #EFEFEF;
	color: #1E2E37;
	line-height: 1.2;
	overflow: scroll;
	padding: 0 5px
}

div pre.highlight code {
	padding: 0
}

pre {
	padding: .5rem 1rem
}

hr {
	border-width: 2px;
	margin: 6rem 0 4rem 0
}

img {
	max-width: 100%
}

.project-logo {
	width: 100%
}

table.tableblock {
	border-spacing: 1px
}

table.tableblock thead th, table.tableblock tbody td {
	padding: .5rem 1rem
}

table.tableblock thead th {
	color: #fff;
	padding: .5rem 1rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-align: left
}

table.tableblock tbody tr:nth-child(even) {
	background-color: #EFEFEF
}

table.tableblock tbody tr td p {
	margin: 0
}

.listingblock .content, .literalblock .content, .imageblock .content,
	.tableblock .content {
	padding: 0
}

.paginator-btns a {
	margin: 1rem 0
}

.paginator-btns a:first-of-type {
	margin-right: calc(100% - 372px)
}

@media screen and (max-width: 768px) {
	.paginator-btns a {
		display: block;
		width: 100%
	}
}

form input, form textarea {
	padding: .75rem;
	font-size: 1rem;
	border-radius: 10px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid
}

form textarea {
	min-height: 13rem
}

form input[type="submit"] {
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
	border-radius: 0;
	border: none;
	max-width: 10rem
}

.grid-wrapper, .component-wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 1em;
	clear: both
}

.width-1-12 {
	grid-column: span 1
}

.width-2-12 {
	grid-column: span 2
}

.width-3-12 {
	grid-column: span 3
}

.width-4-12 {
	grid-column: span 4
}

.width-5-12 {
	grid-column: span 5
}

.width-6-12 {
	grid-column: span 6
}

.width-7-12 {
	grid-column: span 7
}

.width-8-12 {
	grid-column: span 8
}

.width-9-12 {
	grid-column: span 9
}

.width-10-12 {
	grid-column: span 10
}

.width-11-12 {
	grid-column: span 11
}

.width-12-12 {
	grid-column: span 12
}

@media ( max-width : 48em) {
	.width-1-12-m {
		grid-column: span 1
	}
}

@media ( max-width : 48em) {
	.width-2-12-m {
		grid-column: span 2
	}
}

@media ( max-width : 48em) {
	.width-3-12-m {
		grid-column: span 3
	}
}

@media ( max-width : 48em) {
	.width-4-12-m {
		grid-column: span 4
	}
}

@media ( max-width : 48em) {
	.width-5-12-m {
		grid-column: span 5
	}
}

@media ( max-width : 48em) {
	.width-6-12-m {
		grid-column: span 6
	}
}

@media ( max-width : 48em) {
	.width-7-12-m {
		grid-column: span 7
	}
}

@media ( max-width : 48em) {
	.width-8-12-m {
		grid-column: span 8
	}
}

@media ( max-width : 48em) {
	.width-9-12-m {
		grid-column: span 9
	}
}

@media ( max-width : 48em) {
	.width-10-12-m {
		grid-column: span 10
	}
}

@media ( max-width : 48em) {
	.width-11-12-m {
		grid-column: span 11
	}
}

@media ( max-width : 48em) {
	.width-12-12-m {
		grid-column: span 12
	}
}

.navigation {
	height: 70px
}

.nav-container {
	max-width: 1000px;
	margin: 0 auto;
	display: inline
}

nav {
	float: right;
	padding-top: 1rem
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

nav ul li {
	float: left;
	position: relative
}

nav ul li a, nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 70px;
	font-size: 1.5rem;
	text-decoration: none
}

nav ul li a.active, nav ul li a:visited.active {
	color: #F0CA4D;
	font-weight: 700
}

nav ul.nav-list .button-cta.secondary {
	line-height: 1.3;
	padding: .4rem 1rem;
	margin-top: 1rem;
	text-transform: none
}

nav ul.nav-list li:hover .nav-submenu {
	display: block
}

nav ul.nav-list li a {
	font-size: 1.1rem;
	padding: 0 10px
}

.nav-submenu {
	background: #DCDCDC;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 0.5em 0;
	transform: translateX(-50%)
}

.nav-submenu:before {
	content: '';
	position: absolute;
	border-bottom: 6px solid #DCDCDC;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%)
}

.nav-submenu-item {
	min-width: 12rem;
	text-align: left
}

.nav-submenu-item a {
	line-height: 2rem
}

.nav-submenu-item a:hover {
	background: #004153;
	color: #fff
}

.nav-mobile {
	display: none;
	position: absolute;
	top: 2rem;
	right: 2rem;
	height: 70px;
	width: 70px
}

@media only screen and (max-width: 1024px) {
	.navigation {
		padding-top: 2rem;
		padding-right: 2rem
	}
	.nav-mobile {
		display: block;
		z-index: 1
	}
	.logo-wrapper {
		display: block;
		margin: 0 auto;
		padding-top: 0
	}
	nav {
		width: 16rem;
		padding-top: 0
	}
	nav .nav-list {
		background-color: #F0CA4D;
		position: relative;
		left: 100px;
		top: -80px;
		padding: 3rem 1rem 1rem 1rem;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px
	}
}

@media only screen and (max-width: 1024px) and (max-width: 468px) {
	nav .nav-list {
		left: 50px
	}
}

@media only screen and (max-width: 1024px) {
	nav .nav-list .button-cta.secondary {
		display: none
	}
	nav ul {
		display: none
	}
	nav ul li {
		float: none
	}
	nav ul li a, nav ul li a:visited {
		padding: 15px;
		line-height: 20px;
		color: #1E2E37
	}
	nav ul li a.active, nav ul li a:visited.active {
		color: #1E2E37;
		font-weight: 700
	}
	nav ul li ul li a {
		padding-left: 30px
	}
}

@media screen and (min-width: 1024px) {
	.nav-list {
		display: block !important
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out
}

#nav-toggle span:before {
	top: -10px
}

#nav-toggle span:after {
	bottom: -10px
}

#nav-toggle.active span {
	background-color: transparent
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0
}

#nav-toggle.active span:before {
	transform: rotate(45deg)
}

#nav-toggle.active span:after {
	transform: rotate(-45deg)
}

@media only screen and (max-width: 480px) {
	nav {
		width: 18rem
	}
}

.product-download-band .ctas {
	text-align: center
}

.quick-pitch-band {
	text-align: center
}

.download-announcement-band {
	text-align: center
}

.two-column-content-band .two-columns {
	width: 100%;
	-moz-column-count: 2;
	-moz-column-gap: 2rem;
	-webkit-column-count: 2;
	-webkit-column-gap: 2rem;
	column-count: 2;
	column-gap: 2rem
}

.two-column-content-band .img-content {
	margin: 0
}

@media screen and (max-width: 48em) {
	.two-column-content-band .two-columns {
		width: 100%;
		-moz-column-count: 1;
		-moz-column-gap: 1rem;
		-webkit-column-count: 1;
		-webkit-column-gap: 1rem;
		column-count: 1;
		column-gap: 1rem
	}
}

.mid-page-cta-band .cta {
	align-self: center;
	justify-self: center
}

.docs-archive-subnav .img-caption {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-weight: 200;
	padding: 1rem;
	background-color: #004153;
	color: #fff;
	margin-top: -7px
}

.contributions-band .contrib-block {
	text-align: center
}

.contributions-band .contrib-block h4, .contributions-band .contrib-block p
	{
	margin: 1rem 0
}

.contributions-band .contrib-block img {
	max-width: 12rem
}

@media screen and (max-width: 48em) {
	.contributions-band .contrib-block img {
		max-width: 100%
	}
}

.big-three-subnav-band .big-three-block {
	text-align: center
}

.big-three-subnav-band .big-three-block img {
	max-width: 14rem
}

.big-three-subnav-band .big-three-block h3 {
	margin: 1rem 0
}

.video-content-band .video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}

.video-content-band .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.highlights-inline-images-band .highlights-inline-block .block-content {
	align-self: center;
	justify-self: center
}

.highlights-alternating-images-band .highlights-alternating-inline-block
	{
	padding: 2rem 0 4rem 0
}

.highlights-alternating-images-band .block-content {
	align-self: center;
	justify-self: center
}

.highlights-three-columns-band .highlight-columns-block img ~
	.block-title {
	background-color: #004153;
	padding: 1rem;
	margin-top: -3px
}

.highlights-three-columns-band .highlight-columns-block img ~
	.block-title h2 {
	color: #fff;
	margin: 0
}

.download-release-band .version-table {
	margin-bottom: 1rem
}

.download-release-band .version-table table {
	width: 100%
}

.download-release-band .version-table .version-name {
	text-align: left
}

.download-release-band .version-table .version-name.final {
	font-weight: 700;
	text-transform: uppercase
}

.download-release-band .version-table .version-name .release-date {
	float: right
}

.download-release-band .version-table .licence {
	min-width: 3rem
}

.download-release-band .version-table .links {
	min-width: 6rem;
	text-align: right
}

.download-release-band .version-table td, .download-release-band .version-table a
	{
	font-size: .875rem
}

@media screen and (max-width: 1024px) {
	.download-release-band .version-table {
		grid-column: span 12
	}
}

html, body {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #000c16
}

* {
	font-family: 'Roboto', Arial, sans-serif;
	color: #fff;
	line-height: 1rem
}

h1 {
	font-size: 3.5rem;
	line-height: 3.75rem;
	font-weight: 700
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.5rem;
		line-height: 1.5rem
	}
}

h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 400
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1rem;
		line-height: 1rem
	}
}

h3 {
	font-size: 2rem;
	line-height: 1.8rem;
	font-weight: 400
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 1.2rem;
		line-height: 1.2rem
	}
}

h4 {
	font-size: 1.625rem;
	line-height: 1.5rem;
	font-weight: 400
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 1.125rem;
		line-height: 1.5rem
	}
}

h5 {
	font-size: 1.625rem;
	line-height: 1.5rem;
	font-weight: 700
}

h6 {
	font-size: 1.5rem;
	line-height: 1.25rem;
	font-weight: 700
}

p, li {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 400;
	margin: 0 0 1.5rem
}

a {
	line-height: 1.5rem;
	font-weight: 400;
	cursor: pointer;
	text-decoration: underline;
	color: indianred
}

a:hover, a:active, a:focus {
	color: teal
}

a.button-cta, button, input[type="submit"] {
	color: #09131E;
	background-color: indianred;
	border: 2px solid indianred;
	font-size: 2rem;
	font-weight: 300;
	line-height: 2.5;
	transition: background .2s ease-in 0s;
	text-decoration: none
}

a.button-cta:hover, a.button-cta:active, a.button-cta:focus, button:hover,
	button:active, button:focus, input[type="submit"]:hover, input[type="submit"]:active,
	input[type="submit"]:focus {
	background-color: #09131E;
	border-color: indianred;
	color: indianred;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75)
}

@media screen and (max-width: 768px) {
	a.button-cta, button, input[type="submit"] {
		font-size: 1rem;
		line-height: 1rem;
		padding: .75rem 1rem
	}
}

a.button-cta.secondary {
	background: transparent;
	border: 2px solid indianred;
	color: indianred
}

a.button-cta.secondary:hover, a.button-cta.secondary:active, a.button-cta.secondary:focus
	{
	background-color: indianred;
	border-color: indianred;
	color: #09131E;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75)
}

form input[type="submit"] {
	border: 2px solid indianred
}

table.tableblock {
	border-collapse: collapse
}

table.tableblock thead th, table.tableblock tbody th {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #09131E;
	font-weight: 400;
	text-align: left;
	padding: 1rem;
	background-color: indianred;
	border: 1px solid indianred
}

table.tableblock thead th>div, table.tableblock thead th>div>span, table.tableblock tbody th>div,
	table.tableblock tbody th>div>span {
	color: #09131E
}

table.tableblock tbody td {
	padding: .25rem 1rem;
	border: 1px solid indianred
}

table.tableblock tbody tr:nth-child(even) {
	background-color: #09131E
}

table.tableblock tbody tr td p {
	margin: 0
}

mark {
	background-color: indianred;
	color: #09131E
}

dl dt {
	font-weight: 700
}

dl dd {
	margin-top: 2rem
}

code, pre, pre span {
	color: #F0CA4D;
	background-color: inherit;
	padding: 0;
	font-family: 'Roboto Mono', monospace
}

code a, pre a, pre span a {
	text-decoration: none;
	color: inherit;
	font: inherit
}

.nchoose2-homepage {
	padding: 0
}

pre {
	background: #282a36;
	overflow: inherit;
	padding: 0
}

pre.highlight {
	border: 1px solid indianred;
	padding: 1rem;
	line-height: 1.2em;
	overflow-x: auto
}

pre>code, table code {
	border: none;
	background-color: transparent
}

.nchoose2-homepage .tabs pre.highlight {
	overflow: auto
}

.nchoose2-homepage .tab {
	overflow: hidden !important
}

hr {
	border-width: 1px;
	border-color: indianred
}

.full-width-bg {
	margin: 0 -13rem;
	padding: 0 13rem
}

@media screen and (max-width: 1170px) {
	.full-width-bg {
		margin: 0 -6rem;
		padding: 0 6rem
	}
}

@media screen and (max-width: 480px) {
	.full-width-bg {
		margin: 0 -2rem;
		padding: 0 2rem
	}
}

.component {
	padding-top: 4rem;
	padding-bottom: 6rem
}

.text-centered {
	text-align: center
}

.text-caps {
	text-transform: uppercase
}

.text-indianred {
	color: indianred
}

@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none
	}
}

ul.dashed {
	list-style-type: none
}

ul.dashed>li:before {
	content: "–";
	position: absolute;
	margin-left: -1.1em;
	margin-top: 2px;
	color: indianred
}

i.conum+b, b.conum {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hljs {
	display: inline;
	overflow: inherit;
	overflow-x: inherit;
	overflow-y: hidden;
	background: inherit;
	padding: 0;
	line-height: 1.4em
}

.hljs-built_in, .hljs-selector-tag, .hljs-section, .hljs-link {
	color: #fff
}

.hljs-keyword {
	color: #fff
}

.hljs, .hljs-subst {
	color: #EFEFEF
}

.hljs-title {
	color: #F0CA4D
}

.hljs-string, .hljs-meta, .hljs-name, .hljs-type, .hljs-attr,
	.hljs-symbol, .hljs-bullet, .hljs-addition, .hljs-variable,
	.hljs-template-tag, .hljs-template-variable {
	color: #E37B40
}

.hljs-comment, .hljs-quote, .hljs-deletion {
	color: #aaa
}

.hljs-literal, .hljs-number {
	color: #F0CA4D
}

li>p, li {
	margin: 0.5em 0
}

div.guides img {
	display: block;
	margin: auto;
	padding: 5px
}

table tr th, table tr td {
	padding: .5625em .625em
}

#content h1>a.anchor, h2>a.anchor, h3>a.anchor, #toctitle>a.anchor,
	.sidebarblock>.content>.title>a.anchor, h4>a.anchor, h5>a.anchor, h6>a.anchor
	{
	position: absolute;
	z-index: 1001;
	width: 1.5ex;
	margin-left: -1.5ex;
	display: block;
	text-decoration: none !important;
	visibility: hidden;
	text-align: center;
	font-weight: 400
}

#content h1>a.anchor::before, h2>a.anchor::before, h3>a.anchor::before,
	#toctitle>a.anchor::before, .sidebarblock>.content>.title>a.anchor::before,
	h4>a.anchor::before, h5>a.anchor::before, h6>a.anchor::before {
	content: "\00A7";
	font-size: .85em;
	display: block;
	padding-top: .1em
}

#content h1:hover>a.anchor, #content h1>a.anchor:hover, h2:hover>a.anchor,
	h2>a.anchor:hover, h3:hover>a.anchor, #toctitle:hover>a.anchor,
	.sidebarblock>.content>.title:hover>a.anchor, h3>a.anchor:hover,
	#toctitle>a.anchor:hover, .sidebarblock>.content>.title>a.anchor:hover,
	h4:hover>a.anchor, h4>a.anchor:hover, h5:hover>a.anchor, h5>a.anchor:hover,
	h6:hover>a.anchor, h6>a.anchor:hover {
	visibility: visible
}

.admonitionblock>table {
	border-collapse: separate;
	border: 0;
	background: none;
	width: 100%
}

.admonitionblock>table td.icon {
	text-align: center;
	width: 80px
}

.admonitionblock>table td.icon img {
	max-width: none
}

.admonitionblock>table td.icon .title {
	font-weight: bold;
	font-family: "Roboto", "DejaVu Sans", sans-serif;
	text-transform: uppercase
}

.admonitionblock>table td.content {
	padding-left: 1.125em;
	padding-right: 1.25em;
	border-left: 1px solid white
}

.admonitionblock>table td.content>:last-child>:last-child {
	margin-bottom: 0
}

.admonitionblock td.icon [class^="fa icon-"] {
	font-size: 2.5em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	cursor: default
}

.admonitionblock td.icon .icon-note::before {
	content: "\f05a";
	color: #19407c
}

.admonitionblock td.icon .icon-tip::before {
	content: "\f0eb";
	text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
	color: #111
}

.admonitionblock td.icon .icon-warning::before {
	content: "\f071";
	color: #bf6900
}

.admonitionblock td.icon .icon-caution::before {
	content: "\f06d";
	color: #bf3400
}

.admonitionblock td.icon .icon-important::before {
	content: "\f06a";
	color: #bf0000
}

.conum[data-value] {
	display: inline-block;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	font-size: .75em;
	width: 1.67em;
	height: 1.67em;
	line-height: 1.67em;
	font-family: "Roboto", "DejaVu Sans", sans-serif;
	font-style: normal;
	font-weight: bold
}

.conum[data-value] * {
	color: #fff !important
}

.conum[data-value]+b {
	display: none
}

.conum[data-value]::after {
	content: attr(data-value)
}

pre .conum[data-value] {
	position: relative;
	top: -.125em
}

b.conum * {
	color: inherit !important
}

.conum:not([data-value]):empty {
	display: none
}

td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title,
	.listingblock>.title, .literalblock>.title, .stemblock>.title,
	.openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title,
	.verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title,
	.ulist>.title, .qlist>.title, .hdlist>.title {
	line-height: 1.45;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: .25em
}

details, .audioblock, .imageblock, .literalblock, .listingblock,
	.stemblock, .videoblock {
	margin-bottom: 1.25em
}

td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title,
	.listingblock>.title, .literalblock>.title, .stemblock>.title,
	.openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title,
	.verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title,
	.ulist>.title, .qlist>.title, .hdlist>.title {
	text-rendering: optimizeLegibility;
	text-align: left;
	font-size: 1rem;
	font-style: italic
}

.imageblock.left {
	margin: .25em .625em 1.25em 0
}

.imageblock.right {
	margin: .25em 0 1.25em .625em
}

.imageblock>.title {
	margin-bottom: 0
}

.imageblock.thumb, .imageblock.th {
	border-width: 6px
}

.imageblock.thumb>.title, .imageblock.th>.title {
	padding: 0 .125em
}

table {
	margin-bottom: 1.5rem
}

#content h1>a.anchor::before, h2>a.anchor::before {
	padding-top: .3em
}

.admonitionblock>table {
	border-collapse: separate;
	border: 0;
	background: none;
	width: auto
}

.admonitionblock td.icon .icon-note::before {
	color: indianred
}

.admonitionblock td.icon .icon-tip::before {
	color: #FEE715;
	text-shadow: none
}

.conum[data-value] {
	color: black !important;
	background: #CCC
}

.conum[data-value] * {
	color: black !important
}

.admonitionblock>table td.content {
	font-weight: 400;
	line-height: 1.5rem
}

.component-wrapper {
	margin-top: 4rem;
	margin-bottom: 6rem
}

.component-name {
	background-color: #004153
}

.component-name h5 {
	color: #fff;
	margin: 1rem;
	text-transform: uppercase
}

.homepage {
	background-image: url("../images/7Choose3Grey.png");
	background-repeat: no-repeat;
	background-size: 100%
}

.homepage p {
	margin: 2rem 0
}

body.contact, body.post {
	background-image: url("../images/7Choose3Grey.png");
	background-repeat: no-repeat;
	background-size: 100%
}

.contact-page .contact-list-item {
	margin-bottom: 5rem
}

.contact-page .contact-list-item p {
	margin: 0
}

.contact-page .contact-list-item .post-title h2 {
	margin: 0
}

.contact-page .contact-list-item .post-title h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase
}

.contact-page .byline-wrapper, .post-page .byline-wrapper {
	display: flex;
	align-items: center
}

.contact-page .headshot, .contact-page .byline, .post-page .headshot,
	.post-page .byline {
	display: inline
}

.contact-page .headshot, .post-page .headshot {
	max-width: 2.5rem;
	border-radius: 1.5rem;
	margin-right: .5rem
}

.contact-page .share-page, .post-page .share-page {
	text-align: right
}

.post-page .byline-wrapper p {
	margin: 0
}

@media screen and (max-width: 48em) {
	.contact-list-item .share-page {
		text-align: left
	}
	.contact-page p.byline {
		font-size: 1rem;
		line-height: 1.25rem
	}
}

.contact-page, .contact-page {
	margin-bottom: 6rem
}

.post-page .byline-wrapper p {
	margin: 0
}

@media screen and (max-width: 48em) {
	.share-page {
		text-align: left
	}
	p.byline {
		font-size: 1rem;
		line-height: 1.25rem
	}
}

.post-page {
	margin-bottom: 6rem
}

body.about, body.post {
	background-image: url("../images/bg-getting-started.jpg");
	background-repeat: no-repeat;
	background-size: 100%
}

.about-page .about-list-item {
	margin-bottom: 5rem
}

.about-page .about-list-item p {
	margin: 0
}

.about-page .about-list-item .post-title h2 {
	margin: 0
}

.about-page .about-list-item .post-title h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase
}

.about-page .byline-wrapper, .post-page .byline-wrapper {
	display: flex;
	align-items: center
}

.about-page .headshot, .about-page .byline, .post-page .headshot,
	.post-page .byline {
	display: inline
}

.about-page .headshot, .post-page .headshot {
	max-width: 2.5rem;
	border-radius: 1.5rem;
	margin-right: .5rem
}

.about-page .share-page, .post-page .share-page {
	text-align: right
}

.post-page .byline-wrapper p {
	margin: 0
}

@media screen and (max-width: 48em) {
	.about-list-item .share-page {
		text-align: left
	}
	.about-page p.byline {
		font-size: 1rem;
		line-height: 1.25rem
	}
}

.about-page, .about-page {
	margin-bottom: 6rem
}

.header.navigation .logo-wrapper {
	display: inline-block;
	margin-top: 2.5rem;
	width: 16rem
}

.header.navigation .nav-container a {
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	height: 55px
}

.header.navigation .nav-container a.active, .header.navigation .nav-container a:hover
	{
	color: indianred;
	border-bottom: 4px solid indianred
}

@media screen and (max-width: 1300px) {
	.header.navigation .nav-container a {
		font-size: 1rem
	}
}

@media screen and (max-width: 1024px) {
	.header.navigation .logo-wrapper {
		margin-top: 1rem
	}
	.header.navigation .nav-container a, .header.navigation .nav-container a.active,
		.header.navigation .nav-container a:hover, .header.navigation .nav-container a:focus,
		.header.navigation .nav-container a:active {
		border-bottom: none;
		color: #09131E
	}
	.header.navigation .nav-container .nav-list {
		background-color: indianred;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		top: -67px
	}
}

@media screen and (max-width: 480px) {
	.header.navigation .logo-wrapper {
		margin-top: 1.5rem
	}
	.header.navigation .logo-wrapper .project-logo {
		max-width: 10rem
	}
}

.navigation-wrapper {
	margin: 0 0 6rem 0
}

.libraries-standards-band {
	background-color: #000
}

.libraries-standards-band h2 {
	color: indianred
}

.libraries-standards-band .block {
	text-align: center
}

.libraries-standards-band .block a {
	text-transform: uppercase;
	text-decoration: none
}

.homepage-highlights-band {
	background-color: rgba(0, 0, 0, 0.8)
}

.homepage-highlights-band h2 {
	color: indianred
}

.homepage-highlights-band .highlights-alternating-inline-block {
	padding: 2rem 0 4rem 0
}

.homepage-highlights-band .block-image, .homepage-highlights-band .block-content
	{
	align-self: center
}

.homepage-highlights-band .block-content pre {
	max-width: 350px
}

.homepage-hero-band {
	padding-bottom: 6rem
}

.homepage-hero-band .home-hero {
	text-align: center;
	padding-bottom: 4rem;
	margin: 8rem auto
}

@media screen and (max-width: 768px) {
	.homepage-hero-band .home-hero {
		margin: 0 auto
	}
}

.homepage-hero-band .home-hero p {
	max-width: 550px;
	margin: 1rem auto 3rem auto
}

.homepage-hero-band .project-logo {
	max-width: 24rem
}

.homepage-hero-band .scroll-down {
	margin: 3rem auto 0 auto;
	display: block;
	width: 32px;
	height: 32px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	transform: scale(1)
}

.homepage-hero-band .scroll-down:before {
	transform: rotate(-45deg);
	display: block;
	width: 25px;
	height: 25px;
	content: "";
	border: 2px solid white;
	border-width: 0px 0 2px 2px
}

.feedback-community-band {
	background-color: #09131E
}

.project-footer, .content.project-footer {
	background-color: #0D0D12;
	padding-top: 4rem;
	padding-bottom: 6rem
}

.project-footer .logo-wrapper, .content.project-footer .logo-wrapper {
	text-align: center;
	display: block
}

.project-footer .logo-wrapper .project-logo, .content.project-footer .logo-wrapper .project-logo
	{
	max-width: 18rem
}

@media screen and (max-width: 768px) {
	.project-footer .logo-wrapper .project-logo, .content.project-footer .logo-wrapper .project-logo
		{
		max-width: 10rem
	}
}

.project-footer p, .content.project-footer p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: .875rem
}

@media screen and (max-width: 1024px) {
	.project-footer p, .content.project-footer p {
		grid-column: 1/6
	}
}

@media screen and (max-width: 480px) {
	.project-footer p, .content.project-footer p {
		order: 2;
		grid-column: span 12
	}
}

.project-footer .project-links, .content.project-footer .project-links {
	font-size: .875rem
}

@media screen and (max-width: 1024px) {
	.project-footer .project-links, .content.project-footer .project-links {
		grid-column: span 2
	}
}

@media screen and (max-width: 480px) {
	.project-footer .project-links, .content.project-footer .project-links {
		order: 1;
		grid-column: span 6
	}
}

.project-footer ul.footer-links, .content.project-footer ul.footer-links
	{
	list-style: none;
	padding-left: 0
}

.project-footer ul.footer-links a, .content.project-footer ul.footer-links a
	{
	font-size: .875rem
}

.project-footer .more-links, .content.project-footer .more-links {
	font-size: .875rem;
	padding-left: 2rem;
	margin-left: 2rem;
	border-left: 2px solid white
}

.project-footer .more-links ul a, .content.project-footer .more-links ul a
	{
	font-size: .875rem
}

@media screen and (max-width: 1024px) {
	.project-footer .more-links, .content.project-footer .more-links {
		grid-column: span 12;
		border-top: 4px solid white;
		border-left: none;
		padding: 3rem 0 2rem 0;
		margin-bottom: 1rem;
		margin-left: 0
	}
}

@media screen and (max-width: 480px) {
	.project-footer .more-links, .content.project-footer .more-links {
		order: 3
	}
}

.footer-section {
	margin-bottom: 3rem;
	padding: 1rem 0
}

@media screen and (max-width: 480px) {
	.footer-section {
		margin-bottom: 1rem
	}
}

.nchoose2-footer {
	background-color: #000
}

.nchoose2-footer .grid-wrapper {
	padding: .5rem 0
}

.nchoose2-footer .licence {
	grid-column: 5/9;
	align-self: center;
	justify-self: center
}

.nchoose2-footer .licence a {
	color: #fff;
	font-size: .75rem;
	font-weight: 200
}

@media screen and (max-width: 1024px) {
	.nchoose2-footer .licence {
		grid-column: 1/5;
		justify-self: left
	}
}

@media screen and (max-width: 480px) {
	.nchoose2-footer .licence {
		grid-column: 1/13;
		justify-self: center;
		order: 3
	}
}

.tabs {
	display: flex;
	flex-wrap: wrap
}

.tabs label {
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	background-color: #407096;
	font-weight: 700;
	transition: background ease 0.2s
}

.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background-color: #1f415d
}

.tabs input[type="radio"] {
	display: none
}

.tabs input[type="radio"]:checked+label {
	background-color: #1f415d
}

.tabs input[type="radio"]:checked+label+.tab {
	display: block;
	overflow: scroll
}

@media ( max-width : 45em) {
	.tabs .tab, .tabs label {
		order: initial
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem
	}
}

.share-page a {
	text-decoration: none
}

.share-page a img {
	max-width: 1.5rem;
	margin-right: .5rem
}