/**
  Rebrand Variables
*/
.source-code-tabs {
  /**
   * Maximum number of tabs
   *
   * Set this to a higher value to generate more selectors
   */
  /**
   * Generates selectors like the following up to $num
   *  `input[type=radio]:nth-child(1):checked ~ .header label:nth-child(1),`
   */
  /**
   * Generates selectors like the following up to $num
   *  `input[type=radio]:nth-child(1):checked ~ .content .tab-inner:nth-child(1),`
   */
  margin: 13px 0 32px 0;
  background-color: #18211c;
  border-radius: 8px;
  max-width: 900px;
}
.source-code-tabs .source-code-tabs__header label {
  padding: 16px 16px 16px 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #86878A;
  font-weight: 600;
}
.source-code-tabs .source-code-tabs__header label:first-child {
  padding-left: 16px;
}
.source-code-tabs .source-code-tabs__print_header {
  display: none;
}
@media print {
  .source-code-tabs .source-code-tabs__header {
    display: none;
  }
  .source-code-tabs .source-code-tabs__print_header {
    display: block;
    font-weight: bold;
    margin: 16px 16px 8px;
    padding-bottom: 1px;
    border-bottom: 1px solid #D3D4D6;
  }
}
.source-code-tabs .source-code-tabs__content .source-code-tabs__tab-inner {
  display: none;
}
@media print {
  .source-code-tabs .source-code-tabs__content .source-code-tabs__tab-inner {
    display: initial;
  }
}
.source-code-tabs .source-code-tabs__content pre {
  margin-top: 0;
}
.source-code-tabs .source-code-tabs__content pre code {
  background-color: inherit;
  display: block;
  border: none;
}
.source-code-tabs input[type=radio] {
  display: none;
}
.source-code-tabs input[type=radio]:checked:nth-child(1) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(1), .source-code-tabs input[type=radio]:checked:nth-child(2) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(2), .source-code-tabs input[type=radio]:checked:nth-child(3) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(3), .source-code-tabs input[type=radio]:checked:nth-child(4) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(4), .source-code-tabs input[type=radio]:checked:nth-child(5) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(5), .source-code-tabs input[type=radio]:checked:nth-child(6) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(6), .source-code-tabs input[type=radio]:checked:nth-child(7) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(7), .source-code-tabs input[type=radio]:checked:nth-child(8) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(8), .source-code-tabs input[type=radio]:checked:nth-child(9) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(9), .source-code-tabs input[type=radio]:checked:nth-child(10) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(10), .source-code-tabs input[type=radio]:checked:nth-child(11) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(11), .source-code-tabs input[type=radio]:checked:nth-child(12) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(12), .source-code-tabs input[type=radio]:checked:nth-child(13) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(13), .source-code-tabs input[type=radio]:checked:nth-child(14) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(14), .source-code-tabs input[type=radio]:checked:nth-child(15) ~ .source-code-tabs__content .source-code-tabs__tab-inner:nth-child(15) {
  display: block;
}
.source-code-tabs input[type=radio]:checked:nth-child(1) ~ .source-code-tabs__header label:nth-child(1), .source-code-tabs input[type=radio]:checked:nth-child(2) ~ .source-code-tabs__header label:nth-child(2), .source-code-tabs input[type=radio]:checked:nth-child(3) ~ .source-code-tabs__header label:nth-child(3), .source-code-tabs input[type=radio]:checked:nth-child(4) ~ .source-code-tabs__header label:nth-child(4), .source-code-tabs input[type=radio]:checked:nth-child(5) ~ .source-code-tabs__header label:nth-child(5), .source-code-tabs input[type=radio]:checked:nth-child(6) ~ .source-code-tabs__header label:nth-child(6), .source-code-tabs input[type=radio]:checked:nth-child(7) ~ .source-code-tabs__header label:nth-child(7), .source-code-tabs input[type=radio]:checked:nth-child(8) ~ .source-code-tabs__header label:nth-child(8), .source-code-tabs input[type=radio]:checked:nth-child(9) ~ .source-code-tabs__header label:nth-child(9), .source-code-tabs input[type=radio]:checked:nth-child(10) ~ .source-code-tabs__header label:nth-child(10), .source-code-tabs input[type=radio]:checked:nth-child(11) ~ .source-code-tabs__header label:nth-child(11), .source-code-tabs input[type=radio]:checked:nth-child(12) ~ .source-code-tabs__header label:nth-child(12), .source-code-tabs input[type=radio]:checked:nth-child(13) ~ .source-code-tabs__header label:nth-child(13), .source-code-tabs input[type=radio]:checked:nth-child(14) ~ .source-code-tabs__header label:nth-child(14), .source-code-tabs input[type=radio]:checked:nth-child(15) ~ .source-code-tabs__header label:nth-child(15) {
  z-index: 3;
  cursor: inherit;
  color: #FFFFFF;
  font-weight: 600;
}

