/******************************************************************************** 
  TwitterAudit V2 

  cd ~/Projects/twaudit/twitteraudit/assets/less
  lessc style.v2.less ~/Projects/twaudit/twitteraudit/static/css/style.v2.css 
  ********************************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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;
}
/********************************************************************************\
  #ALL
\********************************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
/********************************************************************************\
  #BODY
\********************************************************************************/
body {
  font-family: 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35em;
  color: #0a2537;
  text-rendering: optimizeLegibility;
  max-width: 100vw;
  min-width: 600px;
  min-height: 100vh;
  background-color: rgba(10, 37, 55, 0.1);
  /* autoprefixer: off */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.loading {
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0.5;
}
/********************************************************************************\
  #LINK
\********************************************************************************/
a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
a[disabled],
a[disabled="disabled"],
a.button[disabled],
a.button[disabled="disabled"],
a.link[disabled],
a.link[disabled="disabled"] {
  user-select: none !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
/********************************************************************************\
  #BUTTON
\********************************************************************************/
button {
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}
button[disabled],
button[disabled="disabled"],
button.button[disabled],
button.button[disabled="disabled"],
button.link[disabled],
button.link[disabled="disabled"] {
  user-select: none !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
/********************************************************************************\
  #DISABLED
\********************************************************************************/
[disabled],
[disabled] > *,
[disabled="disabled"],
[disabled="disabled"] > * {
  user-select: none !important;
  pointer-events: none;
  cursor: default;
}
[disabled]:not(button):not(a) > *,
[disabled="disabled"]:not(button):not(a) > * {
  opacity: 0.3;
}
/********************************************************************************\
  #FORMS
\********************************************************************************/
fieldset {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
}
input:invalid,
input:required {
  box-shadow: none;
}
input[disabled] input[disabled]:before,
input[disabled]:after {
  user-select: none !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
textarea {
  border: 0;
  outline: 0;
}
textarea[disabled] textarea[disabled]:before,
textarea[disabled]:after {
  user-select: none !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
/********************************************************************************\
  #HEADINGS
\********************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.35em;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
/********************************************************************************\
  #UNORDERED-LIST
\********************************************************************************/
ul {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  line-height: inherit;
  color: inherit;
  display: list-item;
  margin-top: 0;
  margin-bottom: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}
/********************************************************************************\
	#SPACE
\********************************************************************************/
/********************************************************************************\
	#CONTENT
\********************************************************************************/
.content--microest {
  line-height: 1px;
}
.content--microer {
  line-height: 2px;
}
.content--micro {
  line-height: 3px;
}
.content--tiniest {
  line-height: 5px;
}
.content--tinier {
  line-height: 6px;
}
.content--tiny {
  line-height: 7px;
}
.content--smallest {
  line-height: 8px;
}
.content--smaller {
  line-height: 10px;
}
.content--small {
  line-height: 11px;
}
.content--base {
  line-height: 12px;
}
.content--large {
  line-height: 14px;
}
.content--larger {
  line-height: 15px;
}
.content--largest {
  line-height: 16px;
}
.content--big {
  line-height: 18px;
}
.content--bigger {
  line-height: 20px;
}
.content--biggest {
  line-height: 25px;
}
.content--huge {
  line-height: 30px;
}
.content--huger {
  line-height: 34px;
}
.content--hugest {
  line-height: 40px;
}
.content--massive {
  line-height: 50px;
}
.content--massiver {
  line-height: 60px;
}
.content--massivest {
  line-height: 100px;
}
.content--vast {
  line-height: 120px;
}
.content--vaster {
  line-height: 200px;
}
.content--vastest {
  line-height: 250px;
}
.content--immense {
  line-height: 300px;
}
.content--immenser {
  line-height: 350px;
}
.content--immensest {
  line-height: 400px;
}
/********************************************************************************\
	#HEIGHT
\********************************************************************************/
.height--microest {
  height: 1px;
}
.height--microer {
  height: 2px;
}
.height--micro {
  height: 3px;
}
.height--tiniest {
  height: 5px;
}
.height--tinier {
  height: 6px;
}
.height--tiny {
  height: 7px;
}
.height--smallest {
  height: 8px;
}
.height--smaller {
  height: 10px;
}
.height--small {
  height: 11px;
}
.height--base {
  height: 12px;
}
.height--large {
  height: 14px;
}
.height--larger {
  height: 15px;
}
.height--largest {
  height: 16px;
}
.height--big {
  height: 18px;
}
.height--bigger {
  height: 20px;
}
.height--biggest {
  height: 25px;
}
.height--huge {
  height: 30px;
}
.height--huger {
  height: 34px;
}
.height--hugest {
  height: 40px;
}
.height--massive {
  height: 50px;
}
.height--massiver {
  height: 60px;
}
.height--massivest {
  height: 100px;
}
.height--vast {
  height: 120px;
}
.height--vaster {
  height: 200px;
}
.height--vastest {
  height: 250px;
}
.height--immense {
  height: 300px;
}
.height--immenser {
  height: 350px;
}
.height--immensest {
  height: 400px;
}
.height--great {
  height: 450px;
}
.height--greater {
  height: 500px;
}
.height--greatest {
  height: 550px;
}
.height--100 {
  height: 100%;
}
/********************************************************************************\
	#WIDTH
\********************************************************************************/
.width--microest {
  width: 1px;
}
.width--microer {
  width: 2px;
}
.width--micro {
  width: 3px;
}
.width--tiniest {
  width: 5px;
}
.width--tinier {
  width: 6px;
}
.width--tiny {
  width: 7px;
}
.width--smallest {
  width: 8px;
}
.width--smaller {
  width: 10px;
}
.width--small {
  width: 11px;
}
.width--base {
  width: 12px;
}
.width--large {
  width: 14px;
}
.width--larger {
  width: 15px;
}
.width--largest {
  width: 16px;
}
.width--big {
  width: 18px;
}
.width--bigger {
  width: 20px;
}
.width--biggest {
  width: 25px;
}
.width--huge {
  width: 30px;
}
.width--huger {
  width: 34px;
}
.width--hugest {
  width: 40px;
}
.width--massive {
  width: 50px;
}
.width--massiver {
  width: 60px;
}
.width--massivest {
  width: 100px;
}
.width--vast {
  width: 120px;
}
.width--vaster {
  width: 200px;
}
.width--vastest {
  width: 250px;
}
.width--immense {
  width: 300px;
}
.width--immenser {
  width: 350px;
}
.width--immensest {
  width: 400px;
}
.width--great {
  width: 450px;
}
.width--greater {
  width: 500px;
}
.width--greatest {
  width: 550px;
}
.width--100 {
  width: 100%;
}
/********************************************************************************\
	#PADDING
\********************************************************************************/
.padding--x-microest {
  padding-right: 1px;
  padding-left: 1px;
}
.padding--x-microer {
  padding-right: 2px;
  padding-left: 2px;
}
.padding--x-micro {
  padding-right: 3px;
  padding-left: 3px;
}
.padding--x-tiniest {
  padding-right: 5px;
  padding-left: 5px;
}
.padding--x-tinier {
  padding-right: 6px;
  padding-left: 6px;
}
.padding--x-tiny {
  padding-right: 7px;
  padding-left: 7px;
}
.padding--x-smallest {
  padding-right: 8px;
  padding-left: 8px;
}
.padding--x-smaller {
  padding-right: 10px;
  padding-left: 10px;
}
.padding--x-small {
  padding-right: 11px;
  padding-left: 11px;
}
.padding--x-large {
  padding-right: 14px;
  padding-left: 14px;
}
.padding--x-larger {
  padding-right: 15px;
  padding-left: 15px;
}
.padding--x-largest {
  padding-right: 16px;
  padding-left: 16px;
}
.padding--x-big {
  padding-right: 18px;
  padding-left: 18px;
}
.padding--x-bigger {
  padding-right: 20px;
  padding-left: 20px;
}
.padding--x-biggest {
  padding-right: 25px;
  padding-left: 25px;
}
.padding--x-huge {
  padding-right: 30px;
  padding-left: 30px;
}
.padding--x-huger {
  padding-right: 34px;
  padding-left: 34px;
}
.padding--x-hugest {
  padding-right: 40px;
  padding-left: 40px;
}
.padding--x-massive {
  padding-right: 50px;
  padding-left: 50px;
}
.padding--x-massiver {
  padding-right: 60px;
  padding-left: 60px;
}
.padding--x-massivest {
  padding-right: 100px;
  padding-left: 100px;
}
.padding--x-vast {
  padding-right: 120px;
  padding-left: 120px;
}
.padding--x-vaster {
  padding-right: 200px;
  padding-left: 200px;
}
.padding--x-vastest {
  padding-right: 250px;
  padding-left: 250px;
}
.padding--x-immense {
  padding-right: 300px;
  padding-left: 300px;
}
.padding--x-immenser {
  padding-right: 350px;
  padding-left: 350px;
}
.padding--x-immensest {
  padding-right: 400px;
  padding-left: 400px;
}
.padding--y-microest {
  padding-top: 1px;
  padding-bottom: 1px;
}
.padding--y-microer {
  padding-top: 2px;
  padding-bottom: 2px;
}
.padding--y-micro {
  padding-top: 3px;
  padding-bottom: 3px;
}
.padding--y-tiniest {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding--y-tinier {
  padding-top: 6px;
  padding-bottom: 6px;
}
.padding--y-tiny {
  padding-top: 7px;
  padding-bottom: 7px;
}
.padding--y-smallest {
  padding-top: 8px;
  padding-bottom: 8px;
}
.padding--y-smaller {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding--y-small {
  padding-top: 11px;
  padding-bottom: 11px;
}
.padding--y-large {
  padding-top: 14px;
  padding-bottom: 14px;
}
.padding--y-larger {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding--y-largest {
  padding-top: 16px;
  padding-bottom: 16px;
}
.padding--y-big {
  padding-top: 18px;
  padding-bottom: 18px;
}
.padding--y-bigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding--y-biggest {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding--y-huge {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding--y-huger {
  padding-top: 34px;
  padding-bottom: 34px;
}
.padding--y-hugest {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding--y-massive {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding--y-massiver {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding--y-massivest {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding--y-vast {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding--y-vaster {
  padding-top: 200px;
  padding-bottom: 200px;
}
.padding--y-vastest {
  padding-top: 250px;
  padding-bottom: 250px;
}
.padding--y-immense {
  padding-top: 300px;
  padding-bottom: 300px;
}
.padding--y-immenser {
  padding-top: 350px;
  padding-bottom: 350px;
}
.padding--y-immensest {
  padding-top: 400px;
  padding-bottom: 400px;
}
.padding--top-microest {
  padding-top: 1px;
}
.padding--top-microer {
  padding-top: 2px;
}
.padding--top-micro {
  padding-top: 3px;
}
.padding--top-tiniest {
  padding-top: 5px;
}
.padding--top-tinier {
  padding-top: 6px;
}
.padding--top-tiny {
  padding-top: 7px;
}
.padding--top-smallest {
  padding-top: 8px;
}
.padding--top-smaller {
  padding-top: 10px;
}
.padding--top-small {
  padding-top: 11px;
}
.padding--top-large {
  padding-top: 14px;
}
.padding--top-larger {
  padding-top: 15px;
}
.padding--top-largest {
  padding-top: 16px;
}
.padding--top-big {
  padding-top: 18px;
}
.padding--top-bigger {
  padding-top: 20px;
}
.padding--top-biggest {
  padding-top: 25px;
}
.padding--top-huge {
  padding-top: 30px;
}
.padding--top-huger {
  padding-top: 34px;
}
.padding--top-hugest {
  padding-top: 40px;
}
.padding--top-massive {
  padding-top: 50px;
}
.padding--top-massiver {
  padding-top: 60px;
}
.padding--top-massivest {
  padding-top: 100px;
}
.padding--top-vast {
  padding-top: 120px;
}
.padding--top-vaster {
  padding-top: 200px;
}
.padding--top-vastest {
  padding-top: 250px;
}
.padding--top-immense {
  padding-top: 300px;
}
.padding--top-immenser {
  padding-top: 350px;
}
.padding--top-immensest {
  padding-top: 400px;
}
.padding--right-microest {
  padding-right: 1px;
}
.padding--right-microer {
  padding-right: 2px;
}
.padding--right-micro {
  padding-right: 3px;
}
.padding--right-tiniest {
  padding-right: 5px;
}
.padding--right-tinier {
  padding-right: 6px;
}
.padding--right-tiny {
  padding-right: 7px;
}
.padding--right-smallest {
  padding-right: 8px;
}
.padding--right-smaller {
  padding-right: 10px;
}
.padding--right-small {
  padding-right: 11px;
}
.padding--right-large {
  padding-right: 14px;
}
.padding--right-larger {
  padding-right: 15px;
}
.padding--right-largest {
  padding-right: 16px;
}
.padding--right-big {
  padding-right: 18px;
}
.padding--right-bigger {
  padding-right: 20px;
}
.padding--right-biggest {
  padding-right: 25px;
}
.padding--right-huge {
  padding-right: 30px;
}
.padding--right-huger {
  padding-right: 34px;
}
.padding--right-hugest {
  padding-right: 40px;
}
.padding--right-massive {
  padding-right: 50px;
}
.padding--right-massiver {
  padding-right: 60px;
}
.padding--right-massivest {
  padding-right: 100px;
}
.padding--right-vast {
  padding-right: 120px;
}
.padding--right-vaster {
  padding-right: 200px;
}
.padding--right-vastest {
  padding-right: 250px;
}
.padding--right-immense {
  padding-right: 300px;
}
.padding--right-immenser {
  padding-right: 350px;
}
.padding--right-immensest {
  padding-right: 400px;
}
.padding--bottom-microest {
  padding-bottom: 1px;
}
.padding--bottom-microer {
  padding-bottom: 2px;
}
.padding--bottom-micro {
  padding-bottom: 3px;
}
.padding--bottom-tiniest {
  padding-bottom: 5px;
}
.padding--bottom-tinier {
  padding-bottom: 6px;
}
.padding--bottom-tiny {
  padding-bottom: 7px;
}
.padding--bottom-smallest {
  padding-bottom: 8px;
}
.padding--bottom-smaller {
  padding-bottom: 10px;
}
.padding--bottom-small {
  padding-bottom: 11px;
}
.padding--bottom-large {
  padding-bottom: 14px;
}
.padding--bottom-larger {
  padding-bottom: 15px;
}
.padding--bottom-largest {
  padding-bottom: 16px;
}
.padding--bottom-big {
  padding-bottom: 18px;
}
.padding--bottom-bigger {
  padding-bottom: 20px;
}
.padding--bottom-biggest {
  padding-bottom: 25px;
}
.padding--bottom-huge {
  padding-bottom: 30px;
}
.padding--bottom-huger {
  padding-bottom: 34px;
}
.padding--bottom-hugest {
  padding-bottom: 40px;
}
.padding--bottom-massive {
  padding-bottom: 50px;
}
.padding--bottom-massiver {
  padding-bottom: 60px;
}
.padding--bottom-massivest {
  padding-bottom: 100px;
}
.padding--bottom-vast {
  padding-bottom: 120px;
}
.padding--bottom-vaster {
  padding-bottom: 200px;
}
.padding--bottom-vastest {
  padding-bottom: 250px;
}
.padding--bottom-immense {
  padding-bottom: 300px;
}
.padding--bottom-immenser {
  padding-bottom: 350px;
}
.padding--bottom-immensest {
  padding-bottom: 400px;
}
.padding--left-microest {
  padding-left: 1px;
}
.padding--left-microer {
  padding-left: 2px;
}
.padding--left-micro {
  padding-left: 3px;
}
.padding--left-tiniest {
  padding-left: 5px;
}
.padding--left-tinier {
  padding-left: 6px;
}
.padding--left-tiny {
  padding-left: 7px;
}
.padding--left-smallest {
  padding-left: 8px;
}
.padding--left-smaller {
  padding-left: 10px;
}
.padding--left-small {
  padding-left: 11px;
}
.padding--left-large {
  padding-left: 14px;
}
.padding--left-larger {
  padding-left: 15px;
}
.padding--left-largest {
  padding-left: 16px;
}
.padding--left-big {
  padding-left: 18px;
}
.padding--left-bigger {
  padding-left: 20px;
}
.padding--left-biggest {
  padding-left: 25px;
}
.padding--left-huge {
  padding-left: 30px;
}
.padding--left-huger {
  padding-left: 34px;
}
.padding--left-hugest {
  padding-left: 40px;
}
.padding--left-massive {
  padding-left: 50px;
}
.padding--left-massiver {
  padding-left: 60px;
}
.padding--left-massivest {
  padding-left: 100px;
}
.padding--left-vast {
  padding-left: 120px;
}
.padding--left-vaster {
  padding-left: 200px;
}
.padding--left-vastest {
  padding-left: 250px;
}
.padding--left-immense {
  padding-left: 300px;
}
.padding--left-immenser {
  padding-left: 350px;
}
.padding--left-immensest {
  padding-left: 400px;
}
/********************************************************************************\
	#BORDER-RADIUS
\********************************************************************************/
.border-radius--small {
  border-radius: 3px;
}
.border-radius--top-left-small {
  border-top-left-radius: 3px;
}
.border-radius--top-small {
  border-radius: 3px 3px 0 0;
}
.border-radius--top-right-small {
  border-top-right-radius: 3px;
}
.border-radius--right-small {
  border-radius: 0 3px 3px 0;
}
.border-radius--bottom-right-small {
  border-bottom-right-radius: 3px;
}
.border-radius--bottom-small {
  border-radius: 0 0 3px 3px;
}
.border-radius--bottom-left-small {
  border-bottom-left-radius: 3px;
}
.border-radius--left-small {
  border-radius: 3px 0 0 3px;
}
.border-radius--base {
  border-radius: 10px;
}
.border-radius--top-left-base {
  border-top-left-radius: 10px;
}
.border-radius--top-base {
  border-radius: 10px 10px 0 0;
}
.border-radius--top-right-base {
  border-top-right-radius: 10px;
}
.border-radius--right-base {
  border-radius: 0 10px 10px 0;
}
.border-radius--bottom-right-base {
  border-bottom-right-radius: 10px;
}
.border-radius--bottom-base {
  border-radius: 0 0 10px 10px;
}
.border-radius--bottom-left-base {
  border-bottom-left-radius: 10px;
}
.border-radius--left-base {
  border-radius: 10px 0 0 10px;
}
.border-radius--circle {
  border-radius: 50%;
}
.border-radius--pill {
  border-radius: 999em;
}
/********************************************************************************\
	#BORDERS
\********************************************************************************/
.border--base {
  border: 1px solid #292524;
}
.border--top {
  border-top: 1px solid #292524;
}
.border--right {
  border-right: 1px solid #292524;
}
.border--bottom {
  border-bottom: 1px solid #292524;
}
.border--left {
  border-left: 1px solid #292524;
}
/********************************************************************************\
	#MARGIN
\********************************************************************************/
.margin--x-microest {
  margin-right: 1px;
  margin-left: 1px;
}
.margin--x-microer {
  margin-right: 2px;
  margin-left: 2px;
}
.margin--x-micro {
  margin-right: 3px;
  margin-left: 3px;
}
.margin--x-tiniest {
  margin-right: 5px;
  margin-left: 5px;
}
.margin--x-tinier {
  margin-right: 6px;
  margin-left: 6px;
}
.margin--x-tiny {
  margin-right: 7px;
  margin-left: 7px;
}
.margin--x-smallest {
  margin-right: 8px;
  margin-left: 8px;
}
.margin--x-smaller {
  margin-right: 10px;
  margin-left: 10px;
}
.margin--x-small {
  margin-right: 11px;
  margin-left: 11px;
}
.margin--x-large {
  margin-right: 14px;
  margin-left: 14px;
}
.margin--x-larger {
  margin-right: 15px;
  margin-left: 15px;
}
.margin--x-largest {
  margin-right: 16px;
  margin-left: 16px;
}
.margin--x-big {
  margin-right: 18px;
  margin-left: 18px;
}
.margin--x-bigger {
  margin-right: 20px;
  margin-left: 20px;
}
.margin--x-biggest {
  margin-right: 25px;
  margin-left: 25px;
}
.margin--x-huge {
  margin-right: 30px;
  margin-left: 30px;
}
.margin--x-huger {
  margin-right: 34px;
  margin-left: 34px;
}
.margin--x-hugest {
  margin-right: 40px;
  margin-left: 40px;
}
.margin--x-massive {
  margin-right: 50px;
  margin-left: 50px;
}
.margin--x-massiver {
  margin-right: 60px;
  margin-left: 60px;
}
.margin--x-massivest {
  margin-right: 100px;
  margin-left: 100px;
}
.margin--x-vast {
  margin-right: 120px;
  margin-left: 120px;
}
.margin--x-vaster {
  margin-right: 200px;
  margin-left: 200px;
}
.margin--x-vastest {
  margin-right: 250px;
  margin-left: 250px;
}
.margin--x-immense {
  margin-right: 300px;
  margin-left: 300px;
}
.margin--x-immenser {
  margin-right: 350px;
  margin-left: 350px;
}
.margin--x-immensest {
  margin-right: 400px;
  margin-left: 400px;
}
.margin--y-microest {
  margin-top: 1px;
  margin-bottom: 1px;
}
.margin--y-microer {
  margin-top: 2px;
  margin-bottom: 2px;
}
.margin--y-micro {
  margin-top: 3px;
  margin-bottom: 3px;
}
.margin--y-tiniest {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin--y-tinier {
  margin-top: 6px;
  margin-bottom: 6px;
}
.margin--y-tiny {
  margin-top: 7px;
  margin-bottom: 7px;
}
.margin--y-smallest {
  margin-top: 8px;
  margin-bottom: 8px;
}
.margin--y-smaller {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin--y-small {
  margin-top: 11px;
  margin-bottom: 11px;
}
.margin--y-large {
  margin-top: 14px;
  margin-bottom: 14px;
}
.margin--y-larger {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin--y-largest {
  margin-top: 16px;
  margin-bottom: 16px;
}
.margin--y-big {
  margin-top: 18px;
  margin-bottom: 18px;
}
.margin--y-bigger {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin--y-biggest {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin--y-huge {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin--y-huger {
  margin-top: 34px;
  margin-bottom: 34px;
}
.margin--y-hugest {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin--y-massive {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin--y-massiver {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin--y-massivest {
  margin-top: 100px;
  margin-bottom: 100px;
}
.margin--y-vast {
  margin-top: 120px;
  margin-bottom: 120px;
}
.margin--y-vaster {
  margin-top: 200px;
  margin-bottom: 200px;
}
.margin--y-vastest {
  margin-top: 250px;
  margin-bottom: 250px;
}
.margin--y-immense {
  margin-top: 300px;
  margin-bottom: 300px;
}
.margin--y-immenser {
  margin-top: 350px;
  margin-bottom: 350px;
}
.margin--y-immensest {
  margin-top: 400px;
  margin-bottom: 400px;
}
.margin--top-microest {
  margin-top: 1px;
}
.margin--top-microer {
  margin-top: 2px;
}
.margin--top-micro {
  margin-top: 3px;
}
.margin--top-tiniest {
  margin-top: 5px;
}
.margin--top-tinier {
  margin-top: 6px;
}
.margin--top-tiny {
  margin-top: 7px;
}
.margin--top-smallest {
  margin-top: 8px;
}
.margin--top-smaller {
  margin-top: 10px;
}
.margin--top-small {
  margin-top: 11px;
}
.margin--top-large {
  margin-top: 14px;
}
.margin--top-larger {
  margin-top: 15px;
}
.margin--top-largest {
  margin-top: 16px;
}
.margin--top-big {
  margin-top: 18px;
}
.margin--top-bigger {
  margin-top: 20px;
}
.margin--top-biggest {
  margin-top: 25px;
}
.margin--top-huge {
  margin-top: 30px;
}
.margin--top-huger {
  margin-top: 34px;
}
.margin--top-hugest {
  margin-top: 40px;
}
.margin--top-massive {
  margin-top: 50px;
}
.margin--top-massiver {
  margin-top: 60px;
}
.margin--top-massivest {
  margin-top: 100px;
}
.margin--top-vast {
  margin-top: 120px;
}
.margin--top-vaster {
  margin-top: 200px;
}
.margin--top-vastest {
  margin-top: 250px;
}
.margin--top-immense {
  margin-top: 300px;
}
.margin--top-immenser {
  margin-top: 350px;
}
.margin--top-immensest {
  margin-top: 400px;
}
.margin--right-microest {
  margin-right: 1px;
}
.margin--right-microer {
  margin-right: 2px;
}
.margin--right-micro {
  margin-right: 3px;
}
.margin--right-tiniest {
  margin-right: 5px;
}
.margin--right-tinier {
  margin-right: 6px;
}
.margin--right-tiny {
  margin-right: 7px;
}
.margin--right-smallest {
  margin-right: 8px;
}
.margin--right-smaller {
  margin-right: 10px;
}
.margin--right-small {
  margin-right: 11px;
}
.margin--right-large {
  margin-right: 14px;
}
.margin--right-larger {
  margin-right: 15px;
}
.margin--right-largest {
  margin-right: 16px;
}
.margin--right-big {
  margin-right: 18px;
}
.margin--right-bigger {
  margin-right: 20px;
}
.margin--right-biggest {
  margin-right: 25px;
}
.margin--right-huge {
  margin-right: 30px;
}
.margin--right-huger {
  margin-right: 34px;
}
.margin--right-hugest {
  margin-right: 40px;
}
.margin--right-massive {
  margin-right: 50px;
}
.margin--right-massiver {
  margin-right: 60px;
}
.margin--right-massivest {
  margin-right: 100px;
}
.margin--right-vast {
  margin-right: 120px;
}
.margin--right-vaster {
  margin-right: 200px;
}
.margin--right-vastest {
  margin-right: 250px;
}
.margin--right-immense {
  margin-right: 300px;
}
.margin--right-immenser {
  margin-right: 350px;
}
.margin--right-immensest {
  margin-right: 400px;
}
.margin--bottom-microest {
  margin-bottom: 1px;
}
.margin--bottom-microer {
  margin-bottom: 2px;
}
.margin--bottom-micro {
  margin-bottom: 3px;
}
.margin--bottom-tiniest {
  margin-bottom: 5px;
}
.margin--bottom-tinier {
  margin-bottom: 6px;
}
.margin--bottom-tiny {
  margin-bottom: 7px;
}
.margin--bottom-smallest {
  margin-bottom: 8px;
}
.margin--bottom-smaller {
  margin-bottom: 10px;
}
.margin--bottom-small {
  margin-bottom: 11px;
}
.margin--bottom-large {
  margin-bottom: 14px;
}
.margin--bottom-larger {
  margin-bottom: 15px;
}
.margin--bottom-largest {
  margin-bottom: 16px;
}
.margin--bottom-big {
  margin-bottom: 18px;
}
.margin--bottom-bigger {
  margin-bottom: 20px;
}
.margin--bottom-biggest {
  margin-bottom: 25px;
}
.margin--bottom-huge {
  margin-bottom: 30px;
}
.margin--bottom-huger {
  margin-bottom: 34px;
}
.margin--bottom-hugest {
  margin-bottom: 40px;
}
.margin--bottom-massive {
  margin-bottom: 50px;
}
.margin--bottom-massiver {
  margin-bottom: 60px;
}
.margin--bottom-massivest {
  margin-bottom: 100px;
}
.margin--bottom-vast {
  margin-bottom: 120px;
}
.margin--bottom-vaster {
  margin-bottom: 200px;
}
.margin--bottom-vastest {
  margin-bottom: 250px;
}
.margin--bottom-immense {
  margin-bottom: 300px;
}
.margin--bottom-immenser {
  margin-bottom: 350px;
}
.margin--bottom-immensest {
  margin-bottom: 400px;
}
.margin--left-microest {
  margin-left: 1px;
}
.margin--left-microer {
  margin-left: 2px;
}
.margin--left-micro {
  margin-left: 3px;
}
.margin--left-tiniest {
  margin-left: 5px;
}
.margin--left-tinier {
  margin-left: 6px;
}
.margin--left-tiny {
  margin-left: 7px;
}
.margin--left-smallest {
  margin-left: 8px;
}
.margin--left-smaller {
  margin-left: 10px;
}
.margin--left-small {
  margin-left: 11px;
}
.margin--left-large {
  margin-left: 14px;
}
.margin--left-larger {
  margin-left: 15px;
}
.margin--left-largest {
  margin-left: 16px;
}
.margin--left-big {
  margin-left: 18px;
}
.margin--left-bigger {
  margin-left: 20px;
}
.margin--left-biggest {
  margin-left: 25px;
}
.margin--left-huge {
  margin-left: 30px;
}
.margin--left-huger {
  margin-left: 34px;
}
.margin--left-hugest {
  margin-left: 40px;
}
.margin--left-massive {
  margin-left: 50px;
}
.margin--left-massiver {
  margin-left: 60px;
}
.margin--left-massivest {
  margin-left: 100px;
}
.margin--left-vast {
  margin-left: 120px;
}
.margin--left-vaster {
  margin-left: 200px;
}
.margin--left-vastest {
  margin-left: 250px;
}
.margin--left-immense {
  margin-left: 300px;
}
.margin--left-immenser {
  margin-left: 350px;
}
.margin--left-immensest {
  margin-left: 400px;
}
/********************************************************************************\
	#REMOVE
\********************************************************************************/
.padding--remove:last-of-type {
  padding-bottom: 0;
}
.padding--none {
  padding: 0;
}
.border--remove:last-of-type {
  border--bottom: 0;
}
.border--none {
  border: 0;
}
.margin--remove:last-of-type {
  margin-bottom: 0;
}
.margin--none {
  margin: 0;
}
/**
	* CONTENTS
	*
	* FLEX
	* DIRECTION
	* WRAP
	* JUSTIFY-CONTENT
	* ALIGN-CONTENT
	* ALIGN-ITEMS
	* ALIGN-SELF
	*/
/********************************************************************************\
  #DIRECTION
\********************************************************************************/
.flex-direction--row {
  flex-direction: row;
}
.flex-direction--row-reverse {
  flex-direction: row-reverse;
}
.flex-direction--column {
  flex-direction: column;
}
.flex-direction--column-reverse {
  flex-direction: column-reverse;
}
/********************************************************************************\
  #WRAP
\********************************************************************************/
.flex-wrap--nowrap {
  flex-wrap: nowrap;
}
.flex-wrap--wrap {
  flex-wrap: wrap;
}
.flex-wrap--wrap-reverse {
  flex-wrap: wrap-reverse;
}
/********************************************************************************\
  #JUSTIFY
\********************************************************************************/
.flex-justify-content--flex-start {
  justify-content: flex-start;
}
.flex-justify-content--flex-end {
  justify-content: flex-end;
}
.flex-justify-content--center {
  justify-content: center;
}
.flex-justify-content--space-between {
  justify-content: space-between;
}
.flex-justify-content--space-around {
  justify-content: space-around;
}
/********************************************************************************\
  #ALIGN-CONTENT
\********************************************************************************/
.flex-align-content--flex-start {
  align-content: flex-start;
}
.flex-align-content--flex-end {
  align-content: flex-end;
}
.flex-align-content--center {
  align-content: center;
}
.flex-align-content--space-between {
  align-content: space-between;
}
.flex-align-content--space-around {
  align-content: space-around;
}
.flex-align-content--stretch {
  align-content: stretch;
}
/********************************************************************************\
  #ALIGN-ITEMS
\********************************************************************************/
.flex-align-items--flex-start {
  align-items: flex-start;
}
.flex-align-items--flex-end {
  align-items: flex-end;
}
.flex-align-items--center {
  align-items: center;
}
.flex-align-items--baseline {
  align-items: baseline;
}
.flex-align-items--stretch {
  align-items: stretch;
}
/********************************************************************************\
  #ALIGN-SELF
\********************************************************************************/
.flex-align-self--auto {
  align-self: auto;
}
.flex-align-self--flex-start {
  align-self: flex-start;
}
.flex-align-self--flex-end {
  align-self: flex-end;
}
.flex-align-self--center {
  align-self: center;
}
.flex-align-self--baseline {
  align-self: baseline;
}
.flex-align-self--stretch {
  align-self: stretch;
}
/**
	* CONTENTS
	*
	* FLEX
	* PERCENT
	* OFFSET
	*/
/********************************************************************************\
  #FLEX
\********************************************************************************/
.grid--grow {
  flex: 1 0 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  /* autoprefixer: off */
  -ms-flex: 1 0 0%;
}
.grid--auto {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}
/********************************************************************************\
  #PERCENT
\********************************************************************************/
.grid--5 {
  flex: 0 0 5%;
  min-width: 0;
  max-width: 5%;
  min-height: 0;
}
.grid--10 {
  flex: 0 0 10%;
  min-width: 0;
  max-width: 10%;
  min-height: 0;
}
.grid--15 {
  flex: 0 0 15%;
  min-width: 0;
  max-width: 15%;
  min-height: 0;
}
.grid--20 {
  flex: 0 0 20%;
  min-width: 0;
  max-width: 20%;
  min-height: 0;
}
.grid--25 {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 25%;
  min-height: 0;
}
.grid--30 {
  flex: 0 0 30%;
  min-width: 0;
  max-width: 30%;
  min-height: 0;
}
.grid--33 {
  flex: 0 0 33.33333%;
  min-width: 0;
  max-width: 33.33333%;
  min-height: 0;
}
.grid--35 {
  flex: 0 0 35%;
  min-width: 0;
  max-width: 35%;
  min-height: 0;
}
.grid--40 {
  flex: 0 0 40%;
  min-width: 0;
  max-width: 40%;
  min-height: 0;
}
.grid--45 {
  flex: 0 0 45%;
  min-width: 0;
  max-width: 45%;
  min-height: 0;
}
.grid--50 {
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
  min-height: 0;
}
.grid--55 {
  flex: 0 0 55%;
  min-width: 0;
  max-width: 55%;
  min-height: 0;
}
.grid--60 {
  flex: 0 0 60%;
  min-width: 0;
  max-width: 60%;
  min-height: 0;
}
.grid--65 {
  flex: 0 0 65%;
  min-width: 0;
  max-width: 65%;
  min-height: 0;
}
.grid--66 {
  flex: 0 0 66.66667%;
  min-width: 0;
  max-width: 66.66667%;
  min-height: 0;
}
.grid--70 {
  flex: 0 0 70%;
  min-width: 0;
  max-width: 70%;
  min-height: 0;
}
.grid--75 {
  flex: 0 0 75%;
  min-width: 0;
  max-width: 75%;
  min-height: 0;
}
.grid--80 {
  flex: 0 0 80%;
  min-width: 0;
  max-width: 80%;
  min-height: 0;
}
.grid--85 {
  flex: 0 0 85%;
  min-width: 0;
  max-width: 85%;
  min-height: 0;
}
.grid--90 {
  flex: 0 0 90%;
  min-width: 0;
  max-width: 90%;
  min-height: 0;
}
.grid--95 {
  flex: 0 0 95%;
  min-width: 0;
  max-width: 95%;
  min-height: 0;
}
.grid--100 {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}
/********************************************************************************\
  #OFFSET
\********************************************************************************/
.grid--offset-5 {
  margin-left: 5%;
}
.grid--offset-10 {
  margin-left: 10%;
}
.grid--offset-15 {
  margin-left: 15%;
}
.grid--offset-20 {
  margin-left: 20%;
}
.grid--offset-25 {
  margin-left: 25%;
}
.grid--offset-30 {
  margin-left: 30%;
}
.grid--offset-33 {
  margin-left: 33.33333%;
}
.grid--offset-35 {
  margin-left: 35%;
}
.grid--offset-40 {
  margin-left: 40%;
}
.grid--offset-45 {
  margin-left: 45%;
}
.grid--offset-50 {
  margin-left: 50%;
}
.grid--offset-55 {
  margin-left: 55%;
}
.grid--offset-60 {
  margin-left: 60%;
}
.grid--offset-65 {
  margin-left: 65%;
}
.grid--offset-66 {
  margin-left: 66.66667%;
}
.grid--offset-70 {
  margin-left: 70%;
}
.grid--offset-75 {
  margin-left: 75%;
}
.grid--offset-80 {
  margin-left: 80%;
}
.grid--offset-85 {
  margin-left: 85%;
}
.grid--offset-90 {
  margin-left: 90%;
}
.grid--offset-95 {
  margin-left: 95%;
}
.button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #ffffff;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #292524;
  border-radius: 999em;
  white-space: nowrap;
}
.button.button--small {
  height: 30px;
}
.button--white {
  border-color: #ffffff;
}
.button--white:hover,
.button--white:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--orange {
  background-color: #f25d2f;
  border: 0;
}
.button--orange:hover,
.button--orange:focus {
  background-color: #e0400e;
}
.button--blue {
  background-color: #2795dd;
  border: 0;
}
.button--blue:hover,
.button--blue:focus {
  background-color: #1c78b5;
}
.button--green {
  background-color: #27be66;
  border: 0;
}
.button--green:hover,
.button--green:focus {
  background-color: #1e944f;
}
.button--grey {
  background-color: rgba(10, 37, 55, 0.6);
  border: 0;
}
.button--grey:hover,
.button--grey:focus {
  background-color: rgba(2, 8, 12, 0.6);
}
/********************************************************************************\
  #DROPDOWN
\********************************************************************************/
.button--dropdown {
  width: 40px;
  padding: 0;
  position: relative !important;
  cursor: pointer;
}
.button--dropdown .dropdown__menu {
  flex-wrap: wrap;
  font-size: 12px;
  text-align: left;
  color: #0a2537;
  min-width: 175px;
  background-color: #ffffff;
  display: none !important;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(10, 37, 55, 0.1), 0 1px 5px rgba(10, 37, 55, 0.3), 0 1px 10px rgba(10, 37, 55, 0.15);
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 1000;
}
.button--dropdown .dropdown__menu:before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute !important;
  bottom: 100%;
  right: -1px;
}
.button--dropdown .dropdown__menu:after {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid white;
  position: absolute !important;
  bottom: 100%;
  right: 12px;
}
.button--dropdown .dropdown__menu a {
  display: flex !important;
  align-items: center;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}
.button--dropdown .dropdown__menu a:hover {
  background-color: rgba(39, 149, 221, 0.1);
}
.button--dropdown:hover .dropdown__menu {
  display: flex !important;
}
/********************************************************************************\
  #OPACITY
\********************************************************************************/
.opacity--base {
  opacity: 1;
}
.opacity--dim {
  opacity: 0.9;
}
.opacity--light {
  opacity: 0.6;
}
.opacity--lighter {
  opacity: 0.3;
}
.opacity--lightest {
  opacity: 0.2;
}
.opacity--clear {
  opacity: 0.15;
}
.opacity--clearer {
  opacity: 0.1;
}
.opacity--clearest {
  opacity: 0.05;
}
.opacity--lucid {
  opacity: 0.03;
}
.opacity--transparent {
  opacity: 0;
}
/********************************************************************************\
  #WHITE
\********************************************************************************/
.color--white-base {
  color: #ffffff;
}
.color--white-dim {
  color: rgba(255, 255, 255, 0.9);
}
.color--white-light {
  color: rgba(255, 255, 255, 0.6);
}
.color--white-lighter {
  color: rgba(255, 255, 255, 0.3);
}
.color--white-lightest {
  color: rgba(255, 255, 255, 0.2);
}
.color--white-clear {
  color: rgba(255, 255, 255, 0.15);
}
.color--white-clearer {
  color: rgba(255, 255, 255, 0.1);
}
.color--white-clearest {
  color: rgba(255, 255, 255, 0.05);
}
.color--white-lucid {
  color: rgba(255, 255, 255, 0.03);
}
.bg--white-base {
  background-color: #ffffff;
}
.bg--white-dim {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg--white-light {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg--white-lighter {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg--white-lightest {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg--white-clear {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg--white-clearer {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg--white-clearest {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg--white-lucid {
  background-color: rgba(255, 255, 255, 0.03);
}
.border--white-base {
  border-color: #ffffff;
}
.border--white-dim {
  border-color: rgba(255, 255, 255, 0.9);
}
.border--white-light {
  border-color: rgba(255, 255, 255, 0.6);
}
.border--white-lighter {
  border-color: rgba(255, 255, 255, 0.3);
}
.border--white-lightest {
  border-color: rgba(255, 255, 255, 0.2);
}
.border--white-clear {
  border-color: rgba(255, 255, 255, 0.15);
}
.border--white-clearer {
  border-color: rgba(255, 255, 255, 0.1);
}
.border--white-clearest {
  border-color: rgba(255, 255, 255, 0.05);
}
.border--white-lucid {
  border-color: rgba(255, 255, 255, 0.03);
}
/********************************************************************************\
  #GREY
\********************************************************************************/
.color--grey-base {
  color: #0a2537;
}
.color--grey-dim {
  color: rgba(10, 37, 55, 0.9);
}
.color--grey-light {
  color: rgba(10, 37, 55, 0.6);
}
.color--grey-lighter {
  color: rgba(10, 37, 55, 0.3);
}
.color--grey-lightest {
  color: rgba(10, 37, 55, 0.2);
}
.color--grey-clear {
  color: rgba(10, 37, 55, 0.15);
}
.color--grey-clearer {
  color: rgba(10, 37, 55, 0.1);
}
.color--grey-clearest {
  color: rgba(10, 37, 55, 0.05);
}
.color--grey-lucid {
  color: rgba(10, 37, 55, 0.03);
}
.bg--grey-base {
  background-color: #0a2537;
}
.bg--grey-dim {
  background-color: rgba(10, 37, 55, 0.9);
}
.bg--grey-light {
  background-color: rgba(10, 37, 55, 0.6);
}
.bg--grey-lighter {
  background-color: rgba(10, 37, 55, 0.3);
}
.bg--grey-lightest {
  background-color: rgba(10, 37, 55, 0.2);
}
.bg--grey-clear {
  background-color: rgba(10, 37, 55, 0.15);
}
.bg--grey-clearer {
  background-color: rgba(10, 37, 55, 0.1);
}
.bg--grey-clearest {
  background-color: rgba(10, 37, 55, 0.05);
}
.bg--grey-lucid {
  background-color: rgba(10, 37, 55, 0.03);
}
.border--grey-base {
  border-color: #0a2537;
}
.border--grey-dim {
  border-color: rgba(10, 37, 55, 0.9);
}
.border--grey-light {
  border-color: rgba(10, 37, 55, 0.6);
}
.border--grey-lighter {
  border-color: rgba(10, 37, 55, 0.3);
}
.border--grey-lightest {
  border-color: rgba(10, 37, 55, 0.2);
}
.border--grey-clear {
  border-color: rgba(10, 37, 55, 0.15);
}
.border--grey-clearer {
  border-color: rgba(10, 37, 55, 0.1);
}
.border--grey-clearest {
  border-color: rgba(10, 37, 55, 0.05);
}
.border--grey-lucid {
  border-color: rgba(10, 37, 55, 0.03);
}
/********************************************************************************\
  #BLACK
\********************************************************************************/
.color--black-base {
  color: #292524;
}
.color--black-dim {
  color: rgba(41, 37, 36, 0.9);
}
.color--black-light {
  color: rgba(41, 37, 36, 0.6);
}
.color--black-lighter {
  color: rgba(41, 37, 36, 0.3);
}
.color--black-lightest {
  color: rgba(41, 37, 36, 0.2);
}
.color--black-clear {
  color: rgba(41, 37, 36, 0.15);
}
.color--black-clearer {
  color: rgba(41, 37, 36, 0.1);
}
.color--black-clearest {
  color: rgba(41, 37, 36, 0.05);
}
.color--black-lucid {
  color: rgba(41, 37, 36, 0.03);
}
.bg--black-base {
  background-color: #292524;
}
.bg--black-dim {
  background-color: rgba(41, 37, 36, 0.9);
}
.bg--black-light {
  background-color: rgba(41, 37, 36, 0.6);
}
.bg--black-lighter {
  background-color: rgba(41, 37, 36, 0.3);
}
.bg--black-lightest {
  background-color: rgba(41, 37, 36, 0.2);
}
.bg--black-clear {
  background-color: rgba(41, 37, 36, 0.15);
}
.bg--black-clearer {
  background-color: rgba(41, 37, 36, 0.1);
}
.bg--black-clearest {
  background-color: rgba(41, 37, 36, 0.05);
}
.bg--black-lucid {
  background-color: rgba(41, 37, 36, 0.03);
}
.border--black-base {
  border-color: #292524;
}
.border--black-dim {
  border-color: rgba(41, 37, 36, 0.9);
}
.border--black-light {
  border-color: rgba(41, 37, 36, 0.6);
}
.border--black-lighter {
  border-color: rgba(41, 37, 36, 0.3);
}
.border--black-lightest {
  border-color: rgba(41, 37, 36, 0.2);
}
.border--black-clear {
  border-color: rgba(41, 37, 36, 0.15);
}
.border--black-clearer {
  border-color: rgba(41, 37, 36, 0.1);
}
.border--black-clearest {
  border-color: rgba(41, 37, 36, 0.05);
}
.border--black-lucid {
  border-color: rgba(41, 37, 36, 0.03);
}
/********************************************************************************\
  #RED
\********************************************************************************/
.color--red-base {
  color: #f65d96;
}
.color--red-dim {
  color: rgba(246, 93, 150, 0.9);
}
.color--red-light {
  color: rgba(246, 93, 150, 0.6);
}
.color--red-lighter {
  color: rgba(246, 93, 150, 0.3);
}
.color--red-lightest {
  color: rgba(246, 93, 150, 0.2);
}
.color--red-clear {
  color: rgba(246, 93, 150, 0.15);
}
.color--red-clearer {
  color: rgba(246, 93, 150, 0.1);
}
.color--red-clearest {
  color: rgba(246, 93, 150, 0.05);
}
.color--red-lucid {
  color: rgba(246, 93, 150, 0.03);
}
.bg--red-base {
  background-color: #f65d96;
}
.bg--red-dim {
  background-color: rgba(246, 93, 150, 0.9);
}
.bg--red-light {
  background-color: rgba(246, 93, 150, 0.6);
}
.bg--red-lighter {
  background-color: rgba(246, 93, 150, 0.3);
}
.bg--red-lightest {
  background-color: rgba(246, 93, 150, 0.2);
}
.bg--red-clear {
  background-color: rgba(246, 93, 150, 0.15);
}
.bg--red-clearer {
  background-color: rgba(246, 93, 150, 0.1);
}
.bg--red-clearest {
  background-color: rgba(246, 93, 150, 0.05);
}
.bg--red-lucid {
  background-color: rgba(246, 93, 150, 0.03);
}
.border--red-base {
  border-color: #f65d96;
}
.border--red-dim {
  border-color: rgba(246, 93, 150, 0.9);
}
.border--red-light {
  border-color: rgba(246, 93, 150, 0.6);
}
.border--red-lighter {
  border-color: rgba(246, 93, 150, 0.3);
}
.border--red-lightest {
  border-color: rgba(246, 93, 150, 0.2);
}
.border--red-clear {
  border-color: rgba(246, 93, 150, 0.15);
}
.border--red-clearer {
  border-color: rgba(246, 93, 150, 0.1);
}
.border--red-clearest {
  border-color: rgba(246, 93, 150, 0.05);
}
.border--red-lucid {
  border-color: rgba(246, 93, 150, 0.03);
}
/********************************************************************************\
  #PINK
\********************************************************************************/
.color--pink-base {
  color: #fd7fb4;
}
.color--pink-dim {
  color: rgba(253, 127, 180, 0.9);
}
.color--pink-light {
  color: rgba(253, 127, 180, 0.6);
}
.color--pink-lighter {
  color: rgba(253, 127, 180, 0.3);
}
.color--pink-lightest {
  color: rgba(253, 127, 180, 0.2);
}
.color--pink-clear {
  color: rgba(253, 127, 180, 0.15);
}
.color--pink-clearer {
  color: rgba(253, 127, 180, 0.1);
}
.color--pink-clearest {
  color: rgba(253, 127, 180, 0.05);
}
.color--pink-lucid {
  color: rgba(253, 127, 180, 0.03);
}
.bg--pink-base {
  background-color: #fd7fb4;
}
.bg--pink-dim {
  background-color: rgba(253, 127, 180, 0.9);
}
.bg--pink-light {
  background-color: rgba(253, 127, 180, 0.6);
}
.bg--pink-lighter {
  background-color: rgba(253, 127, 180, 0.3);
}
.bg--pink-lightest {
  background-color: rgba(253, 127, 180, 0.2);
}
.bg--pink-clear {
  background-color: rgba(253, 127, 180, 0.15);
}
.bg--pink-clearer {
  background-color: rgba(253, 127, 180, 0.1);
}
.bg--pink-clearest {
  background-color: rgba(253, 127, 180, 0.05);
}
.bg--pink-lucid {
  background-color: rgba(253, 127, 180, 0.03);
}
.border--pink-base {
  border-color: #fd7fb4;
}
.border--pink-dim {
  border-color: rgba(253, 127, 180, 0.9);
}
.border--pink-light {
  border-color: rgba(253, 127, 180, 0.6);
}
.border--pink-lighter {
  border-color: rgba(253, 127, 180, 0.3);
}
.border--pink-lightest {
  border-color: rgba(253, 127, 180, 0.2);
}
.border--pink-clear {
  border-color: rgba(253, 127, 180, 0.15);
}
.border--pink-clearer {
  border-color: rgba(253, 127, 180, 0.1);
}
.border--pink-clearest {
  border-color: rgba(253, 127, 180, 0.05);
}
.border--pink-lucid {
  border-color: rgba(253, 127, 180, 0.03);
}
/********************************************************************************\
  #LAVENDER
\********************************************************************************/
.color--lavender-base {
  color: #cab3e3;
}
.color--lavender-dim {
  color: rgba(202, 179, 227, 0.9);
}
.color--lavender-light {
  color: rgba(202, 179, 227, 0.6);
}
.color--lavender-lighter {
  color: rgba(202, 179, 227, 0.3);
}
.color--lavender-lightest {
  color: rgba(202, 179, 227, 0.2);
}
.color--lavender-clear {
  color: rgba(202, 179, 227, 0.15);
}
.color--lavender-clearer {
  color: rgba(202, 179, 227, 0.1);
}
.color--lavender-clearest {
  color: rgba(202, 179, 227, 0.05);
}
.color--lavender-lucid {
  color: rgba(202, 179, 227, 0.03);
}
.bg--lavender-base {
  background-color: #cab3e3;
}
.bg--lavender-dim {
  background-color: rgba(202, 179, 227, 0.9);
}
.bg--lavender-light {
  background-color: rgba(202, 179, 227, 0.6);
}
.bg--lavender-lighter {
  background-color: rgba(202, 179, 227, 0.3);
}
.bg--lavender-lightest {
  background-color: rgba(202, 179, 227, 0.2);
}
.bg--lavender-clear {
  background-color: rgba(202, 179, 227, 0.15);
}
.bg--lavender-clearer {
  background-color: rgba(202, 179, 227, 0.1);
}
.bg--lavender-clearest {
  background-color: rgba(202, 179, 227, 0.05);
}
.bg--lavender-lucid {
  background-color: rgba(202, 179, 227, 0.03);
}
.border--lavender-base {
  border-color: #cab3e3;
}
.border--lavender-dim {
  border-color: rgba(202, 179, 227, 0.9);
}
.border--lavender-light {
  border-color: rgba(202, 179, 227, 0.6);
}
.border--lavender-lighter {
  border-color: rgba(202, 179, 227, 0.3);
}
.border--lavender-lightest {
  border-color: rgba(202, 179, 227, 0.2);
}
.border--lavender-clear {
  border-color: rgba(202, 179, 227, 0.15);
}
.border--lavender-clearer {
  border-color: rgba(202, 179, 227, 0.1);
}
.border--lavender-clearest {
  border-color: rgba(202, 179, 227, 0.05);
}
.border--lavender-lucid {
  border-color: rgba(202, 179, 227, 0.03);
}
/********************************************************************************\
  #PURPLE
\********************************************************************************/
.color--purple-base {
  color: #6990d9;
}
.color--purple-dim {
  color: rgba(202, 179, 227, 0.9);
}
.color--purple-light {
  color: rgba(202, 179, 227, 0.6);
}
.color--purple-lighter {
  color: rgba(202, 179, 227, 0.3);
}
.color--purple-lightest {
  color: rgba(202, 179, 227, 0.2);
}
.color--purple-clear {
  color: rgba(202, 179, 227, 0.15);
}
.color--purple-clearer {
  color: rgba(202, 179, 227, 0.1);
}
.color--purple-clearest {
  color: rgba(202, 179, 227, 0.05);
}
.color--purple-lucid {
  color: rgba(202, 179, 227, 0.03);
}
.bg--purple-base {
  background-color: #6990d9;
}
.bg--purple-dim {
  background-color: rgba(202, 179, 227, 0.9);
}
.bg--purple-light {
  background-color: rgba(202, 179, 227, 0.6);
}
.bg--purple-lighter {
  background-color: rgba(202, 179, 227, 0.3);
}
.bg--purple-lightest {
  background-color: rgba(202, 179, 227, 0.2);
}
.bg--purple-clear {
  background-color: rgba(202, 179, 227, 0.15);
}
.bg--purple-clearer {
  background-color: rgba(202, 179, 227, 0.1);
}
.bg--purple-clearest {
  background-color: rgba(202, 179, 227, 0.05);
}
.bg--purple-lucid {
  background-color: rgba(202, 179, 227, 0.03);
}
.border--purple-base {
  border-color: #6990d9;
}
.border--purple-dim {
  border-color: rgba(202, 179, 227, 0.9);
}
.border--purple-light {
  border-color: rgba(202, 179, 227, 0.6);
}
.border--purple-lighter {
  border-color: rgba(202, 179, 227, 0.3);
}
.border--purple-lightest {
  border-color: rgba(202, 179, 227, 0.2);
}
.border--purple-clear {
  border-color: rgba(202, 179, 227, 0.15);
}
.border--purple-clearer {
  border-color: rgba(202, 179, 227, 0.1);
}
.border--purple-clearest {
  border-color: rgba(202, 179, 227, 0.05);
}
.border--purple-lucid {
  border-color: rgba(202, 179, 227, 0.03);
}
/********************************************************************************\
  #BLUE
\********************************************************************************/
.color--blue-base {
  color: #2795dd;
}
.color--blue-dim {
  color: rgba(39, 149, 221, 0.9);
}
.color--blue-light {
  color: rgba(39, 149, 221, 0.6);
}
.color--blue-lighter {
  color: rgba(39, 149, 221, 0.3);
}
.color--blue-lightest {
  color: rgba(39, 149, 221, 0.2);
}
.color--blue-clear {
  color: rgba(39, 149, 221, 0.15);
}
.color--blue-clearer {
  color: rgba(39, 149, 221, 0.1);
}
.color--blue-clearest {
  color: rgba(39, 149, 221, 0.05);
}
.color--blue-lucid {
  color: rgba(39, 149, 221, 0.03);
}
.bg--blue-base {
  background-color: #2795dd;
}
.bg--blue-dim {
  background-color: rgba(39, 149, 221, 0.9);
}
.bg--blue-light {
  background-color: rgba(39, 149, 221, 0.6);
}
.bg--blue-lighter {
  background-color: rgba(39, 149, 221, 0.3);
}
.bg--blue-lightest {
  background-color: rgba(39, 149, 221, 0.2);
}
.bg--blue-clear {
  background-color: rgba(39, 149, 221, 0.15);
}
.bg--blue-clearer {
  background-color: rgba(39, 149, 221, 0.1);
}
.bg--blue-clearest {
  background-color: rgba(39, 149, 221, 0.05);
}
.bg--blue-lucid {
  background-color: rgba(39, 149, 221, 0.03);
}
.border--blue-base {
  border-color: #2795dd;
}
.border--blue-dim {
  border-color: rgba(39, 149, 221, 0.9);
}
.border--blue-light {
  border-color: rgba(39, 149, 221, 0.6);
}
.border--blue-lighter {
  border-color: rgba(39, 149, 221, 0.3);
}
.border--blue-lightest {
  border-color: rgba(39, 149, 221, 0.2);
}
.border--blue-clear {
  border-color: rgba(39, 149, 221, 0.15);
}
.border--blue-clearer {
  border-color: rgba(39, 149, 221, 0.1);
}
.border--blue-clearest {
  border-color: rgba(39, 149, 221, 0.05);
}
.border--blue-lucid {
  border-color: rgba(39, 149, 221, 0.03);
}
/********************************************************************************\
  #TEAL
\********************************************************************************/
.color--teal-base {
  color: #a0e9db;
}
.color--teal-dim {
  color: rgba(160, 233, 219, 0.9);
}
.color--teal-light {
  color: rgba(160, 233, 219, 0.6);
}
.color--teal-lighter {
  color: rgba(160, 233, 219, 0.3);
}
.color--teal-lightest {
  color: rgba(160, 233, 219, 0.2);
}
.color--teal-clear {
  color: rgba(160, 233, 219, 0.15);
}
.color--teal-clearer {
  color: rgba(160, 233, 219, 0.1);
}
.color--teal-clearest {
  color: rgba(160, 233, 219, 0.05);
}
.color--teal-lucid {
  color: rgba(160, 233, 219, 0.03);
}
.bg--teal-base {
  background-color: #a0e9db;
}
.bg--teal-dim {
  background-color: rgba(160, 233, 219, 0.9);
}
.bg--teal-light {
  background-color: rgba(160, 233, 219, 0.6);
}
.bg--teal-lighter {
  background-color: rgba(160, 233, 219, 0.3);
}
.bg--teal-lightest {
  background-color: rgba(160, 233, 219, 0.2);
}
.bg--teal-clear {
  background-color: rgba(160, 233, 219, 0.15);
}
.bg--teal-clearer {
  background-color: rgba(160, 233, 219, 0.1);
}
.bg--teal-clearest {
  background-color: rgba(160, 233, 219, 0.05);
}
.bg--teal-lucid {
  background-color: rgba(160, 233, 219, 0.03);
}
.border--teal-base {
  border-color: #a0e9db;
}
.border--teal-dim {
  border-color: rgba(160, 233, 219, 0.9);
}
.border--teal-light {
  border-color: rgba(160, 233, 219, 0.6);
}
.border--teal-lighter {
  border-color: rgba(160, 233, 219, 0.3);
}
.border--teal-lightest {
  border-color: rgba(160, 233, 219, 0.2);
}
.border--teal-clear {
  border-color: rgba(160, 233, 219, 0.15);
}
.border--teal-clearer {
  border-color: rgba(160, 233, 219, 0.1);
}
.border--teal-clearest {
  border-color: rgba(160, 233, 219, 0.05);
}
.border--teal-lucid {
  border-color: rgba(160, 233, 219, 0.03);
}
/********************************************************************************\
  #GREEN
\********************************************************************************/
.color--green-base {
  color: #27be66;
}
.color--green-dim {
  color: rgba(39, 190, 102, 0.9);
}
.color--green-light {
  color: rgba(39, 190, 102, 0.6);
}
.color--green-lighter {
  color: rgba(39, 190, 102, 0.3);
}
.color--green-lightest {
  color: rgba(39, 190, 102, 0.2);
}
.color--green-clear {
  color: rgba(39, 190, 102, 0.15);
}
.color--green-clearer {
  color: rgba(39, 190, 102, 0.1);
}
.color--green-clearest {
  color: rgba(39, 190, 102, 0.05);
}
.color--green-lucid {
  color: rgba(39, 190, 102, 0.03);
}
.bg--green-base {
  background-color: #27be66;
}
.bg--green-dim {
  background-color: rgba(39, 190, 102, 0.9);
}
.bg--green-light {
  background-color: rgba(39, 190, 102, 0.6);
}
.bg--green-lighter {
  background-color: rgba(39, 190, 102, 0.3);
}
.bg--green-lightest {
  background-color: rgba(39, 190, 102, 0.2);
}
.bg--green-clear {
  background-color: rgba(39, 190, 102, 0.15);
}
.bg--green-clearer {
  background-color: rgba(39, 190, 102, 0.1);
}
.bg--green-clearest {
  background-color: rgba(39, 190, 102, 0.05);
}
.bg--green-lucid {
  background-color: rgba(39, 190, 102, 0.03);
}
.border--green-base {
  border-color: #27be66;
}
.border--green-dim {
  border-color: rgba(39, 190, 102, 0.9);
}
.border--green-light {
  border-color: rgba(39, 190, 102, 0.6);
}
.border--green-lighter {
  border-color: rgba(39, 190, 102, 0.3);
}
.border--green-lightest {
  border-color: rgba(39, 190, 102, 0.2);
}
.border--green-clear {
  border-color: rgba(39, 190, 102, 0.15);
}
.border--green-clearer {
  border-color: rgba(39, 190, 102, 0.1);
}
.border--green-clearest {
  border-color: rgba(39, 190, 102, 0.05);
}
.border--green-lucid {
  border-color: rgba(39, 190, 102, 0.03);
}
/********************************************************************************\
  #YELLOW
\********************************************************************************/
.color--yellow-base {
  color: #f2e42d;
}
.color--yellow-dim {
  color: rgba(242, 228, 45, 0.9);
}
.color--yellow-light {
  color: rgba(242, 228, 45, 0.6);
}
.color--yellow-lighter {
  color: rgba(242, 228, 45, 0.3);
}
.color--yellow-lightest {
  color: rgba(242, 228, 45, 0.2);
}
.color--yellow-clear {
  color: rgba(242, 228, 45, 0.15);
}
.color--yellow-clearer {
  color: rgba(242, 228, 45, 0.1);
}
.color--yellow-clearest {
  color: rgba(242, 228, 45, 0.05);
}
.color--yellow-lucid {
  color: rgba(242, 228, 45, 0.03);
}
.bg--yellow-base {
  background-color: #f2e42d;
}
.bg--yellow-dim {
  background-color: rgba(242, 228, 45, 0.9);
}
.bg--yellow-light {
  background-color: rgba(242, 228, 45, 0.6);
}
.bg--yellow-lighter {
  background-color: rgba(242, 228, 45, 0.3);
}
.bg--yellow-lightest {
  background-color: rgba(242, 228, 45, 0.2);
}
.bg--yellow-clear {
  background-color: rgba(242, 228, 45, 0.15);
}
.bg--yellow-clearer {
  background-color: rgba(242, 228, 45, 0.1);
}
.bg--yellow-clearest {
  background-color: rgba(242, 228, 45, 0.05);
}
.bg--yellow-lucid {
  background-color: rgba(242, 228, 45, 0.03);
}
.border--yellow-base {
  border-color: #f2e42d;
}
.border--yellow-dim {
  border-color: rgba(242, 228, 45, 0.9);
}
.border--yellow-light {
  border-color: rgba(242, 228, 45, 0.6);
}
.border--yellow-lighter {
  border-color: rgba(242, 228, 45, 0.3);
}
.border--yellow-lightest {
  border-color: rgba(242, 228, 45, 0.2);
}
.border--yellow-clear {
  border-color: rgba(242, 228, 45, 0.15);
}
.border--yellow-clearer {
  border-color: rgba(242, 228, 45, 0.1);
}
.border--yellow-clearest {
  border-color: rgba(242, 228, 45, 0.05);
}
.border--yellow-lucid {
  border-color: rgba(242, 228, 45, 0.03);
}
/********************************************************************************\
  #BEIGE
\********************************************************************************/
.color--beige-base {
  color: #d8c3aa;
}
.color--beige-dim {
  color: rgba(216, 195, 170, 0.9);
}
.color--beige-light {
  color: rgba(216, 195, 170, 0.6);
}
.color--beige-lighter {
  color: rgba(216, 195, 170, 0.3);
}
.color--beige-lightest {
  color: rgba(216, 195, 170, 0.2);
}
.color--beige-clear {
  color: rgba(216, 195, 170, 0.15);
}
.color--beige-clearer {
  color: rgba(216, 195, 170, 0.1);
}
.color--beige-clearest {
  color: rgba(216, 195, 170, 0.05);
}
.color--beige-lucid {
  color: rgba(216, 195, 170, 0.03);
}
.bg--beige-base {
  background-color: #d8c3aa;
}
.bg--beige-dim {
  background-color: rgba(216, 195, 170, 0.9);
}
.bg--beige-light {
  background-color: rgba(216, 195, 170, 0.6);
}
.bg--beige-lighter {
  background-color: rgba(216, 195, 170, 0.3);
}
.bg--beige-lightest {
  background-color: rgba(216, 195, 170, 0.2);
}
.bg--beige-clear {
  background-color: rgba(216, 195, 170, 0.15);
}
.bg--beige-clearer {
  background-color: rgba(216, 195, 170, 0.1);
}
.bg--beige-clearest {
  background-color: rgba(216, 195, 170, 0.05);
}
.bg--beige-lucid {
  background-color: rgba(216, 195, 170, 0.03);
}
.border--beige-base {
  border-color: #d8c3aa;
}
.border--beige-dim {
  border-color: rgba(216, 195, 170, 0.9);
}
.border--beige-light {
  border-color: rgba(216, 195, 170, 0.6);
}
.border--beige-lighter {
  border-color: rgba(216, 195, 170, 0.3);
}
.border--beige-lightest {
  border-color: rgba(216, 195, 170, 0.2);
}
.border--beige-clear {
  border-color: rgba(216, 195, 170, 0.15);
}
.border--beige-clearer {
  border-color: rgba(216, 195, 170, 0.1);
}
.border--beige-clearest {
  border-color: rgba(216, 195, 170, 0.05);
}
.border--beige-lucid {
  border-color: rgba(216, 195, 170, 0.03);
}
/********************************************************************************\
  #ORANGE
\********************************************************************************/
.color--orange-base {
  color: #f25d2f;
}
.color--orange-dim {
  color: rgba(242, 93, 47, 0.9);
}
.color--orange-light {
  color: rgba(242, 93, 47, 0.6);
}
.color--orange-lighter {
  color: rgba(242, 93, 47, 0.3);
}
.color--orange-lightest {
  color: rgba(242, 93, 47, 0.2);
}
.color--orange-clear {
  color: rgba(242, 93, 47, 0.15);
}
.color--orange-clearer {
  color: rgba(242, 93, 47, 0.1);
}
.color--orange-clearest {
  color: rgba(242, 93, 47, 0.05);
}
.color--orange-lucid {
  color: rgba(242, 93, 47, 0.03);
}
.bg--orange-base {
  background-color: #f25d2f;
}
.bg--orange-dim {
  background-color: rgba(242, 93, 47, 0.9);
}
.bg--orange-light {
  background-color: rgba(242, 93, 47, 0.6);
}
.bg--orange-lighter {
  background-color: rgba(242, 93, 47, 0.3);
}
.bg--orange-lightest {
  background-color: rgba(242, 93, 47, 0.2);
}
.bg--orange-clear {
  background-color: rgba(242, 93, 47, 0.15);
}
.bg--orange-clearer {
  background-color: rgba(242, 93, 47, 0.1);
}
.bg--orange-clearest {
  background-color: rgba(242, 93, 47, 0.05);
}
.bg--orange-lucid {
  background-color: rgba(242, 93, 47, 0.03);
}
.border--orange-base {
  border-color: #f25d2f;
}
.border--orange-dim {
  border-color: rgba(242, 93, 47, 0.9);
}
.border--orange-light {
  border-color: rgba(242, 93, 47, 0.6);
}
.border--orange-lighter {
  border-color: rgba(242, 93, 47, 0.3);
}
.border--orange-lightest {
  border-color: rgba(242, 93, 47, 0.2);
}
.border--orange-clear {
  border-color: rgba(242, 93, 47, 0.15);
}
.border--orange-clearer {
  border-color: rgba(242, 93, 47, 0.1);
}
.border--orange-clearest {
  border-color: rgba(242, 93, 47, 0.05);
}
.border--orange-lucid {
  border-color: rgba(242, 93, 47, 0.03);
}
/********************************************************************************\
  #TRANSPARENT
\********************************************************************************/
.color--transparent {
  color: transparent;
}
.bg--transparent {
  background-color: transparent;
}
.border--transparent {
  border-color: transparent;
}
.percentage.good {
  color: #27be66;
}
.percentage.warning {
  color: #cbaf1f;
}
.percentage.bad {
  color: #f25d2f;
}
/**
	* CONTENTS
	*
	* form__GROUP
	* INPUT-TEXT
  *
	* CODEPEN
	* http://codepen.io/grossnasty/pen/yMKOQe
	*/
/********************************************************************************\
	#form__GROUP
\********************************************************************************/
.form__group {
  display: flex !important;
  align-items: center;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  border-radius: 999em;
  position: relative !important;
  overflow: hidden !important;
}
.form__group > input {
  position: relative !important;
  z-index: 1;
}
.form__group > * {
  z-index: 2;
}
/********************************************************************************\
	#INPUT
\********************************************************************************/
input[type="text"] {
  display: flex !important;
  flex: 1 0 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  /* autoprefixer: off */
  -ms-flex: 1 0 0%;
  font-size: 18px;
  line-height: 40px;
  color: #0a2537;
  height: 40px;
  padding-right: 96px;
  padding-left: 74px;
  border-radius: 999em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative !important;
  z-index: 2;
}
input[type="text"].bg--grey-lightest {
  background-color: rgba(10, 37, 55, 0.2);
}
input[type="text"]:active,
input[type="text"]:focus {
  box-shadow: inset 0 0 0 2px rgba(10, 37, 55, 0.2);
}
input[type="text"] ~ p {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  width: 54px;
  background-color: rgba(10, 37, 55, 0.2);
  padding-left: 20px;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
input[type="text"] ~ button[type="submit"] {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 3;
}
input[type="text"]::placeholder {
  color: rgba(10, 37, 55, 0.3);
}
input[type="text"]:-webkit-autofill {
  box-shadow: inset 0 0 0 2px rgba(10, 37, 55, 0.2);
}
input[type="text"]:-webkit-autofill ~ p {
  z-index: 3;
}
/**
	* CONTENTS
	*
	* LINK
	* TARGET
	* LINKY
	*
	* CODEPEN
	* http://codepen.io/grossnasty/pen/peLgqG
	*/
/********************************************************************************\
	#LINK
\********************************************************************************/
.link {
  text-decoration: underline;
}
/**
	* CONTENTS
	*
	* TABLE
	* ALIGN
	* SMART-TABLE
	*	table
	* scroll
	*/
/********************************************************************************\
  #TABLE
\********************************************************************************/
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  display: table;
  table-layout: fixed;
  padding: 0;
  border-collapse: collapse;
}
.table--auto {
  table-layout: auto;
}
.table__header {
  display: table-header-group;
}
.table__body {
  display: table-row-group;
}
.table__footer {
  display: table-footer-group;
}
.table__tr {
  display: table-row;
}
.table__tr:nth-child(even) {
  background-color: rgba(10, 37, 55, 0.05);
}
.table__td {
  display: table-cell;
}
/********************************************************************************\
  #ALIGN
\********************************************************************************/
.table--top .table__td {
  vertical-align: top;
}
.table--middle .table__td {
  vertical-align: middle;
}
.table--bottom .table__td {
  vertical-align: bottom;
}
/********************************************************************************\
  #FAMILY
\********************************************************************************/
/**
 * Google Fonts
 * https://www.google.com/core/fonts/
 */
.font--sans {
  font-family: 'Helvetica', sans-serif;
}
/********************************************************************************\
  #SIZE
\********************************************************************************/
.font--microest {
  font-size: 1px;
}
.font--microer {
  font-size: 2px;
}
.font--micro {
  font-size: 3px;
}
.font--tiniest {
  font-size: 5px;
}
.font--tinier {
  font-size: 6px;
}
.font--tiny {
  font-size: 7px;
}
.font--smallest {
  font-size: 8px;
}
.font--smaller {
  font-size: 10px;
}
.font--small {
  font-size: 11px;
}
.font--base {
  font-size: 12px;
}
.font--large {
  font-size: 14px;
}
.font--larger {
  font-size: 15px;
}
.font--largest {
  font-size: 16px;
}
.font--big {
  font-size: 18px;
}
.font--bigger {
  font-size: 20px;
}
.font--biggest {
  font-size: 25px;
}
.font--huge {
  font-size: 30px;
}
.font--huger {
  font-size: 34px;
}
.font--hugest {
  font-size: 40px;
}
.font--massive {
  font-size: 50px;
}
.font--massiver {
  font-size: 60px;
}
.font--massivest {
  font-size: 100px;
}
.font--vast {
  font-size: 120px;
}
.font--vaster {
  font-size: 200px;
}
.font--vastest {
  font-size: 250px;
}
.font--immense {
  font-size: 300px;
}
.font--immenser {
  font-size: 350px;
}
.font--immensest {
  font-size: 400px;
}
/********************************************************************************\
  #WEIGHT
\********************************************************************************/
.font--300 {
  font-weight: 300;
}
.font--400 {
  font-weight: 400;
}
.font--700 {
  font-weight: 700;
}
.font--800 {
  font-weight: 800;
}
.font--900 {
  font-weight: 900;
}
/********************************************************************************\
  #LINE-HEIGHT
\********************************************************************************/
.line-height--none {
  line-height: 0;
}
.line-height--tight {
  line-height: 1.1em;
}
.line-height--base {
  line-height: 1.35em;
}
.line-height--loose {
  line-height: 1.6em;
}
.line-height--looser {
  line-height: 2em;
}
/********************************************************************************\
  #UTILITIES
\********************************************************************************/
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--justify {
  text-align: justify;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--dropcap::first-letter {
  text-transform: capitalize;
}
.text--underline {
  text-decoration: underline;
}
.text--line-through {
  text-decoration: line-through;
}
.white-space--nowrap {
  white-space: nowrap;
}
.white-space--pre-line {
  white-space: pre-line;
}
.white-space--normal {
  white-space: normal;
}
.word-break--break-all {
  word-break: break-all;
}
.word-break--break-word {
  word-break: break-word;
}
.word-wrap--break-word {
  word-wrap: break-word;
}
/********************************************************************************\
  #ELLIPSIS
\********************************************************************************/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h1--welcome {
  font-size: 72px;
  letter-spacing: 0.1em;
  color: #27be66;
  text-shadow: -1px -1px 0 #292524, 0px -1px 0 #292524, 1px -1px 0 #292524, -1px 1px 0 #292524, 0px 1px 0 #292524, 1px 1px 0 #292524, 0px 2px 0px #292524, 0px -2px 0px #292524, 2px 0px 0px #292524, -2px 0px 0px #292524, -2px -2px 0px #292524, 2px 2px 0px #292524, 2px -2px 0px #292524, -2px 2px 0px #292524;
}
/**
	* CONTENTS
	*
	* OVERFLOW
	* DISPLAY
	* VISIBILITY
	* POSITION
	* BOX-SHADOW
	*/
/********************************************************************************\
  #OVERFLOW
\********************************************************************************/
.overflow--hidden {
  overflow: hidden !important;
}
.overflow--scroll {
  overflow: scroll !important;
}
.overflow--visible {
  overflow: visible !important;
}
.overflow--y-hidden {
  overflow-y: hidden !important;
}
.overflow--y-scroll {
  overflow-y: scroll !important;
}
.overflow--y-visible {
  overflow-y: visible !important;
}
.overflow--x-hidden {
  overflow-x: hidden !important;
}
.overflow--x-scroll {
  overflow-x: scroll !important;
}
.overflow--x-visible {
  overflow-x: visible !important;
}
/***
   * this fixes the overflow:hidden in Chrome/Opera
   * http://stackoverflow.com/questions/5736503/how-to-make-css3-rounded-corners-hide-overflow-in-chrome-opera/10296258#10296258
   */
/********************************************************************************\
  #DISPLAY
\********************************************************************************/
.display--flex {
  display: flex !important;
}
.display--block {
  display: block !important;
}
.display--inline {
  display: inline !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--none {
  display: none !important;
}
/********************************************************************************\
  #VISIBILITY
\********************************************************************************/
.visibility--visible {
  visibility: visible !important;
}
.visibility--hidden {
  visibility: hidden !important;
}
/********************************************************************************\
  #POSITION
\********************************************************************************/
.position--relative {
  position: relative !important;
}
.position--absolute {
  position: absolute !important;
}
.position--fixed {
  position: fixed !important;
}
.position--static {
  position: static !important;
}
.position--full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.position--top {
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
}
/********************************************************************************\
  #BOX-SHADOW
\********************************************************************************/
.box-shadow--1 {
  box-shadow: 0 1px 2px rgba(10, 37, 55, 0.1), 0 1px 5px rgba(10, 37, 55, 0.3), 0 1px 10px rgba(10, 37, 55, 0.15);
}
.box-shadow--inset {
  box-shadow: inset 0 1px 2px rgba(10, 37, 55, 0.1);
}
.box-shadow--card {
  box-shadow: 0 3px 0 rgba(10, 37, 55, 0.2);
}
/********************************************************************************\
  #SHOW
\********************************************************************************/
.show-me__this {
  display: none !important;
}
.show-me:hover .show-me__this {
  display: flex !important;
}
.show-me:hover .show-me__this.tooltip {
  display: block !important;
}
/********************************************************************************\
  #HIDE
\********************************************************************************/
.hide-me__this {
  display: flex !important;
}
.hide-me:hover .hide-me__this {
  display: none !important;
}
/********************************************************************************\
  #ANIMATIONS
\********************************************************************************/
.animation--fade-out-left {
  will-change: transform, opacity;
  animation: fade-out-left 100ms ease-in forwards;
}
@keyframes fade-out-left {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
}
.animation--fade-out-right {
  will-change: transform, opacity;
  animation: fade-out-right 100ms ease-in forwards;
}
@keyframes fade-out-right {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
}
.frame {
  width: 560px;
}
/********************************************************************************\
  #FIXES
\********************************************************************************/
.jqstooltip {
  background-color: rgba(10, 37, 55, 0.9) !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 8px !important;
  padding-left: 8px !important;
  border-radius: 999em !important;
  box-sizing: content-box !important;
}
.feature-checklist {
  cursor: pointer;
}
.feature-checklist:hover,
.feature-checklist.selected {
  box-shadow: 0 0 0 3px #0a2537;
  border-radius: 10px;
}
.terms h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.terms h3 {
  font-weight: 900;
  margin-bottom: 10px;
}
.terms p + p {
  margin-top: 10px;
}
.terms ul,
.terms ol {
  margin-bottom: 8px;
}
.terms li {
  list-style: initial;
  list-style-image: initial;
  list-style-type: initial;
  line-height: inherit;
  color: inherit;
  display: list-item;
  margin-top: 0;
  margin-bottom: 10px;
}
.terms ol[type="a"] li {
  list-style-type: upper-alpha;
}
.terms ol[type="i"] li {
  list-style-type: upper-roman;
}
.terms ul + h2,
.terms ul + h3,
.terms ol + h2,
.terms ol + h3,
.terms p + h2,
.terms p + h3 {
  margin-top: 20px;
}
.terms ol ol,
.terms ul ul {
  margin-top: 10px;
}
.terms p + ol,
.terms p + ul,
.terms ul + p,
.terms ol + p {
  margin-top: 10px;
}
.hide {
  display: none !important;
}
#gritter-notice-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}
[id*="gritter-item-"] {
  width: 560px;
  display: flex !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 100px;
  border-radius: 10px;
  position: relative !important;
}
[id*="gritter-item-"][class*="success"] {
  font-weight: 900;
  background-color: rgba(39, 190, 102, 0.15);
  border: 1px solid #292524;
  border-color: #27be66;
}
[id*="gritter-item-"][class*="error"] {
  font-weight: 900;
  background-color: rgba(246, 93, 150, 0.15);
  border: 1px solid #292524;
  border-color: #f65d96;
}
[id*="gritter-item-"][class*="warning"] {
  font-weight: 900;
  background-color: rgba(242, 93, 47, 0.15);
  border: 1px solid #292524;
  border-color: #f25d2f;
}
[id*="gritter-item-"][class*="info"] {
  font-weight: 900;
  background-color: rgba(39, 149, 221, 0.15);
  border: 1px solid #292524;
  border-color: #2795dd;
}
[id*="gritter-item-"] > a.close {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 20px;
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
[id*="gritter-item-"] ~ [id*="gritter-item-"] {
  margin-top: 10px;
}
[id*="gritter-item-"]:last-of-type {
  margin-bottom: 30px;
}
.loading-icon {
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.loading-icon .rect {
  background-color: #0a2537;
  height: 100%;
  width: 4px;
  float: left;
  -webkit-animation: loading-rect 0.6s infinite ease-in-out;
  -moz-animation: loading-rect 0.6s infinite ease-in-out;
  -o-animation: loading-rect 0.6s infinite ease-in-out;
  animation: loading-rect 0.6s infinite ease-in-out;
}
.loading-icon .rect ~ .rect {
  margin-left: 4px;
}
.loading-icon .rect1 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-icon .rect2 {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loading-icon .rect3 {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes loading-rect {
  0%,
  100% {
    -webkit-transform: scaleY(0.2);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scaleY(1);
    opacity: 1;
  }
}
@-moz-keyframes loading-rect {
  0%,
  100% {
    -moz-transform: scaleY(0.2);
    opacity: 0.2;
  }
  50% {
    -moz-transform: scaleY(1);
    opacity: 1;
  }
}
@-o-keyframes loading-rect {
  0%,
  100% {
    -o-transform: scaleY(0.2);
    opacity: 0.2;
  }
  50% {
    -o-transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes loading-rect {
  0%,
  100% {
    -webkit-transform: scaleY(0.2);
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    transform: scaleY(0.2);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 16px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 999em;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #0a2537;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 200;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.jqplot-yaxis-label,
.jqplot-xaxis-label {
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  line-height: 1.1em;
}
.jqplot-xaxis-label {
  display: flex !important;
  justify-content: center;
  width: 360px;
}
.jqplot-yaxis-label {
  display: flex !important;
  justify-content: center;
  width: 190px !important;
  top: 50% !important;
  left: -90px !important;
  transform: rotate(-90deg) translateX(40px) !important;
}
.jqplot-yaxis-tick {
  left: 40px !important;
}
.jqplot-axis.jqplot-yaxis {
  width: 76px !important;
}
.jqplot-axis.jqplot-xaxis {
  height: 70px !important;
}
.jqplot-xaxis-tick {
  top: 20px !important;
}
#loading-screen {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
