@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#spectacle {
  /*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/ }
  #spectacle .swagger-operation-path:before {
    content: "Path";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-operation-description:before {
    content: "Description";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-request-params:before {
    content: "Request parameters";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-request-body:before {
    content: "Request body";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-request-body .json-schema-properties:before {
    display: none; }
  #spectacle .swagger-responses:before {
    content: "Responses";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-global:before {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #ec5840;
    color: #fefefe;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 6px;
    content: "global"; }
  #spectacle table.table th.swagger-param-key {
    width: auto; }
    #spectacle table.table th.swagger-param-key:before {
      content: "Key"; }
  #spectacle table.table th.swagger-param-name {
    width: auto; }
    #spectacle table.table th.swagger-param-name:before {
      content: "Name"; }
  #spectacle table.table th.swagger-param-description {
    width: auto; }
    #spectacle table.table th.swagger-param-description:before {
      content: "Description"; }
  #spectacle table.table th.swagger-param-data-type {
    width: auto; }
    #spectacle table.table th.swagger-param-data-type:before {
      content: "Data type"; }
  #spectacle table.table th.swagger-param-type {
    width: auto; }
    #spectacle table.table th.swagger-param-type:before {
      content: "Type"; }
  #spectacle table.table th.swagger-request-security-schema {
    width: auto; }
    #spectacle table.table th.swagger-request-security-schema:before {
      content: "Schema"; }
  #spectacle table.table th.swagger-request-security-scopes {
    width: auto; }
    #spectacle table.table th.swagger-request-security-scopes:before {
      content: "Scopes"; }
  #spectacle table.table th.swagger-response-header-name {
    width: auto; }
    #spectacle table.table th.swagger-response-header-name:before {
      content: "Header"; }
  #spectacle table.table th.swagger-response-header-description {
    width: auto; }
    #spectacle table.table th.swagger-response-header-description:before {
      content: "Description"; }
  #spectacle table.table th.swagger-response-header-data-type {
    width: auto; }
    #spectacle table.table th.swagger-response-header-data-type:before {
      content: "Data type"; }
  #spectacle table.table th.swagger-response-code {
    width: auto; }
    #spectacle table.table th.swagger-response-code:before {
      content: "Code"; }
  #spectacle table.table th.swagger-response-description {
    width: auto; }
    #spectacle table.table th.swagger-response-description:before {
      content: "Description"; }
  #spectacle table.table th.swagger-response-schema {
    width: auto; }
    #spectacle table.table th.swagger-response-schema:before {
      content: "Schema"; }
  #spectacle .swagger-response-name-value {
    font-weight: bold; }
  #spectacle .swagger-response-description-text {
    padding-bottom: 0.5em; }
  #spectacle .swagger-request-security:before {
    content: "Security";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .swagger-security-definition-basic:before {
    color: #cacaca;
    content: "(HTTP Basic Authentication)"; }
  #spectacle .swagger-security-definition-oauth2:before {
    color: #cacaca;
    content: "(OAuth2 Authentication)"; }
  #spectacle .swagger-security-definition-apiKey:before {
    color: #cacaca;
    content: "(API Key Authentication)"; }
  #spectacle .json-schema-description:before {
    content: "Description";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-schema-properties:before {
    content: "Properties";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-schema-properties dd {
    color: #7a7a7a; }
  #spectacle .json-schema-properties dd:not(:last-child) {
    padding-bottom: 0.75rem; }
  #spectacle .json-schema-properties dl {
    margin: 0; }
  #spectacle .json-schema-description + .json-schema-properties {
    margin-top: 1.5rem; }
  #spectacle .json-schema-ref-array:before {
    color: #7a7a7a;
    content: "Array<"; }
  #spectacle .json-schema-ref-array:after {
    color: #7a7a7a;
    content: ">"; }
  #spectacle .json-schema-example:before {
    content: "Example";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-schema-array-items:before {
    content: "Items";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-schema-allOf-inherited:before {
    content: "Inherited";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-schema-anyOf > dl {
    padding-left: 1em; }
    #spectacle .json-schema-anyOf > dl dt:not(:first-child):before {
      content: "or "; }
    #spectacle .json-schema-anyOf > dl dt:first-child:before {
      content: "either "; }
  #spectacle .json-schema-additionalProperties:before {
    content: "Additional properties";
    display: block;
    margin-bottom: 0.5em;
    color: #f68b1f;
    text-transform: uppercase;
    font-size: 0.9rem; }
  #spectacle .json-inner-schema .json-schema-properties,
  #spectacle .json-inner-schema .json-schema-array-items,
  #spectacle .json-inner-schema .json-schema-description,
  #spectacle .json-inner-schema .json-schema-example {
    padding-left: 1em;
    margin-top: 0.5em;
    padding-bottom: 0.5em; }
  #spectacle .json-property-discriminator:before {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #ec5840;
    color: #fefefe;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 6px;
    content: "discriminator"; }
  #spectacle .json-property-required:before {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #ec5840;
    color: #fefefe;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 6px;
    content: "required"; }
  #spectacle .json-property-read-only:before {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #ec5840;
    color: #fefefe;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 6px;
    content: "read only"; }
  #spectacle .json-property-type {
    font-style: italic;
    font-weight: 100; }
  #spectacle .json-property-format {
    font-size: smaller; }
  #spectacle .json-property-enum {
    font-weight: lighter;
    font-size: small; }
  #spectacle .json-property-default-value {
    font-weight: lighter;
    font-size: small; }
    #spectacle .json-property-default-value:before {
      content: '(default: "'; }
    #spectacle .json-property-default-value:after {
      content: '")'; }
  #spectacle .json-property-enum-item {
    font-weight: lighter;
    font-size: small; }
    #spectacle .json-property-enum-item:before, #spectacle .json-property-enum-item:after {
      content: "\""; }
  #spectacle .json-schema-reference {
    font-size: 90%; }
  #spectacle .no-padding {
    padding: 0 !important; }
  #spectacle .no-margin {
    margin: 0 !important; }
  #spectacle button:focus {
    outline: none; }
  #spectacle .default-label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #777;
    color: #fefefe;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 6px; }
  #spectacle #logo {
    text-align: center;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 0.25rem; }
    #spectacle #logo img {
      max-height: 75px; }
  #spectacle .row, #spectacle article .prop-row, #spectacle article .doc-row {
    max-width: initial;
    margin-left: auto;
    margin-right: auto; }
    #spectacle .row::before, #spectacle article .prop-row::before, #spectacle article .doc-row::before, #spectacle .row::after, #spectacle article .prop-row::after, #spectacle article .doc-row::after {
      content: ' ';
      display: table; }
    #spectacle .row::after, #spectacle article .prop-row::after, #spectacle article .doc-row::after {
      clear: both; }
    #spectacle .row.collapse > .column, #spectacle article .prop-row > .column, #spectacle article .doc-row > .column, #spectacle .row.collapse > .columns, #spectacle article .prop-row > .columns, #spectacle article .doc-row > .columns, #spectacle article .prop-row .row.collapse > .prop-name, #spectacle article .prop-row > .prop-name, #spectacle article .prop-row .doc-row > .prop-name, #spectacle article .prop-row .row.collapse > .prop-value, #spectacle article .prop-row > .prop-value, #spectacle article .prop-row .doc-row > .prop-value, #spectacle article .row.collapse > .doc-copy, #spectacle article .prop-row > .doc-copy, #spectacle article .doc-row > .doc-copy, #spectacle article .row.collapse > .doc-examples, #spectacle article .prop-row > .doc-examples, #spectacle article .doc-row > .doc-examples {
      padding-left: 0;
      padding-right: 0; }
    #spectacle .row #spectacle .row, #spectacle article .prop-row #spectacle .row, #spectacle article .doc-row #spectacle .row, #spectacle .row #spectacle article .prop-row, #spectacle article .row #spectacle .prop-row, #spectacle article .prop-row #spectacle .prop-row, #spectacle article .doc-row #spectacle .prop-row, #spectacle .row #spectacle article .doc-row, #spectacle article .row #spectacle .doc-row, #spectacle article .prop-row #spectacle .doc-row, #spectacle article .doc-row #spectacle .doc-row {
      margin-left: -0.6578947368rem;
      margin-right: -0.6578947368rem; }
      @media screen and (min-width: 40em) {
        #spectacle .row #spectacle .row, #spectacle article .prop-row #spectacle .row, #spectacle article .doc-row #spectacle .row, #spectacle .row #spectacle article .prop-row, #spectacle article .row #spectacle .prop-row, #spectacle article .prop-row #spectacle .prop-row, #spectacle article .doc-row #spectacle .prop-row, #spectacle .row #spectacle article .doc-row, #spectacle article .row #spectacle .doc-row, #spectacle article .prop-row #spectacle .doc-row, #spectacle article .doc-row #spectacle .doc-row {
          margin-left: -0.9868421053rem;
          margin-right: -0.9868421053rem; } }
      #spectacle .row #spectacle .row.collapse, #spectacle article .prop-row #spectacle .row.collapse, #spectacle article .doc-row #spectacle .row.collapse, #spectacle .row #spectacle article .prop-row, #spectacle article .row #spectacle .prop-row, #spectacle article .prop-row #spectacle .prop-row, #spectacle article .doc-row #spectacle .prop-row, #spectacle .row #spectacle article .doc-row, #spectacle article .row #spectacle .doc-row, #spectacle article .prop-row #spectacle .doc-row, #spectacle article .doc-row #spectacle .doc-row {
        margin-left: 0;
        margin-right: 0; }
    #spectacle .row.expanded, #spectacle article .expanded.prop-row, #spectacle article .expanded.doc-row {
      max-width: none; }
  #spectacle .column, #spectacle .columns, #spectacle article .prop-row .prop-name, #spectacle article .prop-row .prop-value, #spectacle article .doc-copy, #spectacle article .doc-examples {
    padding-left: 0.6578947368rem;
    padding-right: 0.6578947368rem;
    width: 100%;
    float: left; }
    @media screen and (min-width: 40em) {
      #spectacle .column, #spectacle .columns, #spectacle article .prop-row .prop-name, #spectacle article .prop-row .prop-value, #spectacle article .doc-copy, #spectacle article .doc-examples {
        padding-left: 0.9868421053rem;
        padding-right: 0.9868421053rem; } }
    #spectacle .column:last-child:not(:first-child), #spectacle .columns:last-child:not(:first-child), #spectacle article .prop-row .prop-name:last-child:not(:first-child), #spectacle article .prop-row .prop-value:last-child:not(:first-child), #spectacle article .doc-copy:last-child:not(:first-child), #spectacle article .doc-examples:last-child:not(:first-child) {
      float: right; }
    #spectacle .column.end:last-child:last-child, #spectacle .end.columns:last-child:last-child, #spectacle article .prop-row .end.prop-name:last-child:last-child, #spectacle article .prop-row .end.prop-value:last-child:last-child, #spectacle article .end.doc-copy:last-child:last-child, #spectacle article .end.doc-examples:last-child:last-child {
      float: left; }
  #spectacle .column.row.row, #spectacle .row.row.columns, #spectacle article .columns.prop-row, #spectacle article .prop-row .prop-row.prop-name, #spectacle article .prop-row .prop-row.prop-value, #spectacle article .prop-row.doc-copy, #spectacle article .prop-row.doc-examples, #spectacle article .prop-row .row.row.prop-name, #spectacle article .prop-row .prop-name.doc-row, #spectacle article .prop-row .row.row.prop-value, #spectacle article .prop-row .prop-value.doc-row, #spectacle article .columns.doc-row, #spectacle article .doc-row.doc-copy, #spectacle article .doc-row.doc-examples, #spectacle article .row.row.doc-copy, #spectacle article .row.row.doc-examples, #spectacle article .column.prop-row, #spectacle article .column.doc-row {
    float: none; }
    .row #spectacle .column.row.row, #spectacle article .prop-row #spectacle .column.row.row, #spectacle article .doc-row #spectacle .column.row.row, .row #spectacle .row.row.columns, #spectacle article .prop-row #spectacle .row.row.columns, #spectacle article .doc-row #spectacle .row.row.columns, .row #spectacle article .columns.prop-row, #spectacle article .prop-row #spectacle .columns.prop-row, #spectacle article .doc-row #spectacle .columns.prop-row, .row #spectacle article .prop-row .prop-row.prop-name, #spectacle article .prop-row #spectacle .prop-row.prop-name, #spectacle article .doc-row #spectacle .prop-row .prop-row.prop-name, .row #spectacle article .prop-row .prop-row.prop-value, #spectacle article .prop-row #spectacle .prop-row.prop-value, #spectacle article .doc-row #spectacle .prop-row .prop-row.prop-value, .row #spectacle article .prop-row.doc-copy, #spectacle article .prop-row #spectacle .prop-row.doc-copy, #spectacle article .doc-row #spectacle .prop-row.doc-copy, .row #spectacle article .prop-row.doc-examples, #spectacle article .prop-row #spectacle .prop-row.doc-examples, #spectacle article .doc-row #spectacle .prop-row.doc-examples, .row #spectacle article .prop-row .row.row.prop-name, #spectacle article .prop-row #spectacle .row.row.prop-name, #spectacle article .doc-row #spectacle .prop-row .row.row.prop-name, .row #spectacle article .prop-row .prop-name.doc-row, #spectacle article .prop-row #spectacle .prop-name.doc-row, #spectacle article .doc-row #spectacle .prop-row .prop-name.doc-row, .row #spectacle article .prop-row .row.row.prop-value, #spectacle article .prop-row #spectacle .row.row.prop-value, #spectacle article .doc-row #spectacle .prop-row .row.row.prop-value, .row #spectacle article .prop-row .prop-value.doc-row, #spectacle article .prop-row #spectacle .prop-value.doc-row, #spectacle article .doc-row #spectacle .prop-row .prop-value.doc-row, .row #spectacle article .columns.doc-row, #spectacle article .prop-row #spectacle .columns.doc-row, #spectacle article .doc-row #spectacle .columns.doc-row, .row #spectacle article .doc-row.doc-copy, #spectacle article .prop-row #spectacle .doc-row.doc-copy, #spectacle article .doc-row #spectacle .doc-row.doc-copy, .row #spectacle article .doc-row.doc-examples, #spectacle article .prop-row #spectacle .doc-row.doc-examples, #spectacle article .doc-row #spectacle .doc-row.doc-examples, .row #spectacle article .row.row.doc-copy, #spectacle article .prop-row #spectacle .row.row.doc-copy, #spectacle article .doc-row #spectacle .row.row.doc-copy, .row #spectacle article .row.row.doc-examples, #spectacle article .prop-row #spectacle .row.row.doc-examples, #spectacle article .doc-row #spectacle .row.row.doc-examples, .row #spectacle article .column.prop-row, #spectacle article .prop-row #spectacle .column.prop-row, #spectacle article .doc-row #spectacle .column.prop-row, .row #spectacle article .column.doc-row, #spectacle article .prop-row #spectacle .column.doc-row, #spectacle article .doc-row #spectacle .column.doc-row {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
  #spectacle .small-1 {
    width: 8.3333333333%; }
  #spectacle .small-push-1 {
    position: relative;
    left: 8.3333333333%; }
  #spectacle .small-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  #spectacle .small-offset-0 {
    margin-left: 0%; }
  #spectacle .small-2 {
    width: 16.6666666667%; }
  #spectacle .small-push-2 {
    position: relative;
    left: 16.6666666667%; }
  #spectacle .small-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  #spectacle .small-offset-1 {
    margin-left: 8.3333333333%; }
  #spectacle .small-3 {
    width: 25%; }
  #spectacle .small-push-3 {
    position: relative;
    left: 25%; }
  #spectacle .small-pull-3 {
    position: relative;
    left: -25%; }
  #spectacle .small-offset-2 {
    margin-left: 16.6666666667%; }
  #spectacle .small-4 {
    width: 33.3333333333%; }
  #spectacle .small-push-4 {
    position: relative;
    left: 33.3333333333%; }
  #spectacle .small-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  #spectacle .small-offset-3 {
    margin-left: 25%; }
  #spectacle .small-5, #spectacle article .prop-row .prop-name {
    width: 41.6666666667%; }
  #spectacle .small-push-5 {
    position: relative;
    left: 41.6666666667%; }
  #spectacle .small-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  #spectacle .small-offset-4 {
    margin-left: 33.3333333333%; }
  #spectacle .small-6 {
    width: 50%; }
  #spectacle .small-push-6 {
    position: relative;
    left: 50%; }
  #spectacle .small-pull-6 {
    position: relative;
    left: -50%; }
  #spectacle .small-offset-5 {
    margin-left: 41.6666666667%; }
  #spectacle .small-7, #spectacle article .prop-row .prop-value {
    width: 58.3333333333%; }
  #spectacle .small-push-7 {
    position: relative;
    left: 58.3333333333%; }
  #spectacle .small-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  #spectacle .small-offset-6 {
    margin-left: 50%; }
  #spectacle .small-8 {
    width: 66.6666666667%; }
  #spectacle .small-push-8 {
    position: relative;
    left: 66.6666666667%; }
  #spectacle .small-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  #spectacle .small-offset-7 {
    margin-left: 58.3333333333%; }
  #spectacle .small-9 {
    width: 75%; }
  #spectacle .small-push-9 {
    position: relative;
    left: 75%; }
  #spectacle .small-pull-9 {
    position: relative;
    left: -75%; }
  #spectacle .small-offset-8 {
    margin-left: 66.6666666667%; }
  #spectacle .small-10 {
    width: 83.3333333333%; }
  #spectacle .small-push-10 {
    position: relative;
    left: 83.3333333333%; }
  #spectacle .small-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  #spectacle .small-offset-9 {
    margin-left: 75%; }
  #spectacle .small-11 {
    width: 91.6666666667%; }
  #spectacle .small-push-11 {
    position: relative;
    left: 91.6666666667%; }
  #spectacle .small-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  #spectacle .small-offset-10 {
    margin-left: 83.3333333333%; }
  #spectacle .small-12 {
    width: 100%; }
  #spectacle .small-offset-11 {
    margin-left: 91.6666666667%; }
  #spectacle .small-up-1 > .column, #spectacle .small-up-1 > .columns, #spectacle article .prop-row .small-up-1 > .prop-name, #spectacle article .prop-row .small-up-1 > .prop-value, #spectacle article .small-up-1 > .doc-copy, #spectacle article .small-up-1 > .doc-examples {
    width: 100%;
    float: left; }
    #spectacle .small-up-1 > .column:nth-of-type(1n), #spectacle .small-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-1 > .prop-value:nth-of-type(1n), #spectacle article .small-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-1 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-1 > .column:nth-of-type(1n+1), #spectacle .small-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .small-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .small-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .small-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .small-up-1 > .doc-examples:nth-of-type(1n+1) {
      clear: both; }
    #spectacle .small-up-1 > .column:last-child, #spectacle .small-up-1 > .columns:last-child, #spectacle article .prop-row .small-up-1 > .prop-name:last-child, #spectacle article .prop-row .small-up-1 > .prop-value:last-child, #spectacle article .small-up-1 > .doc-copy:last-child, #spectacle article .small-up-1 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-2 > .column, #spectacle .small-up-2 > .columns, #spectacle article .prop-row .small-up-2 > .prop-name, #spectacle article .prop-row .small-up-2 > .prop-value, #spectacle article .small-up-2 > .doc-copy, #spectacle article .small-up-2 > .doc-examples {
    width: 50%;
    float: left; }
    #spectacle .small-up-2 > .column:nth-of-type(1n), #spectacle .small-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-2 > .prop-value:nth-of-type(1n), #spectacle article .small-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-2 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-2 > .column:nth-of-type(2n+1), #spectacle .small-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .small-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .small-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .small-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .small-up-2 > .doc-examples:nth-of-type(2n+1) {
      clear: both; }
    #spectacle .small-up-2 > .column:last-child, #spectacle .small-up-2 > .columns:last-child, #spectacle article .prop-row .small-up-2 > .prop-name:last-child, #spectacle article .prop-row .small-up-2 > .prop-value:last-child, #spectacle article .small-up-2 > .doc-copy:last-child, #spectacle article .small-up-2 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-3 > .column, #spectacle .small-up-3 > .columns, #spectacle article .prop-row .small-up-3 > .prop-name, #spectacle article .prop-row .small-up-3 > .prop-value, #spectacle article .small-up-3 > .doc-copy, #spectacle article .small-up-3 > .doc-examples {
    width: 33.3333333333%;
    float: left; }
    #spectacle .small-up-3 > .column:nth-of-type(1n), #spectacle .small-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-3 > .prop-value:nth-of-type(1n), #spectacle article .small-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-3 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-3 > .column:nth-of-type(3n+1), #spectacle .small-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .small-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .small-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .small-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .small-up-3 > .doc-examples:nth-of-type(3n+1) {
      clear: both; }
    #spectacle .small-up-3 > .column:last-child, #spectacle .small-up-3 > .columns:last-child, #spectacle article .prop-row .small-up-3 > .prop-name:last-child, #spectacle article .prop-row .small-up-3 > .prop-value:last-child, #spectacle article .small-up-3 > .doc-copy:last-child, #spectacle article .small-up-3 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-4 > .column, #spectacle .small-up-4 > .columns, #spectacle article .prop-row .small-up-4 > .prop-name, #spectacle article .prop-row .small-up-4 > .prop-value, #spectacle article .small-up-4 > .doc-copy, #spectacle article .small-up-4 > .doc-examples {
    width: 25%;
    float: left; }
    #spectacle .small-up-4 > .column:nth-of-type(1n), #spectacle .small-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-4 > .prop-value:nth-of-type(1n), #spectacle article .small-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-4 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-4 > .column:nth-of-type(4n+1), #spectacle .small-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .small-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .small-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .small-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .small-up-4 > .doc-examples:nth-of-type(4n+1) {
      clear: both; }
    #spectacle .small-up-4 > .column:last-child, #spectacle .small-up-4 > .columns:last-child, #spectacle article .prop-row .small-up-4 > .prop-name:last-child, #spectacle article .prop-row .small-up-4 > .prop-value:last-child, #spectacle article .small-up-4 > .doc-copy:last-child, #spectacle article .small-up-4 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-5 > .column, #spectacle .small-up-5 > .columns, #spectacle article .prop-row .small-up-5 > .prop-name, #spectacle article .prop-row .small-up-5 > .prop-value, #spectacle article .small-up-5 > .doc-copy, #spectacle article .small-up-5 > .doc-examples {
    width: 20%;
    float: left; }
    #spectacle .small-up-5 > .column:nth-of-type(1n), #spectacle .small-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-5 > .prop-value:nth-of-type(1n), #spectacle article .small-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-5 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-5 > .column:nth-of-type(5n+1), #spectacle .small-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .small-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .small-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .small-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .small-up-5 > .doc-examples:nth-of-type(5n+1) {
      clear: both; }
    #spectacle .small-up-5 > .column:last-child, #spectacle .small-up-5 > .columns:last-child, #spectacle article .prop-row .small-up-5 > .prop-name:last-child, #spectacle article .prop-row .small-up-5 > .prop-value:last-child, #spectacle article .small-up-5 > .doc-copy:last-child, #spectacle article .small-up-5 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-6 > .column, #spectacle .small-up-6 > .columns, #spectacle article .prop-row .small-up-6 > .prop-name, #spectacle article .prop-row .small-up-6 > .prop-value, #spectacle article .small-up-6 > .doc-copy, #spectacle article .small-up-6 > .doc-examples {
    width: 16.6666666667%;
    float: left; }
    #spectacle .small-up-6 > .column:nth-of-type(1n), #spectacle .small-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-6 > .prop-value:nth-of-type(1n), #spectacle article .small-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-6 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-6 > .column:nth-of-type(6n+1), #spectacle .small-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .small-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .small-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .small-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .small-up-6 > .doc-examples:nth-of-type(6n+1) {
      clear: both; }
    #spectacle .small-up-6 > .column:last-child, #spectacle .small-up-6 > .columns:last-child, #spectacle article .prop-row .small-up-6 > .prop-name:last-child, #spectacle article .prop-row .small-up-6 > .prop-value:last-child, #spectacle article .small-up-6 > .doc-copy:last-child, #spectacle article .small-up-6 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-7 > .column, #spectacle .small-up-7 > .columns, #spectacle article .prop-row .small-up-7 > .prop-name, #spectacle article .prop-row .small-up-7 > .prop-value, #spectacle article .small-up-7 > .doc-copy, #spectacle article .small-up-7 > .doc-examples {
    width: 14.2857142857%;
    float: left; }
    #spectacle .small-up-7 > .column:nth-of-type(1n), #spectacle .small-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-7 > .prop-value:nth-of-type(1n), #spectacle article .small-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-7 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-7 > .column:nth-of-type(7n+1), #spectacle .small-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .small-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .small-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .small-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .small-up-7 > .doc-examples:nth-of-type(7n+1) {
      clear: both; }
    #spectacle .small-up-7 > .column:last-child, #spectacle .small-up-7 > .columns:last-child, #spectacle article .prop-row .small-up-7 > .prop-name:last-child, #spectacle article .prop-row .small-up-7 > .prop-value:last-child, #spectacle article .small-up-7 > .doc-copy:last-child, #spectacle article .small-up-7 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-up-8 > .column, #spectacle .small-up-8 > .columns, #spectacle article .prop-row .small-up-8 > .prop-name, #spectacle article .prop-row .small-up-8 > .prop-value, #spectacle article .small-up-8 > .doc-copy, #spectacle article .small-up-8 > .doc-examples {
    width: 12.5%;
    float: left; }
    #spectacle .small-up-8 > .column:nth-of-type(1n), #spectacle .small-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-8 > .prop-value:nth-of-type(1n), #spectacle article .small-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-8 > .doc-examples:nth-of-type(1n) {
      clear: none; }
    #spectacle .small-up-8 > .column:nth-of-type(8n+1), #spectacle .small-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .small-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .small-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .small-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .small-up-8 > .doc-examples:nth-of-type(8n+1) {
      clear: both; }
    #spectacle .small-up-8 > .column:last-child, #spectacle .small-up-8 > .columns:last-child, #spectacle article .prop-row .small-up-8 > .prop-name:last-child, #spectacle article .prop-row .small-up-8 > .prop-value:last-child, #spectacle article .small-up-8 > .doc-copy:last-child, #spectacle article .small-up-8 > .doc-examples:last-child {
      float: left; }
  #spectacle .small-collapse > .column, #spectacle .small-collapse > .columns, #spectacle article .prop-row .small-collapse > .prop-name, #spectacle article .prop-row .small-collapse > .prop-value, #spectacle article .small-collapse > .doc-copy, #spectacle article .small-collapse > .doc-examples {
    padding-left: 0;
    padding-right: 0; }
  #spectacle .small-uncollapse > .column, #spectacle .small-uncollapse > .columns, #spectacle article .prop-row .small-uncollapse > .prop-name, #spectacle article .prop-row .small-uncollapse > .prop-value, #spectacle article .small-uncollapse > .doc-copy, #spectacle article .small-uncollapse > .doc-examples {
    padding-left: 0.6578947368rem;
    padding-right: 0.6578947368rem; }
  #spectacle .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  #spectacle .small-uncentered,
  #spectacle .small-push-0,
  #spectacle .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    #spectacle .medium-1 {
      width: 8.3333333333%; }
    #spectacle .medium-push-1 {
      position: relative;
      left: 8.3333333333%; }
    #spectacle .medium-pull-1 {
      position: relative;
      left: -8.3333333333%; }
    #spectacle .medium-offset-0 {
      margin-left: 0%; }
    #spectacle .medium-2 {
      width: 16.6666666667%; }
    #spectacle .medium-push-2 {
      position: relative;
      left: 16.6666666667%; }
    #spectacle .medium-pull-2 {
      position: relative;
      left: -16.6666666667%; }
    #spectacle .medium-offset-1 {
      margin-left: 8.3333333333%; }
    #spectacle .medium-3 {
      width: 25%; }
    #spectacle .medium-push-3 {
      position: relative;
      left: 25%; }
    #spectacle .medium-pull-3 {
      position: relative;
      left: -25%; }
    #spectacle .medium-offset-2 {
      margin-left: 16.6666666667%; }
    #spectacle .medium-4 {
      width: 33.3333333333%; }
    #spectacle .medium-push-4 {
      position: relative;
      left: 33.3333333333%; }
    #spectacle .medium-pull-4 {
      position: relative;
      left: -33.3333333333%; }
    #spectacle .medium-offset-3 {
      margin-left: 25%; }
    #spectacle .medium-5 {
      width: 41.6666666667%; }
    #spectacle .medium-push-5 {
      position: relative;
      left: 41.6666666667%; }
    #spectacle .medium-pull-5 {
      position: relative;
      left: -41.6666666667%; }
    #spectacle .medium-offset-4 {
      margin-left: 33.3333333333%; }
    #spectacle .medium-6 {
      width: 50%; }
    #spectacle .medium-push-6 {
      position: relative;
      left: 50%; }
    #spectacle .medium-pull-6 {
      position: relative;
      left: -50%; }
    #spectacle .medium-offset-5 {
      margin-left: 41.6666666667%; }
    #spectacle .medium-7 {
      width: 58.3333333333%; }
    #spectacle .medium-push-7 {
      position: relative;
      left: 58.3333333333%; }
    #spectacle .medium-pull-7 {
      position: relative;
      left: -58.3333333333%; }
    #spectacle .medium-offset-6 {
      margin-left: 50%; }
    #spectacle .medium-8 {
      width: 66.6666666667%; }
    #spectacle .medium-push-8 {
      position: relative;
      left: 66.6666666667%; }
    #spectacle .medium-pull-8 {
      position: relative;
      left: -66.6666666667%; }
    #spectacle .medium-offset-7 {
      margin-left: 58.3333333333%; }
    #spectacle .medium-9 {
      width: 75%; }
    #spectacle .medium-push-9 {
      position: relative;
      left: 75%; }
    #spectacle .medium-pull-9 {
      position: relative;
      left: -75%; }
    #spectacle .medium-offset-8 {
      margin-left: 66.6666666667%; }
    #spectacle .medium-10 {
      width: 83.3333333333%; }
    #spectacle .medium-push-10 {
      position: relative;
      left: 83.3333333333%; }
    #spectacle .medium-pull-10 {
      position: relative;
      left: -83.3333333333%; }
    #spectacle .medium-offset-9 {
      margin-left: 75%; }
    #spectacle .medium-11 {
      width: 91.6666666667%; }
    #spectacle .medium-push-11 {
      position: relative;
      left: 91.6666666667%; }
    #spectacle .medium-pull-11 {
      position: relative;
      left: -91.6666666667%; }
    #spectacle .medium-offset-10 {
      margin-left: 83.3333333333%; }
    #spectacle .medium-12 {
      width: 100%; }
    #spectacle .medium-offset-11 {
      margin-left: 91.6666666667%; }
    #spectacle .medium-up-1 > .column, #spectacle .medium-up-1 > .columns, #spectacle article .prop-row .medium-up-1 > .prop-name, #spectacle article .prop-row .medium-up-1 > .prop-value, #spectacle article .medium-up-1 > .doc-copy, #spectacle article .medium-up-1 > .doc-examples {
      width: 100%;
      float: left; }
      #spectacle .medium-up-1 > .column:nth-of-type(1n), #spectacle .medium-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-1 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-1 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-1 > .column:nth-of-type(1n+1), #spectacle .medium-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .medium-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .medium-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .medium-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .medium-up-1 > .doc-examples:nth-of-type(1n+1) {
        clear: both; }
      #spectacle .medium-up-1 > .column:last-child, #spectacle .medium-up-1 > .columns:last-child, #spectacle article .prop-row .medium-up-1 > .prop-name:last-child, #spectacle article .prop-row .medium-up-1 > .prop-value:last-child, #spectacle article .medium-up-1 > .doc-copy:last-child, #spectacle article .medium-up-1 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-2 > .column, #spectacle .medium-up-2 > .columns, #spectacle article .prop-row .medium-up-2 > .prop-name, #spectacle article .prop-row .medium-up-2 > .prop-value, #spectacle article .medium-up-2 > .doc-copy, #spectacle article .medium-up-2 > .doc-examples {
      width: 50%;
      float: left; }
      #spectacle .medium-up-2 > .column:nth-of-type(1n), #spectacle .medium-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-2 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-2 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-2 > .column:nth-of-type(2n+1), #spectacle .medium-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .medium-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .medium-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .medium-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .medium-up-2 > .doc-examples:nth-of-type(2n+1) {
        clear: both; }
      #spectacle .medium-up-2 > .column:last-child, #spectacle .medium-up-2 > .columns:last-child, #spectacle article .prop-row .medium-up-2 > .prop-name:last-child, #spectacle article .prop-row .medium-up-2 > .prop-value:last-child, #spectacle article .medium-up-2 > .doc-copy:last-child, #spectacle article .medium-up-2 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-3 > .column, #spectacle .medium-up-3 > .columns, #spectacle article .prop-row .medium-up-3 > .prop-name, #spectacle article .prop-row .medium-up-3 > .prop-value, #spectacle article .medium-up-3 > .doc-copy, #spectacle article .medium-up-3 > .doc-examples {
      width: 33.3333333333%;
      float: left; }
      #spectacle .medium-up-3 > .column:nth-of-type(1n), #spectacle .medium-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-3 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-3 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-3 > .column:nth-of-type(3n+1), #spectacle .medium-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .medium-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .medium-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .medium-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .medium-up-3 > .doc-examples:nth-of-type(3n+1) {
        clear: both; }
      #spectacle .medium-up-3 > .column:last-child, #spectacle .medium-up-3 > .columns:last-child, #spectacle article .prop-row .medium-up-3 > .prop-name:last-child, #spectacle article .prop-row .medium-up-3 > .prop-value:last-child, #spectacle article .medium-up-3 > .doc-copy:last-child, #spectacle article .medium-up-3 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-4 > .column, #spectacle .medium-up-4 > .columns, #spectacle article .prop-row .medium-up-4 > .prop-name, #spectacle article .prop-row .medium-up-4 > .prop-value, #spectacle article .medium-up-4 > .doc-copy, #spectacle article .medium-up-4 > .doc-examples {
      width: 25%;
      float: left; }
      #spectacle .medium-up-4 > .column:nth-of-type(1n), #spectacle .medium-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-4 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-4 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-4 > .column:nth-of-type(4n+1), #spectacle .medium-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .medium-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .medium-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .medium-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .medium-up-4 > .doc-examples:nth-of-type(4n+1) {
        clear: both; }
      #spectacle .medium-up-4 > .column:last-child, #spectacle .medium-up-4 > .columns:last-child, #spectacle article .prop-row .medium-up-4 > .prop-name:last-child, #spectacle article .prop-row .medium-up-4 > .prop-value:last-child, #spectacle article .medium-up-4 > .doc-copy:last-child, #spectacle article .medium-up-4 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-5 > .column, #spectacle .medium-up-5 > .columns, #spectacle article .prop-row .medium-up-5 > .prop-name, #spectacle article .prop-row .medium-up-5 > .prop-value, #spectacle article .medium-up-5 > .doc-copy, #spectacle article .medium-up-5 > .doc-examples {
      width: 20%;
      float: left; }
      #spectacle .medium-up-5 > .column:nth-of-type(1n), #spectacle .medium-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-5 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-5 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-5 > .column:nth-of-type(5n+1), #spectacle .medium-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .medium-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .medium-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .medium-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .medium-up-5 > .doc-examples:nth-of-type(5n+1) {
        clear: both; }
      #spectacle .medium-up-5 > .column:last-child, #spectacle .medium-up-5 > .columns:last-child, #spectacle article .prop-row .medium-up-5 > .prop-name:last-child, #spectacle article .prop-row .medium-up-5 > .prop-value:last-child, #spectacle article .medium-up-5 > .doc-copy:last-child, #spectacle article .medium-up-5 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-6 > .column, #spectacle .medium-up-6 > .columns, #spectacle article .prop-row .medium-up-6 > .prop-name, #spectacle article .prop-row .medium-up-6 > .prop-value, #spectacle article .medium-up-6 > .doc-copy, #spectacle article .medium-up-6 > .doc-examples {
      width: 16.6666666667%;
      float: left; }
      #spectacle .medium-up-6 > .column:nth-of-type(1n), #spectacle .medium-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-6 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-6 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-6 > .column:nth-of-type(6n+1), #spectacle .medium-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .medium-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .medium-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .medium-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .medium-up-6 > .doc-examples:nth-of-type(6n+1) {
        clear: both; }
      #spectacle .medium-up-6 > .column:last-child, #spectacle .medium-up-6 > .columns:last-child, #spectacle article .prop-row .medium-up-6 > .prop-name:last-child, #spectacle article .prop-row .medium-up-6 > .prop-value:last-child, #spectacle article .medium-up-6 > .doc-copy:last-child, #spectacle article .medium-up-6 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-7 > .column, #spectacle .medium-up-7 > .columns, #spectacle article .prop-row .medium-up-7 > .prop-name, #spectacle article .prop-row .medium-up-7 > .prop-value, #spectacle article .medium-up-7 > .doc-copy, #spectacle article .medium-up-7 > .doc-examples {
      width: 14.2857142857%;
      float: left; }
      #spectacle .medium-up-7 > .column:nth-of-type(1n), #spectacle .medium-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-7 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-7 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-7 > .column:nth-of-type(7n+1), #spectacle .medium-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .medium-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .medium-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .medium-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .medium-up-7 > .doc-examples:nth-of-type(7n+1) {
        clear: both; }
      #spectacle .medium-up-7 > .column:last-child, #spectacle .medium-up-7 > .columns:last-child, #spectacle article .prop-row .medium-up-7 > .prop-name:last-child, #spectacle article .prop-row .medium-up-7 > .prop-value:last-child, #spectacle article .medium-up-7 > .doc-copy:last-child, #spectacle article .medium-up-7 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-up-8 > .column, #spectacle .medium-up-8 > .columns, #spectacle article .prop-row .medium-up-8 > .prop-name, #spectacle article .prop-row .medium-up-8 > .prop-value, #spectacle article .medium-up-8 > .doc-copy, #spectacle article .medium-up-8 > .doc-examples {
      width: 12.5%;
      float: left; }
      #spectacle .medium-up-8 > .column:nth-of-type(1n), #spectacle .medium-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-8 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-8 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .medium-up-8 > .column:nth-of-type(8n+1), #spectacle .medium-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .medium-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .medium-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .medium-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .medium-up-8 > .doc-examples:nth-of-type(8n+1) {
        clear: both; }
      #spectacle .medium-up-8 > .column:last-child, #spectacle .medium-up-8 > .columns:last-child, #spectacle article .prop-row .medium-up-8 > .prop-name:last-child, #spectacle article .prop-row .medium-up-8 > .prop-value:last-child, #spectacle article .medium-up-8 > .doc-copy:last-child, #spectacle article .medium-up-8 > .doc-examples:last-child {
        float: left; }
    #spectacle .medium-collapse > .column, #spectacle .medium-collapse > .columns, #spectacle article .prop-row .medium-collapse > .prop-name, #spectacle article .prop-row .medium-collapse > .prop-value, #spectacle article .medium-collapse > .doc-copy, #spectacle article .medium-collapse > .doc-examples {
      padding-left: 0;
      padding-right: 0; }
    #spectacle .medium-uncollapse > .column, #spectacle .medium-uncollapse > .columns, #spectacle article .prop-row .medium-uncollapse > .prop-name, #spectacle article .prop-row .medium-uncollapse > .prop-value, #spectacle article .medium-uncollapse > .doc-copy, #spectacle article .medium-uncollapse > .doc-examples {
      padding-left: 0.9868421053rem;
      padding-right: 0.9868421053rem; }
    #spectacle .medium-centered {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    #spectacle .medium-uncentered,
    #spectacle .medium-push-0,
    #spectacle .medium-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 64em) {
    #spectacle .large-1 {
      width: 8.3333333333%; }
    #spectacle .large-push-1 {
      position: relative;
      left: 8.3333333333%; }
    #spectacle .large-pull-1 {
      position: relative;
      left: -8.3333333333%; }
    #spectacle .large-offset-0 {
      margin-left: 0%; }
    #spectacle .large-2 {
      width: 16.6666666667%; }
    #spectacle .large-push-2 {
      position: relative;
      left: 16.6666666667%; }
    #spectacle .large-pull-2 {
      position: relative;
      left: -16.6666666667%; }
    #spectacle .large-offset-1 {
      margin-left: 8.3333333333%; }
    #spectacle .large-3 {
      width: 25%; }
    #spectacle .large-push-3 {
      position: relative;
      left: 25%; }
    #spectacle .large-pull-3 {
      position: relative;
      left: -25%; }
    #spectacle .large-offset-2 {
      margin-left: 16.6666666667%; }
    #spectacle .large-4 {
      width: 33.3333333333%; }
    #spectacle .large-push-4 {
      position: relative;
      left: 33.3333333333%; }
    #spectacle .large-pull-4 {
      position: relative;
      left: -33.3333333333%; }
    #spectacle .large-offset-3 {
      margin-left: 25%; }
    #spectacle .large-5 {
      width: 41.6666666667%; }
    #spectacle .large-push-5 {
      position: relative;
      left: 41.6666666667%; }
    #spectacle .large-pull-5 {
      position: relative;
      left: -41.6666666667%; }
    #spectacle .large-offset-4 {
      margin-left: 33.3333333333%; }
    #spectacle .large-6, #spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples {
      width: 50%; }
    #spectacle .large-push-6 {
      position: relative;
      left: 50%; }
    #spectacle .large-pull-6 {
      position: relative;
      left: -50%; }
    #spectacle .large-offset-5 {
      margin-left: 41.6666666667%; }
    #spectacle .large-7 {
      width: 58.3333333333%; }
    #spectacle .large-push-7 {
      position: relative;
      left: 58.3333333333%; }
    #spectacle .large-pull-7 {
      position: relative;
      left: -58.3333333333%; }
    #spectacle .large-offset-6 {
      margin-left: 50%; }
    #spectacle .large-8 {
      width: 66.6666666667%; }
    #spectacle .large-push-8 {
      position: relative;
      left: 66.6666666667%; }
    #spectacle .large-pull-8 {
      position: relative;
      left: -66.6666666667%; }
    #spectacle .large-offset-7 {
      margin-left: 58.3333333333%; }
    #spectacle .large-9 {
      width: 75%; }
    #spectacle .large-push-9 {
      position: relative;
      left: 75%; }
    #spectacle .large-pull-9 {
      position: relative;
      left: -75%; }
    #spectacle .large-offset-8 {
      margin-left: 66.6666666667%; }
    #spectacle .large-10 {
      width: 83.3333333333%; }
    #spectacle .large-push-10 {
      position: relative;
      left: 83.3333333333%; }
    #spectacle .large-pull-10 {
      position: relative;
      left: -83.3333333333%; }
    #spectacle .large-offset-9 {
      margin-left: 75%; }
    #spectacle .large-11 {
      width: 91.6666666667%; }
    #spectacle .large-push-11 {
      position: relative;
      left: 91.6666666667%; }
    #spectacle .large-pull-11 {
      position: relative;
      left: -91.6666666667%; }
    #spectacle .large-offset-10 {
      margin-left: 83.3333333333%; }
    #spectacle .large-12 {
      width: 100%; }
    #spectacle .large-offset-11 {
      margin-left: 91.6666666667%; }
    #spectacle .large-up-1 > .column, #spectacle .large-up-1 > .columns, #spectacle article .prop-row .large-up-1 > .prop-name, #spectacle article .prop-row .large-up-1 > .prop-value, #spectacle article .large-up-1 > .doc-copy, #spectacle article .large-up-1 > .doc-examples {
      width: 100%;
      float: left; }
      #spectacle .large-up-1 > .column:nth-of-type(1n), #spectacle .large-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-1 > .prop-value:nth-of-type(1n), #spectacle article .large-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-1 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-1 > .column:nth-of-type(1n+1), #spectacle .large-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .large-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .large-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .large-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .large-up-1 > .doc-examples:nth-of-type(1n+1) {
        clear: both; }
      #spectacle .large-up-1 > .column:last-child, #spectacle .large-up-1 > .columns:last-child, #spectacle article .prop-row .large-up-1 > .prop-name:last-child, #spectacle article .prop-row .large-up-1 > .prop-value:last-child, #spectacle article .large-up-1 > .doc-copy:last-child, #spectacle article .large-up-1 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-2 > .column, #spectacle .large-up-2 > .columns, #spectacle article .prop-row .large-up-2 > .prop-name, #spectacle article .prop-row .large-up-2 > .prop-value, #spectacle article .large-up-2 > .doc-copy, #spectacle article .large-up-2 > .doc-examples {
      width: 50%;
      float: left; }
      #spectacle .large-up-2 > .column:nth-of-type(1n), #spectacle .large-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-2 > .prop-value:nth-of-type(1n), #spectacle article .large-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-2 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-2 > .column:nth-of-type(2n+1), #spectacle .large-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .large-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .large-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .large-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .large-up-2 > .doc-examples:nth-of-type(2n+1) {
        clear: both; }
      #spectacle .large-up-2 > .column:last-child, #spectacle .large-up-2 > .columns:last-child, #spectacle article .prop-row .large-up-2 > .prop-name:last-child, #spectacle article .prop-row .large-up-2 > .prop-value:last-child, #spectacle article .large-up-2 > .doc-copy:last-child, #spectacle article .large-up-2 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-3 > .column, #spectacle .large-up-3 > .columns, #spectacle article .prop-row .large-up-3 > .prop-name, #spectacle article .prop-row .large-up-3 > .prop-value, #spectacle article .large-up-3 > .doc-copy, #spectacle article .large-up-3 > .doc-examples {
      width: 33.3333333333%;
      float: left; }
      #spectacle .large-up-3 > .column:nth-of-type(1n), #spectacle .large-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-3 > .prop-value:nth-of-type(1n), #spectacle article .large-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-3 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-3 > .column:nth-of-type(3n+1), #spectacle .large-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .large-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .large-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .large-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .large-up-3 > .doc-examples:nth-of-type(3n+1) {
        clear: both; }
      #spectacle .large-up-3 > .column:last-child, #spectacle .large-up-3 > .columns:last-child, #spectacle article .prop-row .large-up-3 > .prop-name:last-child, #spectacle article .prop-row .large-up-3 > .prop-value:last-child, #spectacle article .large-up-3 > .doc-copy:last-child, #spectacle article .large-up-3 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-4 > .column, #spectacle .large-up-4 > .columns, #spectacle article .prop-row .large-up-4 > .prop-name, #spectacle article .prop-row .large-up-4 > .prop-value, #spectacle article .large-up-4 > .doc-copy, #spectacle article .large-up-4 > .doc-examples {
      width: 25%;
      float: left; }
      #spectacle .large-up-4 > .column:nth-of-type(1n), #spectacle .large-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-4 > .prop-value:nth-of-type(1n), #spectacle article .large-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-4 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-4 > .column:nth-of-type(4n+1), #spectacle .large-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .large-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .large-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .large-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .large-up-4 > .doc-examples:nth-of-type(4n+1) {
        clear: both; }
      #spectacle .large-up-4 > .column:last-child, #spectacle .large-up-4 > .columns:last-child, #spectacle article .prop-row .large-up-4 > .prop-name:last-child, #spectacle article .prop-row .large-up-4 > .prop-value:last-child, #spectacle article .large-up-4 > .doc-copy:last-child, #spectacle article .large-up-4 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-5 > .column, #spectacle .large-up-5 > .columns, #spectacle article .prop-row .large-up-5 > .prop-name, #spectacle article .prop-row .large-up-5 > .prop-value, #spectacle article .large-up-5 > .doc-copy, #spectacle article .large-up-5 > .doc-examples {
      width: 20%;
      float: left; }
      #spectacle .large-up-5 > .column:nth-of-type(1n), #spectacle .large-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-5 > .prop-value:nth-of-type(1n), #spectacle article .large-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-5 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-5 > .column:nth-of-type(5n+1), #spectacle .large-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .large-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .large-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .large-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .large-up-5 > .doc-examples:nth-of-type(5n+1) {
        clear: both; }
      #spectacle .large-up-5 > .column:last-child, #spectacle .large-up-5 > .columns:last-child, #spectacle article .prop-row .large-up-5 > .prop-name:last-child, #spectacle article .prop-row .large-up-5 > .prop-value:last-child, #spectacle article .large-up-5 > .doc-copy:last-child, #spectacle article .large-up-5 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-6 > .column, #spectacle .large-up-6 > .columns, #spectacle article .prop-row .large-up-6 > .prop-name, #spectacle article .prop-row .large-up-6 > .prop-value, #spectacle article .large-up-6 > .doc-copy, #spectacle article .large-up-6 > .doc-examples {
      width: 16.6666666667%;
      float: left; }
      #spectacle .large-up-6 > .column:nth-of-type(1n), #spectacle .large-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-6 > .prop-value:nth-of-type(1n), #spectacle article .large-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-6 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-6 > .column:nth-of-type(6n+1), #spectacle .large-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .large-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .large-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .large-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .large-up-6 > .doc-examples:nth-of-type(6n+1) {
        clear: both; }
      #spectacle .large-up-6 > .column:last-child, #spectacle .large-up-6 > .columns:last-child, #spectacle article .prop-row .large-up-6 > .prop-name:last-child, #spectacle article .prop-row .large-up-6 > .prop-value:last-child, #spectacle article .large-up-6 > .doc-copy:last-child, #spectacle article .large-up-6 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-7 > .column, #spectacle .large-up-7 > .columns, #spectacle article .prop-row .large-up-7 > .prop-name, #spectacle article .prop-row .large-up-7 > .prop-value, #spectacle article .large-up-7 > .doc-copy, #spectacle article .large-up-7 > .doc-examples {
      width: 14.2857142857%;
      float: left; }
      #spectacle .large-up-7 > .column:nth-of-type(1n), #spectacle .large-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-7 > .prop-value:nth-of-type(1n), #spectacle article .large-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-7 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-7 > .column:nth-of-type(7n+1), #spectacle .large-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .large-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .large-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .large-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .large-up-7 > .doc-examples:nth-of-type(7n+1) {
        clear: both; }
      #spectacle .large-up-7 > .column:last-child, #spectacle .large-up-7 > .columns:last-child, #spectacle article .prop-row .large-up-7 > .prop-name:last-child, #spectacle article .prop-row .large-up-7 > .prop-value:last-child, #spectacle article .large-up-7 > .doc-copy:last-child, #spectacle article .large-up-7 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-up-8 > .column, #spectacle .large-up-8 > .columns, #spectacle article .prop-row .large-up-8 > .prop-name, #spectacle article .prop-row .large-up-8 > .prop-value, #spectacle article .large-up-8 > .doc-copy, #spectacle article .large-up-8 > .doc-examples {
      width: 12.5%;
      float: left; }
      #spectacle .large-up-8 > .column:nth-of-type(1n), #spectacle .large-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-8 > .prop-value:nth-of-type(1n), #spectacle article .large-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-8 > .doc-examples:nth-of-type(1n) {
        clear: none; }
      #spectacle .large-up-8 > .column:nth-of-type(8n+1), #spectacle .large-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .large-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .large-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .large-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .large-up-8 > .doc-examples:nth-of-type(8n+1) {
        clear: both; }
      #spectacle .large-up-8 > .column:last-child, #spectacle .large-up-8 > .columns:last-child, #spectacle article .prop-row .large-up-8 > .prop-name:last-child, #spectacle article .prop-row .large-up-8 > .prop-value:last-child, #spectacle article .large-up-8 > .doc-copy:last-child, #spectacle article .large-up-8 > .doc-examples:last-child {
        float: left; }
    #spectacle .large-collapse > .column, #spectacle .large-collapse > .columns, #spectacle article .prop-row .large-collapse > .prop-name, #spectacle article .prop-row .large-collapse > .prop-value, #spectacle article .large-collapse > .doc-copy, #spectacle article .large-collapse > .doc-examples {
      padding-left: 0;
      padding-right: 0; }
    #spectacle .large-uncollapse > .column, #spectacle .large-uncollapse > .columns, #spectacle article .prop-row .large-uncollapse > .prop-name, #spectacle article .prop-row .large-uncollapse > .prop-value, #spectacle article .large-uncollapse > .doc-copy, #spectacle article .large-uncollapse > .doc-examples {
      padding-left: 0.9868421053rem;
      padding-right: 0.9868421053rem; }
    #spectacle .large-centered {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    #spectacle .large-uncentered,
    #spectacle .large-push-0,
    #spectacle .large-pull-0 {
      position: static;
      margin-left: 0;
      margin-right: 0; } }
  #spectacle #sidebar {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    border-right: 1px solid #eee;
    background-color: #f6f6f6;
    height: 100vh;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 250px; }
    #spectacle #sidebar h5 {
      margin: 1.5rem 0 0.65rem;
      text-transform: uppercase;
      color: #b6b6b6;
      font-size: 0.9rem; }
    #spectacle #sidebar a {
      display: block;
      margin: 0 0 0.25rem;
      color: #46483e;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      #spectacle #sidebar a.active {
        color: #2199e8; }
    #spectacle #sidebar ul {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0.75rem 0.75rem; }
    #spectacle #sidebar section > ul {
      display: none; }
    #spectacle #sidebar section.expand > ul {
      display: block; }
    #spectacle #sidebar .close-button {
      opacity: 0.5; }
  #spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important; }
  #spectacle .doc-separator, #spectacle article h2 {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid #e2e2e2; }
  #spectacle #docs {
    background: #fefefe;
    overflow: hidden;
    position: relative; }
    #spectacle #docs .example-box {
      display: none; }
    @media screen and (min-width: 64em) {
      #spectacle #docs .example-box {
        display: block;
        background-color: #23241f;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; } }
  #spectacle article {
    position: relative; }
    #spectacle article .no-description {
      color: #7a7a7a; }
    #spectacle article dt {
      color: #23241f; }
    #spectacle article table.table {
      width: 100%; }
    #spectacle article code {
      font-size: 0.9em;
      border-radius: 3px; }
    #spectacle article p:last-child:first-child {
      margin-bottom: 0; }
    #spectacle article h1 {
      margin: 2.5rem 0 0;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e2e2e2;
      background-color: #f6f6f6; }
    #spectacle article h1.doc-title {
      margin: 0;
      padding-top: 2.15rem;
      padding-bottom: 0;
      font-weight: bold;
      background: transparent;
      border: none;
      color: #515448; }
      #spectacle article h1.doc-title span {
        display: none;
        opacity: 0.65;
        margin-left: 5px;
        font-weight: normal; }
    #spectacle article h2 {
      margin-bottom: 0;
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      padding-bottom: 0.25rem;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); }
    #spectacle article h3 {
      margin: 0rem 0 0.75rem; }
    #spectacle article h1 + .panel > h2 {
      margin-top: 0;
      border-top: none; }
    #spectacle article h1 + .tag-description + .panel > h2 {
      margin-top: 2rem; }
    #spectacle article h1 + .panel h3 {
      margin-top: 1rem; }
    #spectacle article .panel {
      position: relative; }
    #spectacle article .prop-row {
      padding-top: 0.75em;
      padding-bottom: 0.75em;
      border-top: 1px solid #eee; }
      #spectacle article .prop-row:first-child, #spectacle article .prop-row.prop-group {
        border-top: 1px solid #ddd; }
      #spectacle article .prop-row .prop-title {
        font-weight: bold; }
      #spectacle article .prop-row .prop-name {
        text-align: right;
        padding-right: 0.85rem !important;
        word-break: break-word; }
      #spectacle article .prop-row .prop-value {
        padding-left: 0.85rem !important;
        word-wrap: break-word; }
      #spectacle article .prop-row.prop-inner {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 90%; }
        #spectacle article .prop-row.prop-inner .prop-name {
          color: #7a7a7a; }
    #spectacle article .doc-row {
      margin: 2rem 0 20px; }
    #spectacle article .doc-examples {
      padding-left: 2.25rem !important;
      padding-right: 2.25rem !important;
      color: #fefefe;
      background-color: #23241f; }
      #spectacle article .doc-examples h5 {
        color: #fefefe;
        font-size: 1rem;
        opacity: 0.8; }
        #spectacle article .doc-examples h5 span {
          opacity: 0.5; }
      @media screen and (max-width: 63.9375em) {
        #spectacle article .doc-examples:not(:empty) {
          margin-top: 1.5rem;
          padding-top: 1.5rem;
          padding-bottom: 0.5rem; } }
    #spectacle article .powered-by {
      font-size: 90%;
      color: #cacaca; }
      #spectacle article .powered-by span {
        color: #f68b1f; }
    #spectacle article .operation .operation-tags {
      position: absolute;
      top: 0;
      text-align: right;
      right: 0; }
    @media screen and (min-width: 64em) {
      #spectacle article .operation .operation-tags {
        right: 50%; } }
    #spectacle article .operation .operation-path {
      word-break: break-all; }
    #spectacle article .definition .doc-examples h5 {
      margin-top: -1rem; }
  #spectacle .hljs {
    padding: 0 !important;
    margin-bottom: 1.5rem; }
    #spectacle .hljs pre {
      line-height: 1.25;
      padding: 1.5rem 2rem;
      border-radius: 5px;
      box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset;
      margin: 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #404040;
      white-space: pre-wrap;
      word-break: normal;
      word-spacing: normal; }
    #spectacle .hljs code {
      font-family: Consolas,"Liberation Mono",Courier,monospace;
      font-weight: inherit;
      color: inherit;
      background-color: transparent;
      border: none;
      padding: 0; }
  #spectacle .drawer-layout .drawer {
    box-shadow: 0 0 10px rgba(35, 36, 31, 0.5);
    transition: transform 0.5s ease;
    backface-visibility: hidden; }
    #spectacle .drawer-layout .drawer.slide-left {
      transform: translateX(-250px); }
    #spectacle .drawer-layout .drawer.slide-right {
      transform: translateX(250px); }
    #spectacle .drawer-layout .drawer .drawer-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(254, 254, 254, 0.25); }
    @media screen and (min-width: 64em) {
      #spectacle .drawer-layout .drawer.slide-left {
        transform: none;
        margin-left: -250px; }
      #spectacle .drawer-layout .drawer.slide-right {
        transform: none;
        margin-left: 250px; }
      #spectacle .drawer-layout .drawer .drawer-overlay {
        display: none; } }
  @media screen and (min-width: 64em) {
    #spectacle .drawer-layout.drawer-slide-left-large .drawer {
      margin-left: -250px; }
    #spectacle .drawer-layout.drawer-slide-left-large .floating-menu-icon {
      opacity: 0; }
    #spectacle .drawer-layout.drawer-slide-right-large .drawer {
      margin-left: 250px; }
    #spectacle .drawer-layout.drawer-slide-right-large .floating-menu-icon {
      opacity: 0; } }
  #spectacle .drawer-layout.drawer-open .floating-menu-icon {
    opacity: 0; }
  #spectacle .drawer-layout .floating-menu-icon {
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    background-color: rgba(35, 36, 31, 0.75);
    padding: 0.65rem;
    z-index: 1;
    border-radius: 5px;
    transition: opacity 0.5s linear; }
    #spectacle .drawer-layout .floating-menu-icon .hamburger {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      width: 20px;
      height: 16px; }
      #spectacle .drawer-layout .floating-menu-icon .hamburger::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        top: 0;
        left: 0;
        box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
      #spectacle .drawer-layout .floating-menu-icon .hamburger:hover::after {
        background: #cacaca;
        box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
  #spectacle .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f; }
  #spectacle .hljs,
  #spectacle .hljs-tag,
  #spectacle .hljs-subst {
    color: #f8f8f2; }
  #spectacle .hljs-strong,
  #spectacle .hljs-emphasis {
    color: #a8a8a2; }
  #spectacle .hljs-bullet,
  #spectacle .hljs-quote,
  #spectacle .hljs-number,
  #spectacle .hljs-regexp,
  #spectacle .hljs-literal,
  #spectacle .hljs-link {
    color: #ae81ff; }
  #spectacle .hljs-code,
  #spectacle .hljs-title,
  #spectacle .hljs-section,
  #spectacle .hljs-selector-class {
    color: #a6e22e; }
  #spectacle .hljs-strong {
    font-weight: bold; }
  #spectacle .hljs-emphasis {
    font-style: italic; }
  #spectacle .hljs-keyword,
  #spectacle .hljs-selector-tag,
  #spectacle .hljs-name,
  #spectacle .hljs-attr {
    color: #f92672; }
  #spectacle .hljs-symbol,
  #spectacle .hljs-attribute {
    color: #66d9ef; }
  #spectacle .hljs-params,
  #spectacle .hljs-class .hljs-title {
    color: #f8f8f2; }
  #spectacle .hljs-string,
  #spectacle .hljs-type,
  #spectacle .hljs-built_in,
  #spectacle .hljs-builtin-name,
  #spectacle .hljs-selector-id,
  #spectacle .hljs-selector-attr,
  #spectacle .hljs-selector-pseudo,
  #spectacle .hljs-addition,
  #spectacle .hljs-variable,
  #spectacle .hljs-template-variable {
    color: #e6db74; }
  #spectacle .hljs-comment,
  #spectacle .hljs-deletion,
  #spectacle .hljs-meta {
    color: #75715e; }

#spectacle .hljs pre {
  box-shadow: none;
  border: none;
  color: #525252;
  word-break: break-all; }

#spectacle .hljs {
  background: #f8f8f8; }

#spectacle .hljs,
#spectacle .hljs-tag,
#spectacle .hljs-subst {
  color: #2973b7; }

#spectacle .hljs-strong,
#spectacle .hljs-emphasis {
  color: #a8a8a2; }

#spectacle .hljs-bullet,
#spectacle .hljs-quote,
#spectacle .hljs-number,
#spectacle .hljs-regexp,
#spectacle .hljs-literal,
#spectacle .hljs-link {
  color: #ae81ff; }

#spectacle .hljs-code,
#spectacle .hljs-title,
#spectacle .hljs-section,
#spectacle .hljs-selector-class {
  color: #fff; }

#spectacle .hljs-keyword,
#spectacle .hljs-selector-tag,
#spectacle .hljs-name,
#spectacle .hljs-attr {
  color: #42b983; }

#spectacle .hljs-symbol,
#spectacle .hljs-attribute {
  color: #42b983; }

#spectacle .hljs-params,
#spectacle .hljs-class .hljs-title {
  color: #f8f8f2; }

#spectacle .hljs-string,
#spectacle .hljs-type,
#spectacle .hljs-built_in,
#spectacle .hljs-builtin-name,
#spectacle .hljs-selector-id,
#spectacle .hljs-selector-attr,
#spectacle .hljs-selector-pseudo,
#spectacle .hljs-addition,
#spectacle .hljs-variable,
#spectacle .hljs-template-variable {
  color: #e96900; }

#spectacle .hljs-comment,
#spectacle .hljs-deletion,
#spectacle .hljs-meta {
  color: #b3b3b3; }

::-webkit-scrollbar {
  width: 10px;
  background-color: whitesmoke; }

#sidebar::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 20px;
  border-radius: 20px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #02B5C4; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #02B5C4;
  opacity: 0.8; }

a,
.json-schema-ref {
  border-bottom: 1px solid #ebebeb;
  color: #6B4487;
  transition: all ease-in-out .2s; }

a:hover,
a:focus,
.json-schema-ref:hover,
.json-schema-ref:focus {
  color: #330066; }

a:hover,
a:focus {
  border-bottom-color: #02B5C4; }

a.powered-by:hover,
a.powered-by:focus {
  border-bottom-color: #6B4487; }

#spectacle .swagger-operation-path:before,
#spectacle .swagger-operation-description:before,
#spectacle .swagger-request-params:before,
#spectacle .swagger-responses:before,
#spectacle .json-schema-properties:before,
#spectacle .json-schema-description:before,
#spectacle .swagger-request-body:before,
#spectacle .swagger-request-body .json-schema-properties:before,
#spectacle .swagger-request-security:before,
#spectacle .json-schema-additionalProperties:before, #spectacle .json-schema-allOf-inherited:before, #spectacle .json-schema-array-items:before, #spectacle .json-schema-example:before,
#spectacle #sidebar a.active {
  color: #02B5C4; }

#introduction {
  text-align: center;
  margin-top: 4rem; }

#spectacle article h1.doc-title {
  font-size: 3rem;
  padding-top: 0.5rem; }

#introduction::before {
  background: url(../images/logo_hdquery.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 55px;
  margin-bottom: 1.5rem; }

#spectacle #sidebar {
  background-color: #fafafa;
  border: 0;
  padding: 1.5rem 1.5rem 2rem; }

#spectacle #sidebar h5 {
  color: #000;
  font-size: 1em;
  font-weight: 700; }

#spectacle #sidebar a {
  color: #646464;
  font-size: 0.9rem;
  border: 0; }

#spectacle .drawer-layout .floating-menu-icon {
  background-color: #6B4487;
  transition: background-color ease-in-out .15s;
  left: 0.75rem; }

#spectacle .drawer-layout .floating-menu-icon:hover,
#spectacle .drawer-layout .floating-menu-icon:focus {
  background-color: #330066; }

#spectacle .drawer-layout .floating-menu-icon .hamburger:hover::after,
#spectacle .drawer-layout .floating-menu-icon .hamburger:focus::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }

code {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  line-height: 2;
  padding: 0.25rem 0.5rem; }

.accordion {
  overflow: hidden !important;
  position: relative;
  transition: all ease-in-out .2s; }

.accordion:hover {
  cursor: pointer;
  background-color: #eee !important; }

.accordion.close {
  max-height: 400px; }

.accordion.open::before, .accordion.close::before {
  border-left: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  content: '';
  height: 24px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  transition: bottom ease-in-out .2s;
  opacity: .5;
  width: 24px;
  z-index: 10; }

.accordion.open:hover::before, .accordion.close:hover::before {
  opacity: 1; }

.accordion.open::before {
  bottom: .5em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.accordion.open:hover::before {
  bottom: 1em; }

.accordion.close::before {
  bottom: 2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion.close:hover::before {
  bottom: 1.5em; }

.accordion.close::after {
  bottom: 0;
  background: linear-gradient(transparent, #f8f8f8);
  content: '';
  height: 50%;
  position: absolute;
  transition: all ease-in-out .2s;
  width: 100%; }

.accordion.close:hover::after {
  opacity: 0; }

.hljs {
  position: relative; }

.codebox-links {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0; }

.codebox-link:not(:last-child),
.codebox-link:not(:last-child):hover {
  border: 0;
  border-right: 2px solid #fff; }

.codebox-link {
  border: 0;
  display: inline-block;
  color: #969696;
  font-size: 0.85rem;
  padding: 0.75em 1em; }

.codebox-link:hover {
  background: #fff;
  border: 0;
  color: #969696; }

::selection {
  background: #6B4487;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #6B4487;
  /* Gecko Browsers */
  color: #fff; }

