/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "https://fonts.googleapis.com/css?family=Maven+Pro:400,700";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.link-inherit {
  color: inherit;
}
.link-inherit:hover,
.link-inherit:focus {
  color: inherit;
}
.hidden {
  display: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #444;
  background: #eee;
  border-bottom: 5px solid #ddd;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('./fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('./fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('./fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('./fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('./fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.book-langs-index {
  width: 100%;
  height: 100%;
  padding: 40px 0px;
  margin: 0px;
  overflow: auto;
}
@media (max-width: 600px) {
  .book-langs-index {
    padding: 0px;
  }
}
.book-langs-index .inner {
  max-width: 600px;
  width: 100%;
  margin: 0px auto;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.book-langs-index .inner h3 {
  margin: 0px;
}
.book-langs-index .inner .languages {
  list-style: none;
  padding: 20px 30px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  *zoom: 1;
}
.book-langs-index .inner .languages:before,
.book-langs-index .inner .languages:after {
  content: " ";
  display: table;
  line-height: 0;
}
.book-langs-index .inner .languages:after {
  clear: both;
}
.book-langs-index .inner .languages li {
  width: 50%;
  float: left;
  padding: 10px 5px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .book-langs-index .inner .languages li {
    width: 100%;
    max-width: 100%;
  }
}
.book-header {
  font-family: 'Maven Pro', sans-serif;
  overflow: visible;
  height: 50px;
  padding: 0px 8px;
  z-index: 2;
  font-size: 0.85em;
  color: hsl(194, 5%, 52%);
  background: transparent;
}
.book-header .btn {
  display: block;
  height: 50px;
  padding: 0px 15px;
  border-bottom: none;
  color: #ccc;
  text-transform: uppercase;
  line-height: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  font-size: 18px;
}
.book-header .btn:hover {
  position: relative;
  text-decoration: none;
  color: #444;
  background: none;
}
.book-header .btn:focus {
  outline: none;
}
.book-header .fa-facebook,
.book-header .fa-twitter,
.book-header .fa-share-alt {
  display: none;
}
.book-header h1 {
  display: none;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s;
  -moz-transition: opacity ease 0.4s;
  -o-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
  padding-left: 200px;
  padding-right: 200px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-header h1 a,
.book-header h1 a:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .book-header h1 {
    display: none;
  }
}
.book-header h1 i {
  display: none;
}
.book-header:hover h1 {
  opacity: 1;
}
.book.is-loading .book-header h1 i {
  display: inline-block;
}
.book.is-loading .book-header h1 a {
  display: none;
}
#srf-header {
  background-color: #005eb8;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 72px;
  line-height: 70px;
  z-index: 10;
  color: white;
  white-space: nowrap;
  box-shadow: 0 0 10px #444;
}
#srf-header a,
#srf-footer a {
  color: white;
}
#srf-header-logo {
  position: relative;
  top: 18px;
  left: 10px;
  vertical-align: top;
  width: 215px;
  height: 39px;
  display: inline-block;
  background: url('data:image/png;base64,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');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
#srf-header-logo-text {
  position: relative;
  top: 4px;
  font-size: 25px;
}
#srf-header-right {
  position: absolute;
  right: 30px;
}
@media (max-width: 1240px) {
  #srf-header-logo-text {
    top: 7px;
    font-size: 20px;
  }
  #srf-header-right {
    display: none;
  }
}
#srf-footer {
  color: white;
  position: fixed;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  background-color: #005eb8;
  width: 100%;
  text-align: center;
  z-index: 10;
  transform: translateZ(0);
  box-shadow: 0 0 10px #444;
}
#srf-footer .left {
  position: absolute;
  left: 40px;
}
#srf-footer .right {
  position: absolute;
  right: 40px;
}
@media print {
  .book-header {
    display: none;
  }
  #srf-header {
    display: none;
  }
  #srf-footer {
    display: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu.dropdown-left {
  left: auto;
  right: 4%;
}
.dropdown-menu.dropdown-left .dropdown-caret {
  right: 14px;
  left: auto;
}
.dropdown-menu .dropdown-caret {
  position: absolute;
  top: -8px;
  left: 14px;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}
