/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 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 */ }

/** 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 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 ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 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; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** 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; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 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 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
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 in Chrome and Safari on macOS. */
[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 Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

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

.-screenReader { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; left: -2000px; }

.-screenReader:focus { background-color: #fff; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #000; display: block; font-size: 1rem; height: auto; line-height: normal; padding: 1rem; position: absolute; left: 1rem; top: 1rem; text-decoration: none; width: auto; z-index: 100000; }

html, body { margin: 0; background: #fff; font-family: Roboto, sans-serif; font-size: 14px; line-height: 1.8em; font-weight: 400; color: #002c40; }

a { color: #0073A8; font-weight: 500; text-decoration: none; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; }

a:hover, a:focus { color: #0096db; }

.site-row { max-width: 900px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

@media (min-width: 768px) { .site-row { padding-left: 2rem; padding-right: 2rem; } }

@media (min-width: 1400px) { .site-row { max-width: 1200px; } }

.bookHeader { position: fixed; top: 0; left: 0; width: 100%; height: 60px; padding: 0 1rem; background: #fff; border-bottom: 1px solid #eee; z-index: 999; }

.bookHeader__logo { display: inline-block; padding-top: 1rem; padding-bottom: 1rem; font-size: 1.5rem; font-weight: 300; line-height: 1.2em; color: #002c40; text-decoration: none; }

.bookHeader__logoImage { max-height: 32px; width: auto; display: block; }

.bookHeader__sidebarControl { position: absolute; display: block; top: 0; left: 0; width: 60px; height: 60px; line-height: 60px; padding: 1rem; border: none; border-right: 1px solid #eee; background: transparent; font-size: 1.5rem; line-height: 1.2em; color: #002c40; cursor: pointer; }

.bookHeader__sidebarControl:hover, .bookHeader__sidebarControl:focus { box-shadow: inset 4px 0 0 #0073A8; outline: 0; }

.bookHeader__sidebarControl .fa-bars, .bookHeader__sidebarControl .fa-times { min-width: 2rem; text-align: center; }

.bookHeader__sidebarControl .fa-times { display: none; }

.bookHeader__sidebarControl + .bookHeader__logo { margin-left: 60px; }

.-sidebarIsOpen .bookHeader__sidebarControl .fa-bars { display: none; }

.-sidebarIsOpen .bookHeader__sidebarControl .fa-times { display: inline-block; }

.bookHeader .versions { display: inline-block; float: right; margin-top: 12px; }

@media (min-width: 768px) { .bookHeader { padding: 0 1rem; } }

@media (min-width: 992px) { .bookHeader { position: fixed; height: 5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } .bookHeader__sidebarControl { display: none; } .bookHeader__sidebarControl + .bookHeader__logo { margin-left: 0; } }

.book { margin-top: 4rem; padding: 3rem 1rem 0 1rem; }

.book hr { margin-top: 2rem; margin-bottom: 2rem; border: none; border-bottom: 1px solid #eee; }

.book img { max-width: 100%; padding: 0.5em; background: #eee; border: 1px solid #ddd; border-radius: 3px; }

.book table { border: 1px solid #eee; border-collapse: collapse; }

.book table thead { background: #eee; }

.book table tfooter { background: #eee; }

.book table th, .book table td { padding: 0.25em 0.5em; vertical-align: top; }

.book table th { font-weight: 700; }

.book > .alert:first-child { margin-top: 0; }

.book__content h1 { margin-top: 0; margin-bottom: 1.5rem; font-size: 2.2rem; line-height: 1.2em; }

.book__content p { margin-top: 2em; margin-bottom: 2em; font-size: 1.15rem; line-height: 2em; }

.book__content ul, .book__content ol { margin-top: 2em; margin-bottom: 2em; }

.book__content li { line-height: 1.8em; }

.book__content li + li { margin-top: 1em; }

.book__content blockquote { margin: 2em 0; padding: 1em; border-left: 0.25em solid #c8c8c8; background: #eee; }

.book__content blockquote.tip { background: #f8f2b2; border-color: #e4d857; }

.book__content blockquote.notice { background: #d2eaf5; border-color: #0073A8; }

.book__content blockquote.warning { background: #f8dce2; border-color: #e0143f; }

.book__content blockquote.warning code { color: #ff1e4e; border-color: #e99fae; }

.book__content blockquote p { font-size: 1rem; line-height: 1.6em; }

.book__content blockquote p:first-child { margin-top: 0; }

.book__content blockquote p:last-child { margin-bottom: 0; }

.book__improve { display: inline-block; margin-bottom: 2em; }

.book__footer .book__improve { margin-top: 3rem; }

.book__sidebar { position: fixed; top: 60px; left: 0; height: calc(100vh - 60px); padding: 1rem; background: #fff; transform: translateX(-100%); transition: transform 0.3s; overflow-y: scroll; z-index: 999; }

.book__spacer { padding-bottom: 1rem; }

.book__sidebarScreen { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 998; background: #000; opacity: 0; transition: opacity 0.3s; }

.-sidebarIsOpen .book__sidebar { transform: translateX(0); }

.-sidebarIsOpen .book__sidebarScreen { display: block; opacity: 0.2; }

.book__summary h1, .book__summary h2 { position: absolute; top: 0; left: -9999px; }

.book__summary ul { margin-top: 0; margin-bottom: 0.5rem; padding: 0; list-style: none; }

.book__summary ul ul { margin-top: -0.25rem; padding-left: 1.5rem; }

.book__summary li { list-style: none; color: rgba(0, 44, 64, 0.7); padding: 0.55em 0; font-weight: 500; }

.book__summary li a { line-height: 1.4em; color: #002c40; }

.book__summary li a:hover, .book__summary li a:focus { color: #0073A8; }

.book__summary li li { padding: 0.15em 0; font-size: 0.9rem; font-weight: 400; }

.book__summary li li a { font-weight: 400; }

.book__backToHub { display: inline-block; margin-top: 1.5rem; padding-top: 0.75rem; border-top: 1px solid #eee; }

.book__backToHub .fa-long-arrow-alt-left { color: rgba(0, 44, 64, 0.7); }

.book__backToHub p { display: inline-block; margin: 0; margin-left: 0.75em; }

@media (min-width: 480px) { .book__improve { float: right; margin-left: 2em; } .book__footer .book__improve { float: none; margin-left: 0; } }

@media (min-width: 768px) { .book { padding-left: 2rem; padding-right: 2rem; } }

@media (min-width: 992px) { .book { margin-top: 5rem; padding-top: 3rem; } .book__content { max-width: 50em; margin-left: auto; margin-right: auto; min-height: calc(100vh - 30rem); } .book__footerWrapper { margin-top: 3rem; } .body--withSidebar .book { position: relative; } .body--withSidebar .book__sidebar { position: fixed; top: 5rem; left: 0; overflow: auto; transform: none; width: 20em; height: calc(100vh - 5rem); margin-top: 0; padding: 1rem 2rem; border-right: 1px solid #eee; } .body--withSidebar .book__sidebarScreen { display: none !important; } .body--withSidebar .book__page { margin-left: 20em; } .body--withSidebar .book__footerWrapper { margin-left: 20em; } .body--withSidebar .book__footerWrapper .siteFooter__container { justify-content: center; max-width: none; } }

.version { display: inline-block; padding: 0 1em; border: 1px solid transparent; border-radius: 15px; font-weight: 700; line-height: 30px; }

.version:hover, .version:focus { border-color: #0073A8; }

.version--current { border-color: #0073A8; background: #0073A8; color: #fff; }

/* Some hacky CSS to override the SwaggerUI, which renders our API documentation */
.topbar, .information-container .main .link, .try-out, .swagger-ui section.models { display: none; }

/* Typography */
html, body, .swagger-ui, .swagger-ui .info .title, .swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table, .swagger-ui .opblock-tag, .swagger-ui .opblock-tag small, .swagger-ui .parameter__in, .swagger-ui .parameter__type { font-family: Roboto, sans-serif; }

.swagger-ui .info .title { font-size: 2.2rem; line-height: 1.1em; font-weight: 700; }

.information-container .info, .parameters-col_description { line-height: 1.5em; }

/** Override some book styles */
.book .swagger-ui table { border: inherit; }

.book .swagger-ui table thead { background: transparent; }

/* Inline code bits */
.swagger-ui .code, .swagger-ui code, .swagger-ui .info code, .swagger-ui .markdown code { display: inline-block; padding: 0 0.25em; border-radius: 2px; background: #eee; color: #555; font-weight: 700; font-family: monospace; }

/* Remove extra margins */
.swagger-ui .info { margin-top: 0; }

/* Version indicator */
.swagger-ui .info .title small { top: auto; background: none; line-height: 1.5em; vertical-align: baseline; }

.swagger-ui .info .title small .version { padding: 0; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5em; color: #002c40; }

/* Hide open api version number  */
.swagger-ui .info .title small + small { display: none; }

/* Endpoint blocks */
.swagger-ui .opblock-tag-section { border: 1px solid #eee; margin-bottom: 1rem; }

.swagger-ui .opblock-tag { margin-bottom: 0; border-bottom: 1px solid #eee; font-size: 18px; font-weight: 700; }

.swagger-ui .opblock.is-open .opblock-summary { border-bottom: 1px solid #eee !important; }

.opblock-tag + div { margin: 15px 15px 0 !important; }

.swagger-ui .opblock { border-color: #eee !important; background: transparent !important; border-radius: 0; border-left: none; box-shadow: -1px 0 #eee; }

.swagger-ui .opblock-tag { display: block; position: relative; }

.swagger-ui .opblock-tag .expand-operation { position: absolute; top: 50%; right: 0; transform: translateY(-50%); height: 20px; }

.swagger-ui .opblock-tag small { display: block; padding: 0 1rem 0 0; }

.swagger-ui .opblock-tag small p { line-height: 1.6em; }

.swagger-ui .opblock-tag small p:first-child { margin-top: 0; }

.swagger-ui .opblock-tag small p:last-child { margin-bottom: 0; }

.swagger-ui .opblock .opblock-summary { display: block; position: relative; }

.swagger-ui .opblock .opblock-summary-method { position: absolute; top: 50%; left: 0.5rem; min-width: 100px; transform: translateY(-50%); }

.swagger-ui .opblock .opblock-summary-path { display: block; padding-left: 115px; }

.swagger-ui .opblock .opblock-summary-path a { font-weight: 700; }

.swagger-ui .opblock .opblock-summary-description { padding-left: 115px; line-height: 1.3rem; }

.swagger-ui .opblock.is-open.opblock-get { box-shadow: -4px 0 #007ab2; }

.swagger-ui .opblock.opblock-get .opblock-summary-method { background: #007ab2; }

.swagger-ui .opblock.is-open.opblock-post { box-shadow: -4px 0 #00b28d; }

.swagger-ui .opblock.opblock-post .opblock-summary-method { background: #00b28d; }

.swagger-ui .opblock.is-open.opblock-put { box-shadow: -4px 0 #e08914; }

.swagger-ui .opblock.opblock-put .opblock-summary-method { background: #e08914; }

.swagger-ui .opblock.is-open.opblock-delete { box-shadow: -4px 0 #e0143f; }

.swagger-ui .opblock.opblock-delete .opblock-summary-method { background: #e0143f; }

.swagger-ui .opblock .opblock-section-header { box-shadow: none; border-bottom: 1px solid #eee; }

.swagger-ui table thead tr td, .swagger-ui table thead tr th, .book .swagger-ui table.parameters thead { border-bottom: 1px solid #eee; }

/* Parameters table */
.swagger-ui table.parameters th { color: #777; border: none; font-weight: 400; }

.swagger-ui .parameter__name { font-family: monospace; font-weight: 700; color: #002c40; }

.swagger-ui .parameter__type { font-size: 14px; font-weight: 400; color: #002c40; }

.swagger-ui .parameter__in { font-style: normal; font-weight: 400; color: #777; }

.swagger-ui .parameters-col_description input[disabled], .swagger-ui .parameters-col_description select[disabled] { display: none; }

/** Response table */
.swagger-ui .response-col_status { font-size: 1.5rem; font-family: Roboto, sans-serif; }

.swagger-ui thead .response-col_status, .swagger-ui thead .response-col_description { font-size: 0.9rem; font-weight: 400; font-family: Roboto, sans-serif; color: rgba(0, 44, 64, 0.7); }

.swagger-ui table tbody tr.response > td { padding-top: 3rem; }

.swagger-ui .response-col_description__inner div.markdown, .swagger-ui .response-col_description__inner div.renderedMarkdown, .swagger-ui .response-col_description__inner div.markdown p, .swagger-ui .response-col_description__inner div.renderedMarkdown p { margin: 0; padding: 0; background: transparent; color: #002c40; font-size: 1rem; font-family: Roboto, sans-serif; font-weight: 400; line-height: 1.8em; font-style: normal; }

.swagger-ui .response-content-type { padding-top: 0; }

/* Unused Response type selection */
.opblock-section-header label { visibility: hidden; }

/* Remove extra space that disturbs alignment of parameter tables */
.parameters-col_description p:first-child { margin-top: 0; }

/* Spacing between left/right cols in parameter tables */
.swagger-ui table tbody tr td:first-of-type { padding-right: 2em; }

/* Fix overlapping text to switch between example/model responses */
.tablinks { padding-right: 1em; margin-right: 1em; }

.swagger-ui .tab li:first-of-type::after { right: 1em; }

/* Prettify things a bit */
@media (min-width: 992px) { .swagger-ui .wrapper { padding-left: 0; padding-right: 0; } .information-container .info { line-height: 1.5em; } }

/* Hide the validation status button until we fix the validation errors */
img[alt="Online validator badge"] { display: none; }

.alert { margin: 4rem 0; padding: 1rem; background: #eee; border-left: 0.5rem solid #002c40; }

.alert__heading { margin-bottom: 1rem; font-weight: 700; }

.alert--warning { background: #f8dce2; border-left-color: #e0143f; }

.alert + .alert { margin: 2rem 0; }

.siteFooter { padding-top: 2rem; padding-bottom: 2rem; background: #eee; }

.siteFooter__container { max-width: 900px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }

@media (min-width: 768px) { .siteFooter__container { padding-left: 2rem; padding-right: 2rem; } }

@media (min-width: 1400px) { .siteFooter__container { max-width: 1200px; } }

.siteFooter__logo { display: block; }

.siteFooter__logo img { display: block; width: 140px; max-width: 100%; height: auto; }

.siteFooter__nav { margin-top: 2rem; }

.siteFooter__nav p { margin: 0.25em 0; }

.siteFooter__navHeader { font-weight: 700; }

.book + .siteFooter { margin-top: 8rem; }

@media (min-width: 767px) { .siteFooter { padding-top: 4rem; padding-bottom: 4rem; } .siteFooter__container { display: flex; justify-content: flex-start; } .siteFooter__logo { padding-right: 8rem; } .siteFooter__nav { margin-top: 0; padding-right: 4rem; } }

@media (min-width: 1200px) { .siteFooter { padding-top: 6rem; padding-bottom: 6rem; } }

/*# sourceMappingURL=api.css.map */