  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* autoprefixer: off */
/**
 * Grid containing element
 */
.gel-wrap {
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 25em) {
  .gel-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 80em) {
  .gel-wrap {
    max-width: 1280px;
  }
}

/**
 * A grid row
 */
.gel-layout {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 37.5em) {
  .gel-layout {
    margin-left: -16px;
  }
}

/**
 * A single grid item
 */
.gel-layout__item {
  width: 100%;
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 37.5em) {
  .gel-layout__item {
    padding-left: 16px;
  }
}

/**
 * Layouts with no gutters.
 */
.gel-layout--flush {
  margin-left: 0;
}

.gel-layout--flush > .gel-layout__item {
  padding-left: 0;
}

/**
 * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
 * markup will display in order 4, 3, 2, 1 on your page
 */
.gel-layout--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.no-flexbox .gel-layout--rev {
  direction: rtl;
  text-align: left;
}

.no-flexbox .gel-layout--rev > .gel-layout__item {
  direction: ltr;
  text-align: left;
}

/**
 * Align layout items to the vertical centers of each other
 */
.gel-layout--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.gel-layout--middle > .gel-layout__item {
  vertical-align: middle;
}

/**
 * Align layout items to the vertical bottoms of each other
 */
.gel-layout--bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.gel-layout--bottom > .gel-layout__item {
  vertical-align: bottom;
}

/**
 * Make the layout items fill up from the right hand side
 */
.gel-layout--right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gel-layout--right > .gel-layout__item {
  text-align: left;
}

/**
 * Make the layout items fill up from the center outward
 */
.gel-layout--center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gel-layout--center > .gel-layout__item {
  text-align: left;
}

/**
 * Cause layout items to take up a non-explicit amount of width
 */
.gel-layout--auto > .gel-layout__item {
  width: auto;
}

/**
 * Disable the flexbox grid
 *
 * 1. Prevents floated layout items from shrinking the layout
 */
.gel-layout--no-flex {
  min-width: 100%;
}

.gel-layout--no-flex,
.gel-layout--no-flex > .gel-layout__item {
  display: block;
  display: inline-block;
}

/**
 * Force items to be of equal height
 */
.gel-layout--equal > .gel-layout__item {
  display: -webkit-flex;
  display: flex;
}

/**
 * Allow items to devide the space equally between the number of items
 */
