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

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  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;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

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

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

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

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

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

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

.token.entity {
  cursor: help;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-300-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-300-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-900-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/lato-900-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:focus,
a::-moz-focus-inner {
  outline: none;
}

ol, ul, li, h1, h2, h3, h4, p, a, td, dl, dt, dd, fieldset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-size: 1em;
}

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

img {
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

label, button {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1em;
}

@font-face {
  font-family: "attire";
  src: url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons.eot?v1.0");
  src: url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons.eot?v1.0#iefix") format("embedded-opentype"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons.woff?v1.0") format("woff"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons.ttf?v1.0") format("truetype"), url("https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons.svg?v1.0https://gitcdn.xyz/repo/dbrekalo/attire/master/dist/fonts/attireIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon"],
[class*=" icon"] {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

[class^="icon"]:before,
[class*=" icon"]:before {
  font-family: "attire";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  text-indent: 0;
}

.iconMenu:before {
  content: "";
}

.iconArrowRight:before {
  content: "";
}

.iconMail:before {
  content: "";
}

.iconFacebook:before {
  content: "";
}

.iconGithub:before {
  content: "";
}

.iconTwitter:before {
  content: "";
}

.iconCode:before {
  content: "";
}

.iconSearch:before {
  content: "";
}

.iconLink:before {
  content: "";
}

.iconCross:before {
  content: "";
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html,
body {
  min-height: 100%;
  background: #fff;
}

body {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  min-width: 32em;
  position: relative;
  color: #303030;
}

@media screen and (max-width: 45em) {
  body.navOpened {
    overflow: hidden;
  }
}

@media screen and (min-width: 45.0625em) {
  body {
    padding: 0 0 0 32em;
  }
}

.attireArticle {
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}

a {
  color: #2B91F5;
}

.attireHeader {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

.attireHeader > .title {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 2.5em;
  padding: 0 1em;
}

@media screen and (min-width: 45.0625em) {
  .attireHeader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 32em;
    padding: 2em;
    z-index: 25;
  }
}

.attireSearch {
  display: block;
  margin: 0 1em 1em;
  padding: 0 3.5em 0 0;
  box-sizing: border-box;
  z-index: 10;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.attireSearch:before {
  left: auto;
  font-size: 1.5em;
  right: 0;
  top: 1.2em;
  color: darkgray;
}

.attireSearch > input {
  display: block;
  width: 100%;
  font-size: 1.6em;
  padding: 0.625em 0.625em;
  background: transparent;
  border: 0;
  color: #303030;
}

.attireSearch > input::-webkit-input-placeholder {
  color: darkgray;
}

.attireSearch > input::-moz-placeholder {
  color: darkgray;
}

.attireSearch > input:-moz-placeholder {
  color: darkgray;
}

.attireSearch > input:-ms-input-placeholder {
  color: darkgray;
}

.attireSearch.fsr_opened {
  border-color: #e3e3e3;
  box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.05);
}

.attireSearch.fsr_opened > .fs_results {
  display: block;
}

.attireSearch > .fs_results {
  position: absolute;
  left: -1px;
  top: 100%;
  margin-top: -1px;
  right: -1px;
  padding: 1em 0;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-top: 0;
  box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.05);
  display: none;
}

.attireSearch > .fs_results:before {
  content: "";
  position: absolute;
  left: 1em;
  right: 1em;
  top: 0;
  border-top: 1px solid #e3e3e3;
}

.attireSearch .fs_result_item, .attireSearch .fs_no_results {
  display: block;
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0.35714em 0.71429em;
  color: #303030;
}

.attireSearch .fs_result_item > span, .attireSearch .fs_no_results > span {
  opacity: 0.5;
}

.attireSearch .fs_result_item > span:before, .attireSearch .fs_no_results > span:before {
  content: "– ";
}

.attireSearch .fs_result_item.focused, .attireSearch .fs_no_results.focused {
  color: #2B91F5;
}

.attireSearch .fs_no_results {
  opacity: 0.5;
}

@media screen and (min-width: 45.0625em) {
  .attireSearch {
    margin: 0 1em 0;
    z-index: 35;
  }
}

@media screen and (max-width: 45em) {
  .attireNav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
  }
  .attireNav > .toggleBtn, .attireNav > .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    display: inline-block;
    width: 60px;
    height: 50px;
    text-indent: -9999em;
    overflow: hidden;
  }
  .attireNav > .toggleBtn::-moz-focus-inner, .attireNav > .closeBtn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .attireNav > .toggleBtn:before, .attireNav > .closeBtn:before {
    right: 0;
    width: auto;
    text-indent: 0;
  }
  .attireNav > .toggleBtn:before, .attireNav > .closeBtn:before {
    font-size: 2.6em;
  }
  .attireNav > .closeBtn {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(6em, 0, 0);
    -moz-transform: translate3d(6em, 0, 0);
    -ms-transform: translate3d(6em, 0, 0);
    -o-transform: translate3d(6em, 0, 0);
    transform: translate3d(6em, 0, 0);
    position: fixed;
    z-index: 31;
  }
  .attireNav > .closeBtn:before {
    font-size: 2em;
  }
  .attireNav a {
    display: block;
    position: relative;
    font-size: 1.3em;
    padding: 0.38462em 3.07692em;
    line-height: 1.4;
    color: #303030;
  }
  .attireNav a:before {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    content: "–";
    position: absolute;
    left: 1.38462em;
    top: 0.38462em;
    opacity: 0;
  }
  .attireNav a.selected:before {
    opacity: 1;
  }
  .attireNav > .panel {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(28em, 0, 0);
    -moz-transform: translate3d(28em, 0, 0);
    -ms-transform: translate3d(28em, 0, 0);
    -o-transform: translate3d(28em, 0, 0);
    transform: translate3d(28em, 0, 0);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    width: 28em;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
  }
  .attireNav > .panel > .content {
    padding: 3.5em 0 1em;
  }
  .attireNav > .panel > .content > a {
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .attireNav > .panel > .content > ul {
    margin-bottom: 2.5em;
  }
  .attireNav > .overlay {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
  .attireNav.opened > .panel {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .attireNav.opened > .overlay {
    pointer-events: auto;
    opacity: 1;
  }
  .attireNav.opened > .closeBtn {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 45.0625em) {
  .attireNav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding-top: 14em;
    width: 32em;
    border-right: 1px solid #e3e3e3;
  }
  .attireNav > .toggleBtn, .attireNav > .closeBtn {
    display: none;
  }
  .attireNav a {
    display: block;
    position: relative;
    font-size: 1.3em;
    padding: 0.38462em 3.07692em;
    line-height: 1.4;
    color: #303030;
  }
  .attireNav a:before {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    content: "–";
    position: absolute;
    left: 1.38462em;
    top: 0.38462em;
    opacity: 0;
  }
  .attireNav a.selected:before {
    opacity: 1;
  }
  .attireNav a:hover {
    color: #2B91F5;
  }
  .attireNav > .panel {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .attireNav > .panel.nano {
    overflow: hidden;
  }
  .attireNav > .panel > .content > a {
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .attireNav > .panel > .content > ul {
    margin-bottom: 2.5em;
  }
}

.nano > .nano-pane {
  background: transparent;
}

.nano > .nano-pane > .nano-slider {
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.1);
}

.nano > .nano-pane > .nano-slider:hover {
  background: rgba(0, 0, 0, 0.4);
}

.nano > .nano-pane.active > .nano-slider {
  background: rgba(0, 0, 0, 0.4);
}

.githubRibbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 10em;
  z-index: 20;
  display: none;
}

.githubRibbon > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 45.0625em) {
  body > .githubRibbon {
    display: block;
    width: 14.9em;
  }
}

.attireBlock {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #e3e3e3;
}

.attireBlock:first-child {
  border-top: 0;
}

.attireBlock > .inner {
  padding: 2em;
}

.attireBlock.mod1 {
  background-color: #FBFBFB;
}

@media screen and (min-width: 45.0625em) {
  .attireBlock > .inner {
    max-width: 70em;
    padding: 6em 2.5em;
    margin: 0 auto;
  }
}

.attireSeparator {
  margin: 2.5em 0;
  position: relative;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.attireSeparator.mod1 {
  margin: 3.5em 0;
  width: 10em;
}

.attireSeparator.mod2 {
  margin: 6em 0;
  width: 10em;
  border-top: 5px solid #636363;
}

.attireFooter {
  padding: 2em;
  border-top: 1px solid #e3e3e3;
}

.attireFooter > p {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
}

.attireAuthor {
  position: relative;
  margin-bottom: 3em;
}

.attireAuthor > .imageElement {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 4em;
  height: 4em;
  position: relative;
  border-radius: 50%;
  border-radius: 50%;
}

.attireAuthor > .imageElement > img {
  display: block;
  width: 100%;
}

.attireAuthor > .name {
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 1em;
  background-color: #fff;
  color: #303030;
}

.attireAuthor > .name:first-child {
  padding-left: 0;
}

@media screen and (max-width: 45em) {
  .attireAuthor > .socialBox {
    position: relative;
    padding: 1em 0 0;
    margin-top: 0.5em;
  }
  .attireAuthor > .socialBox a {
    font-size: 1.4em;
    display: block;
    padding: 0.57143em 0.35714em 0.57143em 3.92857em;
    color: #707070;
  }
  .attireAuthor > .socialBox a:before {
    font-size: 1.3em;
  }
  .attireAuthor > .socialBox:before {
    content: "";
    position: absolute;
    left: 5.5em;
    top: 0;
    right: 0;
    border-top: 1px solid #e3e3e3;
  }
}

@media screen and (min-width: 45.0625em) {
  .attireAuthor {
    margin-bottom: 5em;
  }
  .attireAuthor.noImage {
    margin-top: 4em;
  }
  .attireAuthor > .imageElement {
    width: 5em;
    height: 5em;
  }
  .attireAuthor > .socialBox {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2em;
    background-color: #fff;
    padding: 0 2em 0 1em;
  }
  .attireAuthor > .socialBox a {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    overflow: hidden;
  }
  .attireAuthor > .socialBox a:before {
    right: 0;
    width: auto;
    text-indent: 0;
  }
  .attireAuthor > .socialBox a:before {
    font-size: 2em;
    color: #636363;
  }
  .attireAuthor > .socialBox a:hover:before {
    color: #2B91F5;
  }
  .attireAuthor:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #e3e3e3;
  }
}

.attireTitleType1 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4em;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 45.0625em) {
  .attireTitleType1 {
    font-size: 6em;
  }
}

.attireTitleType1 + .attireTextType2 {
  margin-top: 1.5625em;
}

.attireTitleType2 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.8em;
  padding: 0;
  margin: 0 0 0.55556em;
  word-wrap: break-word;
}

.attireTitleType3 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2em;
  padding: 0;
  margin: 0 0 0.68182em;
  word-wrap: break-word;
}

