/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none; }

.hljs-comment,
.diff .hljs-header {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold; }

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080; }

.hljs-string,
.hljs-tag .hljs-value,
.hljs-doctag,
.tex .hljs-formula {
  color: #d14; }

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold; }

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal; }

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold; }

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rule .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal; }

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.hljs-name {
  color: #008080; }

.hljs-regexp {
  color: #009926; }

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073; }

.hljs-built_in {
  color: #0086b3; }

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.diff .hljs-change {
  background: #0086b3; }

.hljs-chunk {
  color: #aaa; }

/* Hack */
@font-face {
  font-family: 'Hack';
  src: url("/_theme/fonts/hack/eot/hack-regular-webfont.eot?v=2.010");
  src: url("/_theme/fonts/hack/eot/hack-regular-webfont.eot?#iefix&v=2.010") format("embedded-opentype"), url("/_theme/fonts/hack/woff2/hack-regular-webfont.woff2?v=2.010") format("woff2"), url("/_theme/fonts/hack/woff/hack-regular-webfont.woff?v=2.010") format("woff"), url("/_theme/fonts/hack/ttf/hack-regular-webfont.ttf?v=2.010") format("truetype"), url("/_theme/fonts/hack/svg/hack-regular-webfont.svg?v=2.010#hackregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Hack';
  src: url("/_theme/fonts/hack/eot/hack-bold-webfont.eot?v=2.010");
  src: url("/_theme/fonts/hack/eot/hack-bold-webfont.eot?#iefix&v=2.010") format("embedded-opentype"), url("/_theme/fonts/hack/woff2/hack-bold-webfont.woff2?v=2.010") format("woff2"), url("/_theme/fonts/hack/woff/hack-bold-webfont.woff?v=2.010") format("woff"), url("/_theme/fonts/hack/ttf/hack-bold-webfont.ttf?v=2.010") format("truetype"), url("/_theme/fonts/hack/svg/hack-bold-webfont.svg?v=2.010#hackbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Hack';
  src: url("/_theme/fonts/hack/eot/hack-regularoblique-webfont.eot?v=2.010");
  src: url("/_theme/fonts/hack/eot/hack-regularoblique-webfont.eot?#iefix&v=2.010") format("embedded-opentype"), url("/_theme/fonts/hack/woff2/hack-regularoblique-webfont.woff2?v=2.010") format("woff2"), url("/_theme/fonts/hack/woff/hack-regularoblique-webfont.woff?v=2.010") format("woff"), url("/_theme/fonts/hack/ttf/hack-regularoblique-webfont.ttf?v=2.010") format("truetype"), url("/_theme/fonts/hack/svg/hack-regularoblique-webfont.svg?v=2.010#hackregularoblique") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Hack';
  src: url("/_theme/fonts/hack/eot/hack-boldoblique-webfont.eot?v=2.010");
  src: url("/_theme/fonts/hack/eot/hack-boldoblique-webfont.eot?#iefix&v=2.010") format("embedded-opentype"), url("/_theme/fonts/hack/woff2/hack-boldoblique-webfont.woff2?v=2.010") format("woff2"), url("/_theme/fonts/hack/woff/hack-boldoblique-webfont.woff?v=2.010") format("woff"), url("/_theme/fonts/hack/ttf/hack-boldoblique-webfont.ttf?v=2.010") format("truetype"), url("/_theme/fonts/hack/svg/hack-boldoblique-webfont.svg?v=2.010#hackboldoblique") format("svg");
  font-weight: 700;
  font-style: italic; }

/* OPen Sans */
@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("/_theme/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

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

html {
  color: #333;
  background: #555;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

body {
  overflow: hidden; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0; }

button {
  background: transparent;
  border: 0;
  padding: 0; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: #2671B7; }
  a:visited, a:hover, a:active {
    color: #2671B7; }

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

code,
pre {
  font-family: Hack, Consolas, Monaco, 'Andale Mono', monospace; }

.fr-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 100vh;
  vertical-align: top;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100vw;
  overflow: hidden; }

.fr-header {
  width: 100%;
  background-color: #444; }

.fr-header-inner {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #792C5C; }
  @media all and (min-width: 40em) {
    .fr-header-inner {
      max-width: 1600px; } }

.fr-header-unit {
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fr-header-unit + .fr-header-unit {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }

.fr-header-navButton {
  display: none;
  padding: 10px 15px;
  outline: none; }
  .fr-header-navButton.is-active {
    padding: 12px 17px; }
  .fr-header-navButton:hover {
    background-color: #6a2751;
    transition: background-color 0.3s ease-in-out; }
  .fr-header-navButton:focus {
    outline: 0; }
  @media all and (max-width: 40em) {
    .fr-header-navButton {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.fr-header-title {
  padding: 13px 15px 11px 15px;
  position: relative;
  top: -3px;
  display: inline-block;
  text-decoration: none;
  color: white; }

.fr-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0;
  background: #f0f0ec;
  max-width: 1600px; }
  @media all and (max-width: 40em) {
    .fr-body {
      overflow-x: hidden;
      margin-right: -260px;
      transition: .3s ease all;
      -webkit-transform: translate3d(-260px, 0, 0);
              transform: translate3d(-260px, 0, 0); }
      .show-nav .fr-body {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }

.fr-sidebar {
  -webkit-flex-basis: 260px;
      -ms-flex-preferred-size: 260px;
          flex-basis: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #f5f5f5;
  border-right: 1px solid #ccc; }
  .fr-sidebar.is-closed {
    display: none; }
  @media all and (min-width: 60em) {
    .fr-sidebar {
      -webkit-flex-basis: 320px;
          -ms-flex-preferred-size: 320px;
              flex-basis: 320px; } }

.fr-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.fr-content .fr-inner,
.fr-sidebar .fr-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.Code {
  font-size: 14px;
  display: block;
  line-height: 1.45;
  background: #fff;
  font-family: Hack, Consolas, Monaco, 'Andale Mono', monospace; }

.Code--embedded {
  border: 1px solid #ddd;
  max-height: 300px;
  overflow: auto; }
  .Code--embedded > pre {
    padding: 15px; }

.Code--fullheight {
  max-height: none; }

.Code--fullscreen {
  background: transparent;
  border-left: 1em solid #ccc;
  height: 100vh;
  width: 100vw; }
  .Code--fullscreen pre {
    padding: 20px 10px;
    border-left: 1em solid #792C5C;
    margin-left: -1em;
    background: #fff; }

.Component-header, .ComponentList-header {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
  .Component-header .Status, .ComponentList-header .Status {
    margin-left: auto; }
  .Component-header .Status-label, .ComponentList-header .Status-label {
    color: #333;
    font-size: 14px;
    font-weight: bold; }
  .Component-header .IconLink, .ComponentList-header .IconLink {
    margin-left: 15px;
    position: relative;
    top: 3px; }

.Component-title, .ComponentList-title {
  color: #222;
  font-size: 22px; }

.Component-variantCount {
  display: inline-block;
  margin-left: auto;
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold; }

.Component-info {
  margin-bottom: 15px; }
  .Component-info > div + div {
    margin-top: 10px; }

.Component-description {
  padding-bottom: 10px;
  padding-left: 1px;
  padding-right: 1px;
  max-width: 900px; }
  .Component-description h1 {
    display: none; }

.ComponentList-content {
  margin: 15px 0 10px 0; }

.ComponentPreview.is-ready .ComponentPreview-iframe {
  visibility: visible;
  height: auto; }

.ComponentPreview.is-ready .ComponentPreview-wrapper:before,
.ComponentPreview.is-ready .ComponentPreview-wrapper:after {
  display: none; }

.ComponentPreview-iframe {
  visibility: hidden;
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: block; }

.ComponentPreview-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  outline: 1px solid #ddd;
  outline-offset: -1px; }
  .ComponentPreview-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    display: block;
    z-index: 2;
    content: " "; }
  .ComponentPreview-wrapper:after {
    content: "Loading preview...";
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    color: #792C5C;
    font-family: Hack, Consolas, Monaco, 'Andale Mono', monospace;
    font-weight: bold;
    position: absolute;
    top: 52%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    text-transform: uppercase; }

.FileBrowser-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  padding: 10px; }
  .FileBrowser-content .Code {
    border: 0; }

.FileBrowser-contentItem {
  display: none;
  position: relative; }
  .FileBrowser-contentItem.is-current {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }
  .FileBrowser-contentItem .Code {
    max-height: 500px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .FileBrowser-contentItem .Code pre {
      width: 100%;
      display: block;
      padding-top: 5px;
      padding-bottom: 5px; }

.FileBrowser-contentItemContent {
  background: #fff;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.FileBrowser-contentItemFooter {
  margin-bottom: 6px; }

.FileBrowser-contentItemFooterLinks {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  font-size: 0;
  text-align: right;
  margin-right: 5px; }
  .FileBrowser-contentItemFooterLinks li {
    font-size: 13px;
    display: inline-block; }
  .FileBrowser-contentItemFooterLinks li + li {
    margin-left: 10px; }
    .FileBrowser-contentItemFooterLinks li + li:before {
      display: inline-block;
      content: "|";
      font-size: 14px;
      font-weight: normal;
      color: #aaa;
      margin-right: 10px;
      position: relative;
      top: -1px; }
  .FileBrowser-contentItemFooterLinks a {
    color: #999;
    text-decoration: none; }
    .FileBrowser-contentItemFooterLinks a:hover {
      text-decoration: underline; }

@media all and (max-width: 999px) {
  .FileBrowser-fileList {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .FileBrowser-fileList.is-open .FileBrowser-fileListItem {
      display: block; }
    .FileBrowser-fileList.is-open .FileBrowser-fileListItem + .FileBrowser-fileListItem {
      border-top: 1px solid #ddd; }
  .FileBrowser-toggle {
    width: 44px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    position: relative; }
    .FileBrowser-toggle:active, .FileBrowser-toggle:focus {
      outline: none; }
    .FileBrowser-toggle span {
      line-height: 0;
      position: absolute;
      top: 13px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .FileBrowser-toggle .ToggleButton-active {
      top: 14px; }
  .FileBrowser-files {
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 100%; }
  .FileBrowser-fileListItem {
    display: none;
    padding-left: 10px; }
    .FileBrowser-fileListItem.is-current {
      display: block; }
  .FileBrowser-fileListLink {
    text-decoration: none;
    font-size: 14px;
    padding: 10px 10px 10px 26px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block; }
    .FileBrowser-fileListLink:link, .FileBrowser-fileListLink:visited, .FileBrowser-fileListLink:active {
      color: #666; }
    .FileBrowser-fileListLink:hover {
      color: #222; }
    .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink {
      color: #222;
      font-weight: bold; }
      .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:link, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:hover, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:visited, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:active {
        color: #222; }
        .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:link .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:hover .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:visited .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:active .FileBrowser-icon svg {
          fill: #666; }
    .FileBrowser-fileListLink .FileBrowser-icon {
      position: absolute;
      top: 12px;
      left: -2px;
      margin-right: 5px; } }

@media all and (min-width: 1000px) {
  .FileBrowser {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .FileBrowser-content {
    -webkit-flex: 4 0 0;
        -ms-flex: 4 0 0;
            flex: 4 0 0; }
  .FileBrowser-toggle {
    display: none; }
  .FileBrowser-fileList {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    min-width: 110px; } }
  @media all and (min-width: 1000px) and (min-width: 60em) {
    .FileBrowser-fileList {
      min-width: 160px; } }

@media all and (min-width: 1000px) {
  .FileBrowser-fileListItem {
    border: 1px solid #ddd;
    border-top: 0;
    margin-right: -1px;
    padding-left: 10px; }
    .FileBrowser-fileListItem.is-current {
      background: #f7f7f7;
      border-right: 1px solid #f7f7f7; }
  .FileBrowser-fileListLink {
    padding: 10px 10px 10px 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden; } }
  @media all and (min-width: 1000px) and (min-width: 60em) {
    .FileBrowser-fileListLink {
      padding-left: 26px; } }

@media all and (min-width: 1000px) {
    .FileBrowser-fileListLink:link, .FileBrowser-fileListLink:visited, .FileBrowser-fileListLink:active {
      color: #666; }
    .FileBrowser-fileListLink:hover {
      color: #222; }
    .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink {
      color: #222;
      font-weight: bold; }
      .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:link, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:hover, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:visited, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:active {
        color: #222; }
        .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:link .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:hover .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:visited .FileBrowser-icon svg, .FileBrowser-fileListItem.is-current .FileBrowser-fileListLink:active .FileBrowser-icon svg {
          fill: #666; }
  .FileBrowser-icon {
    position: absolute;
    top: 12px;
    left: -2px;
    display: none;
    margin-right: 5px; } }
  @media all and (min-width: 1000px) and (min-width: 60em) {
    .FileBrowser-icon {
      display: inline-block; } }

.IconLink {
  display: inline-block; }

.IconLink-text {
  display: none; }

.IconLink--preview:hover .IconLink-icon svg {
  fill: #333; }

.IconLink-icon {
  display: inline-block; }

.MainNav-item--section {
  background-color: #f5f5f5; }
  .MainNav-item--section > a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 15px; }
    @media all and (min-width: 60em) {
      .MainNav-item--section > a {
        font-size: 16px; } }
  .MainNav-item--section .MainNav-sectionNav {
    padding: 10px 0; }
    .MainNav-item--section .MainNav-sectionNav:last-child {
      border-bottom: 1px solid #ddd; }
    .MainNav-item--section .MainNav-sectionNav + .MainNav-sectionNav:before {
      content: ' ';
      border-top: 1px dashed #ccc;
      display: block;
      margin-left: 10px;
      margin-right: 10px;
      position: relative;
      top: -10px; }
  .MainNav-item--section .MainNav-sectionPanel {
    display: none; }
    .no-js .MainNav-item--section .MainNav-sectionPanel {
      display: block; }
  .MainNav-item--section.is-open > .MainNav-sectionPanel {
    display: block; }
  .MainNav-item--section.is-current > a {
    color: #792C5C; }

.MainNav-sectionFilter {
  background-color: #ddd;
  padding: 10px 15px; }

.MainNav-filterLabel {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px; }

.MainNav-filterSelect {
  display: inline-block;
  position: relative;
  top: -1px; }

.MainNav-sectionNav--components .MainNav-subSectionToggle {
  font-weight: normal;
  padding: 5px 10px 5px 40px;
  position: relative;
  background-image: url("/_theme/img/icons/nav-arrow-down.svg");
  background-size: 18px 18px;
  background-position: 15px 7px;
  background-repeat: no-repeat;
  color: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 15px; }
  @media all and (min-width: 60em) {
    .MainNav-sectionNav--components .MainNav-subSectionToggle {
      font-size: 16px; } }

.has-js .MainNav-sectionNav--components .MainNav-subSectionToggle {
  cursor: pointer;
  background-image: url("/_theme/img/icons/nav-arrow-right.svg"); }

.has-js .MainNav-sectionNav--components .MainNav-item--group > .MainNav-children {
  display: none; }

.has-js .MainNav-sectionNav--components .MainNav-item--group.is-open .MainNav-subSectionToggle {
  background-image: url("/_theme/img/icons/nav-arrow-down.svg"); }

.has-js .MainNav-sectionNav--components .MainNav-item--group.is-open > .MainNav-children {
  display: block; }

.MainNav-item--sub a {
  padding: 4px 10px 4px 21px;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
  @media all and (min-width: 60em) {
    .MainNav-item--sub a {
      font-size: 16px; } }

.MainNav-item--sub.is-current > a {
  color: #792C5C;
  font-weight: bold; }

.MainNav-item--sub .Status {
  margin-left: auto;
  display: inline-block;
  position: relative;
  top: -3px; }

.MainNav-item--sub .Status-dot {
  width: 5px;
  height: 5px; }

.MainNav-item--group .MainNav-item--sub a {
  padding-left: 40px; }

.ToggleButton.is-active .ToggleButton-active {
  display: block; }

.ToggleButton.is-active .ToggleButton-inactive {
  display: none; }

.ToggleButton.is-inactive .ToggleButton-active {
  display: none; }

.ToggleButton.is-inactive .ToggleButton-inactive {
  display: block; }

.ToggleButton-active {
  display: none; }

.ToggleButton-inactive {
  display: none; }

.Notification {
  border: 1px solid #ddd;
  padding: 17px 15px 15px 15px;
  background-color: #f7f7f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.Notification-icon {
  margin-right: 13px; }

.Notification-content {
  margin-top: 2px; }

.Notification-title {
  font-size: 22px;
  margin: 0; }

.Notification--error {
  border-color: #f0b1a1;
  background-color: #fff3ed; }

.Page {
  padding: 20px; }
  @media all and (max-width: 40em) {
    .Page {
      padding: 12px; } }

.Page-inner {
  padding-bottom: 20px; }

.Page--full {
  background: #fff; }
  .Page--full .Page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .Page--full .Page-title {
    color: #792C5C;
    font-size: 22px; }

.Page--panelled {
  background: #f0f0ec; }

.Pagination {
  margin: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Pagination.on-first .Pagination-prev,
  .Pagination.on-last .Pagination-next {
    pointer-events: none; }
    .Pagination.on-first .Pagination-prev:link svg, .Pagination.on-first .Pagination-prev:visited svg, .Pagination.on-first .Pagination-prev:hover svg, .Pagination.on-first .Pagination-prev:active svg,
    .Pagination.on-last .Pagination-next:link svg,
    .Pagination.on-last .Pagination-next:visited svg,
    .Pagination.on-last .Pagination-next:hover svg,
    .Pagination.on-last .Pagination-next:active svg {
      fill: #999; }

.Pagination-inner {
  margin-left: auto;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Pagination-link {
  display: inline-block;
  padding: 3px 7px; }
  .Pagination-link:link, .Pagination-link:visited, .Pagination-link:hover, .Pagination-link:active {
    text-decoration: none; }

.Pagination-prev {
  margin-right: 6px; }

.Pagination-next {
  margin-left: 7px; }

.Pagination-counter {
  font-size: 15px; }
  .Pagination-counter strong {
    font-weight: normal; }

.Prose {
  font-size: 16px;
  line-height: 1.5; }
  .Prose > blockquote,
  .Prose > dl,
  .Prose > dd,
  .Prose > h1,
  .Prose > h2,
  .Prose > h3,
  .Prose > h4,
  .Prose > h5,
  .Prose > h6,
  .Prose > p,
  .Prose > ul
> ol {
    margin: 0 0 1em 0;
    line-height: 1.5; }
  .Prose > ul,
  .Prose > ol {
    margin-left: 2em; }
  .Prose > ul li {
    list-style-type: disc; }
  .Prose > ol li {
    list-style-type: decimal; }
  .Prose > h1 {
    font-size: 22px;
    font-weight: bold;
    color: #792C5C;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd; }
  .Prose > h2 {
    font-size: 20px;
    margin-top: 1em;
    color: #792C5C;
    margin-bottom: 0.6em; }
  .Prose > h3 {
    font-size: 18px;
    color: #222;
    margin-top: 1em;
    margin-bottom: 0.6em; }
  .Prose > h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.6em; }
  .Prose:last-child {
    margin-bottom: 0; }
  .Prose > code {
    font-size: 14px;
    display: block;
    line-height: 1.45;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9; }
  .Prose > p code {
    background-color: #f9f9f9;
    display: inline-block;
    padding: 0 3px; }
  .Prose > hr {
    border: 0;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    margin: 1.2em auto; }
  .Prose :first-child {
    margin-top: 0 !important; }
  .Prose :last-child {
    margin-bottom: 0 !important; }

.Prose--embedded {
  background-color: #F7F7F7;
  padding: 18px 15px;
  border-left: 4px solid #ddd;
  font-size: 14px;
  line-height: 1.5; }
  .Prose--embedded > h1 {
    display: none; }
  .Prose--embedded > h2 {
    font-size: 19px;
    margin-top: 0.9em;
    color: #222;
    margin-bottom: 0.6em; }
  .Prose--embedded > h3 {
    font-size: 17px;
    color: #222;
    margin-top: 0.9em;
    margin-bottom: 0.6em; }
  .Prose--embedded > h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.6em; }
  .Prose--embedded > p code {
    background-color: #fff; }
  .Prose--embedded > code {
    margin-top: 1em;
    background: #fff; }

.Status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Status-label {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  margin-right: 10px;
  display: none; }

.Status-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.Status-dot + .Status-dot {
  margin-left: 3px; }

.Status-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%; }

.Status--large .Status-dot, .Status--labelled .Status-dot {
  width: 12px;
  height: 12px; }
  .Status--large .Status-dot + .Status-dot, .Status--labelled .Status-dot + .Status-dot {
    margin-left: 5px; }

.Status--labelled {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Status--labelled .Status-label {
    display: inline-block; }
  .Status--labelled .Status-dots {
    position: relative;
    top: 1px; }

.StatusTable {
  margin: 30px 0;
  width: 100%; }
  .StatusTable th, .StatusTable td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px 12px;
    font-size: 15px; }
  .StatusTable .Status {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -2px; }

.Variant {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 14px 20px 14px;
  margin-top: 10px; }

.Variant-section + .Variant-section {
  margin-top: 15px; }

.Variant-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-bottom: 10px; }
  .Variant-header .Status {
    margin-right: 10px; }
  .Variant-header .IconLink {
    margin-left: auto;
    position: relative;
    top: 1px; }
  .Variant-header + .Variant-section--notes {
    border-top: 1px solid #ddd;
    padding-top: 15px; }

.Variant-title {
  font-size: 18px;
  color: #792C5C;
  font-weight: normal; }

.Variant-variantTitle,
.Variant-titleSplitter {
  font-weight: normal;
  color: #999; }

.Variant-section--notes {
  color: #666;
  max-width: 900px;
  padding: 0 1px; }