.is-anchor {
  position: relative; }
  .is-anchor .is-anchor-link {
    opacity: .25;
    border: 0;
    color: #c8c8c8;
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 1.5rem;
    transition: all ease-in-out .2s;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    top: 0;
    left: -2em; }
    .is-anchor .is-anchor-link:hover {
      color: #02B5C4; }
  .is-anchor:hover .is-anchor-link {
    opacity: 1; }

#spectacle #introduction {
  text-align: inherit; }

h1.doc-title {
  text-align: center; }

#spectacle,
#spectacle h1,
#spectacle h2,
#spectacle h3,
#spectacle h4,
#spectacle h5,
#spectacle h6 {
  font-family: 'Cabin', sans-serif; }

#spectacle .drawer-layout .drawer {
  box-shadow: none; }

#spectacle article .doc-examples,
#spectacle #docs .example-box {
  background-color: transparent; }

#spectacle .large-6, #spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples,
#spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples,
#spectacle article h1.doc-title,
#spectacle article > h1,
#spectacle article > h2,
#spectacle article .panel > h2,
#spectacle article .panel > h3,
#spectacle article .doc-copy,
#spectacle article .doc-examples {
  width: 100%; }

#spectacle article .doc-examples h5 {
  color: #000; }

#spectacle article .definition .doc-examples h5 {
  margin-top: inherit; }