.gel-layout--fit > .gel-layout__item {
  width: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/**
 * Align a single grid item to the top
 */
.gel-layout__item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/**
 * Align a single grid item to the center
 */
.gel-layout__item--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/**
 * Align a single grid item to the bottom
 */
.gel-layout__item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.gel-1\/1 {
  width: 100% !important;
}

.gel-1\/2 {
  width: 50% !important;
}

.gel-1\/3 {
  width: 33.33333% !important;
}

.gel-2\/3 {
  width: 66.66667% !important;
}

.gel-1\/4 {
  width: 25% !important;
}

.gel-3\/4 {
  width: 75% !important;
}

.gel-1\/5 {
  width: 20% !important;
}

.gel-2\/5 {
  width: 40% !important;
}

.gel-3\/5 {
  width: 60% !important;
}

.gel-4\/5 {
  width: 80% !important;
}

.gel-1\/8 {
  width: 12.5% !important;
}

.gel-3\/8 {
  width: 37.5% !important;
}

.gel-5\/8 {
  width: 62.5% !important;
}

.gel-7\/8 {
  width: 87.5% !important;
}

.gel-1\/10 {
  width: 10% !important;
}

.gel-3\/10 {
  width: 30% !important;
}

.gel-7\/10 {
  width: 70% !important;
}

.gel-9\/10 {
  width: 90% !important;
}

.gel-1\/12 {
  width: 8.33333% !important;
}

.gel-2\/12 {
  width: 16.66667% !important;
}

.gel-5\/12 {
  width: 41.66667% !important;
}

.gel-7\/12 {
  width: 58.33333% !important;
}

.gel-10\/12 {
  width: 83.33333% !important;
}

.gel-11\/12 {
  width: 91.66667% !important;
}

.gel-1\/24 {
  width: 4.16667% !important;
}

.gel-5\/24 {
  width: 20.83333% !important;
}

.gel-7\/24 {
  width: 29.16667% !important;
}

.gel-11\/24 {
  width: 45.83333% !important;
}

.gel-13\/24 {
  width: 54.16667% !important;
}

.gel-17\/24 {
  width: 70.83333% !important;
}

.gel-19\/24 {
  width: 79.16667% !important;
}

.gel-23\/24 {
  width: 95.83333% !important;
}

@media (min-width: 25em) {
  .gel-1\/1\@s {
    width: 100% !important;
  }

  .gel-1\/2\@s {
    width: 50% !important;
  }

  .gel-1\/3\@s {
    width: 33.33333% !important;
  }

  .gel-2\/3\@s {
    width: 66.66667% !important;
  }

  .gel-1\/4\@s {
    width: 25% !important;
  }

  .gel-3\/4\@s {
    width: 75% !important;
  }

  .gel-1\/5\@s {
    width: 20% !important;
  }

  .gel-2\/5\@s {
    width: 40% !important;
  }

  .gel-3\/5\@s {
    width: 60% !important;
  }

  .gel-4\/5\@s {
    width: 80% !important;
  }

  .gel-1\/8\@s {
    width: 12.5% !important;
  }

  .gel-3\/8\@s {
    width: 37.5% !important;
  }

  .gel-5\/8\@s {
    width: 62.5% !important;
  }

  .gel-7\/8\@s {
    width: 87.5% !important;
  }

  .gel-1\/10\@s {
    width: 10% !important;
  }

  .gel-3\/10\@s {
    width: 30% !important;
  }

  .gel-7\/10\@s {
    width: 70% !important;
  }

  .gel-9\/10\@s {
    width: 90% !important;
  }

  .gel-1\/12\@s {
    width: 8.33333% !important;
  }

  .gel-2\/12\@s {
    width: 16.66667% !important;
  }

  .gel-5\/12\@s {
    width: 41.66667% !important;
  }

  .gel-7\/12\@s {
    width: 58.33333% !important;
  }

  .gel-10\/12\@s {
    width: 83.33333% !important;
  }

  .gel-11\/12\@s {
    width: 91.66667% !important;
  }

  .gel-1\/24\@s {
    width: 4.16667% !important;
  }

  .gel-5\/24\@s {
    width: 20.83333% !important;
  }

  .gel-7\/24\@s {
    width: 29.16667% !important;
  }

  .gel-11\/24\@s {
    width: 45.83333% !important;
  }

  .gel-13\/24\@s {
    width: 54.16667% !important;
  }

  .gel-17\/24\@s {
    width: 70.83333% !important;
  }

  .gel-19\/24\@s {
    width: 79.16667% !important;
  }

  .gel-23\/24\@s {
    width: 95.83333% !important;
  }
}
@media (min-width: 37.5em) {
  .gel-1\/1\@m {
    width: 100% !important;
  }

  .gel-1\/2\@m {
    width: 50% !important;
  }

  .gel-1\/3\@m {
    width: 33.33333% !important;
  }

  .gel-2\/3\@m {
    width: 66.66667% !important;
  }

  .gel-1\/4\@m {
    width: 25% !important;
  }

  .gel-3\/4\@m {
    width: 75% !important;
  }

  .gel-1\/5\@m {
    width: 20% !important;
  }

  .gel-2\/5\@m {
    width: 40% !important;
  }

  .gel-3\/5\@m {
    width: 60% !important;
  }

  .gel-4\/5\@m {
    width: 80% !important;
  }

  .gel-1\/8\@m {
    width: 12.5% !important;
  }

  .gel-3\/8\@m {
    width: 37.5% !important;
  }

  .gel-5\/8\@m {
    width: 62.5% !important;
  }

  .gel-7\/8\@m {
    width: 87.5% !important;
  }

  .gel-1\/10\@m {
    width: 10% !important;
  }

  .gel-3\/10\@m {
    width: 30% !important;
  }

  .gel-7\/10\@m {
    width: 70% !important;
  }

  .gel-9\/10\@m {
    width: 90% !important;
  }

  .gel-1\/12\@m {
    width: 8.33333% !important;
  }

  .gel-2\/12\@m {
    width: 16.66667% !important;
  }

  .gel-5\/12\@m {
    width: 41.66667% !important;
  }

  .gel-7\/12\@m {
    width: 58.33333% !important;
  }

  .gel-10\/12\@m {
    width: 83.33333% !important;
  }

  .gel-11\/12\@m {
    width: 91.66667% !important;
  }

  .gel-1\/24\@m {
    width: 4.16667% !important;
  }

  .gel-5\/24\@m {
    width: 20.83333% !important;
  }

  .gel-7\/24\@m {
    width: 29.16667% !important;
  }

  .gel-11\/24\@m {
    width: 45.83333% !important;
  }

  .gel-13\/24\@m {
    width: 54.16667% !important;
  }

  .gel-17\/24\@m {
    width: 70.83333% !important;
  }

  .gel-19\/24\@m {
    width: 79.16667% !important;
  }

  .gel-23\/24\@m {
    width: 95.83333% !important;
  }
}
@media (min-width: 56.25em) {
  .gel-1\/1\@l {
    width: 100% !important;
  }

  .gel-1\/2\@l {
    width: 50% !important;
  }

  .gel-1\/3\@l {
    width: 33.33333% !important;
  }

  .gel-2\/3\@l {
    width: 66.66667% !important;
  }

  .gel-1\/4\@l {
    width: 25% !important;
  }

  .gel-3\/4\@l {
    width: 75% !important;
  }

  .gel-1\/5\@l {
    width: 20% !important;
  }

  .gel-2\/5\@l {
    width: 40% !important;
  }

  .gel-3\/5\@l {
    width: 60% !important;
  }

  .gel-4\/5\@l {
    width: 80% !important;
  }

  .gel-1\/8\@l {
    width: 12.5% !important;
  }

  .gel-3\/8\@l {
    width: 37.5% !important;
  }

  .gel-5\/8\@l {
    width: 62.5% !important;
  }

  .gel-7\/8\@l {
    width: 87.5% !important;
  }

  .gel-1\/10\@l {
    width: 10% !important;
  }

  .gel-3\/10\@l {
    width: 30% !important;
  }

  .gel-7\/10\@l {
    width: 70% !important;
  }

  .gel-9\/10\@l {
    width: 90% !important;
  }

  .gel-1\/12\@l {
    width: 8.33333% !important;
  }

  .gel-2\/12\@l {
    width: 16.66667% !important;
  }

  .gel-5\/12\@l {
    width: 41.66667% !important;
  }

  .gel-7\/12\@l {
    width: 58.33333% !important;
  }

  .gel-10\/12\@l {
    width: 83.33333% !important;
  }

  .gel-11\/12\@l {
    width: 91.66667% !important;
  }

  .gel-1\/24\@l {
    width: 4.16667% !important;
  }

  .gel-5\/24\@l {
    width: 20.83333% !important;
  }

  .gel-7\/24\@l {
    width: 29.16667% !important;
  }

  .gel-11\/24\@l {
    width: 45.83333% !important;
  }

  .gel-13\/24\@l {
    width: 54.16667% !important;
  }

  .gel-17\/24\@l {
    width: 70.83333% !important;
  }

  .gel-19\/24\@l {
    width: 79.16667% !important;
  }

  .gel-23\/24\@l {
    width: 95.83333% !important;
  }
}
@media (min-width: 63em) {
  .gel-1\/1\@xl {
    width: 100% !important;
  }

  .gel-1\/2\@xl {
    width: 50% !important;
  }

  .gel-1\/3\@xl {
    width: 33.33333% !important;
  }

  .gel-2\/3\@xl {
    width: 66.66667% !important;
  }

  .gel-1\/4\@xl {
    width: 25% !important;
  }

  .gel-3\/4\@xl {
    width: 75% !important;
  }

  .gel-1\/5\@xl {
    width: 20% !important;
  }

  .gel-2\/5\@xl {
    width: 40% !important;
  }

  .gel-3\/5\@xl {
    width: 60% !important;
  }

  .gel-4\/5\@xl {
    width: 80% !important;
  }

  .gel-1\/8\@xl {
    width: 12.5% !important;
  }

  .gel-3\/8\@xl {
    width: 37.5% !important;
  }

  .gel-5\/8\@xl {
    width: 62.5% !important;
  }

  .gel-7\/8\@xl {
    width: 87.5% !important;
  }

  .gel-1\/10\@xl {
    width: 10% !important;
  }

  .gel-3\/10\@xl {
    width: 30% !important;
  }

  .gel-7\/10\@xl {
    width: 70% !important;
  }

  .gel-9\/10\@xl {
    width: 90% !important;
  }

  .gel-1\/12\@xl {
    width: 8.33333% !important;
  }

  .gel-2\/12\@xl {
    width: 16.66667% !important;
  }

  .gel-5\/12\@xl {
    width: 41.66667% !important;
  }

  .gel-7\/12\@xl {
    width: 58.33333% !important;
  }

  .gel-10\/12\@xl {
    width: 83.33333% !important;
  }

  .gel-11\/12\@xl {
    width: 91.66667% !important;
  }

  .gel-1\/24\@xl {
    width: 4.16667% !important;
  }

  .gel-5\/24\@xl {
    width: 20.83333% !important;
  }

  .gel-7\/24\@xl {
    width: 29.16667% !important;
  }

  .gel-11\/24\@xl {
    width: 45.83333% !important;
  }

  .gel-13\/24\@xl {
    width: 54.16667% !important;
  }

  .gel-17\/24\@xl {
    width: 70.83333% !important;
  }

  .gel-19\/24\@xl {
    width: 79.16667% !important;
  }

  .gel-23\/24\@xl {
    width: 95.83333% !important;
  }
}
@media (min-width: 80em) {
  .gel-1\/1\@xxl {
    width: 100% !important;
  }

  .gel-1\/2\@xxl {
    width: 50% !important;
  }

  .gel-1\/3\@xxl {
    width: 33.33333% !important;
  }

  .gel-2\/3\@xxl {
    width: 66.66667% !important;
  }

  .gel-1\/4\@xxl {
    width: 25% !important;
  }

  .gel-3\/4\@xxl {
    width: 75% !important;
  }

  .gel-1\/5\@xxl {
    width: 20% !important;
  }

  .gel-2\/5\@xxl {
    width: 40% !important;
  }

  .gel-3\/5\@xxl {
    width: 60% !important;
  }

  .gel-4\/5\@xxl {
    width: 80% !important;
  }

  .gel-1\/8\@xxl {
    width: 12.5% !important;
  }

  .gel-3\/8\@xxl {
    width: 37.5% !important;
  }

  .gel-5\/8\@xxl {
    width: 62.5% !important;
  }

  .gel-7\/8\@xxl {
    width: 87.5% !important;
  }

  .gel-1\/10\@xxl {
    width: 10% !important;
  }

  .gel-3\/10\@xxl {
    width: 30% !important;
  }

  .gel-7\/10\@xxl {
    width: 70% !important;
  }

  .gel-9\/10\@xxl {
    width: 90% !important;
  }

  .gel-1\/12\@xxl {
    width: 8.33333% !important;
  }

  .gel-2\/12\@xxl {
    width: 16.66667% !important;
  }

  .gel-5\/12\@xxl {
    width: 41.66667% !important;
  }

  .gel-7\/12\@xxl {
    width: 58.33333% !important;
  }

  .gel-10\/12\@xxl {
    width: 83.33333% !important;
  }

  .gel-11\/12\@xxl {
    width: 91.66667% !important;
  }

  .gel-1\/24\@xxl {
    width: 4.16667% !important;
  }

  .gel-5\/24\@xxl {
    width: 20.83333% !important;
  }

  .gel-7\/24\@xxl {
    width: 29.16667% !important;
  }

  .gel-11\/24\@xxl {
    width: 45.83333% !important;
  }

  .gel-13\/24\@xxl {
    width: 54.16667% !important;
  }

  .gel-17\/24\@xxl {
    width: 70.83333% !important;
  }

  .gel-19\/24\@xxl {
    width: 79.16667% !important;
  }

  .gel-23\/24\@xxl {
    width: 95.83333% !important;
  }
}
#page-content #toc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px;
  padding-left: 0px;
}
@media (min-width: 20em) {
  #page-content #toc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (min-width: 37.5em) {
  #page-content #toc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .no-touch #page-content #toc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (min-width: 25em) {
  #page-content #toc {
    padding: 16px;
    padding-left: 0px;
  }
}
#page-content #toc * ul {
  list-style-type: none;
  padding-left: 0.4rem;
  margin: 0;
}
#page-content ul.toc-h2 {
  padding-left: 0rem;
}
#page-content #toc li.toc-big-heading {
  font-weight: bold;
}
#page-content a.toc-big-heading {
  font-weight: 700;
}
#page-content .toc-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-content .expand-button {
  width: calc(1.5em + 16px);
  height: calc(1.5em + 16px);
  position: absolute;
  right: 0;
  padding: 0.25rem;
  border: none;
  background-color: transparent;
}
#page-content .expand-button:hover, #page-content .expand-button:focus-visible {
  background-color: #eeeeee;
  cursor: pointer;
}
#page-content .expand-button:hover::after, #page-content .expand-button:focus-visible::after {
  content: "";
  position: absolute;
  background: #404040;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: calc(50% - 2px);
  bottom: 4px;
}
#page-content .expand-button:hover > img, #page-content .expand-button:focus-visible > img {
  transform: scale(1.25);
}
#page-content .expand-button img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.no-touch #page-content .expand-button img {
  width: 16px;
  height: 16px;
}
#page-content .invisible {
  visibility: hidden;
}
#page-content .hidden {
  display: none;
}
#page-content #back-to-top abbr {
  border: none;
  text-decoration: none;
}
@media not print {
  #page-content #back-to-top a {
    color: #888888;
    font-weight: 100;
    font-size: 0.8em;
    padding: 0.5rem;
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 28px;
    box-shadow: 0 0 4px;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: bottom 0.5s;
    background: #f6f6f6;
    border-radius: 0.25rem;
  }
  #page-content #back-to-top a.off-screen {
    bottom: -44px;
  }
}
@media print {
  #page-content #back-to-top {
    display: none;
  }
}
@media screen and (min-width: 56.25em) {
  #page-content #back-to-top {
    display: none;
  }
  #page-content nav#toc,