.attireTextType1 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2em;
  padding: 0;
  margin: 0.90909em 0 0.90909em;
  color: #707070;
  line-height: 1.4;
}

@media screen and (min-width: 45.0625em) {
  .attireTextType1 {
    font-size: 2.8em;
    margin: 0.71429em 0 1.07143em;
  }
}

.attireTextType2 {
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 1.11111em;
  color: #636363;
  line-height: 1.6;
}

.attireTextType3 {
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 1.25em;
  color: #636363;
  line-height: 1.6;
}

.attireListType1 {
  margin-bottom: 2em;
}

.attireListType1 li {
  font-size: 1.7em;
  padding-left: 1.76471em;
  margin: 0.58824em 0;
  position: relative;
  color: #636363;
  line-height: 1.6;
}

.attireListType1 li:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0em;
}

.attireTextButtonType1 {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  color: #2B91F5;
}

.attireTextButtonType1::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.attireCodeHighlight[class*="language-"] {
  margin: 2em 0;
}

.attireCodeHighlight > code {
  font-size: 1.4em;
}

.attireCodeToggleBlock .attireCodeHighlight {
  display: none;
}

.attireCodeToggleBlock.isActive .attireCodeHighlight {
  display: block;
}

.attireCodeToggleBtn {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0 1.2em 0 0;
  color: #2B91F5;
}

