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

@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: 1.6em;
  line-height:1.8em;*/
}

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: "";
}

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

a {
  color: #2B91F5;
}

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

@-webkit-keyframes attireNavEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes attireNavEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes attireNavEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -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);
  }
}

.attireMainNav {
  position: relative;
  margin-bottom: -1em;
  z-index: 10;
  background-color: #fff;
}

.attireMainNav > .toggleBtn {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  overflow: hidden;
}

.attireMainNav > .toggleBtn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.attireMainNav > .toggleBtn:before {
  right: 0;
  width: auto;
  text-indent: 0;
}

.attireMainNav > .toggleBtn:before {
  font-size: 2.6em;
  width: 2.30769em;
}

.attireMainNav > ul {
  padding: 0 0 1em;
  display: none;
}

.attireMainNav.isActive {
  margin-bottom: 0;
}

.attireMainNav.isActive > ul {
  -webkit-animation: attireNavEnter 0.3s;
  -moz-animation: attireNavEnter 0.3s;
  animation: attireNavEnter 0.3s;
  display: block;
}

.attireMainNav a {
  font-size: 1.4em;
  display: block;
  padding: 1.07143em 1.42857em;
  color: #636363;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.attireMainNav a:hover {
  color: #2B91F5;
}

@media screen and (min-width: 45.0625em) {
  .attireMainNav {
    margin-bottom: 0;
  }
  .attireMainNav > .toggleBtn {
    display: none;
  }
  .attireMainNav > ul {
    display: block;
    overflow: hidden;
    padding: 0 1.5em;
  }
  .attireMainNav li {
    float: left;
  }
  .attireMainNav a {
    font-size: 1.4em;
    display: block;
    padding: 1.42857em 1.07143em;
  }
}

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

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

@media screen and (min-width: 45.0625em) {
  .githubRibbon {
    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;
}