#page-content #toc {
    position: sticky;
    height: calc(100vh - 32px);
    width: 100%;
    top: 16px;
    bottom: 16px;
    overflow: auto;
    background: inherit;
  }
}

#page-content table,
#page-content th,
#page-content td {
  border: 2px Solid #e4e4e4;
  padding: 2px;
}
#page-content table thead tr th {
  border-bottom-color: #f6f6f6;
  border-bottom-width: 3px;
}
#page-content table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}
@media (min-width: 37.5em) {
  #page-content table {
    line-height: 20px;
    line-height: 1.25rem;
  }
  .no-touch #page-content table {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
#page-content table P {
  width: auto;
}
.no-touch #page-content table p.dev {
  min-width: auto;
}
#page-content table p:first-of-type {
  margin-top: 0;
}
#page-content table p:last-of-type {
  margin-bottom: 0;
}
#page-content table * table * tr,
#page-content table * table {
  border-right-style: none;
  border-left-style: none;
}
#page-content table thead tr,
#page-content table tbody tr th {
  background-color: #e4e4e4;
  text-align: left;
}
#page-content table * table * td:first-child {
  border-left-style: none;
}
#page-content table * table * td:last-child {
  border-right-style: none;
}
#page-content table * table {
  border-top-style: none;
  border-bottom-style: none;
}
#page-content table * table * tr:first-child,
#page-content table * table * tr:first-child td {
  border-top-style: none;
}
#page-content table * table * tr:last-child,
#page-content table * table * tr:last-child td {
  border-bottom-style: none;
}
#page-content table * table {
  margin: -2px;
}
#page-content table img {
  width: 100%;
}