.anchorjs-link::after {
  visibility: hidden;
  content: "#";
}

.anchorjs-link {
  width: 18px;
  padding-left: 0.375em;
}

h1:hover > .anchorjs-link::after,
h2:hover > .anchorjs-link::after,
h3:hover > .anchorjs-link::after,
h4:hover > .anchorjs-link::after,
h5:hover > .anchorjs-link::after,
h6:hover > .anchorjs-link::after,
.anchorjs-link:focus {
  visibility: visible;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 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],
[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,
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;
}

/**
 * Clearifx mixin
 *
 * Compatible in IE9+
 */
*, :before, :after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

html,
button,
input,
select,
textarea {
  font-family: "Haffer", "Helvetica", Arial, sans-serif;
  color: #2E2F31;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

body {
  *zoom: 1;
  font-size: 14px;
  line-height: 1.625;
}
body:before, body:after {
  display: table;
  content: " ";
}
body:after {
  clear: both;
}

/**
 * Links
 */
a {
  color: #2c2d2f;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*
* A better looking default horizontal rule
*/
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 1px;
  margin: 1.625 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #f9f9f9;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
}

.post-content img {
  /* Limit width to align with maximum text width  */
  max-width: 500px;
  /* Scale images down on smaller screens */
  width: 100%;
  /* Scale height proportionally */
  height: auto;
  margin-bottom: 12px;
  /* Center images in guides */
  display: block;
  margin: 0 auto 12px auto;
}

.post-content img.wide {
  /* Increases limit for wide images with a lot of detail  */
  max-width: 700px;
}

.post-content img.white {
  /* Adds a border for images with a white background   */
  border: 1px solid #D3D4D6;
  border-radius: 4px;
}

.post-content p, .post-content dt, .post-content dd {
  margin-top: 16px;
}

.post-content li {
  margin-top: 8px;
}

input[type=search] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

pre {
  white-space: pre-wrap;
}

/**
 * Hide when Angular is not yet loaded and initialized
 */
[ng-cloak] {
  display: none;
}

/*
 * Allow only vertical resizing of textareas.
 * Reset height since textareas have rows
 */
textarea {
  height: auto;
  resize: vertical;
}

select[multiple],
select[size] {
  height: auto;
}

select {
  padding: 3px 0 1px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #86878A;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #86878A;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #86878A;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #86878A;
}

a.anchorjs-link:hover {
  text-decoration: none;
}

.content-container__code {
  max-width: 800px;
}

@media (min-width: 1200px) {
  .content-container {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .content-container__code .source-code-tabs {
    border: none;
    width: auto;
  }
  .content-container__description,
  .content-container__code {
    display: table-cell;
    vertical-align: top;
  }
  .content-container__description {
    width: 55%;
  }
  .content-container__code {
    background-color: #f9f9f9;
  }
}
@media (min-width: 1540px) {
  .content-container__description {
    width: 900px;
  }
}
.content {
  border-bottom: 1px solid #EDEDED;
}

.content-container--heading {
  /* Account for sections that consist of a single h1 */
  border-bottom: none;
  margin-bottom: -50px;
}

.content-container--heading__first {
  border-bottom: none;
  margin-bottom: -48px;
}

.content__description {
  max-width: 900px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-bottom: 40px;
}

.content__code {
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: -25px;
}

@media (min-width: 800px) {
  .content__code {
    padding-top: 25px;
    margin-top: 0;
  }
}
@media screen {
  .country-list {
    columns: 100px 3;
  }
}

.deprecation-warning {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10000;
  background: #FFF7D3;
}

p.intro {
  font-size: 20px;
  line-height: 28px;
}

p.intro code {
  font-size: 18px;
}

.site-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.site-frame__nav {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #faf9f7;
}

@media (min-width: 1440px) {
  .site-frame__nav {
    flex-basis: 320px;
  }
}
.site-frame__main {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
}

.site-header {
  background-color: #faf9f7;
  padding: 0 24px;
  flex: 0 0 auto;
}

.site-header-logo {
  position: relative;
}

.site-content {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #faf9f7;
}
@media (max-width: 540px) {
  .site-content {
    flex-direction: row-reverse;
  }
}
@media (min-width: 540px) and (max-width: 800px) {
  .site-content {
    flex-direction: row-reverse;
  }
}

@media print {
  .site-content {
    /* Content will expand vertically allowing multiple pages */
    position: absolute;
  }
}
.layout--home .site-content {
  flex-shrink: 0;
}

.site-main {
  padding-left: 20px;
  padding-right: 20px;
}
.site-main header, .site-main article {
  max-width: 900px;
}
@media print {
  .site-main article {
    max-width: 100%;
  }
}

@media (min-width: 800px) {
  .site-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .site-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-nav__collection {
  padding: 0;
  margin: 0 0 15px 0;
}

.site-nav__item {
  line-height: 1.6;
}

.site-nav__link {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 0 32px 32px 0px;
  font-weight: 600;
}

.site-nav__link:hover,
.site-nav__item--expanded > .site-nav__link:hover {
  text-decoration: none;
  background-color: #d4d1cd;
}

.site-nav__link--no-hover:hover {
  color: #2E2F31;
  background-color: transparent;
}

.site-nav__item--expanded > .site-nav__link {
  color: #2E2F31;
}

.site-nav__item--selected > .site-nav__link {
  background-color: #d4d1cd;
}

.site-nav__header {
  line-height: 30px;
  font-size: 12px;
}

.site-nav__link--main {
  font-size: 16px;
}

.site-nav-l3 {
  border-left: 2px solid #d4d1cd;
}

.site {
  background-color: #fff;
  min-width: 540px;
}

.notice {
  padding: 24px;
  padding-left: 64px;
  background: #FFFFFF;
  color: #18211c;
  border-radius: 16px;
  margin: 32px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 8px;
  position: relative;
}
.notice::before {
  content: url("../../../images/notice-info.svg");
  position: absolute;
  left: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  background-color: rgb(64, 116, 219);
  color: rgb(255, 255, 255);
  padding: 4px;
  display: inline-flex;
  border-radius: 48px;
}

.notice--warning::before {
  content: url("../../../images/notice-warning.svg");
  background-color: rgb(202, 101, 0);
}

.notice--danger::before {
  content: url("../../../images/notice-danger.svg");
  background-color: rgb(209, 63, 63);
}

.notice--success::before {
  content: url("../../../images/notice-success.svg");
  background-color: rgb(13, 133, 89);
}

.u-cf:before, .u-cf:after {
  display: table;
  content: " ";
}
.u-cf:after {
  clear: both;
}

.u-pull-start {
  float: left;
}

.u-pull-end {
  float: right;
}

.u-relative {
  position: relative;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-center\@medium {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

@media (max-width: 540px) {
  .u-center\@small {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

.u-align-items-center {
  align-items: center;
}

.u-obj-start {
  float: left;
  margin-right: 10px;
}

.u-obj-end {
  float: right;
  margin-left: 10px;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-baseline {
  vertical-align: baseline;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-padding-Axxl {
  padding: 64px;
}

.u-padding-Axl {
  padding: 48px;
}

.u-padding-Al {
  padding: 32px;
}

.u-padding-Axm {
  padding: 24px;
}

.u-padding-Am {
  padding: 16px;
}

.u-padding-As {
  padding: 12px;
}

.u-padding-Axs {
  padding: 8px;
}

.u-padding-Axxs {
  padding: 4px;
}

.u-padding-An {
  padding: 0;
}

.u-margin-Axxl {
  margin: 64px;
}

.u-margin-Axl {
  margin: 48px;
}

.u-margin-Al {
  margin: 32px;
}

.u-margin-Axm {
  margin: 24px;
}

.u-margin-Am {
  margin: 16px;
}

.u-margin-As {
  margin: 12px;
}

.u-margin-Axs {
  margin: 8px;
}

.u-margin-Axxs {
  margin: 4px;
}

.u-margin-An {
  margin: 0;
}

.u-margin-Vxxl {
  margin-top: 64px;
  margin-bottom: 64px;
}

.u-margin-Vxl {
  margin-top: 48px;
  margin-bottom: 48px;
}

.u-margin-Vl {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-margin-Vxm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-margin-Vm {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-margin-Vs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-margin-Vxs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-margin-Vxxs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-margin-Vn {
  margin-top: 0;
  margin-bottom: 0;
}

.u-padding-Vxxl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.u-padding-Vxl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.u-padding-Vl {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-padding-Vxm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-padding-Vm {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-padding-Vs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-padding-Vxs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-padding-Vxxs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-padding-Vn {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .u-padding-Vn\@extra-wide {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.u-margin-Hxxl {
  margin-left: 64px;
  margin-right: 64px;
}

.u-margin-Hxl {
  margin-left: 48px;
  margin-right: 48px;
}

.u-margin-Hl {
  margin-left: 32px;
  margin-right: 32px;
}

.u-margin-Hxm {
  margin-left: 24px;
  margin-right: 24px;
}

.u-margin-Hm {
  margin-left: 16px;
  margin-right: 16px;
}

.u-margin-Hs {
  margin-left: 12px;
  margin-right: 12px;
}

.u-margin-Hxs {
  margin-left: 8px;
  margin-right: 8px;
}

.u-margin-Hxxs {
  margin-left: 4px;
  margin-right: 4px;
}

.u-margin-Hn {
  margin-left: 0;
  margin-right: 0;
}

.u-padding-Hxxl {
  padding-left: 64px;
  padding-right: 64px;
}

.u-padding-Hxl {
  padding-left: 48px;
  padding-right: 48px;
}

.u-padding-Hl {
  padding-left: 32px;
  padding-right: 32px;
}

.u-padding-Hxm {
  padding-left: 24px;
  padding-right: 24px;
}

.u-padding-Hm {
  padding-left: 16px;
  padding-right: 16px;
}

.u-padding-Hs {
  padding-left: 12px;
  padding-right: 12px;
}

.u-padding-Hxs {
  padding-left: 8px;
  padding-right: 8px;
}

.u-padding-Hxxs {
  padding-left: 4px;
  padding-right: 4px;
}

.u-padding-Hn {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .u-padding-Hm\@extra-wide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.u-margin-Txxl {
  margin-top: 64px;
}

.u-margin-Txl {
  margin-top: 48px;
}

.u-margin-Tl {
  margin-top: 32px;
}

.u-margin-Txm {
  margin-top: 24px;
}

.u-margin-Tm {
  margin-top: 16px;
}

.u-margin-Ts {
  margin-top: 12px;
}

.u-margin-Txs {
  margin-top: 8px;
}

.u-margin-Txxs {
  margin-top: 4px;
}

.u-margin-Tn {
  margin-top: 0;
}

.u-padding-Txxl {
  padding-top: 64px;
}

.u-padding-Txl {
  padding-top: 48px;
}

.u-padding-Tl {
  padding-top: 32px;
}

.u-padding-Txm {
  padding-top: 24px;
}

.u-padding-Tm {
  padding-top: 16px;
}

.u-padding-Ts {
  padding-top: 12px;
}

.u-padding-Txs {
  padding-top: 8px;
}

.u-padding-Txxs {
  padding-top: 4px;
}

.u-padding-Tn {
  padding-top: 0;
}

.u-margin-Bxxl {
  margin-bottom: 64px;
}

.u-margin-Bxl {
  margin-bottom: 48px;
}

.u-margin-Bl {
  margin-bottom: 32px;
}

.u-margin-Bxm {
  margin-bottom: 24px;
}

.u-margin-Bm {
  margin-bottom: 16px;
}

.u-margin-Bs {
  margin-bottom: 12px;
}

.u-margin-Bxs {
  margin-bottom: 8px;
}

.u-margin-Bxxs {
  margin-bottom: 4px;
}

.u-margin-Bn {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .u-margin-Bm\@small {
    margin-bottom: 16px;
  }
}
.u-padding-Bxxl {
  padding-bottom: 64px;
}

.u-padding-Bxl {
  padding-bottom: 48px;
}

.u-padding-Bl {
  padding-bottom: 32px;
}

.u-padding-Bxm {
  padding-bottom: 24px;
}

.u-padding-Bm {
  padding-bottom: 16px;
}

.u-padding-Bs {
  padding-bottom: 12px;
}

.u-padding-Bxs {
  padding-bottom: 8px;
}

.u-padding-Bxxs {
  padding-bottom: 4px;
}

.u-padding-Bn {
  padding-bottom: 0;
}

@media (max-width: 540px) {
  .u-padding-Bm\@small {
    padding-bottom: 16px;
  }
}
@media (min-width: 540px) and (max-width: 800px) {
  .u-padding-Bm\@medium {
    padding-bottom: 16px;
  }
}
.u-margin-Rxxl {
  margin-right: 64px;
}

.u-margin-Rxl {
  margin-right: 48px;
}

.u-margin-Rl {
  margin-right: 32px;
}

.u-margin-Rxm {
  margin-right: 24px;
}

.u-margin-Rm {
  margin-right: 16px;
}

.u-margin-Rs {
  margin-right: 12px;
}

.u-margin-Rxs {
  margin-right: 8px;
}

.u-margin-Rxxs {
  margin-right: 4px;
}

.u-margin-Rn {
  margin-right: 0;
}

.u-padding-Rxxl {
  padding-right: 64px;
}

.u-padding-Rxl {
  padding-right: 48px;
}

.u-padding-Rl {
  padding-right: 32px;
}

.u-padding-Rxm {
  padding-right: 24px;
}

.u-padding-Rm {
  padding-right: 16px;
}

.u-padding-Rs {
  padding-right: 12px;
}

.u-padding-Rxs {
  padding-right: 8px;
}

.u-padding-Rxxs {
  padding-right: 4px;
}

.u-padding-Rn {
  padding-right: 0;
}

.u-margin-Lxxl {
  margin-left: 64px;
}

.u-margin-Lxl {
  margin-left: 48px;
}

.u-margin-Ll {
  margin-left: 32px;
}

.u-margin-Lxm {
  margin-left: 24px;
}

.u-margin-Lm {
  margin-left: 16px;
}

.u-margin-Ls {
  margin-left: 12px;
}

.u-margin-Lxs {
  margin-left: 8px;
}

.u-margin-Lxxs {
  margin-left: 4px;
}

.u-margin-Ln {
  margin-left: 0;
}

.u-padding-Lxxl {
  padding-left: 64px;
}

.u-padding-Lxl {
  padding-left: 48px;
}

.u-padding-Ll {
  padding-left: 32px;
}

.u-padding-Lxm {
  padding-left: 24px;
}

.u-padding-Lm {
  padding-left: 16px;
}

.u-padding-Ls {
  padding-left: 12px;
}

.u-padding-Lxs {
  padding-left: 8px;
}

.u-padding-Lxxs {
  padding-left: 4px;
}

.u-padding-Ln {
  padding-left: 0;
}

.u-text-heading,
.u-text-label {
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

.u-text-heading {
  font-family: "Haffer", "Helvetica", Arial, sans-serif;
}

.u-text-label {
  font-family: "Haffer", "Helvetica", Arial, sans-serif;
}

.u-text-display {
  font-family: "Nudge", "Helvetica", Arial, sans-serif;
}

.u-text-xxl {
  font-size: 28px;
}

h1, .u-text-xl {
  font-size: 24px;
  line-height: 2.1;
}

@media (max-width: 540px) {
  .u-text-xl\@small {
    font-size: 24px;
  }
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-text-xl\@medium {
    font-size: 24px;
  }
}

h2,
.u-text-l,
.post-content--reference h1 {
  font-size: 20px;
}

h3,
.u-text-m,
.post-content h1,
.post-content--reference h2 {
  font-size: 16px;
}

h4,
.u-text-s,
.post-content h2,
.post-content--reference h3 {
  font-size: 14px;
}

h5,
.u-text-xs,
.post-content h3 {
  font-size: 13px;
}

h6,
.u-text-xxs,
.post-content h4,
.post-content--reference h4,
.table-heading {
  font-size: 11px;
}

.post-content--reference h1 {
  font-weight: 400;
}

.post-content h1,
.post-content--reference h2 {
  font-weight: 600;
}

.post-content h2,
.post-content--reference h3 {
  font-weight: 600;
}

.post-content h3,
.post-content--reference h4,
.table-heading {
  padding-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-content--reference h4 code {
  text-transform: none;
  font-weight: 700;
}

.post-content a {
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}

.u-text-margin-Vxl {
  margin-top: 2em;
  margin-bottom: 1em;
}

.u-text-margin-Vl {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.u-text-margin-Vm {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

.u-text-margin-Vs {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.u-text-margin-Txs {
  margin-top: 0.5em;
}

.u-text-margin-Bxs {
  margin-bottom: 0.5em;
}

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

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

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

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

.u-text-underline {
  text-decoration: underline;
}

.u-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.u-text-break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

.u-text-heavy {
  font-weight: 700;
}

.u-text-semi {
  font-weight: 600;
}

.u-text-normal {
  font-weight: 400;
}

.u-text-light {
  font-weight: 200;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-flex {
  display: flex;
}

.u-flex-column {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.u-flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}

.u-flex-item {
  flex: 1 1 auto;
}

.u-flex-grow {
  flex-grow: 1;
}

.u-flex-no-grow {
  flex-grow: 0;
}

.u-flex-shrink {
  flex-shrink: 1;
}

.u-flex-no-shrink {
  flex-shrink: 0;
}

@media (max-width: 540px) {
  .u-none\@small {
    display: none;
  }
}

@media (max-width: 540px) {
  .u-block\@small {
    display: block;
  }
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-block\@medium {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  .u-block\@normal {
    display: block;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .u-block\@wide {
    display: block;
  }
}

@media (max-width: 540px) {
  .u-inline\@small {
    display: inline;
  }
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-inline\@medium {
    display: inline;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  .u-inline\@normal {
    display: inline;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .u-inline\@wide {
    display: inline;
  }
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-none\@medium {
    display: none;
  }
}

@media (min-width: 540px) and (max-width: 800px) {
  .u-block\@medium {
    display: block;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  .u-none\@normal {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 1100px) {
  .u-block\@normal {
    display: block;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .u-none\@wide {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .u-block\@wide {
    display: block;
  }
}

@media (min-width: 1200px) {
  .u-none\@extra-wide {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .u-block\@extra-wide {
    display: block;
  }
}

.first-p-u-0 p:first-of-type {
  margin-top: 0px;
}

@media print {
  .u-print-none {
    display: none;
  }
  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    font-weight: normal;
  }
}
code {
  padding: 2px;
  border-radius: 4px;
  background-color: #EEE;
  color: #d13f3f;
  font-family: "Modern Era", Consolas, Monaco, Menlo, "Courier New", monospace;
  font-size: 13px;
}

@media print {
  code {
    border: 1px solid #86878A;
    background: inherit;
  }
}
dl {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

dt,
dd {
  line-height: 1.75;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

dt {
  float: left;
  width: 146px;
  clear: left;
  text-align: right;
  word-break: hyphenate;
  word-wrap: break-word;
}

dd {
  *zoom: 1;
  padding-left: 165px;
}
dd:before, dd:after {
  display: table;
  content: " ";
}
dd:after {
  clear: both;
}

dl.wide dt {
  width: 180px;
}
dl.wide dd {
  padding-left: 199px;
}

dt {
  padding-top: 15px;
}

dt:first-child {
  padding-top: 0px;
}

.post-content dd {
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}

.post-content dd:nth-child(2) {
  padding-top: 0px;
  border-top: none;
}

.post-content dd + dd {
  padding-top: 0px;
  border-top: none;
}

.post-content dd ul {
  padding-left: 24px;
}

.post-content dd ul p {
  margin: 12px 0;
}

em {
  color: #2E2F31;
  font-weight: 600;
  font-style: normal;
}

.post-content em {
  color: #cb4b16;
  font-size: 11px;
  padding: 3px 6px;
  margin-right: 4px;
  background: #FFF2EF;
  border-color: #F38771;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Haffer", "Helvetica", Arial, sans-serif;
  line-height: 1.1;
  color: #2E2F31;
}

.post-content h1,
.post-content h2,
.post-content h3 {
  margin: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  /* Padding-top makes deep-links nicer, as there is space before the target */
  padding-top: 4px;
}

pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  margin-bottom: 32px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

strong {
  color: #2E2F31;
  font-weight: 600;
}

table {
  max-width: 100%;
  line-height: 20px;
  display: block;
  overflow-x: auto;
}

th {
  text-align: left;
  color: #2E2F31;
  font-weight: 500;
  font-size: 14px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  margin-bottom: 64px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 15px 10px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #D3D4D6;
}
table > thead > tr > th > ul,
table > thead > tr > td > ul,
table > tbody > tr > th > ul,
table > tbody > tr > td > ul,
table > tfoot > tr > th > ul,
table > tfoot > tr > td > ul {
  margin: 0;
  padding-left: 20px;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #2E2F31;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #D3D4D6;
}

table col[class*=col-] {
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  float: none;
  display: table-cell;
}

@media (max-width: 800px) {
  table {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
    -webkit-overflow-scrolling: touch;
  }
  table > thead > tr > th:first-child,
  table > thead > tr > td:first-child,
  table > tbody > tr > th:first-child,
  table > tbody > tr > td:first-child,
  table > tfoot > tr > th:first-child,
  table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  table > thead > tr > th:last-child,
  table > thead > tr > td:last-child,
  table > tbody > tr > th:last-child,
  table > tbody > tr > td:last-child,
  table > tfoot > tr > th:last-child,
  table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  table > tbody > tr:last-child > th,
  table > tbody > tr:last-child > td,
  table > tfoot > tr:last-child > th,
  table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