#spectacle article .operation .operation-tags {
  right: 0 !important; }

#spectacle article {
  display: block;
  max-width: 50rem;
  margin: 0 auto; }

#spectacle article h1.swagger-summary-tag:first-of-type {
  margin-top: 0; }

#spectacle article h1 {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #330066;
  color: #330066;
  font-size: 2.25rem;
  padding-bottom: 0.25rem !important;
  display: block;
  margin-top: 7rem;
  margin-bottom: 3rem; }

#spectacle article .prop-row {
  border: 0; }

#spectacle .json-property-required:before {
  border-radius: 0; }

.label {
  background-color: #6B4487; }

a.label {
  border: 0;
  cursor: pointer; }

a.label:hover,
a.label:focus {
  background-color: #330066;
  color: #fff; }

code {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  line-height: 2;
  padding: 0.25rem 0.5rem; }

#spectacle article h1,
#spectacle article h1 + .panel > h2 {
  padding-top: 0; }

@media print {
  .hide-on-print,
  .powered-by,
  #introduction::before,
  #sidebar {
    display: none !important; }
  html {
    font-size: 12px; }
  @page {
    margin: 1.5cm 2cm; }
  #spectacle article h1.doc-title {
    padding-top: 0;
    padding-top: 0; }
  #spectacle article h1 {
    margin-bottom: .25cm;
    margin-top: .5cm; }
  #spectacle article .doc-row {
    margin: .25cm 0; }
  .hljs {
    border-radius: 0 !important; }
  pre {
    background-color: #f0f0f0 !important;
    border-radius: 0 !important; }
  .accordion {
    overflow: hidden !important;
    position: relative;
    transition: all ease-in-out .2s; }
  .accordion.close {
    max-height: inherit; }
  .accordion.close::before {
    display: none; }
  .accordion.close::after {
    display: none; } }