.flag-broadcast {
  background-color: #105761;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  padding: 1px 2px;
  border-radius: 2px;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .flag-broadcast {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .no-touch .flag-broadcast {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.flag-online {
  background-color: #252525;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  color: #f54997;
  font-weight: 900;
  padding: 1px 2px;
  border-radius: 2px;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .flag-online {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .no-touch .flag-online {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.flag-experimental {
  background-color: red;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  padding: 1px 2px;
  border-radius: 2px;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .flag-experimental {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .no-touch .flag-experimental {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.flag-EBU-TT-10 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  color: black;
  font-weight: 900;
  padding: 0px 1px;
  border: 1px solid gold;
  border-radius: 2px;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .flag-EBU-TT-10 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .no-touch .flag-EBU-TT-10 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.flag-EBU-TT-D {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-transform: uppercase;
  color: black;
  font-weight: 900;
  padding: 0px 1px;
  border: 1px solid brown;
  border-radius: 2px;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .flag-EBU-TT-D {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .no-touch .flag-EBU-TT-D {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.flag-³ÉÈË¿ìÊÖ-Req {
  font-size: 2.5rem;
  line-height: 0.75rem;
  color: black;
  padding: 0;
}

#page-content h1,
#page-content h2,
#page-content h3,
#page-content h4,
#page-content h5,
#page-content .toc-h1,
#page-content .toc-h2,
#page-content .toc-h3,
#page-content .toc-h4 {
  font-family: ReithSerif, serif;
}
#page-content h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 20em) {
  #page-content h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media (min-width: 37.5em) {
  #page-content h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
  .no-touch #page-content h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
#page-content h2, #page-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 20em) {
  #page-content h2, #page-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (min-width: 37.5em) {
  #page-content h2, #page-content h3 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .no-touch #page-content h2, .no-touch #page-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
#page-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 37.5em) {
  #page-content h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .no-touch #page-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
#page-content h5, #page-content h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (min-width: 37.5em) {
  #page-content h5, #page-content h6 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .no-touch #page-content h5, .no-touch #page-content h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 0em) and (max-width: 20em) {
  #page-content .header-wrapper-h1 {
    margin-top: 2.578125rem;
    margin-bottom: 1.2890625rem;
  }
  #page-content h1 {
    margin: 0;
    line-height: 3.8671875rem;
  }
  #page-content .header-wrapper-h2 {
    margin-top: 1.2890625rem;
    padding-top: 2.578125rem;
    margin-bottom: 1.2890625rem;
    border-top: 1px solid black;
  }
  #page-content h2 {
    margin: 0;
    line-height: 2.578125rem;
  }
  #page-content .header-wrapper-h3 {
    margin-top: 1.2890625rem;
    padding-top: 1.93359375rem;
    margin-bottom: 1.2890625rem;
    border-top: 1px dotted black;
  }
  #page-content h3 {
    margin: 0;
    line-height: 1.93359375rem;
  }
  #page-content .header-wrapper-h4, #page-content .header-wrapper-h5 {
    margin-top: 1.93359375rem;
    margin-bottom: 1.2890625rem;
  }
  #page-content h4, #page-content h5 {
    margin: 0;
    line-height: 1.93359375rem;
  }
  #page-content p, #page-content figure {
    line-height: 1.2890625rem;
    margin-top: 1.2890625rem;
    margin-bottom: 1.2890625rem;
  }
  #page-content p.mini-heading {
    margin-top: 2.578125rem;
  }
  #page-content #toc {
    line-height: 1.2890625rem;
  }
  #page-content #toc li.toc-big-heading {
    margin-top: 0.64453125rem;
    margin-bottom: 0.64453125rem;
  }
  #page-content .dev,
