pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  margin:0;
  padding:0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*,*::after{box-sizing:border-box;}

body{text-align:left;}


.header { background-color: #404B51;}
.header-contents{padding:30px;white-space:nowrap;width:100%;display:inline-block;}
.header-contents__left,
.header-contents__right{display:inline-block;white-space:normal;width:50%;vertical-align:middle;}
.header-contents__left{text-align:left;}
.header-contents__right{text-align:right;}
.header-contents__right h1{font-size:2rem;color:#FFF;font-weight:100 !important;}


.cta-btn { display: inline-block; box-sizing: border-box; max-width: 280px; border: none; border-radius: 4px; padding: .45em .875em; background: none; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; font-size: 1em; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; line-height: 1.5; text-align: center; text-decoration: none; transition: all .25s; }
.cta-btn:hover { background-color: #ED672C; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset; }
.cta-btn:link, .cta-btn:visited { color: #22252B !important; }
.cta-btn:active, .cta-btn:hover { color: black; }
.cta-btn--default { background-color: #007DCC; }
.cta-btn--default:link, .cta-btn--default:visited { color: #FFF !important; text-shadow: 0 1px 1px #005e99; }
.cta-btn--default:active, .cta-btn--default:hover { background-color: #006EB3; color: white; }

#api { min-width: 640px; }
#api .page { font-size: 1.2em; }

.table-of-contents,
.api-documentation{display:inline-block;}

.table-of-contents { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0px; bottom: 0; width: 150px; padding: 25px; background-color: #333; overflow-y: auto; z-index: 5; }
.table-of-contents h3 { margin-bottom: .25em; color: #FFF; -webkit-font-smoothing: antialiased; }
.table-of-contents ul { margin-bottom: 2em; padding:0 !important;}
.table-of-contents ul li { padding: 2px 0; list-style: none; }
.table-of-contents ul ul { margin: 0 0 0 1em; }
.table-of-contents a { color: #949494; font-size: 1em; text-decoration: none; }
.table-of-contents a:hover { color: #ED672C; }
.table-of-contents .active > a { color: #ED672C; font-weight: bold; }

.table-of-contents__contents{position: fixed; top:180px; left: 22px;}

.api-documentation{width:100%;}

.docs-content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; height: 100%; margin-left: 215px; color: #666666; line-height: 1.5em; }
.docs-content .example-sidebar { position: absolute; top: 0; right: 0; bottom: 0; width: 45%; z-index: -1; background-color: #fcfcfc; }
.docs-content a { text-decoration: none; }
.docs-content a:hover { text-decoration: underline; color: #007DCC; }
.docs-content a:visited { color: #007DCC; }
.docs-content .badge { display: inline-block; margin-right: .25em; padding: .25em .4em; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-transform: uppercase; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); line-height: 1; color: #FFF; font-size: .85em; vertical-align: .1em; background-color: #CFCFCF; }
.docs-content h2 { margin: .9em 0 0; color: #333; font: normal 2em; }
.docs-content h3 { margin: 1.25em 0 .8em; padding: 0; color: #333;}
.docs-content h4 { margin: .75em 0 .9em; padding-top: .5em; color: #333; font-size: 1em; }
.docs-content h5 { margin: .5em 0 .75em; padding-top: .5em; color: #333; font-size: .9em; }
.docs-content hr { height: 1px; margin: 2em 0; border-bottom: 1px solid #DDD; padding: 0; }
.docs-content strong { color: #333; }
.docs-content img { margin: .5em 0; padding: 4px; }
.docs-content p { margin: 0 0 1em; }
.docs-content p .image-left { float: left; margin: .4em 20px .6em 0; }
.docs-content p .image-right { float: right; margin: .4em 0 .6em 20px; }
.docs-content p .image-center { display: block; margin: 2em auto; }
.docs-content p .no-border { border: 0; padding: 0; }
.docs-content p .caption { display: block; margin: .75em 0 0; color: #99A; font-size: .85em; }
.docs-content p .image-fit { width: 100%; }
.docs-content ul, .docs-content ol { margin: 0 0 2em 2.5em; }
.docs-content ul li, .docs-content ol li { margin-bottom: .75em; }
.docs-content ul li { list-style: disc; }
.docs-content ul ul { margin-top: .75em; font-size: 1em; }
.docs-content ol li { list-style: decimal; }
.docs-content dl { margin: 0 0 1em; font-size: .85em; }
.docs-content dl dt { margin: 1.25em 0 0; color: #333; font-weight: bold; }
.docs-content dl dd { margin: 0 0 1.25em 3em; }
.docs-content .topics { margin: 2em 0 0 0; padding: 1em; border: 2px solid #aad3f0; }
.docs-content .topics ul { margin: 0; }
.docs-content .topics li { margin: 0; padding: 0; list-style: none; }
.docs-content .topics a { font-size: 1.25em; font-weight: bold; line-height: 2em; }
.docs-content .topics h4 { margin: 0 0 .5em 0; padding: 0; font: normal 1.15em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
.docs-content .btn-try { box-sizing: border-box; display: inline-block; margin-left: 3px; padding: 3px 6px; border-radius: 2px; background-color: #5CCC99; color: #FFF !important; font-weight: bold; font-size: .75em; }
.docs-content .btn-try:hover { background-color: #35A572; text-decoration: none; }
.docs-content .btn-try:active { background-color: #1E7E52; }

/* Tables
============================== */
.params { width: 104%; margin: 0 -2% 1.25em; font-size: 1em; }
.params th,
.params td { border-bottom: 1px solid #EEE; padding: .8em 2%; width: 50%; line-height: 1.5em; }
.params th code,
.params td code { padding: 2px 5px !important; }
.params th { text-align: left; font: 1em "Bitstream Vera Sans Mono", Consolas, Monaco, "Courier New", Courier, monospace, serif; white-space: nowrap; }
.params td:last-of-type { padding-right: 0; }
.params tr:last-child th, .params tr:last-child td { border-bottom: none; }
.params.params--with-type th { width: 35%; }
.params.params--with-type td { width: 50%; }
.params.params--with-type td:first-of-type { width: 15%; color: #B1B1B1; font-style: italic; font-size: .875em; }

/* Documentation Sections
============================== */
.docs-section { border-bottom: 1px dotted #DDD; padding: 2em 0; }
.docs-section h3:first-child { margin-top: 0; }
.docs-section .docs-description { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; width: 55%; padding: 0 40px; }
.docs-section .docs-description code, .docs-section .docs-description pre { padding: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #F5F5F5; }
.docs-section .docs-description pre { margin-bottom: 1em; }
.docs-section .docs-description pre code { display: block; padding: 10px; }
.docs-section:last-child { border-bottom: none; }

.docs-section--title { padding-bottom: 1.5em; }
.docs-section--title h2 { text-align:center; text-transform:uppercase; }
.docs-section--title p { margin-bottom: .25em; }

/* 2 Column
============================== */
.docs-content--2-col .docs-description { float: none; width: 100%; max-width: 720px; }
.docs-content--2-col .topics { margin: 2em -1em 0 -1em; }

/* API Info
============================== */
.api-info { margin: 1em 0 1em; }
.api-info h3 { position: relative; margin-top: .5em; color: #3e4347; font: normal 0.9em "Bitstream Vera Sans Mono", Consolas, Monaco, "Courier New", Courier, monospace, serif; -webkit-font-smoothing: subpixel-antialiased; }
.api-info h3 var { font-size: 1em; }
.badge { margin-right: 0; padding: .3em .4em .3em; text-shadow: none; font-size: .9em; font-weight: bold; }
.badge--get { background-color: #007DCC !important; }
.badge--post { background-color: #45BD76 !important; }
.badge--put { background-color: #E09A44 !important; }
.badge--delete { background-color: #D25050 !important; }

.badge--required{ background-color: #c30000 !important; }
.badge--potentially-required{background-color: #ffb400 !important;}
.badge--new{ background-color: green !important; }

/* Paging Navigation
============================== */
.docs-nav { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0; padding: 1.25em 0 1.3em; font-size: 1em; overflow: hidden; }
.docs-nav a { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.docs-nav .next { padding-left: .25em; text-align: right; font-weight: bold; }
.docs-nav .prev { padding-right: .25em; }

/* Columns
============================== */
.columns:before, .columns:after { content: ""; display: table; }
.columns:after { clear: both; }

.col { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; }
.col:last-of-type { margin-right: 0; }
.col h4 { margin: 0 0 .25em; }
.col p { font-size: .8em; line-height: 1.6em; text-align: left; }
.col ul { margin: 0; }
.col ul li { margin: .3em 0; font-size: .9em; text-align: left; list-style: none; font-weight: bold; line-height: 1.5em; }
.col ul li:last-child { border-bottom: none; }

.col-1-4 { width: 23%; margin: 0 2% 0 0; }

.col-1-2 { width: 48%; margin: 0 2% 0 0; }

/* Code Examples
============================== */
.docs-example { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; float: left; width: 45%; padding: 15px 25px 0; background-color: #fcfcfc; word-break: break-word; }
.docs-example h4 { margin-top: 0; font-size: .9em; font-weight: normal; color: #AAA; }
.docs-example pre { margin: 1em -25px 1em 0 !important; padding-right: 60px; line-height: 1.35em; }
.docs-example::before { position: absolute; top: 0; right: 0; bottom: 0; width: 0; content: ' '; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-box-shadow: #fcfcfc 0 0 3em 3em; -webkit-box-shadow: #fcfcfc 0 0 3em 3em; box-shadow: #fcfcfc 0 0 3em 3em; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
.docs-example.is-faded::before { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

pre { text-align: left; direction: ltr; white-space: pre; word-spacing: normal; word-break: normal; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; overflow: auto; }

code { Consolas, Monaco, "Courier New", Courier, monospace, serif; }

var { Consolas, Monaco, "Courier New", Courier, monospace, serif; }
