.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 27px 0;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: solid 1px #D3D4D6;
  max-width: 100%; }
  .source-code-tabs .source-code-tabs__header label {
    padding: 15px 15px 15px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #86878A; }
  .source-code-tabs .source-code-tabs__header label:first-child {
    padding-left: 15px; }
  .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: 15px 15px 9px;
      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;
      padding: 0 15px 0 0;
      border: none; }
      .source-code-tabs .source-code-tabs__content pre code:first-child {
        padding: 0 15px; }
  .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: inherit;
    font-weight: bold; }

.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 */
  -webkit-text-decoration: underline dotted;
          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 {
  box-sizing: border-box; }

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

html,
button,
input,
select,
textarea {
  font-family: "Averta web", "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: #0854B3;
  text-decoration: none; }

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

/*
* A better looking default horizontal rule
*/
hr {
  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: 15px; }

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

input[type="search"] {
  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; }

.button {
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 33px;
  border-radius: 35px;
  color: white;
  background-color: #00A87E;
  border: 1px solid #00A87E;
  padding: 0 15px;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer; }

.button:hover {
  border: solid 1px #00856A;
  text-decoration: none;
  color: white; }

.feedback-button {
  border: none;
  color: #0854B3;
  font-weight: 600;
  padding: 0;
  margin-left: 6px;
  cursor: pointer; }

.feedback-button:hover {
  text-decoration: underline; }

.checklist__header,
.post-content .checklist__header {
  font-size: 16px;
  font-weight: 600;
  margin: 34px 0 27px 0; }

/* Full-width separator line before headers */
.checklist__header::before,
.post-content .checklist__header::before {
  content: ' ';
  display: block;
  position: relative;
  height: 34px;
  margin-left: -40px;
  margin-right: -1000000px;
  border-top: 1px solid #D3D4D6; }

.checklist__subheader,
.post-content .checklist__subheader {
  font-size: 14px;
  font-weight: 600;
  margin: 27px 0;
  padding-top: 6px; }

.checklist__item {
  display: block;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: -6px; }

.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;
    padding: 0 15px; }

  .content-container__description {
    width: 55%; }

  .content-container__code {
    background-color: #f9f9f9; } }
@media (min-width: 1540px) {
  .content-container__description {
    width: 700px; } }
.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: -34px; }

.content__description {
  max-width: 700px;
  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 {
    -moz-columns: 100px 3;
         columns: 100px 3; } }

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

.version-deprecated__warning {
  display: none; }

.version-deprecated__warning a {
  font-weight: bold;
  color: white;
  text-decoration: underline; }

.version-deprecated .version-deprecated__warning {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  background: #FFCC00;
  color: white;
  font-size: 16px;
  height: 55px;
  display: block; }

/* -------------------------
 * HIGHLIGHT
 * -------------------------
 */