#page-content ul.requirements-list > li,
#page-content ol,
#page-content ul,
#page-content pre[class*=language-] {
    margin-top: 1.2890625rem;
    margin-bottom: 1.2890625rem;
  }
}
@media (min-width: 20em) and (max-width: 37.5em) {
  #page-content .header-wrapper-h1 {
    margin-top: 2.75rem;
    margin-bottom: 1.375rem;
  }
  #page-content h1 {
    margin: 0;
    line-height: 4.125rem;
  }
  #page-content .header-wrapper-h2 {
    margin-top: 1.375rem;
    padding-top: 2.75rem;
    margin-bottom: 1.375rem;
    border-top: 1px solid black;
  }
  #page-content h2 {
    margin: 0;
    line-height: 2.75rem;
  }
  #page-content .header-wrapper-h3 {
    margin-top: 1.375rem;
    padding-top: 2.0625rem;
    margin-bottom: 1.375rem;
    border-top: 1px dotted black;
  }
  #page-content h3 {
    margin: 0;
    line-height: 2.0625rem;
  }
  #page-content .header-wrapper-h4, #page-content .header-wrapper-h5 {
    margin-top: 2.0625rem;
    margin-bottom: 1.375rem;
  }
  #page-content h4, #page-content h5 {
    margin: 0;
    line-height: 2.0625rem;
  }
  #page-content p, #page-content figure {
    line-height: 1.375rem;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  #page-content p.mini-heading {
    margin-top: 2.75rem;
  }
  #page-content #toc {
    line-height: 1.375rem;
  }
  #page-content #toc li.toc-big-heading {
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
  }
  #page-content .dev,
#page-content ul.requirements-list > li,
#page-content ol,
#page-content ul,
#page-content pre[class*=language-] {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 37.5em) {
  #page-content .header-wrapper-h1 {
    margin-top: 3.09375rem;
    margin-bottom: 1.546875rem;
  }
  #page-content h1 {
    margin: 0;
    line-height: 4.640625rem;
  }
  #page-content .header-wrapper-h2 {
    margin-top: 1.546875rem;
    padding-top: 3.09375rem;
    margin-bottom: 1.546875rem;
    border-top: 1px solid black;
  }
  #page-content h2 {
    margin: 0;
    line-height: 3.09375rem;
  }
  #page-content .header-wrapper-h3 {
    margin-top: 1.546875rem;
    padding-top: 2.3203125rem;
    margin-bottom: 1.546875rem;
    border-top: 1px dotted black;
  }
  #page-content h3 {
    margin: 0;
    line-height: 2.3203125rem;
  }
  #page-content .header-wrapper-h4, #page-content .header-wrapper-h5 {
    margin-top: 2.3203125rem;
    margin-bottom: 1.546875rem;
  }
  #page-content h4, #page-content h5 {
    margin: 0;
    line-height: 2.3203125rem;
  }
  #page-content p, #page-content figure {
    line-height: 1.546875rem;
    margin-top: 1.546875rem;
    margin-bottom: 1.546875rem;
  }
  #page-content p.mini-heading {
    margin-top: 3.09375rem;
  }
  #page-content #toc {
    line-height: 1.546875rem;
  }
  #page-content #toc li.toc-big-heading {
    margin-top: 0.7734375rem;
    margin-bottom: 0.7734375rem;
  }
  #page-content .dev,
