@charset "UTF-8";
/**
  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;
}

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

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

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

/**
  Rebrand Variables
*/
.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 16px;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
}

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

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

.flux-button:hover {
  background-color: #383530;
  text-decoration: none;
  color: #faf9f7;
}

.feedback-button {
  border: none;
  background: none;
  color: #2c2d2f;
  font-weight: 600;
  padding: 0;
  margin-left: 4px;
  cursor: pointer;
}

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

/**
  Rebrand Variables
*/
.checklist__header,
.post-content .checklist__header {
  font-size: 16px;
  font-weight: 600;
  margin: 48px 0 32px 0;
}

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

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

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

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

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

/**
  Rebrand Variables
*/
.home-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  min-height: 550px;
  min-height: min-content;
}

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

.home-button {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #d4cbbe;
  transition: all 0.1s ease-in-out;
}
.home-button:hover {
  box-shadow: 0 0 0 1.5px #18211c;
  text-decoration: none;
}
.home-button:hover h2 {
  text-decoration: underline;
}
.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 .home-button__link-wrapper {
  gap: 24px;
  flex-wrap: wrap;
}
.home-button .home-button__link {
  font-weight: 600;
  text-decoration: underline;
}
.home-button .home-button__link:hover {
  text-decoration: none;
}
.home-button .home-button__link__with-arrow::after {
  padding-right: 18px;
  content: " ";
  background: url("../../../images/arrow-forward.svg") no-repeat top 50% right;
  background-size: 12px;
}
.home-button > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 10px;
}

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

/**
  Rebrand Variables
*/
.icon-gc-logo-header {
  height: 30px;
  display: inline-block;
}

@media (max-width: 540px) {
  .icon-gc-logo-header {
    height: 30px;
    margin-top: 2px;
  }
}
@media (min-width: 540px) and (max-width: 800px) {
  .icon-gc-logo-header {
    height: 30px;
  }
}
.icon-gc-logo-header-text {
  color: #d4d1cd;
}
.icon-gc-logo-header-text :hover {
  text-decoration: none;
}

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

/* Dropdown Button */
.dropdown-btn {
  background-color: #faf9f7;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropdown-btn:hover, .dropdown-btn:focus {
  text-decoration: underline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: fixed;
  margin-top: 12px;
  transform: translateX(-15%);
  background-color: #efece7;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

.dropdown-icon {
  height: 12px;
  margin-left: 4px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/**
  Rebrand Variables
*/
/**
  Rebrand Variables
*/
.overlay-menu {
  display: none;
}

.overlay-menu--hamburger {
  position: relative;
  float: left;
  top: 25px;
  width: 17px;
  height: 14px;
  cursor: pointer;
  background-color: #2c2d2f;
  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: #2c2d2f;
  background-repeat: no-repeat;
  background-position: center;
  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%;
  }
}

/**
  Rebrand Variables
*/
.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 #2c2d2f;
  padding: 9px 12px;
  white-space: nowrap;
}

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

.site-frame__header {
  display: block;
  height: 88px;
  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;
  background-color: #faf9f7;
}

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

@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: 143px;
}

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

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

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

/**
  Rebrand Variables
*/
.site {
  background-color: #fff;
  min-width: 540px;
}

/**
  Rebrand Variables
*/
.toc-nav {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Haffer", "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: #2c2d2f;
}
.toc-nav__item__anchor:hover {
  text-decoration: none;
  color: #2c2d2f;
}

.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: #2c2d2f;
  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;
}

/**
  Rebrand Variables
*/
.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);
}

/**
  Rebrand Variables
*/
.alert {
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 0 3px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #86878A;
}
.alert.alert--badge {
  padding-left: 66px;
}
.alert.alert--flux-badge {
  padding-left: 66px;
}
.alert.alert--warning {
  border-color: #FFCC00;
}
.alert.alert--warning.alert--badge {
  position: relative;
}
.alert.alert--warning.alert--badge::before {
  background-color: #FFCC00;
  content: "!";
  width: 32px;
  position: absolute;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 24px;
  font-size: 24px;
  top: 26px;
}
.alert.alert--info {
  border-color: #154ae5;
}
.alert.alert--info.alert--flux-badge {
  position: relative;
}
.alert.alert--info.alert--flux-badge::before {
  background-color: #154ae5;
  content: url("/images/alert-info.svg");
  width: 32px;
  position: absolute;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 24px;
  color: white;
  font-size: 24px;
  top: 26px;
}
.alert.alert--info.alert--badge {
  position: relative;
}
.alert.alert--info.alert--badge::before {
  background-color: #2c2d2f;
  content: "💡";
  width: 32px;
  position: absolute;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 24px;
  color: white;
  font-size: 24px;
  top: 26px;
}
.alert .alert--content {
  padding: 24px 10px;
}
.alert .alert--content .alert--title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}
.alert .alert--content p {
  margin-top: 0;
  margin-bottom: 8px;
}
.alert .alert--content .alert--link {
  font-weight: 600;
}

/**
  Rebrand Variables
*/
.badge {
  border-radius: 4px;
  padding: 1px 4px;
  display: inline-flex;
}
.badge.badge--primary {
  background-color: #2c2d2f;
  color: #FFFFFF;
}
.badge.badge--secondary {
  background-color: #C83B3B;
  color: #FFFFFF;
}

.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-text-greystone-1400 {
  color: #1c1b18;
}

.u-color-text-on-dark-03 {
  color: rgb(188, 184, 177);
}

.u-color-primary {
  color: #2c2d2f;
}

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

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

.u-color-white {
  color: #FFFFFF;
}

.u-bg-color-primary {
  background-color: #2c2d2f;
}

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

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

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

/**
  Rebrand Variables
*/
.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: #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;
  }
}
/**
 * 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;
}

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

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

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

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

/**
  Rebrand Variables
*/
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;
  }
}
/* This file contains a GC customised version of the PrismJS tomorrow theme */
/**
  Rebrand Variables
*/
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #18211c;
  border-radius: 8px;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}