.hljs {
  background-color: #FBFBFB;
  color: #586e75;
  word-wrap: break-word;
  overflow: visible;
  border-radius: 5px;
  display: block;
  line-height: 24.5px;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, "Courier New", monospace;
  padding: 1.45em;
  border-left: 5px solid #586e75; }

.language-ruby {
  border-color: #c05c5c; }

.language-python {
  border-color: #3581ba; }

.language-php {
  border-color: #9098ba; }

.language-java {
  border-color: #b07219; }

.language-csharp {
  border-color: #5a25a2; }

.language-js,
.language-javascript {
  border-color: #f1e05a; }

.language-go {
  border-color: #7b93c2; }

@media (min-width: 800px) {
  .content__code .hljs {
    border-left: none; } }
.hljs-comment,
.hljs-preprocessor,
.hljs-preprocessor .hljs-keyword,
.hljs-template_comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
  color: #93a1a1; }

/* Solarized Green */
.hljs-keyword,
.hljs-winutils,
.method,
.hljs-addition,
.css .hljs-tag,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
  color: #cb4b16; }

/* Solarized Cyan */
.hljs-number,
.hljs-command,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula,
.hljs-regexp,
.hljs-hexcolor,
.hljs-link_url {
  color: #0095b8; }

/* Solarized Blue */
.hljs-title,
.hljs-localvars,
.hljs-string,
.hljs-chunk,
.hljs-decorator,
.hljs-built_in,
.hljs-identifier,
.vhdl .hljs-literal,
.hljs-id,
.css .hljs-function {
  color: #17a042; }

/* Solarized Yellow */
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.hljs-type,
.hljs-link_reference {
  color: #0b5ab6; }

/* Solarized Orange */
.hljs-pragma,
.hljs-shebang,
.hljs-symbol,
.hljs-symbol .hljs-string,
.diff .hljs-change,
.hljs-special,
.hljs-attr_selector,
.hljs-subst,
.hljs-cdata,
.css .hljs-pseudo,
.hljs-header {
  color: #cd8255; }

/* Solarized Red */
.hljs-deletion,
.hljs-important {
  color: #dc322f; }

/* Solarized Violet */
.hljs-link_label {
  color: #6c71c4; }

.tex .hljs-formula {
  background: #eee8d5; }

.home-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  min-height: 550px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }

.home-heading {
  line-height: 1.3; }

.home-button {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D3D4D6;
  background-color: white; }
  .home-button .home-button__icon {
    margin-right: 30px;
    flex: 0 0 auto; }
  .home-button .home-button__text {
    flex: 1 1 auto; }
  .home-button .home-button__navarrow {
    flex: 0 0 auto;
    margin-left: 60px; }
  .home-button div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 10px; }
  .home-button:hover {
    text-decoration: none;
    border-color: #0854B3; }

.home-heading, .home-button {
  max-width: 613px; }

/**
 * Clearifx mixin
 *
 * Compatible in IE9+
 */
.icon-list {
  *zoom: 1;
  display: block;
  margin-top: 20px; }
  .icon-list:before, .icon-list:after {
    display: table;
    content: " "; }
  .icon-list:after {
    clear: both; }

.icon-list__row {
  *zoom: 1;
  display: block;
  clear: both;
  padding-bottom: 20px; }
  .icon-list__row:before, .icon-list__row:after {
    display: table;
    content: " "; }
  .icon-list__row:after {
    clear: both; }

.icon-list__row__icon {
  float: left;
  width: 13%;
  text-align: center;
  padding-top: 8px; }

.icon-list__row__definition {
  float: left;
  width: 80%;
  margin-left: 10px; }

.icon-gc-logo-header {
  width: 290px;
  height: 20px;
  display: inline-block; }

@media (max-width: 540px) {
  .icon-gc-logo-header {
    width: 234px;
    height: 16px;
    margin-top: 2px; } }
@media (min-width: 540px) and (max-width: 800px) {
  .icon-gc-logo-header {
    width: 250px;
    height: 18px; } }
.icon--bill {
  width: 48px; }

.icon--subscription {
  width: 48px; }

.icon--user {
  width: 50px; }

.icon--preauth {
  width: 38px; }

.icon--merchant {
  width: 50px; }

.icon--payout {
  width: 50px; }

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

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

.last-article-footer {
  height: 100%; }

.overlay-menu {
  display: none; }

.overlay-menu--hamburger {
  position: relative;
  float: left;
  top: 25px;
  width: 17px;
  height: 14px;
  cursor: pointer;
  background-color: #0854B3;
  -webkit-mask-image: url("/images/menu-icon.svg");
          mask-image: url("/images/menu-icon.svg");
  background-size: contain; }

.overlay-menu--hamburger__hide {
  display: none !important; }

.overlay-menu--close-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 40px;
  width: 15px;
  height: 14px;
  cursor: pointer; }

.overlay-menu--close {
  display: block;
  width: 15px;
  height: 14px;
  background-color: #0854B3;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url("/images/close-icon.svg");
          mask-image: url("/images/close-icon.svg");
  background-size: contain; }

.overlay-menu--close:hover {
  color: #2E2F31; }

.overlay-menu ~ .site-nav {
  display: none; }

@media (max-width: 540px) {
  .overlay-menu:checked ~ .site-nav {
    display: block;
    min-width: 100%; } }
@media (min-width: 540px) and (max-width: 800px) {
  .overlay-menu:checked ~ .site-nav {
    display: block;
    min-width: 400px; } }

@media (max-width: 540px) {
  .overlay-menu:checked ~ .site-main {
    min-width: 100%; } }
@media (min-width: 540px) and (max-width: 800px) {
  .overlay-menu:checked ~ .site-main {
    min-width: 100%; } }

.site-footer {
  flex: 0 0 auto;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.site-footer__link {
  height: 36px;
  border-radius: 4px;
  border: solid 1px #0854B3;
  padding: 9px 12px;
  white-space: nowrap; }

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

.site-frame__header {
  display: block;
  height: 64px;
  width: 100%;
  z-index: 100; }

.version-deprecated .site-frame__header {
  top: 55px; }

.site-frame__nav {
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 0 0 240px; }

.version-deprecated .site-frame__nav {
  top: 119px; }

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

.version-deprecated .site-frame__main {
  top: 119px; }

.site-header-logo {
  position: relative;
  top: 24px; }

.site-header-nav {
  height: 64px;
  padding: 8px; }

.site-header {
  border-bottom: 1px solid #D3D4D6;
  padding: 0 22px;
  flex: 0 0 auto; }

.site-content {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto; }
  @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: 700px; }
  @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--main {
  display: none; }

.site-nav__collection {
  padding: 0;
  margin: 0 0 15px 0; }

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

.site-nav__link {
  padding-top: 6px;
  padding-bottom: 6px; }

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

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

.site-nav__item--selected,
.site-nav__item--expanded {
  background-color: #E4F2FF; }

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

.site-nav__item--selected > .site-nav__link {
  background-color: #0854B3;
  color: white; }

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

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

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

.toc-nav {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Averta web", "Helvetica", Arial, sans-serif; }

.toc-nav--nested {
  display: none;
  margin-bottom: 0; }

.toc-nav__item__anchor.is-active + .toc-nav--nested,
.toc-nav--nested.is-open {
  display: block;
  background-color: white; }

.toc-nav__header {
  display: block;
  line-height: 17px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #86878A;
  font-size: 11px;
  font-weight: bold; }

a.toc-nav__header:hover {
  text-decoration: none;
  color: #86878A; }

.toc-nav__item {
  list-style: none; }

.toc-nav__item.is-open > .toc-nav__item__anchor:not(.is-active) {
  background-color: white;
  font-weight: 500; }

.toc-nav__item__anchor {
  position: relative;
  display: block;
  overflow: hidden;
  height: 29px;
  line-height: 29px;
  padding: 0 15px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #0854B3; }
  .toc-nav__item__anchor:hover {
    text-decoration: none;
    color: #0854B3; }

.toc-nav__item__anchor.is-active {
  background-color: #074393;
  color: white; }

.toc-nav__item__anchor--nested {
  padding-left: 25px; }
  .toc-nav__item__anchor--nested:before {
    content: " ";
    height: 4px;
    width: 4px;
    background-color: #0854B3;
    display: block;
    position: absolute;
    left: 15px;
    border-radius: 4px;
    top: 50%;
    margin-top: -2px; }

.toc-nav__item__anchor--nested.is-active {
  font-weight: normal; }
  .toc-nav__item__anchor--nested.is-active:before {
    background-color: white; }

.notice {
  padding: 12px;
  background: #E4F2FF;
  border: 1px solid #0854B3;
  border-radius: 4px;
  margin: 27px 0; }

.notice--warning {
  background: #FFF7D3;
  border-color: #FFCC00; }

.notice--danger {
  background: #FFEAEA;
  border-color: #C83B3B; }

.notice--success {
  background: #DFFFF2;
  border-color: #00A87E; }

.u-1of2, .u-2of4, .u-3of6, .u-4of8, .u-5of10, .u-6of12 {
  width: 50%; }

.u-1of3, .u-2of6, .u-3of9, .u-4of12 {
  width: 33.33333%; }

.u-2of3, .u-4of6, .u-6of9, .u-8of12 {
  width: 66.66667%; }

.u-1of4, .u-2of8, .u-3of12 {
  width: 25%; }

.u-3of4, .u-6of8, .u-9of12 {
  width: 75%; }

.u-1of5, .u-2of10 {
  width: 20%; }

.u-2of5, .u-4of10 {
  width: 40%; }

.u-3of5, .u-6of10 {
  width: 60%; }

.u-4of5, .u-8of10 {
  width: 80%; }

.u-1of6, .u-2of12 {
  width: 16.66667%; }

.u-5of6, .u-10of12 {
  width: 83.33333%; }

.u-1of8 {
  width: 12.5%; }

.u-3of8 {
  width: 37.5%; }

.u-5of8 {
  width: 62.5%; }

.u-7of8 {
  width: 87.5%; }

.u-1of9 {
  width: 11.11111%; }

.u-2of9 {
  width: 22.22222%; }

.u-4of9 {
  width: 44.44444%; }

.u-5of9 {
  width: 55.55556%; }

.u-7of9 {
  width: 77.77778%; }

.u-8of9 {
  width: 88.88889%; }

.u-1of10 {
  width: 10%; }

.u-3of10 {
  width: 30%; }

.u-7of10 {
  width: 70%; }

.u-9of10 {
  width: 90%; }

.u-1of12 {
  width: 8.33333%; }

.u-5of12 {
  width: 41.66667%; }

.u-7of12 {
  width: 58.33333%; }

.u-11of12 {
  width: 91.66667%; }

.u-full {
  width: 100%; }

.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-color-meta {
  color: #86878A; }

.u-color-base {
  color: #2E2F31; }

.u-color-primary {
  color: #0854B3; }

.u-color-secondary {
  color: #C83B3B; }

.u-color-dark {
  color: #00856A; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 40px;
  margin-right: 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-text-label {
  font-family: "Averta web", "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; }

.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-is-hidden {
  display: none !important;
  visibility: hidden !important; }

.u-is-hidden-visually {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.u-is-visible {
  visibility: visible; }

.u-is-invisible {
  visibility: hidden; }

.u-is-actionable {
  cursor: pointer; }

.u-is-draggable {
  cursor: move; }

.u-is-disabled {
  cursor: default; }

.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; } }

.u-border-N {
  border: none; }

@media (min-width: 1200px) {
  .u-border-N\@extra-wide {
    border: none; } }
.u-border-T {
  border-right: 1px solid #D3D4D6; }

.u-border-R {
  border-right: 1px solid #D3D4D6; }

.u-border-B {
  border-bottom: 1px solid #D3D4D6; }

.u-border-L {
  border-left: 1px solid #D3D4D6; }

@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: #f9f9f9;
  color: #2E2F31;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, "Courier New", monospace;
  font-size: 13px; }

@media print {
  code {
    border: 1px solid #86878A;
    background: inherit; } }
/**
 * Clearifx mixin
 *
 * Compatible in IE9+
 */
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; }

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

.post-content dd:last-child {
  border-bottom: none; }

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

.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: "Averta web", "Helvetica", Arial, sans-serif;
  line-height: 1.1;
  color: #2E2F31; }

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

pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  margin-bottom: 27px;
  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: 40px; }
  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; } }