#page-content ul.requirements-list > li,
#page-content ol,
#page-content ul,
#page-content pre[class*=language-] {
    margin-top: 1.546875rem;
    margin-bottom: 1.546875rem;
  }
}

.gel-local-navigation {
  box-sizing: border-box;
  color: #404040;
}

@media (min-width: 1280px) {
  .gel-local-navigation--contents {
    padding-bottom: 16px;
  }
}
.gel-local-navigation--topic {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1280px) {
  .gel-local-navigation--topic {
    padding-top: 24px;
  }
}
.gel-local-navigation--topic .gel-local-navigation__list {
  margin: 0 0 8px;
}

.gel-local-navigation__hook {
  padding: 16px 0;
}

.gel-local-navigation__heading {
  color: #404040;
  margin: 0;
  padding: 0;
  position: relative;
}

.gel-local-navigation__heading:hover {
  background: #eee;
  color: #1c7bbd;
}

.gel-local-navigation__heading:hover .gel-local-navigation__button {
  background: #eee;
}

.gel-local-navigation__heading:hover .gel-local-navigation__heading-icon {
  fill: #1c7bbd;
}

.gel-local-navigation__button {
  align-items: center;
  background-color: #fff;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: inherit;
  font-weight: 400;
  justify-content: space-between;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  padding: 8px 32px 8px 19px;
  text-align: left;
  width: 100%;
}