.attireCodeToggleBtn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.attireCodeToggleBtn:before {
  left: auto;
  right: 0;
  text-align: right;
}

.attireUserRepositories {
  padding: 2em;
  background-color: #FBFBFB;
  border-top: 1px solid #e3e3e3;
}

.attireUserRepositories > .loader {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em;
  padding: 1.25em 0;
  text-align: center;
  color: #707070;
}

.attireUserRepositories > .title {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  padding-bottom: 1.33333em;
  color: #707070;
}

.attireUserRepositories > ul > li {
  padding: 2em 0;
  position: relative;
}

.attireUserRepositories > ul > li:last-child {
  padding-bottom: 0;
}

.attireUserRepositories > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  border-top: 1px solid #e3e3e3;
}

@media screen and (min-width: 45.0625em) {
  .attireUserRepositories > .title {
    text-align: center;
    position: relative;
    padding: 0.33333em 0 1.66667em;
  }
  .attireUserRepositories > .title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3.33333em;
    margin-left: -1.66667em;
    border-top: 1px solid #e3e3e3;
  }
  .attireUserRepositories > ul {
    max-width: 110em;
    margin: 0 auto;
    overflow: hidden;
  }
  .attireUserRepositories > ul > li {
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
    padding: 3em 4em 4em;
  }
  .attireUserRepositories > ul > li:before {
    display: none;
  }
}

.attireUserRepo {
  display: block;
}

.attireUserRepo > .title {
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4em;
  margin-bottom: 0.75em;
  color: #303030;
}

.attireUserRepo > .description {
  font-size: 1.6em;
  line-height: 1.6;
  color: #636363;
}
