@charset "UTF-8";
/* Change to Noto later:

$font-family-sans-serif:  "Noto Sans", Helvetica, Arial, sans-serif !default;
$font-family-serif:       $font-family-sans-serif;
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

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

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  select { background: #fff !important; }
  .navbar { display: none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "Noto Sans", sans-serif; font-size: 15px; line-height: 1.55; color: #1d1d1d; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #005A9C; text-decoration: none; }
a:hover, a:focus { color: #0086e9; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 5px; }

.img-thumbnail { padding: 4px; line-height: 1.55; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 23px; margin-bottom: 23px; border: 0; border-top: 1px solid #3b3b3b; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: normal; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #1d1d1d; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 23px; margin-bottom: 11.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 11.5px; margin-bottom: 11.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 45px; }

h2, .h2 { font-size: 27px; }

h3, .h3 { font-size: 23px; }

h4, .h4 { font-size: 21px; }

h5, .h5 { font-size: 18px; }

h6, .h6 { font-size: 15px; }

p { margin: 0 0 11.5px; }

.lead { margin-bottom: 23px; font-size: 17px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 22.5px; } }

small, .small { font-size: 86%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777; }

.text-primary { color: #005A9C; }

a.text-primary:hover { color: #003d69; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #005A9C; }

a.bg-primary:hover { background-color: #003d69; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 10.5px; margin: 46px 0 23px; border-bottom: 1px solid #eee; }

ul, ol { margin-top: 0; margin-bottom: 11.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 23px; }

dt, dd { line-height: 1.55; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 11.5px 23px; margin: 0 0 23px; font-size: 18.75px; border-left: 5px solid #eee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.55; color: #777; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 23px; font-style: normal; line-height: 1.55; }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 6px 12px; font-size: 15px; line-height: 1.55; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #141414; background-color: #f2f2f2; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #005A9C; border-color: #004b83; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #e0e0e0; background-color: #004b83; border-color: #002845; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #005A9C; border-color: #004b83; }
.btn-primary .badge { color: #005A9C; background-color: #fff; }

.btn-success { color: #fff; background-color: #398639; border-color: #317431; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #e0e0e0; background-color: #317431; border-color: #1f491f; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #398639; border-color: #317431; }
.btn-success .badge { color: #398639; background-color: #fff; }

.btn-info { color: #005A9C; background-color: #eee; border-color: #e1e1e1; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #00375f; background-color: #e1e1e1; border-color: #c3c3c3; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #eee; border-color: #e1e1e1; }
.btn-info .badge { color: #eee; background-color: #005A9C; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #e0e0e0; background-color: #eea236; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #e0e0e0; background-color: #d43f3a; border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #005A9C; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #0086e9; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 19px; line-height: 1.3333333; border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 13px; line-height: 1.5; border-radius: 2px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; visibility: hidden; }
.collapse.in { display: block; visibility: visible; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
.btn-toolbar:after { clear: both; }
.btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.btn .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
.btn-group-vertical > .btn-group:after { clear: both; }
.btn-group-vertical > .btn-group > .btn { float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 3px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 3px; border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn { width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 15px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 3px; }
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 13px; border-radius: 2px; }
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 19px; border-radius: 5px; }
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.input-group-btn > .btn { position: relative; }
.input-group-btn > .btn + .btn { margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; }

.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; }
.nav > li.disabled > a { color: #777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #005A9C; }
.nav .nav-divider { height: 1px; margin: 10.5px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #777; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.55; border: 1px solid transparent; border-radius: 3px 3px 0 0; }
.nav-tabs > li > a:hover { border-color: #777 #777 #777; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; background-color: #fff; border: 1px solid #777; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 3px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #005A9C; background-color: #eee; }

.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 3px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #777; }
@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #777; border-radius: 3px 3px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; visibility: hidden; }
.tab-content > .active { display: block; visibility: visible; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.panel { margin-bottom: 23px; background-color: #fff; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body { padding: 5px; }
.panel-body:before, .panel-body:after { content: " "; display: table; }
.panel-body:after { clear: both; }

.panel-heading { padding: 5px; border-bottom: 1px solid transparent; border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 17px; color: inherit; }
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; }

.panel-footer { padding: 5px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }

.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; }
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 5px; padding-right: 5px; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 2px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }
.panel > .table-responsive { border: 0; margin-bottom: 0; }

.panel-group { margin-bottom: 23px; }
.panel-group .panel { margin-bottom: 0; border-radius: 3px; }
.panel-group .panel + .panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }

.panel-default { border-color: #ddd; }
.panel-default > .panel-heading { color: #3b3b3b; background-color: #f5f5f5; border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; }
.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #3b3b3b; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; }

.panel-primary { border-color: #005A9C; }
.panel-primary > .panel-heading { color: #fff; background-color: #005A9C; border-color: #005A9C; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #005A9C; }
.panel-primary > .panel-heading .badge { color: #005A9C; background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #005A9C; }

.panel-success { border-color: #d6e9c6; }
.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; }

.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; }

.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; }

.permalink { display: inline; position: relative; margin: 0 .5em 0 0; padding: 0 .5em 0 0; border-right: 1px solid #666; }
.permalink > a { white-space: nowrap; }
.permalink > a svg { vertical-align: middle; display: inline-block; }
.permalink .sharebox { display: none; text-align: left; position: absolute; z-index: 999; top: 120%; right: 0; background: #ddd; border: 1px solid #777; padding: .5em; min-width: 20em; max-width: 100%; box-shadow: 0 0 10px #222; }
.permalink .sharebox.open { display: block; }
.permalink .sharebox input { display: block; width: 100%; box-sizing: border-box; }
.permalink .sharebox label span { display: block; text-align: right; }
.permalink .sharebox button { position: absolute; bottom: 0; right: 0; }
.permalink .sharebox p { float: none; }
.permalink .sharebox p:first-child { margin-top: 0; }

#icon-share { fill: currentColor; }

@font-face { font-family: Noto Sans; src: url(https://www.w3.org/WAI/assets/fonts/notosans-regular.woff2) format("woff2"), url(https://www.w3.org/WAI/assets/fonts/notosans-regular.woff) format("woff"); font-weight: 400; font-style: normal; font-display: fallback; }
@font-face { font-family: Noto Sans; src: url(https://www.w3.org/WAI/assets/fonts/notosans-italic.woff2) format("woff2"), url(https://www.w3.org/WAI/assets/fonts/notosans-italic.woff) format("woff"); font-weight: 400; font-style: italic; font-display: fallback; }
@font-face { font-family: Noto Sans; src: url(https://www.w3.org/WAI/assets/fonts/notosans-bold.woff2) format("woff2"), url(https://www.w3.org/WAI/assets/fonts/notosans-bold.woff) format("woff"); font-weight: 600; font-style: normal; font-display: fallback; }
@font-face { font-family: Noto Sans; src: url(https://www.w3.org/WAI/assets/fonts/notosans-bolditalic.woff2) format("woff2"), url(https://www.w3.org/WAI/assets/fonts/notosans-bolditalic.woff) format("woff"); font-weight: 600; font-style: italic; font-display: fallback; }
[disabled] + span { color: #777; }

html { font-size: 16px; }

body { position: relative; padding-bottom: 2em; }

mark { background-color: #FF0; border: 1px solid #333; }

mark.current { background-color: #FF0; border: 1px dashed #333; }

.deem { font-weight: normal; color: #666; display: none; }

h1, h2, h3, h4 { font-family: "Noto Sans", sans-serif; font-feature-settings: "lnum", "tnum"; }
h1 strong:first-child, h2 strong:first-child, h3 strong:first-child, h4 strong:first-child { font-weight: inherit; }

h1 { line-height: 1; margin: 0; }

[role="heading"][aria-level="7"] { font-weight: bold; margin: .5em 0; }

header[role=banner] { overflow: hidden; font-size: 1.2857142857em; border-top: 5px solid #005A9C; }
header[role=banner] div { margin: 0 auto; }
@media screen and (min-width: 25em) { header[role=banner] div.w3c-wai-header { float: right; margin: 0 0 .5em .5em; }
  header[role=banner] div.w3c-wai-header a { display: inline-block; } }
header[role=banner] img { display: inline-block; vertical-align: middle; height: 44px; width: auto; }
@media screen and (min-width: 25em) { header[role=banner] img { height: auto; } }
header[role=banner] a { text-decoration: none; }
header[role=banner] a:hover, header[role=banner] a:focus { text-decoration: underline; }
@media screen and (min-width: 25em) { header[role=banner] a.wai img { max-width: none; } }

.page-title { font-family: "Noto Sans", sans-serif; margin-bottom: 1em; padding: .25em 0 0; }
.page-title h1 { clear: both; font-size: 1.4em; }
@media screen and (min-width: 43em) { .page-title h1 { clear: none; font-size: 1.75em; } }
.page-title .subheading { padding: .25em 0 0; display: block; font-family: "Noto Sans", sans-serif; font-size: 1em; margin: 0.25em; }
.page-title a { color: inherit; text-decoration: none; }
.page-title a:hover, .page-title a:focus { text-decoration: underline; }

.legacynote { text-align: center; margin: 1em 0; font-family: "Noto Sans", sans-serif; font-size: 0.6666666667em; border: 1px solid #555; outline: 4px solid #FFF176; padding: .5em; margin: 4px; }
@media screen and (min-width: 43em) { .legacynote { float: right; clear: right; max-width: 19em; } }
.legacynote p { margin: 0; }
.legacynote a { text-decoration: underline !important; }

.panel-status { margin-bottom: 0; }

.guideline { box-shadow: none; margin-bottom: 0; background-color: transparent !important; }

.guideline section:first-of-type .sc-wrapper:first-child { border-top: none; }

.panel-body-guideline { background-color: #005A9C; }

.btn-gltechniques { margin-bottom: 5px; border-color: #fff; }

.sc-wrapper { border-top: 1px solid #005A9C; border-left: 5px solid transparent; padding: 30px 5px 10px 0; clear: both; }
.sc-wrapper:focus-within { border-left-color: #005A9C; }
.sc-wrapper:focus { border-left-color: #005A9C; }
@media screen and (min-width: 43em) { .sc-wrapper { padding-left: 20px; padding-right: 20px; } }
.sc-wrapper .panel .panel:last-child { margin-bottom: 0; }
.sc-wrapper header { margin-bottom: 5px; }
@media screen and (min-width: 43em) { .sc-wrapper header { display: flex; } }
.sc-wrapper header h4 { clear: both; }
@media screen and (min-width: 43em) { .sc-wrapper header h4 { clear: none; } }
.sc-wrapper header h4, .sc-wrapper header .h4 { display: inline; margin: 0; }
@media screen and (min-width: 43em) { .sc-wrapper header h4, .sc-wrapper header .h4 { display: flex; align-items: center; } }
.sc-wrapper header strong, .sc-wrapper header [class^=level] { display: inline-block; padding-right: 5px; font-weight: normal; white-space: nowrap; }
@media screen and (min-width: 43em) { .sc-wrapper header strong { min-width: 3em; text-align: right; } }
.sc-wrapper header [class^=level] { font-family: "Noto Sans", sans-serif; margin-left: 5px; background-color: inherit; color: #555555; }
.sc-wrapper header [class^=level]::before { content: '— '; }
@media screen and (min-width: 43em) { .sc-wrapper header p { float: right; } }
.sc-wrapper footer { text-align: right; font-size: 0.8571428571em; }
.sc-wrapper footer > div > a, .sc-wrapper footer > a { color: #555555; text-transform: uppercase; font-weight: bold; }
.sc-wrapper .note { font-size: 0.8571428571em; }
.sc-wrapper:not(.current) { padding: 5px; border: none; }
.sc-wrapper:not(.current) div, .sc-wrapper:not(.current) footer { display: none; }
.sc-wrapper:not(.current) header { opacity: .5; margin-bottom: 0; }
.sc-wrapper:not(.current) header h4, .sc-wrapper:not(.current) header .h4 { font-size: 1em; margin: 0; }

@media screen and (min-width: 56em) { .sc-content { display: flex; justify-content: space-between; } }
@media screen and (min-width: 56em) { .sc-content .sc-text { flex: 1; } }
.sc-content .sc-text a { border: none; text-decoration: none; color: inherit; pointer-events: none; }
@media screen and (min-width: 56em) { .sc-content .understanding { padding-left: 15px; } }

@media screen and (min-width: 43em) { .sc-content, .techniques-button, .techniques-button + div { padding-left: 60px; } }

.panel-body-guideline .techniques-button, .panel-body-guideline .techniques-button + div { padding-left: 0; }
.panel-body-guideline .techniques-button .btn.disabled { opacity: 1; color: #777; }

@media screen and (min-width: 43em) { .techniques-button { display: flex; flex-wrap: wrap; } }
.techniques-button .btn { text-align: left; }
.techniques-button [data-expanded="false"] ~ label { display: none; }
.techniques-button [data-expanded] + label { clear: both; }

.tbox { margin-top: 1em; }

#devnotes a { border-bottom: 1px solid #666; }

.nav-pills > li > a { border: 1px solid #ddd; }

.navbar-scroll { height: auto; }
.hidden-sb .navbar-scroll { overflow: visible; height: auto; }
.navbar-scroll ul { margin: 0; padding: 0; list-style: none; }
.navbar-scroll ul ul { color: #fff; }
.navbar-scroll ul ul li { line-height: 2; }
.navbar-scroll ul ul ul { font-size: .9em; }

.nav-overview .principle { font-weight: bold; }
.nav-overview a { color: #fff; line-height: 1.5; display: table-row; }
.nav-overview a > span, .nav-overview a > strong { padding: 2px 4px; display: table-cell; }
.nav-overview a > strong { text-align: right; }
.nav-overview a:hover, .nav-overview a:focus { text-decoration: underline !important; background-color: transparent !important; }
.nav-overview .active { background-color: rgba(255, 255, 255, 0.7); border: 1px solid #005A9C; border-right: none; }
.nav-overview .active a { color: #005A9C; display: block; }
.nav-overview .active > a { font-weight: bold; }
.nav-overview .active:last-child { border-bottom: none; }
.nav-overview .active .active .active a { background-color: #005A9C; color: #fff; }
.nav-overview .active .active .active a:hover, .nav-overview .active .active .active a:focus { color: #005A9C; background-color: #fff; }
.nav-overview ul { padding-left: 1em; }
.nav-overview .nav-pills > li.active > a { background-color: #005A9C; }

.navbar-scroll .nav { margin-bottom: 1em; padding-left: 0; }

.panel-heading h3 { margin-top: 0; font-weight: normal; }
.panel-heading h5 { margin: 0; font-weight: bold; font-size: 1.25em; }
.panel-heading h6 { margin: 0; font-weight: normal; font-size: 1em; }
.panel-heading p { margin-bottom: 0; }

.panel-borderless { border: none; }

.label { display: inline-block; }

.sidebar-heading { color: #fff; }

.sidebar > div > nav { background-color: #fff; }

.overview header, .tags header { display: flex; justify-content: space-between; align-items: center; }
.overview header .text, .tags header .text { display: none; text-transform: uppercase; font-size: 0.7em; }
.hidden-sb .overview header .text, .hidden-sb .tags header .text { display: block; }
.hidden-sb .overview header button, .hidden-sb .tags header button { position: absolute; z-index: 9999; }

svg.icon { width: 1em; }

.checkbox { display: flex; justify-content: space-between; }

[hidden] { display: none; }

.mainrow > div { background-color: #eee; }
.mainrow > div aside { padding: 15px; }
.mainrow > div aside a { color: #005A9C; }

@media screen and (min-width: 43em) { .mainrow main, .mainrow .sidebar { transition: all .1s linear; }
  .mainrow main { padding: 0 0 0 15px; margin-left: 300px; }
  .mainrow.sidebar-hidden main { margin-left: 0; }
  .mainrow .sidebar { width: 300px; will-change: transform; position: sticky; display: block; top: 0; float: left; max-height: 100vh; }
  .mainrow .sidebar .tab-content { height: calc(100vh - 3em); overflow-y: scroll; } }
.sbbox { color: #333; background-color: #fff; padding: 5px; margin-bottom: 10px; }
.sbbox:last-child { margin-bottom: 0; }

.sbbox-heading { font-family: "Noto Sans", sans-serif; font-weight: bold; border-bottom: 1px solid #eee; display: flex; align-items: baseline; }
.sbbox-heading span { flex: 5; }
.sbbox-heading button { flex: 1 1 25%; float: right; padding: 3px; }
.sbbox-heading .btn[disabled] { opacity: .85 !important; text-decoration: line-through !important; }

.sbbox-body { margin: 10px 0 0; }
.sbbox-body :first-child { margin-top: 0; }
.sbbox-body :last-child { margin-bottom: 0; }

.navrow { will-change: transform; position: sticky; top: 0; z-index: 999; background-color: #eee; border-bottom: 1px solid #005A9C; box-shadow: 0 4px 4px -4px #555; }
@media screen and (min-width: 43em) { .navrow { display: flex; flex-direction: row; align-items: center; } }
@media screen and (min-width: 43em) { .navrow { margin-right: 15px; } }
.navrow > div { flex: 6; padding: 0; }

#hidesidebars { padding: 2px; display: none; }
@media screen and (min-width: 43em) { #hidesidebars { display: inline-block; } }

.buttons { margin: 0; padding: 0 0 0 15px; border-bottom-color: #555; display: flex; align-items: flex-end; }
.buttons li { margin-bottom: -2px; border-bottom: 1px solid #EEEEEE; margin-left: 4px; }
.buttons li:first-child { border-bottom: none; order: 2; text-align: right; flex: 1; }
.buttons li:first-child button { margin-bottom: 3px; }
.buttons li a { background-color: #fff; background: linear-gradient(#f3f3f3, #f3f3f3 3px, #fff 3px, #fff); color: #555; border: 1px solid #555; display: block; margin: 0; border-radius: 5px 5px 0 0; padding-bottom: 7px; padding-top: 7px; }
.buttons li.active a { color: #333; background-color: #ddd; background: linear-gradient(#005A9C, #005A9C 3px, #eee 3px, #eee); border-color: #333; border-bottom: none; }
.buttons li.active a:hover, .buttons li.active a:active, .buttons li.active a:focus { border-bottom: none; text-decoration: underline; }

#showsidebars { margin: 0 5px; }

.filter-status { z-index: 9999; display: flex; align-items: center; margin: 0; min-height: 2.5em; }
.filter-status .active #hiddennav { color: #333; text-decoration: underline; }

.loading { animation-name: backgroundanim; animation-duration: 1s; animation-iteration-count: 1; }

@keyframes backgroundanim { from { background-color: #FFF176; }
  to { background-color: #fff; } }
[aria-expanded=false] .word-show { display: inline; }
[aria-expanded=false] .word-hide { display: none; }

[aria-expanded=true] .word-show { display: none; }
[aria-expanded=true] .word-hide { display: inline; }

.btn-techniques { text-align: left; }

.container-fluid { padding: 0; }

.mainhead { padding: 0 15px 15px; }

div.understanding { margin-bottom: 5px; }

#backdrop { background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 5000; }

.nav-overview > .nav > li > a { padding: 0; }

.search form { position: relative; }
.search form > div { display: flex; flex-direction: column; margin: 0; }

#tags { display: flex; flex-wrap: wrap; transition: max-height 1s linear; position: relative; }
#tags.open { padding-bottom: 2em; }
#tags:not(.open) { overflow: hidden; max-height: 10em; }
#tags #showalltags { position: absolute; width: 100%; text-align: center; bottom: 0; right: 0px; left: 0px; padding: 5px; border: 0px none; text-transform: uppercase; font-size: .9em; color: #005A9C; background: linear-gradient(transparent, #fff 45%); z-index: 10; }
#tags .btn { flex-grow: 1; margin-bottom: 3px; margin-right: 3px; position: relative; }
#tags .btn:disabled { order: 2; align-self: flex-end; padding: 2px 7px 2px 2px; font-size: .65rem; line-height: 1.25; border-radius: 2px; text-decoration: line-through; }
#tags .btn:disabled.first { break-before: always; page-break-before: always; }
#tags .btn-primary { font-weight: bold; }
#tags .btn-primary:after { content: "✓"; display: block; position: absolute; top: 0px; right: 3px; height: 10px; width: 10px; font-size: 10px; }

button.panel-heading { display: block; width: 100%; border: none; text-align: left; }

.filter-status-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 5px; }
@media screen and (min-width: 43em) { .filter-status-row { flex-wrap: nowrap; } }
.filter-status-row.active { background-color: #FFF176; }
.filter-status-row .text { flex: 1 0 100%; }
@media screen and (min-width: 43em) { .filter-status-row .text { flex: 1; } }
.filter-status-row .clear { padding-right: 5px; }
.filter-status-row .permalink { margin: 0 !important; padding: 0; border: none; }

.panel.principle { margin-top: 1em; }
.panel.principle h2, .panel.principle .panel-body-principle p { margin: 0; font-weight: bold; }

.has-js #pageinfo { display: none; clear: both; font-size: 0.7777777778em; }
.has-js #pageinfo[data-expanded=true], .has-js #pageinfo[aria-expanded=true] { display: block; }
@media screen and (min-width: 43em) { .has-js #pageinfo[data-expanded=true], .has-js #pageinfo[aria-expanded=true] { display: flex; flex-wrap: wrap; align-content: stretch; align-items: space-beteen; } }

#pageinfo a, p > a, #contribute a { text-decoration: underline; }

.pibox { color: #333; background-color: #f2f2f2; padding: 5px; margin-bottom: 10px; }
@media screen and (min-width: 43em) { .pibox { flex-basis: 40%; margin-right: 1%; flex-grow: 1; flex-shrink: 1; } }
.pibox:nth-child(even), .pibox:last-child { margin-right: 0; }
.pibox:last-child { flex-basis: 20%; }

.pibox-heading { font-family: "Noto Sans", sans-serif; font-weight: bold; border-bottom: 1px solid #ccc; }

.pibox-body { margin: 10px 0 0; }
.pibox-body :first-child { margin-top: 0; }
.pibox-body :last-child { margin-bottom: 0; }

[class^="i-"] { width: 1em; height: 1em; fill: currentColor; vertical-align: middle; margin-top: -.25em; }

.i-smaller { width: .8em; height: .8em; vertical-align: baseline; }

.i-subtle { fill: #767676; }

.infobox { border: 1px solid #fff; background-color: #f3f3f3; padding: 5px 5px 5px 2em; margin-bottom: 1em; position: relative; font-size: .85em; }
.infobox svg { position: absolute; margin-left: -1.5em; margin-top: 3px; }

.hiddensc-inner { columns: 250px; }

.maininner { padding: 0 5px; overflow: hidden; }
@media screen and (min-width: 43em) { .maininner { padding: 0 15px 0 0; } }

#tt { align-items: flex-end; }

.btn-group-xsm > .btn, .btn-xsm { padding: 3px 5px; font-size: .75rem; line-height: 1.3; border-radius: 2px; }

#accordion .panel { margin-top: 0; }
#accordion .panel:first-child { border-radius: 2px 2px 0 0; }
#accordion .panel:last-child { border-radius: 0 0 2px 2px; }
#accordion .panel-heading { border-radius: 0; }
#accordion .panel-title { font-size: .875rem; font-family: "Noto Sans", sans-serif; display: flex; align-items: baseline; justify-content: space-between; }
#accordion .panel-title a.disabled { cursor: not-allowed; }
#accordion .panel-title button { padding: 3px; margin-bottom: 0; flex-grow: 0; }
#accordion .panel-title .btn[disabled] { display: none; }

ul.notes { font-size: .9em; }
ul.notes li { list-style: none; }

#expandcollapsalltechniqueswrapper { text-align: right; }

#expandcollapsalltechniques .i-minus { display: none; }
#expandcollapsalltechniques .i-plus { display: inline-block; }
#expandcollapsalltechniques[data-expanded=true] .i-minus { display: inline-block; }
#expandcollapsalltechniques[data-expanded=true] .i-plus { display: none; }
.maininner #expandcollapsalltechniques { margin: 10px 5px 0 0; }
.navrow #expandcollapsalltechniques { margin: 0 5px; }

.newin21, .newin22 { color: #656565; font-size: 1rem; margin-left: .4rem; }

.footer-nav ul { margin: 0; padding: 0; }
.footer-nav li { list-style: none; display: inline; }
.footer-nav li:before { content: "["; }
.footer-nav li:after { content: "] "; }

@media print { .sidebar, .hiddennav, .filter-status-row div:not(.text), .sc-text button, .sc-wrapper footer, .clearall, .fixedsticky { position: static !important; }
  .techniques-button { display: block !important; }
  .collapse { clear: both !important; }
  .btn-group-vertical > .btn, .btn-group > .btn { float: none; }
  .sc-wrapper header ~ div { margin-left: 63px; }
  hr ~ * { display: block !important; }
  .hiddensc-inner ul { columns: 200px; } }