@media (min-width: 20em) {
  .gel-local-navigation__button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (min-width: 37.5em) {
  .gel-local-navigation__button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touch .gel-local-navigation__button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.gel-local-navigation__button[aria-expanded=true] {
  fill: #1c7bbd;
  color: #1c7bbd;
}

.gel-local-navigation__hidden-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.gel-local-navigation__heading-icon {
  fill: #404040;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
}

.gel-local-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
}

.gel-local-navigation__item {
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 1.5em !important;
  margin: 0;
  min-height: 44px;
  padding: 8px 0 8px 19px;
  position: relative;
}

@media (min-width: 20em) {
  .gel-local-navigation__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (min-width: 37.5em) {
  .gel-local-navigation__item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }

  .no-touch .gel-local-navigation__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.no-touch .gel-local-navigation__item {
  min-height: 40px;
}

.gel-local-navigation__item-icon {
  fill: #404040;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 8px;
  position: relative;
  width: 16px;
}

.gel-local-navigation__item-icon:hover {
  fill: #1c7bbd;
}

.gel-local-navigation__item-link {
  box-sizing: border-box;
  color: #404040;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  transition: 0.1s;
  vertical-align: middle;
  max-width: calc(100% - (1.5em + 16px));
}

.gel-local-navigation__item-link:before {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: calc(1.5em + 16px);
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.gel-local-navigation__item-link:after {
  border-left: 2px solid #eee;
  bottom: 0;
  content: "";
  left: 1px;
  position: absolute;
  top: 0;
}

.gel-local-navigation__item-link:focus,
.gel-local-navigation__item-link:hover {
  color: #121212;
  text-decoration: underline;
}

.gel-local-navigation__item-link:focus:after,
.gel-local-navigation__item-link:hover:after {
  background: #eee;
  right: calc(1.5em + 16px);
  z-index: -1;
}

.gel-local-navigation__item-link--active {
  color: #1c7bbd;
  text-decoration-color: #1c7bbd;
}

.gel-local-navigation__item-link--active:before {
  border-left: 4px solid #1c7bbd;
  left: 0;
}

.gel-local-navigation__item-link--active:focus,
.gel-local-navigation__item-link--active:hover {
  color: #1c7bbd;
  text-decoration-color: #1c7bbd;
}

/**
 * Prevent iOS text size adjust after orientation change, without disabling
 * user zoom.
 * Set default box sizing to be border-box
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f6f6f6;
}

#page-content {
  box-sizing: border-box;
}
#page-content *, #page-content *:before, #page-content *:after {
  box-sizing: inherit;
}
@media (min-width: 56.25em) {
  #page-content header, #page-content main {
    padding-left: 16px;
  }
}

#title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 20em) {
  #title {
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (min-width: 37.5em) {
  .no-touch #title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

main {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 20em) {
  main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (min-width: 37.5em) {
  main {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .no-touch main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
main .dev {
  padding: 0 0.5rem;
  border: 1px solid #b3b3b3;
  font-family: ReithSerif, monospace;
  font-weight: 300;
  background-color: #e6e6e6;
  max-width: fit-content;
}
main .dev::after {
  content: "";
  display: block;
  height: 0;
  width: calc(40rem - 2 * (1px + 0.5rem));
}
@media (min-width: 37.5em) {
  .no-touch main .dev::after {
    width: calc(35rem - 2 * (1px + 0.5rem));
  }
}
main ul, main ol {
  padding-left: 2rem;
}
main ul.requirements-list {
  padding-left: 0;
}
main ul.requirements-list > li {
  background-color: #e4e4e4;
  margin-left: 0;
  padding-inline: 1rem;
  list-style-position: inside;
  list-style-type: none;
  padding-block: 0.1px;
  max-width: fit-content;
}
main ul.requirements-list > li::after {
  content: "";
  display: block;
  height: 0;
  width: 39rem;
}
@media (min-width: 37.5em) {
  .no-touch main ul.requirements-list > li::after {
    width: 34rem;
  }
}
main ul.requirements-list > li li {
  list-style-position: outside;
  list-style-type: initial;
}
main .technical-example {
  border-left: 0.5rem solid silver;
  padding-left: 0.5rem;
}
main p, main h1, main h2, main h3, main h4, main h5 {
  max-width: 40rem;
}
.no-touch main p, .no-touch main h1, .no-touch main h2, .no-touch main h3, .no-touch main h4, .no-touch main h5 {
  max-width: 35rem;
}
main .gel-wrap p {
  width: auto;
}
main .dev p {
  max-width: calc(40rem - 2 * (1px + 0.5rem));
}
.no-touch main .dev p {
  max-width: calc(35rem - 2 * (1px + 0.5rem));
}
main ul p, main ol p {
  max-width: 38rem;
}
.no-touch main ul p, .no-touch main ol p {
  max-width: 33rem;
}
main ul .technical-example p, main ol .technical-example p {
  max-width: 37rem;
}
.no-touch main ul .technical-example p, .no-touch main ol .technical-example p {
  max-width: 32rem;
}
main ul .dev p, main ol .dev p {
  max-width: calc(38rem - 2 * (1px + 0.5rem));
}
.no-touch main ul .dev p, .no-touch main ol .dev p {
  max-width: calc(33rem - 2 * (1px + 0.5rem));
}
main ul .dev::after, main ol .dev::after {
  width: calc(38rem - 2 * (1px + 0.5rem));
}
@media (min-width: 37.5em) {
  .no-touch main ul .dev::after, .no-touch main ol .dev::after {
    width: calc(33rem - 2 * (1px + 0.5rem));
  }
}
main ul ul p, main ul ol p, main ol ul p, main ol ol p {
  max-width: 36rem;
}
.no-touch main ul ul p, .no-touch main ul ol p, .no-touch main ol ul p, .no-touch main ol ol p {
  max-width: 31rem;
}
main ul.requirements-list > li p {
  max-width: 38rem;
}
.no-touch main ul.requirements-list > li p {
  max-width: 33rem;
}
main ul.requirements-list > li .technical-example p {
  max-width: 37rem;
}
.no-touch main ul.requirements-list > li .technical-example p {
  max-width: 32rem;
}
main ul.requirements-list > li .technical-example ul p {
  max-width: 35rem;
}
.no-touch main ul.requirements-list > li .technical-example ul p {
  max-width: 30rem;
}
main .technical-example p {
  max-width: 39rem;
}
.no-touch main .technical-example p {
  max-width: 34rem;
}
main .technical-example ul p, main .technical-example ol p {
  max-width: 37rem;
}
.no-touch main .technical-example ul p, .no-touch main .technical-example ol p {
  max-width: 32rem;
}

div.gel-layout__item img {
  max-width: 100%;
}

.example {
  font-family: ReithSans, Helvetica Neue;
  background-color: #000;
  color: #FFFFFF;
  text-align: left;
  padding: 3px 0.5ch;
  line-height: 133%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

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

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

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

p[class*=example-] {
  line-height: 133%;
}

.asterisk {
  margin: 0 10px;
  height: 12px;
}

.mini-heading {
  font-weight: bold;
}

header h2,
div#header h2 {
  padding-top: 0px;
  border-top: none;
}

div#title {
  padding-top: 32px;
  padding-bottom: 32px;
}

header.release,
div#header.release {
  background-color: #e5ffe5;
}

header.superseded,
div#header.superseded {
  background-color: #ffe5e5;
}

header.for-review,
div#header.for-review {
  background-color: #ffffb3;
}

header.for-review h2:after,
div#header.for-review h2:after {
  content: " - DRAFT FOR REVIEW";
}

#bug-ui {
  position: fixed;
  top: 1em;
  right: 1em;
  background: #999999;
}

#bug-ui p {
  margin: 1em;
}

#bug-ui a#bug_ui {
  display: block;
  width: 115px;
  height: 25px;
  background: #FF8C00;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: black;
  font-weight: bold;
}

#bug-ui button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

td {
  vertical-align: top;
  overflow-wrap: break-word;
}

td code[class*=language-] {
  overflow-wrap: unset;
}

table * pre {
  border: 0 !important;
}

.header-link {
  display: inline-block;
  position: relative;
  left: 1.5em;
}

.display-header-elements-inline {
  display: inline-block;
}

.dev :not(pre) > code[class*=language-],
.dev > code[class*=language-],
.dev :not(pre) > code .token.entity {
  background-color: rgba(255, 255, 255, 0.5);
}

figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

small {
  color: #888888;
}

.diagram-annotation {
  display: flex;
  align-items: center;
}
.diagram-annotation .diagram-icon {
  padding: 0.3rem;
  border-radius: 999px;
  margin-right: 1rem;
  width: 32px;
  height: 32px;
}
.diagram-annotation .diagram-icon.icon-bad {
  background-color: #F87171;
  content: url("/accessibility/forproducts/guides/subtitles/img/close.svg");
}
.diagram-annotation .diagram-icon.icon-good {
  background-color: #4ADE80;
  content: url("/accessibility/forproducts/guides/subtitles/img/confirm.svg");
}
.diagram-annotation p {
  margin: 8px 0 0 !important;
}

.gel-icon-pad {
  padding: 0.5rem;
}

.gel-icon-scaled {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.gel-icon-chevron-up {
  content: url("/accessibility/forproducts/guides/subtitles/img/chevron-up.svg");
  object-fit: contain;
}

.gel-icon-chevron-down {
  content: url("/accessibility/forproducts/guides/subtitles/img/chevron-down.svg");
  object-fit: contain;
}

.gel-icon-chevron-up-selected {
  content: url("/accessibility/forproducts/guides/subtitles/img/chevron-up-selected.svg");
  object-fit: contain;
}

.gel-icon-chevron-down-selected {
  content: url("/accessibility/forproducts/guides/subtitles/img/chevron-down-selected.svg");
  object-fit: contain;
}

.gel-icon-link {
  content: url("/accessibility/forproducts/guides/subtitles/img/link.svg");
  object-fit: contain;
}

.gel-icon-to-top {
  content: url("/accessibility/forproducts/guides/subtitles/img/to-top.svg");
  object-fit: contain;
}

/*
    Copied from https://github.com/bbc/accessibility-eleventy/blob/main/accessibility/forproducts/assets/navigation.css

	This is an ORB style navigation.

	* It starts off with all the links in the footer.
	* Without JS the menu buttons are just links to the footer
	* With JS, the links are moved into the navigation bar and the menu becomes a button.
*/
/* Navigation - structure */
#a11y-navigation {
  background: #00645d;
  color: #fff;
}

.an-branding-container {
  min-height: 69px;
  padding-top: 16px;
  box-sizing: border-box;
}

#a11y-navigation .an-brand {
  font-weight: 700;
  font-size: 1.2rem;
  width: 50%;
  display: block;
  float: left;
}

.an-brand-inner {
  display: block;
}

@media (min-width: 750px) {
  #a11y-navigation .an-brand {
    font-size: 35px;
    display: inline;
    width: auto;
  }

  .an-brand-inner {
    display: inline;
  }
}
.an-links-container {
  min-height: 46px;
  border-top: 1px solid #fff;
  padding: 0;
  margin: 0;
}