.dropdown-menu .dropdown-caret .caret-outer {
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.1);
  height: auto;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  margin-left: -1px;
}
.dropdown-menu .dropdown-caret .caret-inner {
  position: absolute;
  display: inline-block;
  margin-top: -1px;
  top: 0;
  top: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fafafa;
}
.dropdown-menu .buttons {
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dropdown-menu .buttons:before,
.dropdown-menu .buttons:after {
  content: " ";
  display: table;
  line-height: 0;
}
.dropdown-menu .buttons:after {
  clear: both;
}
.dropdown-menu .buttons:last-child {
  border-bottom: none;
}
.dropdown-menu .buttons .button {
  border: 0;
  background-color: transparent;
  color: #a6a6a6;
  width: 100%;
  text-align: center;
  float: left;
  line-height: 1.42857143;
  padding: 8px 4px;
}
.dropdown-menu .buttons .button:hover {
  color: #444;
}
.dropdown-menu .buttons .button:focus,
.dropdown-menu .buttons .button:hover {
  outline: none;
}
.dropdown-menu .buttons .button.size-2 {
  width: 50%;
}
.dropdown-menu .buttons .button.size-3 {
  width: 33%;
}
.book-summary {
  font-family: 'Maven Pro', sans-serif;
  position: absolute;
  top: 0px;
  left: -300px;
  bottom: 0px;
  z-index: 1;
  overflow-y: auto;
  width: 300px;
  color: hsl(207, 15%, 25%);
  background: #fafafa;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  transition: left 250ms ease;
}
.book-summary ul.summary {
  list-style: none;
  margin: 0px;
  padding: 0px 0 20px 0;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.book-summary ul.summary .divider {
  display: none;
}
.book-summary ul.summary li {
  list-style: none;
}
.book-summary ul.summary li.header {
  padding: 7px 15px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #939da3;
}
.book-summary ul.summary li.divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.07);
}
.book-summary ul.summary li i.fa-check {
  display: none;
  position: absolute;
  right: 9px;
  top: 16px;
  font-size: 9px;
  color: hsl(120, 60%, 50%);
}
.book-summary ul.summary li.done > a {
  color: hsl(207, 15%, 25%);
  font-weight: normal;
}
.book-summary ul.summary li.done > a i {
  display: inline;
}
.book-summary ul.summary li a,
.book-summary ul.summary li span {
  display: block;
  padding: 7px 15px;
  border-bottom: none;
  color: hsl(207, 15%, 25%);
  background: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.book-summary ul.summary li a:hover {
  text-decoration: underline;
}
.book-summary ul.summary li a:focus {
  outline: none;
}
.book-summary ul.summary li.active > a {
  color: hsl(207, 100%, 50%);
  background: transparent;
  text-decoration: none;
}
.book-summary ul.summary li ul {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .book-summary {
    width: calc(100% - 60px);
    bottom: 0px;
    left: -100%;
  }
}
.book.with-summary .book-summary {
  left: 0px;
}
.book.without-animation .book-summary {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media print {
  .book-summary {
    display: none;
  }
}
#srf-content {
  height: 100%;
  padding: 72px 0 50px 0;
}
@media print {
  #srf-content {
    padding: 0;
  }
}
.book {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .book.with-summary .book-body {
    left: 300px;
  }
}
@media (max-width: 600px) {
  .book.with-summary {
    overflow: hidden;
  }
  .book.with-summary .book-body {
    -webkit-transform: translate(calc(100% - 60px), 0px);
    -moz-transform: translate(calc(100% - 60px), 0px);
    -ms-transform: translate(calc(100% - 60px), 0px);
    -o-transform: translate(calc(100% - 60px), 0px);
    transform: translate(calc(100% - 60px), 0px);
  }
}
.book.without-animation .book-body {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.book-body {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  overflow-y: auto;
  color: black;
  background: white;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  transition: left 250ms ease;
}
.book-body .body-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  overflow-y: auto;
}
@media (max-width: 1240px) {
  .book-body {
    -webkit-transition: -webkit-transform 250ms ease;
    -moz-transition: -moz-transform 250ms ease;
    -o-transition: -o-transform 250ms ease;
    transition: transform 250ms ease;
    padding-bottom: 20px;
  }
  .book-body .body-inner {
    position: static;
    min-height: calc(100% - 50px);
  }
}
@media print {
  .book.with-summary {
    overflow: visible;
  }
  .book.with-summary .book-body,
  .book.without-summary .book-body,
  .book .book-body,
  .book.with-animation .book-body {
    position: static;
    left: 0;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
  }
}
.page-wrapper {
  position: relative;
  outline: none;
}
.page-inner {
  position: relative;
  max-width: 800px;
  margin: 0px auto;
  padding: 10px 15px 30px 15px;
}
.page-inner .btn-group .btn {
  border-radius: 0px;
  background: #eee;
  border: 0px;
}
@media print {
  .page-inner {
    max-width: none;
  }
}
.buttons {
  *zoom: 1;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
  line-height: 0;
}
.buttons:after {
  clear: both;
}
.button {
  border: 0;
  background-color: transparent;
  background: #eee;
  color: #666;
  width: 100%;
  text-align: center;
  float: left;
  line-height: 1.42857143;
  padding: 8px 4px;
}
.button:hover {
  color: #444;
}
.button:focus,
.button:hover {
  outline: none;
}
.button.size-2 {
  width: 50%;
}
.button.size-3 {
  width: 33%;
}
.markdown-section {
  display: block;
  word-wrap: break-word;
  overflow: hidden;
  color: #333333;
  line-height: 1.7;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  /* Printing */
  /* Typography */
  /* Spacing */
  /* Links */
  /* Images */
  /* Horizontal lines */
  /* Headings */
  /* Code blocks */
  /* Tables */
  /* Lists */
  /* Blockquote */
  /* Description Lists */
}
.markdown-section * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: inherit;
}
.markdown-section > *:first-child {
  margin-top: 0 !important;
}
.markdown-section > *:last-child {
  margin-bottom: 0 !important;
}
.markdown-section pre,
.markdown-section code,
.markdown-section blockquote,
.markdown-section tr,
.markdown-section img,
.markdown-section table,
.markdown-section figure {
  page-break-inside: avoid;
}
.markdown-section p,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5 {
  orphans: 3;
  widows: 3;
}
.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5 {
  page-break-after: avoid;
}
.markdown-section strong,
.markdown-section b {
  font-weight: bold;
}
.markdown-section em {
  font-style: italic;
}
.markdown-section p,
.markdown-section blockquote,
.markdown-section ul,
.markdown-section ol,
.markdown-section dl,
.markdown-section table {
  margin-top: 0;
  margin-bottom: 0.85em;
}
.markdown-section a {
  color: #4183c4;
  text-decoration: none;
  background: transparent;
}
.markdown-section a:hover,
.markdown-section a:focus,
.markdown-section a:active {
  outline: 0;
  text-decoration: underline;
}
.markdown-section img {
  border: 0;
  max-width: 100%;
}
.markdown-section hr {
  height: 4px;
  padding: 0;
  margin: 1.7em 0;
  overflow: hidden;
  background-color: #e7e7e7;
  border: none;
}
.markdown-section hr:before,
.markdown-section hr:after {
  display: table;
  content: " ";
}
.markdown-section hr:after {
  clear: both;
}
.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6 {
  margin-top: 1.275em;
  margin-bottom: 0.85em;
  font-weight: bold;
}
.markdown-section h1 {
  font-size: 2em;
}
.markdown-section h2 {
  font-size: 1.75em;
}
.markdown-section h3 {
  font-size: 1.5em;
}
.markdown-section h4 {
  font-size: 1.25em;
}
.markdown-section h5 {
  font-size: 1em;
}
.markdown-section h6 {
  font-size: 1em;
  color: #777;
}
.markdown-section code,
.markdown-section pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  direction: ltr;
  margin: 0px;
  padding: 0px;
  border: none;
  color: inherit;
}
.markdown-section pre {
  overflow: auto;
  word-wrap: normal;
  margin: 0px;
  padding: 0.85em 1em;
  margin-bottom: 1.275em;
  background: #f7f7f7;
}
.markdown-section pre > code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  font-size: 0.85em;
  white-space: pre;
  background: transparent;
}
.markdown-section pre > code:before,
.markdown-section pre > code:after {
  content: normal;
}
.markdown-section code {
  padding: 0.2em;
  margin: 0;
  font-size: 0.85em;
  background-color: #f7f7f7;
}
.markdown-section code:before,
.markdown-section code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
.markdown-section table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
}
.markdown-section table td,
.markdown-section table th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.markdown-section table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.markdown-section table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.markdown-section table th {
  font-weight: bold;
}
.markdown-section ul,
.markdown-section ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0.85em;
  padding-left: 2em;
}
.markdown-section ul ol,
.markdown-section ol ol,
.markdown-section ul ul,
.markdown-section ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown-section ol ol {
  list-style-type: lower-roman;
}
.markdown-section blockquote {
  margin: 0;
  margin-bottom: 0.85em;
  padding: 0 15px;
  color: #858585;
  border-left: 4px solid #e5e5e5;
}
.markdown-section blockquote:first-child {
  margin-top: 0;
}
.markdown-section blockquote:last-child {
  margin-bottom: 0;
}
.markdown-section dl {
  padding: 0;
}
.markdown-section dl dt {
  padding: 0;
  margin-top: 0.85em;
  font-style: italic;
  font-weight: bold;
}
.markdown-section dl dd {
  padding: 0 0.85em;
  margin-bottom: 0.85em;
}
.markdown-section dd {
  margin-left: 0;
}
.markdown-section .glossary-term {
  cursor: help;
  text-decoration: underline;
}
.markdown-section ul li p:last-child {
  margin-bottom: 0;
}
.markdown-section h2 {
  font-size: 1.5em;
}
.markdown-section h3 {
  font-size: 1.2em;
}
/*
    Right/Left buttons to change page
*/
#srf-scrolltop {
  display: block;
  position: fixed;
  width: 150px;
  height: 40px;
  right: 40px;
  bottom: 75px;
  z-index: 17;
  color: #bbb;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  text-align: center;
  user-select: none;
  outline: none;
}
#srf-scrolltop.unloaded {
  opacity: 0;
  transform: translateX(15px);
  transition: all 0.2s ease-out;
}
#srf-scrolltop:not(.unloaded) {
  transform: translateX(0px);
  transition: all 0.2s ease-in-out;
}
@media print {
  #srf-scrolltop {
    display: none;
  }
}
.navigation {
  position: absolute;
  top: 50px;
  bottom: 0px;
  margin: 0;
  max-width: 150px;
  min-width: 90px;
  /*display: flex;*/
  display: none;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 40px;
  color: #ccc;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.navigation:hover {
  text-decoration: none;
  color: #444;
}
.navigation.navigation-next {
  right: 0px;
}
.navigation.navigation-prev {
  left: 0px;
}
@media (max-width: 1240px) {
  .navigation {
    position: static;
    top: auto;
    max-width: 50%;
    width: 50%;
    display: inline-block;
    float: left;
  }
  .navigation.navigation-unique {
    max-width: 100%;
    width: 100%;
  }
}
/*
    Search input and results, works in sync with the "search" plugin
*/
#book-search-input {
  padding: 6px;
  background: transparent;
  transition: top 0.5s ease;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  margin-top: -1px;
}
#book-search-input input,
#book-search-input input:focus,
#book-search-input input:hover {
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
  line-height: 22px;
  padding-top: 7px;
  color: inherit;
}
#book-search-results {
  opacity: 1;
}
#book-search-results .search-results .search-results-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  margin-bottom: 35px;
  opacity: 0.6;
}
#book-search-results .search-results .has-results .search-results-item {
  display: block;
  word-wrap: break-word;
  overflow: hidden;
  color: #333333;
  line-height: 1.7;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  /* Printing */
  /* Typography */
  /* Spacing */
  /* Links */
  /* Images */
  /* Horizontal lines */
  /* Headings */
  /* Code blocks */
  /* Tables */
  /* Lists */
  /* Blockquote */
  /* Description Lists */
}
#book-search-results .search-results .has-results .search-results-item * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: inherit;
}
#book-search-results .search-results .has-results .search-results-item > *:first-child {
  margin-top: 0 !important;
}
#book-search-results .search-results .has-results .search-results-item > *:last-child {
  margin-bottom: 0 !important;
}
#book-search-results .search-results .has-results .search-results-item pre,
#book-search-results .search-results .has-results .search-results-item code,
#book-search-results .search-results .has-results .search-results-item blockquote,
#book-search-results .search-results .has-results .search-results-item tr,
#book-search-results .search-results .has-results .search-results-item img,
#book-search-results .search-results .has-results .search-results-item table,
#book-search-results .search-results .has-results .search-results-item figure {
  page-break-inside: avoid;
}
#book-search-results .search-results .has-results .search-results-item p,
#book-search-results .search-results .has-results .search-results-item h2,
#book-search-results .search-results .has-results .search-results-item h3,
#book-search-results .search-results .has-results .search-results-item h4,
#book-search-results .search-results .has-results .search-results-item h5 {
  orphans: 3;
  widows: 3;
}
#book-search-results .search-results .has-results .search-results-item h1,
#book-search-results .search-results .has-results .search-results-item h2,
#book-search-results .search-results .has-results .search-results-item h3,
#book-search-results .search-results .has-results .search-results-item h4,
#book-search-results .search-results .has-results .search-results-item h5 {
  page-break-after: avoid;
}
#book-search-results .search-results .has-results .search-results-item strong,
#book-search-results .search-results .has-results .search-results-item b {
  font-weight: bold;
}
#book-search-results .search-results .has-results .search-results-item em {
  font-style: italic;
}
#book-search-results .search-results .has-results .search-results-item p,
#book-search-results .search-results .has-results .search-results-item blockquote,
#book-search-results .search-results .has-results .search-results-item ul,
#book-search-results .search-results .has-results .search-results-item ol,
#book-search-results .search-results .has-results .search-results-item dl,
#book-search-results .search-results .has-results .search-results-item table {
  margin-top: 0;
  margin-bottom: 0.85em;
}
#book-search-results .search-results .has-results .search-results-item a {
  color: #4183c4;
  text-decoration: none;
  background: transparent;
}
#book-search-results .search-results .has-results .search-results-item a:hover,
#book-search-results .search-results .has-results .search-results-item a:focus,
#book-search-results .search-results .has-results .search-results-item a:active {
  outline: 0;
  text-decoration: underline;
}
#book-search-results .search-results .has-results .search-results-item img {
  border: 0;
  max-width: 100%;
}
#book-search-results .search-results .has-results .search-results-item hr {
  height: 4px;
  padding: 0;
  margin: 1.7em 0;
  overflow: hidden;
  background-color: #e7e7e7;
  border: none;
}
#book-search-results .search-results .has-results .search-results-item hr:before,
#book-search-results .search-results .has-results .search-results-item hr:after {
  display: table;
  content: " ";
}
#book-search-results .search-results .has-results .search-results-item hr:after {
  clear: both;
}
#book-search-results .search-results .has-results .search-results-item h1,
#book-search-results .search-results .has-results .search-results-item h2,
#book-search-results .search-results .has-results .search-results-item h3,
#book-search-results .search-results .has-results .search-results-item h4,
#book-search-results .search-results .has-results .search-results-item h5,
#book-search-results .search-results .has-results .search-results-item h6 {
  margin-top: 1.275em;
  margin-bottom: 0.85em;
  font-weight: bold;
}
#book-search-results .search-results .has-results .search-results-item h1 {
  font-size: 2em;
}
#book-search-results .search-results .has-results .search-results-item h2 {
  font-size: 1.75em;
}
#book-search-results .search-results .has-results .search-results-item h3 {
  font-size: 1.5em;
}
#book-search-results .search-results .has-results .search-results-item h4 {
  font-size: 1.25em;
}
#book-search-results .search-results .has-results .search-results-item h5 {
  font-size: 1em;
}
#book-search-results .search-results .has-results .search-results-item h6 {
  font-size: 1em;
  color: #777;
}
#book-search-results .search-results .has-results .search-results-item code,
#book-search-results .search-results .has-results .search-results-item pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  direction: ltr;
  margin: 0px;
  padding: 0px;
  border: none;
  color: inherit;
}
#book-search-results .search-results .has-results .search-results-item pre {
  overflow: auto;
  word-wrap: normal;
  margin: 0px;
  padding: 0.85em 1em;
  margin-bottom: 1.275em;
  background: #f7f7f7;
}
#book-search-results .search-results .has-results .search-results-item pre > code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  font-size: 0.85em;
  white-space: pre;
  background: transparent;
}
#book-search-results .search-results .has-results .search-results-item pre > code:before,
#book-search-results .search-results .has-results .search-results-item pre > code:after {
  content: normal;
}
#book-search-results .search-results .has-results .search-results-item code {
  padding: 0.2em;
  margin: 0;
  font-size: 0.85em;
  background-color: #f7f7f7;
}
#book-search-results .search-results .has-results .search-results-item code:before,
#book-search-results .search-results .has-results .search-results-item code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
#book-search-results .search-results .has-results .search-results-item table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
}
#book-search-results .search-results .has-results .search-results-item table td,
#book-search-results .search-results .has-results .search-results-item table th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
#book-search-results .search-results .has-results .search-results-item table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
#book-search-results .search-results .has-results .search-results-item table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
#book-search-results .search-results .has-results .search-results-item table th {
  font-weight: bold;
}
#book-search-results .search-results .has-results .search-results-item ul,
#book-search-results .search-results .has-results .search-results-item ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0.85em;
  padding-left: 2em;
}
#book-search-results .search-results .has-results .search-results-item ul ol,
#book-search-results .search-results .has-results .search-results-item ol ol,
#book-search-results .search-results .has-results .search-results-item ul ul,
#book-search-results .search-results .has-results .search-results-item ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
#book-search-results .search-results .has-results .search-results-item ol ol {
  list-style-type: lower-roman;
}
#book-search-results .search-results .has-results .search-results-item blockquote {
  margin: 0;
  margin-bottom: 0.85em;
  padding: 0 15px;
  color: #858585;
  border-left: 4px solid #e5e5e5;
}
#book-search-results .search-results .has-results .search-results-item blockquote:first-child {
  margin-top: 0;
}
#book-search-results .search-results .has-results .search-results-item blockquote:last-child {
  margin-bottom: 0;
}
#book-search-results .search-results .has-results .search-results-item dl {
  padding: 0;
}
#book-search-results .search-results .has-results .search-results-item dl dt {
  padding: 0;
  margin-top: 0.85em;
  font-style: italic;
  font-weight: bold;
}
#book-search-results .search-results .has-results .search-results-item dl dd {
  padding: 0 0.85em;
  margin-bottom: 0.85em;
}
#book-search-results .search-results .has-results .search-results-item dd {
  margin-left: 0;
}
#book-search-results .search-results .has-results .search-results-item h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#book-search-results .search-results .no-results {
  padding: 40px 0px;
}
body.search-loading #book-search-results {
  opacity: 0.3;
}
body.with-search .navigation {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -1px;
  color: #5c5c5c;
}
.book.font-family-1 {
  font-family: 'Maven Pro', sans-serif !important;
}
.book.font-size-1,
.book.font-size-2,
.markdown-section * {
  font-size: 18px;
}