/* Navigation - Branding */
#a11y-navigation a {
  color: #fff;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
}

#a11y-navigation .an-branding-container a:hover, #a11y-navigation .an-branding-container a:focus {
  opacity: 0.8;
  text-decoration: underline;
  outline: 0;
}

/* Navigation - Menu Control */
.an-menu-control {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  display: none;
  margin-top: -0.4rem;
}

.an-menu-control:hover {
  opacity: 0.8;
}

.an-menu-control {
  float: right;
}

/* Navigation - list, bar context */
#a11y-navigation .an-item {
  display: inline-block;
  border-right: 1px solid #fff;
}

#a11y-navigation .an-item:first-child {
  border-left: 1px solid #fff;
}

#a11y-navigation .an-link {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 12px 12px 8px;
  border-bottom: 4px solid transparent;
  margin: 0;
  outline: 0;
  font-weight: 700;
}

#a11y-navigation .an-link:hover, #a11y-navigation .an-link:focus {
  border-bottom-color: #fff;
}

#a11y-navigation .an-item ul {
  display: none;
}

#a11y-navigation .a11y-nav-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Navigation - Sub Bar Context */
.an-guides-nav {
  background: #404040;
  margin: 0;
  border-top: 1px solid #fff;
}

#a11y-navigation .an-guides-nav .an-item {
  border: none;
}

/* Navigation - list, footer / menu context */
#a11y-nav-list, #a11y-navigation-pop {
  -webkit-font-smoothing: antialiased;
  background: #121212;
  color: #fff;
  padding: 2rem 0;
  display: block;
  clear: both;
}

#a11y-nav-list h3 {
  font-weight: 100;
  /* Add this because the accessibility site uses GEL typography by adding classes rather than using SASS mixins */
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 37.5em) {
  #a11y-nav-list h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .no-touch #a11y-nav-list h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.a11y-nav-menu-list, .a11y-nav-men-listu-list ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
}

.a11y-nav-menu-list .an-link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 12px;
}

.a11y-nav-menu-list .an-link:hover, .a11y-nav-menu-list .an-link:focus {
  color: #fff;
  text-decoration: underline;
}

.a11y-nav-menu-list ul .an-link {
  padding-left: 18px;
}

@media (max-width: 750px) {
  /* Reveal Menu, hide submenis */
  .an-menu-control {
    display: block;
  }

  .an-links-container {
    display: none;
  }

  .an-links-container a {
    width: 30%;
  }
}
/* Sub navigation in the sidebar */
#a11y-subnav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

.a11y-subnav-item {
  border: 1px solid #CECECE;
  display: block;
  min-height: 40px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0;
  margin-top: -1px;
}

.a11y-subnav-group {
  padding: 0;
}

.a11y-subnav-group .a11y-subnav-item {
  padding-left: 20px;
}

#a11y-subnav a {
  color: #404040;
  text-decoration: none;
  outline: none;
}

#a11y-subnav a:hover, #a11y-subnav a:focus {
  color: #009;
  text-decoration: underline;
  outline: none;
}

.a11y-subnav-control:after {
  content: " ";
  float: right;
  background: url("/accessibility/forproducts/assets/images/down.svg");
  display: block;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  transform: rotate(0);
  transition: 0.2s ease;
}

.a11y-subnav-control[aria-expanded=true] {
  background: #EDEDED;
}

.a11y-subnav-control[aria-expanded=true]:after {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion) {
  .a11y-subnav-control {
    animation: none;
  }
}